-
RT
-
-
Weak references are an extremely common pattern in Objective-C for avoiding retain cycles or global retention, and it's not at all clear to me how to avoid leaks in the corresponding Dart code.
For…
-
Hi @cfahlgren1 and @davidberenstein1957,
really nice work, i like the idea!
while going through the code, I had a refactoring idea to make it easier to add support for other text generation/chat co…
-
I am thinking of using this for my node application, as state management
Any thoughts on implementing observer pattern around this?
-
The core functionality of Signals depend on the general principle of the Observer Pattern/Events. Adopting Signals before a standard event mechanism feels like putting the cart before the horse.
IM…
-
-
The problem is clearly described in
- https://github.com/whatwg/html/issues/9104
- UPDATE: new issue specifically describing the problem and possible solutions: https://github.com/w3c/csswg-drafts…
-
Skall vi komma bort från dagens "skit data" och datasilos så måste det skapa ekosystem där A vet om att B refererar A osv...
### En lösning är Observer pattern
En snygg implementering av [Observer…
-
Firstly, let me just say I am very excited to see the efforts beginning on this draft.
I run the innovation team at Capital One. A not-uncommon attack pattern is that we see our customers getting c…