Kevin Miller
Kevin Miller
This is happening on Chrome 18 (current stable) and 20 (canary). This does _not_ happen on FireFox 12. ``` js XMLHttpRequest cannot load file:///C:/projects/BackboneJS-AMD-Boilerplate/src/js/templates/main.html. Cross origin requests are only supported...
I am having problems getting ikvmc.exe to compile a rudimentary jar file. Here is the command line and result. ```pwsh .\IKVMc.exe .\hello.jar pwsh 09:57:23 IKVM.NET Compiler...
It looks like post 1.17 that Tika will require Java 8. I believe IKVM v.Current has support for Java 8 but who knows how will this is going to work....
We learned a couple things from #94. I wish that we'd document this for future users. - Why does PDF image extraction not work? - How do I control the...
Following #15 we need to document or code a fix for this problem so that future users don't need to mine old issues to workaround it. https://github.com/KevM/tikaondotnet/issues/15#issuecomment-285713317
It is a common situation that people will have file they are having problems with. Having a guide on how to create a PR with the file included and a...
http://tpetricek.github.io/FSharp.Formatting/
Now that they have been separated. Should TextExtractor be in a completely different repo? The two Nugets should at least have separate Release notes and version numbers.
We are seeing the Naxam MapView not work after it initially does work when the page BindingContext is set to null. * Show a page . * Navigate to a...
# .Net Core Support We have long wanted to add support for .Net core and earlier this year IKVM was finally "revived" to have support for .net core. At first,...