Ger Teck

Results 33 comments of Ger Teck

After discussion last week, I realized that if we can get a fully functional search bar that does a full text search, it would probably be a better idea to...

I believe this would fall under the labels of `good first issue`, `d.easy`, `a-Documentation`

Moving this to comments to keep the issue description cleaner: ### Investigation #### Current typescript config The project's current typescript configuration settings are: https://github.com/MarkBind/markbind/blob/2cadb784fb53f6135ddd070056190142b50dc6d4/tsconfig_base.json#L1-L14 While reading typescript documentation, I noticed...

I realized it's related to https://markbind.org/userGuide/tipsAndTricks.html#using-raw-endraw-to-display-content It's probably a known issue and maybe not exactly a bug. Though, i think it could be relevant to make the documentation a bit...

Thank you for the insights! I agree with the notion that the troubleshooting section shouldn't (optimally) be something that users should look to go to! (Did not think of that)....

If all the files are migrated to .ts can gitignore and eslintignore all js files 👍

I have done some initial investigation -> it seems that the hydration issue is stemming from the `` https://github.com/MarkBind/markbind/blob/2cadb784fb53f6135ddd070056190142b50dc6d4/packages/cli/test/functional/test_site/_markbind/layouts/navigation/site-nav.md?plain=1#L5-L15 removing the comments in these lines fixes the hydration issues. Further...

> Hi, I’m contributing as part of the NUS-OSS summer project (CP3108B). May I work on this issue if it is not outdated yet? Yes, please feel free to do...

Simple fix, 1. remove line 7 from `lerna.json` (useWorkspaces:true) 2. update lerna dependency ^v7 We should update the lerna version as they update in line with the later node versions.

@AgentHagu Thank you for the detailed explanation! I had also did some preliminary investigation a while back and realized it was something to do with div and p and HTML...