Nathan Evans
Nathan Evans
When `Sitelet.Infer` encounters a request that contains a %2F encoded slash, it should treat this as part of the path segment. But it does not; it treats it as an...
Reference: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/alternate-channel-vapid-webpush We've made a UWP app which calls the `CreateRawPushNotificationChannelWithAlternateKeyForApplicationAsync` API. This returns a endpoint URL which contains a token in the query string of the URL. No `p256dh`...
Chart.combine sometimes results in "Collection was modified; enumeration operation may not execute."
``` System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.KeyCollection.Enumerator.MoveNext() at [email protected](IEnumerable`1& next) at Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.MoveNextImpl() at Microsoft.FSharp.Collections.SeqModule.ToList[T](IEnumerable`1 source) at DynamicObj.DynamicObj.GetProperties(Boolean includeInstanceProperties) at DynamicObj.DynObj.combine(DynamicObj first, DynamicObj...
Setting the UseTokenLifetime to false gives the cookie a really long lifetime and seemingly the `exp` is no longer honoured? So the token has expired (as they're only 60-90mins in...
The Giraffe dependency should be reconsidered. I understand it simplifies the HTML templating code - but really, the cost of the additional dependency is excessive, and there isn't that much...
The WS compiler seems unable to "see" any referenced types in other project files. It is emitting hundreds of `typecheck error FS0039: The type 'MyType..' is not defined.` from all...
### Library version used 4.7.x ### .NET version n/a ### Scenario PublicClient - mobile app ### Is this a new or an existing app? None ### Issue description and reproduction...