James S Blachly, MD

Results 40 issues of James S Blachly, MD

First, let me say that dstep is amazing and my first experience with it today has made me a believer. Other than needed `import`s, I only had a single problem...

bug

The line ```C #define REGIDX_MAX (1ULL

bug

```C typedef char *kgets_func(char *, int, void *); int f(char *s, kgets_func *fgets, void *fp); int g(char *s, char* (*fun)(char *, int, void *), void *fp); ``` Results in: ```D...

bug

This was caught by our unit tests. Parentheses elision in `#define` macro to template conversion can lead to incorrect results when dealing with pointers. This line: ``` #define bam_get_cigar(b) ((uint32_t*)((b)->data...

bug

The following line: ``` #define sam_hdr_update_hd(h, ...) sam_hdr_update_line((h), "HD", NULL, NULL, __VA_ARGS__, NULL) ``` Is dropped silently without warning, I believe due to `...` variadic arguments, or `__VA_ARGS__` symbol. No...

Functions (haven't manually verified other types of tokens) without doc comments are omitted from the generated documentation, which is not the behavior IIRC of ddoc nor specified in the adrdox...

Hi, first-time gocode user (using with VSC, inspecting output with debugging console). First, gocode is tremendous -- thank you! I don't know any other way to to describe this behavior...

**Describe the bug** Periodically (days to weeks) electrs -- which otherwise runs normally -- crashes with the following (previous two normal appearing log lines included; crash time is not logged)...

bug

**Describe the problem/bug** Attempts at rebalancing channels in topology square (from new LN+ swap) failed with "Unkown (sic) Error". Manually checking the channels, there was no fee error or reason...

First, thanks for this amazing project. ## Summary `title` is created programmatically on reference nodes alongside `id` (in the source-filesystem plugin, at least) **but this is not documented**, either in...