Kangwook Lee (이강욱)

Results 11 issues of Kangwook Lee (이강욱)

Kubernetes wrapper uses [`RequestToResource`](https://github.com/DataDog/dd-trace-go/blob/v1.42.1/contrib/k8s.io/client-go/kubernetes/kubernetes.go#L56-L89) function to generate resource name. And `RequestToResource` function assumes URL path starts with [`/api/v1`](https://github.com/DataDog/dd-trace-go/blob/v1.42.1/contrib/k8s.io/client-go/kubernetes/kubernetes.go#L21). This assumption seems to be incorrect. Reference: https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-uris

bug
ack
low-hanging

This PR updates rlua version in dependency. I did not test anything.

Since clients are all `pub(crate)` and `one_off` module is depend on `native-client` feature, we can't do anything without `native-client` feature. We should make other clients public or used by `one_off`...

Related PR: https://github.com/http-rs/tide/pull/836 This PR adds cancellation feature to Server with [stopper](https://crates.io/crates/stopper). But I'm not sure it would shutdown the server 'gracefully'...

Related issue: #528 Related pull request: #766 I made `StopSource` and `StopToken` types similar to the API described in https://github.com/yoshuawuyts/notes/blob/7ecb13a9999ae1fccd366ef0e246be5ca78867c0/rust/cancellation.md and used in `tcp_listener` and `unix_listener` modules. But I'm not...

Hi! I'm currently working on a project called OpenVR-OpenTrack (https://github.com/pbzweihander/OpenVR-OpenTrack). I'm trying to use OpenTrack as a head tracker like HMD, so I wrote an HMD device driver code. But...

Weird `LookupError` raises when using `EnumType` as primary key. I added following test case to `test.py`: ```python class EnumForPkey(enum.Enum): A = 'a' B = 'b' C = 'c' class TableWithPkeyEnum(Base):...

Extract links like: ```markdown 1. [markdown-toc] 1. [Table of Contents] 1. [Installation] 1. [Usage] [markdown-toc]: #markdown-toc [Table of Contents]: #table-of-contents [Installation]: #installation [Usage]: #usage ```

Setext-style headers are "underlined" using equal signs (for first-level headers) and dashes (for second-level headers). For example: This is an H1 ============= This is an H2 ------------- Currently `md-toc` only...