alvinhochun

Results 96 comments of alvinhochun

Fine for me. I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.

> Yeah it would be nice to figure out how to handle this nicely. > > As you mentioned, `createProgram` and other functions returning `null` are a bit tricky. We...

Do you have to put all the bookmarks in an array though? That seems inefficient.

What is the issue with the icon? Is it that it doesn't play nice with darker themes? Chrome already has a hotkey for the bookmark manager page, that's Ctrl+Shift+O. However,...

So here's the thing, I don't think there is a proper way to un-focus the omnibox when using the `chrome.tabs.update` function to update the current tab. It has been like...

@alon91 If you have separate requests, you could've opened a new issue instead of stuffing stuff in an unrelated issue to help keep things more organized. (Doesn't matter now that...

Not sure about that. If you have a patch/pull request I'd be glad to review that, but I currently don't have time to do it. Thanks for your suggestion anyway.

It also can't be tested on GitHub Actions (there is no ARM runner available).

It's noted in the [readme of llvm-mingw](https://github.com/mstorsjo/llvm-mingw#pdb-support): > while implemented for aarch64, it doesn't seem to work properly there yet. Though it may have been improved on git HEAD.

I made a naive attempt at implementing this for my needs: 1. https://github.com/alvinhochun/drmingw/commit/c741ae1473f8d090293c588e9e5aa9dea126c82d 2. https://github.com/alvinhochun/drmingw/commit/96a93854ff3864ff27f26b59630f31b334089584 3. https://github.com/alvinhochun/drmingw/commit/25e5211e95dfa6418cbbb151af0ac3f6786a1480 @jrfonseca What would be your opinion on these changes? Side note: I tried...