Lucas Soriano

Results 22 issues of Lucas Soriano

If you run `cargo tomlfmt` on a `Cargo.toml` file which configures a workspace, the list of members of the workspace is formatted to be on a single line. E.g. ```...

As you probably already know, emacs is notoriously bad at rendering long lines. I haven't found a general solution to this problem other than activating `so-long` mode ad hoc. When...

ui-doc

I'm not sure if this a feature specific to `rust-analyzer`, but when using `lsp-mode` I would get highlighting for things related to the thing under cursor. This does not happen...

enhancement

I have been trying to make sense of the `proof` array filled in by `secp256k1_bulletproof_rangeproof_prove`, but its format doesn't seem to be documented, so I'm left trying to infer it...

question

When calling something like `AsyncClient::broadcast`, if we get an RPC error back from the electrum server, we immediately convert the response into a generic one based on the status. This...

enhancement

![image](https://github.com/get10101/10101/assets/9418575/9e7bb607-5d97-4c0d-8505-7ab1f3323337)

bug
desktop

Begins to address https://github.com/get10101/meta/issues/330. This PR does not address the app's side, which amounts to displaying the next funding rate, seeing paid funding rates, etc.

A position can incur in a lot of unpaid funding fees, effectively reducing the margin and making liquidation more likely. But the liquidation task doesn't know about this atm. We...

Atm we treat version number that have the same major version but a different minor version as incompatible: https://github.com/get10101/10101/blob/d42a8c94003a2bdf62d7b3514ee6a5341c0faf6f/coordinator/src/check_version.rs#L77-L83 This is not what SemVer recommends: > Given a version number...

coordinator
breaking-change

This is already possible when opening after settling. It is not possible when resizing. We want to remove this constraint for resizing, and remove a TODO for opening after settling....