Pierre-Louis Peeters
Pierre-Louis Peeters
The way things are right now, the pip packages are not getting cached, which often adds unnecessary build time since the packages don't change often. It would be better to...
**Actual Behavior**: - `What is the issue? *` When adding an `ng-focus` to an mdChips element, it isn't being triggered when the input is focused. - `What is the expected...
When updating from version 1.4.1 to 1.5.0, the task suddenly stopped working with the following warning message: > Warning: Cannot use 'in' operator to search for 'index.html' in undefined Use...
I've been trying to get this to work, but for some reason it's calling `onErrorItem` immediately after getting the response from the `OPTIONS` request. My configuration is as simple as...
## What do these changes do? They make the client ignore auth clashes that are solely due to redirects, in addition to having redirect authentication take precedence over previously set...
### Describe the bug I encountered a URL that seems to always respond with this, even for subsequent authenticated calls: ```http HTTP/1.1 301 Moved Permanently Server: nginx/1.18.0 (Ubuntu) Date: Wed,...
## What do these changes do? They add more specific exceptions for authentication issues to avoid getting a blanket `UnicodeEncodeError` when authentication credentials cannot be encoded. ## Are there changes...
Fixes #20, #35
As stated in the pre-commit [docs](https://pre-commit.com/#new-hooks:~:text=The%20hook%20must%20exit%20nonzero%20on%20failure%20or%20modify%20files.): > The hook must exit nonzero on failure or modify files.