lrworth
lrworth
**Describe the bug** In `split-4.0.0.pre`, the dashboard page fails with an exception due to splitrb passing invalid parameters to BetaDistribution. **To Reproduce** I haven't got a small reproduction case, but...
I followed the instructions to add an entry to /var/root/.ssh/config, which worked until a macOS system update (to 12.4) deleted that file. It's infeasible for me to reproduce this problem,...
**Describe the bug:** The `belongs_to` relation is required by default (see #144) but objects with this relation don't necessarily have an object there. I believe the presence of the field...
Updated v1.9.0 so it compiles with its-7.14 and also latest nightly. I am not convinced I have done the right thing for the Eq1 and Ord1 instances, it was mainly...
The dot was matching any character, so this filter caused https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js to be blocked, breaking all AWS documentation. Fixes #193
Clicking links in the left-hand pane of any AWS documentation (e.g. https://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html) causes the following console error (from Ka-Block): ``` Content blocker prevented frame displaying https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html from loading a resource...
A new EncodeOptions field `encMissing` determines what to do when a named field cannot be found. This enables encoding sparse data structures. This is a breaking change because there are...
Resolves #146
If a dhall file contains file-relative imports, moving the file to another directory requires someone to mechanically update all the imports. This process seems like it should be easy to...
```elm andThenK : (a -> Return x b) -> (b -> Return x c) -> (a -> Return x c) ``` which means it needs to be called like ```...