-
Hi,
The current way to write queries seem to be pretty verbose with requiring a separate struct and the default value being inside the query struct which can get a bit annoying when needing to writ…
-
### Is your feature request related to a problem? Please describe.
With Avalonia supporting browser and mobile platforms, there are very few ways to adapt a view for different screen sizes. Users c…
-
As described at https://stackoverflow.com/questions/78949941, it's not possible to use `Pageable` queries in `@Repository` methods because the standard query translation is wrong for Vertica specifica…
-
The way we write media queries is considered mobile-first or desktop-first.
```
.example {
background-color: steelblue;
}
/* 600px or smaller means targeting for smaller device*/
@media…
-
**Status**: Backlog
**Priority**: P1
**Estimate**: 8 hours
**Size**: M
**Iteration**: Dec 30 - Jan 12
-
### What happened?
Hi, i just changed my pihole from one server to another and realized, that a lot of DNS queries came from only one client (30K of 60K in ~12 hours), and all these queries came from…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Versions
Prisma 5.20.0
prisma-js…
-
Assuming I have a Block with a one-to-many relationship field `children` that contains self-links. When I execute the query `db.useQuery({ blocks: { children: {} } });`, it only returns the first leve…
-
I noticed that the queries for those layers are slightly different, but in my opinion not enough to really have separate definitions. Here is what I found. I'm taking as a base the one that is already…
-
Had some issues where the same is being called multiple times, this doesnt seem to matter how many or few posts are loaded per page, i am still getting issues where the same query is being called.
…