Adrien Montagu

Results 79 comments of Adrien Montagu

Hello Had the same issue at my company today. Decide to adapt the interceptor for aio. Please note that I have just started it this afternoon and it may not...

I have the same error only when bonjour start when my computer is not connected to a router. Prevented by checked if there is a connection to a router before...

Hello ! No I am on a multi process architecture with already a python process that manage all the connection task. I just ask it to give me the current...

The code is really small. Even if not ideal just copy paste it in your project: https://github.com/jonschlinkert/pascalcase/blob/master/index.js

I thought too... But I think it's the best workaround or finding another package...

Hello @bdschaap @codecapitano Allowing my self to some comments as my team and I already worked a little bit on offline solution. Local Storage has a limit of 10Mb and...

Attention point: It cache only response with status code 200. The way we validate an answer as cache need to be discussed and validation. (non aborted call ?)

Hello @armisael It is a great proposition. We don't have a script policies on dependencies but as everyone we try to keep them at the strict minimum to avoid maintenance...

Idea: - Use the dajngo settings that register app to introspect the ones compatible with DSG (should be withtjout specific add) - Settings for the ROOT_HANDLER may then be duplicate...

Not exactly If you look at the comment under the QueryArrayWidget: https://github.com/carltongibson/django-filter/blob/a2f7aba4e9aca9d6e9fc1f2ddc554daf87e8457e/django_filters/widgets.py#L240 It allow to transform string to array. What we want here is to directly deal with array. It...