Thomas Anderson

Results 57 comments of Thomas Anderson

Fixed the problem! It has to do with the logic in the `WithConceal` function: ``` " WithConceal {{{2 function! s:WithConceal(rule_group, rule, conceal_rule) let l:rule_tail = '' if g:pandoc#syntax#conceal#use != 0...

ugh. nevermind. now it's still breaking things. I think it has to do with the fact that the syn call is being made at all, it's preventing other conceals from...

Unfortunately, with what I've learned in my last few tests, I think that `WithConceal` cannot be used here. I've reverted to the original solution (a standard conditional) and added a...

I am also experiencing issues using seaweedfs as storage for prometheus. It looks like prometheus tries to do a [poll](https://man7.org/linux/man-pages/man2/poll.2.html) which is not supported by seaweedfs. The following was run...

I can also confirm that trying to use seaweedfs as the storage backend for a mariadb database also fails in a similar way (though without the POLL error message). Using...

I think this is related: https://github.com/hanwen/go-fuse/issues/501

Hi Chris, is this with seaweedfs 3.55? And I assume this is APFS; i wonder if it has something to do with the underlying filesystem, or even the kernel. My...

It's very possible that the POLL is a red herring... What's the best way for me to get the logs you're requesting? EDIT: Sorry, meant to continue this conversation in...

If I'm not mistaken, the trackpad firmware has not been reverse engineered yet. So the version you get here is the same as upstream. Correct me if I am not...

@SolraBizna Thank you for taking the time to investigate! I created a bounty to track progress on reverse engineering the firmware, but it might be a while before it is...