Howard Jones

Results 124 comments of Howard Jones
trafficstars

I realised I misread the KLE file. The 'f' is a specific filler component. The klepcbgen Key() object actually has the right x_unit value, but should do something different to...

Hitting this too, while looking around for a prometheus option for celery. We use pickle encoding to allow us to pass dataclass objects to tasks (which the default json serializer...

(confirming - if you add your Celery config object in exporter.py, everything seems to work. Just need a way to do that without altering the code! :-) Not sure if...

What do your TARGETs look like for this map? (Specifically any that have a multiplication in them)

So the part that is failing is only run if it thinks multiply is necessary. ``` if($multiply != 1) { wm_debug("Pre-multiply: $in $out\n"); $in = $multiply*$in; #

I've run into an ajv bug that seems to be fixed in v8, so I also have been looking at updating jsoneditor. Looks like .dataPath is now .instancePath and there...

I started on this, but I think I don't know enough about javascript development with babel to do this effectively. I can't see how to run in the debugger in...

No, I'll have another try! Thanks for the pointers. I'm interested to learn some more of this. (for me, jsoneditor was a drop-in for my Flask app, so far). One...

For what it's worth, Squid in bump-in-the-wire mode (with a client that has the appropriate CA cert loaded) lets the proxy see the content, and doesn't trigger CloudFlare (with regular...

I think I am seeing this with 1.3.1 too. Other applications using akv2k8s are working fine - just this initContainer is failing. No proxy in use. In the controller log:...