-
## Description
Runtime: JavaScript. Panic in registerRpc in case of call to class instance method previously.
## Steps to Reproduce
Build and run Nakama with following TypeScript module code:
…
-
Hi there,
I remember seeing bud on HN and I'm happy to see that you are still working on it!
I go a recent interest into JS runtimes and I have read a lot of your issues/discussions in other rep…
-
Running the example from README.md results in the below errors. Please check.
```
INFO[0000] Running grafana/xk6-chaos@v0.0.2. source=console
ERRO[0000] panic: runtime error: invalid …
-
It looks like `make serve` starts everything up nicely but upon the first request the go server panics and throws a TypeError
```init JSVM static/build/bundle.js
panic: TypeError: Not a function: …
-
Hi,
While I was fuzzing this repo, I came across with 2 problems. These are found by [go-fuzz](https://github.com/dvyukov/go-fuzz)
## Go Version
`go version go1.16.2 linux/amd64`
## OS Versi…
-
The k6 process get a stack overflow fatal error while processing a encrypted http request.
In my case, the request body is packed in AES/ECB/PCKS5Padding with CryptoJS.
Here is the test code below…
-
RE: [loadFunctions](https://github.com/snyk/vervet/blob/a389bcf6495f33a9e2999f98d1fdf595ede08347/internal/generator/functions.go#L93), if you pass a Go value to a JS function and return it, it's likel…
cmars updated
2 years ago
-
I am encountering an issue with running a JavaScript processor in Benthos. The processor's intended function is to delete a specific property (xxx) from incoming JSON objects. However, the property de…
-
Any plan to add JavaScript engines to this framework. A few projects that might help are
https://github.com/robertkrimen/otto
https://github.com/lazytiger/go-v8
https://github.com/dop251/goja
…
-
`"000\xfd00000000000000".split(/((?:0*)+?(?:.*)+?)?/g`
Panics with:
```
panic: runtime error: slice bounds out of range [19:2] [recovered]
panic: runtime error: slice bounds out of range …