Thibault Duponchelle

Results 9 issues of Thibault Duponchelle

This code runs in 15 seconds : ```perl for (1..2147483646) { } ``` But this same code with 1 more iteration takes 16 minutes :fearful: : ```perl for (1..2147483647) {...

performance

Hello, The code ```perl my int @a = (); for (1..1000) -> int $item { my int @b = ($item); @b.append(@a); say @a; say @b; # Debug say @a.elems; say...

Hello, ## 502 Bad Gateway I just noticed these **502 Bad Gateway** with some URL. These URL are abusing the versioning scheme (sorry 😁) and not indexed by PAUSE [Acme::Version::Negative...

Hello, This is some more tests for the try/catch feature 😀 I tried to stress a bit the feature with some (kind of) real use cases (signal, eval, propagation).

* Clean patchs that are no longer needed (merged upstream) * Configure defaults are already all good. * Do not use/install sitecustomize * Remove sed command in perl recipe *...

Breaks compatibility with some ie versions.

With this code change, jquery-console keeps welcome message (if any) after clearScreen. Maybe you don't want this behaviour, but from my point of view it's more intuitive like this. I...

When building statically, the C compiler seems like to be more "rude" to discard symbols or namespaces (I think I read this somewhere but not able to find the link...

🐞Bug
🙏Help Wanted
🪵Backlog

When using a smartphone and browsing permissions of a module, the left side pane (opened by hamburger menu) is empty. ![metacpan-permission-empty-side-pane](https://github.com/user-attachments/assets/0ed59442-0e49-4f1e-9189-36046479327a) ## Steps to reproduce the behavior: 1. Go to...

type:Bug