: All Posts
Found the synthetic property panelState Please include either BrowserAnimationsModule or NoopAnimationsModule in your application
I upgraded an Angular 4 project using angularseed and now get the error Found the synthetic property panelState Please include either BrowserAnimationsModule
Read more →
Get Docker container id from container name
What is the command to get the Docker container id from the container
Read more →
Git Alias - Multiple Commands and Parameters
I am trying to create an alias that uses both multiple Git commands and positional parameters There are Stackoverflow pages for each and it would appear
Read more →
Git Blame Commit Statistics
How can I abuse blame or some better suited function andor in conjunction with shell commands to give me a statistic of how much lines of code are currently in
Read more →
Git list of staged files
I staged a lot of files using git add and now I want to see all the files I have staged without untracked files or changed but unstaged files How do I do that
Read more →
gitignore binary files that have no extension
How can binary files be ignored in git using the gitignore file Example g helloc o hello The hello file is a binary file Can git ignore this
Read more →
Given a class see if instance has method Ruby
I know in Ruby that I can use respondto to check if an object has a certain method But given the class how can I check if the instance has a certain method ie
Read more →
Grep characters before and after match
Using this grep A1 B1 testpattern file will produce one line before and after the matched pattern in the file Is there a way to display not lines but a
Read more →
Handling Dialogs in WPF with MVVM
In the MVVM pattern for WPF handling dialogs is one of the more complex operations As your view model does not know anything about the view dialog
Read more →