Ivo Valchev
Ivo Valchev
``` vendor/bin/behat --tags=javascript --format=progress --colors ``` I think this should output colors, but it does not work. Worth pointing out that it did work in Travis CI, but Github Actions...
One of the areas that's missing is the total current value of an investment on the Holdings screen. Here's a way to show it without overcrowding it:  Logo is...
On mobile: And, on dekstop it fades: I definitely love the simplicity and minimalistic design of ghostfolio (one of the main reasons, in addition to being open source + nice...
`composer require --dev friends-of-behat/mink friends-of-behat/mink-extension friends-of-behat/mink-browserkit-driver` fails with: ``` Using version ^1.8 for friends-of-behat/mink Using version ^2.4 for friends-of-behat/mink-extension Using version ^1.4 for friends-of-behat/mink-browserkit-driver ./composer.json has been updated Loading composer...
The readonly option should work for collections, imagelists and filelists.
Right now, we use magic in `Kernel.php` to define the contenttype routes like `/pages`, `/pages/4`, etc. It is a hefty operation that also parses yaml files, it happens here: https://github.com/bolt/core/blob/master/src/Kernel.php#L124-L142...
Getting locations to directories: https://github.com/bolt/core/blob/master/src/Configuration/FileLocations.php Generating links using the URL generator Describe better the `record_route` feature
`{% setcontent mypage = "pages" where {locale: "mylocale", slug: "myslug"} %}` It is intended to work like this: it searches for a slug match in the language set by the...
That'll hopefully become a fix for #2104. Committing the WIP version, so that it's reproducible. @bobdenotter maybe we can take a look together at fixing the `Cast.php` parsing issue?