Matyáš Racek
Matyáš Racek
I don't see how writing insults help this situation in any way, since that's what caused the problem in the first place.
Looks like webstorm started supporting enum attributes autocomplete   So the last remaining issue is fixed.
I haven't tested this with Quasar 2.0, but I think it should work. But mostly it's just not needed anymore. Most of the functionality is already covered by webstorm itself...
Sorry for the late response, I've read this and then forgot about it 😄 I am actually not sure what is the problem exactly. From IntelliJ point of view, TypeScript...
rel: https://github.com/insign/universal-ide-helper A bit different approach
Today I found out that inlining function from a different module doesn't delete corresponding import, so if the function was removed, the code no longer compiles after the refactoring. That's...
> To be honest I'd rather have it the other way around so you won't be able to register hooks multiple times in the future. Yea, I understand, that makes...
Workaround for now is to let jimp create buffer by mime type with `getBuffer`: ```js const buffer = await image.getBufferAsync('image/png') const result = await worker.recognize(buffer) ``` This is not ideal...
Now that I think about it, it can't work that way, because bitmap Buffer doesn't contain information about dimensions. Now I don't understand how I managed to make it work...
We ended up copying and customizing the source directly because we needed some more features. When we settle everything I will submit PR ;)