Dmitri Zaitsev
Dmitri Zaitsev
Update. The same problem occurs with the other (simpler) `angular-google-maps` library, here is the description: https://github.com/allenhwkim/angularjs-google-maps/issues/63 The code is shorter, so hopefully easier to troubleshoot.
@puffnfresh > I don't understand CFoldable though. Usually we'd just choose an order and move on. Can that not be done? `CFoldable` is a different abstraction with different contract --...
@puffnfresh By declaring the object as a `CFoldable`, which requires the function passed to be valued in commutative semigroup. Such as `all`, `some`, `max`, `min`, `add` and many others. That...
I am getting the same error, any updates?
I had fixed the problem by manually deleting the huge log files previously created, then deleting the entire `.pm2` directory and restarting the whole process together with `pm2-logrotate`.
What makes it cryptic is the reference to ```js t(...) is not a function ``` Because there is no such function facing the user. The JS regular ```js undefined is...
Just came across this post, could that be the missing sauce? https://medium.com/@drboolean/debugging-functional-7deb4688a08c
Awesome! 😄
>I think Foldable is all you need, however you will probably get some pushback because it's already been decided that Object doesn't implement Foldable. It has been discussed many times...
>Thanks for the analysis of Object with respect to the ADTs. That's very helpful. You are welcome, some were just rough ideas, will be happy to elaborate if desired. >That's...