I tried to make a table with my nested JSON get from an api. I don't know how to dynamically merge my cells when necessary knowing that my JSON can be nested up
I have a script called in my header: <head> <script src="xxxx.script.js" data-user-id=" *** " ..... </script> I want to add in the current
This is the App.js file I run import React, { Component } from 'react'; import { BrowserRouter as Router, Route, } from 'react-router-dom'; import HomePage
Trying to get the input fields of my html to align up with the other input fields. Is there a way to make it aligned without using CSS? This is what I have :
I am trying to delete artifacts ( older than 6 months) from a list of repositories in jfrog artifactory. I am creating a spec file like below and using that spe
I want to find a match in another stream and combine it with current item. numbers = [1, 2, 3, 4, 5] numbers_in_char = ["2", "1", "3", "5", "4"] textnumbers_in
I have downloaded Portainer onto my server and created a PostgreSQL database in a container there. Today I could no longer get access to the database. The log s
What is the best Python package for gender detection using name?