Mathieu Derelle

Results 30 issues of Mathieu Derelle

the source code says ``` # rotate the page 90 degrees counter clockwise def rotate_left # rotate the page 90 degrees clockwise def rotate_right ``` but from what I've tested,...

Reading other issues, you seem to discourage ppl from using mixins, but they're so useful. I would like to share some behavior between a bunch of components (especially across different...

Type: Improvement

Should assignment in conditional ternary be avoided ? something like this ``` condition ? self.foo = bar : self.foo2 = bar2 ``` it's dealing with operator precedence and it is...

New Rule

I'm using your gem (version 3.2.2) but this repo has no release tag above 2.2.7 How to know which code is released ? Is this gem always including bootstrap3 ?...

pry-byebug seems to alter next/break behaviors using this snippet of code ``` a = 5 4.times.map do a = 3 # next a next "#{a}" end ``` in string interpolation,...

sorry, not sure where to post this On airbrake.io, we are alerted that posting errors to `airbrake.io` directly is deprecated and should be done through `api.airbrake.io` This page states which...

bug

### Relevant Package @airbrake/browser ### Description the doc on instrumentation is really short, only mentioning `console` but there is at least another possible option `onerror` (the old deprecated `options.ignoreWindowError` and...

enhancement

Is it possible to `airbrake.notify` with multiple errors at once ? In my experiences, the stacktrace of errors thrown by ajax libraries do not have anything to do with our...

enhancement
Est: < 5 D

every function could return a Promise if no callback are passed : `const promise = bot.getCategories('foo')`

enhancement

``` # acts_as_token_authentication_handler_for SpecialUser, as: :user, fallback: :none # acts_as_token_authentication_handler_for AltUser, as: :user, fallback: :none ``` when a request comes in with `X-User-Email` & `X-User-Token` (with credentials of SpecialUser), one...

support request