Kristaps Kaupe

Results 138 issues of Kristaps Kaupe

### Please describe the feature you'd like to see added. Currently, when trying to open URI, if it's invalid, clicking "OK" will just colour it red, instead of giving any...

Feature

Ebuild files are the same as for 6.0, exept for `SLOT` change in `dev-dotnet/dotnetcore-sdk-bin`. Tested by emerging on my machine and successfully building and running current master of [Wasabi Wallet](https://github.com/zkSNACKs/WalletWasabi).

Gentoo removed the support for eutils.eclass for EAPI 7 in https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c5ef0fe227a4781d1b2ea79ac6f336ec64f879. Since then there are errors like this for dotnetcore-sdk-bin and dotnetcore-sdk-bin-common ebuilds: ``` Calculating dependencies / * ERROR: dev-dotnet/dotnetcore-sdk-bin-6.0.102::dotnet...

I'm having different JavaScript errors on different browsers when enabling plugin at page load. With Google Chrome 122.0.6261.94: ![image](https://github.com/peclik/clipboard_image_paste/assets/4500994/87846977-6166-45ef-a1f0-dea3bb5902af) With Firefox 123.0: ``` Uncaught TypeError: $.event.fixHooks is undefined setupFileDrop https://XXX/redmine/javascripts/attachments.js?1576842242:198...

It should be callers responsibility to properly encode URL. This will unquote any `%..`, but is especially important for `/`, due to how `urllib.parse.urlparse()` works. ``` >>> import urllib.parse as...

Currently Dumplings is doing a lot of `gettxout` calls to Bitcoin Core / Knots to check each TXO individually. It would probably be a lot faster to use `dumptxoutset` instead,...

https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1461#issuecomment-2079276604

RPC-API

Started Wasabi Wallet on testnet today, which needed to sync, as it haven't been ran for some time. During "Downloading and processing Bitcoin network data" phase on testnet it crashed...

Other node relay settings like `fullrbf` and `minrelaytxfee` are already returned, makes sense to add these two too.

RPC/REST/ZMQ