Anthony Jackson
Anthony Jackson
It seems that Any.Type needs to store the base type in an sub property, as per https://github.com/kourge/ts-brand See https://github.com/kourge/ts-brand/blob/80e34f96c9bc6658b45f13bdbb02279a47cc062d/src/index.ts#L44
So I can introduce this as both a pre-commit hook and into `npm test`, but could I get assistance with some of the errors of `npm lint`? I dont want...
Okay so I disabled even more checks 🤣 well yolo, we can bring in more rules as and went we don't have large branches to merge.
Nice CI working with `npm lint` https://travis-ci.org/github/amark/gun/builds/742923538#L230
Am I pushing it too far to also add code coverage limit of 65% while I am at it? :) You guys actually have done a solid job so far!...
I dont know how this is merge conflicting, I literally copy the file over mine from master... `git show remotes/origin/master:lib/wave.js > lib/wave.js`
@amark I feel like we are in a similar boat. Been overworked since the last time we chatted in Discord, which was when I created this. As requested I broke...
I can not find (and trust I have looked) any working example with pulumi. However, I have [found a template](https://github.com/serverless-nextjs/serverless-next.js/blob/master/packages/serverless-components/nextjs-cdk-construct/src/index.ts) to start from to begin the process. Scary stuff...
Found a bug. When selecting the last element of the row it replaces the dom element, which pushed the button down the columns. Going to need to figure out where...
I am looking to implement draft 5-8 in [ejsv](https://github.com/patternmatched/ejsv), but looking for assitance in understanding of how best to implement schema validation with recursive $ref's, if anyone is interested I...