Sarah Hoffmann

Results 467 comments of Sarah Hoffmann

I presume you mean adding the function to SimpleWriter? This need first a mutable version of osm.Changeset for this and then an implementation of the function itself.

There is nothing wrong with the code and it works fine when I test it with a smaller Liechtenstein excerpt. I don't know what exactly is going on here. Problem...

I suspect that Jupyter is doing something evil in its exception handlers. It would indeed help to have a reproducible example there. Unfortunately, I did not manage to reproduce what...

Interesting project but it's in a very early alpha state, so something to look at in a year or two earliest. Ideally pybind11 simply provides support for it.

You need to use rack in version 1.4.5 and sinatra-r18n in a version < 2.0. Make sure to uninstall the newer versions of both packages or taginfo will use the...

What are the other failing tests? They might give a hint what goes wrong.

The segfault looks to be a secondary issue to whatever makes your tests fail. So my recommendation is, to look closely at the tests that fail without segfaulting and try...

So the root problem here is that pywikibot keeps an exception frame, which in turn keeps a reference of the function frame including the `n` parameter and the pywikibot object...

This needs indeed the osmium::index::MultiMap because a node may be in multiple ways. That class is not yet exposed to pyosmium. It would be interesting to have though together with...

The issue is more of a reminder to look into changeset replication and how much work if would be to support it. Not very high priority but also not completely...