Alexander Varwijk

Results 47 issues of Alexander Varwijk

In our project we use both tools for different parts of our translation pipeline. Unfortunately the inconsistency creates very noisy commits. Bringing them closer together will make reviewing changes made...

It's common practice to have files ending in newlines, if only to keep git from telling us "\ No newline at end of file" for every diff. A newline at...

## Is your feature request related to a problem? Please describe. I'm the maintainer of the [Drupal module](https://www.drupal.org/project/yoast_seo/) that uses the YoastSEO checker. I was working on a rewrite of...

featurerequest

The pipe placeholder is really cool because it allows you to create specialised functions more quickly. ```res let splitAtSeparator = Js.String2.split(_, ";") ``` This works great! However, the next step...

stale

In larger projects it's possible that modules are already enabled and thus that a class exists. However, it's possible that when the module being worked on is installed in a...

It appears there is stale information in https://asset-packagist.org/p/provider-latest/1e509981df96c68be15d5028c70ce77b73787ea2a73bb03646f691d0df204c63.json which is a problem with newer versions of composer. I've opened an issue because it crashes composer 2 even though the package...

If interface A is implemented by object B then a fragment F on A should be spreadable on a field returning object B. This is described in the spec under...

Since the [GraphQLError extends JavaScripts Error class](https://github.com/graphql/graphql-js/blob/main/src/error/GraphQLError.js#L18) anywhere that we can use a JavaScript error (typed in ReScript as `Js.Exn.t`) we can also use a `GraphQLError`. Error reporting code that...

Using React suspense (`0.0.0-experimental-d7382b6c4`) with reason-urql I run into the following error. ``` Uncaught TypeError: b is not a function d webpack://social_chat/./node_modules/wonka/dist/wonka.mjs?:142 1 webpack://social_chat/./node_modules/wonka/dist/wonka.mjs?:814 toSuspenseSource webpack://social_chat/./node_modules/urql/dist/urql.es.js?:197 1 webpack://social_chat/./node_modules/wonka/dist/wonka.mjs?:801 x webpack://social_chat/./node_modules/wonka/dist/wonka.mjs?:155...

🔮 future

## Problem Currently `Morph.Response.t` is a `result(Piaf.Response.t, failure)`. Failure is defined as ```ReasonML type failure = [ Piaf.Error.t | `User(string) | `Server(string) | `Auth(string) ]; ``` It's not entirely clear...