Alexandre Villeneuve

Results 7 issues of Alexandre Villeneuve

Could it be possible to add a cuid scalar type. #### cuid ``` cjld2cyuq0000t3rmniod1foy ``` #### Broken down ``` c - h72gsb32 - 0000 - udoc - l363eofy ``` ####...

feature request

With the new module worker syntax (https://developers.cloudflare.com/workers/runtime-apis/fetch-event/#syntax-module-worker) `bindings` are no longer global. Instead they are passed as a second argument to exporte`fetch` function. With that being said, it would be...

### Describe the bug Getting a `DOMException` when trying to use `getContext` to get the curent story & variant information. ``` sandbox.js:43 Uncaught (in promise) DOMException: Failed to execute 'postMessage'...

to triage

I have an auth scope that does a few checks & throws an appropriate custom error message whenever it fails. An example flow is on queries/mutations the scope checks if...

### Describe the bug Setting the `compilerOptions.moduleResolution` to either `node16` or `nodenext` break the typings resolution of Houdini. The reason is that when this option is set to those, you...

Bug

This should fix #1156 by passing stores to the states property of the date range picker to match the range calendar states. Perhaps these stores would be better represented as...

### Describe the bug Unlike the date picker builder, which has a `selected(date)` state store, there's no state store to get either the start/end selected dates & the dates within...

bug