578 results found
-
Secrets manager for API keys
It would be nice if we can store API keys in dedicated area as the only current solution is putting them in code or env variable in dev.nix, which isn't prefered, as I would prefer put the dev.nix into git along with the code. This might also help if multiple user collaboration is ever implemented, each user can have their own API keys. Thanks!
4 votes -
Add support for Deno
Deno is a pretty solid modern JavaScript runtime that's been making a lot of great progress lately.
4 votes -
Laggy and Less Touch Responsive Online Android Emulator
The current online Android emulator is experiencing significant lag and lacks touch responsiveness, impacting the user experience negatively. This hinders developers' ability to efficiently test and debug their Android applications in a simulated environment.
4 votes -
Add Discord Rich Presence (RPC) support
I'm a Discord user and when I'm working on projects and such, I would love to be able to showcase what project I'm working on in.
Take LeonardSSH's VSCode extension "Discord Rich Presence", when enabled it shows what project, what file and any errors or time elapsed showed. Very cool if IDX were to implement this :D
4 votes -
su: Permission denied
Allow switch to superuser account (root)..
# .idx/dev.nix packages = [ pkgs.sudo ];
test-2596052:~/test$ sudo sudo: /etc/sudo.conf is owned by uid 65534, should be 0 sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
I get that error while using sudo installed from nix package
4 votes -
Switching between node versions and angular version
It would be really cool for the IDX if you would be able to switch between different node version and choose the specific angular version you want for your project, also adding gitlab options would be nice too, thank you
4 votes -
We need NativeScript Project Support
We need NativeScript Project Support
4 votes -
Work in real-time across devices
Let me work on the same project from multiple devices at the same time in real-time for ergonomics.
I want to type on my phone and see it appear on my laptop. Or type on my laptop and see it appear on my phone.
4 votes -
Show logs for flutter simulators
There doesn't seem to be an easy way (that I can find) to see run logs of any of the simulators for Flutter.
I did see the device log for iOS, but not anywhere you can see print statements.
4 votes -
Feature Request: .NET Core Support for Google IDX
I've been an avid user of Google IDX, and I must say, the experience has been nothing short of exceptional. The fusion of web-based IDE prowess with AI features is indeed groundbreaking.
I would like to propose an exciting addition to further elevate Google IDX's versatility— the integration of .NET Core support. Considering the platform's commitment to open source projects and its web-based efficiency, incorporating .NET Core would be a game-changer. This enhancement would not only broaden the user base but also empower developers to harness the full potential of the .NET ecosystem seamlessly.
I believe the synergy between Google…
4 votes -
Lower the time needed for spinning up VMs
Spinning up VMs can take some time, which is annoying as I have no access to my IDX workspace during this time. Would it be possible to be more specific about the number of VMs needed in each region? I mean, you know how many users you have in each region, and you could maximize efficiency by counting the time of day in each region. I suppose it would even be possible to make predictions based on the data collected.
4 votes -
Is there a plan to allow private repo as well?
I saw only public repos are allowed yet, Is there a plan to extend it to private repo as well? Like I can go to GitHub and press "." and it creates a codespace for me to work with private repo, the only problem is running the build with all the dependencies.
4 votes -
Being able to change the gmail account to be able to access the IDE
I have 2 gmail accounts and when I try to access the IDE it doesn't let me because my default account is not the account I was given access to and it only shows me the screen to subscribe to the list.
4 votes -
Next.js project setup with tailwlind
make tailwind, material (or some other css framework) selectable as an optional installation when creating next js app.
4 votes -
Let me run Cypress
Cypress is a popular UI automation testing tool for web, and I would like to run it within an IDX project!
This is the error I get when trying to run a Cypress test:
"Your system is missing the dependency: Xvfb"
4 votes -
Ease boilerplate with tools such a mason, riverpod and perhaps very good cli and firebase cli
Easier integration with
* mason
* riverpod
* flavors4 votesThanks for this feedback! We do want to provide better support for custom predefined environments, and our Nix extensibility work may get us quite far here. Please try it out if you haven't and let us know if there is more we need to do.
-
Make it easier to install npm deps with native code - make is missing
When I try to
npm i
my project (https://github.com/vicb/flyxc) it would complain about missingmake
required by lodepng.It would be great to add the required deps to the image by default
I had to install
sudo apt install build-essential
4 votes -
vim mode
Vim mode is essential for me and I wasn't able to find it as an option. If it is present, could it be made more discoverable? If not present, please add!
4 votes -
MariaDB Vector
Latest version of MariaDB has support for vectors. I need that for implementing RAG solutions. Please add MariaDB as a database template!
3 votes -
Support for Gradio and Streamlit web applications
Given Project IDX's focus on being integrated with generative ai — project templates for Gradio and Streamlit to demo ML/Gen AI systems would be a great addition to the currently available templates. Both as standalone templates and frameworks for Google's Gemini API template.
This can also be a great opportunity to showcase Google's generative ai models via Gradio/Streamlit.
Note: My idea is intended to use Python as the primary language (specific to Gradio since there's also a JS (
@gradio/atoms
)). Though the potential for polyglot Gradio and Streamlit projects should also be supported, respective to the framework. For example,…3 votes
- Don't see your idea?