Thierry Moisan
Thierry Moisan
Before resizing (on master): ``` thierry_moisan@master001:~$ sinfo PARTITION AVAIL TIMELIMIT NODES STATE NODELIST main* up infinite 2 idle worker[001-002] ``` Then I resize using this command, which create two new...
When trying to build `augustus` with boost 1.76, I obtain the following error: ``` In file included from /usr/local/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/local/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/local/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/local/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/local/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/local/include/boost/smart_ptr/shared_ptr.hpp:29, from...
The command line version of minizinc has an option (`-s` / `--statistics`) that outputs solver related statistics for every solution found. I didn't find any way to obtain this data...
This PR fixes the following warning that was raised by `loader.py` ``` DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. ```
The homepage on repository (https://nginx.localdomain.pl/) leads to an error due to peer certificate that cannot be authenticated with known CA certificates. The nearest wiki about fciwrap seems to be https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/.
Would it be possible to tag a release either trough Github or a git tag? The [release url ](https://github.s3.amazonaws.com/downloads/indeyets/syck/syck-0.70.tar.gz) mentioned in https://github.com/indeyets/syck/issues/20 is not available anymore.
Building `precomp` on MacOS Sonoma leads to the following error ``` precomp-cpp-0.4.7/contrib/liblzma/rangecoder/range_encoder.h:153:2: error: call to undeclared function 'assert'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] assert(rc->count
[Homebrew has merged orgalorg version `1.2.0` 18 days ago](https://github.com/Homebrew/homebrew-core/pull/91781), however the current the current `1.2.0` tag is linked with a commit from 14 days ago. Was this retag intentional? If...
### Describe the issue frizbee fails to pin the version of the `ruby/setup-ruby` action when the version is `setup-ruby@v1`. ### To Reproduce * Download the following github action file: `wget...
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)? - [x] Have you checked that there aren't...