Alan Norbauer

Results 50 issues of Alan Norbauer

Having to make a feature request here to request access to a Remark plugin seems very burdensome. Would it be possible to allow arbitrary Remark and mdx plugins to be...

I would like to autogenerate a table of contents for my mdx components. Could you add access to the [remark-toc plugin](https://github.com/remarkjs/remark-toc)?

When updating the `meta` export of a page, my other components that consume that export don't get rebuilt. For example, if I have a blog with articles as pages and...

I'm getting the following error in my console: ``` [browser] › 🔄 reloading Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite...

TypeScript outputs AMD that looks like this: ``` javascript define("SomeModule", ["require", "exports"], function(n, t) { var i, r, u; (function(n) { n[n.Unknown = 0] = "Unknown"; })(t.ContextHostType || (t.ContextHostType =...

The `typescript/graphql-nextjs` example was very helpful in getting me rolling. The one thing it was missing was good TypeScript (TS) typing. TS is enabled in the project but `strict` is...

I'm building a Jukebox web UI that will be consumed by multiple simultaneously-connected clients. They only have the ability to queue songs. If the tracklist is empty and the first...

C-enhancement
A-core

In my config.yml I switched staging from on to off. I made no other changes. I'm using dnsrobocert with Docker. When I made the config.yml change I could immediately see...

Here is some feedback I couldn't be bothered to separate out into separate issues. Feel free to break it up. Sorry :( # Search - [x] Note search doesn't display...

I saw the documentation section on [Serving non-ZeroTier records](https://github.com/zerotier/zeronsd/blob/main/docs/quickstart.md#serving-non-zerotier-records) but it only allows fallback to a hosts file. Would it be possible to allow fallback to another DNS server instead,...

enhancement