June

Results 88 comments of June

I ran into this same issue (saw the same `Cannot find module 'tslib'`) and solved it by: 1. Install the plugin normally 2. `cd` into the plugin directory (e.g. `cd...

I don't think we would have to modify the input string at all for what I'm suggesting, just calculate its width based on the assumption that a tab will be...

I am seeing some implementation flaws in this, and have some thoughts that I'd like to get your opinion on. So, I initially added the `tab_width` parameter into the `Word`...

You make a good point there (that `\t` should still be considered a word by itself when using `AsciiSpace` separator), but then we would need to keep `tab_width` as a...

Hey! Sorry I haven't been responding or working on this, my need for it has significantly decreased in the past months so it sort of got put on the backburner...

I'm not an experienced web developer (I've only ever used php out of those you listed), so I really don't know what the accepted practice would be, but I'm fairly...

I made a pull request that should fix this issue, implementing option 1 that you mentioned before. Could you check it out and let me know what you think?

try running `brew install libusb` and see if that fixes it — that seemed to fix it in #39

Yeah, it's really funky that it doesn't work now; I tried out a few things on my own and also couldn't get the phone to create a group chat no...

Yes, this is definitely an issue -- I only realized it after releasing the update with tapbacks, but it's been on my list so I'll work on it and let...