-
My application crashed on a special environment where all so native libraries can't work. Are they required or can graaljs run in interpreter mode without them?
```
[info] running chester.cli.Main…
-
### Description
unfortunately i have no reproduction for the issue, nor am i sure what's going on. i have a script that's opening multiple files, which may be opening them fast. Maybe that's related …
-
```cs
struct HBOARD
{
Vector128 data;
public void Test(int i, byte b)
{
data = data.WithElement(i, b);
}
}
```
.NET 8.0:
```asm
; Assembly listing for method HBOA…
-
### Describe what should be investigated or refactored
Our runtime-canary env is going down more often than it should. We need to:
- enable notifications (maybe through Slack) for when it is down …
-
### Version
```
System:
OS: Linux 5.15 Ubuntu 24.04.1 LTS 24.04.1 LTS (Noble Numbat)
CPU: (16) x64 12th Gen Intel(R) Core(TM) i5-12600K
Memory: 15.63 GB / 27.30 GB
Container: Yes
Shell: 5.2…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 22.04
Queue | AmpereUbuntu
Baseline | [7ff684af49cdf008bebbe10efcc10a2649795d65](https://github.com/dotnet/runtime…
-
### System Information
OpenCV version: 4.10.0
Operating System / Platform: Ubuntu 20.04
Compiler & compiler version: g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Java Version: openjdk 21.0.4 2024-07-16 …
-
### Bug description
It seems that when creating a query and using the UNION keyword, the return sets all values to NULLABLE
### How to reproduce
SQL Query
```sql
-- @param {String} $1:searc…
-
### What happened?
game:Devour
Unity 2021.3.36f1
[Fatal : BepInEx] Unable to execute IL2CPP chainloader
[Error : BepInEx] System.InvalidOperationException: Sequence contains more than one …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
On .NET 6 alpine images, the setting to Disable IPv6 has no impact if the remote resource/URL…