moon6969

Results 18 comments of moon6969

I think it makes sense to update all the different writeMetadata() calls to use encodeOrThrow() - if you are trying to save some information and it fails you need to...

Thanks Robin - appreciate the input. I'll work on it.

I've raised #1405 for readMetadata as I believe it needs much more design work than the writeMetadata changes discussed above.

I'm getting both issues in different places of NotifyIconWpf.Sample.ShowCases! In _Tutorials → Balloon Tips_, "Show Standard Balloon" does nothing, but "Show Custom Balloon" works. In _Open Sample Window → Standard...

In my case this was caused by inadvertently adding a "Custom Log file Format" in Settings and leaving it blank. The delete button didn't seem to help, so I exited...

[Serilog.Sinks.Observable](https://github.com/serilog/serilog-sinks-observable) seems to work quite well in my protoype Avalonia v11 app. IObservable.Subscribe in the WriteTo.Observers sink sends events to a DynamicData.SourceCache. SourceCache.Connect can sync the sequence of events to...

Thanks for reply. Consider this a +1 for your thinkings!

Sounds very promising. The current set of data has 10k+ --[[ref]] lines, but I don't know just now how many different source elements they point to. I suspect the most...