henrique doro
henrique doro
`html-to-image` leads to faulty results. Perhaps [satori](https://github.com/vercel/satori) can fix it?
Hey there, Jeff! First of all, **thank you a ton** for this library, it's really amazing how fast you can build with it ๐๐ Overall, I feel like sveltefire's structure...
Hi there! First of all, thank you for this awesome package! I've only ran into 2 problems with it: - Accented characters in content's markdown body get deleted when indexed,...
Found this repo in a comment you made on Twitter inside a [thread about how Gatsby is inefficient](https://twitter.com/devongovett/status/1222953658049974272) for delivering data twice and hydrating the whole thing when only parts...
Hey @rexxars ๐ I caught a bug in that stems from dimensions calculated wrongly with `getImageDimensions` if an image has a crop. Basically, if an image's `_id` includes `2304x1400` but...
Howdy there, thanks for your time! So, I'm building a website with components written in plain JS template literals, but the current implementation escapes the html inside of the strings:...
Hey there, Kevin! ๐ First of all, let me reinforce the gratitude for this. I'm about to go insane managing a bunch of needlessly complex GraphQL queries and React methods...
First of all thank you Alexandra and Scott for the work! This was a good head-start :) I've noticed your User object has no access policy: https://github.com/edgedb/nextjs-edgedb-auth-template/blob/95dcd9525c39b070873fe842db440f8470f73e90/dbschema/default.esdl#L13 This means any...
Por algum motivo, o filtro abaixo parou de funcionar: ```typescript e.op( // Either there's no search query e.op(e.len(params.search_query), '=', 0), 'or', // Or the vegetable matches it e.op(vegetable.searchable_names, 'ilike', params.search_query),...
Num teste local, reutilizei a mesma imagem do Sanity umas 8 vezes. Ao final, saiu sรณ uma foto por variedade (eram 2) e uma foto no vegetal (eram 2). Creio...