Veit Heller
Veit Heller
We have picked up work on this again. The timeline now has posts and many other views. I’ll close this for now. If/when other feature requests arise, don’t hesitate to...
I can’t reproduce this issue anymore.
This is fixed as of [v1.0.1451](https://github.com/feenkcom/gtoolkit/releases/tag/v1.0.1451). There are multiple changes and refactorings that have happened in filewatcher, but the important part for this bug was an upgrade of the notify...
Personally, I think both behaviors are reasonable. I just did some testing, and while Notes, Thunderbird, and Firefox on my Mac all ignored the shortcuts, Alacritty, the terminal emulator, exhibited...
> CC @lysnikolaou for awareness. Now that I glance at this, I wonder a bit if it may be easier to just reinterpret the `utf8` buffer as an ascii/latin1 buffer...
It seems that my last error is due to this section: https://github.com/numpy/numpy/pull/30098/files#diff-6cdc3b490da76e0f287028f0c0fa780b24100106713a4216594f8d33d162fec6R36-R47 which is test data, but not picked up as tests, and a check complains about `warnings.filterwarnings` being used...
So, it seems like the easiest way to deal with this deprecation is to 1. remove the examples from the doc string (those get checked and currently fail), and 2....
> You could also smack a `# type: ignore[deprecated]` onto them, AFAIK. I might be misunderstanding, but doesn’t that then defeat the prupose of the tests?
> > > You could also smack a `# type: ignore[deprecated]` onto them, AFAIK. > > > > > > I might be misunderstanding, but doesn’t that then defeat the...
> > This should not be merged this late in a release cycle, so please make it 2.5.0 not 2.4.0 > > Fair enough - I cleared the 2.4.0 milestone....