JoaquimEsteves
JoaquimEsteves
I know this is an old issue, but this is a feature I'd quite like to see. A pet peeve of mine is that JavaScript projects always end up with...
I'm also facing this issue. My current solution is similar to [chadlof's](https://github.com/kristerkari/stylelint-scss/issues/334#issuecomment-573822892), basically setup two different config and run the linting separately. ```json "lint:css": "stylelint src_with_scss/ --config path1 && stylelint...
Solved by forcefully patching React into my SSR script like so: ```javascript // Monkey Patch React // This is necessary due to a bug in styled-components :( // See: https://preactjs.com/guide/v8/switching-to-preact/#aliasing-manually...
Hello, I was facing the same problem but I managed to sort myself out with the `onUnload` prop. Example of a component that opens any number of windows onclick and...
I think the important point was mentioned in the second link marado posted: > it would be great if you could allow Android users to run reproducible builds to verify...
TODO: - [x] Add a small unit-test - [x] Ensure I don't trample over previous tests* mypy used to only report extra keys and not missing keys. We now report...
Hello, apologies for the delay! Went off on vacation and then real life™️ got in the way. Hopefully this'll be OK to merge now. A couple of three things: Could...
Thanks @AlexWaygood; I was confused as it looked like my `message.py` was different from the one shown on the CD (turns out I needed to pull from the python:mypy). The...
@AlexWaygood or @ilevkivskyi as a first-time contributor it seems I need one of you to request running the CD pipeline before approval (I foolishly merged master into this branch again,...
Sorry to bother you @AlexWaygood and @ilevkivskyi, I seem to have hit a wall here with the `run_primer`; the action seems to run 4 times and fail twice, and at...