illusionalsagacity
illusionalsagacity
It'd be cool to see how Reach-UI compares to these other frameworks, being that it's a more minimal "scaffold" for building your own design system, rather than a complete one...
Got a couple of questions here; Should we append `Exn` for methods that potentially throw? Or maybe we catch it for convenience and return a result? Along the same lines,...
Perhaps a bit self-explanatory; I followed what was already there in `Webapi__ResizeObserver` and wrote a test fixture.
~~Needs to wait for https://github.com/rescript-lang/rescript-compiler/pull/4622 at the moment, so the 0.20 version is just placeholder~~ Not really sure how to proceed with the `namedItem` binding, when I tried to put...
Reproduction: https://github.com/illusionalsagacity/graphql-ppx/commit/9630e024722b813603161dbfb8c181f73f7b4efd#diff-dccca68100be513fb2d07560888ab2c0785e6033bc6babd303fb6bfe07810f1dR52 `tests_bucklescript/__snapshots__/Generate_Apollo_scalarsInput_re.bda5f930.0.snapshot` line 52 when using `customFields`, the Scalar types in input objects do not seem to be using those custom parsers and instead show up as `option(Js.Json.t)` Looks...
resolves #128
probably want to create an issue to track progress on this from `graphql-ppx`? _Originally posted by @illusionalsagacity in https://github.com/jeddeloh/rescript-apollo-client/pull/138#discussion_r775291768_
This seemed like the most backwards compatible way to resolve this. It seems undici [already has functionality](https://github.com/nodejs/undici/blob/2.x/lib/core/request.js#L50) for body encoding in 2.x, and gets more robust in [latest](https://github.com/nodejs/undici/blob/main/lib/core/request.js#L108) So it...
on [this line](https://github.com/StarpTech/apollo-datasource-http/blob/0.21.0/src/http-data-source.ts#L303), the `typeof request.body === 'object'` check returns true for `FormData` from `undici` and `form-data`. Resulting in a body of `"{}"` being sent, with `content-type: application/json; charset=utf-8` I...
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. - [ ] Concise, focused, friendly issue title...