:icecream: Run a GraphQL query anywhere, against any data, with no schema.
doomsower/react-native-app-intro 1
react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google's app like Sheet, Drive, Docs...
:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
:link: Interface for fetching and modifying control flow of GraphQL requests
Expressive and composable resolvers for Apollostack's GraphQL server
🌍 GraphQL server for Express, Connect, Hapi, Koa and more
The repository for high quality TypeScript type definitions.
Set of ejabberd Docker images
Knex Documentation Builder
Robust, ubiquitous and massively scalable Jabber / XMPP Instant Messaging platform
issue commentwhitewater-guide/gorge
We would like to inform you of a change to the Open Data – APIs.
Version 1 of the following API is currently available but will be discontinued by the end of October 2020: Open Data - River Levels API
Version 2 of this API is now available and contains River level, Rainfall and Sea Data for Wales only. Open Data - River Level, Rainfall and Sea Data API
Both versions of the APIs will be running in parallel in September and October to provide subscribers the opportunity to transition to version 2.
comment created time in 24 days
startedmrousavy/react-native-blurhash
started time in a month
push eventwhitewater-guide/gorge
commit sha 94b0b0368b0c1d1eb648429aad813d8607a5e15c
fix: url escape postgres password
commit sha 4c56a17a7a7875c3feecd0cd0a7af937bc60b983
Merge branch 'master' of https://github.com/whitewater-guide/gorge
push time in a month
push eventwhitewater-guide/gorge
commit sha bd5e84908237684d29e132a2d728746dda1569bb
fix: docker login
commit sha 8cb464c1ecd0a6f55d117304f71de6a613b85fb1
Merge branch 'master' of https://github.com/whitewater-guide/gorge
push time in a month
push eventwhitewater-guide/gorge
commit sha 0003004c69ed3aa0c7d41fdf80105de40ee23ba2
fix: deps and spelling in readme
commit sha aa42e312c11d036c8030e1f78cef2274d4d24053
Merge branch 'master' of https://github.com/whitewater-guide/gorge
push time in a month
push eventwhitewater-guide/gorge
commit sha 43616b73a075a6938160d02b9aa03a998c2fc185
fix: use ghcr.io
commit sha 670b7fe34d075d63243cb036d71050b2cb85278a
Merge branch 'master' of https://github.com/whitewater-guide/gorge
push time in a month
push eventwhitewater-guide/gorge
commit sha 56f98b3422dbce3fd9fb2149ff48c8ef31c542c4
feat: allow pg without timescale
push time in a month
startedhwkd/docker-secret
started time in a month
issue commentdoomsower/react-native-zxcvbn
null is not an object (evaluating 'RNZxcvbn.score')
You can still use js-side zxcvbn with expo. I used js module before I wrote this. Native zxcvbn does add very small performance improvement.
comment created time in 2 months
issue commentdoomsower/react-native-zxcvbn
null is not an object (evaluating 'RNZxcvbn.score')
I think they hand-pick packages, and there's no way such small and specialized package would make it. This is the point of Expo - it's just RN + some stuff that 80% of apps use.
comment created time in 2 months
issue commentdoomsower/react-native-zxcvbn
null is not an object (evaluating 'RNZxcvbn.score')
Last time I checked expo didn't support arbitrary native modules like this one.
comment created time in 2 months
issue commentdoomsower/react-native-zxcvbn
null is not an object (evaluating 'RNZxcvbn.score')
Is it iOS/Android? Does example app work for you?
comment created time in 2 months
issue commentsatya164/react-native-tab-view
YellowBox warning from TabView/Pager component during tests
Thanks for the mock @doomsower ! How did you implement the mock? I'm stuck on the same error and am not sure where to include the mock
MyTabs is multi-tab form to be tested.
./MyTabs.tsx:
import getPager from './getPager';
//...
const MyTabs = () => {
return (
<Tab.Navigator
{...props}
pager={getPager}>
{/*Whatever*/}
</Tab.Navigator>
);
};
./getPager.tsx (real pager):
import { TabViewProps } from 'react-native-tab-view';
const getPager: TabViewProps<any>['renderPager'] | undefined = undefined;
export default getPager;
./__mocks__/getPager.tsx (mock pager):
import React from 'react';
import { View } from 'react-native';
const MockPager = ({ children }: any) => {
return children({
position: 0,
addListener: jest.fn(),
removeListener: jest.fn(),
jumpTo: jest.fn(),
render: (childrn: any) => <View>{childrn}</View>,
});
};
const getPager = (props: any) => <MockPager {...props} />;
export default getPager;
./__tests__/form.tsx:
jest.mock('../getPager');
// tests that render MyTabs
comment created time in 2 months
push eventwhitewater-guide/translations
commit sha fe78f8014b0a22d8147dfa8838883dedc5fcf7d4
fix: add quebec image
push time in 2 months
push eventwhitewater-guide/translations
commit sha e6582d6513c1204531afbe031bb2ea1f4e45d3b5
Update backers.md
commit sha cc03c92d938086d87dd98220ba0b186beeac0a89
Merge pull request #22 from whitewater-guide/Mkrut-patch-1 Update backers.md
push time in 2 months
PR merged whitewater-guide/translations
pr closed time in 2 months
PR closed whitewater-guide/translations
Bumps lodash from 4.17.15 to 4.17.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lodash/lodash/releases">lodash's releases</a>.</em></p> <blockquote> <h2>4.17.16</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><a href="https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6"><code>2e1c0f2</code></a> Add npm-package</li> <li><a href="https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e"><code>1b6c282</code></a> Bump to v4.17.18</li> <li><a href="https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac"><code>a370ac8</code></a> Bump to v4.17.17</li> <li><a href="https://github.com/lodash/lodash/commit/1144918f3578a84fcc4986da9b806e63a6175cbb"><code>1144918</code></a> Rebuild lodash and docs</li> <li><a href="https://github.com/lodash/lodash/commit/3a3b0fd339c2109563f7e8167dc95265ed82ef3e"><code>3a3b0fd</code></a> Bump to v4.17.16</li> <li><a href="https://github.com/lodash/lodash/commit/c84fe82760fb2d3e03a63379b297a1cc1a2fce12"><code>c84fe82</code></a> fix(zipObjectDeep): prototype pollution (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4759">#4759</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/e7b28ea6cb17b4ca021e7c9d66218c8c89782f32"><code>e7b28ea</code></a> Sanitize sourceURL so it cannot affect evaled code (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4518">#4518</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/0cec225778d4ac26c2bac95031ecc92a94f08bbb"><code>0cec225</code></a> Fix lodash.isEqual for circular references (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4320">#4320</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4515">#4515</a>)</li> <li><a href="https://github.com/lodash/lodash/commit/94c3a8133cb4fcdb50db72b4fd14dd884b195cd5"><code>94c3a81</code></a> Document matches* shorthands for over* methods (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4510">#4510</a>) (<a href="https://github-redirect.dependabot.com/lodash/lodash/issues/4514">#4514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.15...4.17.19">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mathias">mathias</a>, a new releaser for lodash since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
PR closed whitewater-guide/translations
Bumps npm-registry-fetch from 4.0.0 to 4.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/registry-fetch/releases">npm-registry-fetch's releases</a>.</em></p> <blockquote> <h2>v4.0.1</h2> <ul> <li>Fixed missing <code>safe-buffer</code> dependency, thanks <a href="https://github.com/evocateur">@evocateur</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/npm-registry-fetch/blob/latest/CHANGELOG.md">npm-registry-fetch's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file. See <a href="https://github.com/conventional-changelog/standard-version">standard-version</a> for commit guidelines.</p> <h3><a href="https://github.com/npm/registry-fetch/compare/v8.1.0...v8.1.1">8.1.1</a> (2020-06-30)</h3> <h2><a href="https://github.com/npm/registry-fetch/compare/v8.0.3...v8.1.0">8.1.0</a> (2020-05-20)</h2> <h3>Features</h3> <ul> <li>add npm-command HTTP header (<a href="https://github.com/npm/registry-fetch/commit/1bb4eb2c66ee8a0dc62558bdcff1b548e2bb9820">1bb4eb2</a>)</li> </ul> <h3><a href="https://github.com/npm/registry-fetch/compare/v8.0.2...v8.0.3">8.0.3</a> (2020-05-13)</h3> <h3>Bug Fixes</h3> <ul> <li>update minipass and make-fetch-happen to latest (<a href="https://github.com/npm/registry-fetch/commit/3b6c5d0d8ccd4c4a97862a65acef956f19aec127">3b6c5d0</a>), closes <a href="https://github-redirect.dependabot.com/npm/registry-fetch/issues/23">#23</a></li> </ul> <h3><a href="https://github.com/npm/registry-fetch/compare/v8.0.1...v8.0.2">8.0.2</a> (2020-05-04)</h3> <h3>Bug Fixes</h3> <ul> <li>update make-fetch-happen to 8.0.6 (<a href="https://github.com/npm/registry-fetch/commit/226df2c32e3f9ed8ceefcfdbd11efb178181b442">226df2c</a>)</li> </ul> <h2><a href="https://github.com/npm/registry-fetch/compare/v7.0.1...v8.0.0">8.0.0</a> (2020-02-24)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Removes the 'opts.refer' option and the HTTP Referer header (unless explicitly added to the 'headers' option, of course).</li> </ul> <p>PR-URL: <a href="https://github-redirect.dependabot.com/npm/npm-registry-fetch/pull/25">npm/npm-registry-fetch#25</a> Credit: <a href="https://github.com/isaacs">@isaacs</a></p> <h3>Bug Fixes</h3> <ul> <li>remove referer header and opts.refer (<a href="https://github.com/npm/registry-fetch/commit/eb8f7af3c102834856604c1be664b00ca0fe8ef2">eb8f7af</a>), closes <a href="https://github-redirect.dependabot.com/npm/registry-fetch/issues/25">#25</a></li> </ul> <h3><a href="https://github.com/npm/registry-fetch/compare/v7.0.0...v7.0.1">7.0.1</a> (2020-02-24)</h3> <h2><a href="https://github.com/npm/registry-fetch/compare/v6.0.2...v7.0.0">7.0.0</a> (2020-02-18)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>figgy pudding is now nowhere to be found.</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/npm/registry-fetch/commits">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~claudiahdz">claudiahdz</a>, a new releaser for npm-registry-fetch since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
PR closed whitewater-guide/translations
Bumps npm from 6.10.2 to 6.14.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/npm/cli/releases">npm's releases</a>.</em></p> <blockquote> <h2>v6.14.6</h2> <h2>6.14.6 (2020-07-07)</h2> <h3>BUG FIXES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/a9857b8f6869451ff058789c4631fadfde5bbcbc"><code>a9857b8f6</code></a> chore: remove auth info from logs (<a href="https://github.com/claudiahdz">@claudiahdz</a>)</li> <li><a href="https://github.com/npm/cli/commit/b7ad77598112908d60195d0fbc472b3c84275fd5"><code>b7ad77598</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1416">#1416</a> fix: wrong <code>npm doctor</code> command result (<a href="https://github.com/vanishcode">@vanishcode</a>)</li> </ul> <h3>DEPENDENCIES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/94eca637756376b949edfb697e179a1fdcc231ee"><code>94eca6377</code></a> <code>[email protected]</code> (<a href="https://github.com/claudiahdz">@claudiahdz</a>)</li> <li><a href="https://github.com/npm/cli/commit/c49b6ae28791ff7184288be16654f97168aa9705"><code>c49b6ae28</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1418">#1418</a> <code>[email protected]</code> (<a href="https://github.com/kemitchell">@kemitchell</a>)</li> </ul> <h2>v6.14.5</h2> <h2>6.14.5 (2020-05-04)</h2> <h3>BUG FIXES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/33ec41f18f557146607cb14a7a38c707fce6d42c"><code>33ec41f18</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/758">#758</a> fix: relativize file links when inflating shrinkwrap (<a href="https://github.com/jsnajdr">@jsnajdr</a>)</li> <li><a href="https://github.com/npm/cli/commit/94ed456dfb0b122fd4192429024f034d06c3c454"><code>94ed456df</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1162">#1162</a> fix: npm init help output (<a href="https://github.com/mum-never-proud">@mum-never-proud</a>)</li> </ul> <h3>DEPENDENCIES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/5587ac01ffd0d2ea830a6bbb67bb34a611ffc409"><code>5587ac01f</code></a> <code>[email protected]</code> <ul> <li><a href="https://github.com/npm/npm-registry-fetch/commit/fc5d94c39ca218d78df77249ab3a6bf1d9ed9db1"><code>fc5d94c39</code></a> fix: removed default timeout</li> </ul> </li> <li><a href="https://github.com/npm/cli/commit/07a4d8884448359bac485a49c05fd2d23d06834b"><code>07a4d8884</code></a> <code>[email protected]</code></li> <li><a href="https://github.com/npm/cli/commit/8228d1f2e427ad9adee617266108acd1ee39b4a5"><code>8228d1f2e</code></a> <code>[email protected]</code></li> <li><a href="https://github.com/npm/cli/commit/e6d20831740a84aea766da2a2913cf82a4d56ada"><code>e6d208317</code></a> <code>[email protected]</code></li> </ul> <h2>v6.14.4</h2> <h2>6.14.4 (2020-03-25)</h2> <h3>DEPENDENCIES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/136832dcae13cb5518b1fe17bd63ea9b2a195f92"><code>136832dca</code></a> <code>[email protected]</code></li> <li>Bump <code>[email protected]</code> transitive dep to resolve security issue <ul> <li><a href="https://github.com/npm/cli/commit/9c554fd8cd1e9aeb8eb122ccfa3c78d12af4097a"><code>9c554fd8c</code></a> <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> </ul> </li> <li><a href="https://github.com/npm/cli/commit/8bf99b2b58c14d45dc6739fce77de051ebc8ffb7"><code>8bf99b2b5</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1053">#1053</a> deps: updates term-size to use signed binary</li> </ul> <h2>v6.14.3</h2> <h2>6.14.3 (2020-03-19)</h2> <h3>DOCUMENTATION</h3> <ul> <li><a href="https://github.com/npm/cli/commit4ad2214873cddfd4a0eff1bd188516b08fae9f9e"><code>4ad221487</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1020">#1020</a> docs(teams): updated team docs to reflect MFA workflow (<a href="https://github.com/blkdm0n">@blkdm0n</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/npm/cli/blob/latest/CHANGELOG.md">npm's changelog</a>.</em></p> <blockquote> <h2>6.14.6 (2020-07-07)</h2> <h3>BUG FIXES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/a9857b8f6869451ff058789c4631fadfde5bbcbc"><code>a9857b8f6</code></a> chore: remove auth info from logs (<a href="https://github.com/claudiahdz">@claudiahdz</a>)</li> <li><a href="https://github.com/npm/cli/commit/b7ad77598112908d60195d0fbc472b3c84275fd5"><code>b7ad77598</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1416">#1416</a> fix: wrong <code>npm doctor</code> command result (<a href="https://github.com/vanishcode">@vanishcode</a>)</li> </ul> <h3>DEPENDENCIES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/94eca637756376b949edfb697e179a1fdcc231ee"><code>94eca6377</code></a> <code>[email protected]</code> (<a href="https://github.com/claudiahdz">@claudiahdz</a>)</li> <li><a href="https://github.com/npm/cli/commit/c49b6ae28791ff7184288be16654f97168aa9705"><code>c49b6ae28</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1418">#1418</a> <code>[email protected]</code> (<a href="https://github.com/kemitchell">@kemitchell</a>)</li> </ul> <h3>DOCUMENTATION</h3> <ul> <li><a href="https://github.com/npm/cli/commit/2e052984b08c09115ed75387fb2c961631d85d77"><code>2e052984b</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1459">#1459</a> chore(docs): fixed links to cli commands (<a href="https://github.com/claudiahdz">@claudiahdz</a>)</li> <li><a href="https://github.com/npm/cli/commit/0ca3509ca940865392daeeabb39192f7d5af9f5e"><code>0ca3509ca</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1283">#1283</a> Update npm-link.md (<a href="https://github.com/peterfich">@peterfich</a>)</li> <li><a href="https://github.com/npm/cli/commit/3dd429e9aad760ce2ff9e522b34ebfebd85b460c"><code>3dd429e9a</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1377">#1377</a> Add note about dropped <code>*</code> filenames (<a href="https://github.com/maxwellgerber">@maxwellgerber</a>)</li> <li><a href="https://github.com/npm/cli/commit/9a2e2e797e5c91e7f4f261583a1906e2c440cc2f"><code>9a2e2e797</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1429">#1429</a> Fix typo (<a href="https://github.com/seanpoulter">@seanpoulter</a>)</li> </ul> <h2>6.14.5 (2020-05-01)</h2> <h3>BUG FIXES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/33ec41f18f557146607cb14a7a38c707fce6d42c"><code>33ec41f18</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/758">#758</a> fix: relativize file links when inflating shrinkwrap (<a href="https://github.com/jsnajdr">@jsnajdr</a>)</li> <li><a href="https://github.com/npm/cli/commit/94ed456dfb0b122fd4192429024f034d06c3c454"><code>94ed456df</code></a> <a href="https://github-redirect.dependabot.com/npm/cli/pull/1162">#1162</a> fix: npm init help output (<a href="https://github.com/mum-never-proud">@mum-never-proud</a>)</li> </ul> <h3>DEPENDENCIES</h3> <ul> <li><a href="https://github.com/npm/cli/commit/5587ac01ffd0d2ea830a6bbb67bb34a611ffc409"><code>5587ac01f</code></a> <code>[email protected]</code> <ul> <li><a href="https://github.com/npm/npm-registry-fetch/commit/fc5d94c39ca218d78df77249ab3a6bf1d9ed9db1"><code>fc5d94c39</code></a> fix: removed default timeout</li> </ul> </li> <li><a href="https://github.com/npm/cli/commit/07a4d8884448359bac485a49c05fd2d23d06834b"><code>07a4d8884</code></a> <code>[email protected]</code></li> <li><a href="https://github.com/npm/cli/commit/8228d1f2e427ad9adee617266108acd1ee39b4a5"><code>8228d1f2e</code></a> <code>[email protected]</code></li> <li><a href="https://github.com/npm/cli/commit/e6d20831740a84aea766da2a2913cf82a4d56ada"><code>e6d208317</code></a> <code>[email protected]</code></li> </ul> <h2>6.14.4 (2020-03-24)</h2> <h3>DEPENDENCIES</h3> <ul> <li>Bump <code>[email protected]</code> transitive dep to resolve security issue <ul> <li><a href="https://github.com/npm/cli/commit/9c554fd8cd1e9aeb8eb122ccfa3c78d12af4097a"><code>9c554fd8c</code></a> <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> <li>bump <code>[email protected]</code></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/cli/commit/7352eb694dd881ff6ceb41f1ae0973dbb2ad233a"><code>7352eb6</code></a> 6.14.6</li> <li><a href="https://github.com/npm/cli/commit/f8a3f0ee2ed20996a98b43482c61ffe7be4c5652"><code>f8a3f0e</code></a> update AUTHORS</li> <li><a href="https://github.com/npm/cli/commit/ccaaaabfc03c65f4a0bf234113fff912631be00f"><code>ccaaaab</code></a> docs: changelog for 6.14.6</li> <li><a href="https://github.com/npm/cli/commit/94eca637756376b949edfb697e179a1fdcc231ee"><code>94eca63</code></a> [email protected]</li> <li><a href="https://github.com/npm/cli/commit/a9857b8f6869451ff058789c4631fadfde5bbcbc"><code>a9857b8</code></a> chore: remove auth info from logs</li> <li><a href="https://github.com/npm/cli/commit/479e45c03be7b452cbe346e96c750d36597c3eb6"><code>479e45c</code></a> style: fix lint error with no trailing comma</li> <li><a href="https://github.com/npm/cli/commit/1aec4cb6effefbf51033d3964cce2a909c918c0d"><code>1aec4cb</code></a> test: add test for <code>npm doctor</code> that ping registry returns error</li> <li><a href="https://github.com/npm/cli/commit/b7ad77598112908d60195d0fbc472b3c84275fd5"><code>b7ad775</code></a> fix: wrong <code>npm doctor</code> command result</li> <li><a href="https://github.com/npm/cli/commit/9a2e2e797e5c91e7f4f261583a1906e2c440cc2f"><code>9a2e2e7</code></a> docs: Fix typo</li> <li><a href="https://github.com/npm/cli/commit/c49b6ae28791ff7184288be16654f97168aa9705"><code>c49b6ae</code></a> [email protected]</li> <li>Additional commits viewable in <a href="https://github.com/npm/cli/compare/v6.10.2...v6.14.6">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~claudiahdz">claudiahdz</a>, a new releaser for npm since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
PR closed whitewater-guide/translations
Bumps https-proxy-agent from 2.2.2 to 2.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/node-https-proxy-agent/releases">https-proxy-agent's releases</a>.</em></p> <blockquote> <h2>2.2.4</h2> <h3>Patches</h3> <ul> <li>Add <code>.editorconfig</code> file: a0d4a20458498fc31e5721471bd2b655e992d44b</li> <li>Add <code>.eslintrc.js</code> file: eecea74a1db1c943eaa4f667a561fd47c33da897</li> <li>Use a <code>net.Socket</code> instead of a plain <code>EventEmitter</code> for replaying proxy errors: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/83">#83</a></li> <li>Remove unused <code>stream</code> module: 9fdcd47bd813e9979ee57920c69e2ee2e0683cd4</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/lpinca">@lpinca</a> for helping!</p> <h2>2.2.3</h2> <h3>Patches</h3> <ul> <li>Update README with actual <code>secureProxy</code> behavior: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/65">#65</a></li> <li>Update <code>proxy</code> to v1.0.0: d0e3c18079119057b05582cb72d4fda21dfc2546</li> <li>Remove unreachable code: 46aad0988b471f042856436cf3192b0e09e36fe6</li> <li>Test on Node.js 10 and 12: 3535951e482ea52af4888938f59649ed92e81b2b</li> <li>Fix compatibility with Node.js >= 10.0.0: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/73">#73</a></li> <li>Use an <code>EventEmitter</code> to replay failed proxy connect HTTP requests: <a href="https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/77">#77</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/stoically">@stoically</a>, <a href="https://github.com/lpinca">@lpinca</a>, and <a href="https://github.com/zkochan">@zkochan</a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/4c4cce8cb60fd3ac6171e4428f972698eb49f45a"><code>4c4cce8</code></a> 2.2.4</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/9fdcd47bd813e9979ee57920c69e2ee2e0683cd4"><code>9fdcd47</code></a> Remove unused <code>stream</code> module</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/34ea8841922fb6447563b0521f972ac3a6062303"><code>34ea884</code></a> Use a <code>net.Socket</code> instead of a plain <code>EventEmitter</code> for replaying proxy erro...</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/4296770b6a0e631e3f8e7bd6cfd41ac8e91a3ec4"><code>4296770</code></a> Prettier</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/eecea74a1db1c943eaa4f667a561fd47c33da897"><code>eecea74</code></a> Add <code>.eslintrc.js</code> file</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/a0d4a20458498fc31e5721471bd2b655e992d44b"><code>a0d4a20</code></a> Add <code>.editorconfig</code> file</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/0d8e8bfe8b12e6ffe79a39eb93068cdf64c17e78"><code>0d8e8bf</code></a> 2.2.3</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/850b8359b7d0467d721705106b58f4c7cfb937dd"><code>850b835</code></a> Revert "Use Mocha 5 for Node 4 support"</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/f5f56fa48ea4d2a61c385938e7753f5c1fe049d6"><code>f5f56fa</code></a> Remove Node 4 from Travis</li> <li><a href="https://github.com/TooTallNate/node-https-proxy-agent/commit/bb837b984bd868ad69080812eb8eab01181b21d7"><code>bb837b9</code></a> Revert "Remove Node 4 from Travis"</li> <li>Additional commits viewable in <a href="https://github.com/TooTallNate/node-https-proxy-agent/compare/2.2.2...2.2.4">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
PR closed whitewater-guide/translations
Bumps handlebars from 4.1.2 to 4.5.3. <details> <summary>Changelog</summary>
Sourced from handlebars's changelog.
v4.5.3 - November 18th, 2019
Bugfixes:
- fix: add "no-prototype-builtins" eslint-rule and fix all occurences - f7f05d7
- fix: add more properties required to be enumerable - 1988878
Chores / Build:
- fix: use !== 0 instead of != 0 - c02b05f
- add chai and dirty-chai and sinon, for cleaner test-assertions and spies, deprecate old assertion-methods - 93e284e, 886ba86, 0817dad, 93516a0
Security:
- The properties
__proto__,__defineGetter__,__defineSetter__and__lookupGetter__have been added to the list of "properties that must be enumerable". If a property by that name is found and not enumerable on its parent, it will silently evaluate toundefined. This is done in both the compiled template and the "lookup"-helper. This will prevent new Remote-Code-Execution exploits that have been published recently.Compatibility notes:
- Due to the security-fixes. The semantics of the templates using
__proto__,__defineGetter__,__defineSetter__and__lookupGetter__in the respect that those expression now returnundefinedrather than their actual value from the proto.- The semantics have not changed in cases where the properties are enumerable, as in:
{ __proto__: 'some string' }
- The change may be breaking in that respect, but we still only increase the patch-version, because the incompatible use-cases are not intended, undocumented and far less important than fixing Remote-Code-Execution exploits on existing systems.
v4.5.2 - November 13th, 2019
Bugfixes
- fix: use String(field) in lookup when checking for "constructor" - d541378
- test: add fluent API for testing Handlebars - c2ac79c
Compatibility notes:
- no incompatibility are to be expected </tr></table> ... (truncated) </details> <details> <summary>Commits</summary>
c819c8bv4.5.3827c9d0Update release notesf7f05d7fix: add "no-prototype-builtins" eslint-rule and fix all occurences1988878fix: add more properties required to be enumerable886ba86test/chore: add chai/expect and sinon to "runtime"-environment0817dadtest: add sinon as global variable to eslint in the specs93516a0test: add sinon.js for spies, deprecate current assertions93e284echore: add chai and dirty-chai for better test assertionsc02b05ffix: use !== 0 instead of != 08de121dv4.5.2- Additional commits viewable in compare view </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
startedripienaar/free-for-dev
started time in 2 months
push eventwhitewater-guide/translations
commit sha 16d144f3dcc9da8ed3c87d6e23f90d513220df88
build: replace travis with gh actions
push time in 2 months
push eventwhitewater-guide/translations
commit sha d4e16e378e00b022453928fb6f2c13366a7f9840
fix: sort backers
commit sha b24a862dcb90b3782c075787dcef9d7c32af9d26
Merge branch 'master' of https://github.com/whitewater-guide/translations
push time in 2 months
push eventwhitewater-guide/translations
commit sha 891cf386036afaf0582976790393e92fcad5dd3e
chore(release): 2.4.1 [skip ci] ## [2.4.1](https://github.com/whitewater-guide/translations/compare/v2.4.0...v2.4.1) (2020-08-15) ### Bug Fixes * absolute url in backers images ([e0df833](https://github.com/whitewater-guide/translations/commit/e0df833))
push time in 2 months
push eventwhitewater-guide/translations
commit sha e0df8338654e87b075b0f99bad185c794a45183a
fix: absolute url in backers images
push time in 2 months
push eventwhitewater-guide/translations
commit sha 5a5a418df82d2faeb8009d1ca01203e05894a01b
chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/whitewater-guide/translations/compare/v2.3.9...v2.4.0) (2020-08-15) ### Bug Fixes * backers images ([df9a6b3](https://github.com/whitewater-guide/translations/commit/df9a6b3)) ### Features * add backers markdown ([025b35c](https://github.com/whitewater-guide/translations/commit/025b35c))
push time in 2 months
push eventwhitewater-guide/translations
commit sha df9a6b37c535d2125f57badc10a373beb4d508d9
fix: backers images
push time in 2 months
push eventwhitewater-guide/translations
commit sha 025b35cebebf4849d059dd153f36c530339ac87f
feat: add backers markdown
push time in 2 months
push eventwhitewater-guide/translations
commit sha 4e0c1dce8808b6273d80402bd645acce3f35c6ee
chore(release): 2.3.9 [skip ci] ## [2.3.9](https://github.com/whitewater-guide/translations/compare/v2.3.8...v2.3.9) (2020-08-15) ### Bug Fixes * network error ([f2984de](https://github.com/whitewater-guide/translations/commit/f2984de))
push time in 2 months
push eventwhitewater-guide/translations
commit sha f2984de752be8b3d76088742046fff60d0736909
fix: network error
push time in 2 months
push eventwhitewater-guide/translations
commit sha ed17e0f004bf8957fc51c032b07a5470728cdc26
chore(release): 2.3.8 [skip ci] ## [2.3.8](https://github.com/whitewater-guide/translations/compare/v2.3.7...v2.3.8) (2020-08-11) ### Bug Fixes * commons unverified ([607cd2a](https://github.com/whitewater-guide/translations/commit/607cd2a))
push time in 2 months
push eventwhitewater-guide/translations
commit sha 607cd2a48ecf0c12c4e4f191b991eb7c4bbf57a3
fix: commons unverified
push time in 2 months
push eventwhitewater-guide/translations
commit sha 4b055863d9cbadb3f3942cda6c5b26ad8c3adc0f
chore(release): 2.3.7 [skip ci] ## [2.3.7](https://github.com/whitewater-guide/translations/compare/v2.3.6...v2.3.7) (2020-08-11) ### Bug Fixes * create descent section ([b258c64](https://github.com/whitewater-guide/translations/commit/b258c64))
push time in 2 months
push eventwhitewater-guide/translations
commit sha b258c64098547a1e554c8ec25900291e6f0a0c0e
fix: create descent section
commit sha b64d2e2f76c5e0d809afb41b3735677dc0c2d643
Merge branch 'master' of https://github.com/whitewater-guide/translations
push time in 2 months
push eventwhitewater-guide/translations
commit sha 7b05b036422a832db218da455beb948a75242cae
chore(release): 2.3.6 [skip ci] ## [2.3.6](https://github.com/whitewater-guide/translations/compare/v2.3.5...v2.3.6) (2020-08-07) ### Bug Fixes * tile limit error ([38b4ba5](https://github.com/whitewater-guide/translations/commit/38b4ba5))
push time in 3 months
push eventwhitewater-guide/translations
commit sha 38b4ba516cb2dfada87cff8b0652e7f1f00ae4d4
fix: tile limit error
push time in 3 months
push eventwhitewater-guide/gorge
commit sha 10aa1488e6608b09229b678bd4a06a35b6f324f1
fix: correctly skip cookies
push time in 3 months
push eventwhitewater-guide/gorge
commit sha 83b629d808acce62ab7bf1ba589e9e41c077868d
test: add mitmproxy
push time in 3 months
push eventwhitewater-guide/gorge
commit sha 0746b7f70bfee6be98a8c02ae8a45caff1a8ec03
chore: js deps
commit sha 0041b71a10d92faf4128381e2dfa71f46bff8e1a
feat: kuban script
commit sha f30573011b2d58b6dac4b14db416a22579057633
build: upgrade go version
commit sha 163b0ea28fcfa8845cc70f1d255638ffbeb2ed98
build: symlink libproj for mac compatibility
commit sha 4d8e9d1ba455e7ed91fc4844b0f4298b6a7b88a9
chore: update go dependencies
push time in 3 months
issue openedand-hom/wwmap
А под какой лицензией весь этот код? Хотел бы использовать vodinfo-eye в своем проекте https://github.com/whitewater-guide/gorge
created time in 3 months
startedand-hom/wwmap
started time in 3 months
push eventwhitewater-guide/translations
commit sha 2cba76594e181551db0b221f6ac654437a276564
fix: auth form errors
push time in 3 months
push eventwhitewater-guide/translations
commit sha 69ad6c28ba85b4820997c8a49717abb22ee1803e
chore(release): 2.3.4 [skip ci] ## [2.3.4](https://github.com/whitewater-guide/translations/compare/v2.3.3...v2.3.4) (2020-08-01) ### Bug Fixes * future warning ([42012a4](https://github.com/whitewater-guide/translations/commit/42012a4))
push time in 3 months
push eventwhitewater-guide/translations
commit sha 42012a474c65231ac94986f7c8d417e2b17c77cc
fix: future warning
push time in 3 months
push eventwhitewater-guide/translations
commit sha 8114ea766a06e2ccc8b5b70ce89f1e4b17462b55
chore(release): 2.3.3 [skip ci] ## [2.3.3](https://github.com/whitewater-guide/translations/compare/v2.3.2...v2.3.3) (2020-08-01) ### Bug Fixes * mention feets in units ([bef8712](https://github.com/whitewater-guide/translations/commit/bef8712))
push time in 3 months
push eventwhitewater-guide/translations
commit sha bef87127a92e3eb1d7dd29cf9c17c3870b4cf75e
fix: mention feets in units
push time in 3 months
push eventwhitewater-guide/translations
commit sha 668d556afe2c1ea5105389f6383fe1cfd7a582fd
chore(release): 2.3.2 [skip ci] ## [2.3.2](https://github.com/whitewater-guide/translations/compare/v2.3.1...v2.3.2) (2020-08-01) ### Bug Fixes * add unit helper translation ([39dba30](https://github.com/whitewater-guide/translations/commit/39dba30))
push time in 3 months
push eventwhitewater-guide/translations
commit sha 39dba3024166e23397ec0a5419f626056efa0c70
fix: add unit helper translation
push time in 3 months
push eventwhitewater-guide/gorge
commit sha 585b8ad9f15543b8ab3aa073d0ed50a8a73be3e9
fix: another attempt at fixing/debugging Quebec
push time in 3 months
push eventwhitewater-guide/translations
commit sha f1a3157c8710ae41264b90153ec1cc40181160c0
chore(release): 2.3.1 [skip ci] ## [2.3.1](https://github.com/whitewater-guide/translations/compare/v2.3.0...v2.3.1) (2020-07-31) ### Bug Fixes * some translation ([ada7700](https://github.com/whitewater-guide/translations/commit/ada7700))
push time in 3 months
push eventwhitewater-guide/translations
commit sha ada77001221f4b47e755d1f0ddca577f6c16cf18
fix: some translation
push time in 3 months
issue commenttwilio/twilio-video.js
Hi, thank you for your efforts. Unfortunately, with 2.7.1 the issue is still here.
<details><summary>Logs from chrome</summary> <p>
chrome.js:427 [Deprecation] "Complex" Plan B SDP detected! Chrome will switch the default sdpSemantics in M72, around January 2019 from 'plan-b' to the standardized 'unified-plan' format and this peer connection is relying on the default sdpSemantics. This SDP is not compatible with Unified Plan and will be rejected by clients expecting Unified Plan. For more information about how to prepare for the switch, see https://webrtc.org/web-apis/chrome/unified-plan/.
setDescription @ chrome.js:427
setRemoteDescription @ chrome.js:337
setLocalOfferSucceeded @ chrome.js:435
Promise.then (async)
setRemoteAnswer @ chrome.js:433
setDescription @ chrome.js:378
setRemoteDescription @ chrome.js:337
eval @ peerconnection.js:1189
Promise.then (async)
_setRemoteDescription @ peerconnection.js:1188
eval @ peerconnection.js:1267
Promise.then (async)
_updateDescription @ peerconnection.js:1266
eval @ peerconnection.js:1519
gotKey @ statemachine.js:156
Promise.then (async)
bracket @ statemachine.js:154
update @ peerconnection.js:1505
eval @ peerconnectionmanager.js:392
eval @ peerconnectionmanager.js:387
Promise.then (async)
update @ peerconnectionmanager.js:386
_update @ room.js:421
emit @ events.js:153
handleMessage @ twilioconnectiontransport.js:576
emit @ events.js:153
_handleMessage @ twilioconnection.js:485
eval @ twilioconnection.js:337
log.js:138 2020-07-30 11:06:36.561Z | WARN in [PeerConnectionV2 #1: 28cd5509-c405-4bc9-a73f-46e91342e743]: Calling setRemoteDescription with an RTCSessionDescription of type "answer" failed with the error "Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: Media section has more than one track specified with a=ssrc lines which is not supported with Unified Plan.".
log @ log.js:138
warn @ log.js:199
eval @ peerconnection.js:1199
Promise.then (async)
_setRemoteDescription @ peerconnection.js:1190
eval @ peerconnection.js:1267
Promise.then (async)
_updateDescription @ peerconnection.js:1266
eval @ peerconnection.js:1519
gotKey @ statemachine.js:156
Promise.then (async)
bracket @ statemachine.js:154
update @ peerconnection.js:1505
eval @ peerconnectionmanager.js:392
eval @ peerconnectionmanager.js:387
Promise.then (async)
update @ peerconnectionmanager.js:386
_update @ room.js:421
emit @ events.js:153
handleMessage @ twilioconnectiontransport.js:576
emit @ events.js:153
_handleMessage @ twilioconnection.js:485
eval @ twilioconnection.js:337
log.js:138 2020-07-30 11:06:36.561Z | WARN in [PeerConnectionV2 #1: 28cd5509-c405-4bc9-a73f-46e91342e743]: The SDP was v=0
o=mozilla...THIS_IS_SDPARTA-80.0 8326692409866038916 0 IN IP4 0.0.0.0
s=-
t=0 0
a=fingerprint:sha-256 59:BF:3F:3D:F7:41:93:3D:3E:FA:7F:F6:9A:87:B7:5D:70:D6:29:CE:D9:DA:74:53:4F:B3:B2:4B:8A:A9:58:7D
a=group:BUNDLE 0 1
a=ice-options:trickle
a=msid-semantic:WMS *
m=audio 9 UDP/TLS/RTP/SAVPF 111 9 0 8 126
c=IN IP4 0.0.0.0
a=sendrecv
a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:111 maxplaybackrate=48000;stereo=1;useinbandfec=1
a=fmtp:126 0-15
a=ice-pwd:c9ab28b6f1811367867b3cfaf5870473
a=ice-ufrag:790de180
a=mid:0
a=msid:{b65f458b-fcc3-e840-aeee-9f87e19c92d0} {8f8c832e-7c8a-b947-a5c9-7460500fb9b9}
a=rtcp-mux
a=rtpmap:111 opus/48000/2
a=rtpmap:9 G722/8000/1
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:126 telephone-event/8000/1
a=setup:active
a=ssrc:116317751 cname:{0f444f2b-ad73-eb41-a107-e21ff5e32b24}
m=video 9 UDP/TLS/RTP/SAVPF 96 97 99 107 109 98 125 108
c=IN IP4 0.0.0.0
a=inactive
a=extmap:14 urn:ietf:params:rtp-hdrext:toffset
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:125 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1
a=fmtp:108 profile-level-id=42e01f;level-asymmetry-allowed=1
a=fmtp:96 max-fs=12288;max-fr=60
a=fmtp:97 apt=96
a=fmtp:98 max-fs=12288;max-fr=60
a=fmtp:99 apt=98
a=fmtp:107 apt=125
a=fmtp:109 apt=108
a=ice-pwd:c9ab28b6f1811367867b3cfaf5870473
a=ice-ufrag:790de180
a=mid:1
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtcp-fb:96 ccm fir
a=rtcp-fb:96 goog-remb
a=rtcp-fb:96 transport-cc
a=rtcp-fb:98 nack
a=rtcp-fb:98 nack pli
a=rtcp-fb:98 ccm fir
a=rtcp-fb:98 goog-remb
a=rtcp-fb:98 transport-cc
a=rtcp-fb:125 nack
a=rtcp-fb:125 nack pli
a=rtcp-fb:125 ccm fir
a=rtcp-fb:125 goog-remb
a=rtcp-fb:125 transport-cc
a=rtcp-fb:108 nack
a=rtcp-fb:108 nack pli
a=rtcp-fb:108 ccm fir
a=rtcp-fb:108 goog-remb
a=rtcp-fb:108 transport-cc
a=rtcp-mux
a=rtpmap:96 VP8/90000
a=rtpmap:97 rtx/90000
a=rtpmap:98 VP9/90000
a=rtpmap:99 rtx/90000
a=rtpmap:125 H264/90000
a=rtpmap:107 rtx/90000
a=rtpmap:108 H264/90000
a=rtpmap:109 rtx/90000
a=setup:active
a=ssrc:2363654556 cname:{0f444f2b-ad73-eb41-a107-e21ff5e32b24}
a=ssrc:3078313622 cname:{0f444f2b-ad73-eb41-a107-e21ff5e32b24}
a=ssrc-group:FID 2363654556 3078313622
log @ log.js:138
warn @ log.js:199
eval @ peerconnection.js:1201
Promise.then (async)
_setRemoteDescription @ peerconnection.js:1190
eval @ peerconnection.js:1267
Promise.then (async)
_updateDescription @ peerconnection.js:1266
eval @ peerconnection.js:1519
gotKey @ statemachine.js:156
Promise.then (async)
bracket @ statemachine.js:154
update @ peerconnection.js:1505
eval @ peerconnectionmanager.js:392
eval @ peerconnectionmanager.js:387
Promise.then (async)
update @ peerconnectionmanager.js:386
_update @ room.js:421
emit @ events.js:153
handleMessage @ twilioconnectiontransport.js:576
emit @ events.js:153
_handleMessage @ twilioconnection.js:485
eval @ twilioconnection.js:337
twilioerror.js:35 Uncaught (in promise) TwilioError: Client is unable to apply a remote media description
at MediaClientRemoteDescFailedError.TwilioError (webpack:////Volumes/Projects/videoforce/node_modules/twilio-video/es5/util/twilioerror.js?:37:23)
at new MediaClientRemoteDescFailedError (webpack:////Volumes/Projects/videoforce/node_modules/twilio-video/es5/util/twilio-video-errors.js?:1100:149)
at eval (webpack:////Volumes/Projects/videoforce/node_modules/twilio-video/es5/signaling/v2/peerconnection.js?:1269:15)
at async Promise.all (index 0)
at async Promise.all (index 0)
TwilioError @ twilioerror.js:35
MediaClientRemoteDescFailedError @ twilio-video-errors.js:1100
eval @ peerconnection.js:1269
Promise.then (async)
update @ peerconnectionmanager.js:394
_update @ room.js:421
emit @ events.js:153
handleMessage @ twilioconnectiontransport.js:576
emit @ events.js:153
_handleMessage @ twilioconnection.js:485
eval @ twilioconnection.js:337
</p> </details>
Chrome Version 84.0.4147.105 (Official Build) (64-bit) Firefox developer edition v 80.0b1 (64-bit)
comment created time in 3 months
push eventwhitewater-guide/translations
commit sha 0ab4878661b29be7483de655047a037f05efb70a
chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/whitewater-guide/translations/compare/v2.2.0...v2.3.0) (2020-07-29) ### Features * logbook translations ([cf8d0c4](https://github.com/whitewater-guide/translations/commit/cf8d0c4))
push time in 3 months
push eventwhitewater-guide/translations
commit sha cf8d0c423ff8e984a1c48c530d801da386112222
feat: logbook translations
push time in 3 months
push eventwhitewater-guide/gorge
commit sha 9b1fc321fbd7e329c4be29bc66a459f8bc19f7d8
fix: quebec diagnostic message
push time in 3 months
issue openedA-Tokyo/apple-signin-auth
It seems strange that this package is tagged with typescript here and on npm, but lacks typescript defintions.
created time in 3 months
push eventwhitewater-guide/gorge
commit sha d3b98f8858ce03b538cceb25c01f81bb6579d42a
feat: skip cookies in quebec related to #13
push time in 3 months