Tait Hoyem
Tait Hoyem
When initializing an address, you must explicitly tell it you are from Canada: ``` from pizzapi.urls import COUNTRY_CANADA addr = Address("123 Cougar St.", "Banff", "AB", "T1W2L3", COUNTRY_CANADA) ```
Did anything ever happen with this? I'm curious as I had this idea to create a readable tactile map from OSM with braille lables. How close would you say you...
I think this massively expands the scope and complexity of a basic speech protocol. Would it not make sense to put this on the client?
Oooops, looks like I pushed previous commit to main by accident.
I still have the issue.
It happens the first time when Speech Dispatcher has not been used in some time. For example if the background process has shut down, then it will not automatically start...
Not sure when it was solved, but Odilia doesn't have this issue anymore.
Blocked on https://github.com/odilia-app/atspi/issues/176
Now unblocked, but stil need to refactor a bunch to get the `EventTypeProperties` working when type erased. We can store it in fields as static strings (should be cheap that...
> we should definitely get rid of the nightly requirement My argument against this is that [the stabilization PR is already open](https://github.com/rust-lang/rust/pull/120700) and [is one of the major hurdles in...