Andoni Morales Alastruey

Results 11 issues of Andoni Morales Alastruey

Apparently the preprocessor is doing the following replacement introducing a space between the backslash and the registry name: .macro TEST x ldr r8, [\x] .macro TEST r2 ldr r8, [\...

### Description paket restore fails with PathTooLong when installing the package runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl. This package is included by NETStandard.Library package This bug seems to have been addressed in #949 but this...

bug
sdk: dotnet/sdk
crash

It looks like the evaluator is not ignoring commented code with double slashes ``` // cameraButton.Text = value.SourceElement; ``` ``` 2015-12-30 13:40:49.099 LongoMatch.Mobile[37301:3366304] ERROR: The name `cameraButton' does not exist...

bug

Increase the command buffer size x10 to support passing long environment variables. This is required in projects like GStreamer requiring to setup env variables like GST_PLUGIN_PATH with several directories in...

### Steps to Reproduce 1. Create a net6.0-macos application 2. Include 2 NuGet packages that provide native libraries with the same name eg: fluendo.gtk.osx/2.24.30.44/runtime/osx/native/libgio-2.0.0.dylib and fluendo.sdk.osx/1.3.0.385/runtime/osx/native/libgio-2.0.0.dylib 3. Build the application...

bug
regression
dotnet
only-dotnet

On platforms with a mouse, the only way to track mouse motion is through the Touch events and it only happens when a mouse key is pressed. In many uses...

The plugin does not work in macOS. For projects targeting .NetFramework, looking at the logs, it tries to launch the `Avalonia.Designer.HostApp.exe` file directly. This won't work since macOS does not...

kind:bug

Hi, I have been working on this fork to create a test infrastructure for GtkSharp and fix along the way several bugs. I think this might be helpful for this...

We are missing a Visual Studio add-on for XAMLator. The vs4mac is less than 100 lines of code: https://github.com/ylatuya/XAMLator/blob/master/XAMLator.Client.MonoDevelop/MonoDevelopIDE.cs https://github.com/ylatuya/XAMLator/blob/master/XAMLator.Client.MonoDevelop/StartupHandler.cs The add-on should implement the IIDE interface and start the...

enhancement

From gobject-introspection itself the use of gnome.generate_gir is not possible leading to several hacks that are hard to maintain in order to support building gobject-introspection with submodules. This change in...