All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

How to fasten sqlite update query?

UPDATE ITEMS SET ID_SECTION = ( SELECT B.ID_SECTION FROM TT_ItemSection B WHERE ITEMS.ID_ITEM = B.ID_ITEM AND B.IS_MAINSECTION = 'Y' ); how can i fasten this query. It is taking so much to execute (...
З. Эрдэнэ-Уул's user avatar
0 votes
0 answers
2 views

O365 SMTP Actively refuses subsequent connections

I am attempting to set up a simple webhook application to receive requests and send off an email based on the payload. The libraries in use are smtplib for SMTP, flask for hosting, and ngrok for ...
user24479611's user avatar
0 votes
0 answers
3 views

Issues using yarn(npm) link with parcel

I am trying to link three.js via yarn link into a repo that uses parcel. Every time I run parcel it seems to complain about a different file from three/examples/jsm... eg: @parcel/core: Failed to ...
pailhead's user avatar
  • 5,321
0 votes
0 answers
3 views

MS Graph SDK v5: adding value to singleValueExtendedProperties (contacts)

I'm trying to add value to several singleValueExtendedProperties when creating new contacts with Graph SDK v5 (C#). My code run without error, but it seems like singleValueExtendedProperties is not ...
John Park's user avatar
0 votes
0 answers
6 views

how make async redux ? Overload 1 of 2, '(reducer: Reducer<Partial>

Please help me. I am started lear react a few days ago, but i know Vue. And i don't have idea how make async request in React Redux with typescript. I tryed GPT , but dosen't work. I try make async ...
VueFrontend's user avatar
0 votes
0 answers
9 views

In C# how to exit the PowerShell execution using the Exit command

my C# code invokes PowerShell scripts to do somthing. However after the script is executed there is always a "powershell.exe" process existing on the system's Task Manager list. I want to ...
John Z's user avatar
  • 1
0 votes
0 answers
6 views

Integrating flask-session and express-session

After some assistance here please. I'm trying to integrate express-session into my docker app. The webserver is a simple js script, calling a python API using flask. My index.js code looks like this ...
Keiran's user avatar
  • 51
0 votes
0 answers
6 views

boost functions have contradictory versions

According to /usr/include/boost/version.hpp my boost version is 1.74; however, I am faced with a situation where my socket API accepts a io_service in its constructor; however, when I am trying to ...
user129393192's user avatar
0 votes
0 answers
4 views

Lots of errors trying to update nvidia drivers with dnf update --refresh on Fedora 39

So about a week or two ago I tried updating my kernel which incidentally broke my NVIDIA Drivers somehow. Every startup I'd get the "NVIDIA Kernel module broken. Reverting to nouveau" ...
LobsterRoast's user avatar
0 votes
0 answers
9 views

Parse Extension name from Chrome webstore

I am trying to grab Extension name from multiple extension IDs listed in a CSV from Google Chrome webstore. Not sure why but the following script only returns extension name not found for any ID. ...
Kiran Patil's user avatar
0 votes
0 answers
6 views

Are exceptions and non-null threads' exit codes normal situation for libtorrent

I noticed that libtorrent almost always faces errors. First of all these are libtorrent::storage_error errors. For example starting download a torrent gives the following exception: Exception thrown ...
qloq's user avatar
  • 1,119
0 votes
0 answers
6 views

How categorize instances of a column?

How to write a Teradata query that does this: The first instance where a Project_Type is A or B for a distinct Project_Num, set the value in RN to 1. Set all other values to NULL. If you come across ...
user21077255's user avatar
0 votes
0 answers
9 views

How to call a Python CNN from a C# project?

I have a convolutional neural network (CNN) implemented in Python 3.10 that I want to integrate into an existing C# project. The version of Windows I'm using is 10 64-bit, and the C# framework version ...
zumbide123's user avatar
-1 votes
0 answers
10 views

How the time library works

I have a game I am making which requires you to use the time library, however I have never used this library before. I would like to understand what it does and how it is used. I tried to create a ...
Jashan's user avatar
  • 1
0 votes
0 answers
5 views

how to retrieve a youtube livestream chat messages?

i'm trying to make a simple youtube livestream chatbot but in reality all i need is to receive the messages on the chat in real time i do not need any auth, don't need to post or delete any messages, ...
user2953006's user avatar
0 votes
0 answers
7 views

How does one html/css SideBar open another one?

I have a SideBar.razor component, and when I hover over it, another sidebar-like overlay should open, casting a shadow over the rest of the page. How it should look like: How it should not look like: ...
tarikbateman's user avatar
0 votes
0 answers
4 views

Elasticsearch upgrade/installation failure ---- copy-default-plugins] /opt/bitnami/scripts/libfs.sh: line 59: 1: missing directory

