Newest Questions

-1 votes
0 answers
16 views

How can I improve this Python function?

I’ve written a program and would love your feedback. If you find any issues, please let me know so I can fix them. Thanks! I work in Iran, thank you for solving my problem, I am trying very hard If ...
ali soltany's user avatar
0 votes
0 answers
5 views

Tiptap Editor Not Rendering and Menus Not Functioning in Vue 2 + Docker Setup

I am using the Tiptap editor in my Vue 2 project, but the editor is not visible in the browser. When I highlight text, the bubble menu doesn't appear, and when I move the cursor to the next line, the ...
Vijenthiran Vimal's user avatar
0 votes
0 answers
9 views

Plotting a decision boundary with 150+ columns

Trying to make a decision boundary for a large dataset with 150+ columns. There were originally around 38 features but I used One Hot Encoding. Just verifying if my decision boundary plots are right ...
Darren D'cruz's user avatar
-2 votes
0 answers
11 views

How can I make a printf in assembly x32 that can prints 256chars [closed]

I’m writing a tiny demo in 32-bit x86 assembly (NASM 2.16) under Linux x86 (Ubuntu 22.04, GCC 13 / binutils 2.42). For learning purposes I want to avoid printf from libc and roll my own PRINTF macro ...
preot123's user avatar
0 votes
0 answers
7 views

DNS delegated subdomain for apex production domain on Route 53

Currently, I have a site hosted at example.com. It has DNS setup in AWS Route 53 with a "parent" project. This hosted zone is for example.com and contains the NS record for the registrar and ...
Eric's user avatar
  • 358
0 votes
0 answers
6 views

Remove-IISConfigCollectionElement causes NullReferenceException

I am developing a PowerShell script to modify customHeaders in my website's web.config file, specifically the Content-Security-Policy header. I'm doing this with a script for 2 reasons: For my ...
wames's user avatar
  • 31
0 votes
0 answers
7 views

Using the data of the children to order with eBean fails

I have two ebean object in Playframework 3.0.5 and ebean 3.0.0. MessageThread, which has MessageItems: In MessageThread: @OrderBy("addDate ASC") @OneToMany(mappedBy = "thread", ...
Luuk D. Jansen's user avatar
-2 votes
0 answers
15 views

Trouble with Gmail API

I'm trying to read email using gmail API. It was working for a while, then I guess it hit an email it didn't like and now all I get is An error occurred: 'parts' try: # Call the Gmail API ...
Dan's user avatar
  • 1
-1 votes
0 answers
12 views

I want to put the result of an tennisgame in google excel spreadsheets. But I don't get the results in excel [closed]

I want to put the result of tennis games in google excel spreadsheets .Can you help me to fix this problem? importdata importxml =IMPORTDATA(https://www.flashscore.nl/tennis/) =IMPORTDATA(https://www....
Tim Van Der Wilk's user avatar
0 votes
0 answers
8 views

Every possible swiss tournament

So I’m wondering if there is a way to program every possible Swiss tournament bracket of n rounds and m players? What I’m trying to do is given a pairing algorithm (which I don’t need to worry about ...
Ethan Bartiromo 's user avatar
0 votes
0 answers
10 views

jsPDF html method - autoPaging option with the 'text' mode causes issues with text styling

Good day, I wanted to ask a question related to using the html method of jsPDF to generate a PDF based on the html contents of a page. I am using Vue 3 for my frontend and Laravel 10 for my backend. ...
Amanda's user avatar
  • 1
0 votes
0 answers
9 views

How to fix "No active connection found!" error in VS Code for SQL?

I have been facing problems of the IDEs not getting the connections constantly for a few days. I fixed it for SQL Workbench. But somehow the error is still coming on VS Code. Is there a way to fix it? ...
Kaustav Dutta's user avatar
0 votes
0 answers
16 views

Very slow write speed in SDMMC 1 bit mode on ESP32 s3

I have an esp32-s3 wroom camera board. I have an Arduino program that takes a picture and save sit on the SD card. Nothing really fancy. It works well, it saves the picture in 1-2 seconds. I didn't ...
Radu's user avatar
  • 1,001
0 votes
0 answers
12 views

Haskell regular expression error "parse error on input ‘2’ [re|^[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,64}$|]"

I'm using the PCRE library to validate the email in haskell. Below is my code - import ClassyPrelude import Domain.Validation import Text.Regex.PCRE.Heavy import Control.Monad.Except type Validation ...
user51's user avatar
  • 10.3k
0 votes
0 answers
21 views

`Future#get` not responding to `Thread#interrupt()` in Java

I am seeing a weird interaction between try-with-resources and thread interruption in Java. What is supposed to happen is that the "interrupt thread" in the code below waits and then ...
Luke Hutchison's user avatar

15 30 50 per page