Raj Sahae
Raj Sahae
Mac OSX 10.8.3 I was following this example from the Shoes book by _why and I found it didn't work. ``` ruby class BookList < Shoes url '/', :index url...
**Describe the bug you encountered:** We updated pyroscope to 0.5.7 (from 0.5.5) which pulls in pprofrs 0.2.7 (from 0.2.5) and noticed our crates stopped reporting frame data. C++ binding crates...
I originally posted this in the Bevy Q&A list but after looking a bit more, I'm wondering if it's an issue with this library? https://github.com/bevyengine/bevy/discussions/11482 For convenience, I have copy/pasted...
I have a method which simply removes an entire directory. ``` ruby def remove_cache # Remove the cache begin @system_rye.disable_safe_mode @system_rye.rm(:r, :f, @@cache_path) ensure @system_rye.enable_safe_mode end end ``` Sometimes, seemingly...