Alexandru Nedelcu
Alexandru Nedelcu
Investigating, I'm pretty sure that what happens is this: 1. `/var/www/wallabag/app/config/parameters.yml` does indeed get generated correctly from `/etc/ansible/templates/parameters.yml.j2` 2. `SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist` overwrites it
I understand what happens. That `composer install` makes `app/config/parameters.yml` to follow the structure set by `app/config/parameters.yml.dist` (from [Incenteev/ParameterHandler](https://github.com/Incenteev/ParameterHandler)). And unfortunately those parameters are missing in `parameters.yml.dist` because `WALLABAG_VERSION=2.3.8` does not...
@LukaJCB > We could add redeem and redeemWith add syntax on the SyntaxBinCompat trait :) Not sure what you mean, I see there is a `AllSyntaxBinCompat0`, don't know what the...
@johnynek actually I removed `widen` / `leftWiden`, as I don't want to defend adding those on the class itself 🙂 Their existence on `Functor` / `Bifunctor` is good enough.
@LukaJCB that's cool, but the syntax isn't the problem solved here — `redeemWith` isn't much of an improvement over `.attempt.flatMap`. The real win is the ability to override `redeemWith`. Related:...
Actually I want to think about this more, given Cats 2.0's timeline I think that's OK, we've got time. Closing it to prevent merging or PR creep, will reopen if...
OK, sorry for reopening it — I've carefully considered possibilities, doing benchmarks with alternatives, like a variant that takes a function with an `Either[Throwable, A]` parameter, plus I modified some...
> Is this PR scheduled to go in for 2.0? I hope so 🙂
Looking good, but you need to solve those conflicts.
On 23 Aug 2022, at 23:05, Boris Smidt wrote: > but the execution tests hang on the tests using the latches: > monix.execution.schedulers.ExecutorSchedulerSuite In such cases it’s good to pay...