Roman Reithmayer

Results 7 comments of Roman Reithmayer

Unfortunately Validate is not completly thread-safe yet. I found at least one more problem calling ValidateBytes. ``` ================== WARNING: DATA RACE Read at 0x00c0005903d8 by goroutine 79: github.com/qri-io/jsonschema.(*Schema).Register() /Users/xx/go/pkg/mod/github.com/qri-io/[email protected]/schema.go:60 +0x5c...

For me setting `useFsAccessApi` to `false` helped only for the filepicker, but not for drag & drop. I came up with the following solution for Remix: ```ts const onDrop =...

I think I am also running into this issue. I am retrieving an object from the database and want to copy it like described in the fastapi docs for partial...

For me the following worked: - starting the script like described above - Give the permission to - Awakened PoE Trade (with terminal icon) - Awakened PoE Trade (with official...

Also just run into that problem. Took me like 3 hours to realise that the problemis related to this component. The problem seems to be somehow related to the onChange....

Any updates here? Is there a recommended way to ask the user for a date with time?

@danielweinmann Yes they are generated automatically. In detail, I have a python backend using fastapi, which automatically generates the openapi spec. Then I am using "orval" to create the zod...