Jordan Kohl
Jordan Kohl
Not sure how common this is, but when there's a street type in the name of the street, I'm getting incorrect results. e.g. "3180 N Harbor Dr, San Diego, CA...
Wow, thanks for the lengthy reply! I like all of your suggestions. Here's what I'll do: I've created https://github.com/simpixelated/mobx-react-form-components-material and I'm going to focus on making it work for my...
I ran into the same problem, found the breaking change note in the changelog, and updated my usage: ```diff -archive.glob('../frontend/build/static/js/main.*.js', null, { name: 'ghost-inspector.js', prefix }); +archive.glob('main.*.js', { cwd: '../frontend/build/static/js/'},...
@ctalkington filename inside the archive (matches original filename): ``` main.7f7102c9.js ``` expected (with `{name: 'ghost-inspector.js'}`: ``` ghost-inspector.js ```
I'm getting the same problem on iOS and I have the required plugins installed (I think): ``` ``` Also calling ImgCache.$init() inside $ionicPlatform.ready I get the same error: TypeError: undefined...
Fixed this. Was definitely an issue of not fulling reading the documentation. In case anyone else runs in into the same issue, the solution was to add this to your...
imgcache.js is essentially useless for every browser besides Chrome and iOS/Android shimmed with Cordova. Ideally, if there is no FileSystem support, this directive should just display the image using the...
https://github.com/ihtasham42/progress-knight?tab=readme-ov-file#where-can-i-play-progress-knight
@egilkh great comparison! Just to throw another option at the list: http://jmdobry.github.io/angular-cache/#using-angular-cache-with-localstorage
I think this may be related: https://github.com/wit-ai/node-wit#changing-the-api-version >On 2016, May 11th, the /message API was updated to reflect the new Bot Engine model: intent are now entities. We updated the...