Va Da
Va Da
I think `scope` addon could be created.
Could be something like this: ```js // addons/scope.js 'use strict'; exports.addon = function (renderer, scope) { scope = scope || '#app'; var putRaw = renderer.putRaw; renderer.putRaw = function (rawCssRule) {...
A "simple" way of achieving it would be: 1. Put all `nano-css` styling in separate files, with `*.css.js` extension. 2. Write a script or a Webpack plugin that executes all...
@vholland Yes, `Map`, `Place` or `GeoShape`, whatever works. Is there already a way to add *zoom* somehow? I couldn't find it. `GeoShape` has `elevation` property, I'm not sure it can...
Zoom level is basically a number (may be float) 0 to 20+. Maps use 256 px tiles. - zoom 0: 1x1 = whole world in one 256x256 px tile -...
> On the topic of testing data, I'd love some more editing traces if you're keen to make some more! I still have [this on my radar](https://github.com/streamich/json-joy/issues/277), planning to contribute...
> I'm working on a paper at the moment dealing with this problem in a general way. @josephg I assume it is not the Fugue paper, but a new one?...
@josephg vadimsdaleckis at Gmail
Let me try to answer the above from the perspective of the `json-joy` library. `json-joy` has its own native—[JSON CRDT Patch](https://jsonjoy.com/specs/json-crdt-patch)—format, but it seems it could also support the REG...
> Are you thinking this REG data format will be only for the purpose of encoding test datasets, benchmarks, etc., or will it also be used for storing end-user documents...