Nikita Prokopov
Nikita Prokopov
Oh no, you nested them :) I haven’t thought about that use-case :)
Do it in background thread?
I’m not sure. Technically there are 20 stylistic sets in open type spec but many more ligatures
Just tried on fresh checkout of Fira Code -- it still works for me. What was the error you were seeing?
Maybe I don’t understand the idea of Docker, but why are you trying to build your own image instead of pulling the one that is already built? Isn’t it how...
Yeah, locking down Docker file makes sense of course, for the time I need to build a new one. I’ll look into it
Yeah, maybe not a good idea to turn it into a box
IIRC the main confusion was not about sending over network or escaping. The main problem was trying to understand what did that function actually returned. Normally you can just `prn`...
This PD only changes output when you `pr` stuff, while keeping `print` output the same. If you `pr` Failure and see a string without quotes it feels wrong, at least...