Maurycy
Maurycy
##### Minetest version ``` 5.4.1 (flatpack) ``` ##### OS / Hardware Operating system: Debian Buster ##### Summary An explosion can spawn fire on air nodes. ##### Steps to reproduce 0....
During the "generate images" step, I get the following error: ``` The above exception was the direct cause of the following exception: Traceback (most recent call last): File "", line...
clarfy the way to add imadges to RP.
This change prevent the ``Object of type PollData is not JSON serializable `` error from crashing the scriot when saving posts is enabled.
The file requirements.txt contains leftover merge makers, this causes an error when trying to install.
Comments make reading and debugging the code much easier. They are especially necessary if the code has one letter variable names!
**Describe the bug** Any inference fail on CPU **To Reproduce** Steps to reproduce the behavior: 1. Run ``./webui.sh`` 2. Open webui 3. Attempt inference 4. See error **Desktop (please complete...
If you try to upload this app heroku complains about the AUP. Changing the names and the url in ``Dockerfile`` should resolve this. See my fork https://github.com/10maurycy10/chisel-heroku
QOI is a very fast image format which can often beat PNG on compression ratio. It is also very simple, having a [one page specification](https://qoiformat.org/qoi-specification.pdf) This pull request uses [libqoi](https://crates.io/crates/libqoi)...