Martin
Martin
> Unless I missed something, this would be very unsafe. If a tag expires before the items that are bound to it, said items won't be deleted when the same...
That sounds like a good alternative. I'll give it a try. Should I create a new PR or work on the new solution in this one?
Thank you for creating this issue @nicolas-grekas I actually tried to implement that by using a lua script, but when using a redis cluster I always ran into the following...
My first solution was a pure lua script, but as this did not work due to the redis cluster issue, I went with a more straight forward "iterating over the...
Is there anything I can do, to get this merged? Currently I can not use this awesome tool, as this feature is missing :(
Tested it with one of our SDKs and compared it with a normal subtree split Here are my results: ### Original single repository Number of commits: 2304 Last 3 commit...
@jennifer-shehane Is this something you consider adding? Can I somehow help with implementing this feature?
The version is set to `~0.11` which essentially means "use version >= 0.11 but < 1.0". So I'm not exactly sure where the problem is
You could adjust the `config_dir` for the bundle configuration (see [configuration reference](https://github.com/Spea/SpBowerBundle/blob/master/Resources/doc/configuration_reference.md) for more information). But sadly you still have to use some bundle for it. So currently there is...
The cache from bower has nothing to do with the cache from this bundle. The cache from this bundle is used to store the mapping received from `bower list --json`,...