Brian Henderson
Brian Henderson
for posterity, /group/app -> app-group.marathon.mesos worked for me
I figured out there were goimports errors being silenced. I'm trying to look into the other things.
Digging into it, this is what I've come up with. I wanted to see if I was on the right track before submitting a PR. ``` diff --git a/plugins/gnostic-go-generator/render_types.go b/plugins/gnostic-go-generator/render_types.go...
hi, sorry I missed your original PR. May I ask why you want this? also, hoe gem generates the gemspec.
I don't have time to test this myself, can you confirm that you've built the gem and the file shows up in your ci server? I also don't like using...
Hi, sorry I've neglected this PR. I don't really do ruby dev any more, so I've asked circleci (in email) if they can take over the gem. I'll update here...
hey jeremie, thanks what I'm looking for is if there is no content type, ie cat json_file | kronk using -P json works. Maybe allowing for something like that in...
Yeah. Sorry. I'm pipping in from some other command not actually a file On Thursday, August 22, 2013, Jeremie wrote: > If you name your file *.json it should know...
old issue, but you could probably set [prefix and suffix](https://github.com/kriasoft/knex-types/blob/73a46301b7f1ef22c275e87e7815e6d7a7488cda/main.d.ts#L18-L19) options ``` updateTypes(db, { output: 'db.d.ts', prefix: `declare module 'knex/types/tables' {` suffix: '}' }) ```
I was looking for a feature like this. Although, I think the configuration should be a custom function that we can pass in. I ended up hacking it like this:...