Eric Zhao
Eric Zhao
Hi, thanks for the great library! Unfortunately, I'm running into some problems when trying to create a schema for a generic type: ```typescript import s from "superstruct"; export interface ProviderOptions...
Try [here](https://hazel.org/build/yg/webworkers/). Closes #638. Remaining items for this: - [x] Memoizing evaluation requests on the main thread side, to avoid unnecessary serialization - [x] Handling exceptions on the worker thread...
PR contains: - Substantial refactor of Grain IR library - Runtime that uses a `MaybeIndet` sum to represent possibly indeterminate results for now - Tools to safe-ish-ly generate code that...
This PR adds gas to the evaluator to prevent freezes caused by bottomless recursion. A new `EvaluatorState.t` record is passed through evaluation: - On each call to `evaluate`, the `step`...
This PR adds a primitive string type, string literals, and builtin operations on those strings: - String literals - [x] OCaml escape sequences (`"abc\t\n") - [x] Strings with invalid escapes...
I'm unable to build the application on Flutter version 2.2.2. This is my first time working with Flutter, so I could be doing something wrong. `flutter pub get` isn't able...
I'm not sure if I'm missing something, but does Transcrypt support the `enum` module in the standard library? I'm getting this error when trying to compile a package that uses...
Is it possible to bundle wordpos and the WordNet data files with Webpack? I've tried the following configuration, but it fails to resolve the index files when run. `webpack.config.js`: ```...
Hi, I have a Vagrantfile that defines a single VM and I'd like to use Terraform's `count` to spin up a certain number instances dynamically. However, it doesn't work and...