Newest Questions

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
9 views

I have a .NET MVC project up and running in VS Code with the C# and C# Dev Kit plugins. For localization, I use .resx files both shared and specific translations. However, when debugging using the C# ...
Score of -1
0 answers
26 views

import vertexai from vertexai.preview import prompts from vertexai.preview.prompts import Prompt # Initialize Vertex AI vertexai.init(project="myproj", location="myloc") # 1. Fetch ...
Score of -1
0 answers
23 views

In a Fastify + TypeScript backend, what is the recommended approach for validating cookies? Should required cookie presence be part of the route validation schema, or should it be handled separately ...
Score of -1
0 answers
27 views

This Is all My Code: #include <stdio.h> int main() { char name[40] = "noone"; printf("Well what is Your Name: "); fgets(name, sizeof(name), stdin); if (name[...
Score of 0
0 answers
22 views

What is the minimum initial Code value in a valid LZMA stream? More specifically, can it be at most 0xffff == 65535? Can it even be 0? The shortest possible LZMA stream for the purposes of this ...
Score of 0
0 answers
20 views

The documentation for --shallow-exclude says: Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. So given a repository like: ...
Score of 1
0 answers
15 views

When starting a Kafka broker configured in KRaft mode, the controller fails to initialize during the Raft startup process. The broker terminates with the following exception: java.lang....
Score of -2
0 answers
37 views

Context: I'm deploying a Flask app with a PyTorch model (~300MB, an Attention U-Net for image segmentation) as a Docker container on Hugging Face Spaces. Locally everything works fine, but after ...
Score of 0
1 answer
32 views

I have a .NET 8 MSTest project (MyCompany.MyProject.UnitTests) that runs fine via dotnet test in the console, but fails inside JetBrains Rider's built-in test runner with the following error: Last ...
Score of -6
0 answers
35 views

hey I try to learn about MCP server. so i googled and ready everthing , but it's hard to understand , how it's work and connect to my server. so anyone help me to how to learn proper way to understand ...
Score of 0
2 answers
30 views

I have a few million entities scattered across a virtual world of size 10000 x 10000. In a bevy system, I'm trying to update the position of the entities using this fn: use crate::{ components::{...
Score of -2
0 answers
37 views

This is in Macos Sequioa 15.5. I have this folder /Users/max/work/charanga/elearn_container/fake_ebs and i want to make a symlink to it called ebs in /, so /ebs will link to /Users/max/work/charanga/...
Score of -1
0 answers
53 views

I want to be able to do for Pure Rust project: How to make a Python package with multiple modules from my_package.module1 import sum_as_string from my_package.module2 import greet Where can I read ...
Score of -5
0 answers
72 views

I was planning to buy codex or Claude code 20$ subscription but it has guardrails and won't let me learn about cybersecurity stuff as quickly as others. I know there is a workaround for this or using ...
Score of -1
0 answers
25 views

I have the role Application Developer assigned, but when navigating to App Registrations in the Azure Portal, I first see my three entries with name and so on for a fraction of a second, to then be ...

15 30 50 per page
1
2 3 4 5
1609755