francoisj

Results 12 comments of francoisj

cf.https://github.com/deepmind/kapitan/issues/144 also.

@adrianchifor Previous versions of the spec explicitly authorized what I want. https://yaml.org/spec/1.1/#id931893 New version of the spec have a (for me) cryptic comment `/* For some fixed auto-detected m >...

As a point of data kubectl does not overindent sequences on its output. My main objective here is to be able to compare kubectl output and kapitan generated files with...

Hello, is there any progress on this front? The optimisations of go-jsonnet are badly needed in some contexts.

if needed we can help. If you have some work in progress somewhere we can take a look at it.

GIL handling was ported to go-jsonnet in last release cf. https://github.com/google/go-jsonnet/pull/474 and https://github.com/google/jsonnet/releases/tag/v0.17.0

When I took a stack-trace on the deadlock produced by @xunleii test-case above I find the exact same stack than in [go-jsonnet ticket](https://github.com/google/go-jsonnet/issues/484) including Go `runtime.gcStart`, which obviously must wait...

I tried to advance on this once again. By using the "spawn" method of multiprocessing I stumble on problems with callbacks I did not investigate further. I just bypassed the...

I repeat the thanks to @ramaro This change is a life-saver for our daily workflow and we just migrated fully to your branch. What would be the next step to...

I have the same problem importing a MySQL database but it is a bit random. I tweaked the "batch rows", "batch size" and "rows per range" but I can't find...