Newest Questions

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

how to run mpv as a detached process on files selected by fzf

I have the following function play-music() { local selected=$(find "${PWD}" -mindepth 1 -maxdepth 1 -type f -iname "*.mp3" | LC_COLLATE=C sort | fzf) local processed="...
Rittwik Chatterjee's user avatar
1 vote
0 answers
14 views

How to use API key to search in AWS Locations Place Index I don't manage?

TL;DR Has anyone been able to get AWS Location Place Index working with PHP SDK & API Key without a custom Place Index? AWS Location service recently dropped the requirement to provision your own ...
Jan Klan's user avatar
  • 984
0 votes
0 answers
4 views

ScrollRow and Scroll Column moving active Cell on 2 workbooks

I usually run macros from a single workbook (lets call it "Workbook A") to perform actions on other workbooks. I do this to not convert the other workbooks to ".xlsm" and so no one ...
Jobe's user avatar
  • 1
0 votes
0 answers
13 views

What AWS instance should I use for running selenium in Docker

I plan on running selenium (chromedriver to be specific) on AWS. Any advice that you would give me on what EC2 instances you would recommend? And what minimum required values (VCPU, RAM) you find ...
HeronAlgoSearch's user avatar
0 votes
0 answers
8 views

Connecting to Elasticache Valkey Using IAM Role

tl;dr Working in Go, and had to write my own token signing method connect to Valkey Instance in Elasticache. Keep getting error: "WRONGPASS invalid username-password pair or user is disabled.&...
James Cooper's user avatar
0 votes
0 answers
12 views

How can I get the actual type from a generic type parameter

Say, I have an abstract class for testing. abstract class BaseEntity<SELF extends BaseEntity<SELF>> { } I declared an abstract test class for testing subclasses of the BaseEntity. ...
Jin Kwon's user avatar
  • 22.2k
0 votes
0 answers
14 views

Request for Hyperledger Aries framework persistent askar wallet

The default configuration for the Askar wallet in ACA-Py creates an in-memory (non-persistent) wallet unless explicit parameters are provided to make it persistent. My intention is to create a ...
user1850484's user avatar
0 votes
0 answers
10 views

I'm having an issue with my query when using pagination and offset in Livewire 3

I'm having trouble with my query when using pagination and offset in Livewire 3. My query is supposed to display the latest articles, but I want to offset 4 articles because I've already created a ...
fajriyan's user avatar
0 votes
0 answers
6 views

Can a select field be dependable of 2 or more fields?

I have followed instructions here https://filamentphp.com/docs/3.x/forms/advanced#dependant-select-options to make a select form dependable from another field in the Edit form. Here is the code of the ...
Pablo's user avatar
  • 1
0 votes
0 answers
10 views

How to make a process wait until its completed before a new request

I am developing a process to take input from a DB object and convert the data into an excel file export. I am using NPOI tool to do the same. The conversion process works fine, whereas it is a bit ...
user2023951's user avatar
0 votes
0 answers
8 views

How to make this kind of bottom curved tabbar in flutter?

Example Image I'm trying to replicate a TabBar indicator in Flutter similar to the one in the image below. The desired look includes: A rounded rectangle indicator that appears only at the bottom of ...
Kumaresan Anbazhagan's user avatar
0 votes
0 answers
7 views

ForkJoinPool Using AppClassLoader + ClassNotFoundException Spring Boot

When using a Kafka producer via a third party library in a Spring Boot application packaged as a fat JAR, Kafka's StringSerializer (and other Kafka classes) are not found in async threads spun off by ...
Mason's user avatar
  • 1
0 votes
0 answers
10 views

Turf.js buffer creates shifted polygon only for some coordinate inputs — why?

I’m using Turf.js in TypeScript to buffer polygons like this: import * as turf from '@turf/turf'; const polygon = turf.polygon([[ [-102.074737, 63.634981], [-102.074737, 56.012981], [-93.32105, ...
Light Yagami's user avatar
  • 1,045
0 votes
0 answers
10 views

Android SAXParserFacotry.newInstance() Throws Exception when Minify Enabled

I enabled Minify in my release for SDK 15 as a target and now some installs get a failure: Exception q1.b: at javax.xml.parsers.FactoryFinder.newInstance (FactoryFinder.java:200) at javax.xml....
Dave Hubbard's user avatar
1 vote
0 answers
12 views

In git, is there a way I can ignore any changes to a file, but still have that file exist in the repo for everyone to pull down?

I have a file in my repo that contains sensitive information relevant to each dev. I want each of my colleagues to have this file when they pull down my repo and update it with their info, but not be ...
MeltingDog's user avatar
  • 15.6k
-2 votes
2 answers
30 views

SQL Server T-SQL

I believe REGEX only works in SQL Server 2025? I have an older version (Windows Server 2019 Standard (10.0)) and need to match data where first letter is 'a' then 7 numeric values eg a1234567. How can ...
Steve_Harlington's user avatar
0 votes
0 answers
17 views

Is there a way to refresh all =AI() functions in a Google Sheet using Apps Script, without manually clicking the “Generate and insert” button?

does anyone know if there’s a way or workaround to refresh all =AI() functions in a Google Sheet using Apps Script, without manually clicking the “Generate and insert” button each time? I have a sheet ...
Xin Ren's user avatar
0 votes
0 answers
18 views

No Colon? but its there?

weight = 85 height = 1.85 bmi = weight / (height ** 2) # 🚨 Do not modify the values above # Write your code below 👇 if bmi < 18.5: print("Underweight") elif bmi < 25: ...
David Guetterman's user avatar
0 votes
0 answers
9 views

Unable to access oracledb package using python in ODI14c Marketplace

I am facing issue in ODI14c Marketplace, while connecting to Oracle database using Python script. Error is, 'ObjectNotFound'. when i go and see, i can find oracledb package at location python3.8. ...
Raghu's user avatar
  • 1
0 votes
0 answers
9 views

How do you edit a CT image of a fish to only showcase its skeleton?

I have a question regarding editing, I’m wanting to take this CT image of a fish to showcase only its skeleton. For 3d printing services, I’ve searched and viewed many videos but I’m not sure if I’m ...
Alyssa Vinton's user avatar
0 votes
0 answers
12 views

Using GNU Make to compile all .c files in a subdirectory

I'm working on a project in C, and I'm using GNU Make to handle compiling everything, but I'm having a lot of trouble trying to compile every .c file in my project, including ones in subdirectories. ...
TimeSquared's user avatar
0 votes
0 answers
13 views

DIRECT STATE ACCESS NOT SUPPORTED OPEN GL vscode

Hi I am trying to use opengl to compile the helloTriangle example from learnopengl.com. After looking around on the internet I found a good file to use and have copied it into my repo. However no ...
Ayite Dalmeida's user avatar
0 votes
1 answer
32 views

Do the implicit object creation rules guarantee std::launder can be omitted in placement new scenerios?

#include <iostream> #include <new> struct A { int const n; void f() { new (this) A{2}; } void g() { std::cout << this->n; } void h() { ...
xmllmx's user avatar
  • 43.3k
0 votes
0 answers
18 views

How to populate a List field in a VO (Value Object) without setters when using MyBatis?

I have a question about the proper design of VOs (Value Objects) in Java. By definition, a VO should be immutable and should not have setters. However, sometimes a VO includes a List field to ...
sso's user avatar
  • 1
0 votes
0 answers
13 views

TypeError: property is not writable, js engine: hermes ERROR TypeError: Cannot read property 'default' of undefined, js engine: hermes

I am building an application using react native in the monorepo structure. I was facing the following issue: ERROR node_modules/expo-router/_ctx.android.js:Invalid call at line 2: process.env....
user26550408's user avatar
0 votes
0 answers
13 views

Get batch program to process files in subdirectories

I have this simple batch file I'd like to process files in subdirectories. I've played around with the for /R but I can't seem to get it to work. Any help would be very appreciated. Thank you. Here is ...
user704270's user avatar
0 votes
0 answers
10 views

expo-camera does not auto-rotate recorded video on Android (works on iOS)

Description of the issue When recording a video using expo-camera on Android, the resulting video is not automatically rotated according to the device's orientation. The same code works as expected on ...
0 votes
0 answers
23 views

FirebaseAuth Error code 17004 is being thrown when Error code 17011 should appear (XCode)

I'm currently working on the entire authentication section of an IOS app using the most recent version of XCode and just added Google sign-in capabilities. I first created an account using email/...
Remi_Zacharias's user avatar
0 votes
0 answers
21 views

how do I determine if a popup is on the stack?

I wrote a mopups popup page using this code: <mops:PopupPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:mops="clr-namespace:Mopups.Pages;assembly=...
Bob Gatto's user avatar
  • 145
0 votes
0 answers
59 views

Why doesn't my while loop stop when I enter "done" in my Python input?

I'm building a budget tracker in Python where the user can input expenses in a loop. I want the loop to stop when the user types "done". But , even when I type "done", the loop ...
Nars's user avatar
  • 1
1 vote
1 answer
27 views

Extracting lines from two files where there is a match of value in specific columns

I have two tab-separated files (with thousand of lines each): File1: anno1.g20653.t1 anno1.g20674.t1 eud1g02416 eud1g02458 27 + anno2.g3796.t1 anno1.g20698.t1 eud1g02520 eud1g02556 28 + File2: ...
rseg's user avatar
  • 11
-4 votes
0 answers
16 views

Can't access SPICE remote desktop form Proxmox localhost [closed]

I cannot access any remote desktop with SPICE and virt-viewer on localhost (the node itself which has a desktop), but works form any other client on the sub-net. It's a fresh install for which i ...
rheticus's user avatar
0 votes
1 answer
32 views

Console.WriteLine isn't outputting a value, but the code inside is running

I've been working on a bank application for Summer of Making (with fake money of course), and while testing if errors are caught correctly, I ran into a problem. In this snippet of code, the money has ...
Paulo's user avatar
  • 9
0 votes
0 answers
10 views

My codes on python for spotify web authorisation is not working and it returns an invalid request error description "code must be supplied"

The following codes are the essential codes on my main.py responsible for authorisation as seen in the spotify documnetation. auth_manager = SpotifyOAuth( redirect_uri=REDIRECT_URL, client_id=...
Chisom's user avatar
  • 1
0 votes
0 answers
10 views

Android duplicate dependency / repository issue

I'm looking for a math parser. Found: gbenroscience/parserng-android After adding the repository and dependency I suddenly have multiple dependency duplicate conflicts (part listed at end, too many to ...
Nicholas Farmer's user avatar
0 votes
0 answers
21 views

How to delete/modify test cases in kiwi-tcms?

I think I missed something about Kiwi-TCMS but I can't seem to find anywhere on the UI that lets me modify or delete test cases. As a matter of fact, I can't delete anything. Once I add something, I ...
PLy's user avatar
  • 89
1 vote
1 answer
20 views

Fourier propagation is propagating backwards

I am trying to write a code which propagates a beam a certain distance through Fourier propagation. Here is the relevant excerpt of the code: import numpy as np from numpy.fft import fft2, ifft2, ...
Henrique Guerra's user avatar
-4 votes
0 answers
24 views

How to clean up and improve my messy-looking JavaFX Maven app? [closed]

This is my first question on Stack Overflow. Right now, I'm learning Java—especially Maven and JavaFX. This is my project: https://github.com/Igro-Zona/Login-App. Could you please give me some ...
0 votes
0 answers
8 views

Diagnosing potential data leakage behind an unexpectedly high R² in a pandas-based time series model

Here is the code I have written: https://colab.research.google.com/drive/1RFuyHmXObWpD1K_3stweBzFLcf3eSvVl?usp=sharing I’m working with data collected between 3:50 PM and 4:00 PM EST, and I’ve built a ...
andypicks's user avatar
1 vote
1 answer
34 views

Making a random grid that doesn't vary 'too much'

I'm making a meshgrid to represent background radiation levels, but I'd like it to be less noisy. My implementation is trivial, I've plotted import numpy as np x = np.linspace(-2, 2, 100) y = np....
Space cat 321's user avatar
-3 votes
0 answers
21 views

Division Formula: Numerator having one static number and one dynamic number [closed]

Need help with a SQL division formula that has one static number and one dynamic number added together then divided by 2. I am using a month end date and the static amount is the previous end of year. ...
benjo's user avatar
  • 31
0 votes
0 answers
8 views

Breezing Forms - Format Issue

Is anyone still using Breezing Forms? I am using Joomla 5 with BreezingForms (com_breezingforms-5.0.0-RC8 from https://www.breezingforms.eddy-vh.com/) I have a problem I cannot solve with formatting ...
Trevor Springate's user avatar
1 vote
1 answer
11 views

How to accurately pick/select cells in PyVista with single mouse click?

I'm trying to implement single-click cell selection in PyVista to get the correct cell index when clicking on a mesh. I've tried using pv.Plotter().enable_cell_picking() but this has two issues: the ...
Luca's user avatar
  • 1,850
-4 votes
0 answers
21 views

Robust vs Fragile Watermarking [closed]

I am trying to figure out whether the following tools produce robust and/or fragile watermarking: stegano openstego invisible-watermark-gpu steghide
David Makovoz's user avatar
-4 votes
1 answer
26 views

Java Parent class receives null on BufferedImage

I am trying to create multiple doors from the parent Door and Grandparent Objects. Every variable has the value I expect it to have EXCEPT the BufferedImage ones. For some reason every BufferedImage ...
Pri Pri's user avatar
0 votes
0 answers
9 views

Add background image to scaffold structure - Kotlin

I am using Kotlin for an app and trying to add a background image for one of the views. This image is not stored in the app, but on the phone since the user selected it beforehand. For the example I ...
Apo's user avatar
  • 25
0 votes
0 answers
11 views

Cockroach backup sql to gcs works fine on single node but on multi node cluster

I can run the backup sql storage to GCS on single node perfectly fine. When I try to run the same cmd on multi cluster node. It's not always success. Most of the time it fails. On multi cluster if I ...
Sarada Chelluboyena's user avatar
0 votes
0 answers
4 views

minimal pulumi infra from azuredev ops

I'm trying to create a minimal pulumi task from AzureCLI task inside a release pipeline. It works locally but crashes from azure devops ubuntu agent. #!/bin/bash cat > __main__.py <<EOF ...
martin's user avatar
  • 1,012
0 votes
0 answers
8 views

In home-grade TP-Link routers, which component handles admin web interface password verification?

I’m trying to understand how authentication works on home-grade TP-Link routers, specifically regarding the admin web interface. When logging in as the admin user, which component is responsible for ...
emmet's user avatar
  • 1
0 votes
0 answers
18 views

How to handle dependencies during toolset update in C++ MSVC project?

I have a big solution in MVS 2013, which consists of several projects, which are linked together. There is one main project, which is built as Windows application (.exe). All other projects are built ...
Eugene's user avatar
  • 87

15 30 50 per page
1
2 3 4 5
484407