Cody Burleson

Results 9 issues of Cody Burleson

I use Node v10.13.0. I checked out the puppeteer examples repo, ran `yarn install`, ran `crawlsite.js`, got a good `crawl.json` in the output, but when I run `node server.js` to...

This never happened before, but now, in the new version of Obsidian, when I choose to create a new note from template, the new note is created right there in...

### What has changed and why - File: `elements/pfe-progress-steps/pfe-progress-steps.ts` - Change: function `stepItems()` from `private` to `protected` - Why: The private function uses a DOM querySelector to reference a PFE...

**Describe the bug** This could be my lack of understanding and not a bug, but my mermaid diagrams render tiny on the screen... ![image](https://user-images.githubusercontent.com/7317733/229304712-103389b4-1597-490e-99f1-78ace2a732f2.png) **Samples to Reproduce** Code for my...

bug

### What is your question? After reading the documentation, I am still not clear how to install successfully. On the step, `pipx install .`, I get the following output. It...

question

Console error consistently printing to the console: ``` app.js:1 Failed to open view TypeError: Cannot read properties of undefined (reading 'navFileContainerEl') at t.eval (plugin:alx-folder-note:4821:45) at t.wrapper [as load] (plugin:alx-folder-note:4107:20) at...

Just as we are able to hide the folder note when we click the folder, we need a way to add a key, plus click to show the folder note...

The README instructs the following, which does not work in Solr 8: ``` :solr> cd example :example> java -jar start.jar :example> cd exampledocs :exampledocs> java -jar post.jar *.xml ``` There...