Daniel Bowring
Daniel Bowring
* Allow use of native DOM API * Allow use of libraries that already return DOM elements * Simplify escaping and relating issues
> Tagify handles escaping issues internally, and what do you mean by "allow use of native DOM API"? what for? Since it's being the dom is being built from a...
I'm seeing this on sway `1.8.1` and wlroots `0.16.2`. For the sake of people coming in from google, I'm currently fixing it by swapping to another tty and running the...
Confirming that deleting the files mentioned by @kevenwyld also works for me (my gpu process was also exiting with exit code 132, not 133 like OP): > `$HOME/.config/Signal` > ```...
Dropped [`ba44de2`](https://github.com/dbowring/sentencepiece/commit/ba44de276f511ed4121b6645e6bef58828baff59), the issue with `tonistiigi/binfmt:latest` has been fixed upstream and can be used again.
@taku910 is there anything I can do to help get this merged and/or cut a new release?
Removed use of `ubuntu-20.04` ([EoL](https://github.com/actions/runner-images/issues/11101)), added `ubuntu-22.04`. https://github.com/actions/runner-images?tab=readme-ov-file#available-images
@taku910 please let me know if there is anything I can do help get this merged and/or a release made :bow:
Closing in preference of #1120
Do you have watchdog installed? ```console $ pip freeze | grep watchdog ``` If not, it can be installed via: ```console $ pip install 'dramatiq[watch]==1.17.1' ```