Lucas Mazza
Lucas Mazza
Last bit for #28. I've noticed that `sass-rails` isn't respecting the `link` directive when the stylesheet gets `@import`ed inside an existing `.scss` file, so I might have to look into...
I haven't used Spriteful in a while, but I would like to improve some of the default conventions for Rails apps to assess some issues I had in the past...
This was reported on #249 but the issue and PR are closed without being merged and released. [`EctoErrorSerializer.format/3`](https://github.com/vt-elixir/ja_serializer/blob/574afb8d3170fa50e1f0dd918275936e32d06671/lib/ja_serializer/ecto_error_serializer.ex#L42-L43) calls `changeset.errors` directly instead of using `traverse_errors/2` to walk through the changeset...
We use drakov inside our jest/react integration tests and we noticed that the `stealthmode` setting does not disable all `console.log` output. we still get 5+ `console.log` calls: [1](https://github.com/Aconex/drakov/blob/e0d7cd4b79aa91f8bab98fdfe6bfa311c6cd3291/lib/setup.js#L15), [2](https://github.com/Aconex/drakov/blob/e0d7cd4b79aa91f8bab98fdfe6bfa311c6cd3291/lib/setup.js#L17), [3](https://github.com/Aconex/drakov/blob/master/lib/drakov.js#L17),...
Would be interesting to experiment with the [RFC 5861](https://tools.ietf.org/html/rfc5861) to implement support for `stale-if-error` and `stale-while-revalidate` extensions. `stale-if-error` might be an easy one but I wonder how would be the...
The repo doesn't have any tag for recent released versions, which and tools like Dependabot can't help describing what changed between one version to another [Bundler's docs](https://bundler.io/guides/creating_gem.html#releasing-the-gem) suggest the [`gem-release`](https://github.com/svenfuchs/gem-release)...