-
**Describe the bug**
According to the [language specification](https://codeql.github.com/docs/ql-language-reference/ql-language-specification/#content) QLDoc uses CommonMark, which [supports raw HTML…
-
Currently, Trino evaluates named queries (WITH clause) by inlining them wherever they are referenced in the body of the main query. This can cause problems if the query is non-deterministic, since eve…
-
```
This is more a request for clarification, than an issue. In gstreamer you can
query elements for their duration, e.g., as documented here:
http://gstreamer.freedesktop.org/data/doc/gstreamer/hea…
-
We should have an API that returns the transactions routed by the gateway including:
* Timestamp
* Source/Destination (should we scrub LN node IDs?)
* Payment hash
* Amount received
* Amount fo…
-
The Listing Grid lacks two settings that are necessary for using it in real work.
1)The Ability to not output entries that were already shown in another widget on this page earlier. This would be …
-
- `@testing-library/dom` version: 8.11.2
- Testing Framework and version: jest@27.4.7
- DOM Environment: jsdom@16.7.0
### Relevant code or config:
```ts
await waitForElementTo…
-
```
// Select last step
$query->select('name');
$query->from($this->_table);
//$query->where("(status = 0 OR status = 1)");
$query->where("(status = 0)");
if ($this->_table…
-
MPEG DASH spec Annex I details support for the flexible Insertion of URL Parameters. Basically, query args can be passed to a manifest and they can be inherited for a selectable set of sub-requests fo…
-
## Prerequisites
- [x ] I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
- [x ] The feature is still missing in the latest stable version …
-
While testing the `.within` method, I realized that the `radius` property does not seem to be in Km as stated in the example project.
I base this statement because I have a document in my database …