Elija Sorensen

Results 18 comments of Elija Sorensen

geohashes are infinite precision so the result of such an operation would always be an infinite set unless you specify the precision in the query. There's probably more efficient ways...

Just throwing in another new user experience, not looking for support. I use tmux and in all three terminals I use; alacriTTY, cool-retro-term, and gnometerm, with COLORTERM set it gets...

On the one hand, it seems kind of antithetical to ES principles to delete a stream; but on the other hand EventStore does give you the ability, so I guess...

Same issue I'm running the nvidia drivers and the issue doesn't happen in 1.1.1 installed from snap, but does with 1.2.0 built from source or installed via apt. ![Screenshot from...

I should really rename my machine too... just not for the same reason...

If you're open to compiling from source there's a good enough solution mentioned in one of the other issues: https://github.com/Swordfish90/cool-retro-term/issues/739#issuecomment-1347784249

If you're okay with recompiling from source there's a workable temporary fix in one of the other issues: https://github.com/Swordfish90/cool-retro-term/issues/739#issuecomment-1347784249

Can confirm that changing L90 of `app/qml/TerminalFrame.qml` from `frameShadow = max(sqrt(frameShadow), 0.0);` to `frameShadow = clamp(sqrt(frameShadow), 0.0, 1.0);` and recompiling is a "good enough for now" fix for anyone who...

https://tvc-16.science/cool-retro-term-wsl2.html

You can change the column size to whatever you wish by zooming in and out with Ctrl++ and Ctrl+- or changing the "Scaling" and "Font Width" Options in Preferences/Terminal I...