Evin Callahan

Results 12 comments of Evin Callahan

Getting the same exception. In my case seems to be only problematic when I expose lodash to a view, but works fine without this. ``` js angular.module('App') .controller('SearchCtrl', ['$scope', '$state',...

I have the same problem, using the most recent master image (`ef55cfcceda7`) and version `v3.3-dev` on both docker `17.04.0-ce` and `1.13.1`. It's fairly difficult to reproduce, and seems to occur...

@michaelshobbs I don't use the logstash module, I just use the tcp+syslog output.

On @sfrique 's note - I wonder if using journald log driver (if possible) instead of json-file would help this?

I haven't seen this .. using logspout:master in AWS+rancher, via syslog+tcp, and it doesnt seem to take more than 11MB or so of memory at any given time. I'd ask...

Can't agree with this more, had to uninstall the extension for now as I use 9000 for app dev

Here's a quick little script to re-add busted magnets: ```bash #!/bin/bash TRANSMISSION_ARGS="-n username:password" START_ID=23 END_ID=38 for i in $(seq $START_ID $END_ID); do info=$(transmission-remote $TRANSMISSION_ARGS -t $i -i) magnet=$(echo "$info" |...

Noted the same / similar issue in https://github.com/hypeserver/react-date-range/issues/330#issuecomment-721482829 with some demos there.

I've got [the same problem](https://codesandbox.io/s/react-date-range-demo-forked-4y5g3?file=/src/DatePicker.jsx), seems as though there's no way to have an empty selection. You either have: an empty array in the initial state: throws an exception: ```...