Tim Rae
Tim Rae
Examples: であり, 伝わり, etc ([renyoukei form](http://www.epochrypha.com/japanese/materials/verbs/Verb.aspx?rule=renyoukei)) 使われている (mix of passive and continuative) I'm trying to analyze some big sentences right now, so a few more are likely to come up...
Match patterns such as "string-array" that would previously only return "array", and subsequently fail in `remove_resource_value`
Steps to reproduce: 1. Connect MT9F001 1. `cd Linux_x86/Python/Streaming_demo` 1. `sudo python ArduCam_Py_Demo.py ../../../python_config/MT9F001_14MP.json` 1. Get a consistent frame rate of ~2 frames/second 1. But when I put my hand...
Hi I found your blog from Google, but I didn't really like the idea of maintaining a separate `FragmentStatePagerAdapter`. A simpler solution is to use `FragmentPagerAdapter` instead, and override the...
**Describe the bug** The fields on the [`AlbumObjectSimplified`](https://github.com/JMPerez/spotify-web-api-js/blob/master/src/typings/spotify-api.d.ts#L795) type are incorrect. For example it should have a field `release_date` but it doesn't. You can see the expected fields on the...
# Feature Request Some Spotify APIs use a paginated response model. For example in the [`ArtistManager`](https://github.com/spotify-api/spotify-api.js/blob/master/src/managers/Artist.ts) class, the `search()` and `getAlbums()` functions take a limit and offset parameter which can...
Hi, I really appreciate all your work on this proposal, I really think it would be great if `std::expected` made it into the standard. I have one "feature request": In...
See docs [here](https://developer.spotify.com/documentation/web-api/reference/get-followed). Suggested type below: ```typescript interface FollowedArtistCursors { /** The cursor to use as key to find the next page of items. */ after: string; /** The cursor...
* Set 2s timeout when connecting to Spotify * Prevents a very long hang when IPv6 is flakey, which seems to be quite often for me * On IPv6 failure...
This change introduces an sqlite database that contains the track_id, db insertion time, and ttl in the cache. The ttl starts with one week, and increases exponentially by a factor...