24,226,208 questions
0
votes
0
answers
1
view
Embeddings show as a list of a list
I am trying to build a Rage Pipeline for a dataset containing 100 coffee shops in LA. The goal is to use the column Combined Review Text to recommend different coffee shops to the users. The goal is ...
0
votes
0
answers
7
views
Move focus from PhpStorm terminal to editor other than with escape key
Normally, if you're in the PhpStorm terminal, you can move focus right back to the file you were most recently editing (in the editor), just by pressing escape (in version 2025.1.1, there is a ...
0
votes
0
answers
8
views
Issues With Pointers and Memory While Making C-String Functions From Scratch in C++
I need help looking for the source of an error that's plaguing me in my coding assignment (I'm doing the class online over the summer.). The professor is tasking the class with several cstring ...
0
votes
0
answers
4
views
SelectOutput doesn't send agents to the queue with shortest size?
So i have a selectOutput block that is connected to 2 queues: queueCashier and queueKiosk. I set the "Select True output" to "If condition is true" and in the textbox typed in
...
0
votes
0
answers
8
views
Kaggle images make notebook too large
I'm trying to upload my first notebook to Kaggle, but adding photos of my graphs from Tableau has made my notebook too large to save.
I saw a suggestion to add the images to a separate dataset and add ...
0
votes
0
answers
10
views
Windows 10 Pro not working as a public webserver
If we use the format by ip address: http://0.0.0.0 we keep getting "server stopped responding" after a 60-90 second wait.
If we use the format by web name: somename.org we keep getting "...
0
votes
0
answers
7
views
How to create a functioning "tab" element in HTML Text Editor (e.g. TinyMCE)
I'm attempting to create a tab-like element in a React TinyMCE Text Editor that doesn't glitch. Ideally it works like a tab does in Microsoft Word, as I'm using the editor to edit transcriptions into ...
0
votes
1
answer
11
views
Multiple SLF4J Providers with Neo4j Test Harness 2025.04.0 in Gradle
I'm setting up a SpringBoot 3.5.0 project using neo4j with Spring Data Neo4j 7.5.0
For my tests I want to use Neo4j Test Harness 2025.04.0
When starting the tests I get the following error:
Standard ...
0
votes
0
answers
12
views
why does my image not cover the div(which has the same dimensions as the image)
so i want my image to completely properly cover the div, which doesnt seems to happen no matter what property i set. Both the div and image have the same dimensions but the image seems to get smaller ...
0
votes
0
answers
8
views
My Flutter scheduling app can schedule a day, but then I can't schedule more days. How can I fix this?
I'm making a calendar application where you can schedule days. One agenda works for me, but I can't schedule more. I've tried several things, but I don't see any results. I get the error "Error ...
-1
votes
0
answers
11
views
I can't find the error in this code. It is x86 assembly
Given a sequence of bits, determine the minimum and maximum length of subsequences consisting of bits 0.
Input:
An array of bytes (BYTE), which should be considered as a sequence of bits.
A WORD value ...
0
votes
0
answers
6
views
HttpServletSseServerTransportProvider blocks servlet threads causing timeouts and memory leaks
Summary
The HttpServletSseServerTransportProvider uses Mono.block() in servlet container environments, which blocks HTTP processing threads and causes request timeouts, notifications/cancelled errors, ...
0
votes
0
answers
9
views
Programming an oop based framework ("win32engine"), but createWindow(...) fails when passing this into the last parameter of the function
I am using Visual Studio, c++ language, subsystem windows.
I asked chatgpt multiple times without success, I tried what he said but either it didnt work or he just repeated himself.
I realised that ...
0
votes
0
answers
10
views
NetLogo GIS assign shapefile variable (polygon/line) to patch
I’m working on a NetLogo model where I’ve loaded a raster file as my base map (this works). I also loaded a polygon shapefile representing protected areas using the GIS extension and another shapefile ...
0
votes
0
answers
6
views
general strategy for doing GPIO triggered DAC in RFsoc 4x2 FPGA
I came from the field of MCU design.
I have Rfsoc 4x2 system .I am new to fpga vivado.
My goal is to build DAC which acts as arbitrary waveform generator(sine signal for example) but the signal should ...