Robin Thomas

Results 44 issues of Robin Thomas

Currently the notes API json return type can only be specified by appending the .json file extension at the end of the URL path. This is inconsistent to other JSON...

Changes the web example app to use the [offical](https://github.com/maplibre/maplibre-gl-js) maplibre-gl.js files. Adds a short section to the readme describing the requirements in order to make the package work for web.

I'm trying to use `Computed` for JSON serialization and automatic storage updates. It works perfectly. However my concern was that it might cause performance problems. I feared that the JSON...

enhancement
question

Hi, thank you for creating and maintaining these datasets. Is it possible to add the official languages of a country to the datasets? I'm particularity interested in the admin datasets...

`Expression.asA(Expression other)` always wraps the code into parentheses. While this is a good default it is not always necessary. The problem for me is that the generated code triggers the...

schema: ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "array", "items": { "type": "object", "required": [ "answer" ], "additionalProperties": false, "properties": { "answer": { "type": "object", "additionalProperties": false, "properties": { "constructor": { "type":...