arctica
arctica
This feature would be very useful. I learned (via google groups search result) that the best way right now is: 1. DETACH view 2. ALTER the .inner. table of the...
Hi @ozanh I've come up with a minimal example to reproduce: 1. make a test.tengo with the following content: ``` x := undefined export func() { x() } ``` Run...
@achannarasappa hi, would you mind re-opening this feature request issue please? I'd be interested in such a feature. As mentioned, you don't need anything from the data feeds for short...
Hi, unfortunately this seems to be still an issue. external-dns + Traefik v2 is not very straight forward which is a shame because both projects implement some very important usecases....
I think v8go.NewValue() also leaks memory, even if you don't pass it back as a result from the Go callback. ```Go iso, _ := v8go.NewIsolate() fn, _ := v8go.NewFunctionTemplate(iso, func(info...
It's impractical to free their memory only when the isolate or context is closed. Not every VM is short lived. In my case I have a bunch of very long...
I've started reading the v8 API a bit and about Values, Local vs Persistent handles etc. What I don't understand yet is why calling Reset() in the finalizer of a...
> Hey @arctica. Since you have a reproduction, have you been able to test the changes you've proposed to v8go to see if any resolve the issue? Hi @genevieve. Yes...