jade

Results 267 comments of jade

I would personally delete the section on object safety and replace it with a link to the reference. I believe it's impossible to satisfy the competing goals of making it...

This issue makes nmattia/naersk unusable on stable rust. (another build system issue)

I am working on this on https://github.com/lf-/chalk/tree/source-impl (obviously it will be rebased and commits cleaned up when it's ready for proper review; I'm posting this for reference) So far done:...

So that was a lie. It turns out the lowering and parsing contains way more lowering and parsing than I thought 😭. Moving slowly but getting places. Total diff has...

``` 'lemonbar', '-fSource Sans Pro:size=11', '-fFontAwesome:size=11', '-gx20' ``` I don't believe that I'm using the -d switch.

I'd like to eliminate this script: ```bash #!/bin/bash until bar_id=$(xdo id -a aiopanel) ; do sleep 0.01 done xdo below -t $(xdo id -n root) $bar_id ``` If the bar...

Yes, I tried that before making a hack script. It didn't seem to change behavior.

Another PR for the same issue, but instead replacing the tokenization function: #1351

Needs more details. Console output? Any errors whatsoever?