Furkan Türkal
Furkan Türkal
``` $ go install github.com/duythinht/dbml-go/cmd/dbml-go-gen-model@latest go: github.com/duythinht/dbml-go/cmd/dbml-go-gen-model@latest: module github.com/duythinht/dbml-go@latest found (v0.0.0-20220713090938-b5659a82f71b), but does not contain package github.com/duythinht/dbml-go/cmd/dbml-go-gen-model $ go get github.com/duythinht/dbml-go/cmd/dbml-go-gen-model go: module github.com/duythinht/dbml-go@upgrade found (v0.0.0-20220713090938-b5659a82f71b), but does not contain...
**What would you like to be added**: Improve the following error message to get better readability: ``` scraper.go:140] "Failed to scrape node" err="request failed, status: \"404 Not Found\"" node="ttskublhrms11" ```...
After ran the `rake` command, I run into a compilation error: ``` ... [INFO] Compiling 38 source files to /work/jrjackson/pkg/classes [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time:...
This PR adds a new Python pipeline called: `python/build-gpep517`. In case if upstream project does not provide neither `pyproject.toml` or `setup.py`, so `python/build` and `python/build-wheel` pipelines does not work as...
As we discussed at https://github.com/chainguard-dev/melange/issues/621, this PR is initial attempt to support parsing `requirements.txt` that given by argument as a either a FILE or URL. **Motivation** One of the limitations...
Melange currently fetch dependencies in order then bulk create all of the manifests. This resulting longer build times (10 to 30m, depends on dep count). I'd be nice to create...
All the `melange convert` subcommands only supports passing _package name_ from the arg. It'd be great to allow _file path_ and _URI_: * `melange convert python https://raw.githubusercontent.com/kubernetes-client/python/76ec6f5ce5572f66d82717e296480dc42584f0b7/requirements.txt` * `melange convert...
By default behavior, `convert python` uses `fetch` pipeline to download source code from the upstream. One of downside of this is that it [puts SHA digest](https://github.com/wolfi-dev/wolfictl/issues/349) in the `uri` field....
Currently output names of `.apk` files is dynamically generated as following semantic: `PACKAGE-VERSION-r0.apk`. My use case is to _do some automation_ right after package is built. Currently we have to...
Since wolfi packages started to use `secfixes` field in the package configs, `build.Configuration` struct does not include the `secfixes` field yet. I'm curious about the rationale of introducing this field....