I have a Typo3 server. On that I created some different content elements with mask. In this elements there are often repeating content, like texts or other stuf
I started writing unit tests recently. When I try to test the service of the Angular component, I usually mock it. Therefore, if someone deletes the line of the
I have a problem in my Route. I see this error: Route [utilizadores.editar] not defined The error occurs on the page when I try to update the data in my DB. M
WITH recursive T1(USER_NAME,ID, PARENT_ID, LVL, ROOT_ID, PATH) AS ( -- ANCHOR MEMBER. SELECT USR_NM,USR_NO, MNGR_EMPLY_NBR PARENT_ID, 1 AS LVL,
I have two tables representing a graph. Nodes consists of an id, type and properties. Edges consist of an id, properties, type and an origin node id and destina
I have an xarray with dimensions lat and lon. It includes 17 variables, each one corresponding with a different time step. I would like to expand the dimensions
Question from junior Padawan to real Jedy. I'm developing a website for a designer portfolio. Without any registration and backend. I'm using Firebase instead.