oskca

Results 19 comments of oskca

Yeah, this is really a nice feature :+1:

Hi @neelance @shurcooL , Sorry to bother, At first I thougt this error relates to VueJS, but the following example does not work ether: ``` go package main import (...

Yes, I'm using the latest `gopherjs` master 64858154c27789453689ac91, my `go version` outputs: `go1.6 linux/amd64`

Yes. I'm aware of the Date/time.Time conversion, but for VueJS I've only read the documentations. And I think VueJS would not pass a Date object directly to the under laying...

But for the simpler example here: https://github.com/oskca/gopherjs-vue/blob/master/examples/unwritableTime/main.go#L20 with no VueJS code, It still show the `Uncaught Error`.

I'm currently working on [gopherjs-vue](https://github.com/oskca/gopherjs-vue) which expose golang struct (`using js tag`) to VueJS for bidirectional data bindings. Whit he help of `js.MakeWrapper` it can expose the `struct method function`...

BTW: it seems that struct with no `*js.Object` can not be `internalized` with gopherjs `$internalize`? `$externalize` works great

Maybe I shall not include the VueJS in the GopherJS package directly?

It's done by https://github.com/oskca/gopherjs-vue/commit/2ff578cf2f64413d11086782e0476768d55bd077 @johanbrandhorst