M0N7Y5

Results 21 issues of M0N7Y5

It comes with IDE https://www.beeflang.org/

I have one problem ... When i try load media with custom options via method `LoadMediaWithOptions(url, options)` it completely ignore options no matter what values it has ... I am...

Hi ... I have a problem with playing 3 RTSP streams and i am using ThreadSeparatedImage for it. But when i press play nothing happen until i change size of...

Hi, when i tried to compile it using this command : `python .\build.py build -p x64 gtk3 --vs-install-path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional" --win-sdk-ver 10.0.18362.0 --vs-ver 16` I got this...

I have this code ```beef var json2 = JsonVariant() { 2, 44, 65 }; defer json2.Dispose(); ``` Each value in initializer will call Add method with parameter 2 inside JsonVariant,...

Below code cant be compiled without calling base class constructor. But if we uncomment that generic argument of TestMePls class, compilation will be executed without any errors which is wrong....

![image](https://user-images.githubusercontent.com/17201053/120367493-37070780-c311-11eb-8039-777e2d72f89c.png) Image is self explanatory

I am unable to inspect Interface fields in interface type while debugging. It shows generic Object type instead with no relevant info. ![obrazek](https://user-images.githubusercontent.com/17201053/108332714-68c7e880-71d0-11eb-9bb0-6393c2ac48e1.png) ![obrazek](https://user-images.githubusercontent.com/17201053/108332796-809f6c80-71d0-11eb-96b2-cb9acf0b978c.png)

Hello? i started using this library quite while ago and i found few issue, but looking on issues from other people indicate that the development of this library is not...

Hello, After successful dotnet-warp command when i run my packed app it will run just fine. Problem is it will also launch a additional console window. Is there a way...