Simon Legner
Simon Legner
Hi, I forgot to report on the latest improvement (commit above from 2022-10-05): now, all entries from the genindex linking to `/stmts/` are added. Previously, only non-text statements (such as...
> Ideally I'd like work to be done on browser-loadable ESM modules What is left to be done? Importing a bunch of Leaflet JavaScript source files inside a `` works...
The functionality is commonly called "deepmerge" or "merge" - https://lodash.com/docs/4.17.15#merge - https://github.com/TehShrike/deepmerge - https://deno.land/[email protected]/collections/deep_merge.ts When taking into account `object`s, `array`s, `Set`s, `Map`s, the implementation gets complex.
Duplicate of https://github.com/hierynomus/sshj/issues/461?
@jfree, any thoughts on this?
My entries are accounts of an Active Directory server and are named `domain\user`.
Caused by https://github.com/tyrasd/osmtogeojson/issues/33
@Gustry, you might want to deploy an overpass-wizard-server: https://github.com/tyrasd/overpass-wizard/tree/master/server
In JOSM, we had been performing a Nominatim request after receiving the query from the wizard, see https://josm.openstreetmap.de/changeset/11003/josm/ and https://josm.openstreetmap.de/changeset/12714/josm/
The following style should do the trick: ```css {{style: way[!bicycle] { color: red; } }} ```