Wade Simmons

Results 32 comments of Wade Simmons

merging your branch into #981 (so your branch + go1.22) still seems to be getting some weird failures: ``` # gvisor.dev/gvisor/pkg/waiter Error: ../../../go/pkg/mod/gvisor.dev/[email protected]/pkg/waiter/waiter.go:140:2: undefined: waiterEntry Error: ../../../go/pkg/mod/gvisor.dev/[email protected]/pkg/waiter/waiter.go:211:7: undefined: waiterList FAIL...

oh I see, Github Actions is still selecting the wrong go version. I thought we had it configured to use the version in go.mod. The other issue is that we...

I have the tests passing in #981 by merging in your changes and making a few more fixes. I'll make sure to credit you in the merge commit there. Thanks!

One way I envision this is being able to add some additional tags to my request structs, like so: ``` go type MyRequest struct { ID string `json:"id" validate:"notempty"` Name...

@bigkevmcd Perfect! This package is exactly what I wanted.

Another thing broken in the current parser: `"use strict";` at the top of the file. It results in this confusing compilation error message: ``` tamejs/lib/parser.js:133 var lst = $$[$0-1].concat ($$[$0]);...

I just tried to compile a `.tjs` file with `"use strict";` at the top. Example: ``` "use strict"; await { setTimeout(defer(var e, a), 100); } console.log("done"); ```

Let’s move this to Nebula 1.9 at least