lsh

Results 17 comments of lsh

I'm interested in trying to refactor it, and I'm going to refactor using `vite` and `vitest`, can I do this?

No, it's purely due to personal habits, but other than that, vite and vitest are faster and have more features, and make the refactored project more "younger"

OK, I am also think we shouldn't change to much,maybe I should create a new repo like `collect-es.js`?

I create a new repo to support `esm`😊 : https://github.com/peterroe/collect-es

But I didn't find a way to package to esm

Hi, Would you be able to provide a reproduction 🙏🏻

How about use `try/catch`? ```ts try { const result = await ofetch(url, { ignoreResponseError: true, method: "POST", body: payload, headers: { "Content-Type": "application/json", "Accept-Language": "en-US", } }) } catch((err) =>...

Well. Can we reduce the size of the QR code by reducing the error tolerance? My original claim is actually that my console is small enough to output the QR...

Hi. Thanks for your reply. I have a question, Where I can do this: > Sizing is Byte mode > Alphanumeric mode (A-Z upper, 0-9, some special chars) > Numbers...