Caleb Johnson

Results 27 comments of Caleb Johnson
trafficstars

I use two-factor authentication, and had to make an [application-specific password](https://security.google.com/settings/security/apppasswords). I don't think the URL that it vomits up can do anything for android-checkin.

Importing m4b files from AAX Audio Converter had semicolons in the Artist field seperating the author, foreword author (where present) and narrator when I did that today.

It does seem like a chicken and egg problem, doesn't it? The podcast name needs to be known to resolve the default output folder, but there's little point in caching...

Is it just not currently possible to mix retention and FKs to a partitioned table without a delete, detach and drop?

> I'm going to see if adding the FKs directly to the child tables via the template table is a possible workaround for this. I tried that, and the foreign...

> Yes, but did you do a DROP CASCADE? Of course DROP CASCADE works, I didn't mention it because it already came up. I'm looking for something that mimics the...

See if [this branch](https://github.com/calebj/python-dice/tree/feature/implode_op) does what you need

I don't think I want to support this, since dice and decimal numbers don't mix in my experience. @borntyping thoughts? Floating point numbers can also be hairy to work with....

We could do this by optionally depending on [quantumrandom](https://pypi.org/project/quantumrandom/), I think. Implementing a subclass of random.Random based on that package isn't within the scope of python-dice, but I can PR...

I've implemented a version of Random that uses quantumrandom with caching, but I'd like to add background thread fetching before posting it.