Christer van der Meeren

Results 513 comments of Christer van der Meeren

@matortheeternal I'm on holiday and can't test at the moment, but IIRC: * Without Preserve ITPOs: Behavior as originally reported * With Preserve ITPOs: Behavior as described in my previous...

Yes, I'm 98% sure the lighting was not included, at least for a large number of records (I only looked at the conflicts, so there might have been records where...

No luck, I ended up scrapping it and coming at it from a completely different angle.

Does that mean that the keys are accessible even across domains? E.g. that example1.com can set the key `baz` and example2.com can read it?

Then does it mean that key `baz` stored on example.com/foo is visible from example.com/bar? You're sure?

For what it's worth, I am no longer interested in this. As detailed in https://github.com/fluentassertions/fluentassertions/issues/2225#issuecomment-1636796736, I am creating a brand new F# assertions library inspired by FluentAssertions. That library will...

Se my comment above for a possible solution (https://github.com/paolosalvatori/ServiceBusExplorer/issues/620#issuecomment-1092057799)

I have zero experience with authoring Chocolatey packages. Sorry I can't be of more help!

No, that's not it. Here is a modification to the repro that uses multiple values, thereby avoiding that ambiguity. The output is the same as the original example. ```f# Log.Information("Byte...

> `FSharp.Core.List`? The repro uses `System.Collections.Generic.List` (typically aliased as `ResizeArray` in F#), though that's irrelevant. The only requirement is that it is not an array. > if you're able to...