Switzerland
Working with teams, changing things and the way we work. Any personal contribution of this user is MIT licensed. Opinions expressed on behalf of himself only.
~sthagen assigned ~sthagen to #1 on ~sthagen/arbejdstimer
Feature added by ~sthagen on ~sthagen/arbejdstimer
Ticket created by ~sthagen on ~sthagen/arbejdstimer
Users need edit the configuration files. This is easier with YAML than with JSON.
Comment by ~sthagen on ~sthagen/versioalueet
Fixed in version 2024.1.8
REPORTED
RESOLVED FIXED~sthagen assigned ~sthagen to #2 on ~sthagen/versioalueet
Bug added by ~sthagen on ~sthagen/versioalueet
Ticket created by ~sthagen on ~sthagen/versioalueet
On python versions below 3.10 the clumsy Union from typing is to be used in type annotations.
TypeError: unsupported operand type(s) for |: 'type' and 'type'
Comment by ~sthagen on ~sthagen/versioalueet
REPORTED
RESOLVED FIXEDComment by ~sthagen on ~sthagen/versioalueet
Fixed in version 2025.1.6
Comment by ~sthagen on ~sthagen/versioalueet
The next release will trial the following slightly more informative windows variant:
if not platform.platform(aliased=True, terse=True).lower().startswith('windows'): os_uname = os.uname() os_sysname = os_uname.sysname os_nodename = os_uname.nodename os_version = os_uname.version else: pf_uname = platform.uname() os_sysname = pf_uname.system os_nodename = pf_uname.node os_version = pf_uname.version