Software developer, entrepreneur, non-sleeper. Laravel, PHP, SQL, and other front and back-end tech. Co-founder/head of technology @goquadra - Quadra, Inc.
@enunomaduro Parallel doesn’t work in PhpStorm, as far as I am aware. It will run, but it doesn’t give you the same IDE benefits you get when run non-parallel (monitoring/status/output for each test, etc.)
For reference:
- https://t.co/gPw5hAppEy
- https://t.co/qTwOPlpklY
@simonhamp I have these in my zsh/bash aliases and they're a lifesaver. I run `brewski` every day or two and it keeps brew+packages+casks and global composer+yarn packages updated, cleans up, dumps a brew bundle file, and restarts valet and other dev services. Nice and easy!
@levelsio What's up with that bizarre couch...support (?) that's 2 inches off the ground? I'd lose everything under there and inevitably smack my ankles into it.
@MrSimonBennett Especially when you're allowed one key and you have multiple developers. Key rotation is always a nightmare, but this just makes it that much worse.
@chrissev@raycastapp Which, after looking at the source code for the Raycast extension, I’m pretty sure is the base of the extension. I’m happy to see my older workflow getting some love! 😃
@ahbou_@andrey_butov I tend to add `isNot` variants to my `is` methods because I find it makes usages so much easier to quickly and easily understand.
Here's an example:
@calebporzio Thanks! I've been using it daily for a while now (even at home). It works quite well for me.
If you (or anyone else) is interested, I'd be happy to share the printable PDF and/or the source PSD for those that want to customize it.
@calebporzio It's based on the Sidekick Notepad (https://t.co/05GxEPGx1s) with split out meetings and task sections. I always wanted to track my food and water, but that's a whole world of apps and noise as well, so I made it simple for myself and added sections for them.
@OnAirMarc@JackEllis It will be a combination of persisting to disk and utilizing redis for caching payloads while they are needed for processing, since they are read multiple times.
@OnAirMarc@JackEllis I have a single table in my database right now that is approaching 600GB because I store JSON in it (webhook payloads). It’s causing a whole host of problems 😬 I am currently building something to persist the JSON to disk after a set period.