Posts by Freesouls • 77 points
6 posts
- 
		-2 votes0 answers49 viewsQ: How are instagram videos shot?I wonder how the videos run if there is no video tag… 
- 
		1 votes0 answers16 viewsQ: Access to directives of a componentHow can I have access to the directives that are being applied to my component? I have my component ButtonSidenavComponent: import { ActivatedRoute } from '@angular/router'; import { Component,… 
- 
		3 votes1 answer62 viewsQ: How long does Developer lru_cache live?I’m developing a Python script that needs to memorize the information (possibly a cache) of previous instances and I ended up finding the developer @functools.lru_cache, but I was left with doubts… 
- 
		0 votes2 answers52 viewsA: Trying to place the images next to each other with the display; flexThe best way to do this is by separating the images from 3 to 3 within Divs, as shown below: .flex { display: flex; justify-content: center; align-items: center; flex-direction: column } .row1,… 
- 
		0 votes0 answers8 viewsQ: Size convention for fontsIs there any convention for font size? Explaining better...there is some convention to check the font size considering the tags (like H1, H2, H3, p, etc...) and the size of the viewport?… css-font-sizeasked Freesouls 77
- 
		1 votes1 answer56 viewsQ: React JS Lifecycle ProblemGood night! I’m in the development of a page that has three buttons. The first button (Publications) renders this content: The second Button(Jorys) renders this second content: And the third…