-
The design doc can be in notion since we do not expect it to be long living. It should include:
1. Descriptions of all Jasper's wishes and use cases for it (big one is the lifecycle of the state)
…
-
```
What steps will reproduce the problem?
1. Scroll through web pages in Firefox or similar.
2. Just general use of the scrolling functions
3.
What is the expected output? What do you see instead?
…
-
```
What steps will reproduce the problem?
1. Scroll through web pages in Firefox or similar.
2. Just general use of the scrolling functions
3.
What is the expected output? What do you see instead?
…
-
```
What steps will reproduce the problem?
1. Scroll through web pages in Firefox or similar.
2. Just general use of the scrolling functions
3.
What is the expected output? What do you see instead?
…
-
```
What steps will reproduce the problem?
1. Scroll through web pages in Firefox or similar.
2. Just general use of the scrolling functions
3.
What is the expected output? What do you see instead?
…
-
```
What steps will reproduce the problem?
1. Scroll through web pages in Firefox or similar.
2. Just general use of the scrolling functions
3.
What is the expected output? What do you see instead?
…
-
```
struct NodeUtilization {
std::string node;
int total_cpu_used;
int total_ram_used;
int node_cpu; // Initial node CPU capacity
int node_ram; // Initial node RAM capacity…
-
Two ideas to file navigation:
1) Possibility but would be nice to have an option to open the folders so when we execute "Go to next file in folder" we are able to always see the file that is select…
-
Poking around the template configs in `main`, I can't see how this is happening; as there are two separate templates, [the default one](https://github.com/dotnet/test-templates/blob/main/template_feed…
-
Page instances should be recycled, when the BufferManager evicts pages,as we currently always allocate new instances. Instead we should preallocate "empty" instances and clear them once evicted from t…