Terje Sten Bjerkseth

Results 5 issues of Terje Sten Bjerkseth

https://hyperscript.org/cookbook/50-disable-btn-during-request-all/ shows an error in the console, expecting either a class reference or attribute expression. ``` hyperscript errors were found on the following element: Expected either a class reference or...

Many if not all of the samples are using defroutes, which is deprecated, ref #493. Which of these would you prefer a PR for switching the samples to: * terse...

I was just bitten by this, which seems to be identical to pinot issue 16, https://github.com/ibdknox/pinot/issues/16, reported by davesann. This is with latest available fetch/noir on Clojure 1.4.0, both OS...

Thank you for this nice little library. The README has an example of using periodic-seq for local times: ``` (chime/periodic-seq (-> (LocalTime/of 20 0 0) (.adjustInto (ZonedDateTime/now (ZoneId/of "America/New_York"))) .toInstant)...

Support Jetty 12 via pedestal.jetty-12-ee10 module, along existing Jetty 11 pedestal.jetty module. For now, both modules uses the same io.pedestal.http.jetty namespace and the same :io.pedestal.http/type :jetty key. So one should...

enhancement