John McCann Cunniff Jr
John McCann Cunniff Jr
# Windows support for USE_SYSTEM_TZ_DB These changes add support for the USE_SYSTEM_TZ_DB option on windows. These changes increase the speed of timezone conversion operations by many orders of magnitude (see...
In response to this issue https://github.com/HowardHinnant/date/issues/626 I've made only minor changes to the base library to allow for users to call a `set_tz_dir` function for setting a custom zoneinfo directory....
This will also require extensive testing to make sure they sorted out the websocket issues we were experiancing in theia 1.23.x
The main issue here is that we may need to add some kind of netid generation.
There are a bunch of things that have changed with type annotations in python 3.10 that we should move the api to. These changes primarily involve things like using `list`...
We may need to create some kind of a poller / cronjob that updates node labels when longhorn is ready. Potential options for implementation: - [Node Affinities](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/) - [Node Labels](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/)
Version v1.23.0 switched their socket implementation to socket.io. Whatever changed now does not respect nested websites. We're probably going to need to go through the PR in theia where this...