João Eiras
João Eiras
Howdy. I just came up with this problem. I'm trying to generate documents with names of people, in different scripts (latin, greek, slavic, etc). The font I use for the...
I have this problem, on Windows 10, build 2071 How to reproduce: 1. We have a python project with a `poetry.lock` file 2. `.gitattributes` contains `poetry.lock filter=my_filter` 3. and a...
Hi. I've looked into the warnings module code. I so happens that in my project warnings, logging and pytest don't cooperate too well. The warning module stores pointers to the...
Hi @gvanrossum surely :) Here's a draft commit https://github.com/joaoe/cpython/commit/thread_safe_warnings Notes: * there is a global stack of `catch_warnings()` and active `filters`, protected by a `RLock`. Usable by libraries that want...
Howdy ! In my project I have a somewhat complex application that must transparently work over a local folder or a S3 bucket. One of the wayt ot acheive this...
> The problem you are facing is not really with s3fs, but with the fuse integration. Indeed, s3 does not have directories. You can do things to try to get...
If anyone would write such a thing ``` MySchema.Config.unique.append("c") ``` they could as easily write ``` MySchema.Config.unique += ("c",) ``` Hardly a usecase we should be concerned about. :)
Hi. I just came here to report the same. I had to work around by creating my own mock Message class that reimplements the whole interface for tests, but that...
> Any chance to get this reviewed and merged? I came here looking for serialization options for pickling a list of messages to create unit tests, and am thrilled to...
@pranavrth Hi ! I wonder why Confluent is being so slow giving feedback or accepting PRs ? Can you give some insight ? Thank you.