Nolan Darilek
Nolan Darilek
So am I correct in assuming that, if I use this component directly from Git, it will work with Vue 2.1.x and Bootstrap 3.3.7? Or is this version in master...
Not sure to what extent this is a meaningful question, but are there any current ways to call out to JS functions from Lua modules loaded via Love.js? I have...
Ah, that is helpful. Thanks, wonder if it might be added to the README? So it looks like the job server doesn't perform work, but they can be running in...
Did a bit more research, and [this workaround](https://github.com/vsivsi/meteor-file-sample-app/issues/2#issuecomment-120780592) doesn't resolve the issue. I filed an issue requesting that collection2 be a separate, importable module, but not sure when that might...
Cool, thanks for the quick reply! This compiles, but I can't call /metrics on my local app via curl. Is this only enabled in production, or is there another missing...
Never mind, found [this post](https://blog.smartlogic.io/monitoring-your-elixir-app-with-prometheus/) and that pointed me in the right direction. Thanks for your help!
Let me play with this a bit more and get back to you. I think it might be a transpiler issue and a mismatched line number between the input and...
OK, resolved this. Apparently Rails migrations don't work under MySQL 5.7. This was fixed, but presumably in a newer version of Rails than you're using. Wonder if it might be...
Universal Markdown support would be amazing, but if the issue is lack of resources, I'd personally like to see the various game edit screens added next. I'm a blind game...
The latter. I have my game's description in a README.md that Pandoc converts to HTML for the manual. I then paste either the Markdown or the HTML into various places,...