SuddenDeath
SuddenDeath
Can confirm this on 2022.7.3. Any Updates on this @BeryJu? Is there some way we can help resolve this?
@martin-nohava Fixed with setting: Advanced -> Displayname Attribute: name Expert -> Override UUID Detection -> User: uid Expert -> Clear Username - Ldap Mapping WARNING: THIS WILL RESET ALL LDAP...
+1 That would be amazing!
In the CLI, the `expect()` and `unwrap()` calls around [here](https://github.com/fedimint/fedimint/blob/aedcee34fe58e00e2fa6c2c1750afe1a0024639a/client/cli/src/main.rs#L166) should probably also be replaced by proper clap errors. Currently the CLI panics at most of the command errors: ```...
#assign
After having a chat with @justinmoon and discussing the scope of the changes, the current consensus is to: - Close this PR - Do smaller cleanups in `client-lib` - Have...
> After talking with @dpc I'm more on board with just forking the repo and doing it all at once after we have the traits and crate organization well-defined...probably the...
> I think we are still waiting to merge a big nginx PR ? I think this was discussed [here](https://github.com/mempool/mempool/pull/2058#issuecomment-1267076683), @erikarvstedt wanted to merge regardless
any updates?
Currently experiencing the same issue, `connected: true` but cannot pay. I think it has something to do with the new abort early method of `pay` introduced [here](https://github.com/ElementsProject/lightning/pull/4404) EDIT: In my...