Joe Pea

Results 958 issues of Joe Pea

## Feature request #### What problem does this feature solve? To include an external page, one must create a new markdown file with the `[include](//foo.com/foo ':include')` inside of it, then...

enhancement
needs discussion

## **Summary** This file will allow Google to verify we own the site at docsify.js.org. Then we will have access to the indexing tools. Once this is in place, I...

## Feature request We can add a new option called `ignoreCompileLinks` or similar. #### What problem does this feature solve? There is currently a way to ignore links with markdown...

enhancement

## Feature request #### What problem does this feature solve? Currently, if you make an include with `[include](//foo.com/foo.md ":include")`, if the include has relative paths, they have a high chance...

enhancement

## **Summary** This allows us to deploy the Docsify site to a static server that handles unknown URLs with a default `404.html` page, for example GitHub Pages. As an example,...

Meteor 2.12 macOS I am unable to run/build a project, I get an `EACCES` error from `isobuild`: ``` > meteor --exclude-archs web.browser.legacy -p 8765 [[[[[ ~/src/lume+lume/apps/website ]]]]] => Started proxy....

Type:Bug
Project:Apple

Proposed (welcome to debate): - [x] Ensure maximal ES Module support - [ ] remove legacy CommonJS after Electron ESM comes out - [ ] Remove the `autostart` parameter from...

The `Tween` class is doing a lot. Maybe it is starting to grow out of scope for what a Tween is. For example, we can `chain`, `yoyo`, `repeat` tweens, etc....

Feature

Calling `tween.stop()` should stop the tween, and a following `tween.update(time)` (f.e. in an animation frame) should return false so that the return value is reliable for exiting the animation loop....

Bug

## Summary Solid leaves type imports behind, causing some systems to try to import non-existing things at runtime. This relates to the node vs web structure. The app in question...