Jacqueline Firth

Results 453 comments of Jacqueline Firth

Hmm. Let's abandon this idea for now and keep it in mind as something to address in the future. For the collection APIs, I'm gonna just not bother adding a...

For the 31 constant, see [this stackoverflow post](https://stackoverflow.com/a/299748/3496273). For the 1000003 constant, see [this one](https://stackoverflow.com/questions/51072644/why-autovalue-annotation-uses-the-specific-integer-1000003-for-calculating-hash?noredirect=1&lq=1). I just copied what `@AutoValue` does since it seemed fine in practice. I'm guessing the...

> I think `List` should mean an immutable value, not something that is potentially a `MutableList`. My original plan was to have `List`, `MutableList`, and `ListView` instead of `ImmutableList`, `MutableList`,...

I don't know. I have noticed however that GitHub has two different icons with reversed colors: Maybe there's a way to tell browsers that one icon is for light themes...

It looks better when the tab is active. Here's a screenshot of the tab icon, with an (inactive) GitHub tab next to it for comparison: The icon also shows up...

I have some general comments before addressing specifics: - I don't think this belongs in `base.rkt`. That module is for only the minimal API of requesters, as little as possible...

`with-mocks` helps with this significantly, but it's still wordy to 1) construct a test case, 2) bring mocks into scope with `with-mocks`, and 3) change mock behaviors. A form for...

Is this for every Pyramda function or specifically just R.pick? I'm guessing pylint doesn't understand that the Pyramda functions are curried, and there's probably no easy way to explain that...

Prior art: the [`kw-utils/arity+keywords`](https://docs.racket-lang.org/kw-utils/arity_keywords_scrbl.html) module in the `kw-utils` package. Might be worth integrating with `arguments`.

Possible name/term: The Mock Walkthrough