Jonathan Viney
Jonathan Viney
Layout/EmptyLineBetweenMethodDefs permits the following code: ```ruby def foo end call_something("here") def bar end ``` The rule should be triggered in the example above.
In our Rails app we use both Postgres and Cockroach at the same time with Rails 6 multi-database support. This adapter monkey patches `ActiveRecord::ConnectionAdapters::PostgreSQL::Column#serial?` in a way that causes the...
The combination of ember-cli-terser 4.0.2, sourcemaps, and asset fingerprinting with the prepend option seems broken. It works with 4.0.1. The generated sourcemap just has a single file in its "arrays"...
Zache uses a mutex when writing to the shared `@hash`, but not when reading. The lock should be taken when reading too. Alternatively you could use something like `Concurrent::Map` from...
https://github.com/yegor256/zache/blob/master/lib/zache.rb#L180 passes the value to `#expired?`, but it's expecting the key.
### Overview The IIFE name is not currently configurable, and can be important when inserting content scripts with world=MAIN to ensure there is no conflict with the page where the...