Flo Edelmann

Results 458 comments of Flo Edelmann

Another list of pros and cons: https://css-tricks.com/use-target_blank/

Unfortunately, the problem still persists for me in teams-for-linux v1.0.44 Flatpak. System details Operating System: Kubuntu 22.04 KDE Plasma Version: 5.25.5 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.3 Kernel Version:...

@jijojosephk Yes, the scenario is exactly as you described. Note that it is a recurring meeting; maybe that makes a difference?

Sorry, I didn't try it with the `--enableDesktopNotificationsHack` CLI option. With that enabled, it works now. Thanks for fixing!

If there's anything I can try, let me know.

@mrkaczor83 I don't know what you mean with sending notifications from the CLI. Meeting notifications are working fine for me now with the `--enableDesktopNotificationsHack` flag enabled. So from my side,...

I haven't tried it yet, but you should be able to use `eslint-plugin-vue` in `eslint.config.js` like this: ```js const { FlatCompat } = require('@eslint/eslintrc') const eslintrc = new FlatCompat({ baseDirectory:...

@conradhale started working on a solution to this issue in #2319. It would be great if anyone reading this could test that implementation and review the PR. You can install...

Shameless plug (and a bit off-topic): This was one of the reasons for me to create the [`vue-ts-types` module](https://github.com/FloEdelmann/vue-ts-types). Maybe it's helpful for someone.

Also, we now have the [`vue/prefer-import-from-vue` rule](https://eslint.vuejs.org/rules/prefer-import-from-vue.html), which would also warn about the import. So I think the rule suggested in this issue is not required anymore.