Raman Gupta
Raman Gupta
I've tried this locally with the code in https://github.com/voize-gmbh/reakt-native-toolkit/pull/102 and ~it works great~ it still needs some work as the annotated types are still being generated and the generated conversion...
> Alternatively, other recommended approaches for this situation are welcome. My other workarounds are to 1) create another class that uses `String` for that field and then convert before sending...
I've tried this PR locally and I am now able to obtain logs from the oslog on an end-user device with no xcode attached via [`pymobiledevice3`](https://github.com/doronz88/pymobiledevice3) e.g.: ``` pymobiledevice3 developer...
> The logs show up as though, I guess because of https://github.com/touchlab/Kermit/issues/400. Update: I've installed this PR along with the change mentioned in #400 to use `%{public}s` and things work...
> voize is not going to work on updating the toolkit for newer versions of RN. But we are open to contributions. We are currently in the process of migrating...
One note: we should allow project-wide configuration with a per-annotation override to specify the logger name. Some people prefer `log` to `logger`, for example. We should also think about how...
Personally I like the capability, but just for completeness sake, the other common way to do this with k8s is to map the secret to an env var which hoplite...
> One advantage I will call out for secret files over env vars is that with secret files you can change the secret on the fly and propagate to the...
> Hi, that question was already answered [#113](https://github.com/hcrudolph/ciphersuite.info/issues/113) Not really. [The answer](https://github.com/hcrudolph/ciphersuite.info/issues/113#issuecomment-1494145963) states: > The options Ascending and Descending simply order the ciphersuites alphabetically. They do not indicate a security...
> The order by security means by tag (insecure, weak, secure, recommended) not by algorithm. And within a tag, it's random? Ok, good to know. I've updated the title to...