Results for What are the best practices for designing a real-time chat application
I am making an application in Flutter which is like an online market where users can login and post things to sell. The users can add photos to their ...
I searched a lot in the internet but didn't find anything helpful I'm trying to get a number from the user and then use it to: Write the name of that...
In C++ if you want to create debugging utilities or other code that you don't want to make it to production, you can use the pre-processor, for exampl...
I am create a program to add a text to an image with a custom font "Lucida Calligraphy". I have added that into my solution folder however during runt...
I created a program to add a text on an image with a custom font "Lucida Calligraphy". I have added the font file into my solution folder. However, at...
I upgraded my qt-Creator to Version 11 but now I can´t set up any QT-Quick project since the wizzard to set it up allows minimum QT Version 6.2, 6.4 o...
So for this task, in my real data set. I have 18 rows that are indcode = 000000 and ownership code = 10. The differentiating factor is area. Likewise,...
JVM has a great set of tools to find the hotspots in your application. By enabling JMX and connecting with JProfiler / VisualVm we can quite quickly f...
Any advice would be greatly appreciated. I'm containerizing our old legacy applications. I'm not sure what the best container setup would be, so far I...
I'm trying to figure out the best way to create an intake catalog from a collection of CSV files, where I want each CSV file to be an individual sourc...
In my desktop form there are many control. I want to change back color of that active control on Focus & back to its Original color once it lost focus...
I want to connect the model that I built with the thermal power library to the code that I wrote myself, as shown below (only the key code is shown fo...
I'm working on a Windows UWP (Universal Windows Platform) C++/CX Application. I would like for this application to be full-screen from the moment that...
I am working on a dotnet 7 web API, which has access (with managed identity) to most of my infrasctructure components; storage, mssql, etc etc. All wo...
A Linux toolchain I'm managing contains a legacy .Net application. This is fine on Ubuntu, where an official Mono runtime environment to run .Net appl...
I have a question about the bootstrap call in main.ts in the Angular 17 standalone API configuration. In particular: should providers/imports be adde...
My scenario is as follows: my mobile application sends a request to an external website for authorization to receive an authorization code, which is s...
I want to use Google's Mediapipe for a Kotlin JavaFX Desktop application. However, I am encountering a few roadblocks, which brings up a few questions...
In python 3.11 (mypy 1.7.0) I have a function that constructs a dynamic NamedTuple type. It returns the type constructed - not an instance. I first tr...
I am trying to create date filter in my vue project. so for this, the view is: div class="dropdown-item d-flex flex-column"> ...
I am trying to create an endpoint in my spring boot application to be invoked by a pubsub message. The application already has some security enabled f...
I'm building an iOS App that creates programatically events in the iOS Calendar. My code works perfectly when run in any iOS Simulator. But then when ...
I'm using VisualStudio 2022. I have to create a setup project for my C# WPF application in .NET Framework 4.8. The thing is, I have to add the install...
I'm writing a program that when it's started one of the anchorpane's is opened at the cursor position. I've made it with a method, which is called in ...
I'm currently working on a project, and now I'm creating a Select component using a design pattern that I discovered. The implementation looks great, ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?