-
### Describe the bug
I have multiple models paths in an array, and when i try to load them in a cycle, it only load one, it seems a race condition with `dracoLoader`not being an async function.
W…
-
### Describe the bug
We setup a simplified repro here: https://playground.solidjs.com/anonymous/c8c3f9c0-505f-43d2-a4ec-16bb8dbc9ed7. Setup solid with an external source. A memo returns a signal va…
-
Hello!
I've been playing around with the new formatting, and encountered one formatting change I think is a downgrade:
```dart
final character = await repository.fetchCharacter(
id,
…
-
On trying to mock a Riverpod StateNotifierProvider of (AutoDispose)FamilyNotifier -
```
@Riverpod(keepAlive: true)
class ProjectDirectoryPath extends _$ProjectDirectoryPath {
@override
Stri…
-
Hello!
I'm not quite sure how to explain it with words, so let's jump into the reproducible example.
Consider the following types:
```dart
class Listenable {}
class AutoDisposeListenable …
-
If [compound extensions](https://discuss.kotlinlang.org/t/compound-extension/10722/1) do make their way into Kotlin, we could leverage them nicely in AutoDispose to do something like this:
```kotli…
-
``` csharp
public static class Ext
{
private static async Task _DownloadFileAsync(this IFlurlClient client, string downloadDirectory,
IProgress progress, string downlo…
-
This is related to https://github.com/flutter/flutter/issues/12992#issuecomment-1165029133
## Use-case
Currently, widgets never stop listening to an InheritedWidget, even if they stop using it. …
-
- Templates now support instances of Fit.UI controls, so use that rather than control.GetDomElement().
- Check whether autoDispose should be enabled for templates that can be updated.
-
Since we don't have using blocks in JavaScript, we don't currently have a good way to use disposers in generators.
Proposal: add support for yielding AutoDisposers:
Assuming `getConnection` returns …
spion updated
8 years ago