Ivo Valchev

Results 26 issues of 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...

Bug

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: ![image](https://user-images.githubusercontent.com/7093518/142175029-a5051a6b-42c3-4488-b177-725bfbb70a32.png) 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.

tag: enhancement
Stale

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...

🎩 refactor

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

📙 tag: documentation
Stale

`{% 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...

tag: feature request
Stale

https://github.com/jwagner/smartcrop.js

💡RFC
Stale

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?