Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
69 views

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, ...
AlessioF's user avatar
  • 453
4 votes
1 answer
117 views

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 (...
pts's user avatar
  • 88.7k
1 vote
2 answers
111 views

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 ...
Leonora's user avatar
  • 11
1 vote
0 answers
36 views

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 ...
ymzkd's user avatar
  • 11
0 votes
1 answer
117 views

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 ...
Tamizharivu Kumar's user avatar
0 votes
1 answer
105 views

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 ...
GreatField's user avatar
0 votes
0 answers
93 views

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 '...
Djam75's user avatar
  • 31
0 votes
1 answer
41 views

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/...
Zizhe Jian's user avatar
0 votes
1 answer
123 views

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 ...
Dave Whatever's user avatar
2 votes
0 answers
381 views

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 ...
Angie Navia's user avatar
0 votes
1 answer
144 views

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 ...
Vegas's user avatar
  • 19
1 vote
1 answer
229 views

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 ...
cmacca's user avatar
  • 13
0 votes
1 answer
610 views

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 ...
Dimpy-iRoid's user avatar
1 vote
1 answer
344 views

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> #...
user14423706's user avatar
0 votes
0 answers
41 views

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 ...
Sherif.Mohamed's user avatar

15 30 50 per page
1
2 3 4 5
51