Aaron Paterson
Aaron Paterson
Similar to this issue: https://github.com/sandeepmistry/arduino-BLEPeripheral/issues/146 Although I also tried this example: https://github.com/sandeepmistry/arduino-BLEPeripheral/tree/master/examples/serial Both freeze, I can interact with the serial monitor if I comment out the line with `.begin();`. I...
### Why: The behavior I currently see in workflows is that outputs are not present when not defined in a job, like they were in this example. ### What's being...
**Versions** * EasyAuth 3.0.0-8 * Fabric API 0.64.0 **Describe the bug** I do not know if 1.19.2 is supported, so sorry if this bug report is premature. But the mod...
An awesome use case of this plugin is running a wordpress server locally as a development environment, and then deploying the static site from the plugin menu in a browser,...
## Pre-requisites - [x] Prior to submitting a new workflow, please apply to join the GitHub Technology Partner Program: [partner.github.com/apply](https://partner.github.com/apply?partnershipType=Technology+Partner). --- ### **Please note that at this time we are...
Implements https://github.com/caddyserver/caddy/issues/6296 without the changes to existing config fields made by https://github.com/caddyserver/caddy/pull/6507. Example Caddyfile: ``` { sockets :80 {env.CADDY_HTTP_FD} sockets :443 {env.CADDY_HTTPS_FD} sockets udp/:443 {env.CADDY_HTTP3_FD} auto_https disable_redirects admin off }...
### Description An old-and-now-new-again technique to scale and update daemons that listen on sockets of all kinds, is to rely on the daemon executor to bind and listen on sockets...
HEAD removes the unreleased ParseNetworkAddressFromHostPort that I added in https://github.com/caddyserver/caddy/pull/6573. I would also like to rename na.JoinHostPort to na.JoinAt, to make it clear that it does not take the same...
I'd like to upstream the function here https://github.com/MayCXC/caddy-systemd-socket-activation/blob/master/networks.go#L25 which is like the `*WithNames` funcs here https://github.com/coreos/go-systemd/blob/7d375ecc2b092916968b5601f74cca28a8de45dd/activation/listeners.go#L42 , but with the benefit that it works for any network (tcp/udp/unix/unixgram/etc.) that a...