Leon Boot

Results 24 comments of Leon Boot

I'd love to see a REST server with the same capabilities as the one in the Blink1Control GUI provides! We're using a Blink(1) for our development team and controlling it...

Hi @todbot! I had found both the servers you mentioned, and basically what I'm missing in both these and the blink1-tiny-server from this repo are the pattern-related commands. This would...

Another option would be to add a `DIRECTORY_SEPARATOR` between the recipe path and the relative file path, but I chose to use `SplFileInfo->getPathname()` method to get the absolute path to...

@moay did you get around to look at this PR yet? I believe it fixes a bug which prevents authors of recipes from adding executable scripts to the `bin/` directory,...

I am experiencing this issue since alpine:3.13 as well, albeit under different circumstances as mentioned here, but likely related nonetheless. I'm using Docker on my development machine through [Dinghy](https://github.com/codekitchen/dinghy). It...

The problem lies in the fact that the artifact repository's `url` parameter, which represents the path the artifacts reside in on the filesystem, is being used to form the package...

@jtanmay-dev I haven't filed a pull request, since I'm not sure the fix is complete or even correct. I haven't studied the innards of Satis well enough, so I thought...

Since we've been upgrading our servers to Debian 12 we have been seeing this error more and more. It seems Debian 12 has dropped support for RSA keys by default,...

The SSHJ plugin, which is the default SSH executor now, does support modern key types like ed25519. These types are preferred by the more recent versions of Linux distros, so...