Rafał Mikrut
Rafał Mikrut
`svg2png` only can take as arguments input files, but there is no way to choose where png files will be created. For now tool for `/home/a.svg` create without any question...
### Describe the bug When running library with Python 3.11 I got this error: ``` class TimeoutError(asyncio.TimeoutError, builtins.TimeoutError, RedisError): TypeError: duplicate base class TimeoutError ``` ### To Reproduce Run library...
Fixes https://github.com/bojand/infer/issues/61
Closes https://github.com/bojand/infer/issues/60 This add partial support for SVG. Most of SVG files which I checked started with
When using Ubuntu 21.10, Ubuntu 22.04, Ubuntu 22.10 Mesa bug (I don't think that this is Mesa bug) - https://gitlab.freedesktop.org/mesa/mesa/-/issues/5699#note_1586842 ```console terminate called after throwing an instance of 'std::logic_error' what():...
``` error[E0432]: unresolved imports `actix_web::http::header::IntoHeaderValue`, `actix_web::http::HeaderName`, `actix_web::http::HeaderValue` --> /home/rafal/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-swagger-0.3.0/src/lib.rs:10:26 | 10 | http::header::{self, IntoHeaderValue}, | ^^^^^^^^^^^^^^^ | | | no `IntoHeaderValue` in `http::header` | help: a similar name exists in...
Just opening every scene and saving it should be enough Depends on #2 because it needs to properly load scene to be able to save it.
`game/sound/joungle_back2.ogg` and `system/images/p1x_pixelart.png` shows import errors due having 0 byte size. Also grass2.tscn use `res://game/models/grass2_low.obj` which is missing Also other scenesaare broken ``` grass3.tscn palm.tscn paprota.tscn terrain.tscn grass_showcase.tscn testing_map.tscn ```
Library should not crash, just return an error [sample.docx](https://github.com/zitsen/ooxml-rs/files/8693574/sample.docx) [sample.pptx](https://github.com/zitsen/ooxml-rs/files/8693575/sample.pptx) https://github.com/zitsen/ooxml-rs/blob/e97dc1c475a68c1d9c154b1d448e0d35dc4806fb/src/document/spreadsheet/mod.rs#L60 ``` thread '' panicked at 'called `Option::unwrap()` on a `None` value', /home/rafal/.cargo/registry/src/github.com-1ecc6299db9ec823/ooxml-0.2.5/src/document/spreadsheet/mod.rs:60:71 ```