Apolo Pena

Results 54 comments of Apolo Pena

Six years later and there still is no term ¯\\_(ツ)_/¯ If we invent a term that makes more sense, it could be adopted or maybe just not that many people...

I am also confused about the dating system. I would assume that any PRs closed before a tag is created would be included in that tag (release) in `CHANGELOG.md` but...

solved it for me but not visually ideal

Make sense. I had this type of glob hack in my vscode settings for another purpose. I have all my scripts I need to run shellcheck on in a hidden...

@strausmann Lets talk this through because I am not fully understanding the use case for calling composer from the `vendor/bin` folder when its already installed in `/usr/bin`. Does this article...

I get it now. I feel like this is a regression. It could be some wierdness with Gitpod prebuilds and the `init` task. I'll look into it.

depends on https://github.com/apolopena/gitpod-laravel-starter/issues/204

This is expected behavior. xdebug falls back to XDEBUG_SESSION when using XDEBUG_SESSION_START in a GET request which is the mechanism we use to toggle xdebug sessions on and off. The...

Reopening since the xdebug fallback mechanism makes multiple calls and fallback on every trigger of a debug session and everytime something is debugged. This is an optimization.

This optimization requires a full refactoring of the debug_on and debug_off browser funtions as well as all xdebug configs.