Philipp Kewisch

Results 614 comments of Philipp Kewisch

Unfortunately the new Thunderbird API does not support getting the MRU time, so I'm going to have to close this issue. You are welcome to file a Thunderbird issue to...

Is this still an issue in v2 final and Thunderbird 115?

I've tested v2 final with ß now and it seems to work fine. We also have options for full path, if anything is missing please file a new issue.

Unfortunately not supported by Thunderbird's APIs. Needs https://bugzilla.mozilla.org/show_bug.cgi?id=1771860 fixed.

In a2664e30d4a89abdd828e09757d4626640c1f850 I've made sure the current account gets shown first. I don't think we need to avoid showing other accounts anymore since the new version has prominent headers when...

The problem here is that JSV doesn't traverse properties of the schema that don't belong to the json schema draft, that are only used as containers for other schema elements....

Well, what you can do is put the schemas in multiple files and give each its own URI. Then you can reference them without issues using the full URI, as...

Hey, thanks for noting. This is some new dependency on yauzl-promise I believe. I really like the lib, but I don't think I am even using the rust feature they...

I don't know if the recommendations have changed, but back in the early days of github actions, most docs said that node_modules needs to be added. Example still: https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github ....

I'm not sure I need to do anything on this. The links says to upgrade `@actions/core` to 1.10.0 which I have done, so it should be ok and the message...