Thomas Weiser

Results 14 comments of Thomas Weiser

@atlewee thanks, missed that one. Example is now updated too.

I don't work with node and don't know the differences of it's Firebase library, so I cannot tell.

Added a commit with: - Support for special `port` and `effect` module syntax. - Changed both `Elm.YAML-tmLanguage` and `Elm.tmLanguage` Example of valid module declarations in 0.17: ``` elm effect module...

Just opened a [PR](https://github.com/wbond/package_control_channel/pull/5551) to adopt the package by elm-community.

Opened [PR](https://github.com/github/linguist/pull/3027) at github/linguist.

Status report: - Code rendering on GitHub is [updated](https://github.com/github/linguist/pull/3033). - Sublime package: The Package Control maintainers [will wait](https://github.com/wbond/package_control_channel/pull/5551#issuecomment-223156934) 14 days for deadfoxygrandpa to come up on this issue.

Yes, I will update as soon as I have [migrated ElmFire](https://github.com/ThomasWeiser/elmfire/issues/13) to Elm 0.17.

Would be an interesting approach. Do you have a certain use case in mind? Let me see if I understand you correctly: Current `elmfire-extra`'s setting goes like this: Firebase data...

My suggestion was based on the assumption that the server is free whether it will include the related resources or not on a case-by-case basis. If this interpretation is right,...

Great outline of this feature so far! For a project I'm currently working on I've [written a function](https://github.com/oliverbarnes/participate/blob/aada1916685d6621f4721fb5c69b0c4d9825ab54/src/JsonApi/Extra.elm#L43-L139) to encode a new resource object from its type, attributes and relationships:...