Mark Stosberg
Mark Stosberg
It would be helpful if there were a ChangeLog to better understand what fixes and features were added in releases. http://keepachangelog.com
The `foot` terminal is adding systemd socket activation: https://codeberg.org/dnkl/foot/pulls/890 What's the best way to set up the socket? Note that it's a template unit, so one socket can be set...
`mg-jekyll-export` currently handles updating URLS in ` "src" attributes. It would be great of the "srcset" attribute was handled as well. In the #506 PR, there's now an HTML processing...
The description says _"A Serverless plugin that deploys a web client for your Serverless project to an S3 bucket,"_ This phrasing makes it sounds like this plugin puts an HTTP...
It would nice to be able to a single `serverless` command to deploy static content to S3, dynamic content to Lambda, and update an AWS API Gateway to route traffic...
People may return that the more common `400` status code is returned not `422`. Guidance is that 422 only be returned if you are a WebDAV server: https://www.keycdn.com/support/422-unprocessable-entity Providing an...
Security would be improved if a second factor was required to sign at each stage. For example, NPM allows requiring 2FA for package uploads and Apple requires macOS developers to...
My backup failed when starting the container: ``` Starting container penguin [ERROR:utils.cc(50)] Failed to read message size from socket: Connection reset by peer [ERROR:vsh_client.cc(209)] Failed to receive message from server:...
This type of command work from inside the termina VM: (Not the penguin container) curl -L https://github.com/nicholasjackson/bakery/releases/download/v0.1.2/bakery_0.1.2_Linux_amd64.tar.gz | tar -C /mnt/stateful/lxd_conf -xvz bakery
@iH8c0ff33 It looks like you've made some improvements here. Is there a reason this shouldn't be merged into the Drakulix fork? Is anything broken here?