Blaine Bublitz

Results 267 comments of Blaine Bublitz

Perfect, I can provide those 😄 1. git clone --recursive [email protected]:grain-lang/libbinaryen.git > We have a submodule on Binaryen 2. git checkout phated/windows-static > I made a branch that has the...

@dra27 does the work in https://github.com/ocaml/ocaml/pull/11586 help with the issues experienced here?

@dra27 I hope you don't mind me pinging you again, but ubuntu 22.04 is starting to roll out everywhere (CI, our users) now and they updated GCC to a version...

@renatoalencar This is super cool! I'll poke the rest of the team to get some eyes on this for the syntax and your other question.

@renatoalencar We're still having discussions, but I wanted to give you an update. The initial purpose of the issue was for self-recursive types; for example: We wanted to move `enum...

I'd have to dig up the conversation in discord, but I believe @peblair wanted to always have the `_` placeholders.

This PR title is too long. Can you turn this into 1 separate semantic commit for each feature and then change the title to something like `feat(stdlib): Add additional functions...

`gulplog.info` is the default log level for gulp-cli, which is why we used it (aligns with `console.log`). The only messages that aren't logged by default is `gulplog.debug`. However, I think...

This problem won't be solved until we get the community transferred off gulp installed globally and installing gulp-cli instead ☹️

:+1: for Joi integration. We are going to be implementing a validate function that uses Joi, but it would be amazing if we could get it automatically through the typing...