bion howard

Results 184 comments of bion howard

My bad for the snarky terse comment. Even if you're right, what if the name of the game is max parameter counts? Having imprecise parameters also makes it easier to...

yes, you're right, the docs are clear to use the nnx transforms I hit an issue where, I just want to map a function over each item in a batch,...

ah, this might have the necessary info, I will take a look at this and post back here if it works out https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cognito-idp.html

OK, that did work out! I also had inadvertently copied some of the pasta twice. I fixed that and added some dataclasses to clarify the types a bit better. Hopefully...

https://github.com/google/jax/issues/22144 link

Would use

Ah, found another use of once_cell in the `alloc` module: ```rs /// A memory allocator that relays allocations to the allocator used by Polars. /// /// You can use it...

Might be OK with `std::sync::OnceLock` as it has a similar get_or_init method: ```rs use std::sync::OnceLock; /// A memory allocator that relays allocations to the allocator used by Polars. /// ///...

this would be awesome because we could make Zettlr have keybinds like VS Code or Atom and make a more seamless transition between various editors

hi all, here's a repro of a similar issue I'm facing now. TLDR: if you make a polars dataframe with a column of lambdas, it works fine, but if you...