Tim Cooke

Results 18 comments of Tim Cooke

We're experiencing the same issue with `docker.io/bitnami/wordpress:6`. After setting environment variable `APACHE_HTTPS_PORT_NUMBER=443`, we get the message `ERROR ==> An invalid port was specified in the environment variable APACHE_HTTPS_PORT_NUMBER: privileged port...

I have no opposition to supporting other targets. The only reason I've never made it for .NET Standard or Xamarin Forms is because I've never needed it. I've only ever...

@glen-nicol Thanks for your interest in the project! You might want to take a look at pull request #4 -- @RossiDiGi seems to have done a lot of the work...

Hmmm, well the failed tests are no good. I'm happy with all of your changes except for I don't want to merge your changes to the readme into master. I'll...

@YZahringer @ddobrev MathConverter now supports .NET Core 3.0 in the netcore branch. I've removed all dynamic code, and will merge this into master once I update the documentation and improve...

@YZahringer The only reason I target netcore instead of netstandard is because `true` works for netcore3.0+. Clearly that's not good enough if we want to support `Xamarin.Forms`. Looks like I...

I've recently added support for targeting `monoandroid90` (adb70ce) and `uap10.0` (1c07d5c). I don't have an iPhone or a Mac, so it might take me a while to get a working...

I just published [v2.0.0-alpha0005](https://www.nuget.org/packages/MathConverter/2.0.0-alpha0005), which targets the following frameworks: - monoandroid90 - uap10.0 - netstandard1.0, netstandard1.3, netstandard2.0 - net35, net40, net45 - netcoreapp3.0, netcoreapp3.1 Ideally, I'd like to also support...

I added support for Xamarin.iOS10 and Xamarin.Mac, but in testing, I realized that we cannot target both WPF and Xamarin.Forms in the same application. On a mac, if you try...

@shcholeh Sorry for the late response here. I didn't see this issue until now. In WPF (and likely other platforms?), `Binding` and `MultiBinding` work differently in the case where the...