Aleks-Daniel Jakimenko-Aleksejev

Results 508 comments of Aleks-Daniel Jakimenko-Aleksejev

Hm. In VS Code, I'm using a TTF version of terminus that is very crisp. However, in Zed, it's very blurry. I think an alternative to this is to have...

See also: https://github.com/zed-industries/zed/issues/7992#issuecomment-2177138016

@JackNWhite TTF version of terminus ends up being pixel perfect (same as the bitmap font) in VS Code. Personally, I think that it *is* an alternative. I mean, why not,...

OK, reverted for now. Tests needed + we'd need a ticket to figure out why this doesn't work.

@jnthn so what is the golf? And what are the implications of this issue?

OK, I attempted to golf it today, somewhat unsuccessfully. But I found a workaround. Basically: ```diff - use Test::Path::Router; + use Testz::Path::Router; ``` Obviously, everything else has to be changed...

> [\ AlexDaniel: Will look at the #2126 more next week](http://colabti.org/irclogger/irclogger_log/perl6-dev?date=2018-08-11#l411)

FWIW this isn't considered as a bug, or at least wasn't: ```raku multi sub foo($x where say ‘hello’) { } foo 42 ``` ``` hello hello ```