Chaitanya Gupta

Results 20 issues of Chaitanya Gupta

This PR corrects handling of unicode characters not in the basic multilingual plane. The JSON spec requires these to be split into surrogate pairs.

These changes allow one to build opus 1.1 for iOS 7. Includes the following: - NEON optimizations enabled for armv7 and armv7s - armv6 has been removed - Assumes iOS...

A couple of changes to UIDevice-Hardware: 1. Returns "iPhone 4S" instead of "iPhone 5" 2. Add newline at the end of files to avoid pedantic warnings and noise from tools...

This will 1) greatly simplify the gray-streams code, and 2) add an important feature directly in the lowest level API.

enhancement

So that unit tests can be run against any PRs etc. automatically.

Like Django's [F expressions](https://docs.djangoproject.com/en/2.1/ref/models/expressions/#django.db.models.F), there needs to be a construct that allows columns to be updated in the database directly.

enhancement

https://docs.djangoproject.com/en/2.2/topics/db/queries/#retrieving-objects A queryset represents aspects of a SELECT query -- the columns to fetch, filters like WHERE and LIMIT clauses, ORDER BY clause, etc. So you could, say, have a...

enhancement
experimental

Annotated values are columns returned by the query in addition to columns of the table which is primarily being queried. For example, if we have an `organizations` and an `employees`...

enhancement

- [x] CMUCL - [x] Clozure CL - [ ] CLISP - [x] ECL - [ ] Clasp