Miguel de Icaza

Results 240 comments of Miguel de Icaza

This should be added as well to our online help pad that we have discussed.

The shortcut is undiscoverable, so I rather not rely on that. For F# we need this kind of help.

I looked into this yesterday The good news is that Carbon now works on 64 bits. I have long assumed Carbon died with 32, so either my memory is faulty...

we will have to wait until we find those, we only use a handful of Carbon apis. An alternative is to build a new backend on top of Cocoa, about...

Exactly, that is a different solution, it would not help in this scenario. The baseline is still there. That said, since this was originally started, we did merge a lot...

Hello, I posted my patches in a PR on github.com/mono/bockbuild

I am not sure that we should do decimal mapping here, because the conversions between C# decimal and Java bigdecimal will not be lossless. Perhaps we need to surface decimal...

Well, eventually it should work on Linux, I have not tried that part yet, it should be relatively easy to make it work on Linux, as this is purely a...

Ah so I had already left some room for this in the "ConsoleDriver", by using vars to declare the funky characters, and I guess I was going to change those...

This might be a problem caused by using "bash", if I change my shell to zsh, it works.