yujonglee

Results 84 issues of yujonglee

- [ ] Using fixed-window, in-memory. - [ ] Using [reCAPCHA](https://developers.google.com/recaptcha/intro).

@getcanary/web

We first experienced this with Litellm docs, and I thought it was fixed after switching from our custom debounce logic to pagefind's `debouncedSearch` api. (https://pagefind.app/docs/api/#debounced-search) But it seems like it...

@getcanary/web

https://github.com/fastrepl/canary/blob/9babc5414234722ef716add1807ec171480e9af5/js/packages/web/src/canary-search-results-group.ts#L42-L44 This should not needed. But while doing https://github.com/fastrepl/canary/commit/9babc5414234722ef716add1807ec171480e9af5, `this.groups` is string, not array on render. This is just a workaround for now.

@getcanary/web

```diff export default function plugin(_context, options) { const { indexOnly = false } = options; let generatedPath = null; const config = { name: "docusaurus-plugin-pagefind-canary", async contentLoaded({ actions }) {...

@getcanary/web

Reference: https://typesense.org/docs/

@getcanary/web

can be used for debounce, CAPTCHA, etc

@getcanary/web

Ideally, provider should be able to nested, and outer provider should work as a fallback.

@getcanary/web

https://github.com/aj-foster/open-api-generator/blob/main/lib/open_api/spec.ex Also, we should modify our crawler to not chunk OpenAPI spec.

@getcanary/web
search
ask