Ben Pevsner

Results 12 comments of Ben Pevsner

I assume you mean this project? https://github.com/aaFn/Bookmark-search-plus-2 Since it fetches favicons itself ([no access to cached favicons](https://bugzilla.mozilla.org/show_bug.cgi?id=1315616)), the only way I can think of is if favicon selection utility was...

fwiw, I'm pretty sure it's more resource intensive, but in the meantime you can use wasm imagemagick stuff (ala [https://deno.land/x/[email protected]](lumeland/imagemagick-deno)) to do this

fwiw, adding `android:windowSoftInputMode="adjustResize"` to the manifest does fix this. However, [that's supposed to be the default setting for the behavior of the main window](https://developer.android.com/guide/topics/manifest/activity-element.html#wsoft), so I think this line shouldn't...

This looks useful, but Deno itself doesn't even support this, does it? This pr kinda feels outside the scope of this project; the general guidance would probably just be to...

@scriptmaster sass and node-sass related issues are not new to bundlers and loaders: https://github.com/webpack-contrib/sass-loader/issues/205#issuecomment-256716899 That being said, I think handling css files in a loader that is supposed to be...

I haven't put too much thought on it, so maybe something better will come if I let it simmer... But my first instinct is to have a specific way of...

haha does my change even count as a contribution? 😆 But I mean sure I agree with the license change.

oh strange, does edge not allow just install from the chrome store? Or do you just mean to make the chromium ext available on that store for convenience? I'm not...

Oh oops I opened https://github.com/tauri-apps/plugins-workspace/issues/1931 before seeing this. But it seems that `createStore` is now the blessed api? So we should update the readme here to match that? But for...

oh this is meant to be compatible with v1? I didn't realize the apis were exactly the same; the example app uses 2.0-beta. To be clear, thr changes I was...