The current setup is as below Version Control - Git Repos and Branch hosted on - Azure DevOps Codebase - External server The dev team clones Azure Repo into loc
I have a query $column = 1234; $sql = "SELECT * FROM TABLE WHERE COLUMN = ?"; $result = $this->db->query($sql,[$column])->row(); which works completel
I have 3 different Fragments to sign in. This is one of fragment to sign-in. @AndroidEntryPoint class SettingFragment : Fragment(){ lateinit var binding: Fragm
WARNING: onError java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) at java.b
TLDR version: How to make JupyterLab Autocomplete case insensitive? I would like to have Visual Studio Code style Intellisesne(prediction and auto complete) in
This is my feature file - Background: Common steps Given User should be on profile dashboard page Scenario Outline: Adding new key and values **Then User clic
I'm facing an error with Nuxtjs when I try to use the vue-fontawesome framework and also the @nuxtjs/fontawesome framework, this is the error: [nuxt] [request e
what is the difference between Axon Framework and Axon Server
I can make these great worklist queries like this one... //Worklist MWL PATIENTID query var cf = DicomCFindRequest.CreateWorklistQuery(); cf.Dataset.AddOrUpdate
I have a raster, and want to only retain the sea part of the raster, and remove the land part or the raster. If my raster is "ras" and my SpatialpolygonDataFRam
I've collected an array of packets on Wireshark and i'm wondering how do I filter that properly to see the most used ports / protocols? I'd as
I want regex of this. add x2, x1, x0 is a valid instruction; I want to implement this. But bit confused, how to, as I am newbie in using Regex. Can anyone share
I want to automate the FEBAN transaction. Once the tree view is loaded, I am able get all the nodekeys. But I want to get the image/icon along with the text t
I'm trying to do a little game on mobile using Unity and I've got a problem with the rotation of a maze. To add context : When your moving your finger on the sc
I have built c code as android executable file and tried to run it with kivy app using subprocess.run("main"). But it says PermissionError: [Errno 13] Permissio
I want remove the red box so u dont need a job to do this Im new to scripting but im trying to learn maybe hard to understand but i want players to be able to s
i am getting this error when i run the application: System.AggregateException HResult=0x80131500 Message=Some services are not able to be constructed (Error w
Is there a way which this code could be improved so that it would run faster? Currently, this task takes between 11 and 12 seconds to run on my virtual environm
I updated the php7 to php8 and I tried to install php8-fpm (nginx) or apache2, but during installation, I am getting this error: Problem: nothing provides 'lib
Code : var Ocr = new IronTesseract(); using (var Input = new OcrInput()) { var Result = Ocr.Read(Path.Combine(strFileFolderPath, strFileName + "." + curent
I have a dynamic link that is working fine on Android however I can't get the App Store redirect behaviour working correctly on iOS. If I set up the dynamic lin
problem cannot connect with my expo app to the expo simulation setup set up a devcontainer with vscode's extension. login into my expo account successful build
I actually tried to restrict users to pick dates within 2 years from today in Datepicker. So now there is one issue that is coming up that when in zoom out too
I'm writing some js code for doing tetris for a school project, and I got stuck with a class I wrote. This is the code: let canvas = document.getElementById
I have a legacy solution written in VB.NET. It writes to a DB2 database using ODBC. I have a Textbox that is filled with a numeric value then I use ToString in
I am trying to execute a couple of queries on different threads. There are 2 top level queries each executing on different tables at runtime. For executing the
in react phone input one property is there international that helps but in react phone input 2 this property is not working. In the react phone input 2 if you w
I have two models reservation(inherit from sale.order) and places . I want to make a one2many field in the places model so when a reservation(sale.order) is con
I am trying to change the border of a mat-form-field to green when the input is valid without overriding CSS classes and I was sure I am missing an easy trick.
I need to use react-select in a shadow-root web-component like in this example. How can I pass the onChange event from the <Select>component in my react e