Carl Lei

Results 9 issues of Carl Lei

### Observed behavior ```cpp /** * docstring on primary template declaration */ template struct fn_wrap_t; template struct fn_wrap_t { using ret_type_t = R; }; int main() { fn_wrap_t x; }...

Updated babel to 6.x, and it no longer assigns default export to `module.exports`. Need to document this, or change everything to plain CommonJS.

After pkg add: ``` julia> using Cxx [ Info: Precompiling Cxx [a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2] ERROR: LoadError: could not load symbol "julia_type_to_llvm": /usr/bin/julia: undefined symbol: julia_type_to_llvm Stacktrace: [1] _julia_to_llvm at /home/xecycle/.julia/packages/Cxx/1RaOv/src/codegen.jl:422 [inlined] [2]...

http://en.wikipedia.org/wiki/Standard_Litres_Per_Minute Can be implemented by adding standard litre as an alias to litre. Basically useful for printing, to indicate it being standard litres.

**Describe the bug** ``` Get:6 http://download.opensuse.org/repositories/home:/Prince781/xUbuntu_22.04 InRelease [1530 B] Err:6 http://download.opensuse.org/repositories/home:/Prince781/xUbuntu_22.04 InRelease The following signatures were invalid: EXPKEYSIG 81B67E7F51FDFE41 home:Prince781 OBS Project Reading package lists... Done W: GPG error: http://download.opensuse.org/repositories/home:/Prince781/xUbuntu_22.04...

packaging

### Problem: `s2n_quic::provider::tls::default::server::Builder` does not have an equivalent of `.with_cert_resolver` on the rustls counterpart. In https://github.com/aws/s2n-quic/issues/2173#issuecomment-2038159682: > the best way to have a stable interface to integrate with is to...

documentation
priority/medium
size/small

### Problem: An echo server, with a simple client that repeatedly opens some streams concurrently, sends data and reads back, always hangs after some time on Windows, but works fine...

bug
priority/medium

PyYAML implements YAML 1.1, and ruamel.yaml implements 1.2. It seems to me that kubectl accepts 1.2. For example: ```python dump_all_yaml([ConfigMap(data={"hello": "012345678"})], sys.stdout) ``` produces ```yaml data: hello: 012345678 ``` and...

My laptop, ROG Flow X13, is 360-convertible and has a touchscreen, but its output name is unstable; depending on some dynamic factors (seen [1] for longer explanation) it may be...

enhancement
PRs-welcome