Michael Mior

Results 156 comments of Michael Mior

Are people still open to exploring this direction? @julianhyde @vlsi I'd be interested in doing some of the work on this, but it would be nice to know if this...

@julianhyde My concern is that we've already experienced OOM issues and we're continuing to add new adapters so this problem is only going to get worse. I've already resorted to...

@knownasilya That seems like a reasonable first implementation of organizational features to me. I'm sure there are many things to add from there, but it seems like the smallest useful...

I would personally prefer MIT.

@macropin Would you be able to share the scripts that you use? This would be very helpful for anyone looking to build the plugin.

@macropin Sorry! Missed the specific script you had above. Would a more generic solution that essentially just runs `fleet deploy` be helpful? It looks like the script you posted above...

Is there already a way to test using a given language runtime in Strider? Wondering if this is something that can maybe be farmed out to pyenv, rbenv, nodenv, etc....

Homebrew packages are quite easy to create. Unfortunately I no longer have a Mac available to actually test this, but there's great documentation [here](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Python-for-Formula-Authors.md). Any reason not to publish the...

Instead, couldn't this just use [`chrome.storage`](https://developer.chrome.com/extensions/storage)? This gives 100KB of data which should be more than enough. I assume this was what was mentioned in #62.

Being able to get the position of the result in a document would be great. lunr is closest thing I've found to what I need for a new project, but...