balacij
balacij
I've now posted a rough draft of Chapter 4 ready for review in my [thesis pdf](https://github.com/JacquesCarette/Drasil/blob/jasonWriting/People/Jason/thesis/thesis.pdf). There are many TODO notes in there, primarily for examples and code snippets. However,...
I've posted a [copy of my thesis](https://github.com/JacquesCarette/Drasil/blob/jasonWriting/People/Jason/thesis/thesis.pdf) on the `jasonWriting` branch. Ignoring some TODO notes, which are mostly for unimportant things and holes for examples, the front 3 chapters should...
> Re: printing and classes like `CanGenMathExprs` - maybe. I've got some emails about that from multiple years ago. It's actually kind of a tricky design point where Haskell classes...
In GlassBR, there is a typo in the "Likely Change" item named `Calculate-Internal-Blask-Risk`. In particular, `Blask` looks like it should be `Blast`.
Long-term ticket for general discussion on, and tracking the progression of "adding typing to the expression language". Related tickets: * [ ] #2655
> 2) Why doesn't `make analysis` work on its own? It seems we **need** the `split` package implicitly, and it only works on our machines (and the CI) because we...
> 1) Why is the intended order of analysis creation: `make graphs`, `make analysis`, and then `make convertAnalyzed`? _Originally posted by @balacij in https://github.com/JacquesCarette/Drasil/issues/2993#issuecomment-1137527695_ Specifically, what do we want from...
# Background Presently, `ChunkDB`s are built as an enumeration of "chunk" maps; https://github.com/JacquesCarette/Drasil/blob/10f9f9ed0e332c7a31875f6e035db96549c45945/code/drasil-database/lib/Database/Drasil/ChunkDB.hs#L165-L183 # Problem i. We are unable to add (almost) arbitrary data into the ChunkDBs for various different...
> Yes, #2980 is part of what I was thinking about, but I also thought there was an older issue asking for a solution that didn't involve storing any external...
If you try to run NoPCM with Swift, you will be greeted with: ```console nopcm: None of the chosen ODE libraries are compatible with Swift CallStack (from HasCallStack): error, called...