Sean Jensen-Grey
Sean Jensen-Grey
attempting to run `rsync -axWH . /Volumes//0/` on a ``` ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 %sysctl -n machdep.cpu.brand_string Apple M1 Max ``` and it fails with ``` Hlink node...
- https://www.haskell.org/cabal/users-guide/developing-packages.html - http://stackoverflow.com/questions/1044555/how-can-i-set-up-a-simple-test-with-cabal relates to #43
[Gron](https://github.com/TomNomNom/gron) is a nice json tree to a line per leaf element transformer and back again. It pairs nicely with `jq` ``` ▶ gron "https://api.github.com/repos/tomnomnom/gron/commits?per_page=1" | fgrep "commit.author" | gron...
I assume it would be fairly difficult to upgrade to llvm 9? ``` Cabal-2.0.1.1: copy/register llvm-hs-5.1.3: download llvm-hs-5.1.3: configure Progress 20/22 -- While building custom Setup.hs for package llvm-hs-5.1.3 using:...
[Luamb](https://github.com/un-def/luamb) is an environment manager somewhat like `pip` for Python but based off of https://github.com/mpeterv/hererocks It would be nice to support per project environments, for tab completion and library code...
This bug would be fixed by using a newer version of wimlib-imagex (version 1.13.0-BETA or newer), it was fixed with this [commit](https://wimlib.net/git/?p=wimlib;a=commitdiff;h=06be73db2299bf580cfc4197099bce8547472825) ## Describe the bug ## I was seeing...
This is not a bug but an quick guide for folks building c-mera on OSX. These are the steps I went through to get the `cm` tool installed on OSX...
Not sure on feasibility, but I can ask for the moon right? It would be nice in the toggle at the top to define intersections of apis like ES 2...
This change enables getting the total number of bits set in the bitvector, this is useful for determining the total loading relative to num_bits