Oliver Smith
Oliver Smith
If you organize your branches under a single P4 workspace, there's no per-workspace setting for where to look for the p4config, and the plugin requires that the vsc workspace ==...
This is not a defect report, just a request for guidance. I'm looking to add nested comments, and I'd like to be able to take the input: ``` /* line...
Rebuilding the mod list dataview every time a key was pressed takes a non-trivial amount of time that makes the ui feel unresponsive and sluggish. There already existed a workaround...
1.0.0b6 on 10.11.6 - configured node, - added target centos machine with iqn.blah.blah:builds,10.1.10.64:3260 (misconfigured on remote end, I'd missed the / at the beginning of the path in targets.conf) -...
_note: not using any of my branches for this_ Scenario: An sdt action that yields an error produces an error token corresponding to the end of the match, this is...
Currently, gocc messages are a bit obtuse for anyone not directly using gocc, and in particular they aren't in the FLC format that makes tools easy to integrate with That...
Tripped myself on subtle difference between token and production definitions :) ``` identifier: 'a'-'z' { 'a'-'z' }; File: Enum; Enum: "enum" identifier "{" { identifier } "}"; ``` -> ```...
### Bug description Consider ```python val_type, val_value = get_type(name) # returns str, Any if val_type is Environment: if val_value is None or val_value is "": # or == ``` The...
PS 7.2
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
Searching the documentation for 'eof', 'eoi', 'eos' and 'end' finds no description of how a grammar can match the end-of-input. For instance, a simple rule set: ``` const terminator =...