evbo

Results 191 comments of evbo

@jorbuedo do you think webworkers are unusuable in Tauri period or only unusuable when calling Tauri API's?

@jorbuedo so then maybe I'll open a new issue? It seems this particular issue concerned with the Tauri fetch API specifically.. But you (and I) probably are both noticing that...

@jorbuedo I think it's a similar limitation in Electron... From what I'm reading, Electron comes built-in with a nodejs runtime, so it essentially skips the step of creating a sidecar...

@JonasKruckenberg Really glad Tauri is going to support this more. I was going to file a separate issue and still could, but do you prefer this existing feature request be...

@shadaj would you prefer we just piggy back on the existing `MouseEvent` or would you like to break things up by context, such as creating a separate `DragEvent` as shown...

I am getting this in `3.2.0-RC2`: ```scala @js.native trait Row extends js.Object { def getValue(columnId: String): ReactElement = js.native } ``` If I pass function handle: `row.getValue` as a parameter...

What is the root cause of the issue? What is wrong with passing method handle? Would be nice to get a layman's explanation as this is a design pattern I...

just curious, also with a GTX 750 and wondering is this likely a won't fix issue? Or could there be hope yet for us ancient dinosaur GPUs?

Any thoughts on SQLite's official CEROD extension? I know it's commercial but the source is public, so as long as you did an academic study I think that'd be legal?...

In my case, it boiled down to VFS applied to a database of mostly ints (no blobs or big varchars). If I had blobs or big varchars, I would use...