Dimitri POSTOLOV

Results 202 issues of Dimitri POSTOLOV

### Description I think this rule can catch `String#search` with `!== -1` cases ### Fail ```js string.search(regex) !== -1 ``` ### Pass ```js string.search(regex) ``` ### Additional Info _No response_

enhancement
evaluating

# GraphiQL Next path proposal Hi, I am one of the current GraphiQL maintainers, and I’m excited to share the future GraphiQL 4 and 5 proposal, which will introduce: -...

graphiql
monaco-graphql
proposal
roadmap
@graphiql/react

ref https://discord.com/channels/625400653321076807/966768858402816020/1373728574166532216 stack - https://github.com/graphql/graphiql/issues/1324 - https://github.com/graphql/graphiql/issues/2825 - https://github.com/graphql/graphiql/issues/3369 - https://github.com/graphql/graphiql/issues/2794

enhancement
graphiql

last package to migrate - [x] I also removed `jest` and all `babel` dependencies closes https://github.com/graphql/graphiql/issues/3056

ref https://inkeep.slack.com/archives/C08QXR5CWBH/p1764174525933609

I've run into issue where `pnpm dev` fails due missing `build` command in `@inkeep/agents-manage-mcp`