Daz
Daz
Thanks for the reponse - I can see that is the case, I was just hoping that: `cookie.Shareable = true;` Could be used to ascertain whether a cookie should be...
I'm very unfamiliar with your codebase - is it going to be a substantial change? Or something that can be offloaded to the native OutputCache? If you point me in...
@migig I believe that is a different question all together, if you need to update the cookie you'll need your controller code (or a higher priority filter) to be executed....
@andreban Thanks for the quick response, I have filed the report here as requested: https://bugs.chromium.org/p/chromium/issues/detail?id=1111717 Hopefully someone can find the detailed crash report pertaining to this issue and shed some...
The previous user didn't provide any further information (to be fair to them, they had already provided a video and spent a fair amount of time on it). However, a...
All I really have to go off are the devices we get from play store reviews. This seems to be: Confirmed: - OnePlus5T (OnePlus5T) - OnePlus6T (OnePlus6T) Possibly different/unrelated/old issue,...
> .NET Core automatically computes hashes for static files. It is built-in functionality. Look at the [IFileVersionProvider](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.viewfeatures.ifileversionprovider.addfileversiontopath?view=aspnetcore-6.0&WT.mc_id=email) and "[asp-append-version Feature](https://www.c-sharpcorner.com/blogs/aspappendversion-feature-in-asp-net-core)" I'm not sure this helps? This is telling the browser...
OK, so we return some HTML to the client: `` The client saves the whole HTML page locally on their machine. We then deploy a new version of code, which...
@odinserj - How feasible do you think it would be to provide a way to obtain the running jobs list, whilst ignoring _cancelled_ jobs?
Thanks for your detailed response - I was wondering if it's feasible for the following flow: 1) Process cancellation token is fired, and `OperationCanceledException` captured by hangfire for the particular...