Michael Tsang

Results 32 issues of Michael Tsang

In the current December 2023 timetable, there is a "join" entry of base W04046 (Mo - Fr 18:22 Ramsgate - Dover - Charing Cross) and association W03086 (Mo - Fr...

This prevents any calendar entries with start_date > end_date from leaking out by preventing them from being returned at the first instance. fixes #76

The GTFS produced by National Rail timetable revision 930 contains an invalid calendar which crashes OpenTripPlanner: `Invalid interval, the end 2023-11-17 is before the start 2023-11-20`. The following output is...

The `stops.txt` generated in the GTFS now only lists the train stations with an empty `location_type` field without the platform definitions, and doesn't distinguish between different part of the station...

chsh.ldap says every shell is an invalid shell: ``` [michael@vps ~]$ cat /etc/shells # /etc/shells: valid login shells /bin/sh /bin/dash /bin/bash /bin/rbash /usr/bin/fish [michael@vps ~]$ chsh.ldap -s /usr/bin/fish /usr/bin/chsh.ldap: /usr/bin/fish...

I have an `onChanged()` callback attached to the form but it doesn't work when I change the number, as it doesn't implement the interface to interact with the form. Is...

The widget does not show fullscreen even if I set the widget to show fullscreen, unless I change the setting off and on again after starting up. # Step to...

### Describe the bug PhpMyAdmin doesn't update all rows in a single SQL query after choosing multiple rows to edit. ### To Reproduce 1. Browse a table. 2. Choose multiple...

The default configuration of size=10, scale=8 only allows value between -99.99999999 to +99.99999999, but the possible range of longitude is -180 to 180, which make inputting places in the Far...

When a table with concrete_inheritance inherits from a table with geocodable, the resulting class cannot be used: ``` ``` The getDistanceTo() method generated as a result of inheriting from the...