Reid D McKenzie
Reid D McKenzie
You're absolutely correct. The Avro serde has seen a bunch of change lately to allow more general use, and it looks like the `:key?` parameter fell through the cracks. Sorry...
https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3#missing-functionality Ah. I take it this just isn't expected to work at this time.
What does having a /default/ port buy us or nREPL as a library? Many Clojure tools benefit from NOT having a standard port they expect to bind, and consequently one...
@bbatsov Ah. That makes sense as a minor convenience. https://tools.ietf.org/html/rfc6335#section-8 seems relevant https://www.iana.org/form/ports-services is the request form
:+1: I'd be delighted to help out with this if we get a goahead.
@puredanger of course. All I can do is offer help.
Seems to have been fixed in #38 but not released.
Shelving just does what @eerohele suggested ;)
I was able to knock out a prototype of flake8 using this aspects model, the aspects docs and the rules_rust examples. Not ideal at all but workable. https://github.com/arrdem/source/blob/trunk/tools/flake8/flake8.bzl Unfortunately the...
`^{:arglists '[a b]}` is malformed. The pseudo-contract provided by the Clojure compiler for years now is that `:arglists` is a seq of vectors of args. `{:arglists '[a b]}` makes no...