Michael Cole

Results 43 comments of Michael Cole

For the size of the code base, I'm not worried about including extra modules. I'm more interested in having integrated docs, types, issues, and tests for using them together. As...

Hi, I'm a go newbie. I'm evaluating go-orbit-db for a new project. Has [Kubo already been upgraded here](https://github.com/berty/go-orbit-db/compare/master...stateless-minds:go-orbit-db:master)? This looks like a single library function. How is it meant to...

Hi @jefft0 I gave up on Kubo. Kubo has 47 repo's and is a total mess of a code base. Thanks for the offer though.

Hey, I ended up using PassportJS. I think it's the new hawtness and better maintained. Please contradict me if mongoose-auth is still actively developed. http://passportjs.org/ Unworthy self-link: https://github.com/MichaelJCole/passport-freshbooks

https://github.com/erobit/meteor-accounts-ui-bootstrap-dropdown/issues/41 and https://github.com/erobit/meteor-accounts-ui-bootstrap-dropdown/pull/42

@nicocossiom thanks for this, it's a huge contribution, and thanks to @julienmalard for getting it started. Orbitdb should get a "TS" badge on npmjs.com once it's published. Some examples: -...

This appears to be because webpack uses and insecure md4 algo for hashing: https://stackoverflow.com/a/72219174/1483977 That link includes a monkey-patch for the crypto lib to work around it. Solution is to...

Hi, I'm looking for an example of eslint in the browser, tried this out, and got the errors. Is this still a good example for how to use eslint in...

@mpowaga I can't find those two templates in the code (`adminPagesTable` and `adminPagesUserItem`) and this has no effect: ``` Hello world Goodnight moon ``` Did the names of these templates...