Tony Worm

Results 325 comments of Tony Worm

Someone gave a great talk at GopherCon 2016 on how vendoring works. I wonder if the slides or video are up somewhere...

It did, I tried a 'glide update' and can now repro. In all likelihood I will do a rewrite along the roadmap I've laid in the readme, and possibly change...

Did you use glide update or install? On Wed, Aug 24, 2016, 2:55 AM liulinlin [email protected] wrote: > @verdverm https://github.com/verdverm have you fixed the issue? > > — > You...

https://github.com/mattn/golang-wasm-example - I think the wasm_exec.js is where the connection (complicated?) part happens. I haven't done Go -> WASM in a hot minute. This may be of interest as well:...

I haven't tried it, but someone in my slack was speaking highly of it

If you want some CUE highlighting via Hugo, I'm using a JS package called shiki. The Makefile at the root of Cuetorials repo shows what I'm doing best.

Maybe io.Reader They ought to wrap the `OpValue()` Go implementations, such that they simply read in the inputs, compile, and then pass to another func, much like the glob funcs...

These are wrappers around the private Go implementations in #15 This will be done when that issue is done. We are hooking these up to the CLI as each op...

For list processing on ops, use `@list(and,or,index)` defaults to `and` ```cue op: { LD: [schema] @list() // process all RHS list elements with this one LA: [s1,s2] @list(and) // op...

union & intersection seem to have overlap with insert/upsert & pick respectively maybe super/subset could be called contains/containedby?