Dan

Results 12 issues of Dan

http://help.rdio.com/customer/en/portal/questions/14270519-export-play-later-into-a-new-playlist?b_id=681&new=14270519 the OP and me have a really bloated Play Later queue (it's actually very comfortable) but Rdio is so slow it takes forever to scroll to the bottom. I've...

enhancement

Well f me. I stupidly wanted to try out the playlist sorting, and messed up a 250 songs list that wasn't sorted (just by the natural order of adding) Now...

feature request

### Versions | package | version | | -------- | ------- | | `react` | `16.3.1` | | `rsuite` | `4.6.0` | ### What is the expected behavior? When I...

Bug
wontfix

1. Go to https://bangle.dev/docs/examples/react-floating-menu 2. On the first example delete all the text with `Ctrl+A, Del` 3. The content of the editor becomes `1. ` as if I put a...

Heyo, It seems the tooltips never get unmounted for me. After debugging, it seems line https://github.com/tvkhoa/react-tippy/blob/3b16f0a6ad6f778d6f4799582761146ecb160c30/src/Tooltip/js/tippy.js#L326 is at fault as `getComputedStyle(tooltip).opacity === '1'` is always true. Isn't it suppose to...

https://developers.google.com/places/webservice/search#PlaceSearchResults as you can see in the link above, Google requires to show attributions on search results, but the library doesn't have any way to get them.

**Is your feature request related to a problem? Please describe.** I'm implementing lingui for my company's product, with DX being among the top priority. The syntax when using the lingui...

# Description Adds multiple locales support for `--locale` option, similar to the experimental extract implementation. ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) -...

If I have ``` java @AutoComponent( dependencies = ApplicationComponent.class, modules = MainModule.class) @AutoInjector @PerActivity public class MainActivity extends Activity { } @AutoComponent( superinterfaces = MainActivity.class, modules = {MainModule.class}, dependencies =...

# Description Helps extract complex member expressions to named arguments with `_` delimiter. so `` t`Very {result.cool} Stuff` `` results in `Very {result_cool} Stuff` I wanted to add this because...