John Cole
John Cole
If you have a global option, with a default value, that value does not appear in the `options` object inside an action. However it does appear on the `--help` page....
Hey guys, great work on the plugin. Tried it again after a few months, and it's working well. One issue I have is with the workflow that I use. I...
Attempting to copy text from the terminal. `ctrl+shfit+c` did not work. I then used the command pallet `ctrl-shift-p` to access `Terminal: Copy`  1. Select text in editor. 2. Press...
When using vitest, on an HTML `` if the value is a number, _ HTMLOptionElementValueSanitizer_ throws the following error. ```shell FAIL src/components/Foo-happy-dom.spec.js > mount component TypeError: value.trim is not a...
I'm looking for an example to lazy load images when using the carousel to view 20+ images. I'd like the images to only load when they become visible. I didn't...
My unzip routine has stopped working this week because the 'end' event isn't firing. A code sample that doesn't work is: function unzip_archive(archive, callback) { console.log("unzip_archive", archive); fs.createReadStream(archive).pipe(unzip.Parse()).on('entry', function(entry) {...
Is there a way to override the language options through the `.groc.json` file or command line? Docco has this capability which allows me to use a different comment style for...
I'm trying to run the examples/rgb_display_minipitftstats.py and I get the following error: ``` Traceback (most recent call last): File "/home/pi/src/picam3-minipitft/button.py", line 11, in cs_pin = digitalio.DigitalInOut(board.CE0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/digitalio.py", line...