437 results found
-
Could you provide templates for NestJS?
NestJS, celebrated for its modular architecture, has gained widespread acclaim in the TypeScript community. Many developers, myself included, opt for NestJS due to its robust features and development ease. Integrating NestJS templates into IDX projects would streamline development and attract a broader audience of TypeScript enthusiasts. I'm eager to see enhanced compatibility between NestJS and TypeScript-based templates.
3 votes -
1 vote
-
1 vote
-
Organize Workspaces on the Dashboard
The ability to search for workspaces, group them into groups/folders, tag them on the dashboard page.
1 vote -
Support for Nuxt.js
Please introduce the support for Nuxt.js apps (templates and imports), this could be a great addition to IDX
6 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…
1 vote -
Add Support for common ML and Data analysis workloads
Development around Machine Learning and/or tools for performing ML should also be considered well, specifically around building tools for ML which do not directly involve training (such as experiment tracking, data analysis, etc.)
34 votesThis is a great suggestion! We are going to investigate what support here can look like and follow-up with you further for more details.
-
5 votes
-
Merge Projects
It would be nice to merge projects. I am building a spring boot, postgres, and angular project but I used the template for angular, spring boot, and postgres and now I have three projects I would like to merge. I know I can dig into the nix file and do it manually, but wouldn't it be nice to merge them with a single click?
1 vote -
Should have a way to view the emulator
Needs a way to re-open the android emulator when it is accidentally closed without having to re-build the app
31 votes -
Support for streamlit and Langchains with gemini api in python plz. Currently only python flask is available but i dont want it i want it.
I want a interface to use stremlit and Langchain and Gemini api for Al/Ml development in project idx which is not available now plz aad this feature plz.
1 vote -
Monorepo support
Hello, Just discovering IDX, very exciting product!
I just set up a repo that is a monorepo, with /backend with a Nest.js server, and a /frontend with an Angular app.Is it possible to:
- Have both running, port 3000 and 8080, and allow each to communicate with each other?
- Set up monospace.json and specifyworking_directory
for each project listed?For the moment, should the monospace.json file live in the root of the repo, or nested at the root of each project?
28 votes -
Gra
Gra za kasę na paypal
1 vote -
Maven dependency in quick fix
I would like the option to insert maven dependencies into the pom.xml when an import is not able to be resolved. I'm sure you could also extend this beyond java.
I enjoy the quick fix feature, but the only thing it doesn't really fix is dependencies.
It shouldn't be too hard to pull up a maven central search and have it automagically grab the <dependency> and put it in the pom.
1 vote -
IDX for Embedded
Hey, it would be nice if it is also for the Embedded development
5 votes -
.NET MAUI Support
It would be nice to be able to create .NET MAUI mobile apps (even if for Android only at the beginning)
1 vote -
Blazor WASM support
In Backend there's the Blazor template which is Blazor server implementation, however Blazor WASM would also be nice in Mobile or Web App Templates
1 vote -
Zoom In and Zoom Out pls
In my wide screen code editor letters are too small, I want to Zoom In
1 vote -
Linea Vertical visualmente molesta
En un proyecto de flutter, se muestra una linea vertical en el medio del editor de texto, la cual resulta visualmente molesta y no consigo forma de ocultarla. Tengo entendido que es una linea para ayudar a mantener el texto organizado al funcionar como una guia, pero seria bueno poder ocultarla o modificarla.
1 vote -
CodeIgniter4
like Laravel I want to setup another php framework like Codeigniter 4
2 votes
- Don't see your idea?