518 results found
-
shadcn/ui not supported?
I tried adding shadcn/ui to my nextjs/typescript/tailwind project. It gives me an unfamiliar error. Maybe its because of the way shadcn components are designed.
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path /home/user/.globalmodules
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, lstat '/home/user/.globalmodules'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoentnpm ERR! A complete log of this run can be found in: /home/user/.npm/logs/2023-08-17T181654062Z-debug-0.log
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 -
cloudbuild.yaml and app.yaml files should get a Google Cloud icon
cloudbuild.yaml is Cloud Build config file
app.yaml is App Engine config file2 votes -
Making the app installable
could be a PWA (not necessarily a system installable application). that way i don't have to see my search bar every single time
it feels different when you're using it as a standalone application (like vs code) and not a web page
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…
2 votes -
Page for shortcuts
Having a dedicated page to look after all the available shortcuts like a cheat sheet will be very helpful to improve productivity for example in the case of Flutter listing down all the supported shortcuts in a single page eg
- stful - Create StatefulWidget 2.stless - Create StatelessWidget
etc
2 votes -
Remote Management of Plugins and Project Template
Need a way to manage plugins and templates remotely so that as an agency we can provide a controlled environment to our developers working remotely on sensitive projects.
1 vote -
Have backend port forwarding work with any protocol.
I've been trying to connect to the postgres server running in IDX using the public "backend ports" feature, and I cannot figure out why it's not working.
So I'm guessing that these only work for HTTP. I'd like to be able to publicly connect to any forwarded ports regardless of what protocol they're using.
1 vote -
Forgejo support
It would be nice to add support for Forgejo so we can use things like codeberg or git.gay.
1 vote -
python flask web server -> test creation
seems very difficult to create some testcases for a python flask web app, i did end up outside, so maybe it could improve usabilty, even i fully understanbd tests are overestimated :-)
1 vote -
Redis
It would be cool to see Redis within databases templates.
1 vote -
Lisp Programming Language
It would be cool to see Lisp, within (AI & ML) or (backend) templates.
1 vote -
Haskell Programming Language
It would be cool to see Haskell within backend templates.
1 vote -
Raku Programming Language
It would be nice to see Raku within backend templates.
1 vote -
Chapel Programming Language
It would be nice to see Chapel within backend templates.
1 vote -
physical emulator
Since emulators or simulators cannot access features such as camera, sound, etc., it is a physical emulator, that is, the user can use her own device as an emulator.
1 vote -
Add C# Dev Kit
Microsoft's C# Dev Kit is not available through the Extensions tab.
0 votes -
Dark mode: write white, not dark grey! Hard to read
Hard to read these grey texts when it's sunny... Add a switch "white/dark mode" here please in this uservoice page and IDX pages
1 vote -
Languages: make IDX polygot so anyone from any country and language may at laaaaast find an IDE in HIS mother tongue and learn easily coding
Multilingual IDE: please make IDX polygot so anyone from any country and language may at laaaaast find an IDE in HIS mother tongue and learn easily coding
1 vote -
1 vote
- Don't see your idea?