Andrew Schmadel
Andrew Schmadel
[Another package](https://github.com/gdi2290/angular-indexedDB) currently uses the name `angular-indexedDB`, and accordingly, this package cannot be installed from the Bower registry. ``` sh $ bower install angular-indexedDB --save bower not-cached git://github.com/gdi2290/angular-indexedDB.git#* bower resolve...
Throughout the library, there are several instances of `req.onsuccess = req.onerror`, which results in promises resolving when they should have been rejected. Additionally, many methods within the IndexedDB API can...
Can we publish a release to npm that includes fixes made since the last release?
Are there plans to upgrade js-data-angular to be compatible with JSData v3.x?
Building this project with Gradle 7 (and Android Gradle Plugin v7) yields some new warnings: > Execution optimizations have been disabled for task ':react-native-masked-view_masked-view:bundleLibCompileToJarDebug' to ensure correctness due to the...
I've been having difficulty streaming responses to clients using [Server-Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) (SSE) while using Argo. Argo (or Cloudflare) appears to be doing some sort of buffering that is preventing data...
The behavior noted in #1563 is not actually reflected in dd-trace's TSDoc comments. The documented default states that any status-code over 400 will be treated as an error. However, [the...
Small performance tweak. Instead of calling `JSON.stringify()` on the entire queue of messages every time we enqueue a message, analytics-node will now keep a running tally of the queue size,...
Ever since #103 was merged, source map generation is _extremely_ slow (from ~2sec to 30+sec). While I mostly understand the rationale behind #103, the current solution creates a fairly extreme...
*Issue #, if available:* #502 *Description of changes:* Adds support for a configurable number of retries (particularly for rate-limit errors). --- If we were using aws-sdk-js V3, we'd be able...