Peter Peresini

Results 9 issues of Peter Peresini

Python 3.5 is not very happy: ``` Running setup.py install for bottle-auth File "/var/www/venv/lib/python3.5/site-packages/bottle_auth/social/facebook.py", line 34 except HTTPRedirect, e: ^ SyntaxError: invalid syntax File "/var/www/venv/lib/python3.5/site-packages/bottle_auth/social/twitter.py", line 29 except HTTPRedirect, e:...

`cargo outdated` currently fails to parse workspace members containing `edition.workspace = true` (which is equivalent to `edition = {workspace = true}` And fails with quite obvious error ``` error: failed...

This bug was extremely hard to track down. I was wondering why my tokio runtime was failing even when spawned on separate thread. Note that I do know that running...

E-easy
E-pr-welcome

ES6 Block scoping seems to be broken in `renameTo`. Repro: ``` jscodeshift: 0.5.0 - babel: 6.26.3 - babylon: 7.0.0-beta.47 - flow: 0.73.0 - recast: 0.14.7 ``` Transform: ```js module.exports =...

bug

Note: Did not ask the author about the status explicitly but the repository is archived for over two years so it should be a good indication

A see a discrepancy between versions published on crates.io and in the repository: - Last version published on crates.io is `0.8.0` with publish date about 2 years ago. - Cargo.toml...

``` Crate: remove_dir_all Version: 0.5.3 Title: Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU) Date: 2023-02-24 ID: RUSTSEC-2023-0018 URL: https://rustsec.org/advisories/RUSTSEC-2023-0018 Solution: Upgrade to >=0.8.0 Dependency tree: remove_dir_all 0.5.3 └──...

Hi. I encountered this problem while trying to trace binary inside docker-container. The problem manifests as rather misleading ``` Cannot select a snapshot symbol because magic-trace can't find that executable's...

bug

Internally, `slog` uses `file!()` macro and its friends. This unfortunately does not work as expected if user opts in to `#[track_caller]` directive. As a reference `log` crate fixed this in...