jackwyand

Results 15 comments of jackwyand

I found something that already does something similar to (1), could we build on this? https://github.com/JacquesCarette/Drasil/blob/196370e5a3ca95d9be69f9155f6c664dda897f5a/code/drasil-example/template/lib/Drasil/Template/Body.hs#L108-L114 I'm not sure if `drasil-example/template` is meant to be accessed at all but the...

I remember taking a quick look at #3472; reading it more carefully it seems like `getAcc` can be replaced by short entirely. I tried it and the stable changes seemed...

`getA` definitely seems like the more appropriate option for getting an acronym/abbreviation, as it allows for `CommonIdea`s to not require an abbreviation. Using `short` results in `lookupS`, which is smart...

I added some documentation in #4156, good idea @balacij :)

Thanks for the clarification. I have been having trouble coming up with ideas for only utilizing one list for all the constraints in the `System` that would also work with...

I am not sure I follow with your suggestion in terms of having multiple lists, is that not what currently exists? I agree it could be cleaned up but at...

I was going to work on this however I just wanted to confirm that the result of this conversation was to just remove the `startOrigin`, `firstPend`, and `secondPend` assumptions altogether?

> It would also be nice if the error report was more informative as to the the reason (i.e. mention Software or Physics, and the origin of the constraint) as...

# Diffs There are **3** examples that had a diff in the commit: - GamePhysics - DblPend - Projectile ## GamePhysics Due to no longer overwriting the duplicate UIDs, the...

## Projectile (continued) Looking further into the code, the cause of the diff for projectile comes from the `message` `IdeaDict` that is added in `doccon`. It is added in the...