Sam Chen

Results 84 comments of Sam Chen

> Hey there, sorry I've been pretty busy lately! I'll make sure to answer issues and PRs this week! > > Thanks a lot for the contribution! Any update? It's...

You can use the search function to look up those configurations.

> @sime Yes, it's on AWS. Is this for spam/DDoS prevention? I wish this restriction could be lifted. At least adding this to Trezor Suite error info could also make...

Yeah, it's sort of confusing at the first sight. But how are you gonna use `printMe` function defined in `print.js` if you don't import it? And note that it's not...

> > Yeah, it's sort of confusing at the first sight. But how are you gonna use `printMe` function defined in `print.js` if you don't import it? And note that...

> Thanks a lot for the PR! > > > is there an easy way for me to check this live without having to work out how to run it...

> Thanks for tackling this, would you mind adding a cypress test for this case? Sure, I'll add one.

Converted into draft until I figure out the cypress test here.

@shortcuts Seems we can't test this feature against the [website](https://github.com/algolia/docsearch/tree/main/packages/website) as [docusaurus](https://github.com/facebook/docusaurus) customizes its search function based on `DocSearch` per https://github.com/facebook/docusaurus/blob/0985fa0af338068b4906f409a3f874a319f5359c/packages/docusaurus-theme-search-algolia/src/theme/SearchBar/index.tsx#L148. Hence I would suggest running cypress against the example...

> is there an easy way for me to check this live without having to work out how to run it locally? > > from looking over the code itself,...