Is there a way I can add the StartDate and EndDate variables to the Report node? I tried to add select @StartDate as 'StartDate',@EndDate as 'StartDate' after t
I have microservice-based system which works with documents. Service publishes DocflowErrorMq, ImportedDocflowMq events, and other services are subscribed to th
The app is used as a launcher, and WebView is used in the app. However, the WebView component of the system is automatically updated, and when the WebView compo
I need to make a webpage scrollable only by scrolling bar. I have tried to find how to catch scroll bar event, but as i see it is impossible. Currently i use th
How can the Dynamic Sub domain routing feature be implementing in NextJS? Example: If a user comes with username abc in site xyz then he can access his site on
Is there a way to manually acknowledge a message if I use NATS for async communication in a NestJS app? This is very common use case where the message is acknow
I have the following code class InteriorDropdownButton extends StatefulWidget { const InteriorDropdownButton({Key? key}) : super(key: key); @override _In