Nick
Nick
@petruisfan Any updates on this?
@petruisfan I'm on OS X (El Capitan). The issue happens with frequent code changes, instead of restarting it crashes. I get a lot of `crashing child` in the console.
For those interested in how to do this, the source code is here: https://github.com/oauthjs/node-oauth2-server/blob/52cb49eea17a298708dbe17d71851df86ad9a020/lib/models/token-model.js#L46-L54 Just pass, `allowExtendedTokenAttributes: true,` as an option in the server constructor and any additional properties will...
@p-bakker Any updates on this?
@Morriz How did you get it working?
Additionally, the updating of the state is generally the responsibility of us rather than the lib (at least in React land). This gives the developer options to either update on...
@yogthos Thanks for the reply. How might you recommend we approach something like this? Basically the scenario is we want to conditionally apply a CSS class to inputs based on...
@yogthos Thanks! I think this will work as a stop gap.
@yogthos Maybe if I find the time, I can try and make a PR soon.
@yogthos Thanks this is super helpful! It might benefit others to have your re-frame documentation in the readme reflect this. The only issue I have w/ this implementation is it...