Gabe Shahbazian

Results 7 issues of Gabe Shahbazian

We have a javascript function being called many times in our application and occasionally see this exception being thrown: ``` Caused by: java.lang.ArrayIndexOutOfBoundsException: src.length=126 srcPos=116 dst.length=126 dstPos=117 length=10 at java.lang.System.arraycopy(Native...

Hey yall. We have a crash in our crash reporting in `-[FMResultSet nextWithError:]` (`FMResultSet.m line 161`) that we have yet to reproduce. Attached is the stack trace. Any help or...

Run this test app: main.go ```go package main import ( "github.com/ry/v8worker2" ) func main() { worker := v8worker2.New(func(msg []byte) []byte { return nil }) err := worker.Load("codeWithRecv.js", ` V8Worker2.recv(function(msg) {...

Run this test app: main.go ```go package main import ( "fmt" "github.com/ry/v8worker2" ) func main() { for i := 1; i

This is a test that ensures the `init` of a class isn't run when being stored at an `@Lazy` property. The test fails (and matches what I saw in real...

bug

### Feature description Anytime I add a component with `shadcn` it adds ```css @custom-variant dark (&:is(.dark *)); ``` to globals.css, even when we only want to support `prefers-color-scheme` default dark...

area: request

### Describe the bug The type of the response from `serverValidate` (from a `createServerValidate`) in the example next server actions app has the `age` field as `number`, but if you...