I am looking to add PHPDoc comments to my project, I previously have various versions before PHPDoc was used, these are tagged releases in GitHub. Is there a me
my vsCode bug to recognize dependencies when i program with nestJs, after setting up the project with: nest new projectname then after running for example: npm
I have the following set up: Authorization server (.NET 6 with MVC, port 7000), Client (.NET 6 with MVC, port 7001), Resource Server (.NET 6 API, port 7002). Au
If anyone knows how to do a list comprehension of this, please do let me know!~ Right now I am trying to extract only the IDs into a list. The
I wanted to try change text color depends on youtubeController.value.position,but only if I hot reload the page. Why? Can you guide me please? Also, youtubeCont
I am trying to write a relativity big code. The main problem, for awhile, is that there is a problem occurring when I define a dictionary. I have a .hh file nam
I was trying to understand bitwise NOT in python. I tried following: print('{:b}'.format(~ 0b0101)) print(~ 0b0101) The output is -110 -6 I tried to understa
Capture a map, create an image, and display it on the screen. The image has a start point and an end point. Rotate the image so that the starting point is alway
Running 11.1, I get this TGPUObjectsPool error on shutting down a simple basic FMX 2D app under Windows 64-bit (Release mode). First time I have seen this error
Mat m = Mat(4, 4, CV_8UC3); IplImage * iplImage = cvIplImage(m); error: cannot convert ‘_IplImage’ to ‘IplImage*’ {aka ‘_IplImage
I am working on a program and I need to make a class about cars. I need to add setFunctions that only allow a car year manufacture of 1930 -2030 as input, anyth
While deploying my site in firebase they show me i have completed deploying but don't show me anything in the page. Why this happen?
When i using Retrofit2, I wanna to trying to convert JSON to Object in Kotlin. I have no idea how to generate it to an Object. My Api Response Json [ {
I am trying to render a scene that simply contains a mesh of obj file and the material file. It looks okay when I try to view with o3d.visualization.draw([{
I had installed mininet-wifi on virtual box via .ova file. Its operating system was lubuntu. As a result of moving and deleting, the .vdi file in the mininet-wi
I have made a script which makes a valid ppm file which when opened using a ppm viewer is working properly. But I don't want my users to insta
{ "version": "0.2.0", "configurations": [ { "name": "Run GDB", "type": "cppdbg", "request": "launch",
I have a list like this lst = [12, 0, 13, ' ', 8, ' ', 13, 4, 4, 3, ' ', 0, ' ', 19, 0, 23, 8, ' ', 20, 15, ' ', 19, 14, ' ', 20, 1, 20, 3] and what I am looki
I use Xunit in the .Net framework. This class is GenerateJWT that has a parameter is User type (Object) which needs to be tested, I want to mock the IConfigurat
This is an example string: 123456#p654321 Currently, I am using this match to capture 123456 and 654321 in to two different groups: ([0-9].*)#p([0-9].*) B
I'm relatively new to solidity development and coding in general, but I'd really like to try and write a program that stakes and un-stakes an NFT after 24 hours
I have multi sub-folders (say 1,2,3....) inside a parent folder (say A,B,C....). Each script contains ".sh" file and associated loading files. What would be the
I'm trying to create custom column in google sheets with query function. for instance (in order to be simple) - I have this data. and the result should look li
Code below does create accordion in Shopify product pages. I'm looking for a way to hide accordion if it has no content to display. Each accordion is an unique
Any time I type the years that end with 16 or 20, example: 2016 or 3020, it just ends. The code I am using is below, any help would be much appreciated. Thank y
How to set onEachSide at controller level on laravel? on blade we use: {{ $records->onEachSide(2)->links() }} How this can be done at controller level?
I want to start recording in my App, I am using ReplayKit func startRecordn(){ recorder.startRecording{ [unowned self] (error) in //2
I am looking for Auth0 deployment in a private servers and I haven't come across any such deployment options so far. Is Auth0 deployable in private on-premise s
In my case, I have two payloads: domDRC and domPayload (2nd payload). I have to iterate over the layer (child node) and update the DTOStep value of DTOCoverage
I am unable to display fetched data on page. Here I am using ReactJS for frontend and NodeJS for backend. To store data I am using blockchain (hyperledger fabri