Razvan Grigore
Razvan Grigore
Thank you for all the work on this project, really appreciated! Can we add to the list the investigation for web UI patch as you mentioned [here](https://www.reddit.com/r/homelab/comments/sx3ldo/comment/hyolvtd/)? It would be...
Maybe this can be forked to the [official resque namespace](https://github.com/resque), and get maintained there. CC: @tarcieri @steveklabnik @hone
@steveklabnik: any news on this one? Can we at least get that fork and see how community responds? @chrisboulton: any chance we get your ok on this one?
https://github.com/dunglas/frankenphp/blob/12fb11eeaddb0ff63fc8e521c296659d54a83542/caddy/frankenphp/Caddyfile#L31 Maybe we could change it to `root * {$SERVER_ROOT:public/} `?
Indeed, but it would be nice to have one-liner working with the official docker image for local development. Should be backwards compatible as the default will still be `public/`
Are you sure? ``` (root@server) {~} # ls -al /etc/init.d/ |grep code -rwxr-xr-x 1 2450 users 3022 Oct 18 21:01 codedeploy-agent -rw-r--r-- 1 2450 users 460 Oct 18 21:01 codedeploy-agent.service...
On a systemd system like yours, it does not matter which one you use, both of the commands are wrappers around systemd auto-generated init.d script. To avoid problems, do this...
+1 very nasty bug, should be released ASAP. For me, both PRs work, maybe because my update is called only once..
It can be seen [here](https://walletobjects.googleapis.com/$discovery/rest?version=v1) and [here](https://github.com/googleapis/discovery-artifact-manager/blob/master/discoveries/walletobjects.v1.json): ```json "transitType": { "enum": [ "TRANSIT_TYPE_UNSPECIFIED", "BUS", "bus", "RAIL", "rail", "TRAM", "tram", "FERRY", "ferry", "OTHER", "other" ], "description": "Required. The type of transit...
hey @bshaffer While I understand this lib is pretty much outdated, the wallterobjects objects were [added rather recently](https://github.com/googleapis/discovery-artifact-manager/commits/master/discoveries/walletobjects.v1.json), but we cannot add those constants only for this because of the...