mentalizer (Jakob Skjerning)
- Login: mentalizer
- Registered on: 02/25/2022
- Last sign in: 02/25/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/06/2024
-
10:20 AM Ruby Bug #20690: URI.encode_www_form_component method escapes tilde when it's not supposed to
- While `URI.encode_www_form_component` might not deal with what RFC3986 defines as "Percent-Encoding", `URI.encode_uri_component` does (I think?) and that exhibits the same behavior:
```
3.3.4 :006 > URI.encode_uri_component("ruby~tes...
02/28/2022
-
09:55 AM Ruby Bug #18604 (Third Party's Issue): [BUG] ERROR(VpDivd): space for remainder too small
- After upgrading to Ruby 3.1 one of our statistical dashboards started crashing with a message saying
[BUG] ERROR(VpDivd): space for remainder too small
### How to reproduce
This can be reproduced in irb (reproduction script ...