Mason Staugler

Results 13 comments of Mason Staugler

I'm also using a proprietary ODBC driver, but I after some debugging, I don't believe the issue is in this code. [This is how I tested it using the Postgres...

The vendor responded with a "works for me". Do you think you could help me find the root cause? [I added some debug statements in my fork of your project.](https://github.com/mqsoh/odbc/commit/f7a5d4ecd86f210d4085145ba5ab9acf828e9f06)...

I have the conversion in place in my code, but I have to do it often and thought I would try and track down the root cause to potentially help...

That sounds like a good idea. I think the vendor in both mine and nicksaroki's cases should do the right thing. If I can't get my vendor to fix it,...

I don't have that code anymore, @Wang-Kai. I'm really sorry about that. If you're wondering about what the DSN for the connection should look like, I share your frustration about...

I haven't used Django in a couple years, so I'm not going to be able to find a solution to this.

If I remember correctly, Django CMS is a pretty massive overhaul of the admin. The code in this project mainly inserts JavaScript that's supposed to work with the JavaScript in...

Awesome! I believe it's the way of the future, but I've found people even less willing to read my literate programs as they are normal ones. :) :| :( I'll...

I spend all my time jumping around poorly documented code and I know all my coworkers do, too. It's something we're acclimated to and in a way we're good at...

If you disable the 'etag' feature Express will still compare an `If-None-Match` with the response `ETag` and, if they match, alter the response status to 304 and strip the body....