-
**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
2 weeks ago
-
The C++ implementation currently uses reference-counting, which is relatively fast and simple, but can leak circular references.
Switch to another form of garbage collection to fix this problem and…
-
```
What steps will reproduce the problem?
1.{% model Model: System.Collections.IEnumerable %}
2.
3.
What is the expected output? What do you see instead?
{% for item in Model %} item. {% endfor %}
…
-
I've got a scenario where a DatabaseTable A has an eager ForeignCollectionField referring to table B, which has a foreign DatabaseField referring to table C, which has a foreign field referring back t…
-
### Answers checklist.
- [X] I have read the [ESP-DSP documentation](https://docs.espressif.com/projects/esp-dsp/en/latest/esp-dsp-library.html/) and the issue is not addressed there.
- [X] I have re…
-
I have added a test case to better describe the issue here: https://github.com/import-js/eslint-plugin-import/pull/2438
If you import a file from a folder that has the `import/no-cycle` rule disabl…
-
Hi @lzehl et al -
We'd like to represent name / value pairs where the name is rooted in an ontology instead of just a free-text / uncontrolled name.
As an example, suppose, for a visual stimulu…
-
got below issue :
```shell
The replica returned an HTTP Error: Http Error: status 500 Internal Server Error, content type "", content: Internal Server Error
```
MacOS Terminal
```
➜ cyc…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
**Feature request:** Add **None** selection for all possible properties (available today):
- assigne…
-
(crossposted from [here](https://github.com/raddad772/jsmoo/issues/37))
While using the generated Z80 tests for testing [my Z80 emulator](https://github.com/itsmevjnk/llz80emu), I discovered a coup…