Results 1383 comments of Vincent Prouillet

That would be nice for Zola as well

I think it makes sense? I would need to re-familiarize myself with this codebase, I haven't used it in ages and is probably due for some refresh

I don't think it makes sense. Why would you have values for the project in your environment? Especially since as you said you wouldn't load them by default.

But 42 and 45 wouldn't be loaded from env. A file can kind of make sense but env I just don't see it - why would you use kickstart in...

Exciting, you're killing it @jalil-salame !

Currently no. cookiecutters allows defaults to be templated so you can use previous questions results. It would look like that in kickstart: ```toml [[variables]] name = "manifest_filename" default = "{{project}}_manifest.txt"...

It is not supported, you can check the code in https://github.com/Keats/kickstart/blob/master/src/definition.rs#L116-L124 to verify To get it to work, you would need to check if `s` is a template or not....

I was *just* looking for how to do `*.{foo, bar}` with `glob` so I would personally welcome using `globset`. I don't mind the compilation time/extra cost if I can get...

Any update on that? Should a post be created on the internals/users forum?

> However, when compiling applications for Windows targets, to minimize surprise for Windows users, those applications should default to utilizing globwalk matching in a case-INsensitive manner. I do think it's...