espressoelf

Results 28 comments of espressoelf

The best solution would be falling back to a secondary extractor that doesn't use Pixiv's mobile API. It's like @\thatfuckingbird pointed out: Pixiv is taking measures to keep their mobile...

> It's a good idea, but any major UI additions like this are going to be low priority for a long time. > > Listing the failed downloads and manually...

Seems to be since the rewrite of the admin control panel. In the meantime you could check `/server/plugin/plg_backend_*/index.go` for the params the backend takes before editing the configuration manually. Not...

I just pulled the latest image and it still looks like that. Looking at the source in Developer Tools (F12) there is nothing else displayed and the console doesn't show...

I started from scratch, which means I downloaded the [docker-compose.yml](https://raw.githubusercontent.com/mickael-kerjean/filestash/master/docker/docker-compose.yml) and edited it like below: ```yaml version: '2' services: app: container_name: filestash2 image: machines/filestash restart: always environment: - APPLICATION_URL=http://192.168.0.6:8334 #...

But in this case you wouldn't be able to see how many images there are that qualify as *res and it also wouldn't be shown below the image. On the...

However, this feature would make it impossible (afaik) to set individual sources. So whenever you want to upload multiple images providing an individual source for each of them you would've...

That's actually a pretty good idea. Keep in mind, that there's still PHPs max_file_uploads

@TheStoneMX You're not supposed to clone the repository. Download the [latest](https://github.com/ViperX7/Alpaca-Turbo/releases/latest) release zip instead. The expected path is templates\index.html and not gradio_impl\templates\index.html See #62