Luiz Gonzaga dos Santos Filho

Results 50 comments of Luiz Gonzaga dos Santos Filho

Hi @rpl, thanks for looking into this. That `--remote-debugger` is not documented in neither https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options nor `/Applications/Firefox.app/Contents/MacOS/firefox-bin --help` which lead me to believe that `--remote-debugger` (which I indeed had seen...

Ok, learnings so far: **1. web-ext doesn't seem to work with ESM modules as the documentation suggest:** - Using the example from the main README in this repo: `import webExt...

I create a simple PR to fix the examples in the docs: https://github.com/mozilla/web-ext/pull/1933

Thank you so much, @aslushnikov . I confirm the above works! And here's the ESM version of it: ```javascript import path from 'path'; import playwrightWrapper from 'playwright-firefox'; import webExtWrapper from...

Using DSM 7.0.1-42218 Update 3 (latest as of this writing) on a DS220+: Linux balaio 4.4.180+ #42218 SMP Mon Oct 18 19:16:55 CST 2021 x86_64 GNU/Linux synology_geminilake_220+ Uploading the SPK...

I was using the pre compiled ones. I'm confused. The readme does say DS220+ has DSM 7 compatibility. Is that not accurate? Would you have plans to provide DSM7 compatible...

Aaaah I see. The table in the readme led me to believe it was supported... I'll try compiling it then. I'll also submit a PR to make the readme a...

Descobrindo o projeto agora! Parece muito bacana e vou tentar usar no meu vindouro artigo! Obrigado por seu trabalho! Sobre esta issue, eu acho que nem precisaria do `configuracao.pdf` mais......

Olá, @edusantana obrigado pela rápida resposta. De fato o artigo precisará ser conforme as normas da abnt. Vou dar uma olhada no pandoc_abnt então. Você teria um exemplo de artigo...

Also got here looking for `webRequest` support :)