martin-honnen

Results 14 issues of martin-honnen

I am rather new to extension development and the toolkit and I am trying to understand whether I use `await VS.Documents.GetActiveDocumentViewAsync()` correctly, for me, it seems, it sometimes, after e.g....

I have tried to use the xplat template and was kind of surprised that the main project https://github.com/AvaloniaUI/avalonia-dotnet-templates/blob/master/templates/csharp/xplat/AvaloniaTest/AvaloniaTest.csproj has `netstandard2.0` while all the platform specific projects like https://github.com/AvaloniaUI/avalonia-dotnet-templates/blob/master/templates/csharp/xplat/AvaloniaTest.Android/AvaloniaTest.Android.csproj use .NET...

# Bug Report ## Prerequisites - [X] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [X] Are you running the latest version of AngleSharp? Using AngleSharp 0.15, AngleSharp.Js 0.14...

bug

# Bug Report ## Prerequisites - [X] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [X] Are you running the latest version of AngleSharp? 0.15 of AngleSharp, 0.14 of...

bug

https://sourceforge.net/p/ikvm/wiki/ClassLoader/#bootclasspathassemby documents e.g. `ikvm.runtime.Startup.addBootClassPathAssemby(Assembly.Load("YourDll"));` and I think both the original 8.1 and the current 8.2.1 support that (https://github.com/ikvm-revived/ikvm/blob/8.2.1/src/IKVM.Runtime/Java/Externs/ikvm/runtime/Startup.cs). In the current development branch I don't find Startup. Is the method...

Using IKVM 8.2.1 with .NET 6, I am trying to use C# to implement an abstract class in a Java library that also implements two interfaces in that library. For...

I am trying to use IKVM.NET.Sdk/8.4.0 but I am not getting far, a simple test project https://github.com/martin-honnen/IKVM840Test1 doesn't build with an error `1>C:\Users\marti\.nuget\packages\ikvm.net.sdk\8.4.0\targets\IKVM.Java.Core.targets(24,44): error MSB4057: Das Ziel "ResolveIkvmRuntimeAssembly" ist im...

I have a project using the release candidate that has a menu item trying to set the `Text` property of an editor to some string. For some reasons that works...

Hi, I am trying to use the lib reading the documentation, the main documentation https://github.jcabi.com/ has the link "[JavaDoc 1.8.0](https://github.jcabi.com/apidocs-1.8.0/index.html)" which unfortunately gives a 404. Can you point me to...

0crat/new

Hi David, your https://github.com/davidcarlisle/web-xslt/blob/main/htmlparse/htmlparse.xsl is extremely useful, these days in the times of XSLT 3.0 and allowing to call an initial function https://www.w3.org/TR/xslt-30/#invoking-initial-function and XPath 3.1 with `fn:transform` and an...

enhancement