MrGrenouille

Results 9 comments of MrGrenouille

Unfortunately, even this super-simple example does not close the connection: ``` const app = new Application() app.pre((h) => { return (c) => { c.response.headers.set("Connection", "close") return h(c) } }) app.get("/hello",...

I do think there may be an issue in place here because if I switch this _hello world_ for, for example, a native Deno router, the connection is closed properly....

> Hey David Not sure if I understand the problem FlatList has got some performance improvements so it doesn't render everything in once (as ListView did). Is that what you...

> Why is the `onMoveToDestinationWillStart` fired when you're just scrolling down? It gets fired only once , ie. when navigating from the _main list_ to _detail_. In fact, the issue...

I tried with an empty array, but without success as well.

Yes, it is shaped like this https://github.com/firebase/firebase-admin-node/issues/2285#issue-1856072088 , but be it _null_ or an empty array _[]_ for the _enrolledFactors_ body part, it keeps having the previously assigned payload, i.e...

yes , there is also an attempt to enter it as a param.

Yop, it could be. It is in line with the repo´s package.json, i.e. **"firebase": "^9.0.0"**. In this particular erroneous case of mine, the imported one is **firebase": "9.9.2"**, i.e. not...

@mesqueeb Hi. Is there a probability of merging in either this one or anything else leading to the resolution of this reported issue? We have, for the time being, resorted...