Marat Bektimirov

Results 7 issues of Marat Bektimirov

Simple install command does not work as expected: `tsd install mocha chai` produces error `command not found: install`.

solved?

Is it possible to bring the zsh autocompletion to glue?

feature request

After the first look on Flow I can say it is inlined Typescript. Are you planning to support `.d.ts` definitions to make type headers unified? And what about es6 state?...

feature request

Given I have MyModule.js and MyModule.hbs in the same folder. If I try to load MyModule.hbs from MyModule.js the requirejs gets silent at all - no errors, just nothing. Simple...

Hey! Any chance to return a placeholder image when there's no favicon found? For example: `https://favicon.twenty.com/someurl.in/64` returns `Could not fetch favicon` message. It would be nice to have a fallback...

It works time to time, but most requests to `anthropic/claude-haiku-4.5` with attached pdf are returning this error: ``` Error message: [{"code":"invalid_union","errors":[[{"code":"invalid_union","errors":[[{"code":"invalid_value","values":["url_citation"],"path":["type"],"message":"Invalid input: expected \"url_citation\""},{"expected":"object","code":"invalid_type","path":["url_citation"],"message":"Invalid input: expected object, received undefined"}],[{"code":"invalid_value","values":["file_annotation"],"path":["type"],"message":"Invalid input:...

The schema from https://github.com/OpenRouterTeam/ai-sdk-provider/blob/main/src/openrouter-error.ts#L9 defines error code as a string, while it could be a number also (suddenly?). Additional error is combined from `choices` being undefined for the response which...