Yevhen S.

Results 8 issues of Yevhen S.

Like this: http://cloudinary.com/blog/animated_webp_how_to_convert_animated_gif_to_webp_and_save_up_to_90_bandwidth

feature-request

What you think about gifv format? Info: http://imgur.com/blog/2014/10/09/introducing-gifv/ Example: http://i.imgur.com/zvATqgs.gifv

feature-request
question

Screen: [![dlangide](https://user-images.githubusercontent.com/3881790/31307247-ac0cdf7e-ab68-11e7-97a1-164d160e296b.png)](url)

bug

I have next error when try to paste any string or enter any symbol in empty file (file created via nautilus, via dlangide no problem): Ubuntu 16.04 dlangide 0.8.6 dub...

bug

"Replace All" button replaces phrases only after cursor.

bug

Hi, do not work library if use android:layout_gravity="end" (slide to left) ContentDisplaceDrawerToggle contentDisplaceToggle = new ContentDisplaceDrawerToggle(getActivity(), mDrawerLayout, R.id.main_content, GravityCompat.END); mDrawerLayout.setDrawerListener(contentDisplaceToggle);

For example ``` List tags = new ArrayList(); tags.add("cars"); tags.add("home"); tags.add("people"); AutoLabelUI mAutoLabel = (AutoLabelUI) findViewById(R.id.tags); mAutoLabel.addLabels(tags); ```

@DefValue("ASC") String getSortColumn(); @DefValue(true) boolean getNeedRefresh(); if possible or as parameter: String getSortColumn(String defValue); boolean getNeedRefresh(boolean defValue);