clint21.eth ⚡️
clint21.eth ⚡️
It's not restricted at all.
Ah I see, why touch it tho?
Hey, I've this for now, and I don't really see how to setup sitemap link ^^ ```csharp namespace Librum { public class RobotsProvider : IRobotifyRobotGroupProvider { public IEnumerable Get() {...
@nshttpd
I tried to send them an email here, but no answer: ``` please contact us at noc @ speedtest.net and reference this error code ```
Hi, yes sure, this is my service: ```csharp public class LogService(InMemorySink memorySink) { public IEnumerable GetAll() => memorySink.LogEvents .DistinctBy(logEvent => logEvent.MessageTemplate.Text) .Select(logEvent => new Log { Date = logEvent.Timestamp, Level...
Do you need more stuffs @sandermvanvliet?
I will try to give you more part of the code, and before check what you said
Hey @sandermvanvliet I understood the issue, all logs was in double, but I guess its because I had `WriteTo.InMemory()` and also `in-memory` in `appsettings.json`, when I comment it like below...
Yeah, didn't really knew how this lib was working, and didn't really pay attention :)