Results 83 issues of Paul Garner

in FacebookCanvasMiddleware you do this: ``` raw_fbrequest = request.GET.get('signed_request', None) ``` ...but Canvas apps now receive the signed_request via POST not GET. Facebook docs now suggest using Django's REQUEST attribute...

Node class docstring says: "...accessing non-existent attributes will still return a `Graph`... You’ll have to check for the presence of a key first, to make sure what you're trying to...

These results are interesting because the conventional wisdom is that multiprocessing is good for CPU-bound and greenlets or threads are good for IO-bound. Yet in these tests the greenlet libs...

re https://github.com/apple/ml-ane-transformers/pull/3#issuecomment-1519099643 I'd already monkeypatched this in my own project in order to use a QA model, so here's a PR happy to make any tweaks required

I'm using django_nose v1.4.3 in my project and so I made the change based from that tag but it looks like it'll still apply cleanly against master

https://concourse-ci.org/managing-resources.html#fly-pin-resource > To pin a resource to a specific version of that resource, run: > `$ fly -t example pin-resource --resource my-pipeline/my-resource \ --version ref:bceaf` > Note that the version...

Problem one: > First up add Javro to your existing JSON Schema project. > > `npm install --save-dev javro` ...this installs a different `javro`: https://www.npmjs.com/package/javro Problem two: ```js const {...

Running under Docker for Mac, Preview5 ``` % docker run --platform linux/amd64 rabbitmq:3.7.14-management Unable to find image 'rabbitmq:3.7.14-management' locally 3.7.14-management: Pulling from library/rabbitmq 6abc03819f3e: Pull complete 05731e63f211: Pull complete 0bd67c50d6be:...

We wanted to make a `Storage` sub-class that uses Django cache backend rather than in-memory dict. So we wanted `StorageBase` to actually implement the token bucket algorithm so as not...

http://learningprocessing.com/examples/chp08/example-08-02-twoobjects My browser is: `Version 87.0.4280.88 (Official Build) (arm64)` From reading the source I was expecting to see two cars in different shades of grey with different speeds.