Joe Pea

Results 958 issues of Joe Pea

That's valid JS, but Flowgen has an error. Is it Flowgen's fault? (not sure if it uses Flow under the hood?)

I'm looking to see what currently exists for type checking element attributes/props inside `html` tagged template strings while we wait for TypeScript's to some day (hopefully soon) release type checking...

There's no way to go forward or backward like when listening in web. There's also no way to edit the address bar. It would be nice to be able to...

enhancement

A Router's `.route` property is initially undefined, and not available until after the first microtask after instantiation. ```js const router = new Router() console.log(router.route) // undefined queueMicrotask(() => { console.log(router.route)...

Right now it can only enforce `kebab-case` or `snake_case`. I'm not sure why `snake_case` is an option while a `camelCase` option doesn't exist. I have never seen anyone use `snake_case`...

I added `flat/recommended` to my config: ```js ... { files: ["webapp/**/*.{js,ts}"], languageOptions: { globals: { ...globals.browser } }, // Note this: settings: { lit: { elementBaseClasses: ["MobxElement"] } }, ...litConfigs["flat/recommended"],...

## Feature request The existing `mergeSidebar` option is nifty: it allows you to merge the navbar into the sidebar for smaller screens, otherwise it won't look right. However, the navbar...

## Feature request Each time we navigate, if the sidebar menu item expands, the whole sidebar re-renders (sidebar DOM is replaced with a new one) #### What problem does this...

enhancement
needs discussion
PoC welcome

## Feature request It'd be great for all markdown features of pages to also work in the sidebar too. For example, suppose we want to use https://github.com/jhildenbiddle/docsify-tabs to put tabs...

enhancement
needs discussion

Continuing from https://github.com/docsifyjs/docsify/issues/1173#event-3485443350 ## Feature request When only `onlyCover` is true, it would be great to have an option to show the menu (and of course the menu should not...

enhancement
pr welcome
good first Issue
semver-minor