Max Rothman

Results 63 comments of Max Rothman
trafficstars

Ahh, I understand now. I hadn't made the connection that Pydantic was agnostic as to the wire format. I can see now why my original request doesn't make much sense,...

Happy new year everyone! Just wanted to get this discussion moving again. Any thoughts on my [last comment](https://github.com/samuelcolvin/pydantic/issues/1098#issuecomment-568148357) @samuelcolvin @dmontagu?

> Out of interest, what's wrong with the wildcard validator approach partially demonstated [here](https://gist.github.com/samuelcolvin/714e75a74284696204de390a121b0da0)? I know it'll be slightly slower than proper validators, but I very much doubt you'd notice...

> > Are you interested in having this feature in Pydantic > > Yes I want the functionality that I think you're looking for. Hence why I'm spending time on...

> Indeed, the db isn't modified at all... Makes sense! Maybe I'll poke at that at some point, seems like a fun project... > As for the infinite recursion from...

I'd love to be able to use a notebook-style workflow when working with sql, but the lack of syntax highlighting and autocompletion in ipython-sql is really a drag. I can...

My pleasure! It happens every time with every file in the repository.

I've done a little more research into this issue and I think I might've found the source of the problem. The request that fails is `GET https://api.github.com/repos/klezmer-archive/digitized-scores/contents/` and it fails...

Hm, so you have successfully used the github integration with private repos? That does complicate things. I verified my org's oauth settings (it says approved) and also un- and re-authorized...

From our call, we determined that the problem might be the em-dashes in the filename. Here is the filename: ``` KMDMP 03-38-1183 — — Hannah Ochner (1).mei ``` And the...