Ross Zurowski

Results 43 issues of Ross Zurowski

As I've been working with Turso, I've found the `turso dev` utility really handy. It's simple to spin up a server and the interoperability with existing sqlite files means I...

When using `@libsql/client` with Next.js (I've only tested in the app router), the client spits out a number of warnings about resolving modules. Here's a small sample: ``` - warn...

http://mangahasu.se/ Seems like they have a pretty solid collection without much trouble. At least one person has mentioned using them.

site request

Right now clients using this library (like [poketo-reader](https://github.com/poketo/poketo-reader)) manually re-write certain behaviours and information. For example, which sites are supported or which sites allow reading. It'd be nice for the...

enhancement

Got a request for [Mangago](https://www.mangago.me) since it has a better selection of manhwas than other sites out there. Looks like they use CloudFlare's DDoS protection, and also obfuscate images pretty...

site request

Right now Poketo hard-codes timeouts to be 5s long ([source](https://github.com/poketo/node/blob/d4b8a8bac8e7d0b10100541c897128596f872b8c/src/utils.js#L10)). This makes sense for the [poketo service](https://github.com/poketo/service), but might not make as much sense for someone running poketo locally in...

enhancement

[Got](https://github.com/sindresorhus/got) does something interesting to support caching; it provides a [cache adapter](https://github.com/sindresorhus/got#cache-adapters) as a configurable option. This lets users cache results in-memory or with external services like Redis. Since so...

enhancement

The service repository [includes a few lines about chapter index and chapter pages](https://github.com/poketo/service#passing-urls). This repo should include the same information, since it's important context in knowing what to pass to...

documentation

This is a big one. Right now clients need to pass series URLs to poketo, which is a pretty inhuman input mechanism. It'd be nicer experience to search for a...

enhancement

Looks like a number of popular manhwa series are hosted here (eg. Tower of God).

site request