ikod

Results 29 comments of ikod

Hello, @llJochemll Always glad to receive your bug reports. I was a little busy with my another project 'cachetools'. Now I'm returning back to this problem. Looks like our knowledge...

Hello, @GeirGrusom I need a bit more info - did you installed openssl? Simply copying might not work.

nice to hear, as for Windows implementation of SSL - I have almost absolute zero experience with programming for Windows, so... (I'm waiting for any brave contributor :)

Hello Jan! Thanks for your idea! I'll see how this can be done. I'm thinking about arguments type safety and it would be definitely nice to implement. It is easy...

Hello @WebFreak001 It would be nice to be able to write high level API calls in pythonic way: ```D MultipartForm form; form.add(formData("file", File("test.bin", "rb"), ["filename":"test.txt", "Content-Type": "application/octet-stream"])); auto content =...

@JackStouffer exactly, the simple, high level API is my goal - everyday things should be done in single simple API call. This code is simple and do what you expect:...

> On Windows 10, when starting a program with this library, it crashes with a segmentation fault error. This happens even if you only add library imports. Most likely -...

> > > > I followed the recommendations about ssl, but nothing has changed. Especially since I was making http requests. And even without executing the queries, the same error...

Hello, Thanks, would be nice. Btw, I have @safe, @nogc hashmap which performs better in my tests.