Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

joshmanders

joshmanders closed a pull request on aniftyco/skeletor
fix order of params in pregReplaceInFile
The order of methods was incorrect; it should be: pattern, replace, then file.
joshmanders closed a pull request on aniftyco/skeletor
fix order of replaceInFile arguments
The order of methods was incorrect; it should be: search, replace, then file.
joshmanders starred pushpak1300/Larasonic
joshmanders deleted a branch joshmanders/framework

patch-1

joshmanders created a comment on a pull request on laravel/laravel
@timacdonald I like the sounds of all that!

View on GitHub

joshmanders created a comment on an issue on Idered/chalk.ist
@Idered yeah no problem when I get some downtime I'll play with it and get a PR open. Thanks!

View on GitHub

joshmanders opened an issue on Idered/chalk.ist
[Feature Request] Macromedia Dreamweaver MX 2004 Icon
I usually put some silly filename in the title of my images as a little easter egg and right now the icon I have chosen is the green VSCode one, but one of my silly shticks is that I say I still us...
joshmanders pushed 1 commit to patch-1 joshmanders/framework

View on GitHub

joshmanders opened a pull request on laravel/framework
[11.x] Ignore health endpoint when in maintenance mode
Currently if you use any liveliness or readiness checks in your app such as with Kubernetes, if you put the app into maintenance mode, it clobbers the health endpoint and starts returning 503 respo...
joshmanders pushed 1 commit to patch-1 joshmanders/framework
  • Ignore health endpoint when in maintenance mode Currently if you use any liveliness or readiness checks in your app ... 61da5c7

View on GitHub

joshmanders forked laravel/framework

joshmanders/framework

joshmanders created a review on a pull request on bddicken/languages
LGTM 👍

View on GitHub

joshmanders created a comment on an issue on aarondfrancis/solo
I like the idea, would have to figure out what bits are laravel specific and can't just be dependencies of Solo and maybe design a standalone interface that a user could just drop a `solo.php` into...

View on GitHub

joshmanders created a comment on a pull request on laravel/framework
I do not use `laravel-datatables` therefore nothing in my code is broken by using this. Breaking changes only exist on the framework level. If I develop a package that adds functionality to Laravel...

View on GitHub

joshmanders opened an issue on aarondfrancis/solo
Memory issues when left running for long periods of time
I usually start up Solo right as I open a project and leave it running forever, only ever restarting it if I add or remove any commands. But after having left Solo running in the background of a pr...
joshmanders starred callstackincubator/cali
joshmanders created a comment on an issue on aarondfrancis/solo
> > It probably inherits `$PATH` of the environment running the command, but most people don't have `./vendor/bin` in their PATH because it's a local directory, not a global directory. > > That'...

View on GitHub

joshmanders created a comment on an issue on aarondfrancis/solo
It probably inherits `$PATH` of the environment running the command, but most people don't have `./vendor/bin` in their PATH because it's a local directory, not a global directory.

View on GitHub

joshmanders created a comment on an issue on aarondfrancis/solo
I <3 you, Aaron.

View on GitHub

joshmanders opened an issue on aarondfrancis/solo
Request SUPER+k hotkey interceptor
Not entirely sure how this would work and what the implications of it are when ran inside things such as VSCode's terminal or what, but on macOS `cmd+k` in the terminal clears the terminal as if yo...
joshmanders created a comment on an issue on aarondfrancis/solo
Outside of displaying the error to know whats going on, the reason this happens is because `vendor/bin` is not in the `$PATH`. This can be remedied (without users needing to add it to path) by addi...

View on GitHub

joshmanders created a comment on an issue on aarondfrancis/solo
Excellent, I'll pull in latest changes and do some testing

View on GitHub

joshmanders created a comment on an issue on aarondfrancis/solo
And by pint I meant pail 😬 I was just about to do some tests myself on it.

View on GitHub

joshmanders created a comment on an issue on aarondfrancis/solo
> Worth mentioning that `EnhancedTailCommand` would be missing if the package wasn't installed either, so would that fudge with the config file, it would certainly (i think) mess with config cachin...

View on GitHub

joshmanders created a comment on an issue on aarondfrancis/solo
That is indeed a possibility, but the probability is very low.

View on GitHub

joshmanders created a comment on a pull request on laravel/framework
@browner12 doing gods work

View on GitHub

joshmanders opened an issue on aniftyco/skeletor
Filesystem Helper
Like the Composer helper and API helper ideas, move all the file system stuff to a filesystem helper. `$skeletor->filesystem->...`
joshmanders opened an issue on aniftyco/skeletor
Composer Helper
To clean up things should have a `composer` API for working with composer commands and the `composer.json` file.
joshmanders pushed 1 commit to master aniftyco/skeletor

View on GitHub

joshmanders starred php/pie
Load more