reading
Here are 333 public repositories matching this topic...
-
Updated
May 28, 2020
-
Updated
Jun 10, 2020
-
Updated
Jan 17, 2020
-
Updated
Jun 19, 2020 - Go
-
Updated
Apr 16, 2020 - Jupyter Notebook
-
Updated
Jun 21, 2020 - JavaScript
I don't know exactly how to do this, but I think just having those words in tabs is pretty ??? for users who aren't already on mastodon or used to the federation model. maybe there could be some kind of blub/tooltip/idk to concisely explain what these are?
When I start Anki 2.0, "Your Incremental Reading settings file has been modified for compatibility reasons. …", and my custom QuickKey is not there when I start Anki 2.1 after that.
-
Updated
Dec 13, 2017 - HTML
-
Updated
Jun 25, 2020
-
Updated
Jan 17, 2017 - JavaScript
[Tutorial] Asynchronous Flutter chat client with Go chat server which are powered by gRPC (simple…
Aleksandr Sokolovskii Jan 13 I opened Flutter for myself few weeks ago. It dramatically changes mobile app development. I would call it now — development with…
January 14, 2019 at 01:32PM
via Instapaper [https://medium.com/@amsokol.com/tutorial-asynchron
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Jan 27, 2020 - JavaScript
-
Updated
Feb 25, 2018 - CSS
-
Updated
Jun 27, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the reading topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reading topic, visit your repo's landing page and select "manage topics."
I got a huge CSV file with snake_case headers I want to decode to camelCased Swift properties.
Foundation's JSONDecoder already has this very handy option:
https://developer.apple.com/documentation/foundation/jsondecoder/2949119-keydecodingstrategy
Would be awesome to be able to define a key transformation like this.