Results 166 issues of eadmaster

example: ``` $ geocode -m reverse "-23.4733 -46.6658" Error: no such option: -2 ```

Just like the [whereami tool](https://github.com/rafaelrinaldi/whereami), `geocode` may output a single grep-able line instead of a full json (easier to parse in scripts): ```` $ geocode "San Francisco, CA" -23.4733,-46.6658 $...

is it possible to publish an address instead of a single service, like `avahi-publish-address`: ```` $ avahi-publish -a -R taxgod.local 192.168.1.2 ```` source: https://pi3g.com/2019/04/10/avahi-how-to-assign-several-local-names-to-same-ip/

This usually gives a better visual hint of English-tranliterated words. Example: ``` ./jakaroma.sh "私はカナダへ行きます" watashi wa kanada e iki masu ``` Should be: ``` watashi wa KANADA e iki masu...

Please provide a wiring schematic diagram, in order to avoid mistakes.

this looks discontinued, check out faq instead: https://github.com/jzelinskie/faq/

related: - https://github.com/mcmilk/7-Zip-zstd/issues/148 - https://github.com/mcmilk/7-Zip-zstd/issues/120 - [Winrar portable mode](https://www.portablefreeware.com/forums/viewtopic.php?t=21860)

don't port this to Windows, port it to the [libretro core](https://github.com/libretro/SameBoy) as a core option (automatically support a lot more platforms)

Do you think it may be possible to emulate the DS4 touchpad via the wiimote IR sensor? I think this could help a lot with [touchscreen-based games on the PSTV...

https://docs.scipy.org/doc/numpy/user/basics.types.html Many of these can be implemented using the [standard ctype module](https://docs.python.org/3/library/ctypes.html) (e.g.: `numpy.uint16` equals to `ctypes.c_ushort`.)