Seandon Mooy

Results 33 comments of Seandon Mooy

Hello! Sorry for the long delay - I'll take a look at this. It seems to be that `checkForGitIgnored` is assuming the `.gitignore` file already exists (presumable `touch .gitignore` would...

Hi Jeff! Thanks for the kind words! We’re indeed planning on supporting mono-repos - currently it would require a bit of a manual setup using a “kustomization” and “skaffold” file...

just wanted to update that i plan on adding the new group commands (http://antirez.com/news/116) to this branch and eventually making a PR once Redis5 comes out 👍 If someone wanted...

Hate to bump, but we would also love if this could land - would remove a huge amount of complexity on our side. Are there any known blockers @dchirikov?

Also seeing this issue - skaffold v1.37.0 (and prior) - logs eventually stop outputting after several hours. Seen this on Rancher Desktop on Windows and OSX, Docker Desktop on Windows...

This would really be a nice benefit if k3s could more reliably start in different network conditions. Testing @danielbarron42's suggestion - but this becomes a real foot-gun with k3s currently!...

This now works, although it is iOS only currently. I would greatly appreciate if someone could help port this to android, although I do plan to attack that eventually. You...

Hey @MaxToyberman - I read somewhere (that I cannot find now) that that setting is poorly named, and really means "allowInvalidCACertificates". Since the servers we're speaking to are using self-signed...

I've attached https://github.com/MaxToyberman/react-native-ssl-pinning/pull/147, which I believe is very close to being what I want, but unfortunately doesn't quite work. I am very much a novice with mobile development, so any...

Hurah! After taking a day to learn Objective-Cs syntax a bit better, I sorted out my patch and now have runtime client certificate validation working in https://github.com/MaxToyberman/react-native-ssl-pinning/pull/147 - feel free...