-
When I add the default generic parameter then the error about that part goes away, but the crash remains.
### Code
This is a very broken intermediate state where I try to replace a field `da…
panzi updated
2 months ago
-
**Describe the bug**
I am using the queryService.query() to make a query and it is returning a `400 (Bad Request)` with the following
```
{
"code": "method not allowed",
"message": "allow: OPTI…
-
### Code
```Rust
async fn f999() -> Vec {
'b: {
continue 'b;
}
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.72.0-nightly (5bd28f5ea 2023-06-28)
bi…
-
auto-reduced (treereduce-rust):
````rust
trait Trait {
type Assoc;
}
struct W(*mut T);
impl Trait for W {}
trait NoOverlap {}
impl NoOverlap for T {}
impl NoOverlap for W {}
…
-
please extend `DbContext.Database.SqlQuery` to support dynamic type for map query to a list of dynamic objects. for example:
```
var results = DbContext.Database.SqlQuery("SELECT * FROM Kids");
var i…
-
Hello!
I would like to request that support for timing queries eventually be added to SDL3 GPU. I imagine this is a feature that is primarily of interest to advanced users, but I am one such user.…
Aeva updated
4 months ago
-
# Bug report
- [ x] I confirm this is a bug with Supabase, not with my own application.
- [ x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gi…
-
```log
#8 1832.1 + find /usr/local -type f -executable -not ( -name *tkinter* ) -exec ldd {} ;
#8 1832.1 + sort -u
#8 1832.1 + awk /=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }…
-
I have a code block as shown below:
```
string name = "ball";
byte languageId = 1;
var q = QueryRepository.Query.WhereTranslate(languageId, y => y.ProductName == name);
```
I'm transforming t…
-
# Description
Make `include_process_args` an opt-in option
## Spec Issue
- [ ] https://github.com/elastic/apm/issues/809
## Agent Issues
- [ ] https://github.com/elastic/apm-agent-do…