George Leslie-Waksman

Results 13 comments of George Leslie-Waksman

It seems to me that there are two separate issues here: 1. `Post` has a hard-coded dependency on "sources" being located on a mounted file system. 2. The only existing...

It would be great if similar was done for planes / schemes

You can also use them as [server defaults](https://docs.sqlalchemy.org/en/13/core/defaults.html#server-invoked-ddl-explicit-default-expressions): `sa.Column('timestamp', sa.DateTime(True), server_default=utcnow())`

One could do something like what [EditorConfig](http://editorconfig.org/) does for their configuration files: specify a `root = true` flag and otherwise have things inherit upwards. Consider a tree: ``` project/ |...

I know that I'm over a year late but for folks coming across this later, an alternative is to use instance types from the shopify rest client object. If you...

I haven't imported a csv recently, would you mind sharing a snippet of your csv to help me reproduce the issue?

@MTGguru , do you have an example of a failing file that I can use to reproduce the error that you are seeing?

Related, I would love to be able to have the clock display UTC so I know what time it is on my servers.

I hadn't updated the application to handle new formats introduced to the Scryfall dataset. I have now updated this and a bunch of other things. Please pull down version 2.2.1...