Wilson Silva

Results 13 comments of Wilson Silva

Doesn't happen with `--concurrency-model process`

I fixed this by installing `glfw3` and compiling `scenic_driver_glfw` manually: ```sh brew update brew install glfw3 glew pkg-config mix deps.compile scenic_driver_glfw mix do deps.get, scenic.run ```

What do you think about replacing Yarn with [Bun](https://bun.sh/)? Bun is a lot faster, it is updated multiple times per week, has a stable API and does a lot out...

Excellent work! Meanwhile, is there a Ruby workaround?

> @wilsonsilva Probably you can find [this commit](https://github.com/pushpad/web-push/commit/7fa47ce4ae595a5177083afaaa04fc6203ea9c21) useful as a start... take a look to the `set_keys!` method in particular. Thank you. The morning you posted this, I had...

I'm willing to help. I would like to see this protocol completely reverse engineered. Today I'll start an open-source clone of the mobile app, to own the data and fix...

Hello @julik these bindings are for Raylib 4.5. They released version 5.0 about 6 months ago. I haven't looked into this yet, but can you try to install an earlier...

@julik, [the link to the archive](https://github.com/raysan5/raylib/archive/refs/tags/4.5.0.tar.gz) is still valid. Homebrew stores the formulas [in a git repository](https://github.com/Homebrew/homebrew-core/commits/07faf6e368eb0afe12599f9ac5dbf40c762e1233/Formula/r/raylib.rb), so there's surely a way to point your homebrew to an earlier version....

> it's work with Emscripten. Emscripten is a complete Open Source compiler toolchain to WebAssembly. When developers have native code that lends itself to compilation to WASM, this native code...