-
Yup... I got it too. No particular reason I can think of. Two images are from a foreign server - but that shouldn't break the whole process?
[Screenshot](https://botcompany.de/images/1102995)
[D…
-
Very often when writing integration tests I need to wait for a condition to be true to continue (for example the database record is there, or an SMS message has arrived). I use the function below repe…
-
With the update to Deno 2.0, Deno.writeAllSync is deprecated, and the spinner is throwing an errror
-
The following code prints `null` on `Kamon v2.7.3 / Kanela v1.0.18` (scala 2.13.14):
```scala
package foo
import kamon.Kamon
import kamon.tag.{Lookups, TagSet}
import scala.concurrent.Execu…
-
### 需求 / Requirement
Script 功能支持 Promise 和 Fetch API
* 可能需要修改 QuickJS 亦或者更换执行器
* 未来可能考虑新增 Lua 的执行器
### 建议实现 / Suggested implements
_No response_
### 备注 / Addition details
_No respon…
-
In v1.7.14 support for JavaScript Promises [landed](#160)
However, no specific logic is inplemented yet to deal with JavaScript Promises from the Java side.
This issue is to figure out and imple…
-
### Describe the bug
When calling `langfuseWeb.score` with invalid credential (wrong API key), I expect the `Promise` to reject, and handle the consequences in a catch callback or however you handle …
-
**Repro**
```JSON
{
"rules": {
"@typescript-eslint/await-thenable": "error"
}
}
```
```TS
const value = 'value';
const createValue = () => 'value';
await Promi…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
c…
-
Trying to use the font [Arimo](https://fonts.google.com/specimen/Arimo) but I get this error.
Here's a reproduction repo: https://github.com/Vikeo/pdfmake-buffer-error
Stacktrace:
```
(node:6…