Dave Cunningham

Results 152 comments of Dave Cunningham
trafficstars

@sbarzowski Will this "just work" on go-jsonnet? I think I was originally opinionated about not supporting this as I wanted the language to be simple... But in retrospect it seems...

I'm guessing this is an issue with the underlying parser? Was it C++ or Go

It's probably a bug in RapidYAML then

I think the deal here is if you have a more recent version of that library then there is an additional enum value. There is a PR that fixed it,...

I think @hausdorff proposed the same thing before, even with the same syntax

The only reason Mike did this is that someone internally wanted us to provide an alternative to MD5 in case anyone felt tempted to use MD5 in a context where...

I've been wondering whether to just do Python semantics `*args` `**kwargs` or to instead have a `...` keyword that encompasses both and is a bit cleaner.

SGTM but there's quite a diversity in approaches across languages. Jsonnet typically tries to be compatible with Python or ECMAScript so what is the difference between PEP-0515 and the ECMAScript...