Newest Questions
24,169,554 questions
0
votes
0
answers
6
views
AS400 - JT400 - How to end active job
I'm using dq.read(0) to listen data from a dataq. But everytime I do this, as400 create a new active job, which will be built up overtime.
Is there any way I can kill active jobs?
I want to use dq....
0
votes
0
answers
9
views
why does __USE_MISC get undefined by stdio.h
I have the following code:
#define __USE_MISC
#ifdef __USE_MISC
#pragma message("C Preprocessor got here!")
#endif
#include <stdio.h>
#ifdef __USE_MISC
#pragma message("C ...
0
votes
0
answers
5
views
iMessage Extension: didSelect not called on iPad when tapping same message - any workarounds?
I'm building a turn-based iMessage game and hitting a wall with iPad support. Looking for anyone who has solved this.
The Problem
On iPad, didSelect(message:conversation:) only fires the first time a ...
0
votes
0
answers
9
views
GitHub Actions: workflow_run not triggering second workflow when files are in a PR branch
I am refactoring my CI/CD pipeline by dividing a large workflow into multiple files for better maintainability. I want the first workflow to run unit tests, and if it succeeds, trigger a second ...
-1
votes
0
answers
21
views
Recursion help please
I am a beginner at Java. My teacher explained recursion and backtracking in a weird way. I tried to look at Youtube videos but it didn't help. In this problem I do not know why my n is decreasing each ...
0
votes
0
answers
5
views
Supabase rpc() fails in React Native EAS production build but works in SQL Editor
I'm calling a Supabase RPC function from a React Native/Expo app to increment a counter. It works perfectly in the Supabase SQL Editor but never writes to the table when called from the app.
No errors ...
0
votes
0
answers
15
views
Change Delimiter Type in SPSS so that it can be converted to CSV?
does anybody know how to change delimiter in SPSS settings so that when i convert it to csv, the new delimiter applied automatically? or is there any other easier way?
1
vote
2
answers
43
views
Can't use properties and methods from the object passed as an argument to the Phaser event handler function
I'm developing a card game using Phaser, and I ran into some really weird behaviour.
I'm using built in Phaser EventEmitter object for handling some card effects.
EventEmitter example:
const ...
0
votes
0
answers
16
views
Tools to tell me what AI coding tools a Github repo uses?
I am looking for a tool similar to Wappalyzer, Builtwith and Bloomberry, but for Github repos.
those tools analyze a website’s source code, JS files, cookies etc. but i am looking for tools that ...
-1
votes
0
answers
19
views
I can't make relationships on spring boot
I was trying to make an ecommerce api with Spring boot. I was using Spring data jpa for my models and relationships. But for some reason I can't make this one to many relationship.
I have a category ...
0
votes
0
answers
13
views
X Ads API Sandbox domain (ads-api-sandbox.x.com) fails to resolve
I am trying to implement the X (formerly Twitter) Ads API and want to test my integration using the Sandbox environment.
According to the official X Ads API Sandbox documentation, the hostname to use ...
0
votes
0
answers
26
views
How to implement multi-tab sticky headers?
Multi-Tab Sticky Header Scroll Sync
Here is a demo.
demo
Requirements
When switching to tab one, the header position remains unchanged
When switching to tab one, the scroll position restores to item ...
0
votes
0
answers
15
views
macOS app icon shows as square instead of rounded squircle in Xcode 26
I need to create my app icon for a desktop Mac app. I am using Xcode 26. So, I go to Assets.xcassets > AppIcon, and insert my 1024x1024 image in the App Store -2x. It’s a flat PNG with a white ...
0
votes
0
answers
9
views
cordova‑ios 8.0.0 cannot lock orientation on iPadOS 26 (UIScene vs AppDelegate behaviour)
After upgrading to iPadOS 26, I found that my previously landscape-locked iPad apps stopped respecting orientation when rebuilt with cordova-ios 8.0.0, even though the same apps built earlier still ...
-1
votes
0
answers
13
views
Chrome built-in Translate, Why the translated HMTL texts has a messy structure?
Environtment:
- Windows 11
- Chrome Version 145.0.7632.160 (Official Build) (64-bit)
- Translate English to Chinese
html source text:
<!DOCTYPE html>
<html lang="en">
<html&...