Martin Sander
Martin Sander
Two very similar false positives: ``` return super if request.head? return super if request.get? ``` and ``` return super if request.get? return super if request.head? ``` should be fine IMHO....
> alternatively, #179 @ghiculescu I think this is something different. This part of the README references the `db:sessions:upgrade` task, #179 is about `trim`.
> It does seem to me like the sessions upgrade task respects custom classes though? It tries to use the custom class. But it will not work if the custom...
Another victim here. Using `swagger-ui-react`. I guess this is caused by 2eaa6c10e424433c7f5dd5c8554729a6f46b9730, as it changes the artifact to es2015. See #6291 . I would think this could be worked around...
I found a workaround for our project, maybe it helps someone else: Adding two additional babel plugins in `babel.config.js`: ```javascript plugins: [ '@babel/plugin-proposal-nullish-coalescing-operator', '@babel/plugin-transform-for-of', ```
> Thanks for drafting @marvinthepa Happy to give back and spend some company time on a library we have been using for a few years now..
@petergoldstein Funny that I seem to have discovered on the same day as @pcorliss-provi that we are affected by this / #776 as well. Increasing `sndbuf` and `rcvbuf` is a...
Still not working in Eclipse 3.6, 64 bit Linux, eCobertura 0.9.8, TestNG 5.14.6.
@alexander-akait I did not find a 2.3.6 Version, did you mean 2.3.1?. Tests in Version 2.3.1 fail as well. I also tried v2.0.0 and v2.0.0-beta.0 and 805b66502e43b (which removed the...
I checked the first test more closely. It seems that when watching a directory, the change events * are only ever fired when files appear or disappear * are always...