Ray Foss

Results 168 comments of Ray Foss

At least chrome store now displays a message about the error ``` There was a problem with the download. Please contact the developer or try again later. Hide details Invalid...

That works... only issue is my clients have no idea what storage backend the api server is using. I suppose I could create some sort of adapter hook that translated...

https://docs.mongodb.com/v3.4/reference/operator/query/text/#match-operation-stemmed-words. The stemming thing is rather interesting and means you can't use it to search through emails or phone numbers, without knowing the full email/phone.... which is pointless. It's not...

The focus of the ticket is merely to have API parity between NeDB and MongoDB plugins. While I preferred the NeDB way, anything that lets me reuse client code regardless...

I fixed this on my installation with a custom router (app_node.php) that handles all requests for clarity. I could give some requests to the built in server, but that makes...

That solution breaks the service worker... :/ 500 (Service Worker Response Error) browser-sync-client.2.11.2.js:1 UPDATE: It's a socket.io component of BrowserSync... meaning we should really not handle that with php, but...

To add LiipImagineBundle support just add the route to browsersync.js this should be good enough. ``` if (!/\.\w{2,}$/.test(obj.pathname) || /\.php/.test(obj.pathname) || /media\/cache\/resolve/.test(obj.pathname) ) ``` Some requests are routed others are...

I'll just throw this out there... also checkout Silex, the PHP Microframework. The Google bookshelf examples are based on it... specially #2. It's extremely easy to adapt them to GAE...

Turns out, a firewall rule is not needed if you use ssh port forwarding, which is built into gcloud and works from Cloud Shell This prints a link with a...

I get it's cheap, but it can end up being more expensive if we can't rely on it to accurately stash things for other hooks such as a would be...