Chris Benninger

Results 42 comments of Chris Benninger

Seems reasonable, as it can probably be done almost entirely on the client side. We've need to detect a video, add a flag to the metadata and then have the...

@miek770 yeah right now it is just whatever order the JSON is built in and the python code iterates alphabetically so it ends up being alphabetical. I was hoping to...

Yeah, I think this would be good as a configurable option for sure. I know my use-case I don't want to make it THAT easy but I can see the...

I tried a bunch of tricks here, and its definitely possible. The problem I've been having is with the actual carousel inside react-images, as the callbacks seem inconsistent and the...

Interesting. What browser? My gallery does lazy-load actually. Lazy load is just usually a tag in the HTML to tell the browser what to do I believe.

Thats a great idea. I like it.

Hmm. I upgraded the dependency and didn't notice this. But the package appears to be abandonware. I will test this and see if I can reproduce ite.

That's a bit different from how I intended to use fussel myself. Do you envision the python code unpacking the images at the time? If you have a good use-case...

Interesting, I have never encountered this. This looks like a yarn / node thing. I wonder if it is a result of your huge library somehow?

I see you're running `yarn run` and not `yarn build`. Do you get the same thing with `yarn build`?