Gareth Jones
Gareth Jones
I can confirm this is still an issue in Hyper 3.0.2. Happy to help where I can in getting this fixed - including making a PR with some guidance (if...
@ryantheleach while yes you could store the cancelled value in a variable, that would result in the code having higher coupling, since any code block using the variable would be...
👋 I'm about to attempt a PR updating `eslint-plugin` to support ESLint v8, and saw this - I've done a fair amount of work in TS, including writing and converting...
I would just have a look at how jest does it - they manually populate their changelog. While I understand the desire to have tooling, I think it's worth doing...
Are folks aware this has been reported as a security issue that affects most (if not all) versions of Scrapy? https://nvd.nist.gov/vuln/detail/CVE-2017-14158 & https://github.com/pypa/advisory-database/blob/8b7a4d62a95e8f605e5dfb4e0b4f299e6403dc12/vulns/scrapy/PYSEC-2017-83.yaml I'm currently trying to determine if the...
@fazalmajid that sounds like a reasonable solution - is that something you'd be comfortable implementing? As I've said I'm not really a Python developer so can't really take on trying...
Having this option should would be great: We're working with large arrays in our store, that perform fine, but cause the dev tools to lag a lot. This is made...
Our application had a map of users (`{ [userId]: user}`), with each user having their last transaction, which in turn has the message of that transaction, that in turn contains...
@zalmoxisus +1 for handling this better. We're using this for debugging, but don't always have remotedev-server running, as our app is still in development, and we're not always debugging the...
@zalmoxisus - Fair enough. I was thinking some maybe on the lines of printing an error once the first time, then afterwards when trying to reconnect, don't print an error...