Pietro T

Results 14 comments of Pietro T

Hi @spannerman79, thank you for showing interest in the project. In-game commands are not supported at the moment but it is being both researched and worked on. Hopper as of...

> Does this only affect the SSH config file, or also the `.gitconfig`? I don't know as I switched to running a separate container for each runner.

I am having this same issue on an STM32L072CZ flashed through another nucleo's ST-Link. When I try to start `st-util --no-reset` I get: ``` Unsupported Target (Chip ID is 0000000000,...

Not an issue with telegram apparently, I tested uploading a file with an ; and i succesfully uploaded it without problem.

I'll try to do some research and see if I can find something in the code

well, I investigared on the issue and found out that telegraf doesn't encode the header. I'm trying to implement the RFC 5987 standard with the encoded filename right now and...

Hi, thank you for the idea: yes it would be in the scope of this project. How would you represent something like this in config?

Maybe making every domain configurable like you did in `[routing.protocol]` could be an idea? Letting users specify a range instead of a particular version could also be an idea: ```...

> ``` > [routing.routes."hostname"] > versions = { "750..=754" = "ip1", "755.." = "ip2" } > ``` Although I fear this syntax might be a bit too complicated