Daniel Szmulewicz
Daniel Szmulewicz
Is there support for the resource owner password OAuth 2 flow?
This could be as simple as that unless I have misunderstood your intent.
Client-side projects don't necessarily have a server component (and shouldn't be required to have one). Take for example the basic tutorial for om: https://github.com/swannodette/om/wiki/Basic-Tutorial That tutorial has instructions for starting...
I'm not sure if this is the right place to submit this, but I'm looking for a solution to use both `austin` and `ritz` in the same project. I would...
Hi, As discussed in #115, an updated configuration example for Cider nREPL, and a couple of typo fixes.
In the current implementation of the nREPL support (`ClojureNReplMojoj.java`), I noticed that an edge case is missing. User in the list below refers to user of `clojure-maven-plugin`. - User doesn't...
``` Compiler parsing error: Parse error in shared.css at line 52 column 43: grid-template-columns: minmax(1em, 1fr) [enlarged-start] minmax(0, 1fr) [main-start] minmax(0, 40em) [main-end] minmax(0, 1fr) [enlarged-end] minmax(1em, 1fr); ^ com.google.common.css.compiler.ast.GssParserException:...
This library has been a workhorse across java updates. It looks like a bit of work will be required to maintain dependability with the release of java 13 which touched...
Hi, I've successfully implemented a durable queue according to the stated use case, as an in-process device that does both the puts and takes. However, initially I had a misgiving,...
I'm running the following ```sh clj -A:depstar -m hf.depstar.uberjar myproject.jar ``` Which results in a Stream closed exception. It seems to be stumbling on `data_readers.clj` from a dependency, but that's...