Danya Generalov

Results 15 issues of Danya Generalov

## Checklist - [x] I'm asking a question regarding Sherlock - [x] My question is not a tech support question. **We are not your tech support**. If you have questions...

question

Right now there seems to be no way to directly fetch a post's JSON representation by its ID other than by querying [`/post.json?tags=id:1234`](https://konachan.net/post?tags=id:1234). This is somewhat inconvenient, as it means...

enhancement

When writing a program that needs to keep itself up to date with the upstream site, it is useful to have some sort of event stream for that program to...

enhancement

Is it possible to add an option to export the paths that the cursor is taking for converting it into a picture later, rather than immediately as the mouse is...

For better data storage efficiency, it is better to use more than the binary color mode, but video compression means that full-color RGB mode is impossible to round-trip via YouTube....

enhancement

This refactors the execution into two phases. First, we collect the input on what we need to do, and then we take the complete set of instructions and execute them....

This adds a basic GitHub Actions workflow that builds the executable and uploads it as an artifact, which can then be used by other CI/CD workflows. I haven't tested that...

A way to encode data into video doesn't need to be used only for storing data; you can also use this for transferring data. If you encode the frames into...

I'm running a desktop that also has some background server processes. The server processes aren't particularly important, but they do take up a lot of memory at times. When OOMing,...

Before being able to be used with the dialog box generator, these have to be scaled up, then padded with black space to be centered relating to the text. I'm...