Newest Questions
24,206,885 questions
0
votes
0
answers
12
views
IoTDB 1.3.0 cluster fails to start: ConfigNode crashes with SegmentedRaftLog `IllegalStateException` “Difference … is greater than 1”
Here is the environment info ----
Apache IoTDB: 1.3.0 (3 ConfigNode + 3 DataNode, default ports)
Java: JDK 17
OS: CentOS 7
Here is the problem ----
After an unexpected power outage the cluster will ...
0
votes
0
answers
23
views
Can’t adjust width of <p> and <button> inside a flex column with TailwindCSS
I’m running into a strange problem with TailwindCSS and I can’t figure out why.
I have a <header> that uses flex-row on larger screens. Inside it, there’s a column <div> containing ...
0
votes
0
answers
28
views
Is there a way to calculate the shadowing level for an arbitrary Python variable?
Let's say I've some code that assumes it's meant to operate within some scope A, but actually some variables within that scope "escape" or are shadowed to some other scope B. Detecting this ...
0
votes
0
answers
19
views
How do I implement correct display quality / resolution for images across various viewport sizes and device resolutions?
I am currently making a virtual casino site, and would like some input on how I should handle images. I know how to set image size based on the browser size, but I don't know exactly how the browser ...
1
vote
0
answers
15
views
BenchmarkDotNet: OutOfMemoryException when benchmarking parsing a JSON file
I'm trying to benchmark the performance of a library I've written that can parse large JSON files into both an object model and a JsonDocument. So far as I can tell I'm doing everything right, but I'...
0
votes
0
answers
18
views
Initiate MutableStateFlow with database data
Is there a way to initiate a MutableStateFlow with data obtained from database? I tried the following approach, but the recordedActivityUiState is not updated with the object from the ...
-1
votes
0
answers
18
views
IoTDB 2.0.2: import-data.bat fails to push local tsfile into remote server with “Failed to load some TsFiles by converting them into tablets”
Environment:
Local: Windows 11, IoTDB 2.0.2 standalone, JDK 17
Remote: Linux CentOS 7, IoTDB 2.0.2 standalone, JDK 17
Steps to reproduce:
On local Windows machine, run
export-data.bat -ft tsfile -...
0
votes
1
answer
18
views
Mvn dependency tree for test
I need a way to generate dependency tree for test execution in my project that uses munit maven plugin and get all the dependencies that are downloaded as part of code coverage execution
I tried many ...
0
votes
0
answers
20
views
Items on canvas are out of position until zoom/pan/item added
Sample project here https://github.com/hasstrictlyff14/TimelineComponent
I am trying to create a zoomable/scrollable "timeline" like component. This component has an ItemsSource that I am ...
0
votes
0
answers
13
views
How To Continue Sub-Report Heading continually
I'm attached sub report to main report using crystal report. When I printing, Main Report Heading print over the sub report. I solve this issue by using below solution
Crystal Reports - Suppressing a ...
0
votes
0
answers
21
views
SupplyParameterFromQuery vs Parameter in Blazor
I already know that I could use the [SupplyParameterFromQuery(Name = "status")] from a URL parameter in Blazor.
To get the value from the URL parameter using the given attribute, I had to ...
0
votes
0
answers
14
views
DDPM single step validation is good but multi-step test is bad
The training phase of DDPM is done by randomly generating a t from 1 to T and noise the image up to this generated t. Then use the model to predict the noise that was added to the partially noised ...
0
votes
0
answers
16
views
iOS crash with react-native-google-mobile-ads on React Native 0.81: NSInvalidArgumentException -[RCTView setResponseId:]
I'm using react-native-google-mobile-ads to display Native Ads in my feed. I recently upgraded to Expo SDK 54 (React Native 0.81). On iOS, the app now crashes whenever a native ad is rendered.
This ...
0
votes
0
answers
28
views
How to set ggplot2::geom_boxplot(outliers = FALSE) as default with update_geom_defaults() function?
I want to set the geom_boxplot() default params with update_geom_defaults() function. Why the outliers are not discarded by outliers = FALSE arguments?
library(ggplot2)
set.seed(1)
df0 <- expand....
0
votes
1
answer
30
views
Fill in all remaining spaces of the parent element with HTML child elements and enjoy
I'm not good at English, so my words may sound strange.
sorry.
I am currently writing a program that receives data and draws a chart, but the chart section at the bottom is full screen, leaving a ...