Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
71 contributions in the last year
Activity overview
Contribution activity
November 2020
October 2020
Created 23 commits in 5 repositories
Created 4 repositories
- safareli/excel TypeScript
- safareli/purescript-contravariant PureScript
- safareli/mnk-tic-tac-toe TypeScript
- safareli/io-ts TypeScript
Created a pull request in gcanti/io-ts that received 2 comments
Make toForest stack-safe
Without this change on big input with many errors toForest throws stack overflow. I've added very simple test for FreeSemigroup because of this:
Created an issue in heroboy/generate-switch-case-for-enum-type-extension that received 2 comments
Feature request: do not generate default clause.
First of all thanks for this extension it's very useful! Curious what's the point of default clause in generated code? As this plugin is listing ou…