Ben Orozco
Ben Orozco
@douglascofferi @jakesjews interesting... although my initial question was more about the possibility of **observing the whole fragment** for *internal changes*. In @douglascofferi example that would be observing `judgment` for changes....
Hi @workmanw, thanks for asking. I meant "When values are updated". My use case is more or less like this: I have several objects (fragments) with a bunch (lots!) of...
@jakesjews thanks for the info! The second article is indeed interesting, although more inclined towards collections (arrays). For plain objects/fragments I was thinking about using raw observers: ```javascript init() {...
Experiencing the same when using `.env` (dotenv) to set `PORT` env var to a different port number
I ended up starting the server while seting the `PORT` env var explicitly, as it seems `server.js` doesn't load `.env`: ``` $ PORT=3003 yarn run dev ``` Hope it helps!
Same here, any alternative?
Same situation for ActiveModel resources from a RoR server (cc @marinsalinas): ``` { "post": { /... } } ``` ``` { "posts": [ /... ] } ```
Also would be nice [JSON:API](http://jsonapi.org/) support, or at least documentation for creating/overriding the adapters: - https://github.com/Decisiv/json_api_client
I would also like to enable/disable features programmatically
@OpakAlex https://zeit.co/ https://glitch.com/