Adam Crownoble
Adam Crownoble
For anybody else that might be having problems I discovered that if you have an overly "helpful" DNS server that resolves bad DNS names to a search page (like [OpenDNS](http://opendns.com)...
@juangalbea That works! Why does it work!? This was broken for me: ```javascript data() { return { } }, computed: sync('users/users@:id', [...]) ``` and this worked: ```javascript data() { return...
Thanks. Right now I'm definitely just targeting 0.10.0 since I need to have this functionality soon. But I'll try to keep it up to date with new versions.
So here is what I have so far for anybody who's interested. ~https://github.com/worshipresourcemedia/active_model_normalizr~ https://github.com/codenoble/active_model_normalizr The code is a bit messy and needs some refactoring, which I will hopefully be able...
I'm wondering this as well.
Is there any way to get this resolved for Bootstrap 5?
I'm guessing no. This seems to be a maintained fork though: https://github.com/mvz/non-digest-assets
Any update on this? I'm trying to get source maps working in `production` as well. I was able to get them generated by following @cllns's instructions above. But I'm also...
+1 It would be great to get this merged.
Sorry for sitting on this one for so long. I remember reading it earlier, but for some reason didn't comment. This makes sense to me. Although, I'm not sure I'm...