Noah Kim

Results 12 issues of Noah Kim

My view looks something like this: ```java @GET("/api/thing/{id}") public Document get(String id) { return Thing.select(id); } ``` I'd like to enable CORS on the endpoint, but I'm not sure how...

Was going through the tests while working on another PR and noticed that the doc tests fail (and the documentation in `lib.rs` doesn't seem to be correct). I tried to...

### Describe the issue `cord_rep_flat.h` does not compile with MSVC on Windows due to the `offsetof` macro definition in `stddef.h`: ``` // C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\stddef.h #if defined _MSC_VER &&...

Hi all, I've been a long time user of `vue-class-component` and really want to be able to use it stably with Vue 3. I understand you guys are near release,...

As mentioned in the issue: >While `-X importtime` is incredibly useful for analyzing module import times, by design, it doesn't log anything if an imported module has already been loaded....

awaiting review

### Is there an existing issue for this bug? - [x] I have searched the existing open issues and found none that apply. - [x] If I find any issue...

ssh
cli

I was wondering if any of the maintainers had a philosophical objection to making `ignore::dir::Ignore` and related machinery part of the public API. I've found myself needing to reimplement `Walk`...