edwardcwang
edwardcwang
**- Do you want to request a *feature* or report a *bug*?** Bug **- What is the current behavior?** Mailer template URLs such as the one in `GOTRUE_MAILER_TEMPLATES_CONFIRMATION` or `GOTRUE_MAILER_TEMPLATES_RECOVERY`...
# Bug report ## Describe the bug The self-hosting instructions recommend decoupling the database by setting `POSTGRES_HOST`, `POSTGRES_USER` et al to use an external database. However, this causes Supabase Studio...
**Type of issue**: bug report / feature request **Impact**: API addition (no impact on existing code) **Development Phase**: request **Other information**: When using `ChiselEnum`, one should be able to take...
Mill version: 0.3.5 Thank you very much for this great build tool! 👍 When running mill in a tty-less environment, something within mill using JLine tries to change tty/terminal settings...
Example of multi-clock circuits: https://github.com/edwardcwang/chisel-multiclock-demo It would make testing these kinds of circuits more DRY and less tedious than manually creating a wrapper Module. Ideas * testers1 semantics (poke-clock and...
Is there a way to catch `TimeoutException` in user code? It seems like the exception gets thrown and there is no way to catch it (user code is not even...
While I know that zero-width I/Os don't really exist, it might be nice as syntactic sugar to be able to peek (or even dummy poke?) zero-width wires and have it...
Seems like scalatags only supports the immutable Seq `scala.collection.immutable.Seq` rather than the generic `scala.collection.Seq` - just wondering if this was by design or by oversight.
This can be used in `` e.g. ``. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link