I am using radio button selection to change a label widget in my window, I've just written this code to save myself having to write essentially the same thing f
In a signup custom policy, after the user is created, I want to add him or her to a group. I tried to do it the same way I get the group membership in my signin
I am trying to return a version number, with a way to implement exceptions. Since the exceptions can be for any of my classes I am trying to get the classname
I have a nodejs and reactjs web application. Though I am still learning reactjs. I have a system where users login, I captured the user's name, id and token com
I would like to increase the small breakpoint size from 400px to 470px. However, I have found no way to include this in my custom Nebular theme. Is this possibl
Given problem like this: Find the min and max from a list of integers. There are T test cases, for each test, print no. of current test cases and the answer. In
I'm using grid-template-columns to spread 2 items in each row. What i need is that if the items number is not even - the next item will float to the right of th
I want to search for a given string pattern in an input sting. For Eg. String URL = "https://localhost:8080/sbs/01.00/sip/dreamworks/v/01.00/cui/print/$fwVer/
I am using Node.JS v17.4.0 with "sinon": "^13.0.1",. A simple code snippet like the following: import sinon from 'sinon'; const stub = sinon.stub(); throws Typ