Posts by Lucas Anderson • 15 points
3 posts
-
1
votes0
answers17
viewsQ: Angular 2 - Uncaught (in Promise): Securityerror: Failed to execute 'replaceState' on 'History'
Does anyone know how to solve or direct this error when Gero a build with Angular ? Angular version information used: Angular CLI: 1.7.4 Node: 10.15.0 OS: win32 x64 Angular: 5.2.9 ... animations,…
-
0
votes1
answer874
viewsQ: Renaming files from a folder sequentially - Javascript
How it would be possible to rename files of the same format but with different names (for example: Images) to a sequential pattern ? Example: Of titulo-capa.jpg | foto-perfil.jpg | background.jpg To…
-
0
votes2
answers642
viewsQ: I removed branchs (Git), but they "continue" there, how to remove it for good?
Work in a team of 3 people and for each action we created a branch; over time the amount of branchs created will become great, so I decided to eliminate some branchs that are no longer being used…