Nico Roeser

Results 20 comments of Nico Roeser

I’ve been using this code for some time now without problems. Has anyone else tried it?

I just replaced the commit with a fixed one. The previous version always added an extra newline character to the end of each message when returning from the external editor....

I have been using this code for more than three months now without seeing problems. It would be nice to get some feedback from others. Anyone? Perhaps this can be...

@snipsnipsnip, you wrote: > External Editor can style the message as a HTML even when it is a plaintext, I am sorry, I don’t know what you mean by this....

`editor` is an `nsIEditor` at the moment, and we are using its [`insertText`](https://hg.mozilla.org/mozilla-central/file/b0d012ec753deb0880963f267806035da3a6b013/editor/nsIEditor.idl#l571) method. Am I right? And there is [`insertAsCitedQuotation`](https://hg.mozilla.org/mozilla-central/file/b0d012ec753deb0880963f267806035da3a6b013/editor/nsIEditorMailSupport.idl#l15) in `nsIEditorMailSupport`, which can insert a piece of text...

I’ve been using #75 for some time now without any problems. Has anyone else tried it and can give feedback?

Pull request updated and repaired. Tested with several empty and non-empty messages. Looks good to me now. :smile:

Ahh! After Mark’s explanation in #262, I have understood that this issue is not about saving certificates to your local disk (which already works fine), but about saving generated certificates...

Adding reverse pointer: see [comment](https://docu.ilias.de/goto.php?target=wiki_1357_Role_assignment_of_local_roles_for_OpenID_Connect_%28OIDC%29_Authentication#ilPageTocA127) dated 07 AUG 2023 by @utesche on a related matter, the [Role assignment of local roles for OpenID Connect (OIDC) Authentication](https://docu.ilias.de/goto.php?target=wiki_1357_Role_assignment_of_local_roles_for_OpenID_Connect_%28OIDC%29_Authentication).

Well… depends on how you see it. We have an IDE (`arduino`) which calls a tool (`arduino-builder`) which uses code from another project (`arduino-cli`). As the more recent IDE (`arduino-ide`)...