Alex Klein
Alex Klein
Thank you for your plugin :pray: Makes collaborating to Anki decks much easier :relieved: One feature that I'm missing is importing multiple decks in a git repository, structured in multiple...
Add new Anki deck for Reinforcement Learning. This deck includes cards of the WS21 lecture, chapters 3 (Optimal Decision Making) to 6 (Trust Regions). These cards focus on the self-test...
**Describe the bug** When `read()`ing a custom k8s object, whose `kind` matches one of the core API object kinds, it constructs an object matching the core v1 type. Example: [`monitoring.coreos.com/v1:Probe`](https://docs.openshift.com/container-platform/4.12/rest_api/monitoring_apis/probe-monitoring-coreos-com-v1.html)...
For SQL Server, when copying foreign key definitions with multiple columns, only the last of N columns is taken over. The original code tried to aggregate columns in-place, but it...
Cast SQL Server auto-incremented `int` (4 bytes) to PG `serial` (4 bytes). Fixes: dimitri/pgloader#1590
Fixes dimitri/pgloader#1586