Ernst Bunders

Results 8 comments of Ernst Bunders
trafficstars

I just installed expresso with npm, and this gets me version 0.8.1. As soon as I add the -I option to the command, I get this error.

Right! I get it: It has been REMOVED from node. Silly my, just a newby. Sorry

I also ran into this problem, and we discussed it on slack. I tried something like ``` [:union [:or [:map [:data map?]] [:map [:dependencies {:optional true} [:set [:ref "dependency"]]]]] [:map...

for this problem it might be better to consider what they call the 'safe navigation operator', in stead of a filter. It works like so: post?.authors?.[0] where authors is invoked...

Well, Some things I had to do to do all those undefined checks are pretty messy too: ``` html Title ``` But then again I can also do some more...

This little experiment does not work either ``` (m/validate [:schema {:registry {"line" [:repeat :int]}} [:repeat "line"]] [[1 2] [3 4]]) ```

#Maximilian2032 It seems the devs are not that active anymore on this project. I took a look, but don't understand the project really. It's all dart code, but somehow creates...