i11010520

Results 16 issues of i11010520

I wanna fill a button "onclick" callback, to copy some element content to clipboard. Without Javascript, just by native Rust. Could somebody give me some hints? Thanks!

- To add the support of viewing commits in reverse order Issue Number / Link: Fixes #645 Summary of the issue: add the optional function: reverse order Description outlining how...

**Describe the feature that you'd like** When researching some brilliant projects, it'll be very convenient to follow the author's ideas if we can read the commit history reversely, from the...

feature request

**Describe the Bug** git-graph cannot load all commits. **Steps to Reproduce** Steps to reproduce the behaviour: 1. git clone https://github.com/rusoto/rusoto.git 2. open rusoto project by VSCode 3. open GitGraph view...

bug

When used `bson = "2.3"` directly as dependency, building output the following error message: `error: the wasm32-unknown-unknown target is not supported by default, you may need to enable the "js"...

### Zig Version zig master, the latest commit: f2bf6c1b11702179329a4693cea429d550f519e1 ### Steps to Reproduce and Observed Behavior PATH> zig/build: `cmake .. -DZIG_STATIC_LLVM=on -DZIG_STATIC_ZLIB=on -DCMAKE_PREFIX_PATH="$(brew --prefix llvm@18);$(brew --prefix zstd);"` `make` **ERROR** `ld:...

bug
os-macos
downstream

### What happened? I wanna `devbox global add llvm_18`, then the new version of `clang`, `llvm-config` and related headers and libs can be used in my development environment. ### Steps...

bug
triage

### What happened? I wanna `devbox global add llvm_18`, then the new version of `clang`, `llvm-config` and related headers and libs can be used in my development environment. ### Steps...

bug
triage

### Question Description ``` app.Use(logger.New(logger.Config{ Format: "Request headers: ${reqHeaders}\nResponse headers:${?}", })) ``` How to print out response headers like `${reqHeaders}`? The `${respHeader:SOMEONE}` is not flexible for this scenario. ### Code...

🤔 Question

### Did you check the docs? - [x] I have read all the lazy.nvim docs ### Is your feature request related to a problem? Please describe. I'm using `lazy` in...

enhancement