C. Scott Ananian
C. Scott Ananian
JsonCodec will handle recursion itself in the future, so you can directly include JsonSerializable objects as values in the array returned by ::toJsonArray(), and those objects will already be unserialized...
More edge conditions for require-description-complete-sentence: * [ ] Tries to capitalize after `:`: https://www.grammarly.com/blog/capitalization-after-colons/ * [ ] Tries to add periods after triple-backquote (instead that region should be protected from...
Add the ability to tweak the PositionOptions used for Geolocation, for instance to use low-accuracy position to save battery on mobile devices. The options parameter is reactive. Add a `pause`...
* Updated the build instructions to fix the current source for the jsunit package (sourceforge is defunct) and other tweaks. * Fixed the ant build script to point to the...
Update the Python codegen target. This is mostly about updating the `setup.py` with some URL tweaks and fixes for the maven-based build process, and updating the unittests themselves to work...
Avoid using `java.util.HashSet`/`java.util.HashMap`, since iteration order in the hash set (even if the keys' `hashCode` methods are deterministic) is dependent on the exact size of the hash set, bucket organization,...
Ensure that the standalone restbase example configuration doesn't throw "No such metrics client: 'undefined'" errors on startup. Change-Id: I4dfbe33a0f25ef28f877c41290d433d5bcf50984
Also filed as meteor/vue-tutorial#14 because this shows up in the tutorial; it also appears in the template used by `meteor --create vue`. With the latest version of meteor (2.7.3) we...
I'm using `polyglossia` as part of a PDF rendering backend for Wikipedia (see https://npmjs.org/package/mw-ocg-latexer). It would be nice if polyglossia had even rudimentary support for CJK languages, so I could...
It would be nice if firmin supported triggering css keyframe animations. The syntax might look like: ``` javascript /* Simple invocation */ Firmin.animate(box, { name: pulse }, 0.5); /* Chaining...