woonki

Results 57 issues of woonki

Hi, thank you for your work. It's great. I'd like to use this module for my project. But, I need to copy the deque instance after creation. I guess the...

This PR makes the jsx ppx v4 + classic mode as default. The related discussion is #5505 Here are the cases of how the jsx ppx is activated. 1. Old...

AFAIK, there are react related modules in ReasonML for easy testing, I guess. It seems outdated and causes the build to fail for ppx v4 which annotates the ref type...

Thank you for filing! Check list: - [x] Is it a bug? Usage questions should often be asked in the [forum](https://forum.rescript-lang.org) instead. - [x] Concise, focused, friendly issue title &...

**Describe the bug** Inputting the date directly into the input.duet-date__input causes the unhandled error exception. ``` Unhandled Runtime Error TypeError: e.getDate is not a function ``` **To Reproduce** Steps to...

I have an issue to get a html input element. I can't find any method to convert `Dom.element` to `Dom.htmlInputElement` or `Dom.htmlElement` to `Dom.htmlInputElement`. I could make an identity binding...

Hi, team. I'm working on the `CustomEvent` to use the typed `CustomEvent.detail` whichever I want to generate and use. Because it is not clearly typed yet. So that I'd like...

Hi, Is there any way to introspect the multiple gql api into one `graphql_schema.json`? or merge two `graphql_schema.json` into one after introspect separately?

I'm sure it was working fine which means it shows the values of variables at the breakpoints well. I mean, suddenly, it doesn't shows the variables except `Typenv__Envaux.Error(_)`. Can you...

bug

ErrorBoundary is implemented by using jsx ppx now, but it has a warning in runtime. ``` Warning: Functions are not valid as a React child. This may happen if you...