Caio
Caio
I was trying to send all Monero I had in my wallet to another wallet but due to bad UI/UX this was not as simple as it should be. **Problem:**...
**Describe the issue** I can't open GUI apps such as Chrome, Cypress or VSCode through ArchWSL. This is the error I get when I try to open Cypress: ``` $...
I have this sample code ``` let counter = 0; let csv = "First name,Last name\nJohn,Doe" let json = Papa.parse(csv, { header: true, transformHeader: (header, a) => { counter++; console.log(a);...
This PR adds [checking-bitcoin-balances-privately](https://www.youtube.com/watch?v=8L725ufc-58) transcript review to the wasabi/research-club directory.
Created a LBTC -> BTC swap and sent less than the minimum required (but the same happens when sending more than max). `/swap/chain/{id}/quote` returns the correct error message but `/swap/{id}`...
Closes #838 Work in progress. TODO: - [ ] Add tests to the new mnemonic flow - [ ] Another "self-review" to double-check changes made Initial look: ### Generating a...
e.g. https://github.com/BoltzExchange/boltz-web-app/actions/runs/19489727917/job/55779470000?pr=1068
Our current bundle size is quite large. Would be nice to have code splitting it and/or other optimizations to reduce initial loading time. ``` dist/assets/boltz_bolt12_bg-Bpzjpp4B.wasm 1,393.83 kB │ gzip: 1,215.47...