Honest Charley Bodkin

Results 20 issues of Honest Charley Bodkin

#### Do you want to request a _feature_ or report a _bug_? Bug #### What's the current behavior? When selecting (supposed to be) non-editable text that is rendered inside of...

discussion

If I believe correctly, this is an abstract module, used for both `bastion` and other nodes. So the label 'bastion' is not technically correct here, right? Half opening this PR...

cla: yes
gke-helmsman
size/XS

It is fairly unintuitive to end a list of items. Current behavior: You must click the list button or use the keyboard command to exit list mode. Possible better behavior:...

3.1 enhancement

Right now I am doing a find and replace with this in VSCode's search: ```re "\$\{(([a-z]|\.|_)+)\}" ``` ``` $1 ``` To replace strings like this: ``` project_id = "${google_project.main_project.project_id}" ```...

enhancement
upstream/tf-core
terraform-ls

For example: ```jsx const useOpts = createPersistedState('key'); const Comp = props => { const [opts, setOpts] = useOpts({ show: false }); useEffect(() => { if (opts.show) { console.log('Show'); } else...

This error: ``` ((DEV)) @my-ns/server: A serious error occurred when building the initial schema (attempt 9). We'll try again in 8100ms. Error details: ((DEV)) @my-ns/server: Error: Could not find type...

enhancement

This will help library consumers better integrate semver into their apps. Possible usecases of consuming this constant: - Automatically show a dropdown of available release types that conform to the...