1545 results found
-
VENDORS and Developer illegal claims of software
AAll Windows, PS4, PS5, XONE, XSXS online cost for play online games are starting at $10 up to 200 . The cost per hour online will cost 5 and hour. Where counting down the amount of hour children are allowed to play or Regulating these Councils because you don't learn anything from these game . We planning on adding a military testing 2 player shooting mode online for Educational purposes. These Simulator are binary military development platforms that civilian that unlisted one year in basic training get use those Simulator for team training Exercise . Cost for Devops package will…
1 vote -
fedramp / self hosted support
Would love to be able to introduce this to my work, but we have very strict security requirements.
Would be awesome to be able to spin up IDX on our own environment so we could use it!
1 vote -
Dependencies in onStart and onCreate
The onStart and onCreate scripts should allow for configuring dependencies to each other and to service. Compare how Gitpod lets you wait for a command to complete: https://www.gitpod.io/docs/configure/workspaces/tasks#wait-for-commands-to-complete
1 vote -
Encrypt sensitive config data
Most projects are parameterized at least with regards to sensitive config data, like credentials or dotenv files. These need to be stored somewhere, but not in git. They also need to be available when running previews or onStart scripts. IDX could either integrate with Secret Manager or allow its own config store (compare Gitpod's repo specific env vars: https://www.gitpod.io/docs/configure/repositories/environment-variables#environment-variables).
1 vote -
Workspace name improvement
Add the ability to validate the Workspace name, as some frameworks restrict what characters/words are allowed.
Add the ability to customize a tooltip for the Workspace name to give feedback to the user when creating a new Workspace.
1 vote -
Allow three finger swipe on ChromeOS
Allow the three finger swipe gesture to switch between file tabs on ChromeOS.
1 vote -
Add Remix Framework to project templates
I think remix is also a pretty good web framework and has a lot of users. So I think it's a good idea to add it to the project templates.
1 vote -
add some more frameworks
i want to request to add some templet for mobile app devlopment for ios and android native apps like kotlin ,swift
1 vote -
Organization Name
Step to create a custom organization name for the app, that is, com.example.app is the default, there should be a step to setup your own organization name.
1 vote -
Adds Clojure and Clojurescript
Java and JS are already supported so adding both of them shouldn't be too much work.
1 vote -
Growth Wealth Interest Investment Income
Growth Wealth Interest Investment Income
1 vote -
Remove git from functions folder
Using firebase init will create a git submodule in the functions folder, which is a giant hassle to remove. I just want init git in the root project.
1 vote -
Explain the format of the Firestore rules (and indexes) in firebase.json
At https://firebase.google.com/docs/cli?authuser=0#the_firebasejson_file, the firebase.json examples mention the Firestore rules like this:
"rules": "firestore.rules",
"rules": "firestore.default.rules",
"indexes": "firestore.default.indexes.json"What exactly is "firestore.rules"? A reserved string? An ID (pointing to what)? A filename (in what format)?
1 vote -
poetry
Poetry is the true path of life and available for people.
1 vote -
Devcontainer Support
Some of us come from Codespaces and other IDEs who already invested in Devcontainers. It would be nice if that's supported OOB
1 vote -
Unique password option for password policy
Add an option for the password policy to require users to create a new, unique password that has never been used for their accounts.
1 vote -
We've detected suspicious activity on one of your workspaces. Please contact support for further assistance
would be nice if this thing tells what type of suspicious activity was detected and have actual options to fix it. or maybe even warnings so that people don't work too ******* something just for google to restrict access out of nowhere.
1 vote -
gemini help on main page
on main page I want to learn how to use idx. to give an example, how can I work on a project which has frontend+backend(api).
1 vote -
Integrate PWA app creation
Integrate PWA creation with all the features and capabilities that the PWA tech offers, including access to native platform capabilities and APIs.
1 vote -
Improve RemoteConfig conditions documentation
Documentation about conditions for iOS and Android is lacking proper description for semver logic on parameter 'AppVersion'
It seems that the condition properly evaluate operators
>
>=
<
<=
when the app version is a semver string i.e. 1.18.10 > 1.18.2but the documentation states that above operators are only working with numeric values :
"...
For string values:
exactly matches,
contains,
does not contain,
contains regexFor numeric values:
<, <=, =, !=, >, >=
..."The logic behind semver is very important and specific.
To use it safetly we really need to be sure that the comparison is…1 vote
- Don't see your idea?