Matti Eiden
Matti Eiden
Another tricky thing with OCCT offsets is that it's possible to end up in infinite loops trying to shrink a wire. Negative offsets can also in some edge cases create...
> I think users that will want to handle milliseconds and microseconds will be able to manage this by themselves. I'm new here, but that seems like a bit poor...
IMO as a general principle if the database representation has microseconds they should be present on the client side as well. If I'm being fully honest, implicit truncation of values...
@PaideiaDilemma Thank you for your work on hyprlock! I managed to reproduce and coredump (with debug symbols) a crash in 0.9.1 by unplugging the USB-C and plugging it immediately back...
Refactored the whole thing to `use_image_proxy` in https://github.com/City-of-Helsinki/linkedevents/compare/4513bee6e9dc54282b3dc0b5414e0b123fc65c83..ee2ccd46a0f08987e676d218dba571ffdf15ae4a
drf-yasg generator doesn't see the typing information given in the path. In other words all it gets is `tenant/schools/{spk}/school_units`. It then checks the view class for a queryset, checks the...