equal-l2

Results 20 comments of equal-l2

Bun 0.1.5 has been released. It contains AVX2 detection in the base64 module.

They seems to be still working in progress on non-AVX2 build: https://github.com/oven-sh/bun/discussions/873#discussioncomment-3227335 > This [build failure in base64 module] isn't the main issue facing non-AVX2 support. But I am working...

Bun 0.1.6 has been released. From this version, the upstream offers non-AVX2 (*baseline*) builds, which means we should be able to build Bun on non-AVX2 machines officially.

# Tracking list for the leaves ## WIP - [ ] `minimal-racket` - #115930 - [ ] `[email protected]` - [ ] `[email protected]` ## Failures - [ ] `arangodb` : fails...

Any timeline for removing `sign-addon`? (I saw `sign-addon` was trying to replace `request` with `got`, but no progress is made for a while)

I have no concrete idea, but we can't use the same algorithm as `FactorInt(uint32)`(trial division with precalculated primes) for `big.Int`, right?

This is fixed by using SDL2(#19). If you want to try, apply the following change and run `autoreconf -i`. https://github.com/bingmann/sound-of-sorting/pull/19/files#diff-67e997bcfdac55191033d57a16d1408a

@Landsailor Did you install brew using rosetta2? If so, SDL2 might enable Intel-specific features and give you errors under native compilation. (Guessed from that your prefix is `/usr/local`, which should...

I checked out the Gemini REST API docs, but they are far from complete about "thinking mode" and "thinking budgets" settings :cry: Google probably needs some more time to get...