1852 results found
-
Balboa currency
Project IDX to facilitate Google Pay transactions for country Panama.
Digital Balboa currency with Google Wallet.2 votes -
Persist Environment Settings Across Sessions
If you customize your panels, themes, fonts, colors, and other settings, we want to ensure your customizations are persisted the next time you access Project IDX.
169 votesAs part of our recently released preview of our Nix extensibility work, we persist all changes in your home directory. We are exploring additional ways of being able to persist changes between VM sessions.
-
Microsoft SignInWithCredential functionality
To add authentication a manifest v3 chrome extension SignInWithCredential has to be used as SignInWithPopup violates the v3 csp rules.
Microsoft tokens currently aren't supported, making it hard to use Microsoft authentication in a chrome extension unless you create a backend cloud function. This is a long workaround and would be helpful if SignInWithCredential could be used immediately.
1 vote -
Add a template for Mesop to build AI / ML Chatbots rapidly
Would be great to jump into an environment with https://github.com/google/mesop ready to go.
4 votes -
2 votes
-
Streamline the process of adding .env variables to the build configuration
I like the idea that you can use Cloud Secret Manager to store and encrypt the secrets within the app.
Coming from using .env files in Next.js and Vercel hosting could this process be made simpler e.g. reading the .env file from your app directly and intelligently placing the key/value pairs in the apphosting.yaml file or the rollout during creation.
This would be good to keep things simple and straight forward.
2 votes -
Create website for a-Z fisheries Mass volume harvesting campaign
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A-Z Fisheries: Combating invasive carp and restoring ecological balance through innovative, sustainable fishing practices.">
<title>A-Z Fisheries | Fighting Invasive Carp</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<style>
body {
margin: 0;
font-family: 'Roboto', sans-serif;
background: #f0f8ff;
color: #333;
}
header {
background: #004080;
color: white;
padding: 1em;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #0066cc;
}
nav a {
color: white;
text-decoration: none;
padding: 1em;
transition: background 0.3s;
}
nav a:hover {
background: #004d99;
}
section {
padding: 2em;
max-width: 1000px;
margin: auto;
}
footer {…1 vote -
1 vote
-
GIT PROJECTS FOR GEMINI 2.0 FALSH THAT RUN IN IDX
I am having difficulty to run the GIT Gemini 2.0 Cookbook projects in IDX. Too time consuming. Also Gemini code assistant gave up trying to resolve the NIX environment issues. Also can not get the following project to run:
https://github.com/google-gemini/multimodal-live-api-web-console
It should not be so complex to accomplish running Google Git repositories in the Google environment. I have a million use cases for Gemini 2.0 Flash and need to move faster. Thank you for your time.
4 votes -
Podman support (with systemd)
Please add OOTB support for running containers using Podman, with the possibility to use containers that utilize systemd
While adding
packages = [ pkgs.podman ];
podman will not run. Some of the issues might be related to the nix package, but some are related to the environment.
The default policy is missing and no
/var/tmp
. Had to fix this as follows:onCreate = { # this is to fix Podman: https://github.com/gbraad-devenv/idx/issues/3 setup-podman = '' mkdir /etc/containers/ cat >> /etc/containers/policy.json <<EOF { "default" : [ { "type": "insecureAcceptAnything"} ]} EOF mkdir /var/tmp ''; };
After these minor changes, podman can…
7 votes -
5 votes
-
I think you should introduce domain management for for URL link to be edited not only when you are capable to publish your work
Maybe you might try sharing how far your project is been to others, so with customized url link it will be easier for a receiver to react fast than unknown link
1 vote -
A Watery, or Electric Storm Background Theme
As the current trend for dark Theme has really taken off, except with a lot of YouTubers apparently. I thought a moving background would be an amazing next generation move. There's been not much custom control generated, and like in a browser one can have some pretty cool backgrounds, or with 3-D graphs and such. I, for one, would enjoy a pleasant small ripple/wave effect, if nothing more than to help the aesthetic, I believe it would also be relaxing and somewhat soothing.
5 votes -
Enable import GitHub repo specific directory
Currently, "Import a repo" (when creating a new workspace) only works for cloning an entire repo.
- ✅ https://github.com/my-username/my-project (valid)
- ❌https://github.com/my-username/my-project/tree/main/examples/blog (not valid)
The ability to import a specific directory/path from a repo would be helpful, since many web frameworks have official examples in directories in a single repo.
Example:
- https://github.com/withastro/astro/tree/main/examples (Astro)
- https://github.com/vercel/next.js/tree/canary/examples (Next.js)Other online IDEs support this ability, such as Stackblitz, CodeSandbox.
122 votes -
You
You
3 votes -
Refresh button or force proceed for AI
When AI is correcting/updating the code.
Maybe it is because the project is very large, and most of the time, AI think too long that it cannot go further.
sometimes there is a "✕" icon appear or it keep thinking for many hours and the code doesn't go further.
I want to have a refresh button or force proceed button, so it can force to write the code.1 vote -
A
Ani biyya Ethiopian dha firebases studio kun akami naafi gaale hoji isaa akami gaali qaba
1 vote -
Prototyper Still Uses Old Logic After Code Update – How to Reset?
I'm currently working on a chatbot prototype, and I noticed that even after manually updating the logic and code in the code section, the prototype still responds based on the old logic. It seems like it's not reading the latest changes. How can I reset or refresh the logic and chat history so it reflects the updated code properly?
1 vote -
Feature Request: iOS Simulator Support in Project IDX for Flutter
Project IDX has great potential, but expanding its iOS Simulator and Deployment to App Store capabilities would make it even more powerful. Here's what I propose:
iOS Simulator Integration - the capability to test and debug directly in Project IDX, without having to go into any macOS device;
App Store Deployment - deploying iOS applications directly in the App Store;
iOS Full Development Toolset: advanced debugging, performance profiling, and resource management.
This will not only smooth the workflow but also make ProjectIDX full-fledged for the all flutter developer. Let's unlock its full potential!
4 votes -
Clickable results in firebase query mode
When using Firebase UI query mode, the results are not really human readable. I'd like the document ID field to be clickable, taking me to the panel view of that document, so I can see the document in a readable way.
3 votes
- Don't see your idea?