reading
Here are 327 public repositories matching this topic...
-
Updated
May 28, 2020
-
Updated
Jun 2, 2020
-
Updated
Jan 17, 2020
-
Updated
May 14, 2020 - Go
-
Updated
Apr 16, 2020 - Jupyter Notebook
-
Updated
Mar 14, 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
Dec 7, 2019
-
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
I cloned the repository with git today and installed vueman.ga by changing into the directory and running yarn install. That command worked fine, but all the other ones mentioned in the README.md file of this repository fail with exit code 127.
root@debian:/opt/vueman.ga# yarn run serve
yarn run v1.13.0
$ vue-cli-service serve
/bin/sh: 1: vue-cli-service: not found
error Command fail
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.