John Days

Results 18 comments of John Days

We ended up not pursuing a hybrid native/react app, we're just using it for new products. That might be a bit telling of our experience trying to make it work...

That works fine, our problem was when we started having multiple of these views, and each of them had to pay the startup cost (which is significant).

I tried a similar approach, but having multiple views running on the same bridge polluted the js context, and made it cumbersome to work with Apart from that our biggest...

Also having this issue, being unable to manually end the connection

Tried your fix @jonasfj, worked for me. Making a fork for now

I was using the logs() function to monitor logging and look for a signal that a certain container is ready for action. But it just wasn't working, there was no...

Exact same thing happened to me, glad to help! After reading through the issues, it seems like it's a php bug (or behaviour change) introduced in some of the latest...

@xabaras check out #86 for a temporary fix, and the ultimate fix/reason

Are you using an alpine-based container?

Hmm, if you were using it for other services, there is actually a problem with the dns search http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Name_Resolver_.2F_DNS I solved it by using consul.service.consul instead of just consul. Try...