Jason Dreyzehner

Results 129 comments of Jason Dreyzehner

> If we require that the @includeSnippet path always includes the file extension, then this should work with any file. The syntax highlighting can be inferred, rather than explicitly specified...

[This issue on the Yarn repo](https://github.com/yarnpkg/yarn/issues/4895) is worth watching.

@Alxandr thanks for opening an issue! I'm not really sure if this repo is the right place for demonstrating a monorepo project structure, but I'd be very open to reviewing...

Now that `typescript-starter` has a CLI, @cspotcode's method seems like the best way to do this. There may be a way for this project to help a little more though,...

That’d be great! PRs for this are definitely welcome. I don’t really have anything to add other than that it should be optional (so this project can still be used...

Hey @josephmcasey, thanks for working on it! While you're developing, you might want to just disable those snapshot tests – they serve to verify that a contributor has confirmed the...

Also need to be sure to use Yarn if the project has selected to use Yarn: https://circleci.com/gh/bitjson/bitcoin-ts/1

@ilyaztsv @chadbr I'd be very happy to take a PR for adding an `express` option! Even if the PR is just for the actual code, I'm happy to integrate it...

Thanks for opening an issue @rnbrady! You're definitely right, this was an oversight in the original API. I like your idea for denoting the "relative" derivation too. Since it's not...

To summarize some out-of-band discussion: no matter how we design this API, some unintuitive-ness is going to remain due to choices in BIP32. (You can see the same [excessive complexity...