infokiller

Results 184 comments of infokiller

Thanks @mike-fabian for the thorough explanation! The way I see it, the problem you describe with having to scan a long list of candidates is more about scoring/ranking than matching....

@wolfv sounds great, I agree that the Android keyboard is a good direction! > @mike-fabian @infokiller I have extracted the Android auto-suggestion and correction library from the last open source...

My current workaround is to use temporary files like @edi9999 mentions, something like this (the full version is in a [script used in my dotfiles](https://github.com/infokiller/config-public/blob/master/.my_scripts/util/sensible-diff)): ```sh # git-diff doesn't work...

Thanks, confirmed. More generally I've been thinking whether ads should be in the navigation or not. My inclination is to navigate them by default, and maybe add an option that...

Now that I think about it, it may also be nice to have an (opt-in and experimental) option to outright remove the ads. Not sure when I'll get to implement...

Here's an OSS extension that has the ability to remove google ads: https://github.com/EECSB/Google-Search-Customizer

Thanks for the PR! I'll add a few comments to the PR, but A few general ones: - Remove unrelated formatting changes - Fix formatting issues (see CodeFactor report) and...

I still see some unrelated formatting changes and incorrect formatting? does `yarn check` pass?

> I divided up the custom instance and the normal instance. > > Hope this is ok. There is no other way to implement websites on runtime. Yes, this is...

Just to let you know that I haven't forgotten about this PR, I just want to test it manually before I merge it, will do it "soon"