Austin Lund

Results 13 comments of Austin Lund

Shouldn't the mailcap 'compose' field be used to specify how to format the text correctly?

I have the same problem. My btrfs.static has version 'btrfs-progs v5.7' and when you do the inspect-internal dump-csum on a file, there is no output to stdout, even though it...

It would seem this really need fixing as the next release of notmuch may not work anymore without using the new python bindings. As per the release: > Users are...

I have tried to convert all calls from the notmuch interface to the notmuch2 interface and made a pull request: https://github.com/gauteh/lieer/pull/212 I might have missed some calls to the db,...

> Tests are failing. Is the notmuch2 version on pip the latest one? It doesn't appear so. The version listed is apparently '0.1' when the release version is '0.35'. The...

The error message in the test output relates the notmuch.h library header files missing. ``` gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I../../lib -I/opt/hostedtoolcache/Python/3.9.10/x64/include/python3.9 -c build/temp.linux-x86_64-3.9/notmuch2._capi.c -o...

If libnotmuch-dev was installed, then the pip package would probably build.

I have tried to rewrite this to be as "dual stack" as possible. I'm using a test on the module __name__ attribute to see which interface is being called and...

Tried to remove old bindings. Again, only done rudimentary testing.

This feels like I'm just not getting it, but should `.auto_shape()` have the side-effect of setting the fock_shape attribute? In my basic test below, I just get `[None]`: ``` import...