Bradley Ayers
Bradley Ayers
Release 0.6
0.5 is now properly broken, with progressbar-2.3-dev being removed from pypi, Attest 0.5 does not even install. Could we _please_ have 0.6 released onto pypi.
When a test is decorated and wrapped in a function that takes `*args, **kwargs` using `functools.wraps`, yielded values from contexts are not passed. The situation that exposed this was using...
The documentation currently says that as long as you import attest before your tests, and your tests import assert_hook, everything will work. This is no longer the case with 0.6,...
## Brief description of the changes - Adds TypeScript declaration for `lib/core/s3`. - Adds `retry` option to `FineUploaderBasic`. Resolves #1988. Extra `package.json` files have been added to `commonJs` to associate...
## Brief description of the changes Convert all uses of `qq.Promise` or other promises to require native `Promise` instead. ## What browsers and operating systems have you tested these changes...
## Type of issue - [x] Bug report - [ ] Feature request ## Uploader type - [ ] Traditional - [x] S3 - [x] Azure Current: ```ts /** *...
## Type of issue - [ ] Bug report - [x] Feature request ## Uploader type - [ ] Traditional - [x] S3 - [ ] Azure #### Feature request...
The bower distributed delorean does not work with Require.js First problem is `require('events').EventEmitter`: ``` module.exports = requirements = { // DeLorean uses **Node.js native EventEmitter** for event emittion EventEmitter: require('events').EventEmitter,...
I'd like to explore the idea of changing PgTyped to use syntax that is valid SQL, so that it can be formatted by SQL formatters that are standard compliant. At...