Richard Nemeth
Richard Nemeth
I believe I found where the bug lies. The method `shift_dates` of the `TSM` class is currently not working with pandas datetime index. The code on line 541 ``` (date_index[len(date_index)-1]...
> Hi @ryshoooo, if/when I need to start the proxied service manually I use the anonymous proxy URL, e.g. `{base_url}/proxy/{port}/{proxied_path}` rather than `{base_url}/{name}/{proxied_path}`. Is this method not desired or sufficient?...
> I think the general idea sounds good. Did you consider any other options, e.g. something like `managed_service=True|False` to control whether JSP starts the service or not, which is easier...
I've added the changes, removed the `check_port` parameter, and made the command argument optional. However, the tests seem to be failing due to missing `jupyter-notebook` binary? Seems a bit unrelated...
@manics Thanks for the guidance :) I've added an additional test for the new functionality.
What is the issue with retrying a POST method? Is it that the wanted object was created and thus the API is returning an error message saying something like "Already...
Do you happen to have a somewhat reproducible example of this happening? I know it's hard as it can stall randomly, but would be nice to reproduce this as I...
Hi @gbip Definitely! I'll be more than happy to merge this if you wish to tackle the beast :) A note though, we want to support Python 3.7+, meaning the...
I believe this to be resolved with the latest versions.
Hi @huyenntn @double-a is almost correct, in order to remove a realm role from a user you have to use the method called `delete_realm_roles_of_user` (https://github.com/marcospereirampj/python-keycloak/blob/master/src/keycloak/keycloak_admin.py#L1671)