-
# Bug Report
- [x] I’ve searched for any related issues and avoided creating a duplicate issue.
## What happened
### The current page in the breadcrumb responds to keyboard commands
If…
-
## Summary
We should add a page_size keyword to the `values()`, `keys()`, and `items()` methods of Tiled containers to allow for advanced control of the amount of data downloaded at one time.
##…
-
|Wazuh version|Component|
|---|---|
| 4.8.0-1| Wazuh Manager |
## Description
It seems that Wazuh 4.8.0 has removed the Vulnerability API endpoint (https://server/:PORT/vulnerability/) -- e.g.…
-
Using `ModelViewSet` or `ReadOnlyModelViewSet` call `pagination.py` that expect list rather then iterator. I am guessing this library should implement custom Pagination to properly process lists
``…
ghost updated
7 years ago
-
**Issue type:**
[x] bug report
**Database system/driver:**
[x] `mssql`
**TypeORM version:**
[x] `latest`
**Steps to reproduce or a small repository showing the problem:**
Here is a repo…
-
This is an epic for looking at various planned improvements for `DataProvider`. The list below may change and there are no guarantees on what gets done at this point, but we are looking into these thi…
pleku updated
2 years ago
-
I'm running into responsiveness issues with queries with many results (~100,000 order of magnitude).
If it was just me then I'd add LIMIT statements, remembering to remove them later in the query b…
-
See https://github.com/web2py/web2py/blob/R-2.14.6/gluon/sqlhtml.py#L3046:L3060.
```
for key in ('fields', 'field_id', 'left', 'headers', 'orderby', 'groupby', 'searchable',
'sor…
-
一直以来前端以无限滚动加载搭配后端数据分页会存在一个潜在的 bug,考虑以下场景:
前端存有分页数据: `[a, b, c, d, e, f, g, h, i, j]` (pageSize = 10 & page = 1)
后端存有全集数据: `[a, b, c, d ,e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t]`
当前端删除某一个…
-
**Describe the issue**
As came up and was discussed during the development of #871, presently the [ASTBuilder::addNodeSupport](https://github.com/nuwave/lighthouse/blob/master/src/Schema/AST/ASTBuild…