-
### Astro Info
```block
Astro v4.7.0
Node v20.10.0
System Linux (x64)
Package Manager pnpm
Output static
Ad…
-
### Description
For a simple example
```sql
select
n_regionkey, n_nationkey, sum(n_regionkey), count(n_name)
from
tpch_pq.nation
group by
n_regionkey, n_nationkey with cube order b…
-
#110709 added initial support for the PLpgSQL `OPEN` statement, which allows a PLpgSQL routine to open a cursor that can be interacted with in the same ways as one created by SQL `DECLARE ... CURSOR` …
-
Hi! I love using GitUI, but I installed this with lazy.nvim and it did not work. I would appreciate if a sample config could be included, for installation using lazy.nvim.
-
1. We will be having a lot of job applications and job applicants. Loading all of them together will hinder performance.
Solution Approach :
1. Recruiter Side : We scroll down by 10 job listings t…
-
version: cargo-scout-audit 0.2.18
```
cargo scout-audit -v --local-detectors=/home/user/work/scout/detectors
Building detectors
warning: virtual workspace defaulting to `resolver = "1"` despite …
-
Is it possible to do lazy loading of locale data?
Locale data can be huge depending on the number of keys and languages, and usually only 1 language's values are needed at runtime.
So a lot can be s…
-
![image](https://github.com/user-attachments/assets/df822302-c738-42c9-b748-f5fd4b4de619)
![image](https://github.com/user-attachments/assets/51d268eb-f4dc-43c3-8038-bddd3e86927a)
Putting "lazy:…
-
Since lazy loaded navigation properties are planned for a future version of EF Core, I'll consider them as a given here. I am looking for a feature similar to NHibernate's lazy loaded proxies. To be m…
-
### Is your enhancement related to a problem? Please describe
With the 'old' informers we are creating individual informers on the current context based on whichever pages you navigate to: deployment…