Eduardo M. Fírvida Donéstevez
Eduardo M. Fírvida Donéstevez
> It looks like it breaks some tests Hi!, I'm, not surprised. This was just an idea to work on, that came to me on a project that I want...
@roman-right, I have made some fixes and improved de Redis cache system with msgpack as serialization and add ttl. But there is something strange that my first commit brake (f6614c4ccf4ed8613c70c1d23d174c4af6ef3f79)...
> 0c9d28e Fixed here [0c9d28e](https://github.com/roman-right/beanie/pull/275/commits/0c9d28e00a54731df0774e1ba3f611b03356485f)
Now it's working, here is an example code ```python import redis import msgpack import json import pickle from typing import Optional from datetime import timedelta from beanie.odm.cache import LRUCache,RedisCache redis_client...
> @efirvida GitHub switched to a new token format. We fixed the checks that EasyBuild does in EasyBuild 4.3.4 (see [easybuilders/easybuild-framework#3632](https://github.com/easybuilders/easybuild-framework/pull/3632)), so make sure you're using the latest EasyBuild version....
@MakisH I'm running on a laptop with a i7-8650U, so I have 4 cores with 2 threads each, I test the old version of the tutorial rolling back the repository...
thanks :)
> You have to compile pythonocc by your own. The CMakeLists.txt file enables to choose which packages to wrap. Modeling tools are mandatory, but you can set the `PYTHONOCC_WRAP_OCAF` and...
> @efirvida If you release it as open-source, could you post the link here? I would be interested. There is no problem with sharing the code. It's nothing from the...
> @efirvida Thank you. > > If you called the `to_png` method of `CADModel` from another function, could you prevent the graphics from being closed? This is related to my...