Joost Cassee
Joost Cassee
### Description Many commands can generate zsh completions, which is very useful. Unfortunately, running many such commands slows down zsh startup. (A notable example is `pipenv`, which takes over a...
### Description As also mentioned in #1659, the completion module enables the completion system, but also loads completion functions. This means: * Modules loaded before completion that use `complete` for...
authlib contains pretty much all you need to implement JWT token validation. It would be nice if there was a simple default one provided. I'm not sure how many moving...
See http://support.geckoboard.com/entries/231507-custom-widget-type-definitions
Geckoboard has added a Highcharts custom widget type: http://support.geckoboard.com/entries/274940-custom-chart-widget-type-definitions
Is it possible to either add an option to run Black automatically when saving or integrate with the [Save Actions plugin](https://plugins.jetbrains.com/plugin/7642-save-actions) somehow?
Not sure if this is expected to work, but I had hoped to combine composition and conditional operators: ```python from grappa import * {1: {2: 3}} | should.have.key(1) > should.have.key(2)...
As the docs say, "[...] `Updatable` and `Insertable` interfaces for tables and views that aren’t writable are now `{ [key: string]: never }` instead of `{}`. I have a view...
Django 3.1 has a new default `SECURE_REFERRER_POLICY` value of `same-origin`, which hides the referrer from third party sources like Clicky. Clicky depends on the referrer (which, relative to the beacon,...
When a pod within the cluster connects to a load balancer HTTPS port that is configured to perform TLS termination (i.e. has a certificate configured), TLS is not terminated and...