hros

Results 30 comments of hros

Managed to fix the problem by choosing to reinstall npm addons Btw, there is a considerable delay when casting ( > 10 sec)

did not realize that this is a "custom" repository it can be added following the HACS guide for adding custom repositories ([link](https://hacs.xyz/docs/faq/custom_repositories))

reran it here is the entire output: ``` >python src/chess_zero/run.py self 2018-03-06 16:09:12,264@chess_zero.manager INFO # config type: mini Using TensorFlow backend. 2018-03-06 16:09:16,399@chess_zero.agent.model_chess DEBUG # loading model from C:\Users\user\chess-alpha-zero\data\model\model_best_config.json 2018-03-06...

Thanks for the suggestion. I was not able to fix the problem, however I may be doing something wrong. I wanted to make sure I was rebuilding libcxxffi, so I...

Thanks for your instructions. I was not able to create the library. 1. I followed the instructions in your [repo](https://github.com/Gnimuc/CxxBuilder/tree/e74795b11411cff392d6497efe6ae8eea8717f1d#build-for-linux-x86_64), modified the `platforms` array commenting all lines except the Linux:x86_64...

Being a "late joiner", I wonder if there is a solution for windows-terminal to reload updated PATH environment variable. I just noticed that after I updated the PATH environment variable,...

An alternative is building [ENCRYPTO_utils](https://github.com/encryptogroup/ENCRYPTO_utils) locally, which successfully compiles a recent version or [relic](https://github.com/relic-toolkit/relic). I am trying not to modify any files from these projects, only specify external parameters and...

> building `OTExtension` downloads relic version 0.5.0, and during compilation (on Ubuntu 22.04) fails with the following error: > > ``` > [ 76%] Building C object extern/ENCRYPTO_utils/extern/relic/src/CMakeFiles/relic_s.dir/md/blake2s-ref.c.o > In...

thanks! what is the preferred/standard "compiler context"?

I did complete the local installation (getting the LG token after executing the example.py and updating the configuration.yaml) To do this, I had to add the `wideq` subdirectory from git...