-
Provide a flake "bundler" recovering the approach described in https://hpc.guix.info/blog/2020/05/faster-relocatable-packs-with-fakechroot/:
- fakechroot for filesystem access: https://git.savannah…
-
We recently had Wasp fail during npm installation due to newest npm (22.5.0) having a bug: https://github.com/wasp-lang/wasp/issues/2195 . This is not wasp specific and was not avoidable. But, what we…
-
### The problem
Sometimes we are aware that a transitive dependency has a CVE. A `bundle update somegem` will update that gem in the lockfile temporarily, but it may slip back down later. We want t…
-
![image](https://github.com/user-attachments/assets/66a30144-5033-4bdd-ad01-9ca6ba244b27)
**1. Created conda env**
module load miniforge3/24.3.0-0
mamba create -n scope python=3.7.4 nodejs=…
-
Hi @djaglowski I am still an issue where filelog starts reading from beginning of files despite a fix that was mentioned in [this other issue](https://github.com/open-telemetry/opentelemetry-collector…
-
## Versions
- hugo: v0.135.0+extended
- go: 1.23.1
- node: v22.9.0
- npm: 10.9.0
## What I did
I cloned the repo, followed by [Quickstart](https://toha-guides.netlify.app/posts/quickstart/) bu…
-
* At the moment, the mainline source code has no way to check for security vulnerabilties. I normally use the bundler-audit, brakeman, and gemsurance gems. I could submit a pull request with these g…
-
I use git clone redis-audit
And install it by bundle
When I try to run it, error print out as follows:
[root@localhost script]# bundle exec ruby redis-audit.rb 127.0.0.1 6379 0 1000
Auditing 127.0.…
-
When I use the following in my `Rakefile` it runs all the tasks listed:
```ruby
if !ENV["APPRAISAL_INITIALIZED"]
task default: %i[rubocop bundle:audit appraisal]
else
task default: %i[spec]…
-
**What steps did you take and what happened:**
Im using trivy operator behind a proxy that has its own certificate and needs to run with the insecure flag in order to download the policy bundles igno…