Lautaro Mazzitelli

Results 10 comments of Lautaro Mazzitelli

Hello @rprakash20 Didn't dig much. Decided to use docker instead 🤷‍♂️

> Probably you can create a global credential using `cred, _ = default(scopes=scopes)` once, and pass the `cred` to all clients that use this credential (instead of letting the clients...

Could be this ` /usr/sbin/wondershaper: No such file or directory` I've done `ln -s /usr/local/sbin/wondershaper /usr/sbin/wondershaper` and after restarting the service, worked.

@ktosiek There is any possibility to merge and release this PR?

> > @ktosiek There is any possibility to merge and release this PR? > > You can silence the warning by adding: > > ``` > filterwarnings = [ >...

The font is the default one. Size is not fixed. Then we have: ```rust let tick_rate = 4.0; let frame_rate = 60.0; let terminal = ratatui::Terminal::new(Backend::new(io()))?; ``` We are using...

@orhun update: I just updated ratatui to `0.28.1` and unfortunately the problem persists 😞 I've tried in another screen underlining hyperlinks (I know, too many mixed things) but the effect...

@joshka yours is a good `PoC` to test this issue and you are probably right, it's `Terminal.app`. If you fancy guys, you can close the issue. Somebody else with the...