Jevon Wright
Jevon Wright
On GitHub actions, you may get a similar exception: ``` Caused by: org.eclipse.jgit.errors.MissingObjectException: Missing commit ....hash... Error: -07T10:37:52.726+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.eclipse.jgit.internal.storage.file.WindowCursor.open(WindowCursor.java:164) ``` This is because by default, [GitHub's `actions/checkout`](https://github.com/actions/checkout)...
I'm modifying the schedule from a sidekiq job, yes: ```ruby def call Sidekiq.schedule = generated_schedule Sidekiq::Scheduler.reload_schedule! del('*', 100, false) end ``` I'm wondering if the `del` is getting in the...
In a similar vein to EsotericSoftware/kryo#626, could you support a System property (-Dreflectasm.unsafe=false) or something so that we can stop this error message from appearing (and ideally start to get...
This is occuring right now for me on the WeMineLTC modified proxy. I'm only using three clients on a LAN (the proxy is providing getwork to give-me-ltc stratum), it's occuring...
I appear to be having the same issue on 7.4. In `/var/lib/awstats/awstats032018.cryptfolio.com.txt`, the errors are counted: ``` # Errors - Hits - Bandwidth BEGIN_ERRORS 11 301 762 2950772 404 716...
I had a quick go at this, my theory is that you could just extract the contents of `wkhtmltox-0.12.4_msvc2015-win64.exe` into the `bin/` folder and then modify the contents of `bin/wkhtmltopdf`...
We are having this warning thrown up as well: ```jsx [ Label, ] ``` ==> ` 37:5 error A form label must be associated with a control jsx-a11y/label-has-associated-control` For now,...
I've tried to resolve this in the `premailer-rails` gem (which uses `premailer`) with a new config option: https://github.com/fphilipe/premailer-rails/pull/227
Has this issue been resolved in #223 ?
I agree this is a bug - if anyone would have the chance to make a PR (with tests) that fixes this, that would be amazing!