Stephan
Stephan
## Roadmap Just because I need a place to dump my ideas ### v0.2 - Remove custom code with npm packages #phaseOne - Introduce browserify - Introduce build step ###...
This plugin detects changes to the schedule: -changes will be displayed at the bottom of the page as alert -each alert/change can be closed on click/tab #23
it was mentioned that it is really annoying that it is impossible to select description text or interact with the box at all without triggering the hide/show action.
We were talking already a couple of times about a build script \* merge js, css \* maybe build custom html with data from the config file and replace stuff...
I was just thinking that it might be useful to display some sort of alert if the schedule changes. I remember that at jsconfeu there was a talk not yet...
If you star a talk, reload -> star is gone This issue has probably a lot in common with the schedule change plugin - we need a way to identify...
@unhashable is there any chance you could login on packagist.org to reenable auto-update for this package?
Example composer.json ``` { "repositories": [ {"type": "vcs", "url": "https://github.com/php-fig/log/releases"} ], "require": { "psr/log": "^3.0" } } ``` composer update output with current stable: ``` composer update -vvv Running 2.3.10...
Hi, we have a setup where we disable packagist in our composer.json and instead use satis only for our projects. Our satis.json has entries like the one in the sample...