2078 results found
-
improved git branching.
Currently it seems that when users are actively collaborating in the IDE simultaneously, when one user uses Gemini to create and switch to a new git branch, it auto switches the other user to that branch, too.
This makes it difficult to perform classic project management with branches for features as both users are forced to work on the same branch collaboratively.
2 votes -
sequential prompting
Visual prototyping for views involves mapping and individually prompting each display. For instance, if the application has two views, such as the Home view and the Settings view, begin by designing the layout for each view and creating a separate prompt for each. This approach allows for defining events, such as triggering the Settings view when the settings icon in the Home view is clicked, enabling the subsequent development of the Settings view.
2 votes -
2 votes
-
PRactically useless
Maybe first get to competence of Claude artifacts? It's not even able to make a working prototype for the "Sample prompts" provided.
Like leggit didn't even get 1 prototype right.
2 votes -
2 votes
-
Prevent hallucinating data sources by allowing it to make test requests during reasoning.
Too often does the model hallucinate data structures of data sources and apis (even making up the addresses of data sources). This can be fixed by implementing a feature that allows it to make a test request to the address it wants to use as a data source, feeding back the data structure of the actual returned data to it (or alternatively the inevitable error 404 when it hallucinates a datasource).
2 votes -
Prashant bhakat
Play button Prashant bhakat
2 votes -
Recomendaciones para Mejorar Firebase Studio
Recomendaciones para Mejorar Firebase Studio:
Mejora en la Interpretación de Solicitudes Complejas:
Firebase Studio debe mejorar su capacidad para interpretar solicitudes complejas y multifacéticas.
Se debe prestar especial atención a la identificación y el cumplimiento de las especificaciones tecnológicas (por ejemplo, lenguajes de programación, frameworks, bases de datos) proporcionadas por el usuario.
Implementar un sistema de "confirmación" donde la herramienta, antes de generar el codigo, muestre las tecnologias que usara, y el usuario pueda aceptar, o rechazar.
Generación de Código Más Precisa y Completa:La herramienta debe generar código que sea más preciso y completo, abarcando todas las funcionalidades solicitadas…
2 votes -
flutter ile yap yazdığım halde kendi varsayılan aracını kullanmaya devam ediyor
flutter ile yap yazdığım halde kendi varsayılan aracını kullanmaya devam ediyor, promp kısmının altından seçim yaptığımda da boş bir proje oluşturuyor
2 votes -
Private Repo import similar to IDX
I noticed that currently only public repositories are supported. Are there any plans to support private repositories as well?
2 votes -
It would be awesome to have a template that provided BOTH a backend and frontend experience. E.g. a next.js + mongodb instance
It would be awesome to have a template that provided BOTH a backend and frontend experience. E.g. a next.js + mongodb instance
2 votes -
CLI deploy and link blocking functions
Function Deployment & Validation Flow:
When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:Detect Blocking Function Patterns
Check if the deployed function's name matches known blocking trigger conventions.Assignment Validation
Verify whether the detected function is registered as a blocking trigger in the system configuration.Interactive Guidance
If unassigned, display CLI prompt:
"Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. Would you like to configure this function now? (y/N)"Key Function Patterns:
```
beforeCreate | beforeSignin | afterSignout | customBeforeHook(Additional supported hooks)
…Why
2 votes -
Export / Import single document on firestore console
Please add an option to export or import a single document from firestore console in firebase page, not in gcloud. Same way like we can do on firebase database export and import a json file with the data.
2 votes -
Add more auth built-in auth methods
The way that Firebase helps developers quickly setup OAuth providers is amazing, but it would be really helpful if there were more providers to choose from. I'm sure you could do it if you set things up yourself, but making it easier to use services like LinkedIn would be really helpful.
2 votes -
2 votes
-
Supports Custom Streamlit Components Consistently Fail to Load in IDX - Even with ngrok Tunneling
Bug: Streamlit Components Fail in IDX
Summary: Custom Streamlit components consistently fail to load in Project IDX, even w/ ngrok. Error: "app.[comp] from [ngrok_url] hasn't received Streamlit.setComponentReady()." Suggests IDX bug.
To Reproduce: 1. IDX. 2. Basic Streamlit (
app.py
) + React/Webpack component (frontend/
). 3. Simple React comp:Streamlit.setComponentReady()
on mount. 4.package.json
:webpack serve
, Webpack:streamlit
external. 5.ngrok.yml
: ports 3001, 8501. 6.devserver.sh
: ngrok, URLs, start Streamlit. 7../build.sh
. 8. Start:npm start
,ngrok start --all
,./devserver.sh
. 9. Access Streamlit.Expected: Component loads.
Actual: Component fails. Error: "app.[comp]…
2 votes -
2 votes
-
2 votes
-
The errors thrown for a wrong password and an account that does not exist should be different
This is a problem I have encountered while using Firebase with Swift. I want to be able to prompt the user to sign up if they do not have an account. However, the error returned from Auth.auth().signIn(withEmail, password) is the same if the user enters the wrong password or an email the doesn't exist. If the errors were different I would be able to show the sign up prompt only if that specific error is thrown.
2 votes -
TEMPLATES: Can you add a multi-platform category?
I am wondering if flutter, Dart, KMP, React Native...should be under a new template category named "Multi-Platform"...Thoughts?
2 votes
- Don't see your idea?