wathika
wathika
Maybe you might consider hiding api keys using [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack?tab=readme-ov-file#------dotenv-webpack)
I get the error on Fedora 40, app installed via snap  ``` whatsie -v Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Qt: Session management...
### Roadmap URL https://roadmap.sh/golang ### Suggestions Add Bubble Tea in the CLI section https://github.com/charmbracelet/bubbletea
air watches all files in any directory instead of only .go files or those within a valid go.mod file
When running air in the home directory (~), it watches all files and subdirectories instead of only .go files or those within a valid go.mod directory. This results in excessive...
I encountered a persistent issue where, after running Go-App on localhost:8000, any subsequent web services running on the same port result in a WebAssembly error: ``` CompileError: WebAssembly.instantiateStreaming(): reached end...
Can this idea be used to add automigrate in bun orm?  [https://goplay.tools/snippet/jilbBNw7Q1L](https://goplay.tools/snippet/jilbBNw7Q1L)
# Issue Template ## Frequently Asked Questions **Q:** How do I submit a new `.gitignore` template? **A:** Please submit all new templates to [@toptal/gitignore](https://github.com/toptal/gitignore). **Q:** How do I suggest modifications...
Using [nextDNS](https://nextdns.io/) Head to denylist and add: `*.cdn.jsdelivr.net` and `*.jsdelivr.net`  Optionally using [AdGuard](https://adguard.com/kb/general/ad-filtering/create-own-filters/) Create a custom filter `||cdn.jsdelivr.net/npm/disable-devtool^`
[https://goplay.tools/snippet/DmuiHIvVNdh](https://goplay.tools/snippet/DmuiHIvVNdh) After marshalling returns nil, the orderedmap library does not implement Go's json.Marshaler interface directly.