code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/lib/node_modules/@stdlib/repl/ctor/lib/fs_alias_args.js b/lib/node_modules/@stdlib/repl/ctor/lib/fs_alias_args.js @@ -26,13 +26,13 @@ var FS_ALIASES = require( './fs_aliases.js' ); // MAIN // /** -* Returns a list of argument types for a specified file system API. +* Returns a list of argument completion f...
10
diff --git a/userscript.user.js b/userscript.user.js @@ -21738,6 +21738,15 @@ var $$IMU_EXPORT$$; if (newsrc !== src) return newsrc; + // https://images-4.gog-statics.com/7ec3664b4bb3746797e252fd71ad48abea130abf847bf30d0b9eaf25a915da2d_product_tile_349.webp + // https://images-4.gog-statics.com/7ec3664b4bb3746797e252fd...
7
diff --git a/docs/source/grid.md b/docs/source/grid.md @@ -31,7 +31,7 @@ Basic grid example: Columns don't need to fill a row: <div class="bg-light-softer text-medium text-sm mb-6"> - <div class="text-dark-soft p-4 leading-none">.flex</div> + <div class="text-dark-soft p-4 leading-none">.flex.flex-wrap</div> <div class...
2
diff --git a/articles/deprecations/index.md b/articles/deprecations/index.md @@ -74,14 +74,6 @@ We are actively migrating customers to new behaviors for all **Deprecations** wi The Webtask engine powering Auth0 extensibility points currently utilizes Node 4. Beginning <strong>30 April 2018</strong>, <a href="https://gi...
2
diff --git a/scripts/rollup/plugins/index.js b/scripts/rollup/plugins/index.js @@ -11,7 +11,7 @@ module.exports = function(version, options) { aliasPlugin, nodeResolve({ extensions: ['.ts', '.js', '.json'], - jsnext: true + mainFields: ['module', 'main'] }), commonjs({ include: 'node_modules/**'
14
diff --git a/docs/README.md b/docs/README.md @@ -57,7 +57,7 @@ git checkout v0.11.0 # Latest release as of now is v0.11.0 ### Using starter -If you don't have a site yet, you can use our starter. +If you don't have a site yet, you can use our [starter](https://github.com/okkur/syna-start). Using the starter you will ha...
0
diff --git a/tests/browser/nightwatch.js b/tests/browser/nightwatch.js * @copyright Crown Copyright 2018 * @license Apache-2.0 */ + module.exports = { before: browser => { browser
0
diff --git a/test/integration/connection-pool/error-tests.js b/test/integration/connection-pool/error-tests.js @@ -3,7 +3,7 @@ var helper = require('./test-helper') const pg = helper.pg // first make pool hold 2 clients -pg.defaults.poolSize = 2 +pg.defaults.max = 2 const pool = new pg.Pool()
14
diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js @@ -35,8 +35,15 @@ export default Vue.extend({ // focus button if it came from ENTER on form // prevent the new submit (already done) if (this.type === 'submit') { + const el = document.activeElement + if ( - (document.activeElement !== document...
1
diff --git a/airesources/FSharp/Halite2/hlt.fs b/airesources/FSharp/Halite2/hlt.fs let sendString (input: string) = Console.WriteLine input - let getString = + let getString () = Console.ReadLine().Trim() - let getInt = - getString |> int + let getInt () = + getString() |> int // newConnection initializes a new connect...
1
diff --git a/guide/miscellaneous/parsing-mention-arguments.md b/guide/miscellaneous/parsing-mention-arguments.md @@ -36,7 +36,7 @@ If you send <discord-messages> <discord-message author="User" avatar="djs"> - I think we should add @GoodPerson to the @Mod role. + I think we should add <mention>GoodPerson</mention> to th...
4
diff --git a/packages/lib-classifier/src/store/WorkflowStepStore/WorkflowStepStore.js b/packages/lib-classifier/src/store/WorkflowStepStore/WorkflowStepStore.js @@ -85,7 +85,7 @@ const WorkflowStepStore = types const workflow = tryReference(() => getRoot(self).workflows?.active) if (workflow) { self.reset() - _setSteps...
1
diff --git a/site/monitoring.xml b/site/monitoring.xml @@ -87,7 +87,7 @@ limitations under the License. </p> <p> - There is no shortage of existing tools (such as Graphite or Datadog) that collect infrastructure + There is no shortage of existing tools (such as Prometheus or Datadog) that collect infrastructure and ker...
14
diff --git a/src/components/inputnumber/InputNumber.css b/src/components/inputnumber/InputNumber.css .p-fluid .p-inputnumber-button { width: 2em; + flex-shrink: 0; } .p-fluid .p-inputnumber { .p-fluid .p-inputnumber-buttons-stacked .p-inputnumber-input, .p-fluid .p-inputnumber-buttons-horizontal .p-inputnumber-input { ...
7
diff --git a/docs/src/pages/discover-more/related-projects.md b/docs/src/pages/discover-more/related-projects.md ## Material-UI Specific Projects +- [dx-react-grid-material-ui](https://devexpress.github.io/devextreme-reactive/react/grid/) A data grid for Material-UI with paging, sorting, filtering, grouping and editing...
0
diff --git a/src/modules/dex/directives/dexCandleChart/DexCandleChart.js b/src/modules/dex/directives/dexCandleChart/DexCandleChart.js controller.load = function () { const script = document.createElement('script'); - const root = '/trading-view/'; + const root = WavesApp.isWeb() ? 'https://jslib.wavesnodes.com/' : '/t...
13
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -738,10 +738,10 @@ metaversefile.setApi({ getNextInstanceId() { return getRandomString(); }, - createApp({/* name = '', */start_url = '', type = '', /*components = [], */in_front = false} = {}) { + createApp({/* name = '', */start_url = '', /*components = [], ...
2
diff --git a/web/settings.html b/web/settings.html <option value="nl" {{global.language=='nl'|isSelected}}>Dutch</option> <option value="pl" {{global.language=='pl'|isSelected}}>Polish</option> <option value="pt_BR" {{global.language=='pt_BR'|isSelected}}>Portuguese (Brazil)</option> + <option value="pt_PT" {{global.la...
3
diff --git a/package-lock.json b/package-lock.json "qs": "^6.5.1" } }, - "react-native-zoom": { - "version": "github:GoodDollar/ReactNativeZoom#46c781b4c1b3717a2b71e68ced63d5c3143a260a", - "from": "github:GoodDollar/ReactNativeZoom#master" - }, "react-phone-number-input": { "version": "2.3.18", "resolved": "https://reg...
2
diff --git a/src/client/js/components/FormattedDistanceDate.jsx b/src/client/js/components/FormattedDistanceDate.jsx import React from 'react'; import PropTypes from 'prop-types'; -import { format, formatDistanceStrict } from 'date-fns'; +import { format, formatDistanceStrict, differenceInSeconds } from 'date-fns'; imp...
7
diff --git a/packages/bitcore-lib-ltc/lib/networks.js b/packages/bitcore-lib-ltc/lib/networks.js @@ -141,8 +141,8 @@ addNetwork({ alias: 'mainnet', pubkeyhash: 0x30, // 48 privatekey: 0xb0, // 176 - scripthash: 0x05, // 5 - scripthash2: 0x32, // 50 + scripthash: 0x32, // 50 + scripthash2: 0x05, // 5 bech32prefix: 'ltc'...
4
diff --git a/tasks/stats.js b/tasks/stats.js @@ -122,7 +122,7 @@ function getMainBundleInfo() { // info about partial bundles function getPartialBundleInfo() { - return partialBundlePaths.map(makeBundleInfo); + return partialBundlePaths.map(distBundleInfo); } // footer info @@ -143,11 +143,11 @@ function createLink(bas...
10
diff --git a/src/1_utils.js b/src/1_utils.js @@ -967,7 +967,7 @@ utils.removePropertiesFromObject = function(objectToModify, keysToRemove) { // v2/event utility functions -var BRANCH_STANDARD_EVENTS = [ 'ADD_TO_CART', 'ADD_TO_WISHLIST', 'VIEW_CART', 'INITIATE_PURCHASE', 'ADD_PAYMENT_INFO', 'PURCHASE', 'SPEND_CREDITS', ...
3
diff --git a/html/components/_accordions.scss b/html/components/_accordions.scss //// /// @group accordion //// - .sprk-c-Accordion { border-top: $sprk-accordion-border; max-width: $sprk-accordion-max-width; } &:focus:not(.focus-visible) { - outline: none; + outline: none; /* stylelint-disable-line selector-class-patte...
3
diff --git a/components/Article/PayNote.js b/components/Article/PayNote.js @@ -32,7 +32,7 @@ const styles = { banner: css({ padding: '5px 0' }), - body: css({ + content: css({ margin: 0, paddingBottom: 0 }), @@ -97,8 +97,7 @@ export const MAX_PAYNOTE_SEED = Math.max( const generatePositionedNote = (variation, target, c...
14
diff --git a/data.js b/data.js @@ -3654,6 +3654,14 @@ module.exports = [ url: "https://github.com/jasonmoo/t.js", source: "https://raw.githubusercontent.com/jasonmoo/t.js/master/t.js" }, + { + name: "displace.js", + github: "catc/displace", + tags: ["move", "dom", "drag", "tiny", "mouse", "touch"], + description: "Mini...
0
diff --git a/src/scripts/content/todoist.js b/src/scripts/content/todoist.js 'use strict'; -function getProjectNameFromLabel(elem) { - var projectLabel = '', - projectLabelEle = $('.project_item__name', elem.parentNode.parentNode); - if (projectLabelEle) { - projectLabel = projectLabelEle.textContent.trim(); - } - retu...
7
diff --git a/rig.js b/rig.js @@ -2,33 +2,14 @@ import * as THREE from './three.module.js'; import {GLTFLoader} from './GLTFLoader.js'; import cameraManager from './camera-manager.js'; import {makeTextMesh, makeRigCapsule} from './vr-ui.js'; -import {makePromise, WaitQueue} from './util.js'; +import {makePromise, /*Wait...
0
diff --git a/src/extensions/renderer/base/coord-ele-math/edge-control-points.js b/src/extensions/renderer/base/coord-ele-math/edge-control-points.js @@ -64,7 +64,7 @@ BRp.findSegmentsPoints = function( edge, pairInfo ){ // Segments (multiple straight lines) const rs = edge._private.rscratch; - const { posPts, midptSrcP...
10
diff --git a/components/aggregation/mat/Charts.js b/components/aggregation/mat/Charts.js @@ -19,7 +19,7 @@ export const StackedBarChart = ({data, cols, indexBy}) => ( data={data} keys={cols} indexBy={indexBy} - margin={{ top: 50, right: 130, bottom: 50, left: 60 }} + margin={{ top: 50, right: 130, bottom: 100, left: 80...
7
diff --git a/api/utils/get-random-default-photo.js b/api/utils/get-random-default-photo.js @@ -17,7 +17,7 @@ const PALETTE = [ export default () => { const color = faker.random.arrayElement(PALETTE); return { - profilePhoto: `https://s3.amazonaws.com/spectrum-chat/default_images/profile-${color}.png`, - coverPhoto: `ht...
12
diff --git a/src/sensors/MultiDropdownList.js b/src/sensors/MultiDropdownList.js @@ -55,7 +55,7 @@ class MultiDropdownList extends Component { this.props.updateQuery(this.internalComponent, null); if (this.props.defaultSelected) { - this.setValue(this.props.defaultSelected); + this.selectItem(this.props.defaultSelected...
7
diff --git a/generators/client/templates/vue/package.json.ejs b/generators/client/templates/vue/package.json.ejs @@ -168,11 +168,11 @@ limitations under the License. <%_ } _%> "jest": "jest --coverage --logHeapUsage --maxWorkers=2 --no-cache --config src/test/javascript/jest.conf.js", "jest:update": "<%= clientPackageM...
2
diff --git a/angular/projects/spark-angular/src/lib/directives/inputs/sprk-button/sprk-button.stories.ts b/angular/projects/spark-angular/src/lib/directives/inputs/sprk-button/sprk-button.stories.ts @@ -32,7 +32,7 @@ export const primary = () => ({ data-id="button-primary" sprkButton > - Buttons + Button </button> `, }...
3
diff --git a/index.d.ts b/index.d.ts @@ -596,13 +596,13 @@ declare namespace Moleculer { interface ServiceHooks { before?: { - [key: string]: ((ctx: Context<any, any>) => Promise<void> | void) | string + [key: string]: ((ctx: Context<any, any>) => Promise<void> | void) | string | string[] }, after?: { - [key: string]: ...
11
diff --git a/protocols/swap/package.json b/protocols/swap/package.json "@airswap/types": "0.1.0", "openzeppelin-solidity": "^v2.2", "solidity-coverage": "^0.6.3", - "solc": "0.5.10", - "solidity-coverage": "^0.6.3", "solidity-docgen": "0.3.0-beta.3", "truffle-flattener": "^1.4.0", "truffle-hdwallet-provider-privkey": "...
2
diff --git a/packages/mjml-validator/src/rules/validChildren.js b/packages/mjml-validator/src/rules/validChildren.js @@ -36,7 +36,10 @@ export default function validChildren(element, { components }) { return true } - const allowedDependencies = keys(dependencies).filter(key => includes(dependencies[key], childTagName))...
9
diff --git a/karma.browsers.js b/karma.browsers.js @@ -247,10 +247,10 @@ saucelabs["Firefox 4 on Mac OS X Sierra"] = { browserName: "firefox", version: "4" }; -browserStack["Firefox 4 on Mac OS X High Sierra"] = { +browserStack["Firefox 4 on Mac OS X Snow Leopard"] = { base: "BrowserStack", os: "OS X", - os_version: "H...
1
diff --git a/scss/typography/_small.scss b/scss/typography/_small.scss // Website: https://www.siimple.xyz // @import "../_variables.scss"; +@import "../_functions.scss"; //Small variables $siimple-small-font-size: 14px; -$siimple-small-color: $siimple-navy-light; +$siimple-small-color: siimple-default-color("dark", "l...
1
diff --git a/lib/assets/javascripts/new-dashboard/store/utils/getCARTOData.js b/lib/assets/javascripts/new-dashboard/store/utils/getCARTOData.js @@ -5,6 +5,6 @@ export default function getCARTOData () { return { user_data: window.user_data, - organization_notifications: window.organization_notifications + organization_...
12
diff --git a/address-completion-c4c/sales-cloud-address-completion-dqs/k8s/function.yaml b/address-completion-c4c/sales-cloud-address-completion-dqs/k8s/function.yaml @@ -20,10 +20,10 @@ spec: - name: DQS_UAA valueFrom: secretKeyRef: - name: data-quality-service-sb + name: sap-dqs-kyma-demo key: uaa - name: URI valueFr...
4
diff --git a/CHANGELOG.md b/CHANGELOG.md # Changelog +## v1.8.6 (2020-5-29) + +### Bug Fixes + +* Added TypeScript definitions for the `RequestMock.onRequestTo` and `RequestMock.respond` methods ([#5108](https://github.com/DevExpress/testcafe/issues/5108)) +* Added a TypeScript definition for the client script's `modul...
0
diff --git a/protocols/swap/MIGRATION.md b/protocols/swap/MIGRATION.md This document is intended for those migrating from Swap V1 to V2 and does not include all of the features of Swap V2. [Read more about Swap V2](README.md). -:bulb: **Note**: A key feature of V2 is that every order must have a `nonce` value that is u...
3
diff --git a/src/plugins/StatusBar/StatusBar.js b/src/plugins/StatusBar/StatusBar.js @@ -116,7 +116,10 @@ module.exports = (props) => { style="width: ${width}%" role="progressbar" aria-valuemin="0" - aria-valuemax="100"></div> + aria-valuemax="100" + ${progressValue + ? { 'aria-valuenow': progressValue } + : {}}></div>...
4
diff --git a/assets/js/modules/search-console/components/dashboard/SearchFunnelWidget/Overview.js b/assets/js/modules/search-console/components/dashboard/SearchFunnelWidget/Overview.js @@ -34,23 +34,17 @@ import { Grid, Row, Cell } from '../../../../../material-components'; import { extractSearchConsoleDashboardData } ...
2
diff --git a/README.md b/README.md @@ -5,6 +5,9 @@ ERP beyond your fridge - Public demo of the latest stable version &rarr; [https://demo.grocy.info](https://demo.grocy.info) - Public demo of the latest pre-release version (current master branch) &rarr; [https://demo-prerelease.grocy.info](https://demo-prerelease.grocy...
0
diff --git a/js/bin/bisdcmconvert.js b/js/bin/bisdcmconvert.js require('../../config/bisweb_pathconfig.js'); const exec = require('child_process').exec; +const spawn = require('child_process').spawn; const program = require('commander'); const process = require('process'); @@ -14,7 +15,7 @@ program .option('-d, --date ...
7
diff --git a/Source/dom/utils.js b/Source/dom/utils.js @@ -16,7 +16,9 @@ export function isWrappedObject(object) { export function getURLFromPath(path) { return typeof path === 'string' ? NSURL.fileURLWithPath( - NSString.stringWithString(path).stringByExpandingTildeInPath() + NSString.stringWithString( + path.replace(...
9
diff --git a/types/index.d.ts b/types/index.d.ts @@ -1884,6 +1884,7 @@ export declare namespace Knex { boolean(columnName: string): ColumnBuilder; date(columnName: string): ColumnBuilder; dateTime(columnName: string, options?: Readonly<{useTz?: boolean, precision?: number}>): ColumnBuilder; + datetime(columnName: strin...
7
diff --git a/Source/Core/CircleGeometry.js b/Source/Core/CircleGeometry.js /*global define*/ define([ './Cartesian3', + './Check', './defaultValue', './defined', './defineProperties', @@ -10,6 +11,7 @@ define([ './VertexFormat' ], function( Cartesian3, + Check, defaultValue, defined, defineProperties, @@ -54,9 +56,7 @@...
14
diff --git a/app/src/pages/inside/stepPage/modals/editDefectModals/makeDecisionModal/makeDecisionModal.jsx b/app/src/pages/inside/stepPage/modals/editDefectModals/makeDecisionModal/makeDecisionModal.jsx @@ -61,10 +61,12 @@ const MakeDecision = ({ data }) => { }, decisionType: SELECT_DEFECT_MANUALLY, issueActionType: ''...
1
diff --git a/app/controllers/api/json/visualizations_controller.rb b/app/controllers/api/json/visualizations_controller.rb @@ -19,11 +19,11 @@ class Api::Json::VisualizationsController < Api::ApplicationController include Carto::VisualizationMigrator ssl_allowed :notify_watching, :list_watching, :add_like, :remove_like...
2
diff --git a/generators/client/templates/angular/package.json.ejs b/generators/client/templates/angular/package.json.ejs "node_modules" ], "dependencies": { - "@angular/common": "6.1.0", - "@angular/compiler": "6.1.0", - "@angular/core": "6.1.0", - "@angular/forms": "6.1.0", - "@angular/platform-browser": "6.1.0", - "@...
4
diff --git a/token-metadata/0x27E627d032593fE2A8EbBB30f3B1264B3b51a707/metadata.json b/token-metadata/0x27E627d032593fE2A8EbBB30f3B1264B3b51a707/metadata.json "symbol": "PTC", "address": "0x27E627d032593fE2A8EbBB30f3B1264B3b51a707", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/AKSe-on-AzStackHub/README.md b/AKSe-on-AzStackHub/README.md @@ -312,16 +312,18 @@ Secrets/credentials should never be stored in plaintext in your application code **Patch and Update** -The **Patch and Update (PNU)** process in Azure Kubernetes Service (in Azure) is partially automated, security updates are...
7
diff --git a/tasks/stats.js b/tasks/stats.js @@ -7,6 +7,10 @@ var prettySize = require('prettysize'); var common = require('./util/common'); var constants = require('./util/constants'); var pkgVersion = require('../package.json').version; +var majorVersion = pkgVersion.split('.')[0]; +var theLatest = 'latest' + ( + (ma...
0
diff --git a/src/screens/ParadeMapScreen/Map.js b/src/screens/ParadeMapScreen/Map.js @@ -23,7 +23,7 @@ import locationButtonActive from "../../../assets/images/location-active.png"; type PermissionStatus = "authorized" | "denied" | "restricted" | "undetermined"; const neverAskStatuses = Platform.select({ - android: new...
13
diff --git a/src/Services/Air/transformers/convert-passengers-object-to-array.js b/src/Services/Air/transformers/convert-passengers-object-to-array.js @@ -7,7 +7,7 @@ module.exports = (params) => { for (let i = 0; i < number; i += 1) { list.push({ ageCategory, - isChild: (ageCategory === 'CNN'), // quickfix + child: (a...
13
diff --git a/app/src/config.ts b/app/src/config.ts @@ -57,6 +57,7 @@ const configSchema = convict({ 'internet explorer' : '>12', 'microsoft edge' : '>18' }, + 'microsoft edge' : '>=74', 'safari' : '>12', 'firefox' : '>=60', 'chrome' : '>=74',
9
diff --git a/token-metadata/0xF8F237D074F637D777bcD2A4712bde793f94272B/metadata.json b/token-metadata/0xF8F237D074F637D777bcD2A4712bde793f94272B/metadata.json "symbol": "ERC223", "address": "0xF8F237D074F637D777bcD2A4712bde793f94272B", "decimals": 10, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIE...
3
diff --git a/src/util.js b/src/util.js @@ -376,8 +376,10 @@ var _ = $.extend(Mavo, { when: element => { var observer = _.inView.observer = _.inView.observer || new IntersectionObserver(function(entries, observer) { entries.forEach(entry => { + if (entry.intersectionRatio > 0) { observer.unobserve(entry.target); $.fire(...
1
diff --git a/web/components/modals/CreateFlag.js b/web/components/modals/CreateFlag.js @@ -58,7 +58,7 @@ const TheComponent = class extends Component { type="text" title={"Value (optional)" + (!isEdit ? "- these can be set later per environment" : "")} placeholder="e.g. 'big' "/> - {initial_value || initial_value === f...
9
diff --git a/pages/tutorials/ASP.NET Core.md b/pages/tutorials/ASP.NET Core.md # Setup +> Note! Updates for Visual Studio 2017 and the latest version of ASP.NET coming soon! + ## Install ASP.NET Core and TypeScript First, [install ASP.NET Core](https://get.asp.net) if you need it. -This quick-start guide uses Visual St...
3
diff --git a/src/utils/order.js b/src/utils/order.js export const ORDER_STATUS_STEP_MAP = { - QUOTE: 1, - SECRET_READY: 1, + QUOTE: 0, + SECRET_READY: 0, INITIATED: 1, - INITIATION_REPORTED: 2, - WAITING_FOR_CONFIRMATIONS: 3, - READY_TO_CLAIM: 3, - WAITING_FOR_CLAIM_CONFIRMATIONS: 3, - GET_REFUND: 3, - WAITING_FOR_REFU...
3
diff --git a/test/filters/filter.spec.js b/test/filters/filter.spec.js @@ -159,4 +159,20 @@ describe('Directive: pfFilter', function () { expect(activeFilters.length).toBe(0); expect(clearButtons.length).toBe(0); }); -}) + + it('should not show selected results when selectedCount and totalCount are undefined', function...
0
diff --git a/test/cli/import-jdl.spec.js b/test/cli/import-jdl.spec.js @@ -314,14 +314,13 @@ describe('JHipster generator import jdl', () => { describe('imports single app and entities passed with --inline', () => { beforeEach(done => { testInTempDir(dir => { - shelljs.rm(`${dir}/.yo-rc.json`); importJdl( [], { skipIns...
3
diff --git a/src/view/compile-js-source.js b/src/view/compile-js-source.js @@ -808,7 +808,7 @@ var stringifier = { } }; -var COMPONENT_RESERVED_MEMBERS = splitStr2Obj('computed,filters,components,' +var COMPONENT_RESERVED_MEMBERS = splitStr2Obj('aNode,computed,filters,components,' + 'initData,template,attached,created,...
8
diff --git a/userscript.user.js b/userscript.user.js @@ -41348,12 +41348,16 @@ var $$IMU_EXPORT$$; if (desc) { sources[src].desc = desc; - // TODO: improve - if (desc.match(/^ *[0-9]*[whx] *$/)) { - var desc_x = parseInt(desc.replace(/^ *([0-9]*)[whx] *$/, "$1")); - if (!sources[src].desc_x || sources[src].desc_x > des...
7
diff --git a/tests/e2e/specs/Tasks.spec.js b/tests/e2e/specs/Tasks.spec.js @@ -125,17 +125,4 @@ describe('Tasks', () => { typeIntoTextInput('[name=name]', testString); cy.get('[name=name]').should('have.value', testString); }); - - it('sets and retains task assignment value after re-highlighting node', () => { - const ...
2
diff --git a/js/Helpers/DisplaySelector.js b/js/Helpers/DisplaySelector.js @@ -6,7 +6,7 @@ function getAlgs(caseid, cb){ function DisplaySelector(viewer1, viewer2, imgs, getAlgs, annotools1, annotools2){ // viewer 1 is l or base, viewer2 is r or spyglass; annotools follows same - // imgs is a dict structued as name:ope...
4
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml @@ -16,7 +16,8 @@ jobs: - name: Check if CookieMonster.js is built correctly run: | npm install - npx terser ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Disp.js ./src/Main.js ./src/Sim.js ./src/Footer.js -o CookieMonsterTest.js + np...
3
diff --git a/src/js/base/summernote-en-US.js b/src/js/base/summernote-en-US.js @@ -104,7 +104,7 @@ $.extend($.summernote.lang, { recent: 'Recent Color', more: 'More Color', background: 'Background Color', - foreground: 'Foreground Color', + foreground: 'Text Color', transparent: 'Transparent', setTransparent: 'Set tran...
10
diff --git a/modules/@apostrophecms/rich-text-widget/index.js b/modules/@apostrophecms/rich-text-widget/index.js @@ -44,7 +44,78 @@ module.exports = { } ] }, - defaultOptions: {} + defaultOptions: {}, + components: { + widgetEditor: 'AposRichTextWidgetEditor', + widget: 'AposRichTextWidget' + }, + editorTools: { + styl...
5
diff --git a/src/workingtitle-vcockpits-instruments-cj4/html_ui/Pages/VCockpit/Instruments/Airliners/CJ4/Shared/Autopilot/WT_VnavAutopilot.js b/src/workingtitle-vcockpits-instruments-cj4/html_ui/Pages/VCockpit/Instruments/Airliners/CJ4/Shared/Autopilot/WT_VnavAutopilot.js @@ -627,7 +627,7 @@ class WT_VerticalAutopilot ...
1
diff --git a/backend/lib/endpoints/schema/organizations.js b/backend/lib/endpoints/schema/organizations.js @@ -4,7 +4,7 @@ const { locationSchema } = require("./location"); const organization = { about: S.string(), - email: S.string(), + email: S.string().format("email"), global: S.boolean(), industry: S.string(), lang...
12
diff --git a/Dockerfile b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/app COPY package*.json ./ COPY src ./src COPY public ./public -COPY migrations_old ./migrations +COPY migrations_old ./migrations_old COPY migrate-mongo-config.js . RUN apk add --update alpine-sdk
10
diff --git a/.travis.yml b/.travis.yml @@ -12,9 +12,11 @@ before_install: - gem update --system - gem --version + before_script: - chmod +x ./script/cibuild - chmod +x ./script/gh_pages_push + - git config merge.renameLimit 999999 script: ./script/cibuild
0
diff --git a/packages/crypto-wallet-core/tests/validation.ts b/packages/crypto-wallet-core/tests/validation.ts @@ -2,25 +2,43 @@ import { expect } from 'chai'; import { Validation } from '../src'; describe('Address Validation', () => { + // BTC const btcAddress = '1NuKwkDtCymgA1FNLUBaUWLD8s4kdKWvgn'; + const btcTestAdd...
3
diff --git a/src/inertia.js b/src/inertia.js @@ -108,7 +108,10 @@ export default { }, setState(page, replace = false) { - replace = replace || page.url === window.location.pathname + window.location.search + replace = replace + || page.url === window.location.href + || (window.location.pathname === '/' && page.url === ...
1
diff --git a/infra/testing/server/templates/sw-clients-claim.js.njk b/infra/testing/server/templates/sw-clients-claim.js.njk // {{ version }} addEventListener('install', (event) => event.waitUntil(skipWaiting())); -addEventListener('activate', (event) => event.waitUntil(clients.claim())); +addEventListener('activate', ...
8
diff --git a/assets/sass/components/user-input/googlesitekit-user-input-controls.scss b/assets/sass/components/user-input/googlesitekit-user-input-controls.scss padding: 3px 0; } - .mdc-text-field { - background-color: transparent; - height: 36px; - margin: 0 1rem; - max-width: 250px; - width: calc(100% - 2rem); - - in...
2
diff --git a/_data/conferences.yml b/_data/conferences.yml year: 2019 id: naacl19 link: http://naacl2019.org/ - deadline: "2018-12-03 23:59:59" + deadline: "2018-12-10 23:59:59" timezone: Etc/GMT+12 date: June 2-7, 2019 place: Minneapolis, USA
3
diff --git a/sirepo/package_data/static/json/srw-schema.json b/sirepo/package_data/static/json/srw-schema.json } }, "view": { + "arbitraryMagField": { + "title": "Arbitrary Magnetic Field", + "basic": [], + "advanced": [ + "longitudinalPosition", + "magneticFile", + "interpolationOrder" + ] + }, "aperture": { "title": ...
5
diff --git a/accessibility-checker-extension/src/ts/devtools/ReportRow.tsx b/accessibility-checker-extension/src/ts/devtools/ReportRow.tsx import React, { RefObject } from "react"; -import ReactTooltip from "react-tooltip"; +// import ReactTooltip from "react-tooltip"; import { IReportItem, valueMap, ICheckpoint, IRepo...
2
diff --git a/src/interpreter/runtime/castIntoStackLocalOfType.js b/src/interpreter/runtime/castIntoStackLocalOfType.js @@ -15,12 +15,20 @@ export function castIntoStackLocalOfType( const castFn = { i32: i32.createValueFromAST, i64: i64.createValueFromAST, - f32: inf - ? f32.createInfFromAST - : nan ? f32.createNanFromA...
14
diff --git a/scripts/ci/ie_setup.bat b/scripts/ci/ie_setup.bat @@ -49,7 +49,7 @@ REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Se @echo off setlocal -set "URL=https://raw.githubusercontent.com/shicks/closure-library-temp/master/CloseAdobeDialog.exe" +set "URL=https://raw.githubuserconten...
12
diff --git a/src/app/Console/Commands/Install.php b/src/app/Console/Commands/Install.php @@ -5,6 +5,7 @@ namespace Backpack\CRUD\app\Console\Commands; use Backpack\CRUD\BackpackServiceProvider; use Carbon\Carbon; use Illuminate\Console\Command; +use Illuminate\Support\Facades\Hash; use Illuminate\Support\Str; use Symfo...
14
diff --git a/web/kiri/index.css b/web/kiri/index.css @@ -774,21 +774,20 @@ th, tr, td { justify-content: center; align-items: center; max-width: 50%; - background-color: rgba(230,245,255,0.8); - border: 3px solid rgba(200,215,255,0.6); + background-color: rgba(255,255,255,0.5); + border: 3px solid var(--bg-gray); borde...
3
diff --git a/lib/WebpackOptionsDefaulter.js b/lib/WebpackOptionsDefaulter.js @@ -221,11 +221,11 @@ class WebpackOptionsDefaulter extends OptionsDefaulter { }); this.set("optimization.splitChunks.minChunks", 1); this.set("optimization.splitChunks.maxAsyncRequests", "make", options => { - return isProductionLikeMode(opti...
3
diff --git a/src/parsers/GmlSeeker.hx b/src/parsers/GmlSeeker.hx @@ -230,7 +230,9 @@ class GmlSeeker { var s:String, name:String, start:Int; var doc:GmlFuncDoc = null; function flushDoc():Void { - if (doc == null && main != null) { + if (doc != null) { + doc.procHasReturn(src, start, q.pos); + } else if (main != null) ...
1
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -405,6 +405,7 @@ const abis = { let currentAppRender = null; let iframeContainer = null; let recursion = 0; +let wasDecapitated = false; // const apps = []; metaversefile.setApi({ // apps, @@ -473,16 +474,18 @@ metaversefile.setApi({ if (recursion === 1) { // ...
11
diff --git a/test/test.js b/test/test.js @@ -48,6 +48,50 @@ describe( 'Bounds Tree', () => { } ); + it( 'should respect index group invariants', () => { + + const geo = new THREE.TorusBufferGeometry( 5, 5, 400, 100 ); + const groupCount = 10; + const groupSize = geo.index.array.length / groupCount; + + for ( let g = 0;...
0
diff --git a/src/inner-slider.js b/src/inner-slider.js @@ -160,7 +160,10 @@ export class InnerSlider extends React.Component { setTimeout(this.onWindowResized, this.props.speed) } else { image.onload = handler - image.onerror = handler + image.onerror = () => { + handler() + this.props.onLazyLoadError && this.props.onL...
0
diff --git a/OurUmbraco.Site/config/IISRewriteMaps.config b/OurUmbraco.Site/config/IISRewriteMaps.config <add key="documentation/references/searching/examine/full-configuration" value="/documentation/Reference/Config/ExamineSettings/" /> <add key="documentation/Umbraco-Cloud/Troubleshooting/Moving-From-Courier-To-Deplo...
3
diff --git a/src/containers/tags/withNavigationTags.js b/src/containers/tags/withNavigationTags.js @@ -13,13 +13,20 @@ import navigationTagsQuery from "./navigationTags.gql"; */ export default (Component) => ( @inject("primaryShopId") + @inject("tags") @observer class NavigationTags extends React.Component { static pro...
2
diff --git a/website/versioned_docs/version-4.x/stack-navigator.md b/website/versioned_docs/version-4.x/stack-navigator.md @@ -263,7 +263,7 @@ const SomeStack = createStackNavigator({ ### Examples -See the examples [SimpleStack.tsx](https://github.com/react-navigation/react-navigation/blob/master/examples/NavigationPla...
1
diff --git a/node/lib/util/submodule_config_util.js b/node/lib/util/submodule_config_util.js @@ -443,11 +443,6 @@ exports.getConfigLines = function (name, url) { * `name` in the config file. * * @async - * @param {NodeGit.Repository} repo - * @param {String} name - * @param {String} url - * - * @async * @param {String}...
2
diff --git a/README.md b/README.md @@ -74,28 +74,31 @@ GET https://api.spacexdata.com/launches/from=2011-01-20/to=2017-05-25 Example JSON Response for a launch ```json { - "flight_number": 28, - "launch_year": 2016, - "launch_date": "2016-04-08", - "time_utc": "20:43", + "flight_number": 38, + "launch_year": 2017, + "l...
3
diff --git a/src/components/general/character-select/CharacterSelect.jsx b/src/components/general/character-select/CharacterSelect.jsx @@ -139,6 +139,8 @@ export const CharacterSelect = () => { const [ npcPlayerCache, setNpcPlayerCache ] = useState(new Map()); const [ themeSongCache, setThemeSongCache ] = useState(new ...
0
diff --git a/test/schema/validate.test.js b/test/schema/validate.test.js const Enforcer = require('../../index'); const expect = require('chai').expect; -describe.only('schema.validate', () => { +describe('schema.validate', () => { const definition = { openapi: '3.0.0',
3