Shawn8901

Results 9 comments of Shawn8901

Could you please add a replay? I think i know what you mean, but with a replay we have a short test case, to check the result, if someone will...

Would this change the situation for sops-nix? https://github.com/NixOS/nixpkgs/pull/328926/commits/2710a49adb11016f2e1bb4f3786dc099b99cd315 which is part of https://github.com/NixOS/nixpkgs/pull/328926 If i understood the initial issue is that the user spec was created on build time. If...

https://github.com/rust-rocksdb/rust-rocksdb/pull/872 should bring 9.X support, tho a stable release is not yet done.

Result of `nixpkgs-review pr 337493` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 1 package built: portfolio

Does it make sense possibly also utilize the latest release flag, that can be set via github? When creating a release one can select that the new release is also...

That still results in an `{'errors': [{'errorCode': 'CLIENT_VERSION_OUTDATED', 'errorMessage': None, 'meta': None}]}`. sadly i did also not find a way to spoof the android app, to check what its sending...

Still gives a `CLIENT_VERSION_OUTDATED`. ``` 20:30:08 Logging in Error logging in. Reset device? (y) y {'User-Agent': 'TradeRepublic/5834 CFNetwork/3826.600.41 Darwin/24.6.0'} {"errors":[{"errorCode":"CLIENT_VERSION_OUTDATED","errorMessage":null,"meta":null}]} ``` Added the following output in the `TradeRepublicAPI.initiate_device_reset` ```python def...

AFAIK it was the initial way of downloading documents when there was not (yet) the web-interface. Nowerdays the "benefit" is, that you dont need the token from the web login....

For me i can not confirm that its working. I am at 5d6a19f8adfb9d70f95aa30eb69cc350e8249373 (+ a flake config for development as i am running nixos) + a `print(r.text)` in `pytr/api.py:136`. Running...