David Mládek

Results 68 comments of David Mládek

Sorry, I didn't think of looking back in history to the version I'm using. Thanks for the reply.

Sure, no problem. For convenience here is the link to 0.27.0, current release's, README https://github.com/rusqlite/rusqlite/tree/v0.27.0

By the way I have also deleted Cargo.lock (hence the -2574 changes). From what I understood this file is not supposed to be part of libraries, only bin crates. I...

I have checked the pipeline and the issues stem from rustls being optional now. TLS examples do not compile without rustls. I would like to wait for #365 and then...

It should now all work. I have recently discovered `cargo hack` and `cargo udeps` so I was playing with it a bit and some stuff I was changing ended up...

hey @de-sh, can this be merged now? Should I make some changes or is this waiting for some internal processes?

Ok, thanks for the response. If you need anything from me do not hesitate to ask.

Hi @de-sh. I have noticed that R13 was released. Can I do something to unblock this? There were some issues with custom certificates which you have already solved, right? And...

Here is the usage: https://gist.github.com/mladedav/490857cc3419dbf56b59589d465d42e1 I haven't manually created any certificates, I believe native-tls should use your OS store if not configured to do differently. It works out of the...

@de-sh can I ask what happened here?