-
## Overview
Given the following interface:
```java
package org.example;
import java.util.List;
interface TestInterface {
static List names() {
return List.of("Sarah", "Susan");
}…
-
I saw that there was a fix in 1.5.9. committed, but our App is still crashing at the same location.
```
*** Terminating app due to uncaught exception 'System.NullReferenceException', reason: 'Obje…
-
# Add support for function call (response back)
1. Currently there's no support for sending back the function call result to the model using the `role=tool` messages.
2. Using the native API (not …
-
am getting below issue on tns preview in ios
Terminating app due to uncaught exception 'NativeScript encountered a fatal error: ReferenceError: Can't find variable: QRCodeReaderDelegate
at
1 @…
-
### Feature Description
The operator is stateless, so we have no reason to reject its use in Python's multiprocess environment.
### Problem and Solution
Python uses the pickle format to ser…
-
Hello, I have been migrating our oclif CLI to not build standalones with `pkg` and rather just use the standard `oclif pack tarballs` and I found this: https://github.com/oclif/oclif/blob/main/src/com…
-
Hi Team,
Our app has two build flavors (`dev` and `production`), i created two correspon apps on the Superwall dashboard.
- On `dev` environment, the paywall view is loaded successfully and ev…
-
### Description
- Related to https://github.com/getsentry/sentry-react-native/issues/3908#issuecomment-2265703635 and https://github.com/getsentry/sentry-react-native/issues/3883
Large number of RN …
-
### Steps to reproduce
We've build a Teams app (SAP SuccessFactors), in which there's a tab. When user clicks on Login button, under the hood we call SDK's authenticate method:
code snippet:
```typ…
-
## Description
In .NET 9 we enabled managed-static registrar to be the default setting when targeting iOS platforms with Mono.
This change regressed MAUI sample application size when targeting iOS…