Philipp Hagemeister

Results 15 issues of Philipp Hagemeister

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=xmldom&from_version=0.1.27&to_version=0.5.0&pr_id=802d1b1a-fcdf-4200-aa01-d5a3d1be29f3&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Example script: ``` new (require('beautiful-dom'))('x').querySelector('a[data-foo]') ``` This should simply return null (or an element if found), but it hangs forever.

This is used by some local tournaments in Germany.

### Describe the bug As instructed on https://github.com/franciscoBSalgueiro/en-croissant/issues/394 , I am trying to build en-croissant. It builds just fine, but after the start it just shows: ![image](https://github.com/user-attachments/assets/82f83e08-a7f3-4a24-842d-08f138f0b760) ### Reproduction 1....

type: bug

In `billiard.compat.close_open_fds`, after checking whether os.closerange exists, if it exists we did _not_ use it, which makes no sense at all. Instead, the implementation called `os.close`, `os.sysconf("SC_OPENMAX") - len(keep)` times....