Logan Wemyss

Results 26 comments of Logan Wemyss

Would require adding clap to the project, which may complicate things... Unless we want to add *more* environment variables (pls no). Clap would complicate things because we have to know...

> > > Would require adding clap to the project, which may complicate things... Unless we want to add _more_ environment variables (pls no). Clap would complicate things because we...

> > Responses really should be a path to a responses file. Just make it a pub responses: Option and bring back the include_str. Or pub responses: Option if you...

> > > > Responses really should be a path to a responses file. Just make it a pub responses: Option and bring back the include_str. Or pub responses: Option...

I'm experiencing this, and additionally a (conjecture) related problem with my bar where it has this 1px transparent border between it and my windows that flickers on and off inconsistently...

> Same here. For me, this only seems to occur when dynamically changing specifically the transparency of a color. E.g., when using: > > &:hover { > background: color.adjust($fg, $alpha:...