Benyam Ephrem

Results 11 comments of Benyam Ephrem

Looking for this solution, would appreciate a merge & publish

Same here. All is configured correct and I;ve watch like 5 tutorials

To add on — I'm facing the same issue when I run the `arm64` executable: ``` zsh: exec format error: /Users/{username}/Documents/{project}/code/{service}/tts/piper/piper ``` Where the above is the `piper` executable path....

For anyone seeing this in the future, you have to do 2 things: ``` /** * @api {get} /v1/auth/facebook * @apiName FacebookOAuth * @apiGroup Auth */ router.get("/facebook", passport.authenticate("facebook", { scope:...

@rodrigoGA Have you considered initializing the WebSocket connection before receiving user input? That way the initial TLS handshake is out of the way off the path of usage (maybe with...

Still seeing this issue in `1.1.26`

@Jarred-Sumner @ctjlewis Do we have any workarounds at the moment for getting CLI apps using Ink to build?

Awesome, thanks! Will the final build command be `bun build --compile dist/bin.js dist/yoga.wasm --outfile dist/bin`, or will it "just work" without the `node_modules/yoga-wasm-web/dist/yoga.wasm` copy step?

This makes sense — moreso wondering will there come a point where we can just run `bun build --compile src/index.tsx --outfile dist/bin` & Bun auto-detects the file import happening within...

Are there any updates on this? :-)