Tim Morgan

Results 55 comments of Tim Morgan

@jay-aye-see-kay's answer is the correct one. This fixed the issue for me. Thanks! Note: if you get an error saying "Output dev not found", just will need to manually delete...

Also, 9 out of 10 of the child processes see the following error for every socket connection: ``` ["Errno::EAGAIN", "Resource temporarily unavailable", ["server.rb:41:in `accept'", "server.rb:41:in `block in block in block...

Interestingly, Firefox and `curl` were both getting the whole response, but Chrome was not. I suspect it's in how the client reads the data off the socket, causing some combination...

I ran into the "bus error" described here when trying to uninstall on a Mac. ~My solution was to copy the installer somewhere where it won't get unmounted:~ ``` cp...

I'm seeing this too. I can reliably reproduce on devbox 0.13.5 with the simple ruby script: ```ruby sleep ``` Here is a screen recording: https://github.com/user-attachments/assets/a3d6eee2-0ea6-480e-9cf1-4a91abd6e426

If you know of a public-domain bible file for the language, then please point me in the right direction!

@wupangyen thanks so much. I'll take a look at it this weekend. If you don't mind, could you also make a PR to add Chinese to [this repo](https://github.com/seven1m/bible_ref), kind of...

The database for bible-api.com has been updated with this new translation. 🎉 [https://bible-api.com/約翰福音+3:16?translation=cuv](https://bible-api.com/%E7%B4%84%E7%BF%B0%E7%A6%8F%E9%9F%B3+3:16?translation=cuv) Thanks for all your hard work on this!

I'm cool with a CLI flag to change behavior. Should we default to the most-Ruby-like behavior and have the flag enable "extra" checks? (In reality, the checks would be free,...

I'm looking into this, and I think it will require a full redo of `pass4.rb`. Though, I still don't fully understand the semantics of `return` from inside Proc yet. Here...