Newest Questions
24,148,405 questions
Advice
0
votes
0
replies
5
views
Whats the best way of identifying data streams in a PCAP file
I am making a program that prints packet data in a tkinter ui list from a PCAP file for a collage assignment.
What would be the best way of identifying network streams similar to whats used in ...
0
votes
0
answers
7
views
Blazor server .NET 10 app need to get equivalent .NET 4.8 Membership (System.Web.Security)
I'm converting a very old .NET 4.8 framework ASPX app over to Blazor-Server using .NET 10. I can't seem to come up with an equivalent process for System.Web.Security where I need to have Membership ...
0
votes
0
answers
5
views
Blazor WASM: Management System for Publications with Inheritance, Filtering, and Real-time Statistics
What's the best way to implement drag and drop in Blazor for this kind of application? Are there any recommended libraries or built-in approaches that work well for moving and reordering items in ...
1
vote
0
answers
11
views
Godot 4.6.3 - Fireball shoots in wrong direction when using multiple camera systems
Body:
I'm developing a 3D game in Godot 4.6.3 with GDScript. I have a player character with two camera systems that can be switched with the "C" key:
Camera 1 (Third-person close): Follows ...
0
votes
1
answer
16
views
If clause doesn't work when getting result from an evaluation of a mongosh script
I have no idea why the code below doesn't work.
The if clause is never true, even if variable $cf1 is a true "yellow" or a true "white".
The true value becomes yellow if the ...
-1
votes
0
answers
31
views
For caching SqlDataReader ordinals, should I use a class or a readonly struct?
I'm optimizing a repository that uses ADO.NET with SqlDataReader. To avoid calling GetOrdinal() repeatedly inside loops, I cache column indexes in a helper type:
private class PersonOrdinals
{
...
Best practices
0
votes
2
replies
23
views
how to add gaps around some of the columns of a grid in css
So, I want to add gap around the elements or columns of my grid. One way to do so is to add gap in the grid and all the columns and rows (boxes) will have the space in between them. But I require to ...
-2
votes
0
answers
26
views
Why does Go require package declarations in every file if all files in a directory belong to the same package? [duplicate]
If they already know all files in a directory belong to the same package, why not remove package declarations entirely?
1
vote
0
answers
18
views
GCP IAP returns "You don't have access" even though I am Project Owner and have `IAP-secured Web App User`
I am trying to protect a VM-hosted web application using Google Cloud Identity-Aware Proxy (IAP) behind an External HTTPS Application Load Balancer.
Architecture
Internet
↓
External HTTPS ...
-2
votes
0
answers
36
views
Putty not connecting to Linux Server [closed]
I try to establish an SSH connection with the Linux server of my web hosting provider. I receive the following error when using PuTTY Release 0.74 Build platform: 64-bit x86 Windows: "No ...
Advice
0
votes
2
replies
36
views
How to use VBA to read a file
I need to create an Excel macro to read a file. The file can be read in WordPad and contains configuration data and the tension measurements of a test to the breaking point.
The test results will ...
-5
votes
0
answers
41
views
Instructions on renaming columns [closed]
how to rename the columns in Google Colab/Python to something more descriptive. I have tried watching YouTube videos. I have reached out to my teacher and asked him for more info about renaming ...
1
vote
0
answers
39
views
Trying to get the caption box on this carousel to stretch all the way across. And how can I automatically make the images the same height?
As you can see, the shaded area of the caption box only reaches to the very start of the navigation arrows. It looks pretty awkward; I want it to extend to the edges of the carousel itself!
Also, I ...
-1
votes
0
answers
28
views
Blazor WebAssembly: How to create a dynamic form that changes input fields based on an Enum selection? ZV
I am developing a Blazor web assembly application for pet store inventory management. The goal is to have a single form that dynamically changes its input fields based on the selected animal type (...
0
votes
0
answers
59
views
Why is a certain Docker RUN command not cached?
I try to create a Dockerfile that should allow me to do some cross-compilation. This implies building larger software packages like boost or Qt and while I try to get it right it fails a lot of times.
...