Skip to content

Instantly share code, notes, and snippets.

View ArionMiles's full-sized avatar

Kanishk Singh ArionMiles

View GitHub Profile
@tirkarthi
tirkarthi / py3_issues.md
Last active February 18, 2020 16:21
Python 3.8 and 3.9 issues

Do take one issue per person to help others :) Also checkout Fedora tracker for more easy issues : https://bugzilla.redhat.com/show_bug.cgi?id=1785415 . I tried to mark the issues complete but it's more maintenance so sorry if the issue is fixed or already has a PR and is not updated here.

Every version of Ubuntu brings with some changes. Some changes that you didn't know about but now you like(net-tools's ifconfig replaced by ip), and some changes you absolutely hate. like. FULL CAPS. ANGRY EMOJI. &%$h(j$j(&(mh)j##! . One prime example of this is the actual physical right click button(yes, the right clicky click thing) on the touchpad does not work by default in Ubuntu 18.04. Like wtf??

Here are all the things I solved after I installed Ubuntu 18.04.

@sirodoht
sirodoht / migrate-django.md
Last active September 22, 2025 17:30
How to migrate Django from SQLite to PostgreSQL

How to migrate Django from SQLite to PostgreSQL

Dump existing data:

python3 manage.py dumpdata > datadump.json

Change settings.py to Postgres backend.

Make sure you can connect on PostgreSQL. Then:

# Video: http://rubyhoedown2008.confreaks.com/08-chris-wanstrath-keynote.html
Hi everyone, I'm Chris Wanstrath.
When Jeremy asked me to come talk, I said yes. Hell yes. Immediately. But
then I took a few moments and thought, Wait, why? Why me? What am I supposed
to say that's interesting? Something about Ruby, perhaps. Maybe the
future of it. The future of something, at least. That sounds
keynote-y.