Simon

Results 20 comments of Simon

@thigg Unfortunatley the error is `Quota exceeded: ItemBytes`, this is because it's [too big to save](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync#storage_quotas_for_sync_data) as a single value in the sync storage (Maximum item size). If you reduce...

> The sync quota are 102kb if i read that correctly, if I do `curl https://duckduckgo.com/bang.js | gzip --best >> out` I get a resulting 450kb. That should be around...

Thanks for the PR! This is good, but it still has some issues: - If you click in a bang, don't edit it, then click out, it will show the...

Hey sorry I've been real busy recently, I haven't forgotten about this but it might take me some time to test & merge it if its good :)

Apologies this took so long. I've just tested your changes and everything looks good, yeah I agree with your comments, and yes I think it's fine for now, even if...

Yeah I see what you mean, good spot. As a workaround for now you'll have to make the bang text box empty (e.g. add an unused letter such as z...

So it turns out this is a problem that I think can only be fixed by changing the way in which the extension stores data internally, which is going to...

Hey @jdinhify, the main thing that annoys me is that function calls aren't highlighted: Code ```go if err := cmd.Wait(); err != nil { return "", cmd.ProcessState.ExitCode(), err } ```...

Hey all, Just to leave an update for people, I'm currently working on a rewrite of custombangsearch so have decided to put this feature request on hold for now. The...

I've just pushed the code ready for v0.10.0 to master 🎉 I will create a release and upload to ff / chrome over the next day or so. [Here's the...