Brennen Raimer
Brennen Raimer
add pydantic
## What is this Python project? Data validation and settings management using Python type hinting. ## What's the difference between this Python project and similar ones? - Pure Python -...
**Is your feature request related to a problem? Please describe.** related to #31 . the appimage builds fine on aarch64 linux **Describe the solution you'd like** an aarch64 linux appimage...
## Description of new feature, or changes Fixes suboptimal usage of ipywidgets.Output in HaloNotebook. See [Output's API documentation](https://ipywidgets.readthedocs.io/en/stable/examples/Output%20Widget.html) for more info. resolves #140 resolves #59 ## Checklist - [ ]...
## Description of new feature, or changes ~~removes unnecessary system check for Unicode output~~ changes Unicode support check to instead use the encoder supported by `sys.stdout` to try to encode...
## Description of new feature, or changes Removed check of OS causing spinner value to be overwritten with default value in Jupyter Notebook on Windows. If you went to the...
@manrajgrover yep, already found the line in your code. I'll try to fix it for you. I get that terminal support sucks, but you shouldn't be preventing it in Jupyter...
I have a different theme selected at the moment, however jupyterlab_neon_theme is still styling UI elements   Python 3.9.6 Node v16.5.0
Everytime I restart my wallabag container, it takes hours before the container is ready to begin servicing requests. This started after upgrading from 2.4.2 to 2.4.3. Below is the output...
the Linux .deb installer does **not** install a native messaging host manifest file to `/etc/opt/edge/native-messaging-hosts` per [Microsoft's Native Messaging documentation](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/native-messaging?tabs=linux#step-3---copy-the-native-messaging-host-manifest-file-to-your-system), preventing the Edge browser from being able to communicate with...
## What is this Python project? Traitlets is a pure Python library enabling: - the enforcement of strong typing for attributes of Python objects (typed attributes are called "traits"); -...