Philipp Schaffrath

Results 97 comments of Philipp Schaffrath

@ntorrey I can't share my implementation, but something along the lines of this should get you started: ```ts const connection: Surreal = new Surreal(); async function connect() { await connection.connect(env.SURREALDB_URL,...

I personally have no interest in contributing to the hyprland ecosystem. And I believe that pixel perfect sprites are still a better option than a scalable SVG that is inevitably...

Same issue happens on niri. It looks like popup positions are based on integer scale, rather than the used fractional scale.

I just ran into the same bug, here is another minimal example that causes it: ```sql DEFINE TABLE foo SCHEMAFULL; DEFINE FIELD name ON foo TYPE string; DEFINE INDEX foo_name...

> > For screencast it should work out of the box; but why would this be needed outside a screencast? > > For screen recording, it already works out of...

> t should work out of the box; but why would this be needed outside a screencast? I believe this isn't true for windows that are a dynamic screencast target....

Oh, I see. Sorry for misinterpreting! Very happy to see this in niri soon!