Jacqueline Firth
Jacqueline Firth
Possibly. What are some good ways to name lenses we make? `#` looks kind of strange to me.
Yes. Is it really a good idea to do this though? What if the values used in constructing the lens aren't printable?
I'm less worried about something like that, and more worried that something like `hash-ref-lens` would construct a really ugly-printing lens. Additionally, printing the type makes a ton of sense and...
Wouldn't it be `#`? Anyway, what if it only printed the value if it was some simple atomic piece of data, like a number or symbol? So `(hash-ref-lens 'a)` would...
Out of curiosity, does this button enable a plain redirect or does it turn on HSTS?
Is the latter a feasible option? The former is (relatively) insecure.
Depends on #167 as require/provide style should be uniform before a style guide makes sense
Yup, exactly. The implementation is very simple but I've found it surprisingly helpful.
Fragment was the first name I came up with while working in the middle of the night on a completely unrelated package, so it's very likely it's not a good...
Restricting the view to a proper list seems sensible to me, as the very name itself implies the target is (possibly) improper while the view is proper. In what scenarios...