Gregory Huczynski

Results 15 comments of Gregory Huczynski
trafficstars

FYI I've seeing a similar "Uncaught ReferenceError: require is not defined" on using tinify+browser-pack-flat with https://github.com/nodeca/pica version 6.0.0 (it worked on the previous pica 5.3.0). I asked the pica author...

@rxaviers I'll see what I can do. Any guidance on roughly where in the code I should be looking?

OK, this issue isn't going to be my highest priority, though I will hopefully get round to it at some point. I believe the issue only affects 4 locales, all...

Hi @abagshaw. Did you ever open-source the "smart-cropping" tool built around the fast feature detector from tracking.js? (you mentioned it [here](https://github.com/jwagner/smartcrop.js/issues/46#issuecomment-242283928)). I'm looking for a fast browser-side smart-cropping solution, so...

@abagshaw thanks for the reply. Good luck with the venture!

Hi @mikolalysenko. Any chance of this PR being merged into binary-search-bounds? I've just the same CSP violation whilst using interval-tree-1d, which uses binary-search-bounds. Many thanks.

I've just dug into why error locations from esbuild-coffeescript can be wrong, and was surprised to discover that the coffeescript compiler itself is causing this (at least in my case)....

+1. Just ran into the same bug.

And the offending line is: https://github.com/jkutner/guard-jruby-rspec/blob/master/lib/guard/jruby-rspec.rb#L42

OK, I had an initial go at this, but I'm going to step away. It seems that guard-rspec has also undergone a "compete rewrite", along with the changes in Guard...