Philip Whitehouse

Results 102 comments of Philip Whitehouse

Yeah, a maximum resend request is probably also a good idea. I'd suggest that there's several things you could do: 1. Logout the counter-party (the session is an invalid state,...

I'd have saved myself some bother had I fixed the aside you pointed out above! As it is the above issue covers the resend problems.

I think best fix for this is to `return` if send returns false, and not send the rest of the resend here: https://github.com/quickfix-j/quickfixj/blob/dce91e62c7525b84448b974b796a1fac436015ae/quickfixj-core/src/main/java/quickfix/Session.java#L2378 But I'd welcome a second opinion.

Fixed in https://github.com/jquense/react-widgets/pull/1147 @jquense can you do a release for this?

We worked around this by disabling checksums but that's not a great solution. Might have to locally build our own copy to properly resolve it 😥

When #1181 and #1182 get merged it will mean that WebDAV should support using a proxy for a secure connection.

I think we'd be better off using https://guardianproject.info/code/netcipher/ with the added bonus that the library will play well with Orbot. It includes a WebViewProxy, OrbotHelper etc.

There's been multiple implementation of this - the latest being #2571 It needs rebasing, again ( :/ ) and then merging.

One reason this seems to happen because Yarn can pull in the wrong dependency! In my node-modules: * babel-core - "version": "7.26.0", ** "@babel/traverse": "^7.25.9", ** "@babel/types": "^7.26.0", * babel-core/n-m/babel-traverse...

I guess #459 wants this to be a separate module. Anyway, I'm just upstreaming what we've done locally at the moment. I can move it to a separate module if...