Kolja

Results 161 issues of Kolja

We should highlight the thumbs up/thumbs down an account already voted for.

This is just an idea for a feature that might help with a observation I made. One of the biggest problems beatsaber songs suffer from is difficulties not being very...

Livestreams have some confusing ui elements: - Progressbar - Current timestamp - Total timestamp We can access if it's a stream via `Player.IsInternetStream`. Not sure it's wise to do that...

Can this be used with data in an variable/ram or does it always need to be written to disk?

Hey there, this seems like a great lib. I'm currently trying to figure out how to port https://github.com/elm-tooling/elm-language-server/blob/master/test/performance.ts which is basically running some times and each time getting six timing...

We would like to make addons easily installable too, so having these created by flat-manager would be nice. I think this area is one of the conditions, that needs change...

This was failing for me and I needed some time to find the problem, so I think it makes sense to mention it.

node
documentation

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I create a workspace and choose a name with some...

🐛bug
🛫plane

**Is your feature request related to a problem? Please describe.** I want to potentially migrate our users from mattermost to matrix. Having a migration/bridge would be helpful. **Describe the solution...

I would like to be able to express, that an extra is not a valid match right now. ``` extras: ($) => [ $.block_comment, $.line_comment, /[\s\uFEFF\u2060\u200B]|\\\r?\n/, ], ``` So my...

enhancement
parser-generation