Simon

Results 33 comments of Simon

For completeness I checked with Postgres 15. Updating a field where the table has multiple references shows "Duplicate key value violates unique constraint." For reference the prisma schema as well...

I'm attempting to render the `displayLabel` and `rawDescription` for my custom field that takes care of a `oneOf` property. I wasn't familiar with codesandbox.io but I tried to make an...

After spending a bit more time with the code I feel like the approach that makes most sense to me now, is to early return with `fieldProps` passed to the...

I wanted to add `async_hooks`/AsyncContext as a interesting candidate. I was playing around getting Next.js routes to execute as components which worked well for simple API routes but as soon...

Curious if some thought has been gone into adding `get-all` from wasi-runtime-config into the current `variables` interface? Besides the missing function, the worlds are very similar. ```wit get-all: func() ->...

Amazing @itowlson. Mea culpa. I should have found it myself but it hid so well in the `wit/deps` directory under `spin@unversioned.` Thanks

I wasn't precise enough in my words. I have missed the `wasi-config` wit because while browsing through the repo via the web it showed up sorted below the `spin` directory...

@hf Feel free to take of the code what you want/need depending on your level of NIH. There is no real novel code to begin with as I made an...

From my understanding the company wants to create the feature on their own. So I felt like I could clean up my fork as I'm taking some of my projects...

One of the major issues I experienced with `wasi-http` experiments in reqwest is that the (non)overlap in API surface leads to issues with third party crates relying on `reqwest`s non...