Kevin Poorman

Results 38 comments of Kevin Poorman

@flammehawk - sorry for the delay in response. Regarding 'ways to go about it'. A self-hosted tier is effectively already available, if not released. I have a docker image that...

```json { "architecture": "linux-x64", "cliVersion": "@salesforce/cli/2.35.6", "nodeVersion": "node-v18.20.1", "osVersion": "Linux 6.5.0-1017-azure", "rootPath": "/usr/local/lib/nodejs/lib/node_modules/@salesforce/cli", "shell": "bash", "pluginVersions": [ "@oclif/plugin-autocomplete 3.0.[13](https://github.com/department-of-veterans-affairs/va-teams/actions/runs/8635526082/job/23673436239#step:14:14) (core)", "@oclif/plugin-commands 3.2.2 (core)", "@oclif/plugin-help 6.0.20 (core)", "@oclif/plugin-not-found 3.1.1 (core)", "@oclif/plugin-plugins...

@WillieRuemmele - at the risk of being told off here, it'd be nice if i could specify the folder / filename ;)

@WillieRuemmele Apologies. I didn't realize --output-dir was an option. It's not listed here: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_project_commands_unified.htm#cli_reference_project_deploy_start_unified Nor is it listed in the command output: ![image](https://github.com/forcedotcom/cli/assets/642589/6c141463-a21a-402f-84b5-191c810f16ef) Perhaps that's a docs bug? I'm currently...

ah, then it's my bad for not having caught `--results-dir` I kept looking for an output option.

found some more details in the extension host log: ``` 2023-06-05 12:45:00.054 [error] RuntimeError: abort(Error: No default org is set. Run "SFDX: Create a Default Scratch Org" or "SFDX: Authorize...

I have confirmed that this issue goes away when I designate a default org. I actually now believe this fails because i've also set the enable-sobject-refresh-on-startup to true. When a...

Interestingly enough, the following selector also false-positives. It will identify all `` elements. ```xpath //th[string-length(normalize-space()) < 1] ``` This selector does work correctly in chrome and xpather.com

This selector, however, *does work* ```xpath //th[not(node()) and not(normalize-space())] ```

No I haven’t On Aug 30, 2019, 06:19 -0400, Florin Sarbu , wrote: > Had tested on my side with https://github.com/balena-io-playground/x11-window-manager and that worked fine. > Have you done any...