Gerco Brandwijk
Gerco Brandwijk
Did anyone found a better workaround than having to use 'marker' everywhere?
As you mentioned in https://github.com/jsmarcus/Iconize/pull/178 you converted the font so that it uses the PUA blocks, so that it can be used in this library without the need for changing...
This one is probably also related? https://github.com/primefaces/primeng/issues/13868
I was in a hurry a bit, so I will try to make it a bit more clear... Setting the duration to 5 minutes is not want we want, because...
> > I was in a hurry a bit, so I will try to make it a bit more clear... > > Setting the duration to 5 minutes is not...
@jodydonetti Little bump.. What is your opinion/insight on this? What would be your advice to implement this in a reliable way which takes the concurrency/timing problems into account?
Looking forward to your POC :)
I tried to use the FusionCacheEntryOptions overload of the ExpireAsync, to let it expire in 15 seconds: `await _fusionCache.ExpireAsync(cacheKey, new FusionCacheEntryOptions() { Duration = new TimeSpan(0, 0, 15) });` But...
I already thought so that the Duration property is ignored when doing an Expire. Are you still planning to make PoC for how we could achieve the desired behavior (see...