Bruce Bujon
Bruce Bujon
As far I could see, all the API are here: - [context memu](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/contextMenus) - [i18n](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/i18n) (to get current locale) - [storage](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage) (to save settings) Those API work for Firfox (since...
I think you just have to add a parentId in the [createProperties object](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/ContextMenus/create).
Yep, everything should be here to start a port :wink:
@fluks Not me. I didn't had time to look at it. I would like to try and play with the build tools (packaging, lint, cross browser support) before.
Hi @nemoload, This add-on is an Open Source software. Feel free to contribute and participate to the project as I did the past two years. Personally, I haven't migrate [my...
@nemoload ~~As far as I know, the original maintainer does not have a private development branch (in which he could have started a web-extension port).~~ But he has! @mote0230 Thanks...
Hello, I can confirm OTel is part of [our roadmap](https://www.datadoghq.com/blog/datadog-supports-opentelemetry-open-source/): > In addition to these, we are currently preparing to roll out: > > - Support for OTel runtime metrics....
You can try using OpenTelemetry for custom instrumentation since 1.10.0 (it keeps improving in 1.11.0 and 1.12.0). The support is still in progress, so the public documentation is not yet...
I guess this applies to all other modules too?
Hi @Bnyro Nice update you did there! I had not the chance/time to look at MD3 yet. Is there any issue or missing part you are aware of with the...