davidbielik
davidbielik
> A workaround I'm using is to install chromium with the base image's package manager (e.g. `apk add chromium` if you're using the node alpine image), and then use `ENV...
> great idea about publishing CSP guidelines for Mixpanel users. We'll get working on it. Hi @tdumitrescu are Mixpanel's required CSP headers documented anywhere? I couldn't find them in the...
My workaround: ```html ``` ```javascript computed: { items() { ... }, }, watch: { items: { deep: true, handler() { this.$nextTick(() => { this.$refs.autocomplete.updateMenuDimensions(); }); }, }, }, ```
This fixed it for me (in `.prettierrc` or wherever you manage your prettier settings): ``` "htmlWhitespaceSensitivity": "ignore" ``` Docs: https://prettier.io/blog/2018/11/07/1.15.0.html#whitespace-sensitive-formatting
@N0taN3rd are there any maintainers on this repo?
@markb-trustifi @jackHedaya have you been able to get puppeteer running in Docker on M1 Silicon? is https://github.com/puppeteer/puppeteer/pull/7546 related?
> Is there any solution or recommended workaround? https://github.com/microsoft/playwright 😢
49367 isn't in the list
Fixed it by enabling this option in Docker Desktop (MacOS) in the "Advanced" tab: ## `Allow the default Docker socket to be used (requires password)`
I also don't see the same files, or the `index.d.ts` typescript support even though i installed the latest version `2.4.2`