Josh Marshall
Josh Marshall
No what he'd do is to deprecate this repo and point it to yours for future people. For example what was done at https://github.com/Surt/Granada when I took over maintainer and...
Thanks @connecteev I've switched to your packagist for all my projects :)
This works in Caddy2: ``` header { Access-Control-Allow-Headers * Access-Control-Allow-Methods * Access-Control-Allow-Origin * } @options { method OPTIONS } respond @options 204 ```
Did you try my suggested fragment above? I'm using it in production on dozens of sites.
Sure thing I've just created a new page for Caddy 2 and a pull request. I'm using it in production with this setting so I know it is correct.
On my android phone it returns binary or garbage when I scan your image. What is it supposed to be decoded?
It's just a flash of uninitialised content. in `components/PageView.vue` add a `v-if="data?.startAt"` to the div to hide it when it's not defined or is "0" - 1st Jan 1970 or...
@AndrewBarber the config changes are minimal: BORG_SERVER= BORG_SERVER_PORT=22 BORG_SERVER_USER=borg BORG_SERVER_DIR=/data/`hostname` Just make sure you have set up ssh keys and can log in from the command line to/from the user...
In reality for me it would just be hard-coded configuration. Although a function may work well for other developers who have more complex requirements than I do. To be honest...
Also having this issue pretty much the whole time using Ray. Even though I only have 100 items in the history (configuration) if I get a few thousand messages go...