2041 results found
-
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini
I Create AI Chat Bot App like Chat GPT and Deepseek and Gemini. Indian Own App
1 vote -
Broaden Crashlytics velocity error range to allow larger percentages than 1%
We would like to broaden the Crashlytics velocity error percentage so that we can trigger velocity alerts at larger percentages than 1%. 3% would be ideal for our purposes.
6 votes -
2 votes
-
Separate View for Releases made for Specific Groups
Currently all releases are listed on the same list for all groups and emails, having a group release view would be extremely helpful for release filtering purposes
1 vote -
Separate View for Releases made for Specific Groups
Currently all releases are listed on the same list for all groups and emails, having a group release view would be extremely helpful for release filtering purposes
1 vote -
Man, Make the Storage Free Pleaze........
Make it free to attract more users.
1 vote -
I have a New(Idea) For improving the **IDX code editor** (or any code editor): --- ### **Key Features** 1. **Error Explanation in Pl
🚀 AI-Enhanced Debugging Assistant
Description:
Integrate an AI-powered Debugging Assistant that helps developers quickly identify, analyze, and fix errors within their code. Unlike standard error messages, this tool would explain the root cause of errors and suggest optimized solutions interactively4 votes -
Enable import GitHub repo specific directory
Currently, "Import a repo" (when creating a new workspace) only works for cloning an entire repo.
- ✅ https://github.com/my-username/my-project (valid)
- ❌https://github.com/my-username/my-project/tree/main/examples/blog (not valid)
The ability to import a specific directory/path from a repo would be helpful, since many web frameworks have official examples in directories in a single repo.
Example:
- https://github.com/withastro/astro/tree/main/examples (Astro)
- https://github.com/vercel/next.js/tree/canary/examples (Next.js)Other online IDEs support this ability, such as Stackblitz, CodeSandbox.
126 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 -
Microsoft SignInWithCredential functionality
To add authentication a manifest v3 chrome extension SignInWithCredential has to be used as SignInWithPopup violates the v3 csp rules.
Microsoft tokens currently aren't supported, making it hard to use Microsoft authentication in a chrome extension unless you create a backend cloud function. This is a long workaround and would be helpful if SignInWithCredential could be used immediately.
1 vote -
Add a template for Mesop to build AI / ML Chatbots rapidly
Would be great to jump into an environment with https://github.com/google/mesop ready to go.
4 votes -
2 votes
-
create a UI for managing environment variables and surfacing build error messages in the Firebase console
create a UI for managing environment variables and surfacing build error messages in the Firebase console (so you don't have to go into CloudBuild)
20 votes -
Create website for a-Z fisheries Mass volume harvesting campaign
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A-Z Fisheries: Combating invasive carp and restoring ecological balance through innovative, sustainable fishing practices.">
<title>A-Z Fisheries | Fighting Invasive Carp</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<style>
body {
margin: 0;
font-family: 'Roboto', sans-serif;
background: #f0f8ff;
color: #333;
}
header {
background: #004080;
color: white;
padding: 1em;
text-align: center;
}
nav {
display: flex;
justify-content: center;
background: #0066cc;
}
nav a {
color: white;
text-decoration: none;
padding: 1em;
transition: background 0.3s;
}
nav a:hover {
background: #004d99;
}
section {
padding: 2em;
max-width: 1000px;
margin: auto;
}
footer {…1 vote -
1 vote
-
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
- Don't see your idea?