Toon Schoenmakers

Results 25 comments of Toon Schoenmakers

I noticed this too, seems very odd. I don't think it would be too hard to implement a "No torrents found" like message. If I find some time for it...

Please update the readme as well yes :)

How about disabling automatically reconnect in case of a network ban? Nicer would obviously for the user to configure the behavior in such cases. But then again we should consider...

I think it'd be smart to do that on *-Lined: then, so pretty much on any kind of network ban.

I know what you mean. How about only checking for it when you get disconnected by an "ERROR Closing link"? Or just entirely disabling this when something with G-Lined is...

Great minds think alike I guess. I did pretty much this in #12, mostly following the same pattern that https://github.com/charmbracelet/bubbles seemed to follow for the components. As in just directly...

For now I just used the model as is. Meaning all properties are private. Making width, height and urls public is probably a good idea. I would like to add...

I was actually already planning on following up with another pull request later on adding support for `image.Image` and/or `io.Reader` later down the line. I suppose I will look into...

I will most likely add a few methods like `AddImage(image image.Image)` and `AddImageFromReader(reader io.Reader)` to the Model structure we have now. Along with changing `NewModel()` to something like `NewModel(image image.Image)`...

Now that I look at it again I should probably have made the `HttpImage` accept a custom `http.Client` anyway. I mostly just figured that the file and http loaders were...