Lou Huang

Results 106 issues of Lou Huang

It is currently possible for there to be an infinite number of toasts on screen at once (assuming that they haven't expired on their own or dismissed in other ways)....

bug
ui
help wanted

Our current implementation of capacity counts are attached to segments: https://github.com/streetmix/streetmix/blob/cfd7bc35a8465eedf7dcac200951f65db63527b3/assets/scripts/util/street_analytics.js#L53 However, different variants of segments will introduce different capacity. This is most obvious when people occupy the drive lane...

Internally, units are stored as imperial units. Migrate to using metric units by default (including updating all data) for better worldwide use. Project: https://github.com/streetmix/streetmix/projects/11

e.g. for scooters using the "scooter-elevation" variant, or bike racks using "bike-rack-elevation" variant, we can simplify things by just using the common "elevation" variant for each of them.

code clean up
in progress

This is part of a behavior that tries to automatically switch the direction of a lane of travel when moving a segment from one side of the street to another....

bug

Reported from Discord: > Hello, I've found a bug with the center turn lane. Where depending on what direction the arrows face it communicates that the lane is too wide....

bug

via Julian Ackerman: > I would personally like to see monorail added as a feature in streetmix including the SAFEGE hanging monorail if possible  I am trying to plan monorail...

segment ideas

This is because `initLocale()`, when calling `changeLocale()`, checks to see if the user has access to the language, but before the user has signed in. This causes the UI to...