Carson Riker

Results 14 issues of Carson Riker

From the documentation: > Integers are written in decimal (e.g. `10`), hexadecimal (e.g. `0xA`), octal (e.g. `0o12`) or binary (e.g. `0b1010`). However, from my testing, `(num '010')` -> `(num 8)`...

lang/stdlib

# Description Fixes #5156. External commands have their output sent over a `mpsc::sync_channel` to a consumer. `sync_channel` has a static maximum queue size, and calls to a full channel block....

Very sorry if this isn't the proper forum to ask this. I'm new to vimb and I love it thus far, but I could not find documentation about custom hint...

stale

##### SUMMARY Updates the user group list syntax in the example. ##### ISSUE TYPE - Docs Pull Request ##### ADDITIONAL INFORMATION The documentation for [ansible.builtin.user.groups](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/user_module.html#parameter-groups) reads: > A list of...

needs_info
module
stale_ci

```elvish-transcript ~> echo $edit:abbr [&] ~> use edit Exception: no such module: edit [tty 2], line 1: use edit ~> echo $edit:abbr Exception: variable $edit:abbr not found [tty 3], line...

# Reproduction [Godbolt link](https://godbolt.org/z/nb4cYdrTr) # Summary A `format_as` definition that returns a `std::views::filter_view`, like so: ```cpp auto format_as(CodecMask m) { return CodecMask::k_codecs | std::views::filter([&](auto c) { return m.has(c); }); }...

#### Is your feature request related to a problem? Currently, when demuxing a PES stream, PES Packets at the end of the stream with a length of 0 will not...

enhancement
close pending

I've begun using tsduck in a professional context, and would like to convince my employer to support the work done developing it. However, the link in https://tsduck.io/donate/ takes users to...

enhancement

**Describe the bug** When a changing themes, the lines of information in the process "info" section are not redrawn for dead processes. **To Reproduce** 1. In another terminal, run `sleep...

bug

In the push implementation, `closed` is checked before the mutex to the channel is locked. This means a could check that the queue is not closed, but have it be...