myanmarking
04/04/2020, 6:07 PMmyanmarking
04/04/2020, 6:14 PMmyanmarking
04/04/2020, 6:25 PMPaul Woitaschek
04/06/2020, 4:42 PMThis release fixes a severe bug where OkHttp incorrectly detected and recovered from unhealthy connections. Stale or canceled connections were incorrectly attempted when they shouldn't have been, leading to rare cases of infinite retries. Please upgrade to this release!You should add which versions this affects and who should immediately update his app
Sam Garfinkel
04/10/2020, 2:23 PMjw
04/10/2020, 2:24 PMTolriq
04/11/2020, 1:04 PMwasyl
04/15/2020, 11:07 AMEric O'Connell
04/20/2020, 7:05 PMWITH cte AS (SELECT name FROM foo)
SELECT cte.name,
COUNT(cte.name LIKE ?);
Yields error:
No table found with name cte
alec
04/20/2020, 7:07 PMalec
04/20/2020, 7:08 PMEric O'Connell
04/20/2020, 7:09 PMEric O'Connell
04/20/2020, 7:13 PMEric O'Connell
04/22/2020, 3:55 AMdimsuz
04/22/2020, 4:08 PMContourLayout
question: is there some advice on how to handle dynamic modification of the layout?
Use case: my layout has title + N buttons where button count and titles are received from server. So I create a layout with "constant" title, but buttons section can later change its View count.
This can be done by placing RecyclerView inside, but seems like a bit of overkill. Or should I just go with series of ViewGroup.removeView(x)
+ applyLayout()
whenever new buttons are received?saket
04/22/2020, 4:14 PMdimsuz
04/22/2020, 4:24 PMsaket
04/22/2020, 4:28 PMsaket
04/22/2020, 4:30 PMsaket
04/22/2020, 4:30 PMupdateLayout
if you want to change the layout spec of existing Viewsdimsuz
04/22/2020, 4:42 PMEric O'Connell
04/23/2020, 6:02 PMColton Idle
04/23/2020, 10:45 PMdimsuz
04/24/2020, 12:04 PMContourLayout
question. What if I want to give a view an exact width. Intuitively I tried this:
applyLayout(
x = leftTo { otherView.left() }.rightTo { this.left() + 150.dip }
)
i.e. referencing left()
of itself in rightTo
and adding fixed width, but this throws circular deps errordimsuz
04/24/2020, 12:10 PMsaket
04/24/2020, 3:17 PMleftTo { other.left() }.widthOf { 150.xdip }
Paul Woitaschek
04/24/2020, 4:33 PMclient.dispatcher.executorService.shutdown()
in the end of the script. Is this a bug?jw
04/24/2020, 4:35 PMbasher
04/24/2020, 5:44 PMrestore-keys:
for the cache actions: https://github.com/cashapp/sqldelight/blob/master/.github/workflows/PR.yml#L34. What is that doing for you all exactly?