James Lan

Results 11 issues of James Lan

On the master branch commit 89a082c69ce3bc7b0a996aea12cb2d118ab0bbc7 of rules_kotlin. It either complains of accessing private member `$jacocoInit` from outside of the class, at runtime; or failed with the message of invalid...

component: jvm
status: open - investigating
P2

Because the `.git` is a file of content `path/to/source/.git/worktrees/foo`. So It looks for the `packed-refs` file in `path/to/source/.git/worktrees/foo` instead of actual directory `path/to/source/.git`

stale

### Summary mypy check failed ### Reproduction Steps Run ``` poe types ``` ### Expected Results It should pass. ### Actual Results Got ``` -> % poe types Poe =>...

bug
wait

No `bzl_library` targets defined, making downstream repositories documenting very tricky to use `rules_android` macros.

My library, libxml2-wasm compiles libxml2 into wasm with emscripten, and wraps with some js classes. I've got an [error report](https://github.com/jameslan/libxml2-wasm/issues/83), whose entry script has non-Ascii characters. Thus we got the...

建议加入 Pan & Zoom In/Out 功能,见 https://mermaid.live/ 几十个函数的callgraph不zoom in真的是很难看清楚。。。

- `XmlDocument.fromString` should encode the XML string using the specified encoding, or UTF-8 if none is provided. - `XmlDocument.fromBuffer` should pass the encoding parameter to the Libxml2 functions. The caller...

enhancement

When the document is parsed successfully using an encoding other than UTF-8, the `content`, `namespaceUri`, and other functions that take string parameters should continue to work correctly.

enhancement