Zitao Xiong

Results 9 comments of Zitao Xiong

Cool, this is exciting. Can you point me to the code where I can do the conversion maybe? I took a look at the source code, but not sure where...

``` FirestoreEncoder(userInfo: [ CodingUserInfoKey.dateEncodingStrategy: DateEncodingStrategy.deferredToTimestamp({ Timestamp(date: $0) }) ]) ``` ``` FirestoreDecoder(userInfo: [ CodingUserInfoKey.dateDecodingStrategy: DateDecodingStrategy.deferredToTimestamp ]) ```

I think this also addressed some of the discussion in https://github.com/Mantle/Mantle/pull/120

@princejwesley hi, instead of port it to ios, I'm thinking maybe we can connect it to [JavascriptCore](https://developer.apple.com/reference/javascriptcore). The command needs to be executed can communicate with iOS through websocket. I...

happened same here, half of the requests will return after 60s. half of them completed under 100ms.

we has the same problem, especially the quality of UIImageJPEGRepresentation is set to 0-1.

``` #!/usr/bin/env bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" pushd "$DIR" > /dev/null yq e '.k9s.clusters.[].shellPod.command = ["/usr/sbin/chroot"]' -i config.yml yq e '.k9s.clusters.[].shellPod.args = ["/host"]'...

It is indeed the case for gpt-3.5-turbo, I was testing mostly on gpt-4 so I was noticing it yet. Thanks very much for sharing the info. Regarding the the deterministic...