Lane Wagner

Results 37 comments of Lane Wagner

I like both of these suggestions, I think step # 1 is the change the API to programmatically list the character sets used, like you mentioned. Maybe that's just a...

It's by design. The consumers and producers are thread safe. So when I use this library, I generally just have one producer and one consumer.

It's a good question, and I'm open to changing my mind, that said let me present my reasoning. Primarily, this library is a "batteries included" library, the goal is sane...

I'm totally open to that idea. Feel free to open a PR or I'll get to it when I can

I'm sorry, can you please retype this? I'm not understanding the problem, at first it looks like you're saying that the publish option is being used on the consumer, then...

Not sure I understand the issue... Is the image not available a the URL? If it is, it should be downloaded and cached...

Can you share the pertinent code? Not sure how to debug without a bit more info

Similar to #9 but the ask for is an API to clear a single image

@koca do you plan to add support to vite in the Vue 2 version? I'm stuck on Vue 2 but also really want to use vite haha

Yeah, I worked around it by adding ```html const global = globalThis; ``` To my index.html, but it would be nice if a front-end lib didn't depend on Node.js stuff