Christian Petersen

Results 64 comments of Christian Petersen

I don't know if I understood this exercise completely. Particularly this line: > Because of the difference between the spawned threads' sleep time, and the waiting threads sleep time, when...

+1 This has been a problem for me since I installed it back in December. I also vote for @jamesmacaulay's solution to this problem. It could conflict with other shortcuts,...

Actually I got this fixed by creating a `Default (OSX).sublime-mousemap`—where `(OSX)` would be `(Linux)` for Linux and `(Windows)` for Windows—in `/Packages/User`. You can find your Sublime configuration directory by going...

What if the elevator gets stuck in @feross and/or @mafintosh? Need more clarification

@jbenet I like the second approach as it is more generic. Would it return a `Boolean`?

@jbenet I meant you should be able to set the conditions for when an entity is stuck or not.

:+1: I made an async feature (#6) which would help out a lot with cases like #4

@RReverser Support for Observable and good ol' callbacks would be good.

@klaemo Observables supports Promises out of the box through [RxJS](https://github.com/Reactive-Extensions/RxJS).