-
I have a bam record with a single base "A" and a quality score of 9 which is a "*" in the ASCII table (33+9). However, I would expect to see a 42 but xxd -b tells me I have:
00010000 11111111
however,…
-
Elasticsearch accepts JSON documents encoded with UTF16-LE, although its JSON responses are all encoded with UTF8. However, when returning raw document source it will copy the original source bytes ve…
-
| | |
| --- | --- |
| Bugzilla Link | [44399](https://llvm.org/bz44399) |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie,@efriedma-quic,@zygoloid |
## Extended Description
I have a large num…
-
What's up with requiring `vim-common` on Fedora? Is that just an accident or is there some actual dependency?
-
Previous discussion: https://github.com/andlabs/libui/issues/185
For windows, the icon for each window is currently hardcoded: https://github.com/libui-ng/libui-ng/blob/ac1c0d55f8da2dcacb6bc7a4da77…
-
Attempt to run Redisearch 1.2.0 has the following issue.
```
------ DUMPING CODE AROUND EIP ------
Symbol: strlen (base: 0x76dc4be0)
Module: /lib/arm-linux-gnueabihf/libc.so.6 (base 0x76d4f000)
$…
-
## Version of xpadneo
cgilmore@Marnie:~/xpadneo$ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
as of filing this bug report…
-
Hello team,
I found interesting article https://blog.replit.com/super-colliding-nix-stores and read [https://nix.dev/manual/nix/2.22/store/types/experimental-local-overlay-store#experimental-local-…
-
# Version
```
deno 1.44.4 (debug, x86_64-unknown-linux-gnu)
v8 12.7.224.9
typescript 5.5.2
```
# Description
Deno HTTP/1.1 servers allow chunked message bodies to be terminated by `\r\n\r\n` …
-
I accidentally piped control characters to a file and tried to preview it and this crashed joshuto. Here's a minimal 2-byte reproducer:
```bash
$ echo 1b0a | xxd -r -p >foo
$ file --dereference -…