Khanh H

Results 12 comments of Khanh H

From the example, I can't tell if json_raw accepts an incomplete json value. Would it be able recognize obj1's name and the other members "header" and "nestedClassHeader" if the string...

Ah okay, that sounds like it will need to be a seekable stream then. Are there any examples for constructing a json_value from a custom stream class rather than a...

I can't seem to get a minimum reproducer, so here's the repo I was having issues with, when bazel files were added to it. From what I could tell, the...

well, I guess the issue is because /external:I depends on /external:Wn first, and since adding the feature doesn't add that, it will skip the /external:I flag and not resolve the...

Realized the issue, forgot that --cxxopt doesn't apply to C libraries. After fixing some issues with the build file it compiles. However there still are warnings coming from external libraries...

I'm getting the same issue as well. Currently using the new VSCode git worktrees, I get the same error and the logs show Error: Unable to read file `'\.git\worktrees\\rebase-merge\git-rebase-todo' (Error:...

Also encountering this issue. I believe it would make the most sense to simplify the error checks and simply ignore stderr, only using it for the error message when the...

@nhedger I'm also getting the same issue with the extension for one of my workspace folders. It seems to occur regardless of whether the workspace is a multifolder workspace or...

Sorry, ignore what I said previously, I created a minimal repro and the issue isn't caused by a trailing slash it looks like. There seems to be an issue with...

> > Sorry, ignore what I said previously, I created a minimal repro and the issue isn't caused by a trailing slash it looks like. There seems to be an...