Kimmo Koskinen
Kimmo Koskinen
Oh wau, great to see this effort! I was probably too much in the shadows myself (pun maybe :)) and kind of lost track (or went to hammocking and didn't...
Urgh, I think did try the "run all specs", but didn't notice this :/ I'm not sure but [output-wrapper](https://shadow-cljs.github.io/docs/UsersGuide.html#output-wrapper) comes to mind. It might be that when all specs are...
Hi! I haven't used cucumber myself, so I'm not familiar with it, but it would be a neat idea to support that in Clojure land :) I wonder if a...
Re: magic :D What I was thinking was that since cypress allows to register multiple preprocessor, could the cljs-cucumber preprocessor exist separately, so that it only looks for feature files...
Sorry, have been a bit lazy with this :/ Seems that since last summer when hacking on this, Cypress was on version 4.x, now it's on version 6.x (!). Also...
Hmm, haven't looked how other preprocessors work that much, but this made me wonder that is the conditional check even necessary, assuming that each preprocessor checks if a file should...
Unh, just ran into this also :/ Also, prepending the following doesn't seem to work, so I opted for the "profile without user.clj on source-path" -hack. ``` clojure (require '[cljx.repl-middleware...
I guess the record gets interpreted as a java.util.Map and serialized via a MapSerializer which doesn't then interpret annotations since a java.util.Map isn't a POJO.
> read log files without top level array start, separator and end elements. Though I think the last case is already covered by reading the file using Reader, readLine and...
AWS APIs have payload as JSON or XML and possibly parameters in query string, described by shapes in the API specs (copy of them here https://github.com/portkey-cloud/aws-clj-sdk/tree/master/resources/aws-sdk-core/apis). The tickets are for...