cjacky475

Results 8 comments of cjacky475

@cmy82, does the data need to be grouped up manually? Let's say I have one week data from sensor, which recorded the data every 1 minute (that is 10080 records)....

What if you use this instead? ```kotlin val navController = TestNavHostController(ApplicationProvider.getApplicationContext()) navController.setGraph(R.navigation.nav_graph) launchFragmentInHiltContainer(navHostController = navController) ```

@anaconda875, did you solve this issue or how you continued with this behaviour? For testing I've got these filters, however, after user authenticates, he falls under `filter1` since this is...

@MarcGiffing > you can set the first filter to the same filter-order as the second one. For an anonymous user without a security context I would never reach a filter...

> @cjacky475 I'd say step 1 and 2 are possible by the solution i mentioned. But not 100% sure how to implement nr 3. Probably need to hook into the...

> Maybe we can configure the Bucket4j filter to behave in two ways. A PRE_CHECK filter and a POST_CHECK filter(bad naming). The PRE_CHECK filter behaves like it is now. The...

@tonykambo, I couldn't find anything that would make my code connect to AWS IoT Core. Not sure what to do.