Tim Tilberg
Tim Tilberg
Hello, I've been happily using this gem to get off the ground with Rails + Bootstrap. I've come across an issue where a button is 1 pixel too small in...
I was looking at the code that configures the source/api_key in the HTTP log device, and was wondering if there was a specific reason the API key and Source do...
Hello, I'm trying to intercept the response body of an XHR request. After looking through the spec files, I saw that Ferrum keeps track of all of the network traffic,...
Related to #234 I couldn't remember how to get a value back from `evaluate_async` and remembered I had created an example in a previous issue. The existing example leverages `arguments[0]`...
Allows streaming of blob in chunks by explicitly passing blocks to `Proc.new`. In older versions of Ruby, `Proc.new` would implicitly capture a block. Fixes compatibility with Ruby 3+ Fixes #444
Similar to the issue in the AWS S3 adapter: https://github.com/fog/fog-aws/commit/412677cd1028efbf81e7c53a205cdeaa24c1aed7 Ruby 3 has deprecated the ability to call `Proc.new` without a block explicitly passed in. The api that streams blob...
Hello, I was just scanning through the Readme and noticed a couple things to clean up. Cheers!
This repository and project has a different name than what you find in Sublime when trying to install the package. This will help people install the plugin more naturally.