abigailalice
abigailalice
## Description I've been using Purescript to build a website and came across a super peculiar bug where sometimes when I try to view my website the page is blank,...
I've been experiencing some bizarre non-deterministic behaviour in an app I'm writing, which I think might be a Halogen issue. Basically I've got a child component which occasionally somehow gets...
I don't think the documentation defines how Haskell datatypes map to SQL tables especially well in non-trivial cases. I've really only looked into these issues as I encounter them, so...
The documentation for `(==.)`, `(/=.)`, `(==?)` and `(/=?)` is kind of confusing, or contradictory. The first two functions state that the latter two functions are identical to the comparable SQL...
I recently noticed attempting to use the `logBase` function causes an error with `function log(real, real) does not exist` or `function log(double precision, double precision) does not exist`, depending on...
I'm trying to return some data from my database representing a one-to-many relation, and am trying to do it in a single query, but don't see how to accomplish it....
The documentation for `performEvent` has a note that most performable actions can't occur during event propagation, resulting in output events ocurring later than input events, but I was hoping for...
I've seen the following error at runtime, and am not sure how to interpret it. ``` DecodeError: { error: UnhandledResponseError 'Could not decode response - no DecodeResponse instance' ``` I...
So running `ob run --verbose` this morning gave me this error: ``` Starting Obelisk args=["run","--verbose"] logging-level=Debug Thunk specification git-v7 did not match "./.obelisk/impl": ReadThunkError_UnrecognizedPaths ("./.obelisk/impl/github.json" :| []) Thunk specification github-v8...
This should close #274 and #186, and potentially #291. The semantics are primarily based on @KaneTW's gist in #274, except with two improvements: 1. It handles array types 2. It...