Steve Manuel

Results 212 comments of Steve Manuel

Hi @zharley, The addon was merged, so you can and run the following from your ponzu project: ```bash $ go get -u github.com/aleksen/smdeditor $ rm -rf addons/github/aleksen $ ponzu add...

@zharley, as a good primer, take a look at the [FB Scheduler addon](https://github.com/bosssauce/fbscheduler) which demonstrates how an addon can register itself with the CMS, and present some UI for configuration....

Hi @paultyng - I haven't really put much thought into i18n specifically for content (added to the CMS by a user). I think the first step for any i18n would...

Hi @paultyng - Sorry for the delay in response.. I wanted to give this enough thought to offer some actionable feedback for you or anyone who might want to work...

@MartinSotirov - The bucket structure would be better suited to have the translations a sibling bucket rather than a child. The reason being, all of the Content APIs and Database...

Thanks, @torniker - just a heads up, with the CI broken, we're not in a good spot to accept PRs. I'd ask that any incoming code include some cleanup of...

👋 @prax-dev and @krishnakumar4a4 - nice to meet you both. Happy to help however I can to get you started. Let's use this issue as the primary point for discussion.

I don't have a solution in mind for this, but it is a good question. The team is generally recommending the use of Cloudflare Pages instead of Worker Sites, but...

Thank you for the explanation here, @Dav1dde! One minor note, is that you should be able to use the `kv` method on `Env` to access a KV namespace. So instead...

Hi @allsey87 - I'm not at Cloudflare anymore and don't have a good line of sight into the priorities here, nor the ability to merge anything. Maybe @zebp could provide...