Chris Simmons

Results 3 issues of Chris Simmons

I've been unable to set files' content-type. Is this a known issue? I tried debugging it by putting some print statements inside of the "def content_type" statement in resource.rb, and...

In order to break reference cycles between view and view model classes, I regularly create a proxy view class that holds a weak reference to the actual view, as described...

enhancement

### Version info **firebase-functions-test:** 3.3.0 **firebase-functions:** 5.0.1 **firebase-admin:** 12.1.1 ### Test case ``` import {makeMessage} from "firebase-functions-test/lib/providers/pubsub"; import {onMessagePublished} from "firebase-functions/v2/pubsub" import {wrapV2} from "firebase-functions-test/lib/v2"; import {expect} from "chai"; describe("example",...

type: bug