Alan Hemmings
Alan Hemmings
Fix documentation. When following current instructions and pressing key combo to kick off toggle, you get error ``` no such command toggle ``` Changing the command in the json to...
## Add default`text` property to default `data` object available to page layouts Background; I was modifying my [blog ; blog.alanhemmings.com](https://blog.alanhemmings.com) that uses Nuejs, and I was fixing some rough edges...
I might be wrong, but i think that currently the parent component that get's named, must be an HTML element. Breaks here if you try to use a fragment; https://github.com/nuejs/nue/blob/d6707144a97a275c2a8a1877fb395ef3da9dddf7/packages/nuejs/src/fn.js#L34...
Allow users to pass additional IGNORE dirs and filenames from commandline Likely affected code https://github.com/nuejs/nue/blob/16b348a79a25c72ab3107ba0f50fd1ce56818d36/packages/nuekit/src/nuefs.js#L71-L79 **Rationale** * I want to simplify the build steps for using Nuejs with Cloudflare by...
## Better error message when markdown extension is mispelled (doesnt exist) crashes with "Failed to resolve module specifier '' ### Runtime error after adding "component" WHEN - mispelling a custom...
### Is your feature request or improvement related to a problem? I wanted to create a `pill` component as follows; somewhat psuedo ```html ``` I also tried ```html {text} ```...
### Header items dissapear if they do not start with capital letter in site.yaml 1. From starter `simple-blog` edit site.yaml, and alternatively set navigation item, "Emma Bennet" to "emma" or...
### Describe the Bug **WHEN** - editing the starter blog website; and either - deleting the line `view_transitions: true` - or, editing the line to `view_transitions: false` **AND** - navigating...
# Documentation to use "snippets" to import real code from tests so that all documentation is accompanied by real working code update to the documentation where we need better worked...
If a markdown extension is created, but not included, you will get a runtime error (no build error) and it will be invisibly output to the chrome log; ### Steps...