Results 15 issues of Sam

The error comes right from the google script

Current master raises this error when I execute this command: ``` $ python3 deepdreamer.py --gpuid 0 --gif true deepdreamer/demo1.jpg ... Dream 97 saved. Dream 98 saved. Dream 99 saved. Creating...

Hi, we are interested in building something based on your project in out EmTech lab, can you provide in your README.md a section on how to call your projects API...

### Describe the feature request Add a configuration to monitor FTP endpoints (with login) information. ### Why do you personally want this feature to be implemented? Certainly reasonable to monitor...

**Describe the bug** I am looking at [at the documentation for image embedding](https://www.questpdf.com/api-reference/image.html) and it is pretty unclear in which cases it is supposed to work and not. I am...

Is there a way to use docker secrets for the environment variables?

You might want to add escaping/unescaping for invisible control character, which I ran into: ``` javascript ... function escapeXmlChars(str) { if (typeof str === "string") { return str.replace(/&/g, '&') .replace(//g,...

From a quick look at the code I saw that the users TKey is hard coded as string, is that correct? However, is there an easy way to use an...

Hi, I'm Currently switching from Node's pm2 to pmgo. It seems obviously named after pm2 but seems to work differently. I installed it the second way described in the readme....

I just updated from `13.19.0` to `14.0.7` and it seems that the `swagger2csclient` has been removed. I switched to `openapi2csclient` now, but the generated code is vaulty. It generates the...