Milton Reder

Results 9 issues of Milton Reder

https://github.com/google/closure-library/blob/6fa0e27a0ef224e2909ecd872d02c9685fa1aa3a/closure/goog/uri/utils.js#L239 Split doesn't parse the scheme if there is a `.` in it. According to [the RFC](https://tools.ietf.org/html/rfc3986#section-2.3) it is an unreserved char, and it should be OK. ```javascript goog.uri.utils.split("foo.bar://domain.tld/baz/quxx"); =>...

This PR begins to address #4 by adding support for "json" protocol apis, version 1.0 only. Confirmed working with DynamoDB and DDBStreams. Other notable changes: * Gen: * `portkey.awsgen/gen-api` dispatches...

See: https://groups.google.com/forum/#!msg/clojure/Z91bhUvSB1g/p6bU6ryOBgAJ Looks like it has something to do with our excessive `cond->` usage...

It looks to be the case that the `re-mdl.core/layout` will cause interactive development problems if it is the top component. To reproduce, load up figwheel with the react dev tools...

![ok352zd2641wiv0](https://cloud.githubusercontent.com/assets/782173/17156072/da4ba8d2-5355-11e6-8814-01b5bddd2255.jpg) _putting on the big furry hat_ - All components should accept a `:children` key to add arbitrary stuff (poured into the element with `into`), and those with a single...

Per https://github.com/yetanalytics/lrsql/issues/235 we'd like to be able to support the use of unix sockets with [junixsocket](https://kohlschutter.github.io/junixsocket/dependency.html).

[SQL-148] Spin up Apache Superset subject to Keycloak OIDC Auth with SQL LRS for demonstration purposes. Keycloak glue code taken from https://github.com/marvincorreia/superset-keycloak **NOTE:** To run this you must map `127.0.0.1...

Maybe this is an artifact of some of the other tooling involved, but I am getting a strange behavior when I attempt to compile cljs speclj tests from cljc (reader...

While I understand (and agree with) the rationale (in the README) for not using [lein-protobuf](https://github.com/ninjudd/lein-protobuf), it's companion library [clj-protobuf](https://github.com/flatland/clojure-protobuf) seems like it might be a pretty good fit to replace...