Philip Nuzhnyi

Results 47 comments of Philip Nuzhnyi

Here's what worked for me (based on @brunoais's suggestion; thank you) ```ts await ffmpeg.exec([ "-i", "/home/source/TEST.mp3", "-report", // !e.isDir).filter((e) => e.name.match(/ffmpeg-[0-9-]+\.log/gi)); if (logFiles.length === 0) { // no logs 🤷‍♂️...

Seeing something similar as well. No Remix, just Deno + Hono. Repro: https://github.com/callmephilip/hono-vite-dev-server-deno-missing-headers

Correction: works fine on `deno 2.3`

@pikilipita holy cow. this looks amazing!

Howdy. We've just added some more [pool stats](https://github.com/velodrome-finance/sugar-sdk?tab=readme-ov-file#pools). This matches what velo/aerodrome display on liquidity screens. Do [let us know](https://github.com/velodrome-finance/sugar-sdk/issues) what other stats you might need. And thank you for...

`sugar-sdk 0.0.2` now supports both sync and async mode for existing readonly APIs. we are going to make sure that we support both modes moving forward. See docs: https://github.com/velodrome-finance/sugar-sdk?tab=readme-ov-file#pools this...

a simple workaround would be something along these lines: ```python transient = content.get("transient", {}) display_id = transient.get("display_id", None) if transient else None ```