I have a project code that uses Team Foundation Server (TFS) for revision control. I created a new branch named br-feature from main using Visual Stud ...
I have a project code that uses Team Foundation Server (TFS) for revision control. I created a new branch named br-feature from main using Visual Stud ...
I am trying to write a model but i keep getting this error. Here is the code. ...
Built on Windows 11, I have a small app that uses pysqlcipher. I have compiled pysqlcipher with Python 3.8.3 x86 and Python 3.9.4 x64. The application ...
I have a custom angular date picker component which uses ngb-datepicker and implements control value accessor. Now I create a formly component from th ...
When I used to develop using .NET Framework, I just set the CurrentUICulture at the beginning of the application (Winforms or Web) to a culture such a ...
I have a .NET MAUI Class Library that I am trying to Unit Test with XUnit. The Class Library targets iOS, Android and Windows. I have created a XUnit ...
I am trying to connect Oracle db with node.js using javaScript. requirement -I am automating UI using webdriverIo which uses node.js and JS .In one f ...
I am trying to get the "URL-safe key" for a Google Cloud Datastore entity. As per the documentation - https://support.google.com/cloud/answer/6361641? ...
I am trying to create a GitHub Action that initializes the ChromaDB server which serves in port 8000 and exposes that to the rest of the workflow. Cu ...
I am trying to deploy my first Dash app to PythonAnywhere. The app uses the dash_bootstrap_components package which is not part of the 'haggis' image ...
I have two programs. They are connected via TCP, localhost, and running on the same machine. First is sending a message via send(), and second is rece ...
UPDATE: It is working when https://url.com but it doesnt when url.com I want to make a site navigator that has clickable buttons which navigate me to ...
I'm developing for the first time in layers (Data, Business, Presentation), before I was doing it directly, now I want to show a report, these are the ...
I have a carousel view in a XAML file: On the other hand, the viewmodel is defined this way: And finally, this is the item of the collection: ...
I have a simple calculator function that I wrote for a coding challenge. Now I'm having trouble with an additional calculate function that should retu ...
I'm trying to return an object that is a collection of objects that match a given list of search strings. Testing Data Structure Input Current ...
I have a template workbook with multiple sheets, and I added a sheet to the template which includes formulas that refer to cells / named ranges on the ...
I'm testing a UDP server, and to do that, I created a UDP client within the test. However, despite the test passing, Jest exits with the following mes ...
Is there a way to achieve something similar to "Python: Run Selection/Line in Python Terminal " but where the current line of code, or block of code, ...
I generated new data and save first as dataset (.to_dataset). Then I created attributes for each variable Then merged the data as : For final ...