Yassine Guedidi

Results 120 comments of Yassine Guedidi

Managed to find a solution! 🎉 It may look a bit "hacky" (and I personally think it is), but it works the way Wallabag works today, by having generated production...

> We are tracking prod asset into Git because we don't want end user to install node, yarn, etc.. to build asset on their side. @j0k3r I completely understand! but...

@j0k3r for reference there are https://github.com/wallabag/docker/pull/362 for Docker and https://github.com/wallabag/wallabag/pull/6982 for ZIP releases that build assets on the fly for those artifacts. once accepted we will be able to remove...

I think the right solution to the security issue is #6300

@javaDeveloperKid I was about to suggest the same idea of sleeping, but maybe with a min_auth_time option that is used by a listener on kernel response just to sleep the...

Maybe not a BC break and even maybe discarded already, but what about allow to pass an object as context when rendering a template?

@christianYoopies `--filter-lang` is documented [here](https://github.com/lokalise/lokalise-cli-2-go/blob/main/docs/lokalise2_file_download.md) @ChristRm the argument is a comma separated list, with just comma, so you should use `--filter-lang en,fr` or `--filter-lang=en,fr` (no space before `fr`) But let's...