Miles Spoor

Results 10 comments of Miles Spoor

Is there a work around for this, or can someone point me in the right direction to look into this issue? Is the adapter for React Web the best place...

I've spent a few hours looking over the adapter react 16 uses and have come to the conclusion it's unlikely something that can be done independently. I'll share that which...

This is the work around I'm using for the time being. It's a jest mock set that knocks out the apis that react-native use allowing you to use the standard...

> this wasn’t a result of any migration - enzyme has never explicitly tested itself on react native That's really interesting, after looking deeper I think I've found the [duct...

Thanks for the explaination. I think I'm going to stick with a function that strips that function out when I get a response. Happy for you to close this.

I closed it because I thought it has an error I had made, but it turns out it doesn't work after all. When using app.get it works fine, but when...

app.js ``` var app = require('express.io')() , express = require('express') , http = require('http') , url = require('url') , path = require('path') ; app.set('port', process.env.PORT || 3000); app.use(express.static(path.join(__dirname, 'www'))); app.use(require('./homepage'));...

I can do this: ``` require('room')(app); ``` But it doesn't allow you to modify that instance of the app, for example using different cookie secrets for different subdomains.

The updates I made are as follows: ```toml reqwest = { version = "0.12.4" } reqwest-middleware = "0.3.0" http = "1.0.0" ``` ~There is still a lifetime issue on the...

Removed https://github.com/TrueLayer/task-local-extensions as reqwest-middleware did the same in https://github.com/TrueLayer/reqwest-middleware/commit/60212ae4510a7cabaa7fceb6ca60cc48a7829296