Yang, Bo

Results 299 issues of Yang, Bo

At the moment this plugin set `scaladoc`'s `-doc-source-url` flag to Github. Unfortunately, this approach creates dead link to generated source file. Similar to https://github.com/ThoughtWorksInc/sbt-scala-js-map/issues/3

Update template

I want to create a badge that points to https://oss.sonatype.org/service/local/repositories/public/archive/com/thoughtworks/example/sbt-example_2.12_1.0/4.0.2/sbt-example-4.0.2-javadoc.jar/!/com/thoughtworks/Example$.html * The SVG file should be: https://javadoc-badge.appspot.com/com.thoughtworks.example/sbt-example_2.12_1.0.svg?label=Scaladoc * The page link should be: https://javadoc-badge.appspot.com/com.thoughtworks.example/sbt-example_2.12_1.0 Unfortunately both URL do not work.

## Why are these changes needed? `TypeError` can be raised from `__new__` when the cause is a `BaseExceptionGroup`. Therefore, this PR moves the instantiation into the `try` block so that...

triage
core

### What happened + What you expected to happen When I create a Ray actor that works with `asyncio.TaskGroup`, it can raise a `BaseExceptionGroup` to combine all exceptions collected from...

bug
triage
core

### Description A Ray API to register a callback triggered when a Ray object is evicted. ### Use case Suppose I have a Ray actor that can create a Ray...

enhancement
triage
core

Currently, when executing ```bash nix-locate include/cuda_runtime.h ``` the result is ``` (emacsPackages.racer.out) 66 r /nix/store/jwkmkqvbgs2akycjw4sn7in1kh1j6sv9-rust-src/src/llvm-project/clang/test/Headers/Inputs/include/cuda_runtime.h ``` It would be nice if `cudaPackages.cuda_cudart` is also listed.

**Describe the bug** When a path is appended, sometimes the path is converted to a nix store string while sometimes it is converted to the string of the original path....

bug
language

### Describe the issue According to PEP-517: https://peps.python.org/pep-0517/#:~:text=affected%20by%20this.-,If%20the%20pyproject.toml%20file%20is%20absent%2C%20or%20the%20build%2Dbackend%20key%20is%20missing%2C%20the%20source%20tree%20is%20not%20using%20this%20specification%2C%20and%20tools%20should%20revert%20to%20the%20legacy%20behaviour%20of%20running%20setup.py%20(either%20directly%2C%20or%20by%20implicitly%20invoking%20the%20setuptools.build_meta%3A__legacy__%20backend).,-Where%20the%20build > If the ``pyproject.toml`` file is absent, or the ``build-backend`` key is missing, the source tree is not using this specification, and...