I know this is a topic that is talks about a lot, but I just cant find the answer. I have a range. if in that range there is a word then I need it to go to the
I am new user learning python. I have query if it can be done or not. If user input a word suppose "Dance" and characters are "$" and "@", he would get a all po
My question is when I am in the test_func1.py how to import func1.py ├───core - func1.py ├───tests -
I am trying learn nodejs and stumble upon this error TypeError: callback is not a function and here is the code for my server.js var mongoose = require('mongoos
Im creating a multi company app which logged user will only have access to his content. At the moment i don't want to implement multi tentant in this app. I hav
I need to repeat a header on every page that I create and export to a pdf, using jsPDF. In this case, I want to repeat the div with id="id1" on every page. I am
I am using my company's own UI library to define my left nav items: export const appNavItems: NavItem[] = [ { name: 'Request', route: '/requ
How can I get a dense rank of multiple columns in a dataframe? For example, # I have: df <- data.frame(x = c(1,1,1,1,2,2,2,3,3,3), y = c(1
I have an application that plays SVG overlayed an HTMl5 vido tag (using Plyr HTML5 player). This works great until the user clicks the "Enter Fullscreen" option