Results 18 comments of andrewchen5678

update: switched network drive to slirp4netns and recreated the container and problem solved, so it must be issue with pasta: ``` [network] default_rootless_network_cmd = "slirp4netns" ```

I tried postgres and it is the same, so it must be pasta issue

sorry, I meant github tags, not crate.io

I had the same issue when running whispercpp command directly with python before and think it is better to have pywhispercpp to return raw bytes and do the byte conversion...

it is even breaking their own cart transform function because they only accept the old domain starting with cdn.shopify.com for images!

Please implement this if it is easy to implement, there are valid use cases to use swap space on environments like vps or older computers where memory is limited.

Hello, I have recently did a fork of this project with error corrections such as fec and reed solomon, together with other new features such as fountain code mode on...

same here with https://v2.tauri.app/plugin/barcode-scanner/ when doing this: ``` scan({ windowed: true, formats: [Format.QRCode] }); ```