Newest Questions

Advice
0 votes
0 replies
4 views

I'm a 24-year-old guy currently working as a sales assistant in a footwear company. I'm in my second year of a Computer Science bachelor's degree at an online university (since I work full-time, ...
Gigi bottiglia's user avatar
Best practices
0 votes
0 replies
5 views

How can I avoid repetition of passing val every time? In c++ I would just create a field in a class but in rust it's not so simple because &str requires a lifetime. impl MyStruct { fn b(&...
Satoru89's user avatar
0 votes
0 answers
7 views

I am working on securing a WordPress website that uses Elementor and several plugins. I have implemented a Content Security Policy (CSP) via .htaccess like this: Header always set Content-Security-...
Daaim Khan's user avatar
-1 votes
0 answers
10 views

There is a random point that seems to be "stronger" than other ones: IMG 1 - Nurbs Even if I use a bezier and try to make the curve look as smooth as possible, I can see a distinct issue ...
user32572883's user avatar
0 votes
0 answers
14 views

Overview In html, css, and js I made a sidebar that can be hidden with a click. I have tried to make users able to hover their mouse over where the sidebar used to be, and showing a button that could ...
Trying to code's user avatar
-1 votes
0 answers
5 views

The problem: When I learning to use redis-sentinel to set up redis servers for high availability, the redis-sentinel can't connect to the redis server and shows the master is sdown Then I changed the ...
user32207727's user avatar
0 votes
0 answers
3 views

I have a test that fails on BrowserStack because a button seems to be tapped twice. Here are more details: I’m using the Maestro framework(maestro.dev), and I have the following code: - tapOn: ...
user32571583's user avatar
Advice
0 votes
2 replies
14 views

I use VS Code to run my website. However, I can't seem a way to get a list of URL's. Is there a command or way to extract/see a list?
ironcove's user avatar
-1 votes
0 answers
17 views

(I used AI to rephrase my question) Environment OS: Ubuntu 24.04 (Docker container) Python: 3.11.15 (managed by uv) GCC: /opt/conda/bin/x86_64-conda-linux-gnu-c++ (GCC 13+) swig: 4.2.0 (installed ...
Couzin Emile's user avatar
Best practices
0 votes
2 replies
21 views

I have this function called BulkCopyIntoTable which filters a datatable and based off the max integer of the table im inserting into and inserts data that is greater than that integer. I use the ...
Leslie Castelan Chavez's user avatar
Advice
0 votes
1 replies
22 views

Please help me guys from __main__ import app from flask import render_template, redirect, url_for, flash, session, request import sqlite3 from db_connector import database from flask import request ...
Sasha Doofo's user avatar
-1 votes
0 answers
24 views

I'm Currently making another game in python as another experiement and I made a pause menu ui thingie. I've made a decent amount of progress but i had to restart because for some reason I love over ...
Amy Adams's user avatar
0 votes
0 answers
20 views

I have the following code (stripped down to bare minimum) using System; using System.Linq; namespace Test; public class TestSomething { public byte[] DoAThing(byte[] input) { return ...
dwilliss's user avatar
  • 952
-1 votes
0 answers
18 views

I use NixOS with proprietary nvidia drivers Error: WARNING: GLFW: Error: 65542 Description: EGL: Failed to initialize EGL: EGL is not or could not be initialized WARNING: GLFW: Failed to initialize ...
Sanek Secunda's user avatar
-3 votes
0 answers
28 views

I am new to Python and backend integration. i have knowledge about express backend. I have a trained Convolutional Neural Network (CNN) model saved as a .keras file, which predicts plant leaf diseases ...
Souvik Samanta's user avatar

15 30 50 per page
1
2 3 4 5
1610932