Kirk Scheibelhut

Results 58 comments of Kirk Scheibelhut
trafficstars

@mlugg given 0.12.1/0.13 are to be released soon is it possible you'll get a chance to look at this before then? Would be great to not be broken on another...

In general Jarred wants issues like these to be filed against Bun instead of the respective projects. Also, is this really the only place in the whole tree that needs...

https://lemire.me/blog/2024/04/13/greatest-common-divisor-the-extended-euclidean-algorithm-and-speed/ suggests a hybrid approach is likely superior to simply the binary approach, and incidentally is also what [libc++ has switched to](https://github.com/llvm/llvm-project/pull/77747/files)

> You probably rarely need to calculate gcd of numbers that don't fit in this range. Big rationals say hi. :) Of course, you can make the implementation use a...

Hi @SirSkaro - thanks for your interest in the pkmn engine. Its not actually a framework, its an alternative engine in the same way pmariglia's engine is, designed for a...

I would love to see the bot support Generation I & II as they are great generations to target for research. - I think you can trivially handle **abilities** and...

Thanks for taking an interest in this. The challenge here is the upstream Pokemon Showdown's `PokemonSet` type doesnt really reflect the requirements. - `species` and `moves` *are* always required -...

The challenges here primarily involve naming and PS. Gender and Level *are* effectively optional on PS, as they get filled in by the TeamValidator if theyre not present. However, PS...