Skip to main content
1 vote
0 answers
51 views

I want to load assets from a custom zip-like format, or even GoldSrc WAD3 files. My initial attempt was to use a custom AssetLoader, but I'm not feeling comfortable having to load the entire file's ...
Sigma Octantis's user avatar
1 vote
3 answers
164 views

I'm working on a C# application where I need to read a very large text file and convert its contents into a DataTable. However, I don't always need all the rows—so I want to avoid loading the entire ...
Mohammad's user avatar
1 vote
1 answer
136 views

I have the following entities: class A { @Id String aId; @OneToMany(fetch = FetchType.LAZY) List<B> bsOfA @OneToMany(fetch = FetchType.LAZY) List<C> csOfA public A(String ...
Guppy_00's user avatar
  • 317
3 votes
4 answers
191 views

Im using angular v15 for my project. It's not small but not really big. I'd say medium to big. Running ng serve takes A LOT of time. Build at: 2025-07-23T12:23:56.259Z - Hash: 5ba2b19880727f6c - Time: ...
ajdin.bulut's user avatar
1 vote
1 answer
96 views

I'm trying to implement lazy loading of videos in a dashboard view in Odoo 18. My goal is to: Show a thumbnail (poster) initially Avoid loading/buffering any video on page load Load and play the video ...
Vikram Dongare's user avatar
0 votes
0 answers
31 views

I need to preload some images off-screen while page is loading and also - in a seperate case - serve smaller versions (ie cropped) of the same images to mobile. What is the best way of doing this, ...
alkaemia's user avatar
  • 209
0 votes
1 answer
110 views

Description: I'm using the infinite_scroll_pagination: ^5.1.0 package in combination with BLoC to implement infinite scrolling in my Flutter app. However, I’m encountering unexpected behavior related ...
Jay Parmar's user avatar
1 vote
2 answers
109 views

I'm in bash (version 5.2.37, in Arch-Linux), trying to make my experience a bit better, so I activated tab completions. I have the following code in .bashrc: [ -n "$(find /etc/bash_completion.d -...
Carlos González's user avatar
0 votes
0 answers
61 views

Problem Description I'm building a Flutter app that needs to display a large dataset (100-3000 rows, ~30 fields each) in a ListView with the following requirements: Local database as Single Source of ...
Abdulaziz Abduqodirov's user avatar
1 vote
0 answers
86 views

I am working with eclipselink*(version 4.0.4)* L2 cache optimization. For that I have implemented static weaving as Wildfly*(version 32.0.1.Final)*/Jboss server doesn't support dynamic weaving (as ...
Kitret's user avatar
  • 31
1 vote
1 answer
48 views

i'm trying to understand difference between Lazy and Eager loading. I understand it theorically, but not in practice, cause my code get same results. @Data @Table(schema = "PSQF", name = &...
rux's user avatar
  • 11
1 vote
0 answers
463 views

I am working on building an R package in RStudio. I am using R version 4.5.0 and RStudio version 2024.12.1 Build 563 on Ubuntu 24.04.2 LTS. When I install my package from the "install" ...
doro's user avatar
  • 39
1 vote
0 answers
93 views

Use Case Users can copy a subset of entities and their object graphs from a main SQLite database to an archive SQLite database, preserving IDs and relationships (1-to-1 copy). After migrating from ...
mman's user avatar
  • 17
1 vote
1 answer
42 views

I’m using Angular with lazy-loaded modules, and I’ve noticed that each feature module imports some Angular Material modules (like MatButtonModule, MatToolbarModule, etc.). My question is: Does this ...
Shank's user avatar
  • 1,418
0 votes
1 answer
95 views

I'm running into an issue with tab completion in Python. I have two classes, one serving as a backend that is responsible for managing i/o of a large data collection, and a second that serves as a UI ...
Kyle's user avatar
  • 364

15 30 50 per page
1
2 3 4 5
402