Stephen Wicklund

Results 189 issues of Stephen Wicklund

The main purpose of this pull-request is to make it so this plugin can be added incrementally to a project, only converting imports to inline-requires for "trouble" modules. The includeModules...

Hello. A few minutes ago I starred this repo, then I installed cargo-play using `cargo install cargo-play`, and then used it to test out some code for a crate (`uuid`)....

The prepack script fails on Windows, due to multiple issues: 1) Use of the `rm` command. Solution: add shx as a dev-dependency, and have the script call `shx rm` instead:...

The pull-request by BrianChapman (#130) mostly added support for onSnapshot, but had an issue where the onSnapshot callback sometimes wasn't called with the initial contents (if value was null at...

Most of this library works perfectly fine between NodeJS and the browser/Webpack. However, there is one line that breaks it for the latter: https://github.com/soumak77/firebase-mock/blob/master/src/storage-file.js#L8 Ideally, there would be a way...

The official `require("firebase/app").firestore()` function returns a singleton -- that is: ``` import firebase from "firebase/app"; firebase.initializeApp(/* ... */); assert(firebase.firestore() === firebase.firestore()`); // always succeeds ``` However, the firebase-mock equivalent is...

**What is the current behavior?** Setting `{mergeOrdered: false, mergeOrderedDocUpdate: false, mergeOrderedCollectionUpdates: false}` in the `reduxFirestore(firebase, config)` config, continues creating many `DOCUMENT_ADDED` actions when an entry is _deleted_ from a collection....

It would be nice if the benchmark also tracked how long it took to install (ie. add) modules, after the project has already been fully installed/initialized. This is an important...

## Expected Behavior When multiple clients connect to a subscription endpoint, all of the streams should be polled correctly, such that they successfully return all data available from the source...

bug

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

kind/bug/possible
area/provider/k8s/gatewayapi