89 results found
-
Quarkus
I want to have Java Quarkus support.
1 vote -
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 -
3 votes
-
Sample nix environment templates
Nix is new to lots of folks - and it's a bit hard to know where to start.
Include some sample templates, or a master template with a bunch of packages (commented out) that the user can start with.
3 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"
3 votes -
Build direct CI/CD
I would love It if the platform enables me to develop and test my code seamlessly and enable me to deploy to different cloud services seamlessly.
2 votes -
Collaboratory notebook connection as back-end
It will be awesome to access Collaboratory computing infrastructure as a back-end in a easy to manage connector, specially to build small scale Data/ML projects.
2 votes -
support home-manager for configuring the workspace
home-manager may be a better fit for configuring the workspace than the current bespoke packages/env variables in dev.nix.
In addition to just providing support for adding packages to the environment, it includes easy configuration for a number of common software packages. For instance, I needed to enable the
nix shell
command. With home-manager, I could have setnix.settings.extra-experimental-features = "nix-command flakes repl-flake"
, but instead I needed to set an environment variable by hand:
env = {
NIX_USER_CONF_FILES = pkgs.writeText "nix.conf" ''
extra-experimental-features = nix-command flakes repl-flake
'';
};
I got lucky in that Nix can be configured from an…
1 vote -
Global Installation of Common Build Tools
Various scripts in a project may require build tools like pnpm, npm, gacutil, etc. to be present globally to help build and run the code in your project. Today, Project IDX doesn’t support global installations.
1 vote
- Don't see your idea?