Dan Caragea

Results 24 comments of Dan Caragea

@Sparticuz using the latest layer you published I get this error: ``` error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory ``` My...

Right, I see. Tried with node 14 as well and now I also get the error reported above: `Cannot find module '/opt/nodejs/node_modules/puppeteer-core/lib/cjs/puppeteer/common/Browser'`

Sparticuz, [the layer](https://github.com/Sparticuz/chrome-aws-lambda/blob/13.5_bin/chrome_aws_lambda.zip) has `chrome-aws-lambda` installed but it should have `@Sparticuz/chrome-aws-lambda`

I will try to have a look this weekend - making it work with react 16 should fix the problem.

@MrCroft while I agree that it would be nice to have it "just work", things are far from "hell" and even farther from being "useless". I've been a happy user...

I must say, I am not very keen on having a separate and unmaintained node in Windows just for Previewjs. Even in the rare occasions I start VSCode, I connect...

I re-enabled previewjs and I can see its daemon starting but I don't get the "Open in Preview.js" link. ![image](https://user-images.githubusercontent.com/238611/184826230-d7371ddc-dfe6-49c0-b757-b7d89c5845e0.png)

CLI works. I'm on 1.12.2 now and still can't see any way to show the preview inside the ide. The bottom bar shows that Preview.js has started. On a different...

- wsl 2 - Ubuntu-20.04 - zsh with oh-my-zsh - mounted at `/c` instead of the default `/mnt/c` -

Can you read a file from `/etc`? The customisations are written to `/etc/wsl.conf` and mine looks like this (note the `root` option): ``` # Automatically mount Windows drive when the...