Joe Mifsud

Results 8 comments of Joe Mifsud

Having the same issue, started occurring ~4 days ago. Manual upload of same images also works.

Sure thing, I'm connecting from my local MacBook Pro over a fiber connection and Kube cluster is GKE Autopilot. The connection itself is working fine but the check for the...

It doesn't print out but I've used a debugger to trace what is happening (I've also confirmed this is happening in a non debugger environment just to be sure). The...

Thanks for your reply! Pip is compatible with conda envs but does not benefit from conda's dependency resolution, it just installs the package. Pip is also not supported for folks...

We've found the cause of this: - pointer events are disabled based on which open direction is set [[code](https://github.com/computerjazz/react-native-swipeable-item/blob/8adb3ecd2fd338d680cc804029f3f4ca590ac4d1/src/index.tsx#L358)] - this is currently set onAnimationEnd [[code](https://github.com/computerjazz/react-native-swipeable-item/blob/8adb3ecd2fd338d680cc804029f3f4ca590ac4d1/src/index.tsx#L237)] - this results in...

Just tested as well and working for us!

Sure https://github.com/jmif/open-tracing-jaxrs-active-span-bug-repro If you fire 5 - 10 requests you'll notice that the trace IDs / span IDs start to become identical (i've included a simple log below to demonstrate...