Christian Kothe

Results 8 issues of Christian Kothe

The way the `api_gateway_custom_domain` feature is represented in the CFN template generated by `chalice package` is currently prone to a race condition, but it’s relatively easy to fix. **Issue** Currently,...

This is intended to ensure that the mapping is created only after the stage exists (resolving a race condition in the CF template). *Issue #, if available:* The problem is...

We're very happy to see progress in getting the array API standardized -- obviously a monumental undertaking when all is considered. We've been using backend-agnostic numpy-style code for over a...

use case

### Problem Currently, invoking `.update()` on a model will _always_ read back the entire document from the DB with no option to override this behavior. If one's object is very...

enhancement

This was reproduced with patsy==0.4.1 and numpy==1.11.2 on Python 3.5.2 (win64). Example: `> val` ~~~~ Out[30]: DesignMatrix with shape (4, 5) Columns: ['Intercept', 'LastNightAwake[0]', 'LastNightAwake[1]', 'LastNightInBed[0]', 'LastNightInBed[1]'] Terms: 'Intercept' (column...

**Describe the bug** Some packages use pkg_resource.get_distribution() at runtime (e.g., to find their own version) and for some packages this seems to fail in Debug mode, while it succeeds in...

bug
ready-to-work

Hey, is there existing practice for how streams holding video frame numbers may be annotated in terms of stream type and metadata? (I know some folks have been writing such...

Currently, when one uses the `select_streams` argument, it will first traverse the file's chunks to find/parse the headers, and sets some flags used subsequently for a check during the `load_xdf`...