Peter Johnson
Peter Johnson
Are you using `docker build` or `docker buildx`?
Additional test case: ``` 8000 Grey Friars Ter, PA, 18914, USA road: "grey friars ter pa" ``` ``` 8000 Grey Friars Ter, 18914, PA, USA road: "grey friars ter" ```
Expansions will always have ambiguities, for instance `123 main st` could mean `straße`, `straat` etc. and it's impossible to tell without additional context. You could take into account the users...
I have found the best (albeit not the easiest) way to handle this is to expand addresses yourself, based on what you know about the file, natural language, country etc....
This is a known bug https://github.com/openvenues/libpostal/issues/378 I have had success with this patch https://github.com/openvenues/libpostal/issues/351#issuecomment-402778530
The "overrides" file in the example is where you change builtin variables in Bulma. When you put your overrides in this location then they are adopted by subsequent code. For...
@silverwind @gunish @jladuval FYI https://github.com/EvanOxfeld/node-unzip/pull/64
Workaround: ```ts declare module '@cloudflare/workers-types/experimental' { export interface DurableObjectState extends OriginalDurableObjectState { acceptWebSocket: (ws: WebSocket, tags?: string[]) => void getWebSockets: (tag?: string) => WebSocket[] getWebSocketAutoResponseTimestamp: (ws: WebSocket) => Date |...
@russelldavis I still believe it's a CloudFlare issue as the second screenshot from within CloudFlare type definitions file shows a modal which lists the return type as `globalThis.WebSocket`. I will...
I can confirm this issue on an x86 `Ubuntu 18.04.3` machine. More specifically `make check` fails in `libpostal_trie_tests`: ```bash * Suite libpostal_trie_tests: .free(): invalid next size (fast) ``` ``` cat...