Issung
Issung
[Bug] Resizing the window empties the effect area and then starts it again. Topology effect. Video: https://youtu.be/KwmuaySBF7A
Just discovered this plugin, it's great I love it! [Feature Request] Using the topology effect sometimes it generates a nicer pattern than other times, it would be great if i...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Trying to use localstack within kubernetes, I get this output and...
Currently monitoring API only supports getting job count for the given states (e.g. processing, scheduled, failed) Useful for developers who create jobs with custom states. Signed commits now.
Give the user the choice on whether or not to save thumbnails for threads when the `Save HMTL` setting is in use.
New download managers from `bugfix/imagelink-download-duplicates-raceconditions-threadsafety` branch will allow cancellation of downloads in progress, and stopping future downloads too. A few things are needed: - Need to use a download technique...
In GChan/Utils.cs CreateNewTracker(LoadedData data) a tracker is made by creating one from the url from the db, then setting the properties one by one, this looks nasty and will also...
Been wanting to do this for a while, any objections from users/contributors?
Nowadays writing code without tests makes me nervous. Tests are a great way to: - Define the contract of what your code should do. - Ensure you don't break anything....
- Use `var` where possible. - Use `using` on objects where possible to improve memory usage, e.g. WebClient occurences. - Remove rendundant branches. - Fix incorrect naming conventions. - Add...