Dražen Šoronda

Results 10 issues of Dražen Šoronda

# Summary of your issue I'm trying OpenCvSharp on Ubuntu 22.04 and I'm getting following error ~~~ System.DllNotFoundException : Unable to load shared library 'OpenCvSharpExtern' or one of its dependencies....

wontfix

Can we have licence info on master page ? similar like [ImageSharp](https://github.com/SixLabors/ImageSharp) ?

I'm trying to add more strings in QtCore.QStringList but constructor only allows one string as parameter. We need this implementation: ~~~csharp QtCore.QStringList( IEnumerable stringList); // and then use it like...

This project really needs some documentation. I don't even know where to start first. Where is QtCoreSharp.dll ? How to build it ? Does it requires CppSharp ? Should we...

Using Xamarin Studio (5.7.2) + Mono-D (2.7.11). I created default Shared library project and tried to compile it. This is Mono-d generated line : ``` dmd.exe -debug -gc "myclass.d" "-L/IMPLIB:D:\work\d\SharedLibDemo\SharedLib\bin\Debug\SharedLib.lib"...

I got this error when I'm trying to get response from HTTPS url (ie uri = URI.parse 'https://localhost:8000/') ``` /usr/local/rvm/gems/ruby-2.1.1@rails4/gems/net-http-digest_auth-1.4/lib/net/http/digest_auth.rb:87:in `auth_header': undefined method `gsub' for nil:NilClass (NoMethodError) from file.rb:22:in `'...

``` csharp byte* line = image.ScanLine ( rowCount ); ```

@ddobrev, can you take a look on this? I'm guessing this should work? ``` csharp var points = new List(); points.Add ( new QPoint ( 130, 140 ) ); points.Add...

It would be nice to have project updated to .NET Core 3+ version.

Before submitting a new issue, please verify and check: - [ ] The issue is specific to Raylib-cs and not raylib - [ x] I checked there is no similar...

help wanted