Bagomot

Results 15 comments of Bagomot

It's the same with LDC 1.27.0.

UPD: With DMD v2.097.1-dirty the same error.

This does not work with any **arsd-official** package. And with some others too, like **requests**. I tried to understand why, but did not understand.

> 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 occurs with a...

> I don't see here anything related to requests library. Can I try to reproduce problem? I need minimal dub.ini and programm code which reproduce problem. Minimal code: ``` /+...

This is not a Vibe-d problem, it's a Windows socket problem. I get the same error at random times with any http library and even using std.net.curl. I've been struggling...

I solved this problem in this way: ```d testLink.click = (Widget source) { import std.process : browse; browse(source.action.stringParam); return true; }; ``` But is this the right way? I think...

> This would mean a cross-platform way of opening links is required. This is available in the [standard library](https://dlang.org/phobos/std_process.html#.browse). Works if the default browser is set in the system. I...

> It's a pity. I'll make a file cache in that case.

> If you want to invest your time into this, you can just add loading fonts from embedded resource. I'll beglad to accept a PR On my first try, I...