-
Have a lot of different issues related to tags so hope to make this the one major issue for fixes because we need a rewrite
- [ ] flesh out design more to include recent tags / nostr contacts?
…
-
Did not appear after refreshing but did happen the first time the user clicked into it. Could not reproduce locally on a few times I tried but something to look out for why this occasionally happe…
-
I try to test an email which uses the uriabs name to get the URI but i get the following error `java.lang.IllegalStateException: No RESTEasy Reactive request in progress`.
```java
class AuthServic…
-
### Describe the bug
I have gRPC server and client services. Both using Mutiny gRPC generation option. The problem happens on the client side.
I am using manyToOne request, Multi as input and Uni …
-
![Mutiny](https://github.com/MutinyWallet/mutiny-web/assets/102489320/011ab43d-ff9e-4995-904b-252beb0ce6fa)
Hello,
I downloaded the app a couple of days ago, transferred 100.000 sats onchain and u…
-
### Context
Java:
```
$ java -version
openjdk version "17.0.8.1" 2023-08-24
OpenJDK Runtime Environment (build 17.0.8.1+1-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 17.0.8.1+1-Ubu…
-
### Describe the bug
According the resolution of the issue #38330, I removed the wrapping "" on the query in th call of ftsearch() function.
I have a now a new error and the call still doesn't w…
-
### Describe the bug
While testing 3.9.0.CR2 (coming from 3.8.2), I'm getting the following exception in QuarkusTests of my `common` Maven module that has a rather slim Quarkus setup:
```
java.la…
famod updated
8 months ago
-
I have been testing out Mutiny wallet for a few weeks and it seems that I may have lost funds due to a lightning channel close. I am hoping that someone can explain to me how to recover my sats.
I …
-
### Context
In one of our applications we observed a memory leak when using `Multi.createBy().replaying()` due to subscriptions not being removed properly. After removing the usage, the memory leak…