Patrick Kilgore

Results 19 issues of Patrick Kilgore

`dream~alpha4`, specifically Dream.json. The workaround is laughable (don't do that), so I didn't spend any time digging to see if it affects other helpers etc. One possible clue is that...

``` $ dune init exec helloworld $ dune build ``` ## Expected Behavior A build ## Actual Behavior ``` Error: I cannot find the root of the current workspace/project. If...

This line: https://github.com/mail-in-a-box/mailinabox/blob/99474b348f0dd2632057c18c6a8c4e6464962878/management/backup.py#L211 Causes an exception when attempting to unpack a two-tuple that's actually a single value where the S3 URL does not contain an object path for the backups...

No Issue, although similar in nature to #515 #544 #596 (and PRs #609, #595). Check observer exists before calling its methods in AppSyncRealTimeSubscriptionHandshakeLink##_handleIncomingSubscriptionMessage This observer is being defaulted to null...

## What Happened I attempted to login to my imap email server with mail and it failed over and over with a connection error. I tried with a different mail...

v1.0

In reason, mod worked as an operator `assert(4 mod 3 === 1)`. Had a devil of a time realizing that, while still in Pervasives, rescript modulo must be used as...

### What is the problem this feature will solve? I spent the better part of the morning debugging why outgoing requests starting failing for only our PATCH requests after moving...

Docs
fetch

Part of the joy of the great type inference we have with Reason is that it might be quite a while before users explicitly have to annotate the type of...

RFC
Printer

### XState version XState version 5 ### Description Can no longer `return assign({ value })` from action functions. This isn't called out in https://stately.ai/docs/migration and does not result in a...

bug