ray
q
Our great sponsors
ray | q | |
---|---|---|
15 | 4 | |
500 | 1,244 | |
2.6% | - | |
6.3 | 5.3 | |
9 days ago | 14 days ago | |
PHP | Python | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ray
-
Software Developer Mac Apps
https://myray.app/ (when not xdebugging)
-
How do I get xDebug to chill on remote?
Similar but not free: https://myray.app
- I hate PHP development
- What’s your typical list of paid software and services you use as a Laravel developer?
-
Using `dd` and `dump` in any PHP file on your system
Here is link number 1 - Previous text "Ray"
I hope installing spatie/global-ray (and Ray itself) will be a more pleasant experience.
-
ray VS xr - a user suggested alternative
2 projects | 26 Jan 2022
-
Announcing x-ray
I'm proud to announce the initial release of the spatie/x-ray package for Ray. The x-ray package provides a command-line utility that finds and displays all calls to ray(), rd(), and other functions from the spatie/ray family of packages. Currently, it only supports PHP projects.
- Debugging php while working on WP themes
-
What made you decide to be a PHP developer vs other languages?
Seems to me you just may have stumbled on a not-ideal PHP gig. The entire Laravel ecosystem is pretty awesome, there are a lot better tools for debugging than xdebug (https://myray.app/), and honestly, the amount of horrific spaghetti JS I've had to navigate is in multiple times worse, and in bigger amounts than any PHP related spaghetti I've had to deal with. But I do agree that for a newcomer it's hard to find good PHP products and tools since the information is so saturated on the internet, the only way you really find good quality things is by following the top guys on Twitter or so.
q
-
[OC]Tidy Viewer (tv) is a cross-platform csv pretty printer that uses column styling to maximize viewer enjoyment.
q - Command line csv data manipulation query-like. Python
-
The unreasonable effectiveness of print debugging
For python: i specifically recommend https://github.com/zestyping/q a lot, which is like print debugging on steroids:
All output goes to /tmp/q (or on Windows, to $HOME/tmp/q). You can watch the output with this shell command while your program is running:
-
Icecream: Never use print() to debug again in Python
For an even easier-to-remember alternative, there’s q: https://github.com/zestyping/q
All you need is `import q`. q works like a function (q(x)), like a variable (q|x and q/x, so you get different operator precedences) and like a decorator (@q), so it can be used in practically any circumstance for a quick debug print. Plus, the name sounds like you’re interrogating something.
This is similar to an earlier package called "q"[0]
What are some alternatives?
ray-proxy - a proxy for the Ray app to allow debugging of payloads
python-devtools - Dev tools for python
laravel-ray - Debug with Ray to fix problems faster in Laravel apps
backtrace - A better backtrace
x-ray - Scan source code for calls to ray() and related calls.
app - The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
php-console-extension
PySnooper - Never use print for debugging again
tsv-utils - eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
icecream - 🍦 Never use print() to debug again.
FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project