Jeff Quast

Results 220 comments of Jeff Quast

```ruby require 'unicode/display_width' display_width = Unicode::DisplayWidth.new(emoji: true) puts display_width.of "\u23F1" # => 1 puts display_width.of "\u23F1\uFE0F" # => 1 .. should be 2 ``` outputs ``` 1 1 ```

Problem -------- The javascript application at https://btu.bose.com/ calls URL http://127.0.0.1:49312/updater/getUpdaterVersion to communicate with Bose Updater app and shows blocking modal: ![image](https://github.com/bosefirmware/ced/assets/972584/93579b67-3a54-4dcd-a2c2-d2c68625bf14) Solution -------- Modify the `compareVersions` function of the javascript...

If you see this error, it may be caused by any number of errors that is hidden by the exception handler that causes this message, "policy was updated". To discover...

On textwrap, there is a pretty strange edge-case found in downstream blessed library https://github.com/jquast/blessed/pull/275 -- what should be done when wrapping wide characters to a column length of 1? We...

I don’t have any time in the coming year.. I sense the same is for our co-maintainers. I usually contribute to FOSS projects during periods of unemployment, which cannot be...

I can't attend to it, but you are more than welcome to ask for commit access from @tehmaze like I did and manage the next pypi release and go ahead...

@danie007 sorry for the delay, - I suppose you are wishing for an example using lrzsz package upfront in README file? We do have automatic tests in the repository for...

Thank you @dcliftreaves for the contribution, it's very appreciated. I think I get the idea here, previously: - single read() for first seq number - single read() next seq number...

This PR pretty much mirrors the issue for #19, which was for send()

Hope to get to this over the holiday!