jaskij

Results 85 issues of jaskij

In case you were not aware, there's a quite annoying `LXCFS` (which, among others, provides `/proc` under LXC) bug, https://github.com/lxc/lxcfs/issues/469 Is `num_cpus` impacted by this? I am not aware of...

I came here to open an issue similar to #418. Reading through the comments under it, specifically https://github.com/asciidoctor/asciidoctor-kroki/issues/418#issuecomment-2039249262, it turns out that unknown named attributes are just passed through to...

:wave: help wanted
:baby: good first issue
:book: documentation

In my document, I have several tables which have similar or even same title, the difference being contextual - the section they are present in. Think a manual for a...

enhancement

As is, I can infer what `hide_empty_section=true` does, but I have to test what `enhanced_rendering=true` does myself. It would be great if there were screenshots or PDFs of rendered documents...

I have quite a few places where `.try_into()?` is cleaner and more idiomatic than `.from_repr().ok_or(/* insert error here */)?`. As such, I would love if there was a macro that...

Compare the two lines below: ``` edv.GatewayMessage type: FT_POINTER edv.GatewayMessage: type: FT_POINTER ``` Side by side it is relatively visible, but can easily get lost when editing the file. The...

Priority-Low
Type-Enhancement
Component-Generator

C23 has added fixed size enums, similar to C++. ([compiler exploerer](https://godbolt.org/z/zPM4EYhWc)) Sorry for posting this in an issue, but I'm at work and don't have the time for a full...

Priority-Low
Type-Enhancement
Component-Generator

Call me crazy, but I program microcontrollers in C++. To that end, while the C array is perfectly adequate, over the years the languages are diverging more and more. I...

**What version of protobuf and what language are you using?** Version: 25.2 Language: C++ (?) **What operating system (Linux, Windows, ...) and version?** Arch Linux, up to date **What runtime...

packaging & distribution
25.x
inactive

**Version** N/A - checked in current `master` and at `tokio-1.14.0` **Platform** N/A **Description** Over the last few days I've seen two people in the #tokio-users Discord having issues with `fork`ing....

C-bug
T-docs
A-tokio