Adrian-George Bostan

Results 42 comments of Adrian-George Bostan

Thank you for the PR. Superseded by https://github.com/adrg/xdg/pull/87. Closing this one.

Hi @SamuelMR98, At a first glance, one thing you can try is to initialize `libVLC` just once, preferably on the main thread (somewhere at the beginning of your `main` function...

Hi @c1ngular, What GUI framework are you planning to use for the custom video player? If the framework exposes a reference to the underlying window of the surface you are...

You mean playing videos one after another? Because that is possible using both the `Player` and the `ListPlayer` structs. Or do you mean playing multiple videos at the same time?...

Hi @tdewolff. Thank you for your interest in the library. > Excellent library! There is one feature that would be handy for my use case in selecting fonts for https://github.com/tdewolff/canvas,...

Sorry for the late response. Yeah, specifying fallback fonts seems like a very good idea. I was thinking that something like this should provide enough customization for the matching process:...

Hi @npillmayer. Thank you for your interest in the project. > I do have a similiar requirement as Taco in the medium term. I understand there is currently no work...

Hi @xplshn, Sure, having more of the XDG related specs covered in the library would be great. I was actually planning on implementing some of them as well at some...

@xplshn, I apologize for the late response. I missed your last message somehow. Yes, I agree that we should start with the 'native' implementation and add implementations for the other...

Hi @gaesa, The [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/latest/) covers only `Linux` environments basically, so there are no established practices when it comes to `macOS` and `Windows`. That's why the paths are...