Vincent Weevers
Vincent Weevers
My goal is to 1) make behavior more deterministic 2) make API more restrictive 3) rewrite tests as smaller, less-sensitive unit tests (rather than "integration tests" that rely on timers)....
Would you consider adopting a changelog style guide, like [Keep A Changelog](https://keepachangelog.com/en/1.0.0/) or [Common Changelog](https://common-changelog.org/)? This would help to categorize the changes and make it easy to parse for humans....
Because it sets `highWaterMark` to 0 (though documented as 16): https://github.com/vweevers/lento/blob/8670652f34e5c2f98145b669ff269efa81ba4c5f/lib/client.js#L176-L180 This makes sense for a page stream, because it means it won't make preemptive HTTP requests. But for a...
- [ ] Make `#request` internal - [ ] Pass headers to query callback - [ ] Then handle session responses in `set` and `reset` - [ ] Catalog, schema,...
I.e. hallmark should warn about what `remark-stringify` is *gonna* do. - [ ] TBD: `[require('remark-lint-definition-spacing')]` - [x] `[require('remark-lint-emphasis-marker'), '_']` - [ ] TBD: `[require('remark-lint-fenced-code-flag')]` - [x] TBD: `[require('remark-lint-fenced-code-marker'), '`']` -...
The current categories (Changed, Added, Removed, Fixed) are from Keep a Changelog. It's awkward that the categories use past tense while changes use present tense. E.g.: ```md ### Added -...
In `hallmark` and `remark-common-changelog` I'm experimenting with git trailers (https://github.com/vweevers/hallmark/pull/115). This might be the best of both worlds (versus alternatives like Conventional Commits): human readable commit messages with (optional) machine-readable...
https://github.com/css-modules/css-modules > A CSS Module is a CSS file in which all class names and animation names are scoped locally by default. All URLs and imports are in module request...
When chrome destroys/reloads a page and extension code (like a content script) is loaded again, it'll load the initial version, without the changes that have been made since. Reproduce: -...