Harry Dobrev
                                            Harry Dobrev
                                        
                                    I have code similar to: ```php if (function_exists('xdebug_get_function_stack')) { $trace = array_slice(array_reverse(xdebug_get_function_stack()), 4); } ``` So running this with XDebug extension would get the trace differently, but it could work...
HI @thomasbachem! Do you think you'd be able to add a `composer.json`, tag a new version with the latest changes and publish to packagist.org? Thanks!
I've stumbled upon this plugin and it seems very nice. My first impression was it's just like using [`grunt-usemin`](https://github.com/yeoman/grunt-usemin) + [`grunt-filerev`](https://github.com/yeoman/grunt-filerev). It would be really nice if you could add...
You could use GitHub Pages or at least their principle of storing the documentation in `gh-pages` branch. This way users could just clone just the source of the plugin, easier...
When merging/rebasing branches it's not that rare that you may encounter merge conflicts in `composer.lock`. Most of the time the conflict would be in the hash or in a timestamp...
Hi! Thanks for this great tool! I've tried to configure it as a Git mergetool: ``` git config --global merge.tool fac ``` However, Git ignores it and it runs `vimdiff`...
Title says it all really. Here is a specific example: ``` project/ ├── doc/ │ ├── architecture/ │ │ └── model/ │ │ └── context.md │ └── dist/ └── .c4builder...
Several desktop and some mobile software apps export/sync their notes and todos in a folder of Markdown files. I've worked on something similar as well: https://github.com/hkdobrev/notetaker If FocusedTask could export...
This is an alternative to #32 which I hope is easier to implement. When you can select multiple class names with multiple selections in Sublime and run the Find use...
Any help with the tests is appreciated!