Chase Fleming
Chase Fleming
There is currently no way to discover what Flow Interaction Templates (FLIX) are available. It would be nice if you could find them via the CLI with something like: `flix...
If you are running `flow dev`, you need to have a `cadence` folder at the root. Not all projects are structured like this. For example, in many frontend apps, code...
Running `flow dev` replaces accounts each time. This makes it difficult to keep track of what should be committed in flow.json. A few examples that are unclear: - If you...
The scaffold instructions are generic. Wondering if there is a way to make them specific to the scaffold so that it's clearer. e.g. "npm install" and "npm run dev" for...
The SDK guidelines have been updated to switch `.decodeHex` to `.utf8`. See here: https://github.com/onflow/sdks/issues/17 Examples and usage in this repo need to be updated to match SDK guidelines.
### Issue To Be Solved We need a way in other projects, like the CLI, to know when the emulator has started. ### (Optional): Suggest A Solution Introduce a variadic...
 If I am using Brave Browser or Safari, this 404 appears. I am running emulator and hitting this url: https://emulator.flowview.app/account/0xf8d6e0586b0a20c7 Works on Chrome.
Issue: https://github.com/onflow/docs/issues/819 ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted design OR link to spec...
Switch the default logging library to `slog`. Additionally, abstract the logger logic to seamlessly support other logging libraries like `zerolog`. ## Steps 1. **Integration:** Incorporate `slog` as the default logging...
Currently, if you add an alias for a dependency, and it finds other dependencies it still prompts you if you'd like to add an alias. But, because you've given it...