Vincent Prouillet
Vincent Prouillet
Kind hard to define hidden files across OSes. Maybe we should just allow extensionless files in colocated assets and we will see if we get more random files being added...
I guess we could follow .gitignore on top of the current known temp files, that's a good idea
Yeah the commit introducing that was only thinking of weird tmp files, not valid usecases
Weird. I'm not sure whether to ignore the time or add a random one if not set, both are valid options.
We should use the date filter in the default template to avoid that edgecase. As for timezone, I'm not sure
That would be the base_url in the config no? I don't know if it works with paths though
Indeed i misunderstood. That's not supported right now, let's see if more people want that.
Isn't it easier to download the binary from the releases in CI?
Right now, we can support whatever platform Azure Pipelines support for pre-built binaries and I'll like to avoid adding paid solutions. For the other, it's probably better to git clone...
There should be a fix for that in the `next` branch, can you try it?