Mark Penner

Results 80 comments of Mark Penner

@aliencaocao This options method? http://localhost:7860/docs#/default/set_config_sdapi_v1_options_post Do you have an example? The docs don't show the schema **Edit:** Nvm, the payload should be something like this ```ts export type PostOptions =...

There is no [line 93](https://github.com/aaronlord/laroute/blob/2adee9daa5491f1ad7b953fc01df36ebc7294c3e/src/Routes/Collection.php#L91)?

The "Choose own credentials" button doesn't do anything at all when I press it on [DigitalOcean](https://cloud.digitalocean.com/login) It also doesn't work on one my work sites which I don't think I...

I think you have to set the port to `8080` specifically. I tried with port `3123` and got the message "Now listening on port 3123" but couldn't connect from my...

So.... if I `rclone` the entire borg repo to my favorite cloud storage provider, and then I later want to restore something, do I have to re-download the _entire_ repo?...

Whoops, yes, I don't know why I used parens. Will edit the initial comment

Hi, thanks for the reply; I'm OP. I don't know where the page breaks will be beforehand, so this solution doesn't work very well for me. For the same reason,...

I was under the impression that your example was working correctly. You've just masked one header with another. Furthermore, you've buried a couple lines of body content. This can be...

I will give this a crack again tomorrow. Thank you for your patience. Perhaps I have scripts disabled? I will double check my config. **Update:** This method seems to work...

@tsunamitsunami You need to put your source into a [PHP nowdoc](http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.nowdoc) otherwise the quotes in the body of the HTML (or embedded PHP) will end your PHP string.