Josh Vanderwillik
Josh Vanderwillik
When I have a template that looks like this ``` html ``` Only the last `ng-multi-include="icon"` is filled in the output. Is there a way to fill both with the...
This is a proposed solution to issue #35.
I could not get this port to work at all. I spent almost 2 hours and got nothing. I love how this library looks, so if you should ever restart...
I recommend that the docs should have an example of how to stop the underlying rethinkdbdash library from logging connection data. The default is fairly unintuitive, IMHO.
Hi, Obviously this is personal opinion, but I found that the emoji in the Professional Coder felt unpleasant to me. My best attempt to explain it is that it felt...
# Problem Hi, I was trying to insert a [uuid](https://github.com/ramsey/uuid) into a record, and it caused a 400 error because the finished record looked like this ``` event,foo=bar id=a605d377-47bd-4d9a-8b6e-c9ed66bed255 ```...
Does this library support Slim v3? It doesn't mention any version requirement in README.md and I'm getting an error that `Slim\Log` colud not be found. I looked in Slim's source,...
I have a couple of points about the null coalescing operator, `??`. Firstly, why isn't it still `||` like vanilla JS and the rest of the programming languages[1]? Changing it...
The reason I was interested in this tool was to merge ~2TB (3gb chunks) of data without downloading it to a middleman server first. Doing this in serial will take...