Nic McPhee

Results 9 issues of Nic McPhee

It might be nice to be able to "reset" an exercise back to the initial state. This could be useful, for example, for people who want to use some of...

When we added `:is-random-replacement` to the logged output (a00bde2e82386e9e53e43e816c7f4287403d6329) I didn't notice that that field doesn't have a value for the initial population, which means we have an empty value...

In `csv-print` there is a `filter` that significantly limits the set of output fields that can be printed: ``` clojure (let [columns (concat [:uuid] (filter #(some #{%} csv-columns) [:generation :location...

I might be completely up a tree here, but I find the section in the default `project.clj` with all the commented out JVM options at best awkward. Having commented out...

cleanup

When I did Exercise 3 in [the "Const Generics" section](https://practice.rs/generics-traits/const-generics.html) I totally didn't understand what was expected until I eventually looked at the solutions. In particular I didn't realize that...

I was hoping to use Octocrab on a Yew-based project that I'm working on, but when I added the octocrab dependency to my `Cargo.toml` file, octocrab failed to compile. I...

Specifying the type of downsampling via keywords (e.g. `:ds-function` and `:case-rand`) is very fragile and requires making changes to the core of the system whenever you want to change the...

This adds Dependabot checks for the `yarn` (i.e., Node) dependencies for the project. Since Propeller can (in principle) run in ClojureScript, there are JavaScript dependencies that probably need to be...

We've had a couple of cases where `float-mult-spec` (part of the nifty new numerics tests by @julia-schor – thanks!) fails sporadically, such as this example: ``` FAIL in (float-mult-spec) (numeric_spec.clj:229)...