In Vue, when I want to restrict some pages for some users, in router I define a permission in meta, like this: routes: [ { path: 'transport',
I am new to Python, so I apologise if I'm asking a stupid question, but I'm struggling with this atm. I am trying to copy a folder (MachineArchiveDailyBackUp) f
I'm going to make a form in which the user can specify a fill time period (first date and second date, in the code). I use .... My problem is that if I select a
I ran into a probleme when coding a bigger project (at least for me as an absolute newby). I want to open a new tk-window with some text and an image by pressin
I've added dark mode to my website and it works perfectly But just after I refresh my page the default view that is Day Mode is shown. so, is there any way t
I'd like to know if there's a way to override the default arrow by hiding it (appearance: none;) and putting a background-image of i.e. a svg file of an icon in
Hi everyone I need to understand how to decompose an array to assign sub-blocks to a fixed number of processors. The case where the remainder among the number o
I'm new to streams and I am trying to filter through this map for the first true value in a key/value pair, then I want to return the string Key, and replace th