Sam Crawford

Results 99 comments of Sam Crawford

This looks to be a dupe of #3402; not sure which we want to keep (worth it to merge them?)

I would hold off on making any more changes in this PR (unless you learn how to use Git properly; it's hard to see what changes you've made since my...

Based on @JacquesCarette's [comment](https://github.com/JacquesCarette/Drasil/issues/3244#issuecomment-1404049326), since "Uncertain" is also an adjective, we may want to think of another name for these chunks as well. Perhaps investigating the difference between `UncertainChunk` and...

[GamePhysics's NFR](https://jacquescarette.github.io/Drasil/examples/gamephysics/SRS/srs/GamePhysics_SRS.html#Sec:NFRs) says "Maintainability: The development time for any of the likely changes should not exceed 10% percent of the original development time," which is a bit closer to what...

I (very unprettily) forked the mdBook repo and made a branch ([`patch-1`](https://github.com/BilalM04/projectileSRS-mdbook/commit/15a007d2829d301bd3e3121e5643499c3c6501cd)) with some changes based on my image observations (in case anyone else was curious). This includes using the...

Going back to the "original" issue of constants in Python, it seems that there may actually be a way to implement constants ("read-only" values) in Python: https://realpython.com/python-constants/#defining-strict-constants-in-python

> While the Python renderer does check to see if making a constant's name uppercase would conflict with any existing variable names, it does not check against variable names declared...

@TerryCavanagh As @abnowack pointed out, I think this is a more general bug where clicking using the touchscreen causes the last-pressed location to be clicked first before clicking on the...

Is this really a [design](https://github.com/JacquesCarette/Drasil/labels/design) issue, since it has some pretty concrete steps, or would it be more of a [newcomers](https://github.com/JacquesCarette/Drasil/labels/newcomers) issue to hopefully help us along our chunk journey?