ento

Results 38 comments of ento

Re 1: Sounds good. Re 2: Here's a Dockerfile that reproduces the issue: https://gist.github.com/ento/ee0e7ca020d85a4f58c74be8d093502b#file-dockerfile. It clones https://github.com/pantsbuild/example-python under different umask values and runs `pants package ::`. The resulting pex files...

Nothing really, other than my struggle with executive functioning outside of work. Thanks for the patch!

Second this. After installing Amethyst, I tried to look up how to do what `mod1+enter` does in the "Shortcuts" Preferences, and came out empty handed. I gave up and only...

My messy attempt: - Set the container's `copyToRoot` to a derivation that copies my app's source and sets up a virtualenv with dependencies installed. This approach necessitates the use of...

There's a similar issue, which also involves `...`: https://github.com/semgrep/semgrep/issues/8684

I tried dumping the AST as parsed by semgrep-core (built locally based on 9728ad31465577ea7db3c6a0976b5b37d70bb9d8), and found a few things: - The menhir parser raises an error when there's a match-case...

@huonw Thanks for posting that workaround! I was able to adapt it to my project setup that's currently on Pants v2.15.0 and syrupy v4.0.2. What I needed to change so...

Just got hit by this and confirmed that it still reproduces in the playground, which uses the latest version of semgrep as of now (v1.52.0). Simplified version of a rule...