From c42598c9af4ed1ad336ee7e10bc29ef0be66aa30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 11:25:26 +0530 Subject: [PATCH] layouts: update openring data (#18) Co-authored-by: msfjarvis --- layouts/partials/openring.html | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/layouts/partials/openring.html b/layouts/partials/openring.html index 633c593..9e4d84c 100644 --- a/layouts/partials/openring.html +++ b/layouts/partials/openring.html @@ -2,6 +2,17 @@

Articles from blogs I follow around the net

+
+

+ ExpLoring Jetpack Compose: Padding Modifier +

+

When it comes to the composition of composables, we may want to apply additional spacing to a composables size constraints. For this we can utilise Padding – padding adds this additional space to the specified sides of the composable, essentially making i…

+ + via Joe Birch + + September 11, 2020 +
+

The Automated CIO @@ -30,23 +41,6 @@ repo ho…

September 1, 2020

-
-

- Peeking inside a Rust enum -

-

- During a recent Rust Q&A Session on my twitch -channel, someone asked a question that -seemed simple: why are small string types, like SmartString or SmolStr, -the same size as String, but small vec types, like SmallVec, are larger -than Vec? -

- - via fasterthanli.me - - August 28, 2020 -
-

Generated by