David Mohr
David Mohr
### What happened? When creating a `$q.dialog({ prompt })` and setting `prompt.type` to `file`, `onOk`, Firefox does not return the selected file, instead returning an empty file list (tested using...
### Description I have tried different drivers (docker, kvm2, qemu) and different CNIs (bridge, kindnet, calico), but I can't seem to get the gvisor addon to work. Using the docker...
Big thanks to @divinespear for the original Multidrag support in vue.draggable (https://github.com/SortableJS/Vue.Draggable/pull/1052). I've ported it to Vue 3 (vue.draggable.next). I've also added support for the Swap plugin!
Based on the spec for YAML 1.2, underscores shouldn't be allowed in numbers: https://yaml.org/spec/1.2/2009-07-21/spec.html#id2604185 However the latest `js-yaml` still allows them: package.json ``` { "dependencies": { "js-yaml": "^4.1.0" } }...
Parse numbers according to YAML 1.2 instead of YAML 1.1. https://yaml.org/spec/1.2/2009-07-21/spec.html#id2604185
Just wondering if this is a bug or expected behaviour: - Declare a node (which is null) - try to **read** a property - Node is no longer null The...