Marek Grác
Marek Grác
@poteto The validation that is proposed works nice but it expects you to define changeset outside of templates. When (changeset data validation) is used I'm not able to find a...
@LobeTia I have question about explicit_array = false. Would it not cause a trouble if there is just a single review?
@TheArmKing is API responding to your query always with 404? My experience is that if fails quite randomly so I was thinking about add max_attempts=1 parameter to be able to...
@TheArmKing I have very similar issue, it is independent of the specific API call (hopefully, it means that we will have proper API one day :)). The idea with max_attempts...
@TheArmKing are you going to write a PR or should I? imho the right place might be doRequest() function so it is common functionality for all interaction but I can...
I suggest one more way how to write multiple right-sides of the rule. ``` foo: bar1 | bar2 foo: bar1 foo: bar2 ``` The main reason for such format (currently,...
For those who tries to scroll to a right section, the most simplistic solution that works only for headers of fixed size. This solution scroll the view, so the expanded...
I believe that my patch should not impact ember-source package, so there is a potential issue in CI.
@mansona Let's assume that you have several notifications shown at once (e.g. file downloads). Now, the file is downloaded and you want to change notification from in-progress to complete. It...
@mansona It is quite a while (and that code from my fork is in production for too long, in a product I no longer own) but I will try to...