Matthew Scheffel

Results 55 comments of Matthew Scheffel

This appears to be a problem with pyodbc's handling of python's decimal.Decimal type. I have reproduced it with the following code: ``` import pyodbc # tested with 4.0.21 from decimal...

Opened issue @ pyodbc: https://github.com/mkleehammer/pyodbc/issues/302

Re-opened! The issue is that Microsoft SQL supports a maximum precision of 35 digits, but the python decimal.Decimal type can exceed that depending on the float you feed it. I've...

If this were my project, having the very limited understanding of it that I do, I would add a flag parameter to `Request` that would allow us to override this...

> Oh, interesting oversight. This is not an entirely satisfying solution, but until the issue is fixed, you can work around the issue by using `ALLOWED_PRIVATE_ADDRESSES` I like this solution...

Experiencing the same thing Logseq 0.9.9 Windows 10 Tabs Plugin 1.19.1 theme: Customized Github theme ~~number of tabs open: more than my horizontal width~~ irrelevant, see below user's comment screen...

# Solution / Root Cause Enabling "Native title bar" in the Logseq settings resolves this issue for me. Looks like this is a duplicate of #83. Suggested title for this...

> Also experiencing this. For now, I’ve settled on logging into the Mastodon container and firing off an index rebuild manually. When I get a chance I’ll get a cron...

I'm working on doing this "by hand" myself, and I found [this trunk example](https://github.com/trunk-rs/trunk/tree/main/examples/webworker) to be instrumental in doing so.

> So the main projects contributing so far to this project make use of the nested router, because it's required. I am absolutely open adding an additional implementation, but I...