-
-
Looking at the mess Rust has created with its handling of mutability, and also the confusion l-values and r-values cause in C/C++ I think a simpler model is needed for mutability. I also think that mu…
keean updated
4 years ago
-
### Is your feature request related to a problem?
Currently, it is not possible to implement conditional `preventDefault` behavior in Qwik components. In other frameworks, we would just call `e.pre…
-
**Purpose**: This issue compiles meeting notes for the Gno Core Staff's recurring meetings.
**Process**:
1. **Drafting**: Notes are initially taken in Hackmd or Google Docs during meetings.
2. *…
-
Hi,
I (and I'm sure other people too) am wondering why you couldn't rely on existing language features like:
- async/await and Promises
- async generators
- AsyncLocalStorage (also coming t…
beorn updated
11 months ago
-
What is the purpose of a Suspender object?
From reading the overview, my understanding is that Suspender provides a re-entrancy guard to modules. Is there anything else that Suspender provides?
…
-
Original Author: @shelby3
Original URL: https://github.com/keean/zenscript/issues/35#issue-243345358
Original Date: July 17, 2017
---
|
----- | -----
![](https://upload.wikimedia.org/wik…
-
@tkf and me have been discussing ways to propagate information about available workers (or resources in general) in distributed hierarchical computations:
https://discourse.julialang.org/t/propagat…
-
Hi, I'm a graduate student and would like to test out the CPS translation presented in “A Typed Continuation-Passing Translation for Lexical Effect Handlers”.
Does this repository contain relevant …
-
https://github.com/deep-foundation/hasura/blob/947d587f3e53ccecf47b25fbfe5dc61fa43df321/client.tsx#L54 uses ApolloClient from @apollo/client, we should use our own `ApolloClient` type that should be c…