You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ae.sys.install: Remove static constructors
Fix a static constructor dependency cycle, which manifests when
building a Dub application with ae as a dependency and with
--build-mode=singleFile --parallel.
ae.net.x11.package: Simplify the ClientMessage decoder
I'm not sure about the reason for the previous code; I think I may
have been overthinking it. This did, however, require a fix in the
Deimos bindings.