Phil Powell

Results 15 comments of Phil Powell

I added ```` this.pipeline.remove(lunr.stemmer); this.pipeline.remove(lunr.stopWordFilter); ```` to the indexing function and the searches are now much better. Is it possible to remove these per field, i.e. remove them from "title"...

no, but it’s making my searches better atm. :-) here’s a jsfiddle - the relevant functions are `initLunr`and `search` (with some data at the top. Some of the code is...

Ah, that's much better! I still get the error message in Safari (10.1) if the search string is less than 3 chars, the fiddle complains at 0 chars. ```` TypeError:...

The following works (assuming `index: 1` is always the loopback interface). ``` interfaces = []net.Interface{ net.Interface{ Index: 1, }, } zeroconf.RegisterProxy(*name, *service, *domain, *port, *host, []string{*ip}, []string{"txtv=0", "lo=1", "la=2"}, interfaces)...

We have 300+ images (expecting that to tripple) and were hoping this could be sped up by not resizing all the pics that haven't changed. Is there no way to...

Great, thanks! > On 2 Nov 2020, at 19:41, REMY Johan wrote: > > > thank you for your feedback and your valuable information, @pkpowell I will also explore this...

I did some sleuthing and discovered that all images are being converted to all sizes referenced in the site. So for instance the front page requires images of size 840w,...

Having it embedded works great with netlify when building automatically from a git repo, so it'd be really nice to still have that option.

Awesome, thanks.