Philipp Kewisch
Philipp Kewisch
You don't need anything special for add-on development. Simply editing the xpi file and then installing over should be fine, you may need to restart inbetween. If you want to...
This puzzles me a bit, not sure what the attachment would do so I am guessing this is a Thunderbird issue. Can you provide console messages?
Probably a timing issue with the addon actually. For 2.x I might have to reduce the initialization time before the textbox is displayed and focused. If that is not enough...
1.7 is built on the same codebase as 1.6 and 2.0 is a rewrite. I added 1.7 because there were still some bugs in Thunderbird that don't make me confident...
Any update on this?
Still waiting on a response here. Can we bring this issue to a close?
Confirming this is still an issue. Would be great if dependabot was aware of commitlint configs and would apply `sentence-case` when it is provided. The message builder code seems to...
For anyone else finding this and looking for a workaround, see for example https://github.com/agilepathway/label-checker/pull/108/files
Thank you for the swift reply. I initially had a screen scraping solution, but the `/user/search` endpoint feels much less like a hack and works great. What are your plans...
This is a common issue, but we can still polyfill by not assigning to the prototype directly but creating a non-enumerable property on it using `Object.defineProperty`.