460 results found
-
Angular Template with Nx , Bazel ( monorepo in general )
per config template with default option and ability to customize
Spring Initializr is good example
3 votes -
fix broken git project import
I attempted to import a flutter codelab by using the git project import with url: https://github.com/material-components/material-components-flutter-codelabs.git
It fails, with no useful error message. However, this is the stack from the js console:
Error: Internal error encountered.
at iM.f (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:720:10)
at new iM (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:845:332)
at .MN.<anonymous> (https://www.gstatic.com//mss/boq-monospace//js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTSg/m=base:892:163)
at IM (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:855:206)
at l.dispatchEvent (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:853:343)
at QN (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:886:284)
at SN (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:888:326)
at .MN.Zl (https://www.gstatic.com//mss/boq-monospace//js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTSg/m=base:887:430)
at .MN.Tb (https://www.gstatic.com//mss/boq-monospace//js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTSg/m=base:887:394)
at XMLHttpRequest.Hd (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:727:416)
at t.Ti (https://www.gstatic.com/_/mss/boq-monospace/_/js/k=boq-monospace.MonospaceNgUI.en.taNhyicQfx4.es5.O/d=1/excm=base/ed=1/dg=0/wt=2/ujg=1/rs=AP-1MC6DV8OE0pFyUXjT0KOqbeh54rTS_g/m=base:715:49)
at Object.bj…1 vote -
Blank template needs to be a lot more... blank
I was really surprised how much content is included in the blank template. I can get behind having the html file, JS, and CSS, but they should actually be empty, or mostly empty. The HTML file can have a base skeleton (html, head, body, that's it), but the JS and CSS files should be empty. I'm having to remove a lot to get to a 'proper' blank.
3 votes -
Easy way to start a new project
Once you get into a project, there's no clear way to start a new one from scratch.
2 votes -
Project Templates
The ability for users to initialize projects using set templates for their desires tech stacks. For example, allowing me to select a new Next.js project from the initialization page.
6 votes -
Larger more User Friendly Base Text Setting
My suggestion is a larger base text size that is more friendly to the broader public. The IDX base text setting appears to be scaled down. Although this can be adjusted, my initial entry into the application was less pleasant due to how small the text was compared to my usual Visual Studio Code dev environment.
2 votes -
Less restrictive terminal
I need to be able to install linux apps like Aptos CLI and other tools. Not possible with how restrictive terminal is. Would prefer to see full access to ubuntu or Debian or similar.
2 votes -
1 vote
-
1 vote
-
Downscope Github permissions
Github permissions are excessively broad (all orgs, all access, read and write); permissions should be more granular and start with a specific personal private repo
4 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 -
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 -
Kotlin support
It's possible to add Kotlin + Gradle through NixOS packages, it'd be easier to have this as a template now (to fast-track Ktor, Android and KMP project creation later)
22 votes -
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 -
Enables access from Spain
Any chance we can get this tool up and running in Spain? It’s like unwrapping a gift you can’t play with! ;)
1 vote -
IDX: Pull to reveal terminal
VS code provides this feature where you can pull from the bottom to reveal the terminal
3 votes -
0 votes
-
Integration with Google Cloud Platform
Optional integration with Google Cloud so can work from console for common tasks like Cloud Build/Run etc
9 votes -
1 vote
-
1 vote
- Don't see your idea?