Chris Turner

Results 13 comments of Chris Turner

Correct me if I'm wrong, but you're not setting the context path in your traefik settings. How would you enable something like http://example.com/flood rather than just having http://example.com which you...

I hit this problem today, and ``` if (System.getProperty("os.name").startsWith("Mac")) { SystemTray.FORCE_TRAY_TYPE = SystemTray.TrayType.Awt } ``` Allows me to progress forward, so thanks for the tip :D

Just adding in that I've also just stumbled on this and was surprised profiles didn't work the same way as Spring Config. I think the docs are a little confusing,...

You can access the code base here https://github.com/fablue/lime-flutter

Also experiencing this.

Any update on the movement towards a new JSONApiSerializer? Would be really helpful at this stage and as you mention the spec has stabilized a fair amount.

I'd be interested out of pure curiosity as what your user case is for this?

You can't as that would break the spec. See the docs for examples http://jsonapi.org/format/#document-top-level

Hmm I'm brand new to Jekyll so this could contribute to my issues... I have posts.md which contains standard Jekyll stuff, I've just tried removing the .html from the permalink...