Darrell

Results 252 comments of Darrell

So far, the biggest challenge with adding source map support to JsMin is that JsMin seems to write a single character at a time. To build the source map, I...

It will be much easier to stick with a node service for this, but I am not giving up just yet! I have made some more progress today. I have...

Just chiming in to add my expectations which is most likely similar to others. When declaring parameters I want to declare strongly typed objects or arrays so that in the...

I guess this is the same issue, the clocks changed recently in the UK. I have a calendar entry on my office 365 calendar for 10:00 - 11:00 am, when...

In my secenario we run docker swarm and traefik, but we don't want to use traefik for manging the certs. This utility looks perfect for this aspect thank you. To...

I've updated to the latest version of `Dazinator.Extensions.DependencyInjection.ChildContainers` as part of the feature branch to update to dotnet6. I've not tested fully that the updated package hasn't broken anything -...

I noticed the same thing but I guess you are working with a Dictionary and there is nothing inherent to scriban would make it aware that it should format the...

I ended up with something like this which seems to work. ``` public static class ScribanTemplateFunctions { private static JsonSerializerOptions _defaultJsonSerialisationOptions = new() { WriteIndented = true }; public static...

> Obviously, I'm are also interested if we are the only ones doing a poor job with GUIDs, or is this a 'thing' somewhere else as well? :) No you've...

Same problem. We run swarm and deploy multiple stacks. A stack is deployed that needs to encapsulate its own `entrypoint` - for example, because it contains a workload that contains...