Niklas Wolf

18 Followers
53 Following
153 Posts
Coder with passion for frontend, musician, proud to be new generation nerd ;)
Websitehttps://www.niklas-wolf.de
GitHubhttps://github.com/niklaswolf

๐Ÿ“ #Git Notes: Lesser-known feature to add info to commits without changing them

๐Ÿ”€ #Symfony uses Git Notes to store #GitHub pull request discussions
๐Ÿ—ƒ๏ธ Stores PR comments in "github-comments" reference using #GitHub API
๐Ÿ”„ Allows offline viewing and preservation of discussion history
๐Ÿ› ๏ธ Implemented via internal CLI tool for merging contributions
๐Ÿ’ป Useful for maintaining context when switching platforms or finding old discussions

#VersionControl #OpenSource #SoftwareDevelopment #CodeReview
Git Notes provide a way to attach additional information to commits without altering the commit itself. This feature can be used to store important metadata, such as code review comments, directly with the code. Symfony's implementation demonstrates a practical use case for preserving GitHub discussions alongside the codebase.

https://wouterj.nl/2024/08/git-notes

Store Code Discussions in Git using Git Notes

Code discussions contain relevant information. Isnโ€™t it a shame that we keep these in the centralized GitHub/GitLab servers, far away from our decentralized Git code? As soon as we move provider, weโ€™ll lose all old discussions! And how do you ever find the pull requests back from 5 years ago? Symfony has implemented a lightweight solution to this problem years ago using a less-known feature of Git: Git Notes.

Wouter J
Awesome day at #unKonf with great people, super interesting sessions and nice vibes ๐Ÿ˜Š
Released @elk 0.15.1 fixing page reload issue: sorry for the delay :pray:
Looking forward to the #phpugmrn today. Itโ€™s been a couple of months since Iโ€™ve been there, super happy Iโ€™ll finally make it again ๐Ÿ™‚

๐Ÿ’ช Let's release @nuxt v3.13 with some nice new features ... starting in a minute or so!

โ–ถ๏ธ Come join me on https://tv.algora.io/danielroe

Daniel Roe | Algora TV

๐ŸŽ‰ bug bounty

Algora TV
#Shopware v6.6.5.0 is released and contains interesting features and technical improvements like impersonation by https://github.com/akf-bw, improved search and #AR handling. Additionally, 50+ bugs could be fixed. Read the #Release Notes for more details: https://developer.shopware.com/release-notes/6.6/6.6.5.0.html
akf-bw - Overview

Lead Backend Developer. akf-bw has 2 repositories available. Follow their code on GitHub.

GitHub

Let's be controversial: In modern #PHP, you should never type-hint an array.

https://peakd.com/php/@crell/php-never-type-hint-on-arrays

PHP: Never type hint on arrays | PeakD

Let's be controversial: In modern PHP, you should never type-hint an array. Before you start throwing tomatoes, hear me... by crell

PeakD

You try to debug, but the admin worker is always breaking on your xdebug breakpoints? Let met show you how to avoid it.

https://winkelwagen.de/2024/05/28/shopware-phpstorm-easier-xdebug-in-administration/

Shopware + PHPStorm: Easier Xdebug in administration

You are trying to debug your Shopware 6 but your breakpoints are hit all the time, because the admin worker is doing stuff and turning it off makes everything even worse? Just ignore most of the reโ€ฆ

Winkelwagen

Preparing a talk โ€žfrom url in browser to first byteโ€œ in context of #php.
What little, not obvious things, do you think are a good addition?

Like: a correct time is important for proper encryption

let's go ๐ŸŽ‰๐Ÿ’™  
#SCD24 #shopware #php