Timothee Groleau
Timothee Groleau
Thanks @grosser and @jonmoter! Apologies for the delay in replying. We're doing this as a side project, so we are a bit slow :sweat_smile: The `Environment` page and its timetravel...
Plus it looks like the constructor supplies a default value, so I'm not sure why the parameter is mandatory in the typescript definition? https://github.com/lazywithclass/winston-cloudwatch/blob/d77124fbba1a5986605e805c62938549aa7e1ad3/index.js#L17
The versions are shown now, but the update command is not. I am as annoyed as you were (still are?).
real world file that gets broken because of said issue: https://github.com/cloudhead/less.js/blob/master/lib/less/browser.js I'm not saying the js in that file is good btw (adding a semi-colon after the console.log statement fixes...
The heart of the issue, imho, is that the removing log statements cannot be done reliably with regexps alone. But I do realize that adding a full js tokenizer in...
FYI: I reckon it's because the callback map is not cleared on successful setTimeout callback. For setTimeouts, the callback map should be cleared even if clearTimeout is not called explicitly.
> disabling "perspective correction" in the Enhancements section of the Settings dialog would avoid the corruption without disabling HD Mode 7 entirely. I can confirm his suggestion works as described....
I tested my [Buffalo BSGP815GY USB controller](https://www.amazon.com/Buffalo-iBuffalo-Classic-Gamepad-BSGP815GY/dp/B06XWD8QQJ) in 11.2 and had no issue in [bsnes nighly 2021-02-08](https://github.com/bsnes-emu/bsnes/releases/tag/nightly). What controller model(s) are you using?
Thanks for the extra details. I have a 8BitDo SFC30 Gamepad as well. I just tested (over bluetooth connection), and it is working fine in the same bsnes version, reference...
@kennychenfs OCR detection should work fine on linux (it's python after all) BUT, there is no window capture method for linux's windowing systems implemented at this moment. Feel free to...