virtualarchitectures

Results 6 issues of virtualarchitectures

Hi, As DataView is one of the most widely downloaded Obsidian plugins, is it viable to incorporate support into the the obsidian-mkdocs conversion template (either workaround or full solution? I...

I've set up a Node-Red node [node-red-contrib-proj4](https://github.com/virtualarchitectures/node-red-contrib-proj4/blob/master/proj4/proj4.js) wrapping Proj4js. On some instances proj4 unexpectedly outputs 3D coordinates from 2D inputs. For example: passing the JSON object `{"x":-0.12793738,"y":51.507747}` to the function...

Hi @mfarragher I just noticed that `get_wikilink_counts()` has not been implemented. The current demo suggests that functionality for wikilinks would be consistent with functionality for backlinks. I hope that's useful...

enhancement

Hi, I've just tested this. I believe `--host http://${DOCKER_INFLUXDB_INIT_HOST}:8086` needs to be changed back to `--host http://${DOCKER_INFLUXDB_INIT_HOST}:${DOCKER_INFLUXDB_INIT_PORT}`. Otherwise Grafana fails to connect to connect to InfluxDB when a different port...

I'm trying to use the collection operations to read a collection from the CSO's API following the example from the pyjstat documentation: ```python from pyjstat import pyjstat toc_url = 'https://ws.cso.ie/public/api.restful/PxStat.Data.Cube_API.ReadCollection'...