Kiran Jonnalagadda

Results 268 issues of Kiran Jonnalagadda

I have a situation where having the static tree replicated directly under the S3 bucket root folder is problematic. I have a few apps that share most of their static...

`substr` was renamed to `slice` in caa1ffce6e9eafe75a35e8a94268ce4f633eb942. README.rst needs an update.

SQLAlchemy supports automatic type detection with foreign key columns: ```python class MyModel(Model): my_column = Column(None, ForeignKey('other_table.other_column')) ``` However this call variant is not present in the stubs. Mypy says: ```...

mypy raised an error on this code: ```python DDL(stmt).execute_if(dialect='postgresql') ``` `error: Argument "dialect" to "execute_if" of "DDLElement" has incompatible type "str"; expected "Optional[Dialect]"` However, [the documentation for this method](https://docs.sqlalchemy.org/en/13/core/ddl.html#sqlalchemy.schema.DDLElement.execute_if) and...

The original jquery-oembed project accepted an `allowedProviders` and `disallowedProviders` array that specified a whitelist or blacklist of providers. This version does not seem to accept that. Thanks to the incredibly...

I have a related problem to #38: SQLAlchemy has a `hybrid_property` module that allows declaring a property distinctly for the instance and the class: ```python class MyClass(...): @hybrid_property def my_property(self):...

enhancement
needs patch

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This branch introduces two new patterns that need some discussion and consensus on: 1. Models that store frequently changing data (like `active_at` timestamps) in Redis, for periodic job processors to...

A WhatJobs representative has submitted a request for a job feed in their custom format. Specification: https://en-in.whatjobs.com/xml-feed-specification

Employers may rebrand during the course of their existence. While Hasjob allows a job to be edited and all details changed, there is no support for (a) changing the email...