-
### Environment (Required on creation)
Optimize version : Tested in Tested on Branch --> [6849-entitylist-carbonization]
### Description (Required on creation; please attach any relevant screenshots,…
-
Example found by @Ekdohibs:
```
type t = T of int * ((bool -> t) * int)
let zz u =
let rec g b =
T (u, let r = if b then g else g in (r, 0))
in
g
```
Here `g` stores a reference to …
-
There are cases where relatively small map areas lead to out-of-memory errors when rendering, e.g. when rendering parts of Nuuk/Greenland:
https://print.get-map.org/maps/226476
In the specific c…
-
- @workflowsauce understands these methods well and lives them on twitter, can definitely contribute to testing & updating the theories we have here, contributing case studies too, see: https://github…
-
**Describe the bug**
The Supabase CLI fails to deploy Edge Functions when the project path contains special characters (#). The error message suggests a directory issue, but the actual problem is the…
-
I have used this pattern multiple times now and would like to know your thoughts about including this into aim42. It could be seen as a specialization of #38.
---
## Introduce errorIDs to enable root…
-
### Bug report
As per https://github.com/phpstan/phpstan/discussions/11809
When using PHP v7.4, polyfills are loaded for PHP 8+ functions which causes phpstan to not report an error when those fun…
-
## Problem:
KRS's current error diagnosis accuracy can be limited by its inability to consider the broader Kubernetes cluster context.
## Proposed Solution:
Construct a graph representation of t…
-
## Problem statement
We've observed severe issues with our isolated (included) builds: the `projectHealth` producing invalid advices to remove a dependency (if applied as suggested - it just breaks t…
-
This seems like a bug, because you can do this with any of the rules in the prelude. My instinct is that the hackery to get stuff in the prelude somehow gets around this problem.
Repro: https://git…