Gili Shohat
Gili Shohat
See here: https://codesandbox.io/s/lunr-end-special-char-forked-e8f2x ### Some background: This is my data that is being indexed: ``` const data = [ { id: "1", body: "create-site-good" }, { id: "2", body: "hello-react"...
I'm having an issue regarding `visitorCallbackFn`. Seems like it's not called if the diff is on the first level of the jsons... I suspect it's because of [this line](https://github.com/cosmicanant/recursive-diff/blob/master/src/utils.js#L34). Any...
## Description The docs regarding Github App auth are not updated. In the docs site, the `username` and `password` are mixed up. In Github though it seems to be fixed....
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
This PR fixes #13803. The corresponding PR for latest major version is #13817. I saw the bundles generation for integration is happening in `@sentry/integrations`, so I added a corresponding file...
This PR fixes #13803, and adds support for `moduleMetadataIntegration` to be lazy loaded, in [this](https://docs.sentry.io/platforms/javascript/configuration/integrations/#2-load-from-cdn-with-lazyloadintegration) manner. This integration is crucial for the [micro-frontend recommended solution](https://docs.sentry.io/platforms/javascript/best-practices/micro-frontends/#automatically-route-errors-to-different-projects-depending-on-module). **Note**: I'll also try to...
### Problem When using the OpenCode SDK programmatically, there's no clean way to specify where custom tools, plugins, and agent files are located when they're in a different directory from...
Summary: Align `skill-creator` guidance and validation with the Agent Skills specification for YAML frontmatter. Changes: - Docs: Update frontmatter section in skills/skill-creator/SKILL.md to: - Separate required fields (`name`, `description`) from...
`skill-creator` skill incorrectly prohibits optional frontmatter fields allowed by Agent Skills spec
The `skill-creator` skill's SKILL.md contains guidance that contradicts the official [Agent Skills specification](https://agentskills.io/specification#frontmatter-required). ## Current behavior Line 313 of the skill-creator SKILL.md states: > "Do not include any other fields...