Hartmut

Results 58 comments of Hartmut

see answer provided here: https://github.com/miaolz123/vue-markdown/issues/116#issuecomment-601696059

+1 ideally via https://github.com/Kotlin/kotlinx.serialization ..?!

+1 for this feature request - just as originally raised by @z0w13 (I'd almost argue this is a bug..) Example: https://codesandbox.io/s/fervent-fire-o6dcu see `package.json` modified ``` "scripts": { "dev": "MINIMAL=1 CSB=1...

Hi, I can confirm ifvisible.now() always returns 'true' when used plainly without listeners. I would like to check if a page was opened 'in a new tab' = 'hidden in...

Hi, did anyone take a look in the meantime? Any gut feeling how much effort it will be to support nuxt3? Any blockers (I understand pinia already is supported and...

> It will certainly be part of v5/auth-next. @bmulholland which branch would that be then? `dev`?

@bmulholland is the `yarn dev` supposed to compile and run on `dev` branch? Is any particular node version required? (I'm using `v16.13.0`) ``` Module build failed (from ./node_modules/ts-loader/index.js): friendly-errors 17:59:23...

> Re: playwright, I'm hoping that upgrading it will add M1 support. I found https://github.com/microsoft/playwright/issues/7646#issuecomment-880797427 but using `playwright@next` didn't solve the build for me. It was still breaking, I think...

👍 I can now run and start in dev mode from latest `dev` branch without any errors. Also can access the page locally. I also was able to login with...

running `yarn jest` from local all tests are failing, getting those 2 types of errors: ![image](https://user-images.githubusercontent.com/10864443/148137398-9cd27be0-569f-4032-b1bb-57b5ad39c619.png) ... ![image](https://user-images.githubusercontent.com/10864443/148137463-b93bc733-4033-46b8-a25c-affa2fce36d3.png) I can see gh actions pass on _dev_ branch, is there anything...