Joe Lencioni

Results 248 comments of Joe Lencioni

🙀

Years ago I implemented a "did you mean?" feature and ended up using a combination of levenshtein and metaphone. I don't remember the specifics anymore, but it seemed to work...

Then add image support with indexed OCR and I'm in. On Sun, Feb 21, 2016, 3:42 PM Greg Hurrell [email protected] wrote: > Obviously a wish list item given the amount...

I don't think it would cause any problems. It won't be able to take advantage of optimizations that React will make to rendering functional components in the future though, so...

Ah that's right. Yeah that should work. Won't be able to support earlier versions of React before PureComponent existed. Also, I'm not sure how much difference it will make for...

How come? svgo has a lot of plugins enabled by default, and this proposal simply extends that to also include a plugin that is guaranteed to always be applicable in...

@emartini can you share your configuration here?

Supporting yarn-path would be great! Today, this will fail for me like: ``` nternal/modules/cjs/loader.js:983 throw err; ^ Error: Cannot find module '/private/var/folders/xx/x1wk74qd7pl6zh7y_0x3lqs00000gn/T/tmp-37785Pjy7IcDusgFR/script/my-yarn.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:980:15) at Function.Module._load (internal/modules/cjs/loader.js:862:27) at Function.executeUserEntryPoint...

@reohjs Is there anything useful in your importjs log file? You can get the path to the log file by running `importjs logpath`. It might also be helpful to set...

When exploring this, it might be worth thinking about how we might support things like Flow and TypeScript via plugins and whether or not that is worth doing with plugins...