James S Blachly, MD
James S Blachly, MD
In my testing, `scope(exit)...` sometimes, but not always, fixes the problem. In some cases, after ctl-c the other thread cleans itself up and closes. In other cases, it does not.
@the-Mitu increase `maxRequestHeaderSize` in httpSettings https://github.com/vibe-d/vibe.d/blob/82222e425bff5af2b5a683b6f5bbc75a3e90a2cb/http/vibe/http/server.d#L663
@jkbonfield I looked at `bcf_read()` tonight as I ran into this same issue. This seems to have been partially, but not completely, corrected (although I haven't looked at the diff...
@daviesrob Agree and understand it is explicitly for when one wants to ignore bits of the record in tradeoff for speed. My reading of `bcf_read()` `max_unpack`, `bcf1_t` init, and the...
Dear Petr: We are not reading from BCFs. In addition, max_unpack has special case code not only for ignoring FORMAT fields, but other elements of the record: https://github.com/samtools/htslib/blob/ce7daf765c9748bbbe07e738542ed4d345f5c8fd/htslib/vcf.h#L351-L365 https://github.com/samtools/htslib/blob/ce7daf765c9748bbbe07e738542ed4d345f5c8fd/vcf.c#L1519 https://github.com/samtools/htslib/blob/ce7daf765c9748bbbe07e738542ed4d345f5c8fd/vcf.c#L1543...
I think the issue title is misleading as really what he is asking for (and what brought me here) is "Multicast DNS", not "multicast IP addresses". https://en.wikipedia.org/wiki/Multicast_DNS (also called 'mDNS')...
I experienced what I believe is this same issue when a tuple was broken across lines. Private repo; apologies for not being able to link directly. Image below: Here, the...
Thanks; accidentally started with that template (there was no other feature request template) and didn't realize it would add an issue tag.
I have added the following to /.vscode/settings.json automatically using the lightbulb for the "Dscanner: ... phobos style guidelines" popup: ``` { "dscanner.ignoredKeys": [ "dscanner.style.phobos_naming_convention" ] } ``` However, it doesn't...
Interestingly the default action of lightbulb is to eddit the folder's settings.json; however the setting only works when adding to the projectname.code-workspace file, or to the USER LEVEL (i.e. in...