Mayeul d'Avezac
Mayeul d'Avezac
Zellij would not link without the DiskArbitraction and Foundation frameworks on macos (Big Sur). It seems sysinfo requires them. They must be passed as `buildInputs` in the nix flake.
[Hunter](https://github.com/ruslo/hunter)
[PEP](https://www.python.org/dev/peps/pep-0394/) states that in the future the python and python2 command should always point to python 2 and the python3 command should always point to python 3. Would it be...
https://cmake.org/cmake/help/v3.1/manual/cmake-compile-features.7.html
This would mean reinstalling the packages, at least those based on cmake. It would ensure we get correct cmake PackageConfig.cmake targets and make export from bem++ a bit easier. This...
This pull-request addresses #27 without solving it. It adds `__init__() = __precompile__(false)` as per @vtjnash's comment. That gets rid of the segfault and provides an error message that might be...
When creating a simple package and trying to pre-compile: ```Julia __precompile__() module MyPackage using NamedTuples const a_named_tuple = @NT(a = 1, b = 2) end ``` I get the following...
https://mybinder.readthedocs.io/en/latest/index.html