Arkadiusz Bokowy
Arkadiusz Bokowy
> Would this be possible without much effort? It depends how "clean" the solution should be. If you have countable number of servers, then you might duplicated the configuration and...
The big picture of the cmusfm architecture is as follows: - during first launch, the cmusfm server is spawned - during second launch, cmusfm "client" sends data to server instance...
I think I know what you mean... but I'm afraid that it was never working like that. If I understand it correctly, you would like to collect requirements from requirements.txt,...
Im not as such familiar with flake8 usage, but is there any way to determine "production" check? Maybe some other plug-in already has such flake8 option, so flake8-requirements could check...
> It looks like there is finally a standard supported way to get the package dependencies/requirements via PEP517. > What are your thoughts on shipping this as its own PyPI...
You will have to add custom mappings. See this: https://github.com/Arkq/flake8-requirements#customization
Right now there is an option `--requirements-file=FILE`, maybe it will serve this purpose (at least for "requirements.txt")?
Ooo, I see now. I think that it might be possible, but the warning will be next to the import line (in the *py file), not in the requirements.txt. Will...
> It would also detect prerelease requirements from setup.py and poetry too? Yes, it should work for requirements from these locations as well. But firstly I have to properly implement...
The only library that I've got is this one: https://github.com/Arkq/openaptx/blob/master/archive/qdsp6/capi_v2_aptX_CLHDAD_Encoder.so Unfortunately, it's for QDSP6 platform which is rater nor suitable (for me) for reverse engineering.