mark-todd
mark-todd
Hi there, My project uses typescript, so checks all files for errors - when it reaches this package it returns a few errors. Here is my stack trace for `npx...
pybliometrics version: 3.2.0 Affected classes: Base, Retrieval, Search (All superclasses) Occasionally Scopus' internal servers will raise an "Internal Server Exception", status code: 500 - this occurs seemingly at random, and...
I'm receiving a deprecation warning when using gensim within pytest. It's related to this issue https://github.com/RaRe-Technologies/gensim/issues/3014, but now with hopefully a much simpler solution. ``` DeprecationWarning: Please use `csc_matvecs` from...
I'm not quite sure how to classify this bug - I've never seen something like it before! React mathquill behaves differently depending on where it receives variables from - see...
First of all, thank you @rutek for an absolutely amazing library! I've used pydantic a lot and I was looking for a php equivalent - this very much fits the...
PR relating to https://github.com/CarliJoy/intersection_examples/issues/48. Still some work to be done on this, but feel free anyone to have a review if you'd like @CarliJoy @erictraut @NeilGirdhar @gvanrossum @DiscordLiz @vergenzt ....
## Summary I'm starting this thread as a fresh start on the Intersection PEP. We've come across various difficulties in formulating the Intersection PEP, and it's been a long road...
Following on from from a discussion with @mikeshardmind in https://github.com/CarliJoy/intersection_examples/issues/41 I thought it might be worth separating this into a new thread. This concerns how `TypedDict` might be combined with...
### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://pydantic-docs.helpmanual.io) and still think...