Christopher William Schankula
Christopher William Schankula
The following code fails to compile: ```html ... {forEach snapshots (\(snapshot, _) -> renderSnapshotProject elmModuleId releases nRel snapshot)} ... ``` with the following error: ``` error: • Exception when trying...
I'll move the discussion from email to here. In anticipation of IHP 1.1, @rvarun11 and I are trying to fix Codespaces, DevContainers and GitPod when using the new IHP boilerplate...
This is particularly bad in Codespaces/devcontainers, where `new-application Web` is part of our pipeline. This will overwrite the user's pre-existing `Web` folder, which obviously isn't good! I don't think this...
It may soon become necessary for us to translate our IHP app into multiple languages. I wanted to ask if you have any experience with doing this with IHP apps,...
We had a database table called "project_module_editing_events" and accidentally also had an enum called `ProjectModuleEditingEvent`. This gave us a multiple declarations error that took us a few minutes to figure...
Could also have `AtLeast` and `atMost` variants too. E.g. ```haskell do greatAssignments filterWhereAtLeast (#grade, 80) ```
E.g. ```haskell do oldBookings innerJoin @Timeslot (#timeslotId, #id) |> filterWherePastJoinedTable #endAt |> fetch ```
Related to the way co-ordinates are calculated within a div after the introduction of widgets. Seems to work in 7.0.0 if I remember correctly. Thanks to @kapooa13 for finding this...
I think we do a "repaint" in the background, which likely causes this.
https://package.elm-lang.org/packages/MacCASOutreach/graphicsvg/latest/GraphicSVG#custom In block comment: ``` custom [ ( 10, 5 ) ] 5 -- a line with dashes 10 long and spaces 5 long custom [ ( 10, 5 ),...