Chasen Le Hara
Chasen Le Hara
@olivernn, I work with @imaustink and we’d like to contribute to get this bug fixed, but I’m not sure where to start in determining why either the `invertedIndex` wouldn’t have...
We’re using a fork with [this commit](https://github.com/bit-docs/lunr.js/commit/edcdc14c82723305ddaba88e88281c7ae7914de4) (reference above) until we can figure out the root issue.
What does the ideal reduced test case look like? A sample project that has data, sets up indexing and querying, and reproduces the exception? Or should we look into modifying...
I think the opposite would be better: make things less magical so it’s easier to understand and support in the future. I think a page in the docs that explains...
👎 because I like this feature. I am fine with us de-emphasizing this in all our docs, but I don’t want to see it taken away completely.
Could we “fix” the demo height problem by having the demos store their height in local storage when they first load, then apply that as a min-height when they’re loaded...
@cherifGsoul Here’s what I think we should do for this issue… Here’s the file that I think will need updating: https://github.com/bit-docs/bit-docs-tag-demo/blob/master/demo_frame.js I think the general idea is to not [set...
@justinbmeyer Is the scenario that someone clicks a link that goes to a specific section that has a demo, or there are demos earlier in the page before that section?...
I filed an issue about some scroll position restoration bugs that already exist (and that I think we should fix before taking on this issue): https://github.com/canjs/bit-docs-html-canjs/issues/569 When this issue is...
Could you please put the bare minimum code to reproduce this into a CodePen?