waldenn

Results 18 issues of waldenn

The returned API results also highlight (in the "_highlights" field) the search-language. I think this is not really useful. I would suggest to split the language from the query terms...

Would be nice to see support for this JSON statistics format (already in use by various governments around the world): - [json-stat.org docs](https://json-stat.org) - [example file](https://json-stat.org/samples/oecd.json) - [jsonstat-explorer](https://jsonstat.com/explorer/#/https%3A%2F%2Fjson-stat.org%2Fsamples%2Foecd.json) (viewer tool)...

enhancement

https://github.com/openglobus/openglobus/blob/95006c321bfdaf1300ab2f2cff89b8a68b1cdac4/src/control/CompassButton.ts#L106 Hi, I was wondering if this is a bug, or if there is some other OpenGlobus way to allow that button to respond to a touchstart/end event? If this...

bug

Hi, I was looking at the code to see how the metadata is extracted (to _perhaps_ use it or learn from it, in my own extension based on the [WD...

Thanks for creating this interesting project Danny! I was looking if I could integrate it with my [Conzept encyclopedia](https://conze.pt) project However there is no fulltext search option yet to get...

I tried to fix it with: "import fs from 'node:fs';" in "vite.config.ts", but it did not help. Any ideas how to fix this? Thanks! ---- `$ npm run build >...

I had to add these lines to package.json, after getting this: "Error: Cannot find module '@rollup/rollup-linux-x64-gnu'" "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.9.5" }