• Joined on 2021年05月18日
tpikonen pushed to main at tpikonen/taival 2026年06月23日 13:43:40 +02:00
6775ba74ec osm: Add light_rail tags to tram stationtags
8bc2c2f1a4 osm: Recover from connection errors in apiquery()
cce2f9bea8 osm: Get station member nodes with a recursive Overpass query
57ad303322 osm: Add FIXME to member_coords()
008a4af111 osm: Also require public_transport tags from ferry stations
Compare 5 commits »
tpikonen commented on issue tpikonen/satellite#44 2026年06月20日 10:11:58 +02:00
Satellite breaks other apps using location

This is caused by ModemManager not having a multi-user API. There is a proposed fix for this on the Geoclue side here (see...

tpikonen pushed to main at tpikonen/taival 2026年06月03日 11:41:47 +02:00
ad837ec0e9 osm: Add stationtags for ferry traffic
4ee6a15311 osm: Use overpass.private.coffee as Overpass server
ab4cb49e0a mediawiki: Add empty line after route title in route table details
5d11f9a435 mediawiki: End platform diff output with an empty line
8b66606e0e mediawiki: Sort route rel to pattern code matching output, surround with newlines
Compare 13 commits »
tpikonen commented on pull request tpikonen/satellite#43 2026年05月18日 13:16:59 +02:00
Add i18n

This should still be fixed, I can address the rest of the remaining issues myself, since the code needs some tweaks to work with the supported installation methods anyway.

tpikonen commented on pull request forgejo-contrib/forgejo-cli#462 2026年05月18日 13:13:06 +02:00
Resolve ssh host names with ssh config

Thanks for spotting this. The code now runs replace() over the Hostname which does what is expected, but does not catch unsupported percent expansion chars or other errors. I suppose these...

tpikonen commented on pull request forgejo-contrib/forgejo-cli#462 2026年05月18日 13:10:24 +02:00
Resolve ssh host names with ssh config

The hostname replacing code is now wrapped in if let Some(host_str).

tpikonen pushed to resolve-ssh-host at tpikonen/forgejo-cli 2026年05月18日 13:07:51 +02:00
0796529b55 fix: Use get_ssh_config() to access ssh config
1df2ad5b01 fix: Resolve ssh host using ssh config
Compare 2 commits »
tpikonen commented on pull request tpikonen/satellite#43 2026年05月15日 15:45:47 +02:00
Add i18n

@x1z53, since you obviously made some testing, how did you install and run this?

tpikonen commented on pull request tpikonen/satellite#43 2026年05月15日 14:52:45 +02:00
Add i18n

We're not using semantic commit messages in this project, so the commit message for translations should be something like i18n: Add / update <language> translation. (You don't need to change the...

tpikonen pushed to resolve-ssh-host at tpikonen/forgejo-cli 2026年05月14日 16:18:25 +02:00
bb3c9b29d1 fix: Use get_ssh_config() to access ssh config
69bc8518b9 fix: Resolve ssh host using ssh config
ade375d23c Merge pull request 'Lock file maintenance' (#459) from renovate/lock-file-maintenance into main
3582a7ad3d
Lock file maintenance
bc9fd146b7 Merge pull request 'Update Rust crate open to v5.3.5' (#461) from renovate/open-5.x-lockfile into main
Compare 10 commits »
tpikonen created pull request forgejo-contrib/forgejo-cli#462 2026年05月14日 16:14:53 +02:00
Resolve ssh host names with ssh config
tpikonen pushed to resolve-ssh-host at tpikonen/forgejo-cli 2026年05月14日 16:08:41 +02:00
426d9af741 fix: Use get_ssh_config() to access ssh config
25d5bd6b3f fix: Resolve ssh host using ssh config
Compare 2 commits »
tpikonen created branch resolve-ssh-host in tpikonen/forgejo-cli 2026年05月14日 16:08:40 +02:00
tpikonen created repository tpikonen/forgejo-cli 2026年05月14日 16:02:51 +02:00
tpikonen commented on pull request tpikonen/satellite#43 2026年05月13日 14:28:43 +02:00
Add i18n

So just return "Системное время"?

tpikonen deleted branch logging from tpikonen/overpass-api-python-wrapper 2026年05月12日 20:06:26 +02:00
tpikonen commented on pull request tpikonen/satellite#43 2026年05月12日 18:14:50 +02:00
Add i18n
tpikonen commented on pull request tpikonen/satellite#43 2026年05月12日 18:10:28 +02:00
Add i18n

Thanks, looks good, except for the System time translation. And please squash the fixed ru translation into one commit.

tpikonen commented on pull request tpikonen/satellite#43 2026年05月12日 18:07:22 +02:00
Add i18n

This really is system time, that is, the output of datetime.now() when the NMEA output is parsed. There's probably a reason for using this instead of the time parsed from NMEAs, but I can't...