Alexander Praetorius

Results 101 comments of Alexander Praetorius

Just figured out, that the original `jsfeat` lib seems to be https://github.com/inspirit/jsfeat Maybe that's what is published here https://www.npmjs.com/package/jsfeat or maybe not. The library has a network where I am...

my fork is still "Work in Progress". I would like to remove `grunt` and for example make clmtrackr instead use `var jsfeat = require("./jsfeat")` Even better for me would be...

@zeke do you say the way brave supports chrome extensions works for beaker too? @pfrazee I am considering for quite some time already to make Beaker Browser my main Browser,...

i don't know. I tried that, but for some reason there were so many complications and errors. In theory i imagine that should be enough, but because it's connected to...

I'm still interested in this pull request. I see that tests are failing, but I can update everything again. I'm just wondering about the proposal in general. Is that a...

Not sure if this fullfills the needs, but it might be a good starting point https://www.npmjs.com/package/accountdown

@inspirit this discussion above looks good. why was this not merged yet?

What about testing and using `addEventListener` only when `val` is not a function?

I tried to explore it. I never tried that before. **To me it looks, that when you discard a `node`, no matter which way of adding an event handler you...

I saw that `addEventListener` is a bit faster than `.onclick = ...` and I tried another measurement without discarding nodes ```html test var n = 1000 var str = 'foobarbaz'.repeat(n)...