Jack Burgess

Results 13 comments of Jack Burgess

I went into `CMakeLists.txt` and deleted any and all lines containing the word `test` and it appears to compile fine after that.

Hey, great ideas! I might give this a go over the next few weeks if you don't beat me to it 😄 I'll probably have more thoughts as the implementation...

Hey folks. Sorry for the radio silence, I've been someplace sunny. I'm also up to the eyeballs in stuff but I'm very glad to see all this progress on the...

Hello all, until either I get around to it or the maintainer does, you can use this little snippet to convert your react-navigation-stack@~1 `transitionConfig` to react-navigation-stack@~2 `transitionSpec`: ```javascript import createStackNavigator...

Oh fantastic! I'll give that a go and also remove this package, one less dependency! EDIT: Worked great, thanks again!

@ComfortablyCoding I do have a use case for `socket` being present, so that i can access the ID. `io` being passed through is just a convenience shorthand for a bit...

@benjamincanac I have had a draft reply and a to-do task on this pr but due to a family emergency it's on hold for me. I believe what the repo...

You are correct. I don't think there's something missing from the existing work that actually necessitates this pr. Off the top of my head (and without current access to any...

I had some issues like this (it would attach and report that it also didn't attach!) when using the config.yaml approach and ended up switching entirely to lua based config....