-
### Problem
From what I see, that is not possible to construct a zod schema conditionally without `let`, temporary local variables, self-executing function and such.
Let's say I have a schema fo…
-
The call in main.py to write_closure_info_to_log() is hardwired to pass on the second, third, and fourth angle. That looks like a remnant from the past where the code assumed the user always specified…
-
### Description
This happened with some code I wrote using Combine, but below is a reproducer without a dependency on it.
### Reproduction
```swift
protocol MyPublisher {
associatedtype O…
-
Hey, I'm new to timely and I have a question regarding broadcasting & binary frontiers. I have a custom defined binary_frontier stream operator that is in feedback with itself and runs for some arbitr…
-
### I tried this:
`foo.js`:
```javascript
exports.bar = () => {}
```
`foo.main.w`:
```typescript
struct Result {
v: str;
fn: inflight(): void;
}
class Foo {
static extern "…
-
This might be very difficult but I think it is worth considering how the GC can work with closures.
Currently moving a `Gc` into a closure causes problems because it can't be found in the trace. Al…
-
Hello since the latest webos update I am not able to playback any kind of transcoded or remuxed files. I can see the transcoding working successfully in the logs, but the the preview picture won't cha…
-
### Platform
Dart Web
### Obfuscation
Enabled
### Debug Info
Enabled
### Doctor
Dart SDK version: 3.5.0-180.3.beta (beta)
### Version
7.7.0
### Steps to Reproduce
Not able to reproduce mys…
-
At the moment we can't get (pseudo)-dissipation when the model has a tuple closure.
I'm not sure if it's possible to get actual _dissipation_ when the diffusivity isn't isotropic, but it should be…
-
auto-reduced (treereduce-rust):
````rust
trait Project {
const SELF: Self;
}
fn take1(_: Project) {}
````
original:
````rust
trait Project {
const SELF: Self;
}
fn ta…