Majid Hatami
Majid Hatami
Anyway I couldn't call a C# class constructor say `Foo(int, int, double?)` by calling `Foo(2, 5, 0.25)` in Python. So with this minor change in the code, it just works....
> @hatami57 can you try passing a `Nullable(0.25)` or `Nullable[Double](0.25)` as a workaround? As far as I remember, I did try it but it didn't work...
Hi, Thank you for your response. Apparently, it doesn’t work as I expected. I’ve heard that using a background `URLSession` for downloads—when implemented natively—can address the issue, something like this:...
Thank you Kesha for the lib URL, I'll check that out 🙏