Paul Rysiavets

Results 66 comments of Paul Rysiavets

> > s3fs has a similar session object, and the linked code suggests that you can simply make a new credentials object and set the attribute. Yes, I would imagine...

I would, actually, like to accept "multipart/form-data". with some binaries there. ``` Content-Type:multipart/form-data; boundary=AaB03x Accept:application/json ``` https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html

@doubledot-web they are not "punctuated" your strings are "accented". indexing relies on column character set (or table-default or database-default). with your current set up, engine doesn't differentiate accented and non-accented...

@kai3341 thanks for this repo. have you had a chance to look into this issue already?

> @spawn-guy i'm really sorry. I live in Belarus, and now I am under criminal prosecution, but i haven't done anything bad. Our police took away my passport, that's why...

@cbpygit is this a good place to ask about dtype downcasting deprecation FutureWarning? i see you are responsible for fixing `.resample()`... `.resample().interpolate()` now produces `FutureWarning: DataFrame.interpolate with object dtype is...

i am building rpm's from source with modified fedora specs. i'd like that to be available as an optional repo

@daniejstriata first time I stumbled on Fedora COPR yesterday. And now that you mention it - I will go dig deeper. As an idea to host my own repo on...

will you be so kind to test if this happens with this version of code? https://github.com/dorinclisu/fastapi-auth0/pull/43 i might fix this for `PyJWT` as the json file is injected in a...

@siebediels i just tested locally these modifications in #41 and they just work out-of-the-box. there could be some improvements regarding `Pydantic-v2` but otherwise looks working (with valid tokens) i'd just...