Mike Goodfellow
Mike Goodfellow
Hi @Turnerj I had some time so I thought I would have a quick sketch out of what I was thinking the other day regarding https://github.com/TurnerSoftware/CacheTower/issues/157 I haven't added tests/documentation...
### What does the bug do? The new Protobuf serializer breaks upgrade path from 0.11.x to latest when used in conjunction with the Redis layer ``` ProtoBuf.ProtoException: Invalid wire-type (Varint);...
Related to https://github.com/vercel/swr/issues/2856 Opened for discussion really - is there any reason we can't do this?
# Bug report ## Description / Observed Behavior It seems that sometimes `focusThrottleInterval` is not honoured ## Expected Behavior I expected it to be honoured ## Repro Steps / Code...
CHANGED: Clean up code style (mixed tabs/spaces) and add .editorconfig
Adding custom middleware which can throw an exception causes unexpected behaviour, namely, handler starvation. It seems the default pipeline has the following setup - [source](https://github.com/justeattakeaway/JustSaying/blob/3036c74735767c30aa6f703da348ba00f7830422/src/JustSaying/Messaging/Middleware/Handle/HandlerMiddlewareBuilderExtensions.cs#L58) ```csharp public static HandlerMiddlewareBuilder UseDefaults(...
Unfortunately, the URL expanding doesn't work on HTTPS sites due to Same Origin Policy. The URL expanding services don't offer HTTPS access to their API, so the ajax request will...
Support for the new V2 endpoints is required. In the current master, support for the V1 API has been dropped. - [x] Users - https://github.com/tarr11/IntercomDotnet/pull/2 - [x] Events - https://github.com/tarr11/IntercomDotnet/pull/2...
Version 5.0.3 as referenced is (very!) out of date, ideally this dependency would be updated to >= 7.0.0 as this would avoid potentially multiple versions of Newtonsoft JSON being needed...