kirides

Results 77 comments of kirides

> https://www.questpdf.com/concepts/settings#maximum-document-length sadly this part of the documentation does not tell _what_ counts towards "document length" > Maximum document length[#](https://www.questpdf.com/concepts/settings#maximum-document-length) This value represents the maximum length of the document that...

i didn't mean to be rude :/ And thanks for the response! I had a very lenthy discussion with a colleague about code/doc quality in our codebase and we came...

@korpa you're using the old an dated "Powershell" (blue logo) and not the more modern and maintained "Powershell Core" (black logo) You can install the newer powershell using winget by...

What do you want to do? This seems like a job for ``` {{ splitList " " .AbcValues | toRawJson}} ```

in my experience the "integrated" player can not even play aac 6ch, it just stops when trying to play back. the popup shows ``` FfmpegAudioRenderer error, index 1, format=Format(3, English,...

The code for that feature is already implemented. I just saw that we don't advertise the supported features in the Storage. Which leads to the observed exception. Without much (if...

sqlite-net-pcl 1.9.172 sometimes causes runtime errors with ACCESS VIOLATION (read after free) kind of issues. Either the Storage implementation does something weird or the updated library now uses less-safe code...

If I see that correctly, the distributed locking mechanism isn't event correct for single node servers It should also block the current thread from re-entering a lock (no re-entrency) but...

Would something like a `automemlimit.Modifications() (map[string]string, error)` work? where the map would contain a key-value pair mapping from change-key to change-value. That way we could implement our own logging, or...

If we are to adopt my fork, we will be able to easily add and remove settings, because they are stored inside a `UserSettings.ini` instead of a custom binary format.