File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # About
2+
3+ I made these slides for a talk called
4+ ` Python JSON Emoji Crash Story ` at
5+ [ Django User Group Berlin] ( https://www.meetup.com/de-DE/django-user-group-berlin )
6+ on
7+ [ 2020-02-18] ( https://www.meetup.com/de-DE/django-user-group-berlin/events/qptdkrybcdbxb/ ) .
8+ The slide sources are licensed under
9+ [ CC-BY-SA 4.0] ( https://creativecommons.org/licenses/by-sa/4.0/ ) .
10+
11+
12+ # Related links
13+
14+ - https://github.com/encode/django-rest-framework/pull/7067
15+
16+ - https://github.com/encode/django-rest-framework/issues/7026
17+
18+ - https://docs.python.org/3/library/json.html#character-encodings
19+
20+ - https://github.com/hartwork/surrogates
21+
22+
23+ # Rendering slides to PDF
24+
25+ Viewing and rendering takes
26+ [ GNOME pinpoint] ( https://gitlab.gnome.org/Archive/pinpoint/ )
27+ version 0.1.8; it has a
28+ [ package in Debian] ( https://packages.debian.org/sid/pinpoint ) .
29+
30+ Slides can then be rendered to PDF…
31+ ``` console
32+ # pinpoint -o python-json-emoji-crash-story-2020-02-18-v2.pdf slides.pin
33+ ```
34+
35+ …or browsed interactively:
36+ ``` console
37+ # ./slides.pin
38+ ```
You can’t perform that action at this time.
0 commit comments