-
### Steps to Reproduce
1. Run the embeddinator executable in the context of mono and ask for c bindings for the macOS
2.
3.
### Expected Behavior
A compilation with no errors
### Actual Be…
-
# Sample to Reproduce
```cs
CGImage img = assetImageGenerator.CopyCGImageAtTime(...);
NSUrl outputUrl = NSUrl.FromFilename(...);
//...
using (var imageDestination = CGImageDestination.Creat…
-
At the moment, the source view is only able to show source code in a small number of cases and only for native code (i.e. code compiled from C/C++/Rust). Over time, we should add support for more case…
-
I would like to run the go annotation for the soybean data. As there is no org.db for this organism, I tried to get the go anntation from biomart and then run the enricher() function.
```
> head(S…
-
### Describe the issue
Acquiring a TRT builder object is very slow and is actually unnecessary work if an engine is already present on disk.
But even if the engine would have to be build the builder…
-
**Mosby Version:** 3.1.1
**Expected behavior**
**MviPresenter$classes** instances should be garbage collected after leaving fragment and its activity host and not bound to any INSTANCE object
…
-
There is error while I am running Embeddinator against .Net Standard project.
mono-support.h:36:10: error: 'xamarin/xamarin.h' file not found with include; use "quotes" instead
#include
…
-
```
2021-06-03 12:02:12.448 28996-29081/com.xxx.test A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1f in tid 29081 (IoThreadPool-3), pid 28996 (mlive.soulmatch)
2021-06-03 12…
-
Native.detach(false) in some callbacks help me to significantly increase performance.
The problem is every call from native code JNA allocates java Thread class and init it. So in case of extensive u…
-
I'm trying to profile an app and RCP shows "Failed to generate profile result /tmp/Session2.csv."
I use it with:
`rcprof-d -o "/tmp/Session2.csv" -w "/home/alex/CPP_code/testrun/" -p -c "/home/alex…