- Phoenix, AZ
- https://twitter.com/BlaineBublitz
Highlights
- 19 discussions answered
Block or Report
Block or report phated
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
grain-lang/grain Public
The Grain compiler toolchain and CLI. Home of the modern web staple.
🌾 -
-
-
-
gulpjs/async-done Public
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
1,567 contributions in the last year
Activity overview
Contributed to
grain-lang/grain,
grain-lang/binaryen.ml,
grain-lang/libbinaryen
and 144 other
repositories
Contribution activity
June 2022
Created 119 commits in 28 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3 repositories not shown
Created 2 repositories
- phated/DeckBox Kotlin
- phated/darkforest-eth-v0.5 TypeScript
Created a pull request in ocsigen/js_of_ocaml that received 4 comments
fix: Only write small chunks to stdout/stderr in node
We encountered a problem in the Grain LSP when compiled to JS. We were attempting to write a string that was >8096 bytes but only 8096 bytes were b…
+20
−3
•
4
comments
Opened 58 other pull requests in 17 repositories
grain-lang/grain
15
merged
- chore(ci): Add phase for checking stdlib docs & formatting
- chore(ci): Remove the last-release-sha from release-please
- chore(stdlib): Correct Map docs broken by grainformat
- chore(stdlib): Add returns docs to some List functions
- fix(stdlib)!: Ensure Void return for forEach functions in List module
- chore(stdlib): Cleanup some docs and comments
- chore(stdlib): Add docs to the Pervasives module
- chore(cli): Always run NEAR smoketest in release mode
- fix(graindoc): Add parens around infix operators in titles
- fix(graindoc): Remove spaces between parens and infix idents
- fix(stdlib)!: Use explicit exports for Pervasives
-
chore(stdlib)!: Remove
sumfunction from the List module - chore(stdlib): Update some docs for consistency
- chore(stdlib): Add docs to List module
- fix(ci): Add a last-release-sha to release-please
iden3/snarkjs
7
merged
- fix: Remove readline module, as we expects the nodejs internal module
- chore: Test on Windows
- fix: Ensure powersoftau export json works
- fix: Use correct parameters when reading zkey
- chore: Allow workflows to run on any branch
- fix: Ensure zkey export json command works
- fix: Ensure zkey import bellman command exits with correct code
r0adkll/DeckBox
3
open
3
closed
projectsophon/hardhat-circom
5
merged
grain-lang/grain-language-server
5
merged
grain-lang/binaryen.ml
1
open
3
merged
grain-lang/grain-lang.org
3
merged
grain-lang/libbinaryen
2
merged
WebAssembly/binaryen
1
open
1
merged
0xPARC/circom-starter
2
merged
gulpjs/async-done
1
merged
ocsigen/js_of_ocaml
1
open
projectsophon/hardhat-diamond-abi
1
merged
antimatter15/circom
1
open
ocaml/opam-repository
1
merged
iden3/wasmcurves
1
merged
iden3/fastfile
1
merged
Reviewed 76 pull requests in 23 repositories
grain-lang/grain
15 pull requests
- chore(stdlib): Add Exception Graindoc
- chore: Upgrade to OCaml 4.14
- chore: Make Style Of TODOs Consistent
- feat(compiler): Allow compilation of empty programs
- fix(compiler): Correct error message for unbound type variables
- fix(lsp): Always respond to hover request
- fix(compiler): Support printing tuple types in oprint
- feat(compiler): Support record field updating assignment
- feat(compiler): Allow newline in or-patterns
- chore: release main
- fix(compiler): Properly handle corrupted CMIs
- chore: release main
- chore(stdlib): Add docs to List module
- fix(stdlib)!: Provide correct types for BigInt operations
- chore: Replace "recommended" with "recommend"
grain-lang/grain-lang.org
10 pull requests
- fix: Move Queue to its alphabetical location
- chore: Clarify @section in graindocs
- chore: Upgrade grain-language-server
- chore: Document building for production
- chore: Document the cli
- fix: Link stdlib pages to compiler repo
- chore: Rework docs introduction
- chore: Update grain-language-server submodule
- chore: Add docs for basic types
- chore: Add documentation for graindoc
grain-lang/grain-language-server
8 pull requests
projectsophon/hardhat-circom
5 pull requests
gulpjs/now-and-later
4 pull requests
iden3/snarkjs
4 pull requests
iden3/fastfile
4 pull requests
gulpjs/resolve-options
3 pull requests
gulpjs/gulplog
3 pull requests
gulpjs/async-settle
2 pull requests
gulpjs/async-done
2 pull requests
gulpjs/glogg
2 pull requests
projectsophon/hardhat-diamond-abi
2 pull requests
projectsophon/df-plugin-dev-server
2 pull requests
grain-lang/binaryen.ml
2 pull requests
gulpjs/interpret
1 pull request
ocsigen/js_of_ocaml
1 pull request
grain-lang/libbinaryen
1 pull request
gulpjs/bach
1 pull request
projectsophon/hardhat-settings
1 pull request
iden3/r1csfile
1 pull request
iden3/binfileutils
1 pull request
iden3/circom_runtime
1 pull request
Created an issue in grain-lang/grain that received 3 comments
Parser disallows defining <<< as an operator
When trying to define the <<< operator in some code (below), the parser fails with this error:
Syntax error after '<<' and before '<'.
Expected ) …
3
comments




