volca02

Results 22 issues of volca02

This needs fix. We're probably seeing it because the backface cull is disabled on the poly's material.

bug

Now this one is a bit harder. The physics algorithms themself should not be that hard to deduce after getting the structures right, but collision detection was originally done on...

I have `B&H LucidaTypewriter` font installed in system. After running `install.sh`, the `fc-cache` command fails with: ``` Fontconfig error: "/home/volca/.config/fontconfig/conf.d/30-icons.conf", line 9: not well-formed (invalid token) ``` with the reason...

https://python.readthedocs.io/en/stable/c-api/arg.html#strings-and-buffers https://bugs.python.org/issue36381 Recent changes to this made python3.10 build of the python module always fail with non-descriptive error (due to error masking in the argument parsing in ServerProxy constructor). I'd...

...as was reported - the python module dependency on .so is vague (in the deb depends) leading to possible discrepancies in the symbol exports/imports. Resulting situation was as follows: ```...

[this resolution code](https://github.com/seznam/fastrpc/blob/12c8384f24483bc3ef65819d9ca1d82f75a39a73/src/frpcconnector.cc#L229) needs to be moved to the connectSocket method, so that adress resolution happens when keepalive is taken down by remote (which happens in case pods/server instances move...

Which leads to missing FRPC::cleanupFastrpc symbol when importing python3-fastrpc unless libfastrpc8 is installed with the same version manually. Check the debian packaging and fix.

The root cause is that the constructor of DateTime(time_t, timezone) will ignore the timezone altogether, so the component part of the time specification will be offset. ```c++ #include #include #include...

There's probably a problem with fastrpc packaging, causing transitive dependency on fastrpc not to be versioned in alignment with dev package. I.e. the addition of unMarshallPartial not being a well...

Bool values should be normalized before being serialized