Artjom Zabelin

Results 9 issues of Artjom Zabelin

Addresses following issue: CSS animations are supported by Android devices — but only if a single property is changed. As soon as you try to animate more than one property...

Hey guys, thanks for this awesome library. I just wanted to check out with you, whether you plan to implement video capabilities. Is it planed or already implemented/possible to implement?

feature

There is no option to fetch all jobs of a recurring job. I can fetch details of a single job GetMonitoringApi().JobDetails() Fetch recurring jobs ``` ((JobStorageConnection)_storage.GetConnection()).GetRecurringJobs(new List { "a", "b"...

## Description When fetching data from a remote datasource the autocomplete component should visually indicate that it is awaiting results. Likewise the component should be able to cancel expensive asynchronous...

enhancement
PR: needs changes
PR: needs review

``` D/DicreetAppRate﹕ initialLaunchCount incremental reached ``` The view never shows up. I call it on my fragments onCreateView: ``` AppRate.with(getActivity()) .text(R.string.rate_message) .initialLaunchCount(2) .retryPolicy(RetryPolicy.INCREMENTAL) .debug(true) .checkAndShow(); ```

Hey guys, I just wanted to try out kanali on a fresh kubernetes cluster: `kubectl apply -f kanali/hack/helm-rbac.yaml` However I get following error message: > serviceaccount "tiller" created > Warning:...

As an enhancement, is it possible to have the ripple effect move with your finger like in this picture (see yellow button, from https://github.com/balysv/material-ripple)? In BFPaperTableViewCell it's kind of static....

enhancement

Can you add more documentation on how this library is supposed to work? At first I expected it to expose the DbContext so that I can do the following: ```...

The line `public string AuthorName => Author.Name;` throws a `Npgsql.NpgsqlOperationInProgressException (0x80004005): A command is already in progress` exception. ``` public partial class Book { //... public virtual Author Author {...