Martin Falatic
Martin Falatic
**There's a lot going on below, but the heart of the problem is that in 3.5.0, `/static/admin/js/jquery.init.js` is loaded before `/static/autocomplete_light/jquery.init.js` (which works) and in 3.5.1 it's the opposite (which...
I have a requirements line thus: `psycopg2==2.7.7 --no-binary psycopg2` It gets completely ignored. I don't see it in the logs, the deps before and after it get checked OK, but...
This allows PyUp to retrieve and display links for a given package using the new `package_metadata` PyUp API. This provides greater parity with the Github Enterprise PyUp.
## Feature request Per the [webpack documentation](https://webpack.js.org/guides/build-performance/) , the package [parallel-webpack](https://github.com/trivago/parallel-webpack) is recommended to optimize multiple compilations. However, this package is increasingly outdated (it's not even specified for webpack 5)....
I notice that there's a discrepancy between package.json and package-lock.json: In https://github.com/JoshGlazebrook/socks/blob/2.7.3/package.json we see `"version": "2.7.3"` But in https://github.com/JoshGlazebrook/socks/blob/2.7.3/package-lock.json we see `"version": "3.0.0"` https://github.com/JoshGlazebrook/socks/compare/2.7.1...2.7.3 I've had a devil of a...
The sql_create_materialized_view schema ends `WITH DATA` - it would be useful in certain cases to create a materialized view using `WITH NO DATA` so that it isn't populated until some...
I'm integrating with Okta, which has the quirk of using `saml2` and `saml2p` namespaces in the XML response data, versus the more canonical `saml`/`samlp` (as one might see in a...