Phil Powell

Results 12 issues of Phil Powell

When I search for a term that's indexed by its plural, i.e. "carols", I get no hits. Searching for "carol" or "carol*" works perfectly, but "carols", "carols*" or "*carols*" comes...

**Describe the bug** Loading an svg with `?include` crashes dev server (it loads fine without the ?include). The node progress bar stalls around 69%, then exits with the error below....

**Describe the bug** `nc address port` leads to panic **To Reproduce** Steps to reproduce the behavior: 1. run a listening instance `./pinecone -listen 0.0.0.0:4567` 2. in a different terminal /...

Is it possible to log only errors? Our LOG_imapsync dir grows about 500MB per pass (we have loads of public folder that get filtered from the sync but clog up...

Loging

Is it possible to only publish on localhost and not lan-wide, i.e. the equivalent of `dns-sd -lo -P...` ? Use case is to prevent vpn addresses used by some clients...

This leads to strange hostnames with double tlds like machine.local.local, machine.lan.local etc when registering services on the macs I've tested (10.11 through 10.14, go v1.13.1). `hostname` on the cli appears...

The new alphas aren't spinning up an ipx server or generating any images from local dirs. Are changes to nuxt.config necessary to enable this (vs v0.0.4) or is one supposed...

Is it possible to save images from a provider like sanity to the dist folder on build? Or would that result in more bandwidth longterm?

question

Firefox seems to lose the snapped element after a layout change (eg resize or orientation). This is visible in the demo if one selects the 2nd, 3rd... element and resizes...

bug

Is there a way to create thumbs? I have tried this: ``` javascript imageData = new FileCollection({ stores: [ new FS.Store.GridFS("images"), new FS.Store.GridFS("thumbs", { transformWrite: function(fileObj, readStream, writeStream) { //...

question