-
### Scenario
## Overview
We currently allow Bot developers to receive feedback from Teams users using [Feedback Loops](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-messa…
-
#### Expected behaviour
Axis titles should be more adaptive
#### Actual behaviour
The titles are disappear and are cut off after the container is resized
#### Live demo with steps to reproduce…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before creating
- [X] I have searched in the [tas…
-
Excited to see your new work on image restoration in a chain, which aligns with our previous work [Task_Adaptive_Network](https://github.com/JingyuanZhou/Task_Adaptive_Network). I look forward to furt…
-
## Overview
We currently allow Bot developers to receive feedback from Teams users using [Feedback Loops](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bot-messages-ai-generat…
-
**User Story**: Agent Enhancement and Learning
**Tasks**:
- Implement success rate tracking for agents (Due: 2024-11-01)
- Enable agents to adjust behavior based on success rates (Due: 2024-11-07)
-
We experience bug which causes opensips to be unresponsive for SIP requests. At some point opensips just stops processing any requests with timer errors.
**OpenSIPS version you are running**
```…
-
### Steps to reproduce:
1. Clone https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-type-ahead-search-adaptive-cards/nodejs.
2. Add messaging extension command in manifest.js…
-
TextBlock used for `title` in msteamsv2 receiver needs `wrap: true` to display the content correctly.
```go
{
Type: "TextBlock",
Text: title,
Weight: "Bolder",
Size: "Medium",
Wrap: …
-
## Description
When mapping over a large set of inputs which creates many tasks, an adaptive DaskExecutor will not scale up it's workers when the tasks that are mapping over the inputs are quick. …