Christopher William Schankula

Results 23 issues of Christopher William Schankula

I am using the newest release of the plugin (1.0.0-beta85), IntelliJ IDEA CE 2021.1.1, on macOS 10.15.6. Shortly after opening IntelliJ I get this the crash with the following stack...

I propose adding the new function `sortByOnJoinedTable` (or the like) which will sort the returned items by some field in a joined table. Currently, you could sort after fetching a...

So far, there is `initContext` which can be used to run some code before every action. Which works well enough, despite the slightly different naming convention than the other `before*`...

A common pattern I'm seeing, especially when I'm reading data from parameters using `paramOrNothing`, is something like this: ```haskell filterMaybe filterWhere (#field, a) Nothing -> \a -> a) ... ```...

Currently, you always have to `select *` when using the query builder, then extract what you'd like in Haskell land. Sometimes I just want to select, say, a user's email....

### Summary I would like to enable exceptions through Wasmer in Python. Is there a way to do this? ### Additional details We are trying to run a program with...

❓ question

I am wondering if there is a good / reliable way to find out how much space a given acid-state instance is taking up? Would finding the size of the...

When you submit a form and the validation fails, the usual thing you do to handle this: ```haskell Left something -> do ... render NewView { .. } ``` which...

Just ran into this GHC error while compiling two of the controller modules in a project with 256 modules (including generated ones) and about 14,000 lines of code: ``` :...

bug

Hi @mpscholten and others, has anyone run into issues with the IHP authentication cookie? We've had an issue with 2 (out of maybe 200) students where they suddenly can't seem...