Piero Dotti
Piero Dotti
I'm on a macOS El Capitan with ruby 2.3.3 (rbenv). After upgrading some dependences in my project, I'm having a strange issue when running `invoker`. Even if the processes are...
I installed Network Link Conditioner from Xcode, to test a slow internet connection on my mac. http://stackoverflow.com/questions/9659382/installing-apples-network-link-conditioner-tool After installing it, all my tld requests to port 80 are not working,...
When using `rails generate zuul:role Role name:string` and, in general, all other generators, the created migration file was without extension. I just added it. Anyway, I'd like to help you...
I'm using this library to parse gifs images uploaded by users. I think that making frames list public is very useful, since you can obtain single images and timings. If...
I've noticed a peak of memory allocations in this file by using `derailed` gem ``` 800 /Users/progm/.rbenv/versions/2.3.5/lib/ruby/gems/2.3.0/gems/deface-1.0.2/lib/deface/search.rb:13 400 /Users/progm/.rbenv/versions/2.3.5/lib/ruby/gems/2.3.0/gems/deface-1.0.2/lib/deface/override.rb:189 ``` That could be simply fixed using a `.freeze`. * Freezing...
### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [ ] The issue still exists against the...
It would be super-useful to accept an IO Stream or a string directly. It's particularly useful when you're working with files on cloud storages like Google Drive or S3. Example:...
One feature I would love to have in Langchain.rb that may be super-useful is summarization: https://python.langchain.com/en/latest/modules/chains/index_examples/summarize.html I don't think it's super hard to implement. (at least: a base version of...