AverageHelper

Results 12 issues of AverageHelper

# Summary I propose we add some way for users to assert access to specific document or collection paths. ## Basic example We should be able to assert transaction or...

# Summary While it is useful for users to be able to assert that specific functions are called with the parameters they expect, it may be useful for firestore-jest-mock to...

Not ESM support, but a solid workaround. Fixes #1428.

**Is your feature request related to a problem? Please describe.** I'd like to use ES Modules in order to use various functions like [top-level await](https://www.stefanjudis.com/today-i-learned/top-level-await-is-available-in-node-js-modules/#top-level-%60await%60-is-available-%22unflagged%22-in-node.js-since-%60v14.8%60), [the ability to use `node-fetch`...

The infobox on "Why are ads needed?" [says](https://github.com/gorilla-devs/GDLauncher-Carbon/blob/6013ab88e69e468f9c706202bc633ab975e0f01f/packages/i18n/locale/english/common.json#L417): > While ads support the free version of our app, we also offer optional subscriptions for those who prefer an ad-free experience....

**Describe the bug** URLs that contain multiple query params are broken after importing from `.html`. The `&` characters turn into `&`, completely breaking the URL. **To Reproduce** Steps to reproduce...

bug

I'd like to be able to find this extension on the [Open VSX](https://open-vsx.org) directory. Would there be much difficulty in adding [the relevant command](https://github.com/eclipse/openvsx/wiki/Publishing-Extensions) to the `publish` script here?

Possibly related to https://github.com/jmshrv/finamp/issues/225, but on the latest stable version as well as the beta (0.9.5) on Android, ALAC-encoded m4a files won't play without transcoding. As of 0.9.5, the tracks...

[The description of the `description` property](https://github.com/pyrox0/fursona-schema/blob/cb9157cf88d38c6cd28ae1ad806b35861b5f8e7e/schema-07.json#L46) in the schema says it's for "additional notes or links". Is this field meant to contain some flavor of Markdown? Is there some standard...

most of the things this crate does relies on `std`'s re-exports from `core` and `alloc`, so `#![no_std]` can be added already with only a few tweaks! the new `std` feature...