Vincent Rubinetti
Vincent Rubinetti
@SkyOps117 Changing the aesthetic style of the background doesn't change the problems. There's clearly something going wrong with this extension's updating of the width/height properties, and/or a problem with the...
The top level `prompts:` and `sections:` seem unnecessary since they should be clear from the name of the file? I guess if you want to do the advanced templating/variables, it's...
Based on the above, here's my proposal. This does not tackle the templating/variable problem. `prompts.yaml`: ```yaml # variables and templating stuff prompts: # if this prompt goes unused in sections.yaml...
For maximum clarity for the user, I think we should avoid the per-prompt magic I had mentioned. That is, files only get matched based on prompt names in prompts.yaml if...
@dhimmel @agitter Please take a look and weigh in at your convenience.
~Sorry to muddy the waters more, but I have one more thought after our meeting just now. With the changes we discussed, it's possible we could get away with only...
> That audience will not necessarily be able to use regular expressions to map prompts to files > Is there a reason for the mixed punctuation in the file names...
This would be really great. It sucks being a Vue developer (I use React too and more often, but forced into using Vue for certain projects) and not having as...
Update on this? Should really just be a nice clean option. I'm still doing the (imo dirty) line: `yaml.Dumper.ignore_aliases = lambda *args: True` from [this SO post](https://stackoverflow.com/questions/13518819/avoid-references-in-pyyaml).
I found that setting the `--remote-debugging-port` globally in the config messed up my other tests. I'm finding when I follow the exact example in the readme, I get the following...