Results 79 comments of Vano Devium

@pi0 So there are no security issues because 1. this functionality is enabled by feature flag, so user understand what he doing 2. for my case Caddy server checks existence...

@spencermountain Hey Spencer. Thank you for your interest in my crazy questions! I just saw that there is no validation at all for the time unit values. Also the function...

@spencermountain I think there's really no need to break this behavior for now. This is a major (version) change for sure. I think there are two useful features that can...

@spencermountain Glad you liked it. At the very least, it would be great to add this output to the wiki, with a direct links from the README. After that it...

@ecrmnn There are changes in documentation and built versions :)

I have function for split message by NL and length of chunk. For lists or something... ```js const splitMessage = (text, maxLength = 4096) => { if (!text) { return...

Currently I use the following algorithm: 1. receive POST data 2. decode the "content" of each key with data url string 3. write "content" to disk 4. send a request...

@n0vad3v @BennyThink I thought of another important thing: since the **data url** can be a very long string, maybe you should provide the ability to make post requests to the...

@devnull69 **strip_components: 1** is more correct