Charlie Egan

Results 22 comments of Charlie Egan

I've been working a little with Wenlin on this today and my plan was, if there was more time, to build this incrementally with TDD in stages, e.g. 1. GVRs...

You are correct, I was imagining that it'd be possible to supply a list of namespaces that comes from kubectl get ns if the agent were running locally using the...

I fear that this isn't clear enough in its current form. I'd like to see this refined in scope, e.g. are we talking files, are we talking http etc. Ideally...

:+1: I like the idea of cutting this back to documenting the process for requesting a new datagatherer.

I updated the title. I think we leave this open?

We chatted a little about this in slack, sharing an update here for future. This feature, if added would not be possible to test in Go alone. (https://github.com/golang/go/issues/36285#issuecomment-569507889) Golang's own...

Related to https://github.com/StyraInc/rego-style-guide/pull/19 merged today, might it make sense to automatically correct this? i.e. ```rego full_name := name { name := concat(", ", [input.first_name, input.last_name]) } divide_by_ten(x) := y {...

I once worked on a Hugo site that made use of the weight field on staff pages - it raised the eyebrows of a few new joiners! 😂 In the...

Hi 👋 I'd be interested in this too. It's supported by the python wasmer here: https://wasmerio.github.io/wasmer-python/api/wasmer/wasmer.html#Memory.uint8_view This functionality would be useful when working with wasm modules which the wasmer user...

Hey @pedroignacio13. I have had a look at what k8s does. They shared have some guidelines here: https://kubernetes.io/docs/contribute/localization/#start-a-new-localization. These guidelines make some sensible suggestions on how to localise documentation. Notably:...