Michelangelo Partipilo

Results 20 comments of Michelangelo Partipilo

I wrote a GatsbyJS plugin for Cockpit, I will look into this project and perhaps I can pick this one up.

We were having this discussion over at issue #43 Another headless CMS doing localized fields quite well is [Cockpit](http://getcockpit.com).

I understand why it must be done this way, but it’s not pretty. Personally, I would rather have the option to filter all the fields from a query parameter. query(locale:...

The way Cockpit CMS does it is with a URL query parameter. If the parameter is not provided the localized fields get a locale suffix. So far this is the...

That would indeed work, of course. I brought up the other approach just in case it might give you more ideas. My concern is more towards multilingual sites using gatsbyjs.

I would also recommend looking into Supabase. It looks very promising, and it has a very active community.

I was considering a Javascript rewrite of Cockpit CMS, then I saw this featured on GraphQL Weekly. I will take it for a spin, see how the code is structured....

I never thought that formatting would be an issue. I was thinking of just reflecting what Go does without many moving parts, just for pretty printing. Any more complex scenario...

I was windering how I could fix this. I also have the hash disappearing from the url for some reason for only one of the links in my page.

I will once I can confirm it's not my fault. It's somehow only happening with the same links that have the problem described in this issue, I thought it might...