Andrew Mackrodt

Results 13 comments of Andrew Mackrodt

> From the VS Code perspective, the user might ask us to set a breakpoint in a Vue file. We know which file the breakpoint is attached to on disk,...

This also applies to Vue 3 where `@Options` is used instead of `@Component`, e.g. when checking rules such as - `vue/component-name-in-template-casing` Modifying @jwayne2's suggestion slightly works with Vue 3's `vue-class-component`...

@vegerot this line worked for Vue 3 (options), I imagine it's the same regarding @jwayne2's comment: https://github.com/vuejs/eslint-plugin-vue/blob/v7.6.0/lib/utils/index.js#L1923 ```patch Index: node_modules/eslint-plugin-vue/lib/utils/index.js IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/node_modules/eslint-plugin-vue/lib/utils/index.js...

The `-spice port/tls-port` error refers to requiring explicitly setting ``, e.g. ```xml ```

Hi @lope, I added these changes a few months ago part of pull request #13. These magic methods are designed to aid auto-completion for developers using an IDE whilst reducing...

For now I've managed to work around this issue by creating the file (and updating my tsconfig typeRoots): **types/hash-wasm/index.d.ts**: ```ts declare module 'hash-wasm/dist/lib/WASMInterface' { export type { IHasher } from...

Hi @paralin this is a good suggestion and one I'd like to explore now that I have an M1 MacBook Air to test with. I've not done any multi-arch builds...

I've spent quite a while trying to get IDE debugger support working correctly in Vue 2 and Vue 3 apps and have found some settings that seem to work, ~~at...

Here is a `diff` of [before](https://github.com/user-attachments/files/15842656/before.txt) and [after.txt](https://github.com/user-attachments/files/15842659/after.txt), where before has a working UPnP rule for port `8080` and `after` is when I disabled 22/tcp rule in OMR-Bypass. (I've redacted...

I've just realised I have likely misreported the error here, sorry! It may be contained to the router only and the VPS is ok. I did the same before and...