buzmeg

Results 20 issues of buzmeg

Did I miss a way to test if the BBQueue is empty without actually pulling bytes? If not, was there an architectural reason not to implement is_empty() on a Consumer?...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

### Platform Android (possibly others) ### Plugin network_info_plus ### Version 2.1.3 ### Flutter SDK 3.0.2 ### Steps to reproduce Confirmed in #614 by @vbuberen ### Code Sample ```dart var wifiIPv4Broad...

bug
triage

I had an error in DNS, and accidentally triggered rate limiting from Let's Encrypt. The problem is that once you trigger rate limiting, there is no option except to wait...

enhancement

The codepoint 0 tofu block is missing from the 5x9 fonts.

enhancement

I don't know if this is an issue or not, but why are there duplicate mappings for glyphs in the BDF fonts? For example, in TamzenForPowerline10x20r.bdf, U+00A3 is mapped to...

question

Most of the matplotlib (but not all--hello-world.py and glyph-vector.py, for example, seem to be okay.) examples are having issues. I'm on OS X 10.12.6. Screenshots attached: ![Screen Shot 2019-07-08 at...

set_char_size() claims to take floats as parameters in the documentation. However, if you feed it a float, freetype-py crashes. face.set_char_size(128, 128, 128, 128) works fine face.set_char_size(128.0, 128, 128, 128) crashes...

Hi, folks, I tried to build this on Windows 10 with cmake/ninja and most of it built. However, it failed right at the end. Log attached below. Thanks. ``` >cmake...