Benjamin Karran

Results 11 issues of Benjamin Karran

Swift now has a package manager (https://swift.org/package-manager/). It would be nice to bring this project into the structure for swift package manager.

When redirecting output away from the TTY to a file or a pipe, I get this error: ``` TypeError: process.stdout.cursorTo is not a function at getPackageDetails.then (/Users/benjamin/.npm/_npx/27879/lib/node_modules/npm-consider/index.js:100:22) at process._tickCallback (internal/process/next_tick.js:68:7)...

I would like to suggest a couple of improvements with this PR: - use alpine base image to reduce size and add armv6l architecture for pi zero - add example...

Failure exit codes for `build` and `push` are currently not forwarded as exit code for podman-compose. This makes it impossible to use podman-compose in a scripted environment like CI. With...

We are currently evaluating podman-compose not only as a means for development, but also to build containers in CI. We need to build multi-platform images (linux/arm64 and linux/amd64), which is...

I tried to run main-thread-to-audioworklet on Safari 15.4 on macOS with `__XPC_JSC_useSharedArrayBuffer=1`, but it doesn't work. Is that a known limitation of Safari?

I would like to run fscrawler on a Raspberry Pi 4, but it has arm64 architecture. Although the core is written for JVM and should be architecture independent, the produced...

new

Please release a new version, so the 'connection' option in addition to 'connectOptions' is available on npm.

I generated an opus stream in gstreamer and muxed it into ts: `gst-launch-1.0 audiotestsrc ! opusenc ! mpegtsmux ! filesink location=out.ts`. The opus stream in this file has 160 byte...

I needed the case where I asynchronously send the transaction receipt to my server for verification. Since plenty of things can go wrong during this period I didn't feed comfortable...