Tëma Bolshakov
Tëma Bolshakov
Need to add the same option to `PatternMatch.mixin` method
I considered this library a great abstraction tool for dependency injection and algebraic effects. The knowledge about underlying fiber use is hidden and never mentioned. > Fortunately, all thread local...
Nice, I didn't know about extensions 👍 I implemented a patch myself but ended up using old good thread locals because they appeared to be more readable, and my code...
А как вот с такой проблемой бороться? ``` [12:21:21.513 PM] Translate[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.A111DBCF-5725-4C75-9BEC-F3A446A3DA13%3E94EED11C-93A9-4FF4-8F28-14E546743485)] Queuing argument 'head' [12:21:23.021 PM] Translate[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.A111DBCF-5725-4C75-9BEC-F3A446A3DA13%3E94EED11C-93A9-4FF4-8F28-14E546743485)] Script with argv '(null)' finished [12:21:23.021 PM] ERROR: Translate[[Script Filter](alfredpreferences:workflows%3Eworkflow%3Euser.workflow.A111DBCF-5725-4C75-9BEC-F3A446A3DA13%3E94EED11C-93A9-4FF4-8F28-14E546743485)] Code...
Ruby 2.4.1, diffy 3.2.0, BusyBox v1.24.2 (2017-11-23 08:52:33 GMT) multi-call binary. ``` irb(main):029:0> Diffy::Diff.new("foo\n", "bar\n", diff: '-U0').to_s => "-foo\n+bar\n" irb(main):030:0> Diffy::Diff.new("foo\n", "bar\n", diff: '-U0').to_s(:html) => "" ```
It should be safe to close this PR, rubocop was added here https://github.com/voxpupuli/json-schema/pull/480
@sikandartariq1 can you help me to reproduce the problem? I tried to monkey patch `Active Admin::BaseController` with `protect_from_forgery` but tests pass.
I updated the test suite to test against latest rails and active admin versions https://github.com/bolshakov/activeadmin_sortable_table/pull/21 I rebased @Kristonitas branch https://github.com/bolshakov/activeadmin_sortable_table/pull/22 to pass the test and tried to break tests by...
@davidwparker good catch. Would you mind fixing this?
Hey, @bastelfreak 👋 The PR Is ready for review. I would appreciate your feedback