Arne Bahlo

Results 48 comments of Arne Bahlo

Hey, I just want to say I'd love to have configurable colors, this looks broken in Unikitty Light as well. 👍 I tried your branch @dmfay and I get the...

I agree, let's show all routes with name and sort the index alphabetically. This will take place in the next minor version, but feel free to contribute if you want...

@zhaofengli It would still be great to be able to rebuild on each specific host (instead of one designated builder). Pretty sure none of the other Nix deployment tools can...

`InsertUnique` calls `Lookup` and returns `false` if the item exists (because it would not be unique). And `Lookup` may return true for items that don't exist because there is a...

The debug log shows a header with `HITANS`, so in theory this should work: ```python fints.segments.message.HNVSD1( # Verschlüsselte Daten, version 1 # ... fints.segments.auth.HITANS1( header = fints.formals.SegmentHeader('HITANS', 11, 1, 4),...

Works when you don't use `with` or `minimal_interactive_cli_bootstrap` for me!

Sure, it's basically this code: ```python fints_client = FinTS3PinTanClient( # ... ) accounts = fints_client.get_sepa_accounts() # or whatever ``` Please note that my only use case is getting the accounts...

Hey, I'm sorry you're having problems - I will look into this :ok_hand:

Thank you for that PR, will look into this asap 👍