wathika

Results 9 issues of 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 ![image](https://github.com/user-attachments/assets/abdebd43-519c-4b25-8c42-2012811a763d) ``` 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

topic-change
golang

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? ![Image](https://github.com/user-attachments/assets/7672bbe7-37d8-45fd-92c4-0f240627a04c) [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` ![image](https://github.com/user-attachments/assets/f2b9161e-bc1e-41d2-aad2-71f75d92021b) 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.