Zoran Kokeza
Zoran Kokeza
I think there is a blue text color in https://github.com/TerriaJS/terriajs/pull/6466
This should be resolved in https://github.com/TerriaJS/terriajs/pull/6466
After more investigation on how tabstrip renders its content, it seems that principles are completely different from how rendering is done in the angular version of kendo. Angular version will...
Just an idea for the referer what about using it as a label, then it will also be visible at first but won't pollute the title and can be easily...
An idea, what about something like `dotenv-expand` just for JSON, still using `.json` config file but expanding values with environment variables on startup ($ENV_VAR is replaced). Have done this recently...
dotenv-expand was just a reference how they implemented it as their function already does the job of interpolating value, not sure if it is exported from dotenv-expand but we can...
I am pretty sure that there was some discussion about this but can't find it anywhere. We already have Axios as a dependency from pm2
Created last night a https://github.com/zoran995/proj4-cli small CLI connects to the PostGIS database and generates the `espg.js` file the same as in node-proj4js-defs. There is also a generated version of file...