Frank
Frank
I tried to compress `"Chūnin"` and this compression function crashed. Tried to use `btoa("Chūnin")` but `btoa` doesn't support non-ASCII either.
### What is the problem this feature will solve? The dependencies of your project might use old versions of their dependencies. I hat the problem, that lmdb was incompatible with...
Got this warning in the browsers console: react_devtools_backend.js:4026 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code or side...
You **must** post issues only here. Questions, ideas **must** be posted in [discussions](https://github.com/yuin/gopher-lua/discussions). - [x] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you...
I renamed master branch to main and it stopped working: GitHub Actions output: ``` Run yarn next-ver --go yarn run v1.22.18 $ /home/runner/work/magic/magic/node_modules/.bin/next-ver --go /home/runner/work/magic/magic/node_modules/q/q.js:87[6](https://github.com/Frank-Mayer/magic/runs/6032304461?check_suite_focus=true#step:7:6) throw error; ^ fatal: couldn't...
**What version of Tailwind CSS are you using?** 3.4.3 **What build tool (or framework if it abstracts the build tool) are you using?** Docker Compose **What version of Node.js are...
## Bevy version 0.14.0 ## \[Optional\] Relevant system information System independent. (Tested on macOS 14.5 M2 and WASM) ## What you did Added UI overlay to gameplay. ## What went...
I want to add Discord rich presence to my Bevy game using this SDK. I use a macBook pro M2 13" Cargo gives me this error: ``` error: failed to...
Schema would be useful. It would be used like here for GitHub Actions: https://github.com/tsukinoko-kun/codehere/blob/main/.github/workflows/release.yml ```yaml # yaml-language-server: https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json --- name: goreleaser on: create: tags: - "**" ``` This improves discoverability...