2046 results found
-
GIT PROJECTS FOR GEMINI 2.0 FALSH THAT RUN IN IDX
I am having difficulty to run the GIT Gemini 2.0 Cookbook projects in IDX. Too time consuming. Also Gemini code assistant gave up trying to resolve the NIX environment issues. Also can not get the following project to run:
https://github.com/google-gemini/multimodal-live-api-web-console
It should not be so complex to accomplish running Google Git repositories in the Google environment. I have a million use cases for Gemini 2.0 Flash and need to move faster. Thank you for your time.
4 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…
7 votes -
Minecraft Mod Template
There should be a Minecraft Mod Template with some way to run it or preview it so that hobbyists like me can code these.
12 votes -
5 votes
-
Enable source map support
Since Node 12 it has built-in source map support. For cloud run deployments we can start the node server with the flag --enable-source-maps, but for cloud functions we don't have this control.
I don't understand why we still need to install and register the source-map-support NPM package in our code to get source maps to work.
I suggest to have a configuration option that enables the flag, preventing us from having to manually install a package that is considered obsolete for newer versions of Node.
4 votes -
I think you should introduce domain management for for URL link to be edited not only when you are capable to publish your work
Maybe you might try sharing how far your project is been to others, so with customized url link it will be easier for a receiver to react fast than unknown link
1 vote -
A Watery, or Electric Storm Background Theme
As the current trend for dark Theme has really taken off, except with a lot of YouTubers apparently. I thought a moving background would be an amazing next generation move. There's been not much custom control generated, and like in a browser one can have some pretty cool backgrounds, or with 3-D graphs and such. I, for one, would enjoy a pleasant small ripple/wave effect, if nothing more than to help the aesthetic, I believe it would also be relaxing and somewhat soothing.
5 votes -
You
You
3 votes -
Refresh button or force proceed for AI
When AI is correcting/updating the code.
Maybe it is because the project is very large, and most of the time, AI think too long that it cannot go further.
sometimes there is a "✕" icon appear or it keep thinking for many hours and the code doesn't go further.
I want to have a refresh button or force proceed button, so it can force to write the code.1 vote -
A
Ani biyya Ethiopian dha firebases studio kun akami naafi gaale hoji isaa akami gaali qaba
1 vote -
Prototyper Still Uses Old Logic After Code Update – How to Reset?
I'm currently working on a chatbot prototype, and I noticed that even after manually updating the logic and code in the code section, the prototype still responds based on the old logic. It seems like it's not reading the latest changes. How can I reset or refresh the logic and chat history so it reflects the updated code properly?
1 vote -
Feature Request: iOS Simulator Support in Project IDX for Flutter
Project IDX has great potential, but expanding its iOS Simulator and Deployment to App Store capabilities would make it even more powerful. Here's what I propose:
iOS Simulator Integration - the capability to test and debug directly in Project IDX, without having to go into any macOS device;
App Store Deployment - deploying iOS applications directly in the App Store;
iOS Full Development Toolset: advanced debugging, performance profiling, and resource management.
This will not only smooth the workflow but also make ProjectIDX full-fledged for the all flutter developer. Let's unlock its full potential!
4 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 -
Clickable results in firebase query mode
When using Firebase UI query mode, the results are not really human readable. I'd like the document ID field to be clickable, taking me to the panel view of that document, so I can see the document in a readable way.
3 votes -
للاسف البنامج لا يقوم بتحميل صور لي اتمنى ان تكون الميزة مقبولة قريبا
للاسف البنامج لا يقوم بتحميل صور لي اتمنى ان تكون الميزة مقبولة قريبا
1 vote -
Another project contains an OAuth 2.0 client that uses this same SHA-1 fingerprint and package name combination
Hello everyone,
I'm facing a persistent issue when trying to register my Android app in Firebase, specifically related to the SHA-1 fingerprint. My application is built using React Native.I recently cleaned up my Firebase console by deleting several old projects, leaving only one active project named socialapp. My intention is to add my React Native Android app to this socialapp project.
When I attempt to add an Android app to my socialapp project in the Firebase console, I consistently encounter the following error message:
Another project contains an OAuth 2.0 client that uses this same SHA-1 fingerprint and package…1 vote -
Console: free up space to work on medium size screens
Outside the office, I work on an 11" Chromebook and the console layout is not at all user-friendly for screens that are not large.
The spaces in the appbarr, title, navigation and footer bars take up a lot of space and are fixed, the content of the page that is left for editing is very limited, having to scroll each line and some services do not even have space to open the item to be consulted, like in analytics, for example, some cards are truncated.5 votes -
Copy and paste across projects
It will be great if we could copy a file from one project and paste it in a different project (in another tab)
157 votes -
Modificar mi aplicación con muevas ideas
Una ves terminada la aplicación y antes de publicarla que se pueda modificar o actualizarla para ponerles más opciones y ideas.
1 vote -
Tab completions, rules, and tools integration for ease of setting up auth, db, storage, functions, agents, and cloud run
Tab completions, rules, and tools integration for ease of setting up auth, db, storage, functions, agents, and cloud run. Also, ease of third party integrations such as Neo4J DB, open-source auth, Supabase, stripe, and cloudflare pages (plus R2 and wirkers).
1 vote
- Don't see your idea?