Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
177 views

I’m building a bullseye target chart in Excel using VBA macros. Each ring represents a performance range based on an array of percentage values. The sizing and labeling are working fine, but I’m ...
mangoes and peaches's user avatar
1 vote
2 answers
94 views

I would like to search an array for a cell in the function's row and return the cell adjacent to the matching array row. The array cells contain partial matches with the function's row. clients ...
DennyBonBon's user avatar
0 votes
1 answer
45 views

The methods AI showed me are not working. However, one method mentioned by AI seems to be usable, but it is private: private CodedOutputStream(byte[] buffer, int offset, int length) So, how can I ...
21k's user avatar
  • 439
0 votes
0 answers
113 views

Hsqldb 2.7.4 If I use OFFSET in an index query, the index should be used for offset calculation, as far as I understand the documentation!? That does not work for me. Any ideas? SELECT id FROM news ...
Peter's user avatar
  • 61
0 votes
1 answer
193 views

I have a topic with 2 partitions which has historic messages. I just made a new consumer group and I'm running 1 flakey consumer. I want reliability (no lost messages) from the point of my first ...
Phil's user avatar
  • 2,341
0 votes
0 answers
97 views

I’m working on a Jetpack Compose app where I want a Text item in a LazyColumn become transparent as it scrolls under a semi-transparent TopAppBar. To achieve this, I’m using onGloballyPositioned to ...
korina's user avatar
  • 1
4 votes
2 answers
92 views

