Jacob Hummer

Results 123 comments of Jacob Hummer
trafficstars

If you want, you can just copy-paste code from https://github.com/nodefill/util/tree/main/src/types

I still think **warning** (it doesn't block the merge) with a ❌ since you didn't bump the version is a Good Ideaβ„’. This is like a very basic version of...

@mesqueeb I've been working on various things all-at-once in the https://github.com/mesqueeb/is-what/tree/jcbhmr branch. Just thought I'd let you know. 😊 I hope to be able to break that branch into multiple...

I am not sure if examples will improve SEO. I honestly have no idea. I just know that right now I get this kind of results: ![image](https://github.com/mesqueeb/is-what/assets/61068799/b7b9f1cf-540c-473a-a3d2-9fac27f618ab) My best guess...

btw something I noticed: I don't think you need to duplicate JSDoc and TS type annotations πŸ€” ```ts /** * Returns the object type of the given payload * *...

This is the kind of lackluster docs I'm talking about when I say "we should improve the docs" 😒 ![image](https://github.com/mesqueeb/is-what/assets/61068799/788a1f34-1175-48d1-9b9c-0e96f4a60da6)

I've come around to believe that having _more content_ (i.e. examples) would also help improve SEO. Right now here's what it looks like on Google: https://www.google.com/search?q=is-what+site%3Agithub.io ![image](https://github.com/mesqueeb/is-what/assets/61068799/d162f5c8-5b4a-4414-8e24-77d073260080)

Some projects work best with the mindset: "anything in main is already deployed. 'develop' is the dev merge target & the default branch". Others work best with the mindset "main...

There appear to be two main plugins for adding extra TypeDoc pages: 1. https://github.com/KnodesCommunity/typedoc-plugins/tree/develop/packages/plugin-pages 2. https://github.com/mipatterson/typedoc-plugin-pages

There's an open issue on typescript github to support changing file extensions at tsc buildtime. That hasn't been encouraged since it's mostly used to cause the not-so-great dual package hazard....