Fatih Kalifa

Results 15 comments of Fatih Kalifa

Yes, I have a monorepo myself (using lerna). What do you think the best approach, walk up directory tree until it's a root directory, then for every package.json found, add...

Currently there's no way to handle invalid input. It was originally built to handle html from CMS (or other sources that you own), so you should be able to fix...

Did you find any breakage? Is there any repro case I can take a look? If not I'll probably close this issue

published in v1.0.2

Can you change this instead? https://facebook.github.io/metro/docs/configuration/#resolvermainfields so it's clearer

Hi, upon closer inspection I found out that we can get `token.explanation` when using `highlighter.codeToThemedTokens`. I think we can implement dark/light mode support purely in user space without modification in...

just realized pagination is hard to do with (fuzzy) search, unless the API also handle both filter & pagination maybe we can try virtual list first and see if it...

ok just made a WIP at #73 few issues: - we have to remove footer (due to the need to fill entire content), or use fixed footer (that covers part...

might be related to #67

My proposal for the first candidate would be #44, I've outlined the approach in the comment