Damian Shaw
Damian Shaw
I am looking for some feedback from resolvelib maintainers, @frostming @pradyunsg @uranusjr, I have multiple solutions and don't have a strong opinion on which one should be implemented, I am...
Sounds good, no worries. I think everyone has just got busy outside of OSS work. Pip is seemingly precariously resource constrained, I wouldn't be able to add much time either...
I suspect unfortunately this user is a bot ( / advertisement for their services) and unable to respond to project's requirements: https://github.com/search?q=CVE-2007-4559&type=issues
Found at least 1 mistake in their API: https://ip-api.com/#107.150.147.9 Says it is in San Jose but actually is in NY, only IP Info seems to get this correct: https://ipinfo.io/ Will...
I reported the above to their "contacts us", let's see if I get a response. In the mean time I've found another example where they are incorrect. The accuracy is...
They are fixing it!
I have a working version of this now, but.... I am finding the data to be very inaccurate, especially for US East. On the other hand my database is also...
Thanks, I'll check it out. I've been meaning to publish a new version for ages that doesn't use a static database but connects to an API. I'll see if I...
I beleive in this case that "baz_id" does indeed become a class variable. Although I would need to dig deeper into the SqlAlchemy machanics to understand how.
I will create an issue on the SqlAlchemy side and see why they require `ClassVar` in this case. But I still find the wording "not allowed in this context" confusing,...