I am currently trying upgrade/install elastic search in cluster mode version 8.3.3-debian-11-r10/8.3.2-debian-11-r0 from bitnami helm charts via cloud-deploy. But i am running below error "...
Bharani 's user avatar
0 votes
0 answers
5 views

Hot module replacement not working in Vite + React + Ts using Ubuntu

I have an issue with not re-rendering page automatically after saving a file (after I made changes). Fsr, it works in Powershell, which is very weird. This is my package.json file if that is needed: { ...
Patrik Bajzík's user avatar
0 votes
0 answers
4 views

Azure Function - Error connecting to SFTP server: Input string was not in a correct format

I am attempting to write a set of Azure functions that allow for SFTP calls between applications. I am using the Renci.SshNet library. It all looks correct to me, but when it runs I get the error: ...
Tom Jedi's user avatar
0 votes
0 answers
4 views

How to Show Style Manager Tool Window

I cannot for the life of me, see how to display the style manager tool window. I tried to find Style Manager in the Toolbars and Other Windows submenus which appear after clicking on the View menu, ...
Zeddy's user avatar
  • 2,089
0 votes
0 answers
4 views

Page /api/auth/[...nextauth] does not export a default function in NextAuth with Next.js

I'm encountering an error when using NextAuth with Next.js. The error message I'm receiving is: "Page /api/auth/[...nextauth] does not export a default function." Problem Details: I've ...
Michael Immanuel's user avatar
0 votes
0 answers
3 views

VS Code Webview Extension - EventListeners not working when dynamically adding elements

I am trying to build Webview extension for VS Code, but I cant make event listeners work reliably when building the view dynamically. The following code is recreating button in runtime (label is ...
Martin's user avatar
  • 57
0 votes
1 answer
6 views

Code works when I add a binding.pry, why? [closed]

I have a flow of code and I add a binding.pry and it works and I remove it and it tends to fail
Jose Paez's user avatar
  • 765
0 votes
0 answers
7 views

Everytime I try to register a new object, it returns to the database empty, or null. What should I do?

I think my ViewModel is getting values from empty fields of a not loaded page, or not getting at all, just getting from the Model: ViewModel: namespace Projeto_Vendedores.Models.ViewModels { ...
raphael's user avatar
0 votes
0 answers
9 views

How to increase performance/ framerate in p5js

I currently have a NextJS project using p5js deployed on https://artifical-life.vercel.app/smoothlife/smoothLife . It is an implementation of https://arxiv.org/pdf/1111.1567.pdf which is essentially a ...
Riku's user avatar
  • 38
0 votes
0 answers
3 views

NextJS authentication with user session management

I'm developing a project using Next.js and Spring Boot for a client. The client has a service that uses Single Sign-On, and with this same service, we'll be able to validate if the user is valid. I ...
ZenDev's user avatar
  • 1
-1 votes
0 answers
5 views

When printing the player's position it first prints it incorrectly then prints the correct variables does anyone know what is causing this? (godot)

When the game goes through this loop it first updates the frame counter, then prints both the player's position (playerPos) and the value of the current frame its on (framecounter) but in this first ...
Cat Pog's user avatar
0 votes
0 answers
4 views

How to find the weight/size of a mobile NVIDIA GPU?

I'm trying to find documentation on mobile NVIDIA GPUs, which would contain information about the GPU physical size (length, width, height) and its weight, but I couldn't find anything. Is there a ...
MikaYeghi's user avatar
0 votes
0 answers
4 views

Oracle 19c Python Pyspark python-oracledb

I am working on an ETL process that is being based on Python/PYSPARK and Oracle 19c (cx_oracle) and push a fair amount of volume - As the DBA I am encountering an issue that appears to be related to ...
Richard Wolff's user avatar
0 votes
0 answers
3 views

Elastic Dense vector Index Size

I am a novice in the field and trying to understand Elasticsearch's vector search product. I am trying to size a project of 2M vectors with 384 dimensions. I heard that Elastic stores values as 8 ...
user9889742's user avatar
0 votes
0 answers
4 views

pm2 setup command stops at the first step. How to make it work?

I call the command "pm2 deploy ecosystem.config.js staging setup" and its execution stops at the "hook pre-setup" stage. The SSH key of my ec2 container is added to the repository ...
ugar2000's user avatar
0 votes
0 answers
10 views

How to reset TYPO3 Install Tool Password?

I installed the scheduler in TYPO3 10, but now the backend is unreachable giving an exception page containing: 1460976566 InvalidArgumentException [module-system_txschedulerM1] The option "source&...
user500665's user avatar
  • 1,290
0 votes
0 answers
4 views

How to make multiple existing SwitftData models to conform to Codable by inheriting from base class?

The following is my attempt (with ChatGPT 3.5's help) to implement a base class A: Codable with required init and func encode where I am trying to use reflection to findout B.property1 and C.property2 ...
alienfromouterspace's user avatar
0 votes
0 answers
5 views

Global padding not applied to content inside full width container

I'm building my first block theme using twentytwentyfour as a starting point and guide. I've run into an issue with content width inside a full width container (group or cover block). A typical design ...
AidanCurran's user avatar
  • 2,470
0 votes
0 answers
19 views

Malloc not properly allocating memory

I had to write a small C program that would read from stdin and create a linked list using malloc. However, when I was writing the program a certain way, malloc did not appropriately manage the memory ...
Shawn Kim's user avatar
0 votes
0 answers
3 views

Implement IAP on an android app without merchant account

I don't have any verified merchant account but I have a google play developer console. Some company asked me to implement IAP to my app than upload the app on my own Google play developer account. ...
Sora's user avatar
  • 1
0 votes
0 answers
7 views

Is there a way to see exactly what objects the GC is recycling during "Major GC" events in the profiler?

I'm currently writing an Electron/Typescript based game with a render loop. I've been developing it for about a year but have only just discovered that the game has horrible memory issues if the ...
A B's user avatar
  • 1
0 votes
0 answers
6 views

how to check filters

I'm testing a website and there is a page that has too many filters. I have a code but I dont know how can I assert it? enter image description here for example there are announcements and I need to ...
Sevda's user avatar
  • 1
0 votes
0 answers
3 views

How to organize a python dictionary to separate columns

I have GIS shapefile of NY census block which I opened in ArcGIS Pro. The shapefile has an attribute table with over 6000 rows and 13 columns including the Longitude and Latitude. I computed the ...
Michaelmary's user avatar
0 votes
0 answers
4 views

First compile on React Native Expo Router for iOS failing

This is the complete log : eas build --platform ios --local Loaded "env" configuration for the "production" profile: no environment variables specified. Learn more ✔ Using remote ...
otoniel's user avatar
0 votes
0 answers
3 views

No Game Piece movement in simple 2x2 board game MVP in Unity3D

I am trying to make a board game in Unity3D. I have already published 2 apps and this is my next project. I would like to make a basic test of what I am trying to do by developing a board game with ...
Polymathic Industries's user avatar
0 votes
0 answers
11 views

How do I prevent my random dice rolls from 're-rolling' the already printed output?

I am making a Sevens Out game between 2 players in C#. The code uses an if statement to alternate between each player. Each player must input any key to roll their 2 die. The sum of the rolls is then ...
Max Butler's user avatar
0 votes
0 answers
4 views

Multiple InfoWindows on a Single Map

How do I display multiple InfoWindows on Google Maps? The following code only displays the first one. infoWindow1 = new google.maps.InfoWindow({ content: "ABC", position: { lat: 38....
Dkaye's user avatar
  • 1
0 votes
0 answers
21 views

How Do I Loop Through a Tuple Key Effectively?

This is from a previous post that wasn't detailed enough. Decided to just rewrite to be more specific. I have a dictionary of the following form: {("Alexandria", 2): [12], ("Cairo",...
Matthew Goldenberg's user avatar
0 votes
0 answers
7 views

JDA Permissions

Defaults on my Discord server can't seem to use the commands where no permissions are needed for. jda.awaitReady(); jda.upsertCommand("commandone", "This is command 1")....
Ben Verbraecken's user avatar
0 votes
0 answers
3 views

How can I deploy my angular app in plesk web host edition?

I'm new at this of deploying my apps, I have one app finished and ready to deploy, also I already do the build section, so i have the dist folder, but if you remember in Anguar 16 < you only have ...
Hey L1nk's user avatar
  • 121
0 votes
0 answers
3 views

web socket server for steaming camera video

I have problem I can't share my camera video through websocket, I can't load both of page transmitter and receiver I think I am not working well with open gcp cloud and their configuration, I need ...
Halim Hammoumi's user avatar
-1 votes
0 answers
5 views

429 Error with summarizing chain for multi vector search

I am leveraging the following code to create summaries for a multi-vector retriever based rag system: from langchain.chat_models import cohere from langchain.prompts import ChatPromptTemplate from ...
user24479413's user avatar
0 votes
0 answers
11 views

Additional final fields to Java Record

I was working around with java records on Java17 and I came up with an scenario that is kinda interesting. Lets say I have my simple record composed by two fields. public record YearPeriod(String year,...
Vml11's user avatar
  • 464
0 votes
0 answers
6 views

Finding the "true" code version of AWS Lambda runtime

The Issue We ran into a situation where an AWS lambda runtime version update appears to be causing issues with our code. This works (nodejs 18.v24; also .v26 works): This does not work (nodejs 18.v28)...
ScottS's user avatar
  • 72k

15 30 50 per page
1
2 3 4 5
482869