761 questions
0
votes
1
answer
69
views
ion-refresher triggers while scrolling when used with ion-segment-view
I'm seeing an issue where ion-refresher fires whenever I scroll down, even when the content isn't at the very top. This only happens when the page uses ion-segment-view. If I remove ion-segment-view, ...
4
votes
1
answer
117
views
How do I get the x86 current CPU mode (code bit size) using the GDB remote protocol?
I'm running qemu-system-i386 -s -S -singlestep (and sometimes qemu-system-x86_64), and I connect to it over TCP to address 127.0.0.1:1234 using the GDB remote protocol. I issue the g command to get (...
1
vote
2
answers
111
views
How to erase segments where NaN values in a plot [closed]
EDIT: I found the issue. Some lines were missing, which led to these unwanted segments on the graph. I was able to "erase" these segments by filling missing dates with NaN.
I have a date ...
1
vote
0
answers
36
views
On incorrect outputs in arithmetic involving large digits, especially in SDG
CGAL's Segment_Delaunay_graph has confirmed that given an input with very large digits due to minute numerical calculation errors, the correct result may not be obtained, but rounding the digits for ...
0
votes
1
answer
117
views
How to Implement Custom Middleware for Segment Tracking in Angular to Modify Events Dynamically?
I want to implement custom middleware in my Angular application to modify Segment tracking events dynamically before they are sent. The goal is to filter, modify, or enrich events based on specific ...
0
votes
1
answer
105
views
How is the address calculated for accessing data in MIPS data memory?
How is the correct address calculated for accessing data in the MIPS data memory? Considering that the dynamic data segment starts at 0x10010000 and goes up to 0x7FFFFFFC, when using the instruction ...
0
votes
0
answers
93
views
Segment date : start and end date
I have a Power BI report that includes a date segment visual based on a 'creationDate' column (in the 'Order' table) of date type. In the visual, the segment displays two dates: 'StartDate' and '...
0
votes
1
answer
41
views
Python program stuck or quit without warning or error (sometimes raise segment fault)
Code:
import subprocess
from PIL import Image
import colorsys
import numpy as np
for t in range(1,49):
in_file_name=f"Pf{t:02d}.bin"
subprocess.run(f"sz3 -f -i /home/jzz/...
0
votes
1
answer
123
views
Segmenting Time series with python
I have some task, where I just don't know how to solve it. I have a Time Series for productionsteps. Now I want to segment every productionstep and give it an ID. My Timeseries looks like this:
The ...
2
votes
0
answers
381
views
How to Set a Whitelist of Domains for a Segment JavaScript source WriteKey to Prevent Misuse?
I am working on a project that utilizes a JavaScript source writeKey to send data to Segment Analytics. Since this code runs on the client-side, I'm concerned about the potential for the writeKey to ...
0
votes
1
answer
144
views
How can I implement analytics.js to my page and send the tracking methods to my own backend
Is it possible to handle the analytics.js library to send the events to my own backend instead of going through configured third party plugins? Or is there any way to implement a plugin with my own ...
1
vote
1
answer
229
views
Why does R's predict segmented package not include effect of other covariates?
I have a fitted model using the segmented package.
This consists of 1 segmented variable and some categorical variables.
The problem is that when I use the model for prediction, it only predicts using ...
0
votes
1
answer
610
views
How to make a swipeable segmented control with custom view in SwiftUI?
I have a segmented control with two segments as shown in the image see image here. I want to enable the user to switch between the two segments by swiping right or left, and display the corresponding ...
1
vote
1
answer
344
views
OpenSSL3.1 C example of AES-XTS using EVP interfaces Unable to segment data for calculation
For AES-XTS encryption, I want to perform segmented input calculations on the data, but it has a problem.
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <stdio.h>
#...
0
votes
0
answers
41
views
React Native always read UIApplicationLaunchOptionsURLKey with null
in react-native 0.68.3
using universal link iOS -> can't read UIApplicationLaunchOptionsURLKey always null
in iOS, iPhone 13, 17.1.2
i'm using real device when debugging.
open notes app.
add url ...