Martin Klepsch
Martin Klepsch
Some tasks allow you to pass edn forms for evaluation. On the CLI you can pass those as string and we'll `read-string` them. If you pass a form in a...
Via Slack: > Hey. I've just wasted another hour and a half debugging WTH boot could not parse my string argument. Long story short, turned out that my arg definition:...
The code to find the jar and pom file given to a `push` tasks uses `io/file` which essentially prevents you from specifying a file in the fileset. This in turn...
... and decide how to pronunce "Perun". https://en.wikipedia.org/wiki/International_Phonetic_Alphabet
Probably a good idea to establish some sort of namespacing for metadata i.e. `perun/markdown` can only write to `:perun/markdown` key in metadata.
Intending to work on this in the coming weeks.
We're currently using the [Legacy Context API](https://reactjs.org/docs/legacy-context.html) which will be supported by all 16.x releases but users are encouraged to switch to the new [Context API](https://reactjs.org/docs/context.html). - Can we migrate...
Since we're no longer using Rum's `derived-atom` it becomes feasible to make the Rum dependency optional by putting the relevant Rum helpers into a designated namespace. Potentially we can also...
Add identical sample applications for bare cljs, `+reagent` & `+om` options. Idea: show cursor position with some simple text and make text color change on click.