Tac Tacelosky

Results 545 comments of Tac Tacelosky

Thoughts on how to install without docker? I can tweak assets:build, but I'm not sure that's the right place for it.

The problem isn't the path to storage, it's that if the subdirectories in storage don't exist, and they're required. My hack to to manually do mkdir (storagepath)/covers, etc. On Tue,...

What would be the way to trigger this without an action? That is, instead of 'click' have the downloads start on connect? I like this strategy better than than using...

Hi, I'm running into this, so I thought I'd ping you to check the status. FWIW, curl man shows the following ``` -x, --proxy Use the specified HTTP proxy. If...

As an alternative, how about the option to pass a header when taking the screenshot, which could include some sort of cookie or authentication. It's messier, of course, but adding...

Hmm. I quite like the idea of an event altering the configuration. I know I can write a script that literally alters the pwa file, but because Symfony's YAML parser...

But prepending happens in the compiler pass, and is more difficult to deal with than in an event listener. The validation could have a priority so that it validated the...

Indeed, these are the instructions I was hoping to replace with an uninstall button. Users will come to a gallery / museum, download the audio-tour, but after they leave they...

Yeah, maybe that should be my approach. I like the full-screen option, but there's probably a way to do that in plain javascript. As long as it pre-fetches the images...

Great idea. I was also playing around with generating screenshots as a separate yaml file and importing it in the main pwa.yaml. That is ```yaml # pwa.yaml imports: - screenshots.yaml...