Emanuele Granato
Emanuele Granato
Hello, should this issue be closed after #1670 merge?
Hello all, any progress on this? Regards, Emanuele.
Hello, any news on this? I can't find a way to correctly save a rust UUID to a surrealDB table that expect a UUID field: ```rust /// DB CONNECTION OMITTED...
any news on this?
> Hey all! This will be solved in 3.x where we're revamping the public typing. It will properly support UUID-based Record IDs Thank u @kearfy. There's a planned date for...
Hello @atk , I'm looking into this because I'm facing the same problem! I believe that the issue might be with the [solidjs+vite+vitest](https://github.com/solidjs/templates/tree/main/ts-vitest) template that you also suggest using in...
@atk but the problem is only fired with solid-testing-library embedded router. look at this: ```tsx import { createSignal, catchError } from "solid-js"; import { render, fireEvent } from "@solidjs/testing-library"; import...
In my env adding this conf to vitest seems to resolve the issue without break any other tests ```ts server: { deps: { inline: ["@solidjs/testing-library", "@solidjs/router"], } } ``` how...