Lukasz Czaplinski

Results 15 issues of Lukasz Czaplinski

Hey, looks like WASM version stopped building some time ago. ``` $ env GOOS=js GOARCH=wasm go build # github.com/pdfcpu/pdfcpu/pkg/pdfcpu ../../pkg/pdfcpu/parseConfig_js.go:219:28: too many arguments in call to handleHeaderBufSize have (string, string,...

Hey, First of all, thanks for a great library - at OpenDesign we started using it to extract data from Adobe Illustrator files :) Hope to bring more contributions in...

Reason: distributing executable as Ruby gem is notoriously hard to pull off. Would it be ok if I tried cloning this idea (awesome one, btw) in Golang / Rust /...

question

fixes https://github.com/webtoon/psd/issues/46 I went for the dumbest implementation - just expose the underlying `Uint8Array`. As far as I can tell this produces a correct profile (can be opened and used...

fixes https://github.com/webtoon/psd/issues/6 This feature should be more or less finished - during the code review I'll run it on sample designs to verify parsing works consistently.

One of features available in [psd-tools](https://github.com/psd-tools/psd-tools) is ICC profile handling. This is done by [extracting relevant tag](https://github.com/psd-tools/psd-tools/blob/4ff198368eebcda7c8bf385a3129e7481fbae8ab/src/psd_tools/psd/image_resources.py#L36) and then [converting image data after extraction](https://github.com/psd-tools/psd-tools/blob/f54b135e640785e76da6e6573c79241ec45bbdde/src/psd_tools/api/pil_io.py#L237). This in turns uses Python bindings...

First of all - awesome stuff, thanks a lot for these scripts :) Noticed that modern Node.js comes with `npx` script, which can be used to avoid global `json` installation...

Plush already supports [`contentFor`](https://github.com/gobuffalo/plush#contentfor-and-contentof), so maybe we could use it to support partials somehow?

enhancement
question

[Plush](https://github.com/gobuffalo/plush) already supports `json` filter. Maybe we could extend it to add `yaml` and `indent` filters, like Helm? Or maybe it's not needed / anti-pattern in general, so we don't...

enhancement
question

Write [a custom formula](https://docs.brew.sh/Formula-Cookbook) and share it with rest of the world :)

enhancement