Travis Kaufman
Travis Kaufman
The idea here would be to implement the following major change to the api: ## The result of clone would _always_ be asynchronous and _always_ return a promise. If a...
See: https://github.com/w3c/web-platform-tests/tree/13bff083fba249ed260966bca65319b1b35d3f34/workers/semantics/structured-clone
- Run lint and tests, make sure they pass - Ensure version is bumped. - Generate documentation - Tag and push new revision
- Unminified, development version with source maps to the original es6 code - Unminified, development version without source maps - Minified, production ready version
Reduces file size and code clutter. ES6-transpiler should be able to provide appropriate WeakMap/Object static method polyfills.
Got some feedback that "Effective Communication" makes the content of this book unclear. Playing around with "Communication Patterns for Software Engineering", or "Communication Tactics for Software Engineering", which would also...
When using the `ask()` interface with named parameters, e.g. `Integer(1, 10, name='num_things')`, it would be extremely convenient if there was a way to configure `ask` such that instead of returning...