| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
this quirk was forgotten during the haskell rewrite (reported by
networkException).
It's now done in a somewhat awkward way: it's hard to do this before
parsing the csv (when it's still an unencoded ByteString), but doing it
later might easily miss relevant places. In either case this does lots
of slightly unecessary copying 🤷
Also the nested quadruple fmap feels like its own justification
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
well this blew the query up ..
it attempts to do two things:
- find platform sections grouped under platform_edges (important if
platform sections of adjacent tracks don't line up)
- if that fails, find any platforms somewhere under the whole platform
object
This should (hopefully) cover most cases where platform sections are
actually mapped at all.
|
|
|
|
| |
esp. a trailing / as in bahnhof.name/MH/ should not lead to ??.
|
| |
|
|
|
|
| |
this should now work with NixOS 23.11's hackage snapshot
|
| |
|
| |
|
| |
|
|
|
|
| |
seems to give slightly better results
|
|
|
|
| |
whoops, forgot this bit
|
| |
|
| |
|
| |
|
|
|
|
| |
this is pretty low-effort, but it seems to work fine?
|
| |
|
|
|
|
|
| |
(easier to use in browsers/shells where spaces lead to unwanted
behaviour, e.g. starting a search or ending an argument)
|
| |
|
|
|
|
| |
(by johann150, with some modification by stuebinm)
|
|
|
|
| |
This allows them to be used separately.
|
| |
|
|
|
|
|
| |
It is not necessary to do anything for these kinds of requests, so
instead of making the fuzzy search do stuff, just blackhole these requests.
|
|
|
|
| |
with thanks to lis: https://mk.catgirlsfor.science/notes/9en6jb2ig8
|
|
|
|
| |
for some reason it doesn't find Karlsruhe, but basically everything else??
|
| |
|
|
|