Greg Pfeil
Greg Pfeil
The quick fix is to replace `dummyMD5` with `Data.Crypto.Hash.MD5.dummyMD5` in all of the `shouldMatch` types. Or, just comment out the `shouldMatch` definitions, as they’re just the tests. But I should...
Sorry – this is a trickier problem – there are a number of places in idris-crypto that have hit performance issues with Fin / Vect / etc. It’ll take some...
This no longer makes sense given the fee changes in [ZIP 317](https://zips.z.cash/zip-0317).
Well, if I knew how to implement the first one, it’d already be done 😉 But … just as we can distinguish between `:ensure` and `:guarantee` with the same specializers,...
As of b276916c52602c8afe0b948183384d52473e57be, you can now wrap arbitrary code in `WITH-CONTRACTS-ENABLED` or `-DISABLED`. ``` lisp (with-contracts-disabled () (asdf:load-system :some-system)) ``` will disable contracts for all classes and functions in that...
Walking through the stack, I could pull out some more info. Here are the contents of the `CLOS::SIMPLE-WALK-FORM` frames: ``` CLOS::FORM : # CLOS::ENV : NIL CLOS::WALK-FUNCTION : # CLOS::FORM...
As things improve with other compilers, they get worse with LispWorks. Now I get an error like "recursive error in coerce to condition" briefly before LispWorks crashes and takes its...
The recursive error and crash is now "fixed", but we're back to the original error.
Thanks, @DentonGentry! According to that page, it looks like "check" is the default ACL for SSH, so that makes sense. I’ll edit that. However, according to my services tab, `a`...
Right, so my 1.24.2 machines do show SSH on the Machines list (and I’m certain I set them up with `--ssh`): And while the Services list does show any SSH...