Newest Questions

0 votes
0 answers
6 views

λ ~/ dotnet --version 10.0.100 λ ~/ system_profiler SPSoftwareDataType SPHardwareDataType Software: System Software Overview: System Version: macOS 26.1 (25B78) Kernel Version: ...
Booshwa's user avatar
  • 35
0 votes
0 answers
13 views

I using a python 3.10 virtual environment, and try to import tensorflow as tf and import albumentations as A. And i faced a error on cannot allocate memory in static TLS block. Anyone know what is the ...
Andrew Tan Xue Yee's user avatar
0 votes
0 answers
13 views

When upgrading H2 to the latest 2.4.240, the H2 specific tests failed with the following errors: insert into posts (content,created_at,slug,status,title,version,id) values (?,?,?,?,?,?,?) [23514-240] ...
Hantsy's user avatar
  • 9,611
Best practices
0 votes
0 replies
11 views

I have a question regarding histograms, not built from data collected in real time. Our codebase deals with processes, all of which have a duration. I want to expose these durations as a metric. We ...
Florent Pastor's user avatar
0 votes
0 answers
14 views

My Java class has several flavors of the same method with each method taking a different Java type as an argument. One takes an int, one takes a boolean, etc. When my Python code calls method(True), ...
Robert's user avatar
  • 31
0 votes
0 answers
6 views

I’m running a container through Coolify and setting Traefik labels. Basic Auth should only apply to the main site, while /api and /jobs should stay public. Сonfig: traefik.enable=true traefik.http....
Ivan's user avatar
  • 1
0 votes
0 answers
18 views

I cannot fix this error. build.sh is trying to create a shared library but it fails: ~/Desktop/deepseek$ ./build.sh Building Haskell shared library... Loaded package environment from /home/success/....
success moses's user avatar
0 votes
0 answers
23 views

I’m a student and subscribed to Google One AI Pro using the free-tier eligible discount. In the Flow web interface, I can successfully generate videos using the Veo 3 model. However, when I try to use ...
SÜLEYMAN YAŞAR's user avatar
-6 votes
0 answers
41 views

I want it make a kind of forum but where you can personalize your own post, also i wanted to make possible to personalize your own profile https://habb.lat/
Nadie TV's user avatar
Best practices
0 votes
1 replies
32 views

I want to write a small tool or Bash function that can be used like: tool foo bar file and it should replace all occurrences of foo in file with bar. The key problem for me: both foo and bar can be ...
Qiu Yangfan's user avatar
Advice
0 votes
0 replies
20 views

Suppose I have two sheets: Sheet A's rows come from somewhere else, e.g. a Google Form, continually added to and kept in chronological order of addition, but subject to modification (e.g. manually). ...
user620316's user avatar
-1 votes
0 answers
32 views

According to modern C++ guidelines, we should prefer uniform initialization everywhere, for example: int x{0}; However, when I try to combine uniform initialization with C++20’s designated ...
rafoo's user avatar
  • 1,648
Advice
0 votes
0 replies
19 views

This script adds a line to add custom.js to vivaldi browser directory: #!/bin/bash vivaldi=/opt/vivaldi/resources/vivaldi moddir=$HOME/vivaldi-modding/ sudo cp $moddir/custom.js $vivaldi sudo sed -i -...
Rainer Brumshagen's user avatar
-1 votes
0 answers
15 views

I deployed a Laravel project to Azure App Service (Linux) using Bitbucket Pipelines, but the app is not loading. Instead of my Laravel homepage, Azure shows the default App Service page. In my ...
Manoj Singh's user avatar
0 votes
1 answer
23 views

I have a setup like the following from typing import Generic, TypeVar T = TypeVar("T") class ThirdParty: def __init_subclass__(cls): ... # does not call super() class Mine(...
Daraan's user avatar
  • 5,166

15 30 50 per page
1
2 3 4 5
1612561