Newest 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 ...
科学边界's user avatar
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 ...
faishalfaizn's user avatar
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 ...
ijustlovemath's user avatar
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 ...
Yaroslav .O's user avatar
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'...
Ari Roth's user avatar
  • 5,544
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 ...
Joyce Opio's user avatar
-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 -...
Cecilia Wong's user avatar
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 ...
wehelpdox's user avatar
  • 603
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 ...
pfinferno's user avatar
  • 2,015
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 ...
Mark's user avatar
  • 81
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 ...
DevQt's user avatar
  • 1,543
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 ...
Austin Jin's user avatar
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 ...
Globe's user avatar
  • 335
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....
AlpacaKing's user avatar
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 ...
hograto's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
1613793