Dylan Baker

Results 372 comments of Dylan Baker

My other thought was to use a single worker process for all search buffers. It would be started at alot start time (before the initial commands are run) and exist...

Interestingly I noticed that our code on python 3.6 will always return an `EmailMessage` because of our use of `Policy` objects, I really like this idea, I wonder if it...

There is a built-in meson handler for `intl` and `iconv` now, https://mesonbuild.com/Dependencies.html#iconv, which should support the `static` keyword argument correctly. we can probably do some `if meson.version().version_compare('>= 0.60')...else...` if we...

We’re aware of the transitive deps in pkg-config problem. There’s at least one solution proposed, and I’ve been working on something else that might also help

That’s in at least one release now, is this issue reproducible still?

The default option was changed to mirror (as flat is now deprecated in meson upstream), should we go ahead and close this?

Also, I'm sorry I missed this before. I haven't been doing a good job of keeping my github notifications manageable :/

I did the rebase, but I haven't made any changes beyond rebasing

I'm incredibly dis-inclined to rebase the `log_once` patch before the hidden state patch. It's going to be a non-trivial amount of work, it doesn't change the correctness of the series...

I think it would be a pretty bad decision to block cargo support over a module that will be optional for some versions of python, but core in others. Getting...