Avasam
Avasam
With OBS 28, my suggestion/workaround is no longer valid, as that plugin won't be updated. It's now completely impossible to use OpenCV with the OBS Virtual Camera. Btw here's the...
@mbyrnepr2 Line numbers are probably off because I forgot to paste the "disable" comments to remove pylint warnings that are not relevant to this issue. I've updated it. But it...
This is what I'm doing at the moment for pylint to work on my entire project: `pylint --score=n --output-format=colorized $(git ls-files 'backend/*.py')`
Add to this that it also crashes when trying to check JSON files with comments: ``` Traceback (most recent call last): File "C:\Program Files\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code,...
I'd like to expand on this and say it could even be wrapped as an npm package. Which would make nitpick easy to use in that ecosystem. I have quite...
The more I think about it, I don't think it would be a huge barrier in the npm ecosystem, most devs will end up having python already installed on their...
Just my 2 cents, I am no professional on the matter. Could `inf`, `+inf`, `-inf` and `nan` (with names that are actually usable as types) be type aliases of float?...
> Applications should not be able to screenshot your desktop without your permission. Removing the backdoor should not be controversial. What about screen recording? Where I'll take multiple images per...
Basically this config results in this behaviour: ```toml include_trailing_comma = true multi_line_output = 2 ```
Just use HTMLElement. You can always cast or typecheck if you *really* need it later. See: https://github.com/Avasam/speedrun.com_global_scoreboard_webapp/blob/develop/tournament-scheduler/src/Components/ScheduleManagement/ScheduleWizard/NonZeroNumberInput.tsx