mmill

Results 17 comments of mmill

That's nice to hear ! How would you integrate the current `skip_self` behaviour ? I can think of two ways: - only activated when neither `include_kwargs` nor `exclude_kwargs` are specified...

Hello, any news on this issue on your side ? After thinking a bit more about my pull request, I think that changing the way cache keys are computed might...

Haha I've completely given up on this (was even for a previous job). Turned out beaker was not the best tool for what we were doing, we ended using http://www.grantjenks.com/docs/diskcache/...

I think a simple approach where the style is read from an env var would be simpler and more powerful.

Thanks for your answer, the error arose because I was personal libraries that issued print statements. I am using Python 3.6. The error did happen after the bolt successfully processed...

Here is a full log if that can help : [log.txt](https://github.com/Parsely/streamparse/files/2028455/log.txt)

@tianser I don't remember at all, but from what I read in my code I just had a switch to disable logs. Also codywilbourn seems to point to a possible...

@javiplx KeyckoakAdmin the following snippet works for me (with version 0.23 at least). ```python from keycloak import KeycloakOpenID, KeycloakAdmin keycloak_admin_master = KeycloakAdmin( server_url=SERVER_URL, username='admin', password='admin', realm_name="master", verify=True ) keycloak_admin =...

Thanks for the quick reply ! I made a PR, proposed version currently working as intended on my raspberry :tada:

In the `derive` block, at least `Deserialize` is necessary. Otherwise I really don't have an opinion on this :) Also not much used to github PR, how the hell is...