-
Let's create the task `Adaptive compression method for various column`
_Originally posted by @sundy-li in https://github.com/datafuselabs/databend/issues/5174#issuecomment-1120441514_
-
Currently Dask supports [adaptive scaling](https://docs.dask.org/en/latest/setup/adaptive.html). This allows it to scale the number of workers based on load. The logic for how many workers to ask fo…
-
```
DROP TABLE IF EXISTS t1;
create table t1 (
vkey int4 ,
c10 int4
);
DROP TABLE IF EXISTS t3;
create table t3 (
vkey int4
);
insert into t3 (vkey) values (1);
insert into t1 (vkey…
-
There is some optimization that can be done on our KFs, such as our parameter and coefficient specifications for things like sensor noise, so there is a potential to implement automated/learning optim…
-
Scenario:
When user click the button in message extension, our app will return a task module with adaptive card including a submit button.
When user use tab to focus on the submit button in task mod…
-
### Custom icons for Kampus theme
We would need the following custom icons to be available for use within Kampus:
1. adaptive
2. additional-materials
3. applets
4. book-loader
5. content-has…
-
I'm following the two tutorials at the end of [Typeahead search in Adaptive Cards ](https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/dynamic-search?tabs=desktop%2…
-
Minimal code to reproduce the error on local Jupyter notebook:
```python
import distributed
import adaptive
adaptive.notebook_extension()
cluster = distributed.LocalCluster()
cluster.adapt(m…
-
### What feature do you want to see added?
From time to time we would like to create messages in MSTeams where we would like to mention someone with '@
This is supported by adaptive cards: [1]
…
-
JIRA Issue: [KIEKER-1809] Missing test for update of hard-coded version numbers
Original Reporter: Andre van Hoorn
***
During each release we have the case that after a change to the version number …