Nuri Jung

Results 10 issues of Nuri Jung

Current implementation of TOC use full `textContent`. However, if a heading contains a footnote, the `textContent` will include the footnote index. This PR sidesteps such issue by excluding nodes with...

enhancement

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: core
Area: updater

In macOS, the word boundary syntax "\b" [is not supported](https://stackoverflow.com/a/12696899). I think it's a good idea to add comment for macOS users, to use "[[::]]" rather than "\b". Thank you...

Question
component:docs
component:highlighter:regexp

Some url related variables could contain already encoded URIs. This PR will decode such strings to prevent double encoding of URIs.

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

Detect compile target based on `clang -dumpmachine` result. Closes #15 and supersedes #20 (partially, it also contains an update to the `install` target). Resolves #7, resolves #14, resolves #16, and...

This utility relies on private interface and directly accesses low-level graphics. Since there is no guarantee that those low-level jobs work properly and consistently, there should be some kind of...

The function is renamed in flash-attention v2.

Openfold works with later versions of pytorch, but the newer versions require c++17 for c++ extensions. This PR removes the manual standard specification and let pytorch do the work. They...

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: plugin
Topic: alias
Type: documentation