Hi! This blogpost is quite simple, I just wanted to share my list of packages that I usually use when developing applications using Laravel.
Category: Programming
Installing Composer on Mac os X
If you’re a web-developer like me, you probably work alot with either Symfony, Laravell, or Composer; and getting composer to work on a new installation of Mac os X can be quite tricky.
Debugging GTA V to find why it crashes.
Problem: GTAV.exe crashed when given focus in both windowed and fullscreen-mode. After countless hours trying to troubleshoot the problem, installing new drivers for my graphics-card, disabling sound-drivers, unplugging periphials, I decided to debug the game using Visual Studio 2015. The callstack gave me the answer. Razer tried to inject their RzStats into the game, to…