Enes Sadık Özbek

Results 43 issues of Enes Sadık Özbek

Do you plan to upload this to NuGet?

Is it possible to update an existing yaml file while preserving comments at the same time? We currently need this for [OpenMod](https://github.com/openmod/openmod) (OpenMod is a free and open source plugin...

enhancement
PR Welcome!

Kubernetes v1.17 has added "topologyKeys" to services (e.g.: ```yml apiVersion: v1 kind: Service ... spec: ... topologyKeys: - "kubernetes.io/hostname" - "*" ``` However, using this results in the following error:...

Would be great if you could support deploying CustomResourceDefinitions. For example, I would like to deploy an istio VirtualService, which only results in an error at the moment.

So commands dont freeze when NuGet downloads get stuck

enhancement
area-Framework

e.g. ```cs [Command("kill")] [CommandActor(typeof(UnturnedUser))] public class KillCommand : Command { private CommandFlag m_PlayerFlag = new("player") { IsRequired = false, Short = 'p' } public async Task OnExecuteAsync() { var player...

enhancement
area-Framework

e.g. @startup:1h30m to run something after one and a half hour after startup

enhancement
area-Framework