Oleksii Vasyliev
Oleksii Vasyliev
Hey GitHub community! If you are a Node.js/Electron developer, you have probably heard of Upterm open source, a terminal emulator for the 21st century. Upterm has 18634 (2018-05-28) stars and...
Based on rails docs: https://guides.rubyonrails.org/threading_and_code_execution.html#executor > The Rails Executor separates application code from framework code: any time the framework invokes code you've written in your application, it will be wrapped...
Parser generator for ruby generate code with `_1` and `_2`, which is reserved in latest ruby versions: Added from ruby 2.7 - https://www.bigbinary.com/blog/ruby-2-7-introduces-numbered-parameters-as-default-block-parameters ### Steps to reproduce Ruby version: ```...
Hello. Thanks for gem. Looks like due to dead `cookiejar` gem, puffing-billy cannot be used in env, where Ruby 3.3.0 ``` /Users/leo/.asdf/installs/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/cookiejar-0.3.3/lib/cookiejar/cookie_validation.rb:48:in `initialize': wrong number of arguments (given 3, expected...
### Motivation / Background Mail preview support show inline attachments for `` tag, but have not support for `background-image` css attribute. But this is also valid way to use inline...
Hello. Thanks for your great job and contrubution. I did try to write own sqlite3vfs based on your library, but looks like in end it did not work on Apple....
Idea was taken from [https://www.sqlite.org/src/file/ext/misc/memvfs.c](https://www.sqlite.org/src/file/ext/misc/memvfs.c). Sometimes will be cool not only define VFS in extension, but also provide additional functions from this extension. Examples for use: - You can use...
Issue itself: https://github.com/activerecord-hackery/ransack/issues/916 also should fix https://github.com/activerecord-hackery/ransack/pull/1512 (no need compare values)
Fix code for test, which should pass