Jacqueline Firth

Results 451 comments of Jacqueline Firth

Update: I still see this error in the minimal images, but in the full distribution images work fine. I've tested with `jackfirth/racket:7.1-full` and `jackfirth/racket:7.4-full` and both successfully write the plot...

Ah, yeah it's out of date. Pull request welcome, else I might get around to it eventually.

My experience with code formatters is that it's actually _bad_ when they're customizable per-project and per-user. It prevents the language from having a consistent style across its ecosystem. Example code...

Are you thinking of things like `require` and `provide` specs?

Yes, that sounds right.

`add-lens` and `subtract-lens` don't seem as useful, since they're just isomorphisms that don't do any destructuring. This has me thinking about #205 again. Since that issue was last discussed, I've...

I forgot about `struct->vector`, the lens form should match whatever that does. A `struct->list` lens would have to be careful of the fact that `struct->list` is only available in racket...

Agreed, that would probably be the best way to do this.

Is this a Windows-specific issue? I'm using DrRacket 7.5 on macOS and CtrlShiftZ performs redo.

Perhaps there should be some sort of restricted version of reading and writing where each datum is required to be in some canonical form? For instance, pairs are flattened into...