saidimu apale
saidimu apale
Hi @jimlloyd, I moved away from Titan. I'm also not certain how this fits into Titan 0.5's revamp.
Curious if Kafka was ever considered. Seems like it would fit the bill. ``` 5. Switch to a different database or message bus. There is no perfect solution on the...
For a related redirect issue https://github.com/STRML/react-router-component/issues/24#issuecomment-135113492, here's what I use that so far works even when directly typing the url: https://gist.github.com/saidimu/2758402f7916f4e35dee ``` // jshint unused:true var React = require('react'); var...
@jsg2021 Where is the `replace` parameter documented? I see no appreciable difference between omitting it, `{replace: true}` and `{replace:false}`
@camsaul It is standard to use environment variables for configuration in cloud deployments (see Heroku's [12 Factor App](http://12factor.net/config) guidelines.