-
Hello,
I'm facing an issue with the implementation of tRPC with NestJS.
I've followed the setup in docs and it generates a server.ts file as expected, but when referencing a test endpoint inside…
-
When trying to query a row with a Date column using dapper i get `Object must implement IConvertible` but it works fine with ADO.Net
Full exception:
```
Error parsing column 2 (creationDate…
-
### Elasticsearch Version
8.15.2
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Elastic Cloud
### Problem Description
When trying to search or render query for …
-
This sample throw `PhanUndeclaredFunctionInCallable Call to undeclared function UserMe in callable`
```
class UserMe {
public $id;
}
$db = new \PDO('', '', '');
$stmt = $db->query('SELEC…
-
For the Elementor Pop-Up, is it possible to trigger the pop-up? For example via a query string like: /?coupon-code
I've tried using the Advanced Rules -> When arriving from specific URL (Regex): (.…
-
When a correlation payload (e.g. .net runtime) has a / in the SAS token portion of the URI (this would be in the sig field), The scripting will name the downloaded file incorrectly, then fail to unpac…
-
According to https://developer.mozilla.org/en-US/docs/Web/API/Location the .search **includes** the ? which Solara does not.
If we change this, it will be a breaking change because people may already…
-
Any reference that includes a query string does not work as uncss, or support modules, can not find the file. Using
link href="../styles/main.min.css?cb=9766903" rel="stylesheet" media="all"
un…
-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
### Bug Description
Unlike the code in #1945 implies, passing nested arrays as bind params does not work:
#### Slices of strings
```rs
let a = &[&["a".to_string()], &["b".to_string()]];
let…