Wilson Silva
Wilson Silva
Version 0.5 is incompatible with later versions of Rack. Rack 2.0.x contains security issues. The latest master fixes this problem. Can you please release v0.5.1/0.6?
I'm getting many validation failures on different phone numbers from the British Channel Islands (for example, Jersey).
## Issue report **Question 1: What is the problem?** - Similarly to https://github.com/phusion/passenger/issues/1915, when running Passenger Enterprise in Threaded mode, my logs are being prepended with `[Thr-1]`, `[Thr-2]`, and so...
My ColorFilter is being applied to the whole app, not just the container of the SVG. I tried wrapping the SVG in a `Container` and other widgets but it still...
Activating the toggle __Always use "Following" Tab__ removes the ability to navigate to the **Lists**. Steps to reproduce: 1. Activate the feature _Always use "Following" Tab*_ 2. Pin one of...
**Describe the bug** When I run `budle exec sord lib/nostr/client.rb` I get this error: ``` [INFO ] Running YARD... [DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you...
The test suite is fairly fast despite the sleep statements, but it feels dirty (because it is) and makes the test suite non-determinant. Help welcome.
For example `Raylib.load_model("resources/models/iqm/guy.iqm")` only works if I write it as `Raylib.load_model("/Users/wilson/projects/rb/raylib/examples/models/resources/models/iqm/guy.iqm")`
Ruby has recently introduced support for web compilation. I'm not sure how well it works with Emscriptien/FFI libraries.
In `textures_bunnymark.c/rb`, it is possible to configure `MAX_BATCH_ELEMENTS`. This is a compile-time macro that is not available in Ruby. It should be exposed. // This is the maximum amount of...