Evan Boehs
Evan Boehs
I suspect we have lots of room to improve on bundle sizes, but this is... pretty low
This is probably a better candidate for Xata's repository than ours
This report isn't helpful, it's incredibly unclear what the issue actually is, and looks like it was written in a rush Please send a reproduction using codesandbox
It's still unclear what the actual issue is. An error and (ideally)/or a reproduction will be helpful
> Unless someone forks this project I've been merging these at https://github.com/boehs/lightly
as ridiculous as it sounds, we're switching to rust FFI using UniFFI and the scraper crate (built on html5ever). Reason being 1. We weren't confident in Fuzi's CSS selector support...
Setup was convoluted and poorly documented, I've written a tutorial on how we setup UniFFI [here](https://gist.github.com/boehs/0966e875592aacbb75b9859a8e5372f4). Note instead of a swift wrapper for the scraper crate, all the business logic...
For what its worth I did a railway deploy, [this](https://railway.app/template/2Vvhmy?referralCode=evan) is a link to it. I think for new users they give you $5 in credit, and once that is...
why does this need to support deno?
I've gotten it working by 1. calling `.parse(process.argv)` instead of `.argv` at the end of the chain 2. `yargs/build/lib/utils/set-blocking.js` ```diff export default function setBlocking(blocking) { if (typeof process === 'undefined')...