Hui Li

Results 7 issues of Hui Li

For example, when i tried to edit a file with pathname like ```\\network\workspace\a.txt```, it somehow tries to p4 edit ```c:\network\workspace\a.txt``` then get an error complaining that the file is not...

bug
help wanted

### Windows Terminal version 1.12.10982.0 ### Windows build number 19042.1165 ### Other Software _No response_ ### Steps to reproduce turn on retro terminal effect ### Expected Behavior _No response_ ###...

Area-Rendering
Area-Performance
Issue-Bug
Needs-Triage
Needs-Tag-Fix

- [x] Checked for duplicates ### Describe the bug I originally reported a bug in cppyy, https://github.com/wlav/cppyy/issues/215, but was told it's a Cling issue that it's "[unable to resolve the...

bug

The completion provider supports a hard coded list of file patterns, which however does not include *.bzl files.

type: bug

This is probably more of a feature request than bug report, but I wonder if `bazel.commandLine.queryExpression` should be used to limit the scope of all queries, including those performed by...

``` import cppyy code = """ using type = std::byte; // or any other enum smaller than 4 bytes type x{}; char a[4] = {1,2,3,4}; """ cppyy.cppdef(code) print(hex(cppyy.gbl.x)) ``` result...

I can get around it right now by using std::shared_ptr, but would be nice if the push function could accept r-values and move appropriately. Similarly the pop & consume functions...