Skip to main content

Activity for brc-dd.dev

Active on:

Loading activity...

Reply

Needs `maxRetries` too, without it fs.rm randomly breaks on Windows.

Bluesky1mo ago
Reply

For vue, some work is happening there at github.com/hyf0/libvue-rs and github.com/ubugeeei/vize. There were some earlier efforts too - github.com/HerringtonDa..., github.com/phoenix-ru/f..., github.com/zhiyuanzmj/v.... Not sure how stable they are yet though.

Bluesky2mo ago
Reply

You can enable vue/no-undef-components in eslint and write some custom logic in eslint config to glob components or parse component names from components.d.ts (maybe just some regex would work) and pass those to ignorePatterns option.

Bluesky2mo ago
Reply

I don't think you can return variables initialized using `await using` from functions. They will be disposed as soon as the `setup()` ends. 👀

Bluesky4mo ago
Reply

You can also disable them.

Notification settings at https://github.com/sponsors/<user>/dashboard/settings showing unchecked "Sponsorship cancelled" option.
Bluesky4mo ago

High downloads and good reviews don't guarantee safety. All of these "popular" extensions are actually malicious and have fake stats.

Bluesky6mo ago
Reply

Also, when the feature is enabled in Supercharge, I cannot even quit the settings of your other menu bar apps like Text Lens or Color Picker from the red traffic light. Clicking it just does nothing. If I disable it, it works fine.

Bluesky6mo ago
Reply

Thanks. Makes sense I guess. BTW it's not just Bitwarden, it's pretty much every app in menu bar. Like if you open preferences of an app and close it, it will quit the app. I've this with Rocket, Laravel Herd, Amazon Q. I guess I can exclude them all.

Bluesky6mo ago
Reply

The new quit an app when closing its last window algorithm seems to be closing menu bar apps too. I can reliably reproduce this with bitwarden. If I close it from traffic lights, it closes the menu bar app too.

Bluesky6mo ago
Reply

Don't think so. Likely the nearest matching one.

Bluesky6mo ago
Reply

It's already there? 👀

vscode status bar showing the used tsconfig
Bluesky6mo ago
Reply

Run `npm pack` and then install the generated tarball in another project `npm add ../path/to.tgz`.

Bluesky6mo ago
Bluesky7mo ago
Reply

Obviously it would be better if both perf and the pain points can be done in one go (which now I think was your point). But rather than someone porting mdit to native and fixing stuff, I would like something that's not mdit. Most of the things are not fixable without a full rewrite as a new tool.

Bluesky7mo ago
Reply

And we still have to use mdit because the other alternatives aren't flexible enough to support extensions like vue in markdown.

Bluesky7mo ago