Rafał Garbowski
Rafał Garbowski
That would be really nice to have. I'm trying to automate adding new cards to anki. Right now I'm manually importing plain card entries from "txt" file and clicking "sync"....
Hi, I'm using just one calendar, and I solved problem of duplicated events by fixing my `.emacs` config of `org-agenda-files`. I found out that emacs is creating some tmp file...
+1 Thank you :)
It doesn't work, because some scripts require actual Playwright instance. For example: https://github.com/berstend/puppeteer-extra/blob/master/packages/puppeteer-extra-plugin-stealth/evasions/user-agent-override/index.js that require `page`: ```js async onPageCreated(page) { // Determine the full user agent string, strip the "Headless"...
I get similar results (RE2 is 3x slower): ``` Benchmark Mode Cnt Score Error Units Re2Benchmark.wholeWordsEndingWithNn_jdk thrpt 5 4.496 ± 0.292 ops/s Re2Benchmark.wholeWordsEndingWithNn_re2 thrpt 5 1.582 ± 0.124 ops/s ```...