Strider

Results 85 comments of Strider

Hello. `[email protected]` doesn't seem ready for Node. To require it instead of `require('jasmine-core');` one should use strange `require('jasmine-core/lib/jasmine-core/jasmine');`. However, I found no signs of `it` or `describe` in it. And...

@intel352, thanks for heads up, I will adapt for Node. At least for now I know that this part of work is still on my shoulders.

Starting to create package for node. Most of code suits well, but I've replaced `output` variable (I dunno what it is) by `console.log`. https://github.com/StreetStrider/jasmine-nodal Async tests look fine.

Hi again. @tebriel, Today I've tried adaptation in branch, you've posted. What is the `spec` file here? I've tried to use binary on this branch on my file that contains...

That way seemes not working as well. Here I tried to put additional info: ``` sh ↳ npm ls --depth=0 | grep jasmine-node └── [email protected] ``` I have `tests` directory:...

@tebriel, yes, thanks, I've pulled latest and `--matchAll` did the work. I might think that something is in naming convention. Indeed, all examples have `Spec` postfix.

@tebriel , ye, thank you. This is what you mean when say about bug.

Seemes that bug on beta3 is unstable, it appears periodically.

@Mapiac aside perf questions, flyd and most.js are slightly different in architecture. most.js is more of an Observable (instantiates new «pipe» for every client, with optional ability to «multiplex»), flyd...

@Mapiac as time goes on, I was inspired to perf against Observable libraries. I was focusing on my library, fluh, and not flyd itself, but since I kinda beat flyd,...