-
**Опишите проблему**
В существующем `await client.mkdir("/test-dir")`, если нет родительской папки, то вызывается ошибка.
Приходится проверять каждую родительскую папку в пути.
Также я не нашёл фун…
-
### Priority
P1-Stopper
### OS type
Ubuntu
### Hardware type
Xeon-SPR
### Installation method
- [ ] Pull docker images from hub.docker.com
- [X] Build docker images from source
### Deploy meth…
-
is it planned to support async/.await in here?
-
Pretty sure i'm the only one using this library, but delaying any further work for 0.9.0 until WWDC in case they introduce the rumored declarative ui framework.
-
## Issue description
Support [top-level await](https://v8.dev/features/top-level-await).
Feature still in development. Issue for future (haven't found one).
Maybe related to #265
-
### Proposal Details
Let's say I have an async JavaScript function:
```js
globalThis.myAsyncFunction = async () => 42;
```
Ideally I would be able to do one of these:
```go
var n int
n…
-
``` TypeScript
//db: SQLite.SQLiteDatabase
let tx = await db.transaction((tx2 : Transaction)=>{
console.info("tx2=",tx2);
});
co…
-
__ISSUE__
When submitting small datasets like those that might be used in bespoke fittings of single molecules we want the submission to have a blocking mode which only returns when the calculation i…
-
```
I am proposing very simple async-enabled serialization methods that basically
wrap MemoryStream. Below is a basic proposed implementation:
public static Task SerializeWithLengthPrefixAsync(
…
-
```
I am proposing very simple async-enabled serialization methods that basically
wrap MemoryStream. Below is a basic proposed implementation:
public static Task SerializeWithLengthPrefixAsync(
…