Kaspar V.

Results 26 comments of Kaspar V.

@wadkar I myself have not installed gnu coreutils yet, because I wasn't aware of this being available on my mac. So you've lifted me to the idea here, thanks! 👍...

@tancredi Hello I'm doing this in preparation for a next PR, where I plan to update/modernize the typescript output (make it's output smaller with same result).

@nick-w-nick Hello Perhaps to get in sync a bit easyer, I roughly map out what my intention was here 1. chunk the whole snake thing up into more manageable chunks,...

@stevemao I may have a little time to contribute with this occasionally. I suggest I'll make small PR's that do this with one or two different examples at a time....

@davidlday OK, I consider doing a PR sometime. Currently, I have no time to do it as well. Presumably I will need to see how to do it actually, since...

@wbamberg > Let's merge this. Thank you @casaper ! Sorry, I did not check my GitHub in a while. Thx allot for dealing with it. I completely forgot about this...

Started by forking [mantra-cli](https://github.com/mantrajs/mantra-cli) as a template to convert it to Openki needs. [Openki/openki-cli](https://github.com/Openki/openki-cli)

@ClearlyClaire I'm following up on my PR: https://github.com/mastodon/mastodon/pull/21487 If the Vacuum thing is touched, to brush up code style, it should have been done more thorough. That is why I...

@ClearlyClaire I extracted the things that were my actual scope back then into a new (way smaller) PR: https://github.com/mastodon/mastodon/pull/22951

@ClearlyClaire > > * fix statuses_scope unnecessary use of `Status.arel_table[:id].lt` > > because it is inexplicit, bad practice and even slower than normal > > `.where('statuses.id < ?'` > >...