sa8ab
sa8ab
using ``` .tns-carousel { display: flex; flex-direction: row-reverse; } ``` reverses the items but still it starts from left
Confirming issue being fixed on Vue v3.4.20. On my project I had to update the vue version on dev dependency ```json "devDependencies": { "nuxt": "^3.10.1", "vue": "^3.4.20", /*
I am trying to test lws on stressnet but building this PR with docker fails in Ubuntu 24.04.3 LTS In Dockerfile I have made following changes. - Added defaults ```...
Using `Dockerfile` from `develop` builds monero step but fails after that. I also did same changes here ( changing branch and installing rust ) Logs > [build 16/16] RUN set...
With last changes Dockerfile builds but with a small change I had to remove this line `# && ./tests/unit/monero-lws-unit` because it was throwing a timeout error on tests. After adding...
Adding accounts and webhooks work as expected ( they appear in list webhooks ) but I looks like nothing happens on transaction or confirmations ( 0 or 1 ). The...
I am using same configuration as with the release branch for running both `monerod` and `monero-lws`. Log level is 4. Here is the full command: ``` - --db-path=/home/monero-lws/.bitmonero/light_wallet_server - --daemon=tcp://monero:1882...
Tried out with latest from this PR and `fcmp++-alpha-stressnet` on [seraphis-migration](https://github.com/seraphis-migration/monero/tree/fcmp%2B%2B-alpha-stressnet). Worked with conf-1 not conf-0, but `sub` was added and was expecting to work with conf-0 as well. Monero...
I have this error with `feature/carrot_stressnet` branch and `fcmp++-alpha-stressnet`. It causes memory to fill up over time. ``` lws | 2025-12-24 16:11:36.302 I Starting scan loops on 2 thread(s) with...
> Why do you think the error is related to memory usage? After stopping monero lws the usage went to normal but apparently it was because of the node, not...