Ben Potter
Ben Potter
Context [in Slack](https://codercom.slack.com/archives/C06V6DQ62N5/p1713389542488449?thread_ts=1713382918.082259&cid=C06V6DQ62N5). An issue can happen where we pull in a changeset into an older release that includes a migration. If the deployment is upgraded to the latest release...
## Background You can visit https://dev.coder.com/icons to see all icon URLs, but not emojis. To see emojis, you must visit https://dev.coder.com/templates/coder/settings and use the picker there
There are some cases when we want to enforce a user to enter a value (password) via the regex validation, but need to push the template with an empty /...
Would be cool for people to pass a `devcontainer.json` via TF directly versus relying on cloning a repo. Is this possible?
For any scripts in `devcontainer.json` that run after started, how can we render these in the Coder UI?
While we ultimately want to embed the registry inside the Coder product, a good short-term solution will be presenting links to https://registry.coder.com inside the Coder product. This will allow us...
We currently have per-user insights but do not show what IDEs they are in: https://coder.com/docs/reference/api/insights#get-insights-about-user-activity
One of the largest pain points with remote development is re-opening your laptop and having the IDE session disconnected with all of your state being droped. @hugodutka has been dogfooding...
Render a description and icon in the UI ```diff data "coder_preset" "large" { name = "Large" description = "A 8-core instance with 32 GB RAM" + icon = "/icon/large.svg" }...
## Some Suggestions - If no preset is selected, don't show the toggle at all. It does nothing. - Rename the toggle to "Show pre-filled values" or something - Move...