Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Schrank, to random
@Schrank@phpc.social avatar

Sending parcels through the world ... especially UK is hard, because the german DHL form doesn't fit the UK addresses :D :elephpant_white:

heiglandreas,
@heiglandreas@phpc.social avatar

@Schrank 🤦

Schrank,
@Schrank@phpc.social avatar

@derickr At least all stuff is printed, not finding a few boxes and they are on their merry way.

cc @heiglandreas

Schrank, to random
@Schrank@phpc.social avatar

PHPStorm can rearrange you code and I like it this feature. One of the downsides is, that the default orders setUp and tearDown to the bottom of my test classes. I'll show you how to change that!

https://winkelwagen.de/2024/05/30/phpstorm-phpunit-setup-and-teardown-at-the-top-of-your-class/

Schrank, to random
@Schrank@phpc.social avatar

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/

shochdoerfer,
@shochdoerfer@phpc.social avatar

@Schrank that's cool!

qrazi,
@qrazi@phpc.social avatar

@Schrank Oh, never thought to use it for that, that's clever! Love conditional breakpoints, use those a lot to hit only the case I'm interested in, e.g. within a loop.

Come to think of it, the xdebug browser plugin I use activates xdebug by setting a cookie value. If it would set only a get param on the URL, JS requests probably wouldn't activate xdebug sessions either. 🤔 I've run into the reverse where I wanted to debug a request initiated by a JS that did not pass along the current cookies.

Schrank, to random German
@Schrank@phpc.social avatar

TIL that https://github.com/phar-io/phive is part of @ddev 😳 How AWESOME is that!? <3

cc @theseer

shochdoerfer,
@shochdoerfer@phpc.social avatar
theseer,
@theseer@phpc.social avatar

@Schrank @ddev I didn't know either.

Very nice 😄

Glad it's still helping a lot of people even though it's suffering under neglect currently 💔

Schrank, to random German
@Schrank@phpc.social avatar

@packagist Awesome! composer req phpunit now adds phpunit to require-dev as default, without asking - I LIKE!

heiglandreas,
@heiglandreas@phpc.social avatar

@Schrank @packagist Adding DEV-dependencies via composer is probably the most misused use of a dependency manager...

I mean... those development tools are not really dependencies of your project...

But 🤷

heiglandreas,
@heiglandreas@phpc.social avatar

@pierstoval

Tests are a necessary part of the Deployment-chain. As hopefuly are all the other tools that run checks.

But tests are not a necessary part of the production code. Hopefully....

/cc @Hariboas @shochdoerfer @gmazzap @naderman @Schrank

Schrank, to php
@Schrank@phpc.social avatar

Preparing a talk „from url in browser to first byte“ in context of .
What little, not obvious things, do you think are a good addition?

Like: a correct time is important for proper encryption

heiglandreas,
@heiglandreas@phpc.social avatar

@Schrank And if it's only to say "These also exist but we do not care about them unless you have another 5 hours to spare!"

Schrank,
@Schrank@phpc.social avatar

@heiglandreas @derickr yea, it is hard to find a line. But depending on audience and time slot, it case be totally different. I even have BGP on the list, but don’t know what to do with it yet 😂

Schrank, to ruby
@Schrank@phpc.social avatar

Hey! If you are into may I recommend https://ti.to/ruby-unconf/2024 to you?

https://2024.rubyunconf.eu

Schrank, to Symfony
@Schrank@phpc.social avatar

You are doing ? Let me invite you to our hackathon in Duisburg, right before : https://shop.firegento.com/shopware-community-hackathon-scd-2024.html

If you can't make it to the hackathon, what about a SCD Pre-Party on Tuesday evening? We'll transition the hackathon starting at 5:30pm into an SCD pre party, right in and around the "Fahrradhalle"
https://www.google.com/maps/@51.4787567,6.7804253,3a,75y,207.89h,81.83t/data=!3m6!1e1!3m4!1s0U5PdVGFdmaTeGRdjZx-Iw!2e0!7i16384!8i8192?entry=ttu
We don't have tickets, there is no registration. We'll have some sausages and buns on the grill until we run out and drinks to have a nice time.

Schrank, to php German
@Schrank@phpc.social avatar

You are used to #PHP and want to #debug in #ruby?
Do this:

puts object.inspect
raise "Stop the program here"

https://winkelwagen.de/2024/04/23/ruby-as-a-php-developer/

kleinmann,
@kleinmann@mastodon.social avatar

@Schrank You can also use https://github.com/pry/pry and start an interactive debugging/REPL session with binding.pry, if you prefer that 🙂

ahx,
@ahx@ruby.social avatar

@Schrank I mostly use binding.irb to debug. You don’t even need pry for that these days.

Schrank, to random German
@Schrank@phpc.social avatar

Uff. ey.

mitelg,
@mitelg@phpc.social avatar

@Schrank eigentlich ist das Passwort für DHLs System zu lang. dafür gibt's aber keine exception. oder so 😁
genauso ein Krampf mit den E-Mails. willst dich von Sendungsbestätigungen unsubcriben und die sagen mir ein + in der Adresse ist ungültig. Junge! ihr habt mir dahin gerade ein Mail geschickt!?!! 😬

Schrank, to random German
@Schrank@phpc.social avatar

You have a docker image which does quite what you want, but not 100%? I learned how to customise a docker image and use it in docker-compose.yml, you can too!

https://winkelwagen.de/2024/04/18/jekyll-github-pages-docker-add-dependencies/

Schrank, to random German
@Schrank@phpc.social avatar

I'm working on a page for a friend of mine which is hosted on github pages and we wanted to have thumbnails. Here is a description for beginners how to do it.

https://winkelwagen.de/2024/04/16/jekyll-github-pages-thumbnail-images/

Schrank, to random German
@Schrank@phpc.social avatar

Ihr findet |n für Menschen eine gute Idee?

Ihr seid entweder dumm oder menschenverachtende Arschlöcher.

Ein Beispiel:

Foto einer Türklinke, die nur aufgeht, wenn man 50ct einwirft

Schrank, to random
@Schrank@phpc.social avatar

I need a for my remote company. Multiple people, one IP, because we are all remote. Preferably a service.

  • split tunnel

Any recommendations? How is tailscale?

chluehr,
@chluehr@fabulous.social avatar
Schrank, to random German
@Schrank@phpc.social avatar

Ich weiß, MEGA kurzfristig. Ich habe ein Ticket für heute Abend 19:00 Huxleys, Berlin übrig. Ich gehe gleich hin, falls du (gratis) mit willst, melde dich!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • InstantRegret
  • magazineikmin
  • thenastyranch
  • modclub
  • everett
  • rosin
  • Youngstown
  • slotface
  • ethstaker
  • mdbf
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • anitta
  • Durango
  • ngwrru68w68
  • tester
  • khanakhh
  • love
  • tacticalgear
  • cubers
  • GTA5RPClips
  • Leos
  • normalnudes
  • provamag3
  • cisconetworking
  • JUstTest
  • All magazines