Wojciech Pawlik

Results 118 comments of Wojciech Pawlik

grammY is already pushing TypeScript to its limits. grammY's `Composer` could allow [sub-trees](https://grammy.dev/advanced/middleware.html) with [independent `ctx`](https://gist.github.com/wojpawlik/2b1b226d52d675ec246c6f8abdab81ef#file-compose-ts-L33), but we couldn't think of any practical use-case. The very foundation of middleware trees...

I'd love #434 released, is #300 the only blocker?

The simplest and most unixy way to go would be to add a keybind that saves all files and launches https://github.com/extrawurst/gitui

`deno:` specifiers would force libraries to choose between deduping and browser support.

Specify `lib: ["dom"]` if you wish to use Node's built-in `globalThis.fetch` (#259). grammY ships `"node"`-compatible CJS, and ESM for [`"browser"`](https://github.com/grammyjs/grammY/pull/441) and `"default"` targets. It'd be awesome if `dnt` could mimic...

Why not start with only whatever -dx adds to Bluefin? Related: https://github.com/ublue-os/bluefin/issues/1321

I experienced high CPU usage in WebA installed as PWA on Edge on Linux, it may be related.

After 6 days of uptime, high CPU happened to WebK in Linux Vivaldi, not installed as a PWA. And stopped after focusing the tab.

Also, [`Response::url`](https://developer.mozilla.org/en-US/docs/Web/API/Response/url) contains the bot token.

I'm getting `make[1]: *** /lib/modules/5.17.9-300.fc36.x86_64/build: No such file or directory. Stop. ` when trying to build the module on Fedora 36, despite having `kernel-headers` installed.