Brian Witt
Brian Witt
Seems like ItemCount on a table gets initialized to 0 on table creation, but then is never updated. 'real' dynamodb apparently updates, but only eventually (https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TableDescription.html mentions updating only every...
**Description** I'd like to be able to query for experiments via the `GetExperiments` call for experiments between a certain datetime range instead of receiving all experiments from the beginning of...
**Description** I'd like to query for only COMPLETED experiments via the GetExperiments call https://github.com/lyft/clutch/blob/f6043ae31aca2c0dd37de8ff64ebccf93cc1c946/api/chaos/experimentation/v1/experimentation.proto#L134 My understanding is this would require updating the Request proto here https://github.com/lyft/clutch/blob/f6043ae31aca2c0dd37de8ff64ebccf93cc1c946/api/chaos/experimentation/v1/experimentation.proto#L47-L52 and then update the...
I'd like to request a new release to pick up the doc delete removes collection fix https://github.com/mongo-express/mongo-express/commit/18b806d2896f137264a126d7074b2cc3a9362c4e
I notice the dependencies listed in `app/build.gradle` are out of date: https://github.com/erickok/transdroid/blob/aadddd0d3ac926bb376e956e2d2451f7d91ff638/app/build.gradle#L80-L104 Perhaps we can configure automation like dependabot to help keep these updated?
Fixes https://github.com/erickok/transdroid/issues/647
Looks like `getLongVersionCode` (used in [the app update checker](https://github.com/erickok/transdroid/blob/master/app/src/main/java/org/transdroid/core/service/AppUpdateJobRunner.java )) requires API 28 https://developer.android.com/reference/android/content/pm/PackageInfo#getLongVersionCode() but the current min API is 15 https://github.com/erickok/transdroid/blob/b3532a4b7fa15989b72e6912ec3611b3472516ab/app/build.gradle#L7 Introduced in https://github.com/erickok/transdroid/pull/559
If I have a list of torrents from a server displayed on transdroid, and then run a search via trandroid serach, then press the android 'back', transdroid will go back...
Move the stripping of whitespace from a torrent link to before the URL decode happens. Hopefully this will still remove unwanted whitespace introduced by copy paste from the terminal as...
There's no setup guide for qBittorrent on the guides page https://www.transdroid.org/download/ I'd like to add one; could we start a docs dir in this repo, add guides there, and then...