Quinn Comendant

Results 74 comments of Quinn Comendant

The third parameter to GetObject should be the Property Key Field, usually the one with a SystemName of `ListingID`. You should be able to use something like this: ```php $results...

@parteek-sdm You might need to customize the key names, they'll be different for each RETS API. Try [retsmd.com](https://retsmd.com/) – Use it to log in to your MLS to get a...

If an exercise cannot be both "timed" and "weighted" then I wonder if it would be good to force the user behavior by allowing only timer _or_ reps counter. Why...

It's even questionable to log any of the warmup at all. I'm new to BWF, so maybe I'm wrong (I'm using the app as a learning aid). So far as...

In the meantime, I've hacked up an ungraceful line of bash to pause denominator every so many requests to prevent overrunning the API limits. Maybe useful for others with the...

I packaged the previous hack into a script (requires customizing before running). https://gist.github.com/quinncomendant/c65cf0c768812c8cc429876603f5c5c7

Good catch. Would you be willing to share exactly how this problems works? It would be good to know since CloudFlare is becoming ubiquitous and changing media hosts may not...

I've based my image on `node:slim` which is based on `buildpack-deps:jessie-curl` (i.e., Debian). My `buildtools` Dockerfile: ``` FROM node:slim RUN npm install -g autoprefixer browser-sync fsmonitor jshint jslint node-sass nsp...

I'm using Interceptor to debug an angular page, and need to intercept XHR requests run during page load. I too notice that Interceptor can't intercept this when reload the page.

> Could you include a few links to either code or documentation of these plugin systems? I spent a few minutes looking at existing text editor plugin systems. I came...