Foo Bar
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
-
Foo Bar created a post, AnsweredGit log does not switch the overview when changing branches
When changing branches in the Git log overview, it does not change the git log when changing branches. Each time when you switch a branch, you have to manually click on "Branch", then "Select..." ... -
-
-
Foo Bar created a post, TS2307: Cannot find module 'actions' or its corresponding type declarations
In my project I have an actions file which I would like to use: ./src/app/actions/auth.actions.ts```tsexport class Login {// ...}``` Then in the components I would like to use this I want to shorte... -
-
-
Foo Bar created a post, Correct workflow existing project
I have a project where I use both Subversion control and a remote host (FTP). What is in this case the correct workflow when I want to restart my developing process?Should I use "Create New Project...