Deleted user
Deleted user
In the original description I meant `gphoto2 --set-config "Live View Size"=Large` does not error. And `gphoto2 --set-config "Live View Size"=Large --capture-preview` does not increase the image size. It is 640x480
nvm, this seems to be a memory limitation, derp. Is there a way to work around this?
This is weird, I had a model be able to use a lot of memory, but with a MoE (10b) I get this? Weird.
cc contributor of the code @e3rd
Thanks for your input! In order to support the boolean values for this parameter, an additional if-clause is needed: ```python if formatting is True: formatting = {} ``` Also your...
> I understood now, how it is working, the tests has an example: > https://github.com/certtools/intelmq/blob/develop/intelmq/tests/bots/collectors/http/test_collector.py > > ``` > http://localhost/{time[%Y]}.txt > ``` That's also the example mentioned in the [docs](https://intelmq.readthedocs.io/en/latest/user/bots.html#generic-url-fetcher)...
Fala pessoa! Vou tentar reescrever o projeto inteiro. Não garanto que vou conseguir porque sou junior ainda. Quero usar esse projeto como laboratório para avaliar as minhas habilidades. esse é...
The code remains in place in PythonService_main in PythonService.cpp - however, it's certainly possible that it is not working as expected for you. I'll try and find some time to...
Thanks, Mark. I have a Windows service, packaged with Py2EXE. The service needs to be able to find a settings.cfg FYI I am seeing different behavior between running the service...
Thanks for the update - note that py2exe will have slightly different behaviour and in general does *not* hit that "set the cwd" code - the easiest fix for that...