zeevl
zeevl
Fixed an issue that was preventing the original request headers (i.e. HTTP_USER_AGENT) from being included in the proxy request. Net::HTTP is expecting these headers to be specified as USER-AGENT, not...
Fixed offset to reflect number of skipped documents.
Simply adds dummy endpoint for /_session
## Ask your Question It appears that you can share a single file using the `open({url: 'file://..'})` syntax, however, sharing multiple files using `open({urls: ['file://..', 'file://..'] })` fails. Using base64...
this allows the consumer to supply additional options to the http.get request call by doing ``` mixpanel.init('....', { request_options: { scheme: 'http' }}); ``` The longer story is, i'm using...
For couchdb 2.0+, this package no longer works.. It returns the error, ``` { [gone: Database encountered an unknown error] status: 410, name: 'gone', message: 'Database encountered an unknown error',...
Thought I had this working before, but it's not now.. It seems that jquery's `is(':visibile')` always returns false, regardless of visibility. [Some failing test cases here.](https://github.com/zeevl/zombie/blob/visible/test/selection_test.coffee#L157-L164) Happy to help figure...
Not an issue. Just wanted to say thanks. This is a really great algorithm you've published here! Exactly what I needed and it worked right out of the box.
### Description Adds support for initalizing firestore with a non-default database ### Related issues Fixes #8456 ### Checklist - I read the [Contributor Guide](../CONTRIBUTING.md) and followed the process outlined there...
## Issue 🔥 Attempting to do this: ``` import {initializeFirestore} from '@react-native-firebase/firestore'; const db = await initializeFirestore( this.app, { persistence: true, }, 'some-other-database' ); ``` initializes the db but it...