Langmans

Results 25 issues of Langmans

fixes #7 I realize submitting a PR for each item would be better, but they shouldn't break any functionality. [x] removeItem should return true and be optimal for runtime [x]...

Classname is different as phpunit is namespaced now. Will submit a pull request. Also, I saw some minor issues in IDE's that I can solve with extra phpdoc markup.

Bootstrap 4 is in beta so IMHO it's safe to assume they are not going to change classes by a lot (which was the case in the alphas.. blegh). Maybe...

Would it be possible to make a connector for [Doctrine Database Abstraction Layer](http://www.doctrine-project.org/projects/dbal.html) or [PDO](http://php.net/manual/en/class.pdo.php) with own query adapter classes? Or maybe that is out of scope since studio-42 doesn't...

This depends on factorioforums.com offcourse, but you might like to use https://github.com/davidjbradshaw/iframe-resizer to keep the forum topic the correct height :) Maybe it's possible with a simple setInterval however.

enhancement

Timber uses .twig files, would it be possible to detect and use their API to load templates? https://timber.github.io/docs/guides/gutenberg/

Is it possible to use the twig i18n extension or has anyone managed to make a different extension that allows us to use gettext/gettext **and** have php arrays as translation?...

Would it be possible to add a session variable so we can add our own htaccess? I'm using kcfinder through composer for a few projects, and for shared hosting providers...

When using browserslist / browsers directive to add support for old browsers, parcel 2 generates a legacy script tag with `nomodule`: Example html file generated by parcel for my legacy...

Disabled input fields are checked for validation... I have a form with a collapsed area. When i toggle the collapse, I set the disabled property of the inputs in that...