Blaine Bublitz

Results 152 issues of Blaine Bublitz

The mac runner always gets backed up.

In Binaryen 101, all of the SIMD instructions completely changed and instead of rewriting our bindings for the new 230+ methods, we just removed the old bindings in #99. We...

enhancement
help wanted

When investigating usage of Monaco, I noticed this code `import "monaco-editor/esm/vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.js"` such as in https://github.com/0xPARC/zkrepl/blob/181da8d/src/editor.tsx#L47 We should investigate if we need to add that import to get keyboard support.

Since the playground is using Monaco. It should be able to support LSP functions using https://github.com/CodinGame/monaco-vscode-api and https://github.com/TypeFox/monaco-languageclient An example of putting an LSP in a worker exists at https://github.com/TypeFox/monaco-languageclient/tree/dfd7bb7/packages/examples/browser-lsp

In #304, we removed shadowing from the List guide because it was never introduced; however, shadowing is a common pattern in Grain. Should we add a guide about it?

We're releasing v0.4.4 with Type Aliases (a pretty awesome feature). We should have a blog post hyping it up. Could even mention how this will benefit witx-bindgen

Not sure if it belongs in this PR, but it'd be :fire: if this action would also merge in any PR meeting the following criteria: - Approved - Tagged with...

When shown Grain, many people ask questions like "What's the difference between Grain and OCaml?" or "Why didn't you just compile OCaml to WASM?", etc etc. I think we could...

Currently, not much of the language itself is documented on the website. I just found Bindings today and noticed that it has a pretty plain way of representing the language...

There's a very brief mention of destructuring of tuples in the Basics section of the guide, but we don't really discuss them anywhere else. We should add more thorough destructuring...