Results 24 comments of tkrafael

I've added more intervals into serilog. https://github.com/serilog/serilog-sinks-file/pull/204 I think there must be a cleaner way to add custom interval besides enum values.

I think you have to fork, change the code and PR to author so he can validate the changes and integrate to main

Isn't vscode remote containers a solution to make dev frictionless?

Maybe the script engine can use razor extension (cshtml) to determine if it should run it or not.

@natenho you can create a mockaco template, publish to nuget.org and use dotnet new mockaco-template

I think we should stick to Razor for templating as it is almost native to aspnet core.

When running container on same network, you can just refer to it as its domain name. docker-compose will help on this: ``` # pihole deployment services: pihole: networks: - default...

This will allow us to drop haproxy and use ocelot as main gateway

Are you using another fox ess integration? (Solarman,for example) I have same issue: ``` { "errno": 0, "result": [ { "variable": "generationPower", "unit": "kW", "name": "Output Power", "data": [] },...

After little experiment, if you do "eject" the mount path from nautilus, the issue above happens. By doing "umount /dev/sdx[n]" (where x is the device and n is the partition...