James Strachan

Results 210 comments of James Strachan

data is a String key and a String value. I'm guessing lots of users are gonna create ConfigMaps and not get around to adding a JSON Schema. e.g. we've got...

I agree that we should always try to add a json schema everywhere. I'll try fix the f-m-p to always add one for apps fabric8 generate btw! The main thing...

I raised a separate issue of supporting YAML encoded json schema which will help folks hand-craft JSON Schema into ConfigMap files. https://github.com/hawtio/hawtio-kubernetes/issues/131 I still like the 'generated form with no...

agreed - we need Gerrit to actually work first mind ;) I'm not totally happy with the "cdelivery" and "cdelivery-core" names either. Am tempted, once gerrit works, to have 'pipeline'...

I wonder if there's a URL link we could use to tell IDEA / Eclipse to clone a git repo and open the project? Not sure such a thing exists...

on reflection, letting any PR have admin on all secrets is probably a tad unsafe; so its probably better to disable populating external secrets on the PRs and doing that...

here's a little sample project that demonstrates the issue: [cheese.zip](https://github.com/xlab/c-for-go/files/11576611/cheese.zip) if you run `make all` you'll see the compile error: ``` $ make all c-for-go -out .. cheese.yml processing cheese.yml...

I wonder if the issue I'm hitting is more to do with the use of an enum thats not using a `typedef`

I'm afraid I can't quite grok how that comment affects a `CEnumSpec` having no `Tag` or `Typedef` and so generating the type expression `C.enum_` for a go type which doesn't...

@xlab thanks for the clarification! So I'm wondering if we need a configuration option for a strategy on how to pick the right size of the enum given the number...