Jake Arkinstall

Results 12 issues of Jake Arkinstall

When trying to install numpy, I found that it failed to import because it depended on libraries that it could not access - CBLAS and LAPACK - resulting in `undefined...

Partially addresses #27, and related to #5 I'm a new user of this project, and I found it rather difficult to understand how external packages were used. After finding issue...

At present, the documentation for dbx_build_tools is very minimal: it provides a "lightning tour" - which is no substitute for more detailed documentation that people might need when they get...

Is there a plan to start tagging versions of dbx_build_tools? If not, I'd like to propose that this be considered. If rolling release is a specific project plan, then I...

README.md instructs people that: > Add the `apply_format` and `git-pre-commit-format` scripts to your repositories. > You can either copy them (maybe in a `scripts/` sub-directory) or add this whole repository...

This issue is for collecting ideas and opinions on exposing prometheus metrics via Crow. If it gets the thumbs up, I'm happy to implement and file a PR, or otherwise...

feature

According to https://mustache.github.io/mustache.5.html, a lambda should be invoked as follows: > {{#wrapped}} > {{name}} is awesome. > {{/wrapped}} This would first evaluate name (in their example "Willy"), and then result...

bug

GCC13 reports `tket/test/Graph/test_ArticulationPoints.cpp:148` to be ambiguous. Clang and GCC12 do not, but I believe GCC13 is is following the (counter-intuitive) guidance of [CWG1228](https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1228) on this one. The line in question:...

I saw this tweet: https://twitter.com/GramtionBot/status/1394429729529270274?s=19 This is the first time I've seen this bot - and it's brilliant! Nice work. I don't have experience with image recognition so this question...

… the patch file to fit # Description To keep the nix build in sync, symengine needed updating. Fortunately the flake tracks nixpkgs' master branch, which has had symengine 0.12...