Alex Malkevich

Results 96 comments of Alex Malkevich

FYI native decorators already implemented in TS v5 https://github.com/microsoft/TypeScript/pull/50820

Hey, I just want to add one more use-case to the "features composition" proposal. Basically I would like to be able to create a feature aggregate that will simply install...

Hey @bamurtaugh thanks for letting me know about the plans for the common feature. Actually I already created a [custom feature](https://github.com/gund/ng-dynamic-component/blob/master/.devcontainer/zsh-plugins/devcontainer-feature.json) that allows to [configure (oh-my-)zsh plugins](https://github.com/gund/ng-dynamic-component/blob/d25fc9b780fcecd11180d28bec709825a4db6e71/.devcontainer/devcontainer.json#L16-L19) from a `devcointainer.json`,...

Thanks for the guidance! I figured that creating a brand new repo would be probably too much for my feature so I actually created a [PR to devcontainer-contrib repo](https://github.com/devcontainers-contrib/features/pull/198) and...

I've hit the same issue as @SyntaxSugarNet while trying to run `devcontainers/ci` action with `act` on WSL: ```zsh | [2024-06-18T16:01:17.833Z] docker: Error response from daemon: invalid mount config for type...

+1 for examples. Also I would like to see `non-lerna` based examples (for ex `nx-workspaces`) that will suit any monorepo. I tried to do this: ``` // Release package1 cd...

Are you accepting PRs for this RFC? I already created a custom `v-attr` directive with a `.bool` modifier in one of the projects so I may be willing to contribute...

This is also happening on my machine, I'm monitoring HWInfo sensors of coolant, ram and drives temperatures but they periodically fail and read zeros. The missing sensor seems to be...

Hey @JoshuaKGoldberg! Sure a small PR would be great to review and merge. Does #86 address this issue or is another PR needed here?

btw what about these dev dependencies, shouldn't they also be updated to v7? ```json "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/rule-tester": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", ```