Andres Codas

Results 6 issues of Andres Codas

Tree-sitter parses this invalid python code without signaling any error: ![image](https://user-images.githubusercontent.com/164282/173910573-48be5ddf-020b-4b91-8971-3a4cf54a2bcc.png)

The test included here returns: ```bash ====================================================================== ERROR: test_match_assert (tests.test_tree_sitter.TestQuery) ---------------------------------------------------------------------- ValueError: An error occurred, capture was not found with given index The above exception was the direct cause of...

The syntax error related to the unbalanced parenthesis is detected for the whole function definition, but it could be marked only on the last line ![image](https://user-images.githubusercontent.com/164282/174895919-e9fbd43b-393c-40b4-a0ce-a2bb4d501adb.png)

![image](https://user-images.githubusercontent.com/164282/174820173-8183f1cb-cd03-44a3-b904-604561dd3094.png) I posted other instance here: https://github.com/tree-sitter/tree-sitter/issues/1773

bug

Hi. I found a simple example where qpOASES fails at solving a linear programming problem. No matter how large I set `nWSR` qpOASES return `ERROR: Maximum number of working set...

allow the user to pass the `azure_ad_token_provider` as in https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/managed-identity#chat-completions to AzureChat. The included jupyter notebook quickstart_azure.ipynb run the same example as quickstart.ipynb, however, it uses AzureChat with a azure_ad_token_provider