Diana F
Diana F
I think this would fix various problems on darwin [issue](https://github.com/spacemonkeygo/openssl/issues/153)
https://github.com/spacemonkeygo/openssl/pull/160 How about this ? Tests work on macos with openssl & pkgconfig from homebrew with exception of TestGenerateEd25519 where Ed25519 is marshalled to PEM. ``` d.fedorova@d-fedorova openssl % PKG_CONFIG_PATH="/opt/homebrew/opt/[email protected]/lib/pkgconfig"...
This is v2. I think capabilities in response are parsed and then invalideted in the next line from server (when auth/login command ends ) At least i don't see what...
oh sorry this was a tls conn so starttls branch should not be here updated flow is just create client , waitgreeting, check logindisabled (this code is common for tls...
so they mean server should send CAPABILITY response code in LOGIN response ? like so ? ``` C: T1 LOGIN foo bar S: T1 OK CAPABILITY IMAP4rev2 IDLE ``` seems...
I found an example of this ``` 1 LOGIN user pass 1 OK [CAPABILITY IMAP4REV1 UIDPLUS] Logged in. ``` Ok this seems like what they mean by this If you...
https://github.com/gocql/gocql/issues/915#issuecomment-2127111424 I had this probled and it turned out to be a config problem
> anything we should improve in our documentation? No. Some kind of warning in lo (without debug build) could have helped me to figure it out sooner in this case...
this is fixed by calling AddObject instead of Object (Object/AddObject methods of Encoder are only used inside a slice and they check prev rune. AddObject (but not Object) is redefined...
# What version of Cassandra are you using? scylladb 5.1.19 # What version of Gocql are you using? fork scylladb/gocql v1.12.0 ( includes v1.6.0 gocql/gocql) # What version of Go...