Yang, Bo
Yang, Bo
### Description of change As a template repository, commitizen should be optional. Also the `cz` hook prevents `git rebase`, which is a more common command than `cz`. See https://github.com/commitizen/cz-cli/issues/672#issuecomment-527904774 ###...
### Description of change Added `npm run watch` to continuously build, test and generate API docs. The approach is described at https://stackoverflow.com/questions/56918621/is-it-possible-to-generate-single-page-doc-html-with-typedoc-for-typescript-proj/57052392 ### Pull-Request Checklist - [x] Code is up-to-date...
## Current Behavior ``` npm install git+https://github.com/ryansonshine/typescript-npm-package-template.git --save ``` ``` npm ERR! code 1 npm ERR! git dep preparation failed npm ERR! command /Users/twer/.nodenv/versions/16.14.0/bin/node /Users/twer/.nodenv/versions/16.14.0/lib/node_modules/npm/bin/npm-cli.js install --force --cache=/Users/twer/.npm --prefer-offline=false --prefer-online=false...
## Feature Request **Is your feature request related to a problem? Please describe.** Usually a library author would like to publish their API document. It would be great if the...
Currently `merge_all_threads` can result in out-of-memory, when `concurrent` is not `Infinity` and the source submits items faster than the mapper handles items. I wonder if we could change the type...
``` scala package p private[p] trait T { /** @template */ type A } object O extends T ``` ``` $ scaladoc -version Scaladoc version 2.12.2 -- Copyright 2002-2017, LAMP/EPFL...
I found some name clashes when upgrading Scala to 2.12.8 in Binding.scala, maybe due to https://github.com/retronym/scala/commit/e76420490300e036c7357afcd685ed0e856fd8e8 . ## Name clash due to placeholder This can be workaround by replacing `q"{...
Update template
[Contribution](README.md#contributing) checklist (recommended but not always applicable/required): - [x] There's an _[automated test](tests/default.nix)_ for this change - [x] Commit messages or code include _references to related issues or PRs_ (including...