Deyaaeldeen Almahallawi
Deyaaeldeen Almahallawi
I wonder if the user can specify a directory for papers, so the mode will append the bibtex entry to the library and download the actual paper, if possible, to...
# Fixing LRO cancellation by deprecating `cancelOperation` Canceling a long-running operation is currently done by calling `cancelOperation`: https://github.com/Azure/azure-sdk-for-js/blob/eb0aa1da675c97b07739cf02ba0482c9b1ae8901/sdk/core/core-lro/src/poller.ts#L79-L82 However the cancellation behavior could vary between APIs in a way that...
**Checklists** - [ ] Added impacted package name to the issue description **Packages impacted by this PR:** **Issues associated with this PR:** **Describe the problem that is addressed by this...
Some customers need access to it to suspend and resume iterating. See https://github.com/Azure/azure-sdk-for-js/issues/20380#issuecomment-1051410026
Some APIs are both LROs and the response is pageable. Combining these two features is challenging. Currently, we only generate a method that returns async iterator over pageable results and...
Make sure to handle all cases here correctly as expected: https://microsoft.sharepoint.com/:x:/r/teams/AzureDeveloperExperience/_layouts/15/guestaccess.aspx?e=8ZVun7&share=EaK1lOo3obFKs7bw0eFl55UBizAQVnmqxMeApLsp9FeFNw
The index field in types was not being updated correctly. Before the fix, 0 was written to the index field, regardless of the current value of `types_unique_index_counter`, because `Types-gen-index!` has...
Since Grift supports so many configuration flags, the user might want to specify all configurations in a configuration file and pass it to the compiler. It could be a good...
Currently, travis installs grift as a package and then run the test suite. This assumption is not true when a grift developer is working on grift without installing it. Make...