-
### 🐛 Describe the bug
Hi,
I'm trying to training F-RCNN based on coco dataset on my images. Image size is 512X512
I've tested dataloader separately and it works and prints the batch images and …
-
### Code
```Rust
trait MyTrait {
#[repr(align)]
fn myfun();
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (759e07f06 2024-10-30)
binary: rustc
commit-hash: 759e07…
-
In certain cases, the escape analysis is not as precise when handling bound variables in closures as it could be given the current design. The interaction between closures and implementation type hand…
-
**NOTE: This proposal is superseded by the first comment in this Issue.**
Sometimes, there are cases where we want to apply a function lazily to a vector.
One example is in the internal code-base…
-
It seems there is a problem inside of component with "stale closure". I`am use the function to provide to onComplete:
```
const onSlidingComplete = (newValue: number) => {
if (intervalId.cur…
6ase updated
4 months ago
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
I want to eager load a relationship from an eloquent collection, but with extra query conditions. Since I'm loading a `Has…
-
- Larastan Version: v2.9.9
- Laravel Version: v11.23.5
### Description
Sorry for the shit title 😆
I want to fetch some eloquent objects, starting from a relationship query. One of the extra…
-
### Description
When using the parallel extension, closures from previously executed scripts are being reused in new scripts, even when the closures are expected to be different. This appears to be…
-
**Description**
Starting in v5.40, some closures leak memory despite there being no reference cycles.
**Steps to Reproduce**
```perl
#!/usr/bin/env perl
use v5.38;
use Scalar::Util qw(weaken);…
mauke updated
1 month ago
-
# Goal
Stabilize closure plugin.
## Overview
Built-in closure plugin doesn't manage memory for closures. I wrote a basic [simple-heap](https://github.com/ballercat/wasm-utils/blob/master/lib/simp…