-
### Summary
Importing this module throws a ReferenceError ('foo' is not defined) instead of working:
```js
function foo() {
return {a: "b"};
}
export let test = await foo();
```
### Ope…
-
Steps to reproduce:
- Latest dev branch code
- install usdk globally from dev branch
- create a new agent
- initiate chat with the new agent
- expect the exception to be thrown
complete exc…
-
### Description
Here is the exception:
```
"TypeError: Cannot read properties of null (reading 'length')\n at transformTuplesReply ***
at transformStreamMessageReply (*** )\n at Array.ma…
-
If I adjust the QueryBuilder in the findByDemand function in the ExtensionRepository, the problem is solved.
$statement = $queryBuilder->executeQuery();
// while ($row = $queryBuilder->exec…
-
### Describe the bug
Accessing audio dataset value throws `Format not recognised error`
### Steps to reproduce the bug
**code:**
```py
from datasets import load_dataset
dataset = load_da…
-
Hi!
I am trying to get the include option to work for our Github projects, but it's not behaving according to specifications from what I can tell, and is not consistent with how it works locally wh…
-
.rethrow command is throwing molotov grenade after throwing an incendiary grenade
-
![Screenshot 2024-09-19 160635](https://github.com/user-attachments/assets/21a3c3c2-ae9c-41d6-9d1e-570c28039b54)
Whisper throws an illegal instruction exception for the vsoxei64.v instruction durin…
-
Im in the process of updating to .NET 8, and after #2784 resolved, now i deployed to lambda runtime dotnet8 but it says the following when doing LaunchAsync
In order of appearance
```
2024-09-2…
-
### Describe the bug
In the shared project I tried to parse a xaml string in the MainView class. The called Parse method throw an InvalidCastException: Unable to cast object of type 'XamlX.Ast.Skip…