Thiago Machado

Results 27 issues of Thiago Machado

First thanks for working on this lib! I'm a newcomer trying it out. I believe the [loading prop](https://docs.rs/ybc/0.2.1/ybc/struct.TextAreaProps.html#structfield.loading) for TextArea has no effect, as the loading spinner animation exists in...

Partial implementation of #41 Has updated binaries. For changes, please see previous commits where the new binaries would not have been committed yet. - Currently this doesn't make any changes...

Even though this issue is known and that the staking contract prevents this issue from happening, I believe it's good to have an issue for it. Currently the stacked-token weighted...

P-Low
C-discussion
C-Testing

Users can vote on on-going proposals in three different ways: as in approving, as in rejecting or as in removing (for punishing spams) a proposal. But users cannot undo their...

P-Low
C-Enhancement
C-discussion
S-L4
T-Paused

Is it possible to make merging faster and more lightweight? I'm mostly focusing in the case of someone who will make dozens of merges of various different ckpts. One idea...

Hi! Thanks a lot for your research publication! Currently, the website for the interactive timeline/chart is down, could you try fixing it back up? Thanks in advance!

Ports a minimal (non-optimized) implementation of [Mamba](https://arxiv.org/abs/2312.00752) (submitted on 2023-12), highly related to [S4](https://arxiv.org/abs/2111.00396) (submitted on 2021-10). In short and simple terms, Mamba is an alternative, with trade-offs, to the...

- Adds the `try_/unstack` method for tensors. - Also added `from_fn` for Arrays. - This is similar to https://github.com/coreylowman/dfdx/pull/831 by @emchristiansen - thanks! I used your code for reference -...

- Makes the safetensors module private. - Doesn't get exported on the preamble, avoiding a naming clash with the safetensors external crate for apps that use dfdx. - Change how...

- Related to https://github.com/coreylowman/dfdx/issues/825. - Add `TrySplitShapeAlong` and `TrySplitTensorAlong`. - Minor linting and docs fix. This is a module that allows a tensor to be split in two - can...