Joseph Kahn
Joseph Kahn
Is there a way (can't find any) to pass an arbitrary arg to tmux? I want to pass `-CC` but I don't see an easy way to do that and...
Had to use https://github.com/miyakogi/m2r to get it to publish, it won't recognize me telling it to use markdown.
I finished a sqlite version: ```python from itertools import cycle from datetime import datetime import pytz def create_function_for_sharded_id(shard_id): get_next_seq_id = cycle(range(1024)) og_epoch_datetime = datetime.utcfromtimestamp(0).replace(tzinfo=pytz.utc) epoch_datetime = datetime(2016, 10, 19, 17,...
fucking whoops.
They added code for me in 1.10.3 and made a mistake in the release. New bug tracked here: https://code.djangoproject.com/ticket/27200
Unsure if I want to add this but field to fetch foreign keys from another DB.
What do you do if DB is one, happened when the user had no shard but had an instance.
Check that the specified shard_group is an existing one.