Eduardo Pinho
Eduardo Pinho
The current Dicoogle task list has a few issues: - Information about all tasks is kept in memory, even after they were terminated, and until they are deleted. - In...
After a talk with @bastiao, we thought of a new idea for the webapp: an interactable and extensible notification system. A new button in the top bar would exhibit a...
Create slots in the webapp for injecting query web UI plugins, as well as one (or more) plugins as examples.
Create a new slot for result web UI plugins in our web app, as well as at least one plugin to serve as an example.
It occurred to me that `react-bootstrap` already has `bootstrap` as a devDependency ([package.json](https://github.com/react-bootstrap/react-bootstrap/blob/master/package.json#L50)), so the `bootstrap` dependency in our web app should not be needed as long as we stick...
Before Dicoogle was extendable, it supported offline generation of image thumbnails. At the moment, we only have a web service that produces and caches thumbnails on the fly. The implementation...
I was unable to build the upstream branch, so I took the liberty of updating Clap to make it work. - Bump `clap` to 3.1.9 - feature "derive" needed for...
This is an interesting project, as it covers image operations not found in any other Rust crate at the moment. Unfortunately, it appears that there is only support for RGBA...
Basically, I get this when entering the bunker in Errxelz 8:   Objects and creatures are pitch black, as if nothing but the alpha channel was considered except for...
In some mods with lots of textures (in this case Wazzal II), it may happen that some textures are instantly "swapped" for another irrelevant one just by moving around a...