code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/js/directives/formattedAmount.js b/src/js/directives/formattedAmount.js @@ -69,6 +69,7 @@ angular.module('bitcoincom.directives') if (currencySplit.length === 2) { $scope.currency = currencySplit[1]; } + $scope.currency = $scope.currency || ''; var parsed = parseFloat($scope.value);
9
diff --git a/app/screens/homepage/search/SearchHeader.js b/app/screens/homepage/search/SearchHeader.js @@ -94,6 +94,7 @@ export default class SearchHeader extends React.Component<Props, State> { backgroundColor: 'white', shadowColor: 'black', shadowOffset: { width: 0, height: 4 }, + elevation: 5, // Android only shadow...
0
diff --git a/menu/src/components/IFramePage/IFramePage.tsx b/menu/src/components/IFramePage/IFramePage.tsx -import React, { useEffect } from 'react'; +import React, { useEffect } from "react"; import { Box, makeStyles, Theme } from "@material-ui/core"; -import { IFramePostData, useIFrameCtx } from '../../provider/IFram...
1
diff --git a/bl-kernel/helpers/text.class.php b/bl-kernel/helpers/text.class.php @@ -176,7 +176,7 @@ class Text { } } - $string = preg_replace("/[^a-zA-Z0-9\/_|+ -]/", '', $string); + $string = preg_replace("/[^a-zA-Z0-9\/_|+. -]/", '', $string); $string = self::lowercase($string); $string = preg_replace("/[\/_|+ -]+/"...
11
diff --git a/Projects/Bitcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js b/Projects/Bitcoin-Factory/TS/Bot-Modules/Test-Client/TestClient.js } async function buildModel(nextTestCase) { - if (nextTestCase.pythonScriptName === undefined) { nextTestCase.pythonScriptName = "Bitcoin_Factory_RL.py" } + if (nextTestCase...
13
diff --git a/packages/nexrender-core/src/assets/commandLineRenderer.jsx b/packages/nexrender-core/src/assets/commandLineRenderer.jsx -module.exports = /*syntax:js*/`// Command line renderer for After Effects. (nexrender-patch-v1.0.0) +module.exports = /*syntax:js*/ `// Command line renderer for After Effects. (nexrende...
4
diff --git a/lib/apollo/apolloClient.ts b/lib/apollo/apolloClient.ts @@ -25,9 +25,9 @@ type Options = { onResponse?: any } -function mergeExistingData(existing, incoming) { - // Null values should be overwritten by the incoming value - if (!existing) return incoming +function mergeNullableData(existing, incoming) { + /...
9
diff --git a/package.json b/package.json "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", - "@hackoregon/civic-babel-presets": "^1.0.0-alpha.1c62c05f", "@storybook/addon-a11y": "^5.0.6", "@storybook/addon-actions": "^5.0.6", "@storybook/addon-info": "^5.0.6",
2
diff --git a/lib/assets/test/spec/builder/editor/widgets/widgets-view.spec.js b/lib/assets/test/spec/builder/editor/widgets/widgets-view.spec.js @@ -17,8 +17,6 @@ describe('editor/widgets/widgets-view', function () { var goToWidgetSpy; function createLayerDefinitionsCollection (layerDefinitionModel) { - var resolveFn =...
1
diff --git a/reference/api/keys.md b/reference/api/keys.md @@ -85,21 +85,21 @@ A list of indexes permitted for the key. `["*"]` for all indexes. **Modifiable:** yes **Mandatory:** yes -Expiration date and time of the key represented in **ISO-8601** format. `null` if the key never expires. +Date and time when the key wi...
7
diff --git a/test.js b/test.js @@ -43,7 +43,7 @@ let proxies = [ /* ------------------------------------------------------------------------ */ -const exchange = new (ccxt)[exchangeId] ({ verbose: verbose, enableRateLimit: true }) +const exchange = new (ccxt)[exchangeId] ({ verbose: verbose }) //-----------------------...
13
diff --git a/userscript.user.js b/userscript.user.js // ==UserScript== // @name Image Max URL +// @name:ko Image Max URL +// @name:fr Image Max URL +// @name:es Image Max URL +// @name:ru Image Max URL +// @name:zh Image Max URL +// @name:zh-CN Image Max URL +// @name:zh-TW Image Max URL +// @name:zh-HK Image Max URL /...
7
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml @@ -90,6 +90,8 @@ jobs: - run: make check-examples-checker if: github.event_name != 'pull_request_target' # Cypress tests + - run: make serve-gmf-apps & + if: github.event_name != 'pull_request_target' - run: npm run test-cli if: github.event_name !...
11
diff --git a/src/components/TaskListItem.js b/src/components/TaskListItem.js import React, { Component } from 'react' import { StyleSheet, TouchableOpacity, TouchableHighlight, View, Dimensions, Appearance } from 'react-native' -import { Icon, Text } from 'native-base' +import { Icon, Text, HStack, VStack, Box } from '...
7
diff --git a/package.json b/package.json { "name": "mysql2", - "version": "1.3.6", + "version": "1.4.0", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": {
12
diff --git a/new-client/config-overrides.js b/new-client/config-overrides.js @@ -36,6 +36,7 @@ module.exports = function override(config) { // they shouldn't be included in the bundle! Let's add a Webpack-Ignore-Plugin making sure to // remove (ignore) those plugins. This will reduce the bundle-since significantly if u...
8
diff --git a/src/6_branch.js b/src/6_branch.js @@ -805,6 +805,8 @@ Branch.prototype['track'] = wrap(callback_params.CALLBACK_ERR, function(done, ev * * Register commerce events, content events, user lifecycle events and custom events via logEvent() * + * ##### NOTE: If this is the first time you are integrating our new...
3
diff --git a/articles/tokens/jwt.md b/articles/tokens/jwt.md @@ -191,7 +191,7 @@ _Comparison of the length of an encoded JWT and an encoded SAML_ ## Read More ::: next-steps -* [JWT Handbook](https://auth0.com/e-books/jwt-handbook) +* [JWT Handbook](https://auth0.com/resources/ebooks/jwt-handbook) * [10 Things You Shou...
3
diff --git a/docs/articles/documentation/using-testcafe/common-concepts/reporters.md b/docs/articles/documentation/using-testcafe/common-concepts/reporters.md @@ -23,6 +23,7 @@ Here are some custom reporters developed by the community. * [NUnit](https://github.com/AndreyBelym/testcafe-reporter-nunit) * [Slack](https://...
0
diff --git a/packages/idyll-document/src/utils/index.js b/packages/idyll-document/src/utils/index.js @@ -4,7 +4,10 @@ const falafel = require('falafel'); export const buildExpression = (acc, expr, isEventHandler) => { let identifiers = []; - const modifiedExpression = falafel( + let modifiedExpression = ''; + + try { +...
9
diff --git a/module/damage/damagecalculator.js b/module/damage/damagecalculator.js @@ -513,9 +513,9 @@ export class CompositeDamageCalculator { } get locationMaxHP() { - if (this.hitLocationRole === HitLocation.LIMB) return this.HP.max / 2 - if (this.hitLocationRole === HitLocation.EXTREMITY) return this.HP.max / 3 - i...
1
diff --git a/config/initializers/warden.rb b/config/initializers/warden.rb @@ -156,37 +156,6 @@ Warden::Strategies.add(:api_authentication) do end end -Warden::Strategies.add(:api_key) do - def valid? - params[:api_key].present? - end - - # We don't want to store a session and send a response cookie - def store? - fals...
2
diff --git a/app/less/archetype.less b/app/less/archetype.less .fieldsetIcon { float: left; - padding: 0 4px 0 0; + padding: 0 10px 0 0; color: #333; vertical-align: text-bottom; } fieldset { border-bottom: 1px dashed #dddddd; padding: 0; - margin-bottom: 5px; clear: both; display: inline-block; width: 100%; .archetype...
7
diff --git a/test/model.findOneAndUpdate.test.js b/test/model.findOneAndUpdate.test.js @@ -887,7 +887,7 @@ describe('model: findOneAndUpdate:', function() { }); }); - it('can do deep equals on object id after findOneAndUpdate (gh-2070)', function(done) { + it('can do various deep equal checks (lodash.isEqual, lodash.is...
10
diff --git a/packages/medusa/src/loaders/express.js b/packages/medusa/src/loaders/express.js @@ -27,6 +27,7 @@ export default async ({ app }) => { proxy: true, secret: config.cookieSecret, cookie: { + sameSite: false, secure: process.env.NODE_ENV === "production", maxAge: 10 * 60 * 60 * 1000, },
11
diff --git a/config/environments/development.js.example b/config/environments/development.js.example @@ -197,7 +197,7 @@ var config = { user: "publicuser", password: "public", host: '127.0.0.1', - port: 6432, + port: 5432, extent: "-20037508.3,-20037508.3,20037508.3,20037508.3", // max number of rows to return when que...
4
diff --git a/tests/e2e/specs/modules/analytics/setup-no-account-no-tag.test.js b/tests/e2e/specs/modules/analytics/setup-no-account-no-tag.test.js @@ -57,9 +57,10 @@ describe( 'setting up the Analytics module with no existing account and no exist await expect( page ).toClick( '.mdc-tab', { text: /connect more services/...
3
diff --git a/xrrtc.js b/xrrtc.js @@ -194,7 +194,7 @@ class XRChannelConnection extends EventTarget { }; this.state.on('update', _update); }); - ['status', 'pose'].forEach(eventType => { + ['status', 'pose', 'chat'].forEach(eventType => { dialogClient.addEventListener(eventType, e => { const peerConnection = _getPeerCon...
0
diff --git a/.eslintrc.js b/.eslintrc.js @@ -15,6 +15,7 @@ module.exports = { "jscolor": "readonly", "BeautifyAll": "readonly", "CM": "writable", + "unsafeWindow": "readonly", }, "extends": "eslint:recommended", "parserOptions": {
0
diff --git a/docs/index.html b/docs/index.html <div id="tracking" class="tabcontent"> <table id="tracking" class="commands"> <th colspan="2"> - <h4>Tracking Commands<br />{User required to have "Manage Permissions"}</h4> + <h4>Tracking Commands<br /><span class="permissions">{User required to have "Manage Permissions"}...
3
diff --git a/packages/app/src/components/PageEditor.tsx b/packages/app/src/components/PageEditor.tsx @@ -343,13 +343,12 @@ const PageEditor = (props: Props): JSX.Element => { }, []); - const saveAndReloadHandler = useCallback(async(opts?) => { + const saveAndReloadHandler = useCallback(async(opts?: {overwriteScopesOfDe...
12
diff --git a/pages/deploiement-bal.js b/pages/deploiement-bal.js @@ -5,7 +5,6 @@ import Head from '@/components/head' import theme from '@/styles/theme' import {Database} from 'react-feather' -import {getDatasets} from '@/lib/bal/api' import {getStats} from '@/lib/api-ban' import {numFormater} from '@/lib/format-number...
14
diff --git a/portal/src/components/IndiaMap/LeafletMap.js b/portal/src/components/IndiaMap/LeafletMap.js @@ -154,7 +154,7 @@ export default function LeafletMap({ }; return ( <div id="mapid"> - <MapContainer className="map-container" center={[22, 82]} zoom={5}> + <MapContainer className="map-container" center={[22, 82]}...
12
diff --git a/README.md b/README.md @@ -15,6 +15,90 @@ Tools for using the Open API Specification (OAS) - Generate random valid values for a schema. - Plugin environment for custom document validation and extended functionality including custom data type formats. -## Documentation +## Website - [openapi-enforcer.com](ht...
3
diff --git a/src/Form.js b/src/Form.js @@ -177,12 +177,26 @@ export default class Form extends Element { * @returns {*} */ sanitize(dirty) { - return sanitize(dirty, { + // Dompurify configuration + const sanitizeOptions = { ADD_ATTR: ['ref'], USE_PROFILES: { html: true } - }); + }; + // Allow tags + if (this.options.s...
11
diff --git a/lib/assets/core/test/spec/cartodb3/components/onboardings/layers/style-onboarding/style-onboarding-view.spec.js b/lib/assets/core/test/spec/cartodb3/components/onboardings/layers/style-onboarding/style-onboarding-view.spec.js @@ -27,24 +27,14 @@ describe('components/onboardings/layers/style-onboarding/styl...
13
diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js @@ -90,21 +90,6 @@ module.exports = { '9/12': '75%', '10/12': '83.333333%', '11/12': '91.666667%', - '1/16': '6.25%', - '2/16': '12.5%', - '3/16': '18.75%', - '4/16': '25%', - '5/16': '31.25%', - '6/16': '37.5%', - '7/16': '43.75%', - '8/16': '50%',...
2
diff --git a/edit.js b/edit.js @@ -1346,7 +1346,30 @@ const [ geometry.setAttribute('uv3', new THREE.BufferAttribute(outUvs, 3)); geometry.setIndex(new THREE.BufferAttribute(outIndices, 1)); geometry = geometry.toNonIndexed(); + const canvas = document.createElement('canvas'); + canvas.width = 4096; + canvas.height = 4...
0
diff --git a/templates/master/elasticsearch/schema/qna.js b/templates/master/elasticsearch/schema/qna.js @@ -69,7 +69,7 @@ module.exports={ }, args:{ title:"Lambda Hook Arguments", - description:"If you named a lambda hook above and it requires additional information beyond what you've entered for this document, enter ...
1
diff --git a/src/shaders/metallic-roughness.frag b/src/shaders/metallic-roughness.frag @@ -448,8 +448,7 @@ void main() baseColor *= getVertexColor(); - diffuseColor = baseColor.rgb * (vec3(1.0) - f0); - diffuseColor *= 1.0 - metallic; + diffuseColor = baseColor.rgb * (vec3(1.0) - f0) * (1.0 - metallic); specularColor =...
2
diff --git a/src/plugins/Instagram/index.js b/src/plugins/Instagram/index.js @@ -100,8 +100,16 @@ module.exports = class Instagram extends Plugin { getItemName (item) { if (item && item['created_time']) { - let date = new Date(item['created_time'] * 1000).toUTCString() - return `Instagram ${date}` + let date = new Date...
0
diff --git a/src/javaHelpers.js b/src/javaHelpers.js @@ -34,10 +34,10 @@ function javaReplaceFirst(oldValue, newValue) { return this.replace(new RegExp(oldValue, 'm'), newValue); } +// method has 2 function signatures: +// regionMatches(toffset: number, other: string, ooffset: number, len: number): boolean +// regionMa...
0
diff --git a/src/components/controls.vue b/src/components/controls.vue <b-form-input ref="filter" :placeholder="`${$t('Filter Controls')}`" - class="sticky-top border-top-0 border-right-0 rounded-0" + class="border-top-0 border-right-0 rounded-0" type="text" v-model="filterQuery" />
2
diff --git a/assets/sass/components/idea-hub/_googlesitekit-idea-hub-dashboard-ideas-widget.scss b/assets/sass/components/idea-hub/_googlesitekit-idea-hub-dashboard-ideas-widget.scss .mdc-tab__content { color: $c-surfaces-on-surface-variant; - text-transform: capitalize; > span { margin-left: 2px; line-height: $lh-body...
2
diff --git a/README.md b/README.md <h1 align="center">SpaceX REST API</h1> +<h3 align="center"> +Open Source REST API for rocket, core, capsule, pad, and launch data +</h3> + <p align="center"> <a href="https://circleci.com/gh/r-spacex/SpaceX-API"><img src="https://img.shields.io/circleci/project/github/r-spacex/SpaceX...
3
diff --git a/js/views/components/moderators/Card.js b/js/views/components/moderators/Card.js @@ -44,6 +44,9 @@ export default class extends BaseVw { const modInfo = this.model.get('moderatorInfo'); this.modCurs = modInfo && modInfo.get('acceptedCurrencies') || []; + const fixedFee = modInfo && modInfo.get('fee').get('f...
9
diff --git a/src/technologies.json b/src/technologies.json "recurring", "onetime" ], + "meta": { + "generator": "Divi" + }, "saas": true, "scripts": "Divi/js/custom\\.(?:min|unified)\\.js\\?ver=([\\d.]+)\\;version:\\1", "website": "https://www.elegantthemes.com/gallery/divi"
7
diff --git a/scripts/editor/register-blocks.js b/scripts/editor/register-blocks.js @@ -533,9 +533,10 @@ export const registerBlocks = ( // Set componentsManifest to global window for usage in storybook. if (typeof window?.['eightshift'] === 'undefined') { window['eightshift'] = {} - window['eightshift'][process.env.VER...
12
diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ The GitHub integration for Slack gives you and your teams full visibility into y This app officially supports GitHub.com and Slack.com but the team plans to support GitHub Enterprise and Slack Enterprise Grid in the future. ### Migrating from the legacy GitHub integr...
7
diff --git a/grocy.openapi.json b/grocy.openapi.json "properties": { "product_id": { "type": "integer", - "description": "A valid product id of the item on the shopping list" + "description": "A valid product id of the product to be added" + }, + "qu_id": { + "type": "integer", + "description": "A valid quantity unit i...
0
diff --git a/includes/Core/Authentication/Authentication.php b/includes/Core/Authentication/Authentication.php @@ -75,15 +75,6 @@ final class Authentication { */ private $user_options = null; - /** - * User_Input_State object. - * - * @since 1.20.0 - * - * @var User_Input_State - */ - private $user_input_state = null; ...
2
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/editors/panes/properties.js b/packages/node_modules/@node-red/editor-client/src/js/ui/editors/panes/properties.js newValue = ""; } } - if (!JSON.stringify(node[d]) === JSON.stringify(newValue)) { + if (!isEqual(node[d], newValue)) { if (node._def.defa...
9
diff --git a/pages/Mixins.md b/pages/Mixins.md @@ -106,7 +106,7 @@ class SmartObject { interface SmartObject extends Disposable, Activatable {} ``` -The first thing you may notice in the above is that instead of trying to extend `Disposable` and `Activatable` in `SmartObject` class, we extend them in `SmartObject` inte...
1
diff --git a/src/utils/logger/__spec__.js b/src/utils/logger/__spec__.js @@ -66,11 +66,11 @@ describe('Logger', () => { describe('groups', () => { beforeEach(() => { spyOn(console, 'warn'); - jasmine.clock().install(); + jest.useFakeTimers(); }); afterEach(() => { - jasmine.clock().uninstall(); + jest.clearAllTimers();...
14
diff --git a/articles/tokens/access-token.md b/articles/tokens/access-token.md @@ -125,14 +125,18 @@ The token in this example decodes to the following claims: } ``` -Before permitting access to the API using this token, the API must do the following: +Before permitting access to the API using this token, the API must ...
1
diff --git a/test/unit/connection-parameters/creation-tests.js b/test/unit/connection-parameters/creation-tests.js @@ -22,7 +22,7 @@ var compare = function (actual, expected, type) { assert.equal(actual.host, expected.host, type + ' host') assert.equal(actual.password, expected.password, type + ' password') assert.equa...
1
diff --git a/articles/compliance/gdpr/features-aiding-compliance/user-consent/index.md b/articles/compliance/gdpr/features-aiding-compliance/user-consent/index.md @@ -15,16 +15,16 @@ This article explains how you can use Auth0 features to implement these requirem Upon signup you have to ask your users for consent. With...
3
diff --git a/lib/sharp.js b/lib/sharp.js @@ -21,7 +21,7 @@ try { '- Consult the installation documentation: https://sharp.pixelplumbing.com/install' ); // Check loaded - if (process.platform === 'win32') { + if (process.platform === 'win32' || /symbol/.test(err.message)) { const loadedModule = Object.keys(require.cache...
0
diff --git a/schemas/ajv.absolutePath.js b/schemas/ajv.absolutePath.js @@ -21,7 +21,6 @@ module.exports = (ajv) => ajv.addKeyword("absolutePath", { function callback(data) { const passes = expected === /^(?:[a-zA-Z]:)?(?:\/|\\)/.test(data); if(!passes) { - getErrorFor(expected, data, schema); callback.errors = [getErro...
2
diff --git a/components/Discussion/DiscussionCommentTreeRenderer.tsx b/components/Discussion/DiscussionCommentTreeRenderer.tsx @@ -3,7 +3,7 @@ import EmptyDiscussion from './shared/EmptyDiscussion' import StatementContainer from './CommentContainers/StatementContainer' import CommentContainer from './CommentContainers/...
1
diff --git a/Template/RootProjectWizard/RootWizard.cs b/Template/RootProjectWizard/RootWizard.cs @@ -39,14 +39,14 @@ namespace RootProjectWizard CheckNodeNpmVersion(); } - private void CheckNodeNpmVersion() + private string GetNodeNpmVersion(bool npm) { var npmProcess = new System.Diagnostics.Process() { StartInfo = ne...
4
diff --git a/includes/Core/Assets/Assets.php b/includes/Core/Assets/Assets.php @@ -1050,7 +1050,7 @@ final class Assets { $current_user = wp_get_current_user(); $auth_cookie = wp_parse_auth_cookie(); $blog_id = get_current_blog_id(); - $session_token = $auth_cookie['token'] ? $auth_cookie['token'] : ''; + $session_toke...
7
diff --git a/src/components/Audiences/index.js b/src/components/Audiences/index.js @@ -18,7 +18,7 @@ const createAudiences = ({ logger }) => { fireReferrerHideableImage, logger }); - const handleResponse = ({ response }) => { + const processDestinationsFromResponse = ({ response }) => { if (!response) { return undefine...
10
diff --git a/js/mercado.js b/js/mercado.js @@ -70,12 +70,17 @@ module.exports = class mercado extends Exchange { 'withdraw': true, }, 'timeframes': { + '1m': '1m', + '5m': '5m', '15m': '15m', + '30m': '30m', '1h': '1h', - '3h': '3h', + '6h': '6h', + '12h': '12h', '1d': '1d', + '3d': '3d', '1w': '1w', - '1M': '1M', + '2...
13
diff --git a/app/templates/_package.json b/app/templates/_package.json <% if (client === "vue2") { %> "vue": "^2.5.10", - "axios": "^0.18.0", + "vuex": "^3.0.1", "vue-router": "^3.0.1", + "axios": "^0.18.0", <% } %> <% if (nodeWebFrameworkServer === "koa") { %>
0
diff --git a/scripts/slither.sh b/scripts/slither.sh # ------------------------------------------------------------------ - array=( indexer index delegate swap types wrapper ) + array=( indexer delegate swap types wrapper ) for package in "${array[@]}" do
2
diff --git a/ui/scss/themes/dark.scss b/ui/scss/themes/dark.scss --color-snack-bg: var(--color-secondary); // Ads - --color-ads-background: #dce6e8; + --color-ads-background: #475057; --color-ads-text: #111; --color-ads-link: var(--color-primary-alt); }
7
diff --git a/src/diagrams/user-journey/journeyRenderer.js b/src/diagrams/user-journey/journeyRenderer.js @@ -71,7 +71,7 @@ export const draw = function(text, id) { drawActorLegend(diagram); bounds.insert(0, 0, LEFT_MARGIN, Object.keys(actors).length * 50); - + console.log(bounds); drawTasks(diagram, tasks, 0); const bo...
12
diff --git a/builds/jazz-build-module/sls-app/sbr.groovy b/builds/jazz-build-module/sls-app/sbr.groovy @@ -1102,10 +1102,10 @@ def retrofitMandatoryFields(Map<String, SBR_Rule> aPath2RuleMap, * Prepare serverless.yml from * config **/ -def prepareServerlessYml(aConfig, env, configLoader, envdeployment_descriptor) { +de...
10
diff --git a/README.md b/README.md @@ -147,7 +147,7 @@ Say thanks! <td><img src="images/svg/viber.svg" width="125" title="viber" /><br>746 Bytes</td> </tr> <tr> -<td><img src="images/svg/buffer.svg" width="125" title="buffer" /><br>557 Bytes</td> +<td><img src="images/svg/buffer.svg" width="125" title="buffer" /><br>49...
3
diff --git a/src/pages/using-spark/components/input.mdx b/src/pages/using-spark/components/input.mdx @@ -368,8 +368,9 @@ Consider using a [Huge Select Box](#huge-select-box) instead. - Width of each Huge Radio should be the same size. <ComponentPreview - componentName="input-huge-radio--default-story" + componentName="...
3
diff --git a/userscript.user.js b/userscript.user.js @@ -411,6 +411,9 @@ var $$IMU_EXPORT$$; "subcategory_open_behavior": { "en": "Open Behavior" }, + "subcategory_close_behavior": { + "en": "Close Behavior" + }, "subcategory_behavior": { "en": "Popup Behavior" }, @@ -1120,7 +1123,7 @@ var $$IMU_EXPORT$$; mouseover_tri...
5
diff --git a/src/components/screens/ChapterScreen/LanguageMenu/FrameworkMenu.js b/src/components/screens/ChapterScreen/LanguageMenu/FrameworkMenu.js @@ -138,11 +138,13 @@ const FrameworkMenu = ({ () => getTranslationPagesByFramework(translationPages), [translationPages] ); - const frameworks = sortBy( - Object.keys(tra...
3
diff --git a/test/integration/fixtures/diffs/diffs.fixture.js b/test/integration/fixtures/diffs/diffs.fixture.js @@ -106,8 +106,8 @@ describe('diffs', function () { }); it('should display diff by data and not like an objects', function () { - actual = new Buffer([0x01]); - expected = new Buffer([0x02]); + actual = Buff...
14
diff --git a/src/encoded/tests/test_batch_download.py b/src/encoded/tests/test_batch_download.py # Use workbook fixture from BDD tests (including elasticsearch) -from .features.conftest import app_settings, app, workbook +import json +import pytest +from encoded.tests.features.conftest import app +from encoded.tests.fe...
0
diff --git a/package.json b/package.json "name": "chart.js", "homepage": "https://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", - "version": "2.9.1", + "version": "3.0.0-dev", "license": "MIT", "jsdelivr": "dist/Chart.min.js", "unpkg": "dist/Chart.min.js",
12
diff --git a/generators/entity-client/templates/angular/src/main/webapp/app/entities/entity-management-update.component.ts.ejs b/generators/entity-client/templates/angular/src/main/webapp/app/entities/entity-management-update.component.ts.ejs @@ -135,7 +135,11 @@ export class <%= entityAngularName %>UpdateComponent imp...
9
diff --git a/lib/assets/core/javascripts/cartodb3/editor/layers/layer-content-views/analyses/analysis-form-models/data-observatory-multiple-nested-measure-model.js b/lib/assets/core/javascripts/cartodb3/editor/layers/layer-content-views/analyses/analysis-form-models/data-observatory-multiple-nested-measure-model.js @@ ...
1
diff --git a/server/game/cards/15-DotE/WyllaManderly.js b/server/game/cards/15-DotE/WyllaManderly.js @@ -5,7 +5,7 @@ class WyllaManderly extends DrawCard { this.reaction({ when: { onCharacterKilled: event => event.card.controller === this.controller, - onSacrificed: event => event.card.controller === this.controller + ...
1
diff --git a/token-metadata/0x98E0438d3eE1404FEA48E38e92853BB08Cfa68bD/metadata.json b/token-metadata/0x98E0438d3eE1404FEA48E38e92853BB08Cfa68bD/metadata.json "symbol": "TVT", "address": "0x98E0438d3eE1404FEA48E38e92853BB08Cfa68bD", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/package.json b/package.json "bluebird": "^3.4.6", "cloc": "^2.3.3", "compression": "^1.6.2", - "eslint": "^7.17.0", + "eslint": "^7.5.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-es": "^4.1.0", "eslint-plugin-html": "^6.0.0",
13
diff --git a/index.d.ts b/index.d.ts @@ -764,6 +764,10 @@ declare namespace Moleculer { actions: ServiceActions; Promise: PromiseConstructorLike; + _init(): void; + _start(): Promise<void>; + _stop(): Promise<void>; + /** * Call a local event handler. Useful for unit tests. *
13
diff --git a/src/components/__snapshots__/DateRangePicker.test.js.snap b/src/components/__snapshots__/DateRangePicker.test.js.snap @@ -7,7 +7,7 @@ exports[`renders correctly no dates 1`] = ` hideExtraDays={true} markedDates={ Object { - "2018-04-16": Object { + "2018-04-14": Object { "marked": true, }, } @@ -68,7 +68,7...
13
diff --git a/sources/us/co/denver.json b/sources/us/co/denver.json "unit": [ "BUILDING_T", "BUILDING_I", - "COMPOSITE_", - "COMPOSIT_U" + "UNIT_TYPE", + "UNIT_IDENT" ] }, "website": "https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-addresses",
4
diff --git a/Source/Core/EllipsoidGeodesic.js b/Source/Core/EllipsoidGeodesic.js @@ -6,7 +6,6 @@ define([ './defaultValue', './defined', './defineProperties', - './DeveloperError', './Ellipsoid', './Math' ], function( @@ -16,7 +15,6 @@ define([ defaultValue, defined, defineProperties, - DeveloperError, Ellipsoid, Cesiu...
3
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -37,6 +37,7 @@ import * as voices from './voices.js'; import * as procgen from './procgen/procgen.js'; import {getHeight} from './avatars/util.mjs'; import performanceTracker from './performance-tracker.js'; +import renderSettingsManager from './rendersettings...
0
diff --git a/packages/vulcan-forms/lib/components/Form.jsx b/packages/vulcan-forms/lib/components/Form.jsx @@ -66,9 +66,9 @@ class Form extends Component { }; // convert SimpleSchema schema into JSON object - this.schema = convertSchema(props.collection.simpleSchema()); + this.schema = convertSchema(this.getCollection(...
4
diff --git a/app/controllers/oauth_controller.rb b/app/controllers/oauth_controller.rb @@ -20,7 +20,7 @@ class OauthController < ApplicationController def access_token_with_xauth if params[:x_auth_mode] == 'client_auth' if user = authenticate(params[:x_auth_username], params[:x_auth_password]) - @token = Carto::AccessT...
2
diff --git a/userscript.user.js b/userscript.user.js @@ -33146,12 +33146,17 @@ if (domain_nosub === "lystit.com" && domain.match(/cdn[a-z]?\.lystit\.com/)) { // https://hayabusa.io/abema/programs/12-20_s0_p25/thumb002.png // https://hayabusa.io/abema/series/26-24agzukmebpc/thumb.v1557970510.png // https://hayabusa.io/a...
7
diff --git a/src/sdk/p2p/peerconnection-channel.js b/src/sdk/p2p/peerconnection-channel.js @@ -867,7 +867,7 @@ class P2PPeerConnectionChannel extends EventDispatcher { if (notifyRemote) { let sendError; if (error) { - sendError = JSON.parse(JSON.stringify(error)); + sendError.code = error.code; // Avoid to leak detaile...
1
diff --git a/app/lnd/config/index.js b/app/lnd/config/index.js -// Cert will be located depending on your machine -// Mac OS X: /Users/user/Library/Application Support/Lnd/tls.cert +// Cert will be tlsCertPathated depending on your machine: +// +// Mac OS X: /Users/.../Library/Application Support/Lnd/tls.cert // Linux:...
1
diff --git a/templates/components/objectives.html b/templates/components/objectives.html <h4 class="panel-title">Objectives</h4> </div> + + <table class="table table-striped"> + <thead> + <tr> + <th>Name</th> + <th>Parent</th> + <th>Create Date</th> + <th class="text-right">Actions</th> + </tr> + </thead> + <tbody> + {...
0
diff --git a/app/components/Utility/LoadingButton.jsx b/app/components/Utility/LoadingButton.jsx @@ -3,6 +3,7 @@ import LoadingIndicator from "../LoadingIndicator"; import counterpart from "counterpart"; import {findDOMNode} from "react-dom"; import PropTypes from "prop-types"; +import {Button} from "bitshares-ui-style...
14
diff --git a/package.json b/package.json { "name": "sfcc-ci", - "version": "2.1.0", + "version": "2.2.0", "description": "Command line tool to allow Continuous Integration practices with Salesforce Commerce Cloud instances", "main": "index.js", "bin": {
12
diff --git a/src/DevChatter.Bot.Core/Commands/ScheduleCommand.cs b/src/DevChatter.Bot.Core/Commands/ScheduleCommand.cs @@ -12,7 +12,7 @@ public class ScheduleCommand : BaseCommand { public string CommandText => "schedule"; - public ScheduleCommand(IRepository repository) : base(repository, UserRole.Mod) + public Schedu...
11
diff --git a/spec/requests/superadmin/users_spec.rb b/spec/requests/superadmin/users_spec.rb @@ -583,10 +583,21 @@ feature "Superadmin's users API" do user.rate_limit.api_attributes.should eq rate_limit_custom.api_attributes end - it 'gcloud settings are updated in redis' do - user = FactoryGirl.create(:user) - user.sa...
7
diff --git a/assets/js/modules/analytics/datastore/adsense.test.js b/assets/js/modules/analytics/datastore/adsense.test.js @@ -40,8 +40,6 @@ describe( 'modules/analytics adsense', () => { beforeEach( () => { registry = createTestRegistry(); store = registry.stores[ STORE_NAME ].store; - // Receive empty settings to pre...
2
diff --git a/patch/patches/devtools.patch b/patch/patches/devtools.patch -diff --git a/front_end/extensions/ExtensionServer.ts b/front_end/extensions/ExtensionServer.ts +diff --git a/front_end/models/extensions/ExtensionServer.ts b/front_end/models/extensions/ExtensionServer.ts index d75db4c1a..346337d26 100644 ---- fr...
3
diff --git a/components/Notifications/SubscribedAuthors.js b/components/Notifications/SubscribedAuthors.js @@ -2,6 +2,7 @@ import React, { useMemo, useState } from 'react' import { compose, graphql } from 'react-apollo' import { myUserSubscriptions } from './enhancers' import { + Editorial, plainButtonRule, A, Interact...
14
diff --git a/packages/iov-ethereum/src/ethereumcodec.ts b/packages/iov-ethereum/src/ethereumcodec.ts @@ -11,10 +11,10 @@ import { TxCodec, UnsignedTransaction, } from "@iov/bcp-types"; -import { Keccak256 } from "@iov/crypto"; +import { ExtendedSecp256k1Signature, Keccak256 } from "@iov/crypto"; import { Encoding } fro...
4