Roman Pearah

Results 101 comments of Roman Pearah

That would be nice. For those reasons, I'm not using it at all at the moment.

Yes, here is the top of the strack trace: ``` fs.js:612 return binding.rmdir(pathModule._makeLong(path)); ^ Error: ENOTEMPTY, directory not empty '/run/media/neverfox/Data/Linux/Repos/myproject/public/javascripts/vendor/firebase' at Object.fs.rmdirSync (fs.js:612:18) at Object.exports.rmdirSyncRecursive (/home/neverfox/.virtualenvs/myproject/lib/node_modules/mimosa/node_modules/wrench/lib/wrench.js:170:15) at Object.exports.rmdirSyncRecursive (/home/neverfox/.virtualenvs/myproject/lib/node_modules/mimosa/node_modules/wrench/lib/wrench.js:150:21) at...

Interesting. I know I wasn't having this problem in the past. It seems that it's able to delete a little bit, then it hits a wall. Then when you run...

It would still support React, right?

One common use case for ref that I still run across is the need to run public component methods on some third-party components. While I'd prefer authors not create these...

Same on v0.8.20, both examples. On v0.10.5, I get: node-apiserver\examples\account\node_modules\console-trace\console-trace.js:43 arguments[0] = console.traceFormat(__stack[1], name) + pad + arguments[0 ^ ReferenceError: __stack is not defined at Console.console.(anonymous function) [as info](node-apiserverexamplesaccountnode_modulesconsole-traceconsole-trace.js:43:42) at...

@rwhepburn Have you tried this in Durandal 2.0 using the composition module's `addBindingHandler` method? So far, it has solved all my problems related to binding handlers that need a stable...

@Vik-- Here is the basic format: ``` coffeescript define [ "durandal/composition" "knockout" "jquery" "bootstrap" ], (composition, ko, $) -> "use strict" composition.addBindingHandler "popover", update: (element, valueAccessor, allBindingsAccessor, viewModel, bindingContext) ->...

Sorry. I just noticed that this is a duplicate of some other issues.