I'm attempting to pull in multiples columns (with specific ranges) into a single column. I've been running in circles (pardon the pun) to no avail. Here is my formula thus far on sheet3!A2: =OFFSET(...
Code_Z's user avatar
  • 91
0 votes
0 answers
76 views

I'm following the Hasura documentation on GraphQL Limit and Offset for pagination, and I noticed something that seems incorrect. The docs state: "If we have 50 todos, we could split them into 5 ...
Ichchha Gupta's user avatar
-1 votes
1 answer
55 views

Given tables setup like this tableA { id = 1 name = 'bob' id = 2 name = 'sally' id = 3 name = 'sue' } tableB { id = 1 name = 'bob' } If I run this ...
user3052443's user avatar
0 votes
1 answer
129 views

=LAMBDA(a, LET(Range,IF(COLUMNS(a#)>1,a#,OFFSET(a,0,0,1,14)), Range))(Q339) The above formula is going to be used at many places. I need to eliminate OFFSET function to improve on speed. If target ...
Deepak Sugandhi's user avatar
-1 votes
1 answer
46 views

This is my code : @retry(stop=stop_after_attempt(3), wait=wait_fixed(2)) def kafka_consumer(self): """Consume messages from Kafka with retry logic.""" ...
Faizan Ansari's user avatar
0 votes
1 answer
116 views

I have been searching for similar questions and haven't found this specific one, so apologies if it has already been asked. I am trying to backtest an idea in finance and run 100's of simulations. My ...
Aaron Mcintire's user avatar
0 votes
1 answer
52 views

I am trying to figure out the most efficient way to find all matches of multiple values in one column and return values from another column. Let me try to explain it with images below: Here I am ...
Debbie Oomen's user avatar
1 vote
2 answers
574 views

Using Jetpack Compose, I'm trying to create a custom popup without using the built in popup composable because the latter doesn't allow for animated entry. I've got it working mostly. The popup ...
Bob Rasner's user avatar
0 votes
2 answers
109 views

I'm creating a excel file where I don't want to use VBA which would model the drawdown of loans (drawn each quarter for varying amount), and the reimbursement schedule of these loans (which are all ...
Axel Augustin's user avatar
1 vote
1 answer
91 views

I am working on getting some specific counts but cannot figure out how to do it. I have the following sheet: Duration for subject 1 is 30 min and 90 min for subject 3 Subject 1 Subject 1 Subject 1 ...
Jerome's user avatar
  • 73
9 votes
1 answer
964 views

I am running Python 3.13.1. When I paste code into the Python REPL, Python adds extra spaces at the beginning of every line after the first. I wrote this code in Notepad and pasted it into Python. if ...
user27744573's user avatar
0 votes
0 answers
40 views

I am currently trying to place Image.asset widgets in a circle based on the degrees. I have tried using the Positioned and Offset.from Direction, but the values seem to be off. I have split the ...
gputhige's user avatar
  • 139
2 votes
4 answers
236 views

Given a and b relating to a list of substrings in c: a = "how are you ?" b = "wie gehst's es dir?" c = [ ("how", "wie"), ("are", "gehst's&...
alvas's user avatar
  • 123k
0 votes
0 answers
65 views

I am trying to display a table that can be scrolled horizontally and vertically. The first row contains a columnsHeader, which is fixed, so it should not be scrolled vertically, but only horizontally. ...
Stephan's user avatar
  • 47
0 votes
1 answer
378 views

I need to include another MATCH criteria inside this formula to add it in the Data Validation for a drop down list: =OFFSET(Data!$Y$1,MATCH(J$4,Data!$X$2:$X$500,0),0,COUNTIF(Data!$X$2:$X$500,J$4)) ...
Mariana Charalambous's user avatar
1 vote
0 answers
37 views

Question: I'm encountering a persistent issue with my Talend jobs involving Kafka and a Dead-Letter Queue (DLQ). I have a real-time job that continuously writes failed messages to a Kafka topic named ...
Akash Gawande's user avatar
3 votes
0 answers
51 views

I'm developing a game in React for study purposes. It was inspired in the game called Trigon: Triangle Block Puzzle for mobile. It has a hexagonal board and the goal is to survive as long as you can, ...
CANDINIZ's user avatar
0 votes
2 answers
60 views

I would like to copy a column's data (Example: A2:A10) to C2:C10. However, if C2:C10 already has data, I would like it to copy the data to the next column to the right. In this example that would be ...
topstuff's user avatar
  • 159
1 vote
0 answers
116 views

I am currently trying to reverse engineer a certain file with a header (that's already done) and a list of entries. This is the 010 Editor Template so far: struct FILE { struct HEADER { ...
user28805212's user avatar
0 votes
1 answer
67 views

Hi all I'm trying to set the offset limits so that the image during the dragGesture never exceeds the outlines of the mask... Thanks to the help of Benzy Neez I obtain a scaleOffset value that I use ...
kAiN's user avatar
  • 2,823
0 votes
0 answers
78 views

I am trying to create dynamic ranges to be used for excel charts. I have the following range: =OFFSET(O7,0,0,1,COUNTA($O$5:$X$5)) cell o7 is expected to change. I have created the following formula to ...
fedone's user avatar
  • 55
0 votes
2 answers
151 views

I have a range consisting of a variable number of rows and 4 columns (A,B,C,D). I need to loop through each of the rows and add the number in column D to the number in column C and then clear the ...
Ezra Martin's user avatar
0 votes
0 answers
20 views

I have a problem with Assembly code. I need to put the offset variable wordl1p into the BX register and copy the contents of the second byte (the high-order byte) of the wordl1p variable into the ...
Jack Skyblue's user avatar
-1 votes
2 answers
95 views

AUTOHOTKEY v2.0.18 I have 2 codes. One works flawlessly and the other, which is almost exactly the same, does not. Can you identify where I'm going wrong here please? WORKING - TEST CODE TO GET IT TO ...
itz_reecey's user avatar
2 votes
1 answer
111 views

I am using self-starting functions to estimate the best constants for my models in R software. But it does not allow me to constrain my offset (y=100, x=0) to be 100. The two component exponential ...
Ka Am's user avatar
  • 21
0 votes
0 answers
267 views

I'm deeply confused about using OFFSET with ROW to grab every nth row of a sheet I have a marking sheet that looks like this: And am trying to transfer those grades into a summary sheet where each ...
Alan Nielsen's user avatar
2 votes
2 answers
108 views

I have a query in Snowflake that produces json output in rows. 29,000+ rows. I am using this query to create records in an MDM system. However, this ingestion process is a bit inefficient and costly. ...
Scott J's user avatar
  • 25
-2 votes
1 answer
110 views

help please. trying using in wiremock dynamic data Wiremock editing in intellij idea "expiresAt": "{{now offset='1 hour' timezone='Australia/Sydney' format='unix'}}", but got error ...
yndingo's user avatar
  • 31
0 votes
1 answer
2k views

For instance, consider the following two queries: SELECT id, CHARACTER_LENGTH(polygon_data) FROM polygon_data LIMIT 10 OFFSET 1; SELECT id, CHARACTER_LENGTH(polygon_data) FROM polygon_data WHERE id = ...
random guy's user avatar
1 vote
1 answer
407 views

I want to predict a fitted poisson glm on newdata, given that it was fitted using offset=log(Exposure), but I get confused with the inclusion of the term "offset" inside of predict.glm(). I ...
rmcm22's user avatar
  • 11
0 votes
1 answer
49 views

I have a table with multiple sheets. In sheet1 I want to sum the values of particular cells from a range in sheet2 by two conditions. Cells that are to be summed are in different rows and columns. ...
Васил Недялков's user avatar
0 votes
0 answers
41 views

If I use below formula in G2 =INDEX(D:D,MATCH(1,(F2>=B:B)*(F2<=C:C),0)) The output is first matching condition which is XX Impage in G3 I want to add one more condition, first match E3 in column ...
Deepak Madbhagat's user avatar
1 vote
0 answers
52 views

We have a kafka topic with 2 producers. I am trying to build a simple kafka tool in Java to consume and view the message from the topic. Idea is to get the offset and partition from user and to seek ...
Ash's user avatar
  • 11
0 votes
1 answer
304 views

one day I find the cursor didn't emege in the right place in my code editor in leetcode.com by microsoft edge, while when I use the chrome to try,the problem vanished. Because I used to use edge as my ...
Different's user avatar
0 votes
1 answer
252 views

So I have an image whose width is greater than screen width. And I wanna move it across the screen in horizontal direction. Currently, I am able to animate it seamlessly but it is a continuous ...
Coder's user avatar
  • 553
0 votes
1 answer
22 views

I am developing a node editor sort of app, in which you can add nodes and connect them with a noodle connection (like in blender and Unreal engine), I am facing a problem when a node is dragged off ...
DEGUIDER's user avatar
1 vote
1 answer
93 views

I get this error when this code is run as a Wordpress code snippet using WP Code plugin. I'm sure it has to do with the code provided by the plugin developer being out of date, not in-line with ...
StevieK's user avatar
  • 31
2 votes
0 answers
68 views

For reference, I've implemented this algorithm for inflating/deflating polygons: https://www.baeldung.com/cs/polygons-inflating-deflating However, for joining edges, instead of using rounded corners, ...
7z99's user avatar
  • 33
3 votes
0 answers
76 views

Suppose I have the following plot: plot(x=1, y=1, xlim=c(0,2), ylim=c(0,2)) text(x=1, y=1, lab="X", pos=3, offset=2) How do I find the coordinates of the text label (lab="X") as ...
user3624032's user avatar
1 vote
1 answer
41 views

I'm having trouble returning the LAST CELL POSITION based on two criterias: cell = "R" wherever position #1 (above) is found, if this position +3 columns = F2 I found a formula that helped ...
Chulho Chang's user avatar
1 vote
1 answer
78 views

i'm creating a log to record replaced ropes at a climbing gym, with various "averages" output for overview. i'd like to add an option to filter these "averages" by rope type, ...
Chulho Chang's user avatar
1 vote
1 answer
310 views

I have a table as follows: I just want the previous entry for every row from the column 'marks'. Table structure: test_id marks 100 55 101 55 102 60 103 58 ...
Devarapalli Vamsi's user avatar
1 vote
1 answer
479 views

Using PySpark, implemented spark streaming + kafka integration. Every run it gives offset from 0. Need to solve 2 issues: Reading stream for last 15 mins Read from last committed offset for each ...
Kavya shree's user avatar
0 votes
2 answers
48 views

I'm building a site with a fixed header positioned at the top of the window. I'm trying to toggle a class to switch the color of the header when scrolling hover specific divs with the class .is-dark ...
Mathieu Préaud's user avatar

1
2 3 4 5
62