Steve Manuel

Results 212 comments of Steve Manuel

I appreciate you asking all these questions, and if you have found solutions it would be equally appreciated by myself and the community if you'd share. It's obviously not a...

What are your thoughts colocating the certs and the rest of the ponzu deployment? (similar to how the `db` files are next to the binary). My thinking is that the...

The `--cert` and `--key` paths make a lot of sense to me, but I think we should consider leaving the default path as-is: https://github.com/ponzu-cms/ponzu/blob/master/system/tls/enable.go#L27, since it is fairly generic enough...

@gedw99 Hey, thanks for sharing some ideas! Lots to unpack here, so I'll address as much as possible, and likey part-by-part. If you do have some code / working examples...

### Live queries Without considering much about graphql, I thought a bit about how something could be added to broadcast the `item.Hookable` interface methods (i.e. `BeforeAdminDelete`, or `AfterAPICreate`, etc.) across...

Excellent -- thank you for the feedback. > IMHO creating few routes in plugin is not that big of a deal for a plugin authors. But if ponzu had methods...

Great -- thanks for your help thinking it through. >Would this be a part of addon signature or additional call? I understand signature is optional right now, but having this...

@guycalledseven - hey hope all is well! just checking in with you to see if you had any thoughts on getting this featured added, and further locking down the addons...

@zharley - thank you for the kind words, glad you are liking it! It's great to have your interest on this -- finalizing the Addon APIs is something we need...

@zharley, I just patched @aleksen's markdown editor addon, but until they merge the PR, you could probably just copy from https://github.com/nilslice/smdeditor/blob/f0de6fd834888eb4ff3c0b9b1273116bd8b0eb08/smdeditor.go Let me know if that works? I'll get a...