Emily Marigold Klassen

Results 159 comments of Emily Marigold Klassen

Yup, i totally understand the need for cancellation. Renaming makes sense, and another option would be to extend the native promise type, such as in https://github.com/sindresorhus/p-cancelable . Although, I also...

I got annoyed enough at this that I [created a python script](https://gist.github.com/forivall/b47120eb0df9a6fe768e99ec15a85d53#file-git-credential-manager-reaper-py) to just automatically kill long running git-credential-manager instances

> > automatically kill long running git-credential-manager instances > > Mmm, I would do that if I thought that would help - those long running processes are doing something. So...

Yup, I can confirm that this is resolved, as I haven't noticed the issue in the past few months (and I havent had to [run my script](https://github.com/git-ecosystem/git-credential-manager/issues/939#issuecomment-1476729290)). Thanks for the...

I tried to hack around this via ```ts const lib = await (new Function('id', 'return import(id)'))('./lib.mjs'); ``` but that results in ``` TypeError [ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING]: A dynamic import callback was not...

At the bottom of the extensions page, there's a (new?) 'Configure commands' link. Just open that up, make Alt-S your shortcut (that's the one I picked before I even came...

Another thing to add, this only seems to happen when the mouse is being held down from within an x client. So, if, while using gnome3 without nautilus managing the...

I figured out how to reproduce it reliably: it always happens when closing a tab, where the number of tabs decreases. This bug probably has something to do with however...

Sure, I do still want to rework the PR, I think i just forgot about this one as my day-to-day shifted off of working directly with the mongo shell.

no worries; yeah, while it was on my mind, i just didnt have the time to get to it on any of my weekends, as this wasn't pressing on my...