-
Hi cytospace team
When running
cytospace \
--scRNA-path scRNA_data.txt \
--cell-type-path cell_type_labels.txt \
--spaceranger-path C1_sr_output.tar.gz \
-sm lap_CSPR
I encoun…
-
Recently I've been collecting some regressions/improvements for a JIT change that involves running lots of benchmarks with tracing enabled in the background while I do my regular work. I've noticed tw…
-
Ref: https://github.com/xamarin/xamarin-macios/pull/17374#discussion_r1236308687
Look into whether we can change this:
```xml
$(_ExtraTrimmerArgs) --feature ObjCRuntime.Runtime.Arch.IsSim…
-
For example:
TestApp.csproj (normal console app)
```xml
Exe
net8.0
```
And then the `TestLib` contains
```csharp
using System.Runtime.Loader;
…
-
Once all identified work regarding ILLink+ILC trimming compatibility has been completed rooting the framework assembly should not be needed anymore.
This means that we should remove the following l…
-
I created a very simple benchmark:
```
[SimpleJob(RuntimeMoniker.NativeAot70)]
public class Benchmarks
{
[Benchmark]
public void Foo()
{
Thread.Sleep(5);
}
}
```
…
-
While publishing an empty web app (https://github.com/ShreyasJejurkar/NativeAOT-play/tree/main/WebTest) project, I got the below warnings. Interestingly it does work if I visit the HTTP port, but it f…
-
### Is your feature request related to a specific problem? Or an existing feature?
Polly is at the core of [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions/tree/main/src/…
-
### The problem
I keep getting logged out of my bitbucket account and the app has no way to reconnect that I can find.
### Release version
Version 3.3.4 (x64)
### Operating system
Mac OS Ventura…
-
I'm getting the following error when trying to compile a project with the NativeAOT compiler.
- This project used to compile normally before, and there doesn't seem to be any significant difference i…