Chloe Surett

Results 43 comments of Chloe Surett

This would be hard for docsets since the views are web views. (Dash doesn't use native views for browsing the docsets)

If we could get the content offset of the scroll view, or use JavaScript to get and set the scroll position and save that we could do this.

```python s = SearchResults(query='Audioslave') ``` ```python p=s.results['playlist_hits'] ``` ```python g=p[0] ``` ```python p=api.get_shared_playlist_contents(share_token=g['playlist']['shareToken']) ``` ```python c=p[0] ``` ```python k=c['track'] ``` ```python s=Song(k) ``` ```python s._dict['nid'] ``` 'q2pi5znqumpbakzyia4d6wabsq' ```python g=api.get_track _info(store_track_id=t._dict['storeId'])...

Well wouldn't we want to make as little amount of API calls as we can

Couldn't we just provide a __dict__ attribute to all the classes so that results would still be compatible with code that expects dicts.

Another solution would be a key standard to all results that is a string with the key type

I personally think being able to change the coloring is what is really needed gold text on a black background isn't the most legible thing in the world and this...

The reason why I say this is because I'm visually impaired and Black on white is more visible for me.

I can confirm this too. Such a shame.