illusionalsagacity
illusionalsagacity
In the same vein as [babel-plugin-graphql-tag](https://github.com/gajus/babel-plugin-graphql-tag), `graphql-ppx` could output a GraphQL DocumentNode. In my mind, this has a few benefits: - Eliminates the runtime bundle download and execution cost of...
I noticed that several files were being re-formatted, IMO it'd be good to run this before some larger PRs start including these formatting changes.
Resolves #151 WIP, a lot of these `Js_` types will need to be moved over.
It'd likely cut down on the size overhead of the library, and it certainly would _look_ more like the TS/JS usage of `apollo-client`. I also think it may be possible...
https://github.com/apollographql/subscriptions-transport-ws/blob/master/CHANGELOG.md As of `@apollo/[email protected]` `GraphQLWsLink` has been added to `@apollo/client/link/subscriptions` to replace it. https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md#improvements-3 Would require a breaking change. Requires writing bindings for [graphql-ws's createClient function](https://github.com/enisdenjo/graphql-ws/blob/master/src/client.ts) and the [GraphQLWsLink](https://github.com/apollographql/apollo-client/blob/main/src/link/subscriptions/index.ts#L50)
https://github.com/rescriptbr/react- query/blob/b202f20611c29316991bb0dbe439d8cb87f3c0b0/src/ReactQuery_Query.res#L22 The way it's typed now this option isn't usable, as you have to return the exact type that's passed in instead of transforming it. https://tanstack.com/query/v4/docs/framework/react/reference/useQuery
>Our long term aim is to reduce the runtime code - when this library was written polymorphic variants were not strings. We can't convert existing modules until we do a...
Noticed a few of these are not bound yet and started working on adding them: - `vi.advanceTimersByTimeAsync` - `vi.advanceTimersToNextTimerAsync` - `vi.getTimerCount` - `vi.clearAllTimers` - `vi.runAllTicks` - `vi.runAllTimersAsync` - `vi.runOnlyPendingTimers` -...
resolves #20, with the exception of the `resetConfig` function.
Changes the internal usage of most externals or function definitions used at runtime to be explicitly uncurried functions. The intent here is that the `Js_` modules are changed, not the...