-
If I wrap the s3fs client inside a DAO class in order to create an interface to add features with the remote fs, which s3fs client should I use?
For instance, assuming I create an `async `client, b…
-
## Version of the custom_component
5.4.0
## Configuration
```yaml
```
## Describe the bug
After HASS upgrade to 2024.11, streams for cameras that exposed via Frigate/Frigate inte…
-
Not going to open a PR for this because I haven't tested it beyond compilation, and not sure it's something you'll want.
Switching the code to using `async`/`await` instead of manually creating pro…
-
```
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(
…
-
```
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(
…
-
I'd love async/await support for async code.
To test something today, as i can see, we need to do something like that:
``` javascript
goiabada.test( assert => {
assert.ok( true, "it works!" );
…
-
```
I am proposing very simple async-enabled serialization methods that basically
wrap MemoryStream. Below is a basic proposed implementation:
public static Task SerializeWithLengthPrefixAsync(
…
-
await Task => won't lock calling thread ?
Task.Wait will lock calling thread ?
await async won't create new thread
await vs wait will cause deadlock ?