SignpostMarv
SignpostMarv
Personal preference: ```php $dispatcher = FastRoute\simpleDispatcher(function(FastRoute\RouteCollector $r) { $r->addRoute('GET', '/{lang:(?:en|fr)}/articles', 'get_all_users_handler'); $r->addRoute('GET', '/articles', 'get_all_users_handler'); }); ``` Where lang is defined as: `$lang = $args['lang'] ?? $default_lang;`
scrutinizer / appveyor failures do not appear related to changes made.
@exussum12 currently awaiting return of computer so I can work on dev things again.
@exussum12 computer returned today, will need to schedule time this week to look at a rebase/merge
it's probably worth mentioning that as this PR is a little over a year old, I've lost the original context for when the issue occurs 🤷♂️
composer.json: ```json { "extra": { "asset-installer-paths": { "bower-asset-library": "www-root/bower_components/" } } } ``` CLI: ```sh composer require --dev fxp/composer-asset-plugin; composer require bower-asset/jquery-colorbox ``` Should render integration with packagist moot?
@DeviateFish > Is this possible to even do in the browser? past experience says yes > "list of frames for a timelapse" (or video/gif) see #35 > Most examples of...
@DeviateFish it may be more practical to knock up a standalone CLI tool that uses https://github.com/puppeteer/puppeteer
@AnthorNet 🤔 I just had a terrible idea
@AnthorNet fyi: Not sure if you can detect the game version from the save file, but if you plan on implementing this feature, it may be prudent not to enable...