TimNew

Results 31 comments of TimNew

@pperez My intuition says it is because excerpt uses a different page generation process than the normal post. I might need to dig a little bit deeper to find out...

@Livinglist No I didn't find any fix, so I ended up to avoid the `nth-child` selector. I fetch the whole element list by avoid the selector, then pick the one...

Same here. Got `unhandled rejected promise` when phoenix server started `(node:54115) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Path must be a string. Received undefined`

I feel the name of "tall style" and the #1253 issue description is very misleading. In the issue they called it "tall", and the examples in the issues look mostly...

What if I have the following code: ```js const { execSync } = require('node:child_process'); const secret = execSync('bash -lc \'printf "%s" "$secret"\'').toString(); console.log(secret); ```

Nah, surely not the ARC version reason, it has been quite a while, and I surely upgraded the browser a few times. And I'm on 1.51.0 (51691) ![CleanShot 2024-07-16 at...

Here are a few things that I have tried: 1. Tried on a clean Chrome, with no other extension installed. To avoid ARC compatibility issue and potential interferences from other...

Translation wasn't shown, even though the extension seems being active. ![CleanShot 2024-07-16 at 12 54 19@2x](https://github.com/user-attachments/assets/ffca5731-47fb-4409-bc8a-5ee512c345b1) Translation was shown, but the extension icon weren't loaded ![CleanShot 2024-07-16 at 12 52...

@keyboard3 Why closing this issue? It is still being actively discussed? Issue still exists and unsolved. I'm still trying to provide more information. And why you just close it?

@keyboard3 I'm okay if you don't want to help on this issue, but don't close it, as I need other's help if they are willing to or share the same...