Tomas Sandven

Results 159 comments of Tomas Sandven

The only challenge here is how to store the mapping between short IDs to the full path. Currently Clipface is completely stateless. It doesn't have a database and it doesn't...

> I'm assuming you could adjust quality/bitrates somehow though? Yep, it was in the first draft, before I decided to not add this directly to the Clipface code base. The...

This is what I've loaded: ``` ``` I get the same error.

Implementing smooth scrolling that works with pagers, editors and other utilities that take full control over the terminal is probably impossible. However, there are 2 situations where smooth scrolling would...

> You'd be surprised, there's hardware terminals that do this. Really? How can a terminal even know what to animate? If you're running Vim, and Vim draws a toolbar at...

> > How can a terminal even know what to animate? > > Yeah, [how](https://www.youtube.com/watch?v=tSJfzrSA0ec)? Sorry, I didn't think I needed to include all the context again :smile: What I...

@j4james Interesting, I've never heard about any of that. I wonder why that spec exists though :thinking: What has it ever been used for? It sounds almost like it was...

@MultisampledNight No idea. My guess is that winit handles everything to do with the OS scale factor though, and it might be complicated or impossible to hook into that, especially...

@technicalpickles You wrote `''` with a lower case "p" for both your key maps...

I'm having this problem too. Since I only really open files with Telescope, I assumed this was a problem with treesitter for the longest time. If I open a file...