David Harrigan
David Harrigan
Same. This has bit me in the rear end. Just discovered this fix there now!
This would be great, i.e., this presently doesn't work (whether optional or not) ``` (def locale-check [:map [:locale {:default "en_GB"} [:enum {:swagger/type "string"} "en_GB" "es_ES"]]]) (-> (c/explain locale-check {}) (me/humanize))...
For me, this would break my usage of rebel-readline. I use Protobuf, but an older version (3.5.1). It's unfortunate that cljfmt brings in the closure compiler which *also* brings in...
Ah, I see, okay that's fine then :)
This is a real problem for us. We are attempting to use github actions to perform our CI builds, including building docker images. Some of our docker images are massive...
We use Kaocha at [Healthunlocked](https://healthunlocked.com).
Hi, Thank you for your contribution :-) Would you like to show an example of how this might work? Thank you.
neovim details: ``` :version :q NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builduser Features: +acl +iconv +tui See ":help feature-compile" system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"...
w00t! will give it a try!
Would it be possible to also support `refresh` (admittingly I think just a PostgreSQL feature) `https://www.postgresql.org/docs/11/sql-refreshmaterializedview.html` i.e., `refresh materialized view FOO with data` `refresh materialized view FOO with no data`...