Hugo Lopes
Hugo Lopes
A big +1 here. This is an ancient request. It goes back to 2011, before the project migration to github: https://github.com/GothenburgBitFactory/taskwarrior/issues/218 I loved the taskwarrior concept but most third-party frontends...
I am using 0.6.3 from snap store on Ubuntu 18.04 and that bug doesn't occur with me
It is really odd. Maybe it is really related to your distro specifically, something related to how inputs are captured by electron apps there. I tried 0.6.2 now. The issue...
Anytime! Hope the authors find the root cause
A workaround for that, based on this article: https://jasonraimondi.com/posts/fix-binary-not-found-error-asdf-nodejs-v14-with-m1-mac/ `mv ~/.asdf/installs/nodejs/14.19.1 ~/.asdf/installs/nodejs/14` `asdf reshim nodejs`
You can use the library PDFKit uses internally: https://github.com/foliojs/fontkit Code for measuring string width would be as follows: ```js var fontkit = require('fontkit'); var font = fontkit.openSync('/path/to/font.ttf'); function getStringWidth(str, useKerning)...
It doesn't use PDF, it is the library for font loading only. I don't know how you would get the glyphs width in pixels exactly though, maybe you can get...
Maybe it helps someone facing that in tests: It happened with me because a mocked resolver had an exception inside. In my case, I was accessing a property from the...
All Linux clients are wrappers for Whatsapp Web. Calls are only available on the official Whatsapp Desktop, which is only available for Mac and Windows. So you won't see that...
I think we can use `nextFetchPolicy: 'cache-first',` as a workaround, just so network requests are avoided. But it is a bug a for sure