Lilou

Results 18 issues of Lilou

### Package - [ ] lucide - [ ] lucide-angular - [ ] lucide-flutter - [ ] lucide-preact - [X] lucide-react - [ ] lucide-react-native - [ ] lucide-solid -...

🐛 bug

### Icon name Peanut ### Use cases Allergen You can see all the products have labels such as "Peanut Free" https://pillser.com/search?attributes=peanut-free&s=r4364r2koo ### Design ideas https://t3.ftcdn.net/jpg/03/60/58/90/360_F_360589003_hFE8OrTFtF8z41HJ8GxDDJ159Rr95TRd.jpg ### Checklist - [X] I...

🙌 icon request

### Reproduction e.g. This page is hosted on Cloudflare https://pillser.com/vitamins/vitamin-b1.data ### System Info ```shell Cloudflare ``` ### Used Package Manager npm ### Expected Behavior I would expect response to be...

bug:unverified
feat:single-fetch

I am just wondering if you happen to know whether this is Remix issue or something specific with remix-fastify? I described one of the ways to replicate it here: https://github.com/remix-run/remix/discussions/9838...

These seems to be an issue, where if I send headers using Fastify, then anything that gets added by Remix is overriden, e.g. Here I am adding `link` header: ```ts...

Do you happen to know how to use the two together?

Looks like Sentry injects this to every file: ```ts (function() { try { var r = typeof window < "u" ? window : typeof global < "u" ? global :...

I use a setup such as: ```ts const SearchParamsSchema = z.object({ view: z.enum(["list", "grid"]), sort: z.enum(["price", "size"]).optional(), page: z.number().int().optional(), }) export type SearchParams = z.infer; ``` The problem that I...