Jan Jędrychowski
Jan Jędrychowski
Related to https://github.com/dejan/rails_panel/issues/171 It aims to replace `normalizePath` filter which: * doesn't work well if path includes `/app/` * doesn't support files in other directories, like `lib/` https://github.com/dejan/rails_panel/blob/4204111affa05fec6793a77e37072bd4a079f251/rails_panel/assets/javascripts/filters.js#L34-L38 Frontend changes...
It's often a case that gems are bundled inside application directory in `vendor/`. Fixes https://github.com/dejan/rails_panel/issues/171 Additionally I added `bin/` path to ignore `bin/rails`.
Resolves https://github.com/dejan/rails_panel/issues/139  Styling is far from perfect, any design help welcome. TODO: * [ ] move button to top bar, see https://github.com/dejan/rails_panel/pull/154#issuecomment-508343051
`Do::Halt` is a `StandardError`. Because of that rescue block can unexpectedly catch it in a wrapped method. This problem has been reported at https://github.com/dry-rb/dry-monads/issues/72 If `Do::Halt` was a direct `Exception`...
Similar to https://github.com/trailblazer/trailblazer/issues/161 ## Problem By looking at an operation it's possible to tell what input it takes with a help of Contracts. Same can't be said about the output....
https://github.com/dbussink/geoip2_compat/issues/1 continuation. Current Readme is confusing. This PR clarifies that libmaxminddb is not a system dependency. Not sure why https://github.com/dbussink/geoip2_compat/pull/4 was closed.
https://github.com/envato/exiv2/issues/9 fix
It should be possible to read and write Value using [subtypes](http://www.exiv2.org/doc/classExiv2_1_1Value.html), especially [XmpValue](http://www.exiv2.org/doc/classExiv2_1_1XmpValue.html) and its subtypes. Or at least provide access for `value_` fields (http://www.exiv2.org/doc/classExiv2_1_1XmpArrayValue.html#620cf5acd40bea72c7b3cdb3894fea6a, http://www.exiv2.org/doc/classExiv2_1_1LangAltValue.html#e466310e854d707c1e5f5a44730a27c9 and others). If you...