John Haley

Results 46 comments of John Haley

@mlms13 what's the best way to move this forward? Should I just create that directory in `./docs/recipes` and start putting markdown files in there?

With a possible v2 release, it might make sense to change the API to make this just a thing that the library does everywhere when things are ambiguous and not...

I have a few things that would be nice. (Those might be better as single issues?) - The `Sequence` stuff is very costly in terms of perf. Finding a way...

> Do you recall any specifics on which things related to Sequence were causing problems? I think SEQUENCE in relude was just an attempt at creating a module type interface...

Thank you @mhallin!! @fakenickels should I reopen #85 in the new repo?

I just talked to @BlueHotDog a bit in discord and wanted to bring a few things into this thread: - `IO.all` is most definitely parallel, we confirmed this - To...

We do some things to generate lists/orders/`eq`/`compare` and stuff from a typeclass like so: ```ocaml module type ORDERED = { include BsAbstract.Interface.TYPE; // All types have to be able to...

With respect to `namespace = false` I just checked what it's doing in the docs and BS [docs](https://bucklescript.github.io/docs/en/build-configuration.html#name-namespace) has this to say about it: ![image](https://user-images.githubusercontent.com/867780/62403518-04402c80-b54b-11e9-9fe7-6fb453f58f1a.png) Since it's almost considered mandatory...

Relevant conversation WRT `namespace = false` https://github.com/Sketch-sh/sketch-sh/pull/245#pullrequestreview-270429111

@wokalski My original idea was that the time it takes the PPX to run was the culprit as well. To test this you can go to this repo [here](https://github.com/johnhaley81/graphql-ppx-perf-repro) and...