Alexey Zakhlestin

Results 43 issues of Alexey Zakhlestin

I'm trying to migrate to pgkit/migrator from older slonik-based version. I'm mostly good except for understanding the usage of shadow database. - Is it a requirement or there's some way...

This simple snippet `` leads to broken SSR. Here's Stackblitz with example: https://stackblitz.com/edit/github-iecjynj8?file=src%2Froutes%2Findex.tsx ![Monosnap Solid-start With Tailwindcss Example - StackBlitz 2024-12-13 13-44-57](https://github.com/user-attachments/assets/f5ee1e4f-cba9-481e-ac24-2dcf0d0b7699) The issue might be somewhere in dom-expressions, but...

Modern versions of NATS/JetStream allow consumers to filter streams using several subjects at once using `filter_subjects` field. nats.php currently supports only single subject via `filter_subject` field as far as I...