code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/app/models/object_cache.rb b/app/models/object_cache.rb @@ -31,7 +31,7 @@ class ObjectCache < ApplicationRecord 'security_group' => %w[description], 'security_group_rule' => %w[direction protocol description security_group_id], 'security_service' => %w[dns_ip description], - 'server' => %w[hostId user_id],...
1
diff --git a/src/pages/EnablePayments/IdologyQuestions.js b/src/pages/EnablePayments/IdologyQuestions.js @@ -33,11 +33,18 @@ const propTypes = { /** ID from Idology, referencing those questions */ idNumber: PropTypes.string, + + additionalDetails: PropTypes.shape({ + isLoading: PropTypes.bool, + }), }; const defaultPro...
4
diff --git a/.github/workflows/bump-internal-repo.yml b/.github/workflows/bump-internal-repo.yml -name: bump-internal-repo-and-install +name: bump-internal-repo on: push: @@ -13,22 +13,15 @@ jobs: with: repository: grouparoo/internal token: ${{ secrets.GH_ACCESS_TOKEN }} - path: ../internal - name: Bump the bumpfile ru...
13
diff --git a/src/plots/polar/layout_attributes.js b/src/plots/polar/layout_attributes.js @@ -278,7 +278,8 @@ module.exports = { 'as *circular* sectors or as *linear* (polygon) sectors.', 'Has an effect only when the angular axis has `type` *category*.', 'Note that `radialaxis.angle` is snapped to the angle of the close...
7
diff --git a/packages/components/viewer/src/useViewer.ts b/packages/components/viewer/src/useViewer.ts @@ -22,7 +22,9 @@ export default function (props: ExtractPropTypes<typeof defaultProps>, ctx, vcIn const viewerRef = ref<HTMLElement>(null!) const isReady = ref(false) - const $vc = vcInstance.appContext.config.global...
1
diff --git a/utils/pre-swap-checker/contracts/PreSwapChecker.sol b/utils/pre-swap-checker/contracts/PreSwapChecker.sol @@ -48,7 +48,7 @@ contract PreSwapChecker { function checkSwapWrapper( Types.Order calldata order, address fromAddress, - address payable wrapper + address wrapper ) external view returns (uint256, byt...
2
diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json "drag-drop": "2.13.3", "preact": "^8.2.9", "prettier-bytes": "^1.0.4", - "preact-css-transition-group": "^1.3.0" + "preact-css-transition-group": "^1.3.0", + "lodash.throttle": "^4.1.1" }, "devDependencies": { "@uppy/core": "0.26...
0
diff --git a/app/scripts/qrclient.js b/app/scripts/qrclient.js @@ -2,7 +2,6 @@ var QRClient = function() { var worker = new Worker('/scripts/jsqrcode/qrworker.js'); var barcodeDetector; - var currentCallback; this.decode = function(context, callback) { @@ -26,9 +25,15 @@ var QRClient = function() { } else { // A frame ...
1
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -33,18 +33,14 @@ jobs: name: Hot Code Push runs-on: ubuntu-latest steps: - - name: Code push prepare + - name: Code push release env: BUILD_NUMBER: ${{ github.run_number }} CODE_PUSH_DEPLOYMENT_KEY: ${{ env.APPCENTER_CODEPUSH_TOKEN }} run: | ...
2
diff --git a/src/plugins/Instagram/index.js b/src/plugins/Instagram/index.js @@ -90,7 +90,7 @@ module.exports = class Instagram extends Plugin { <path d="M36.537 28.156l-11-7a1.005 1.005 0 0 0-1.02-.033C24.2 21.3 24 21.635 24 22v14a1 1 0 0 0 1.537.844l11-7a1.002 1.002 0 0 0 0-1.688zM26 34.18V23.82L34.137 29 26 34.18z" ...
1
diff --git a/app/screens/index.tsx b/app/screens/index.tsx @@ -14,7 +14,7 @@ import {withServerDatabase} from '@database/components'; import {DEFAULT_LOCALE, getTranslations} from '@i18n'; const withGestures = (Screen: React.ComponentType, styles: StyleProp<ViewStyle>) => { - return function gestureHoc(props: never) { ...
4
diff --git a/login.js b/login.js @@ -408,7 +408,9 @@ class LoginManager extends EventTarget { return !!(userObject && userObject.ftu); } - async setFtu(name, avatarId) { + /* async setFtu(name, avatarId) { + throw new Error('not debugged'); + const address = this.getAddress(); const res = await fetch(`${tokensHost}/${a...
12
diff --git a/app.json b/app.json { "name": "SpaceX-API-Review", + "description": "Open Source REST API for company, vehicle, launchpad, and launch data", + "repository": "https://github.com/r-spacex/SpaceX-API", + "logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Circle-icons-rocket.svg/1024px-Circle-i...
3
diff --git a/src/Pagination.js b/src/Pagination.js @@ -18,6 +18,12 @@ class Pagination extends Component { this._onClick = this._onClick.bind(this); } + componentWillReceiveProps (nextProps) { + if (nextProps.activePage !== this.props.activePage) { + this.setState({activePage: nextProps.activePage}); + } + } + _onClick...
11
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -14,6 +14,7 @@ import animationsJson from '../animations/animations.js'; import {downloadFile} from '../util.js'; */ const localVector = new THREE.Vector3(); +const localVector2 = new THREE.Vector3(); const localQuaternion = new THREE.Quaternion(); const localEule...
0
diff --git a/experimental/adaptive-tool/resources/lu/lu.tmLanguage.json b/experimental/adaptive-tool/resources/lu/lu.tmLanguage.json { "comment": "intent definition", "name": "markup.heading.lu", - "match": "(^# .*$)" + "match": "(^#{1,2} .*$)" } ] },
0
diff --git a/token-metadata/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/metadata.json b/token-metadata/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/metadata.json "symbol": "GZE", "address": "0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/.travis.yml b/.travis.yml @@ -5,6 +5,13 @@ cache: - node_modules jobs: include: + - stage: lint + language: node_js + node_js: '7' + install: + - npm install eslint-changes + script: + - ./node_modules/.bin/eslint-changes - stage: python unit tests language: python python: '3.6'
0
diff --git a/packages/node_modules/@node-red/nodes/core/network/10-mqtt.js b/packages/node_modules/@node-red/nodes/core/network/10-mqtt.js @@ -459,7 +459,7 @@ module.exports = function(RED) { if(!opts || typeof opts !== "object") { return; //nothing to change, simply return } - const originalBrokerURL = node.brokerurl;...
2
diff --git a/test/functional/fixtures/regression/gh-845/test.js b/test/functional/fixtures/regression/gh-845/test.js @@ -6,6 +6,6 @@ describe('[Regression](GH-845) Should execute click on a download link', functio it('gh-845 in iframe', function () { return runTests('testcafe-fixtures/index-test.js', 'Click on a downlo...
1
diff --git a/src/utils/vc/document-loader.js b/src/utils/vc/document-loader.js @@ -2,6 +2,32 @@ import axios from 'axios'; import cachedUris from './contexts'; import DIDResolver from '../../did-resolver'; // eslint-disable-line +function parseEmbeddedDataURI(embedded) { + // Strip new lines + const dataUri = embedded....
11
diff --git a/edit.js b/edit.js @@ -1528,90 +1528,6 @@ const [ mesh.frustumCulled = false; const slabs = {}; - /* let freeList = [{ - start: 0, - count: numPositions, - startIndex: 0, - countIndex: numPositions/3, - }]; - const _slabFits = (slab, numPositions, numUvs, numIds, numSkyLights, numTorchLights, numIndices) =>...
2
diff --git a/bin/casperjs b/bin/casperjs @@ -98,7 +98,13 @@ SUPPORTED_ENGINES = { 'w', ], 'env_varname': 'SLIMERJS_EXECUTABLE', - 'default_exec' : 'slimerjs' + 'default_exec' : 'slimerjs', + 'native_args_with_space': [ + '-P', + '-CreateProfile', + '-profile' + ] + }, } @@ -123,6 +129,7 @@ if not ENGINE in SUPPORTED_EN...
11
diff --git a/app/shared/actions/wallet.js b/app/shared/actions/wallet.js @@ -267,10 +267,9 @@ export function unlockWalletByAuth(account, authorization, password, chainId = f const wallet = find(wallets, query); const accountData = accounts[wallet.account]; - - if (settings.walletMode === 'hot' && !accountData) { const...
4
diff --git a/token-metadata/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/metadata.json b/token-metadata/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/metadata.json "symbol": "SUTER", "address": "0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/addon/templates/components/paper-autocomplete-options.hbs b/addon/templates/components/paper-autocomplete-options.hbs {{#each options as |opt|}} <li - class="ember-power-select-option {{if (eq opt.raw select.highlighted) "selected"}}" + id={{if (eq opt.raw select.highlighted) "selected_option"}} + class="e...
4
diff --git a/packages/component-library/src/Select/Select.js b/packages/component-library/src/Select/Select.js /** @jsx jsx */ -// eslint-disable-next-line import/no-extraneous-dependencies import { jsx } from "@emotion/core"; import { has } from "lodash"; import PropTypes from "prop-types"; -import FormControl from "@...
7
diff --git a/articles/server-platforms/rails/00-introduction.md b/articles/server-platforms/rails/00-introduction.md @@ -16,7 +16,7 @@ You can also follow the samples that are included in each step. Each sample uses ## Create a Client -Create a new client application in your Auth0 dashboard and retrieve the domain, cli...
0
diff --git a/lib/util/index.js b/lib/util/index.js @@ -359,10 +359,14 @@ exports.toRegExp = function toRegExp(regExp) { }; function getFullUrl(req) { + var host = req.headers.host; if (hasProtocol(req.url)) { - req.url = url.parse(req.url).path; + var options = url.parse(req.url); + req.url = options.path; + if (!host)...
1
diff --git a/src/style/themes/classic/classic-theme.config.js b/src/style/themes/classic/classic-theme.config.js @@ -15,6 +15,10 @@ export default (palette) => { greyDarkBlue50: '#8099a4' }, + text: { + color: '#255bc7' + }, + disabled: { text: palette.slate, input: '#1e499f',
13
diff --git a/test-complete/nodejs-optic-from-literals.js b/test-complete/nodejs-optic-from-literals.js @@ -45,7 +45,7 @@ describe('Nodejs Optic from literals test', function(){ {colorId: 4, colorDesc: 'yellow', dateTime: op.xs.dateTime('2003-01-11T12:01:00.000Z')} ]); const output = - plan1.joinInner(plan2) + plan1.joi...
0
diff --git a/src/components/Button.js b/src/components/Button.js @@ -44,12 +44,15 @@ const propTypes = { /** Call the onPress function when Enter key is pressed */ pressOnEnter: PropTypes.bool, - /** Additional styles to add after local styles */ + /** Additional styles to add after local styles. Applied to Pressable p...
11
diff --git a/src/CharacterHups.jsx b/src/CharacterHups.jsx @@ -13,7 +13,9 @@ import {chatTextSpeed} from '../constants.js'; const defaultHupSize = 256; const pixelRatio = window.devicePixelRatio; -function CharacterHup(props) { +const chatDioramas = new WeakMap(); + +const CharacterHup = function(props) { const {hup, i...
10
diff --git a/react/src/components/footer/components/SprkFooterAwards/SprkFooterAwards.js b/react/src/components/footer/components/SprkFooterAwards/SprkFooterAwards.js @@ -59,28 +59,49 @@ class SprkFooterAwards extends Component { SprkFooterAwards.propTypes = { awards: PropTypes.shape({ + /** The main headline for the s...
7
diff --git a/src/App/MiddleColumn/style.js b/src/App/MiddleColumn/style.js @@ -195,6 +195,7 @@ export const NewIndicator = styled.button` background: ${({ theme }) => Gradient(theme.warn.alt, theme.warn.default)}; border: none; font-size: 1em; + line-height: 1.9; color: white; display: flex; align-items: center; @@ -21...
1
diff --git a/docs/tutorial.md b/docs/tutorial.md @@ -43,7 +43,7 @@ The `Text` component allows us to render a text, while the `View` component rend The first style that we find is `flex: 1`, the [`flex`](layout-props#flex) prop will define how your items are going to "fill" over the available space along your main axis...
1
diff --git a/packages/spark-extras/components/card/_card.scss b/packages/spark-extras/components/card/_card.scss // // Available Variables /// -$card-border: 1px solid $gray !default; +$card-border: 1px solid rgba(0, 0, 0, 0.15) !default; $card-max-width: 26.5625rem !default; $card-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) ...
3
diff --git a/token-metadata/0x7B0C06043468469967DBA22d1AF33d77d44056c8/metadata.json b/token-metadata/0x7B0C06043468469967DBA22d1AF33d77d44056c8/metadata.json "symbol": "MRPH", "address": "0x7B0C06043468469967DBA22d1AF33d77d44056c8", "decimals": 4, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/main/resources/META-INF/resources/primefaces-extensions/inputphone/inputphone-widget.js b/src/main/resources/META-INF/resources/primefaces-extensions/inputphone/inputphone-widget.js @@ -18,7 +18,9 @@ PrimeFaces.widget.ExtInputPhone = PrimeFaces.widget.BaseWidget.extend({ this.input = document.querySele...
12
diff --git a/core/server/web/api/middleware/version-match.js b/core/server/web/api/middleware/version-match.js const semver = require('semver'); const errors = require('@tryghost/errors'); -const i18n = require('../../../../shared/i18n'); +const tpl = require('@tryghost/tpl'); + +const messages = { + versionMismatch: '...
14
diff --git a/lib/node_modules/@stdlib/_tools/scripts/publish_packages.js b/lib/node_modules/@stdlib/_tools/scripts/publish_packages.js @@ -480,7 +480,7 @@ function publish( pkg, clbk ) { debug( 'Executing command to retrieve last version: %s', command ); try { command = shell( command ).toString(); - if ( contains( com...
9
diff --git a/src/scripting/CompilerTxt.js b/src/scripting/CompilerTxt.js @@ -116,8 +116,8 @@ module.exports = class CompilerTxt extends CompilerBase { } _compileUtterances (lines) { - if (lines && lines.length > 1) { - const result = [new Utterance({ name: lines[0], utterances: lines.slice(1) })] + if (lines && lines.l...
11
diff --git a/examples/gsheets/index.php b/examples/gsheets/index.php @@ -52,7 +52,6 @@ $project_website = ($project_website_raw !== null)?(addScheme($project_website_r <body class="knowledge-map" style="margin:0px; padding:0px; height:100%;"> <div id="visualization" class="headstart"></div> <div id="errors" class="erro...
2
diff --git a/src/less/chat.less b/src/less/chat.less font-size: 13px; position: relative; } - +#chat-log .message.whisper { + background: #e8e8ef; + border: 5px solid #545469; +} +#chat-log .message.blind { + background: #ffebff; + border: 5px solid #6b476b; +} +.chat-message .message-header .message-metadata { + flex:...
3
diff --git a/src/navigation/restaurant/Printer.js b/src/navigation/restaurant/Printer.js @@ -34,10 +34,6 @@ class Printer extends Component { componentDidMount() { this.discoverPeripheral = bleManagerEmitter.addListener('BleManagerDiscoverPeripheral', (device) => { - if (!device.advertising.isConnectable) { - return - ...
11
diff --git a/assets/js/components/common/Downlink.jsx b/assets/js/components/common/Downlink.jsx @@ -83,10 +83,10 @@ class Downlink extends Component { <div style={{ display: 'flex', flexDirection: 'row', alignItems: 'center' }}> <Input placeholder="Enter Payload" onChange={(e) => this.setState({ payload: e.target.valu...
10
diff --git a/articles/architecture-scenarios/application/mobile-api.md b/articles/architecture-scenarios/application/mobile-api.md @@ -13,6 +13,16 @@ In this scenario we will build a Timesheet API for a fictitious company named AB We will also be building a Mobile Application which will be used to view and log timeshee...
0
diff --git a/src/internal/proc.js b/src/internal/proc.js @@ -167,11 +167,7 @@ export default function proc( const logError = err => { let message = err.sagaStack - if (!message && err.stack) { - message = err.stack.split('\n')[0].indexOf(err.message) !== -1 ? err.stack : `Error: ${err.message}\n${err.stack}` - } - - lo...
2
diff --git a/articles/libraries/lock/v11/authentication-modes.md b/articles/libraries/lock/v11/authentication-modes.md @@ -23,10 +23,6 @@ When you click the IdP button (For example, Facebook) with redirect mode, you ar If after you click on the IdP button (Facebook for example), a popup (new tab or window) is opened, i...
2
diff --git a/src/components/playerController/index.js b/src/components/playerController/index.js const modulename = 'PlayerController'; const low = require('lowdb'); const FileAsync = require('lowdb/adapters/FileAsync'); +const { customAlphabet } = require('nanoid'); +const dict51 = require('nanoid-dictionary/nolookali...
0
diff --git a/source/projects/flatmarket.md b/source/projects/flatmarket.md --- title: Flatmarket repo: christophercliff/flatmarket -homepage: https://json.expert/flatmarket/ +homepage: https://christophercliff.com/flatmarket/ language: JavaScript license: MIT templates: Any
1
diff --git a/chunk-worker.js b/chunk-worker.js @@ -68,7 +68,7 @@ const _loadNoise = (seedData, x, y, z, baseHeight, freqsData, octavesData, scale numObjects.offset ); }; -const _getChunkSpec = (potentials, heightfield, shiftsData, meshId, subparcelSize) => { +const _getChunkSpec = (potentials, heightfield, lightfield, ...
0
diff --git a/src/sections/Meshery/Meshery-integrations/Individual-Integrations/relatedIntegration.js b/src/sections/Meshery/Meshery-integrations/Individual-Integrations/relatedIntegration.js @@ -94,7 +94,7 @@ const RelatedIntegration = ({ category }) => { if (item.category === category && item.status != "InProgress"){ ...
1
diff --git a/Source/DataSources/CorridorGraphics.js b/Source/DataSources/CorridorGraphics.js @@ -114,7 +114,7 @@ Object.defineProperties(CorridorGraphics.prototype, { positions: createPropertyDescriptor("positions"), /** - * Gets or sets the numeric Property specifying the width of the outline. Please note that this pr...
3
diff --git a/src/components/sliders/draw.js b/src/components/sliders/draw.js @@ -86,16 +86,9 @@ module.exports = function draw(gd) { }); drawSlider(gd, d3.select(this), sliderOpts); - - // makeInputProxy(gd, d3.select(this), sliderOpts); }); }; -/* function makeInputProxy(gd, sliderGroup, sliderOpts) { - sliderOpts.inp...
2
diff --git a/includes/Modules/Thank_With_Google.php b/includes/Modules/Thank_With_Google.php @@ -18,7 +18,6 @@ use Google\Site_Kit\Core\Assets\Script; use Google\Site_Kit\Core\Authentication\Clients\Google_Site_Kit_Client; use Google\Site_Kit\Core\Modules\Module; use Google\Site_Kit\Core\Modules\Module_Settings; -use G...
2
diff --git a/package.json b/package.json "homepage": "https://aframe.io/", "main": "dist/aframe-master.js", "scripts": { - "dev": "cross-env INSPECTOR_VERSION=dev webpack serve", + "dev": "cross-env INSPECTOR_VERSION=dev webpack serve --port 8080", "dist": "node scripts/updateVersionLog.js && npm run dist:min && npm ru...
12
diff --git a/docs/content/widgets/configs/Grid.js b/docs/content/widgets/configs/Grid.js @@ -182,6 +182,12 @@ export default { Callback function to be executed when a row is clicked. </Md></cx> }, + onRowContextMenu: { + type: 'function', + description: <cx><Md> + Callback function to be executed when a row is right-cl...
0
diff --git a/source/core/Core.js b/source/core/Core.js @@ -188,7 +188,7 @@ const guid = function ( item ) { return 'date:' + (+item); } - let guid = guids.get( item ); + let guid = item.__guid__ || guids.get( item ); if ( !guid ) { guid = 'id:' + nextGuid.toString( 36 ); nextGuid += 1;
11
diff --git a/docs/layout/assets/js/main.js b/docs/layout/assets/js/main.js @@ -165,7 +165,7 @@ function headButtresolve(element) { } function updateDollarLink() { - let link = document.getElementById('$'); + let link = document.evaluate('//h2[string() = "$"]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null)....
1
diff --git a/example/package.json b/example/package.json "postinstall": "node ./scripts/set_access_token.js" }, "dependencies": { + "@mapbox/react-native-mapbox-gl": "file:../mapbox-react-native-mapbox-gl-6.0.0-alpha3.tgz", "@turf/helpers": "^4.6.0", "install": "^0.10.1", "npm": "^5.3.0", "react": "16.0.0-alpha.12", "r...
3
diff --git a/addon/server.js b/addon/server.js @@ -149,7 +149,7 @@ export default class Server { 'You cannot modify Mirage\'s environment once the server is created'); this.environment = config.environment || 'development'; - this._options = config; + this._config = config; this.timing = this.timing || config.timing ||...
10
diff --git a/.gitattributes b/.gitattributes +# Set line endings of JS files to unix-style, other files automatic by platform. +* text=auto +*.js text eol=lf +*.json text eol=lf +*.html text eol=lf +*.css text eol=lf # Turn off text-based EOL adaptations for various image formats. *.jpg binary *.png binary
12
diff --git a/gatsby-config.js b/gatsby-config.js @@ -95,7 +95,7 @@ module.exports = { } `, output: "/rss.xml", - title: "Layer5", + title: "Layer5 Announcements", }, { serialize: ({ query: { site, allPosts } }) => { @@ -143,7 +143,7 @@ module.exports = { } `, output: "/news/feed.xml", - title: "Layer5", + title: "Layer...
10
diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js @@ -582,8 +582,26 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_ if (typeof currenttemp.rate !== 'undefined' && (currenttemp.duration > 5 && rate >= currenttemp.rate * 0.8)) { rT.reason += "...
12
diff --git a/test/zoom-test.js b/test/zoom-test.js @@ -3,6 +3,33 @@ var jsdom = require("./jsdom"); var d3_graphviz = require("../"); var d3_transition = require("d3-transition"); +function polyfillSVGElement() { + if (!('width' in window.SVGElement.prototype)) { + Object.defineProperty(window.SVGElement.prototype, 'wi...
14
diff --git a/README.md b/README.md @@ -157,7 +157,7 @@ Play [`<hello-kitty>` Demo](https://jsfiddle.net/sfd1p2m5) hello-kitty * { margin: 1em; text-align: center } </style> -</hello-world> +</hello-kitty> <script src=//unpkg.com/snuggsi></script> <script>
1
diff --git a/lib/rules/property-no-unknown/index.js b/lib/rules/property-no-unknown/index.js @@ -18,6 +18,8 @@ const messages = ruleMessages(ruleName, { }); const rule = function(actual, options) { + const allValidProperties = new Set(properties); + return (root, result) => { const validOptions = validateOptions( resul...
7
diff --git a/docs/protocol.md b/docs/protocol.md @@ -265,15 +265,13 @@ Request it clears all traces, stops, and monitors in the active workspace. The r ```json ["Continue",{"win":123}] // RIDE -> Interpreter ``` -Request restart of the APL program. (Black arrow in ODE) - -:red_circle: "Continue" to restart? -- that doe...
7
diff --git a/docs/APIReference-APIMigration.md b/docs/APIReference-APIMigration.md @@ -19,7 +19,7 @@ This API improvement unlocks the path for many benefits that will be available i Here is a quick list of what has been changed and how to update your application: -### Creating an entity +### Creating an Entity **Old Sy...
7
diff --git a/src/compiler/nodes.imba1 b/src/compiler/nodes.imba1 @@ -7443,16 +7443,25 @@ export class TagSwitchFragment < TagLike return max def js o - var top = @inserts.join(' = ') + ' = null;' + var parts = [] + + var top = @inserts.join(' = ') + ' = null' var out = body.c(o) + return out if STACK.tsc - out = top + ...
7
diff --git a/wflib/index.js b/wflib/index.js @@ -1526,16 +1526,14 @@ function public_invokeProcFunction(wfId, procId, firingId, insIds_, insValues, o var funModuleName = (fun && fun.module) ? fun.module : "functions.js"; var funPath = pathTool.join(appConfig.workdir ? appConfig.workdir : "", funModuleName); + if (fs.ex...
7
diff --git a/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidget/UserDimensionsPieChart.js b/assets/js/modules/analytics/components/dashboard/DashboardAllTrafficWidget/UserDimensionsPieChart.js @@ -112,9 +112,9 @@ export default function UserDimensionsPieChart( { const isTooltipOpen = () => // If...
1
diff --git a/src/enforcers/OpenApi.js b/src/enforcers/OpenApi.js @@ -100,6 +100,8 @@ module.exports = { * @returns {EnforcerResult<{ body:*, cookie:object, headers:object, operation: Operation, path:object, query:object, response:function }>} */ request: function (request, options) { + request = Object.assign({}, reque...
11
diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml @@ -28,7 +28,7 @@ jobs: ghcr.io/zooniverse/front-end-monorepo-staging:latest ghcr.io/zooniverse/front-end-monorepo-staging:${{ github.sha }} build-args: | - APP_ENV="staging" + APP_ENV=staging COMMIT_ID=${{ github.sha }} CONTENTFUL...
12
diff --git a/src/components/atoms/button/button.md b/src/components/atoms/button/button.md @@ -38,7 +38,7 @@ their attention to it. <Button appearance="primary">primary</Button> <Button appearance="secondary">secondary</Button> <Button appearance="destructive">destructive</Button> - <Button appearance="link">link</Butt...
7
diff --git a/jest/customMatchers.js b/jest/customMatchers.js +import prettier from 'prettier' +import diff from 'jest-diff' + +function format(input) { + return prettier.format(input, { + parser: 'css', + printWidth: 100, + }) +} + expect.extend({ // Compare two CSS strings with all whitespace removed // This is probab...
7
diff --git a/content/teams/teams.md b/content/teams/teams.md @@ -18,9 +18,9 @@ To create a new team: 1. Navigate to the [Teams](https://codemagic.io/teams) page and click **Create new team**. 2. Enter a suitable name for your team. -3. Set a [user limit](./users#user-limit) for the team. You can later adjust the limit ...
3
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file. -## Head +## 13.7.2 - Fixed: regression for disable commands and adjacent double-slash comments ([#4950](https://github.com/stylelint/stylelint/pull/4950)). - Fixed: use of full file path without converting it to g...
6
diff --git a/config/config.json b/config/config.json "package": "./network/implementation/libp2p-service", "config": { "port": 9000, - "bootstrap": [ - "/ip4/165.232.122.94/tcp/9000/p2p/QmQ2zigjQikYnyYUSXZydNXrDRhBut2mubwJBaLXobMt3A", - "/ip4/46.101.111.223/tcp/9000/p2p/QmdTKEP4DDSwYzX2CHEsBfpEAKAVyE4mPq9ouh4ehZZbg5", ...
3
diff --git a/src/components/__tests__/Calendar-test.js b/src/components/__tests__/Calendar-test.js import React from 'react'; // eslint-disable-line no-unused-vars import { shallow } from 'enzyme'; import moment from 'moment'; -import keycode from 'keycode'; + import { __calculateDayByKey } from '../../enhancers/calend...
1
diff --git a/module/damage/damagecalculator.js b/module/damage/damagecalculator.js @@ -22,7 +22,7 @@ const DIFFUSE = 'diffuse' const HOMOGENOUS = 'homogenous' // -1 means 'Ignores DR' -const armorDivisorSteps = [-1, 100, 5, 3, 2, 1] +const armorDivisorSteps = [-1, 10, 5, 3, 2, 1] export class CompositeDamageCalculator ...
3
diff --git a/webpack-plugin/README.md b/webpack-plugin/README.md @@ -30,7 +30,7 @@ module.exports = { }, { test: /\.ttf$/, - use: ['file-loader'] + type: 'asset/resource' } ] }, @@ -38,6 +38,15 @@ module.exports = { }; ``` +If using Webpack 4 or lower, it is necessary to use the file-loader instead of Asset Modules lik...
7
diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js @@ -182,7 +182,7 @@ angular.module('copayApp.controllers').controller('importController', function(next) { // restore wallet config fileSystemService.readFile(dbDirPath + 'temp/' + 'addressbook-'+fc.credentials.network, function(err, data) { - if(...
8
diff --git a/filesToMongo.js b/filesToMongo.js /* - ONLY RUN THIS ONCE. If ran multiple times, set DROP_DATABASE to true, run again, and set to false for do-over + ONLY RUN THIS ONCE. If ran multiple times, set WIPE_DATABASE to true, run again to wipe the database, and set to false for do-over */ -const DROP_DATABASE =...
7
diff --git a/userscript.user.js b/userscript.user.js @@ -11874,8 +11874,8 @@ var $$IMU_EXPORT$$; advanced: true }, redirect_force_page: { - name: "Try finding original page/caption", - description: "Enables methods that use API calls for finding the original page or caption. Note that this option does not affect findin...
7
diff --git a/src/scripts/interactive-video.js b/src/scripts/interactive-video.js @@ -1303,10 +1303,7 @@ InteractiveVideo.prototype.attachControls = function ($wrapper) { const $time = $(`<div class="h5p-control h5p-time"> ${currentTimeTemplate} - <span> - <span class="hidden-but-read"> of </span> <span aria-hidden="tru...
2
diff --git a/geometry-tool.js b/geometry-tool.js @@ -667,6 +667,18 @@ const shapeMaterial = (() => { return material; })(); +const _snap = o => { + const p = 0.1; + o.position.x = Math.floor(o.position.x/p)*p; + o.position.y = Math.floor(o.position.y/p)*p; + o.position.z = Math.floor(o.position.z/p)*p; + + const r = Ma...
0
diff --git a/node_vlocity/datapacksutils.js b/node_vlocity/datapacksutils.js @@ -17,7 +17,7 @@ DataPacksUtils.prototype.getSourceKeyDefinitionFields = function(SObjectType) { return this.dataPacksExpandedDefinition.SourceKeyDefinitions[this.getWithNamespace(SObjectType)]; } - return this.dataPacksExpandedDefinition.Def...
4
diff --git a/src/constants.js b/src/constants.js @@ -38,6 +38,6 @@ module.exports = { }, ANALYTICS_REQUEST_TIMEOUT_MS: 2000, ANALYTICS_PREFIX: 'web.dropin.', - INTEGRATION: 'dropin', + INTEGRATION: 'dropin2', STYLESHEET_ID: 'braintree-dropin-stylesheet' };
12
diff --git a/token-metadata/0xf3db7560E820834658B590C96234c333Cd3D5E5e/metadata.json b/token-metadata/0xf3db7560E820834658B590C96234c333Cd3D5E5e/metadata.json "symbol": "CHP", "address": "0xf3db7560E820834658B590C96234c333Cd3D5E5e", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/app/hotels/src/singleHotel/HotelDetailScreen.js b/app/hotels/src/singleHotel/HotelDetailScreen.js @@ -228,9 +228,12 @@ export default createFragmentContainer( `, ); +const paddingBottom = 64; +const iphoneXPadding = paddingBottom + 28; + const styles = StyleSheet.create({ container: { - paddingBottom: 64, ...
0
diff --git a/src/io_frida.c b/src/io_frida.c @@ -802,22 +802,27 @@ static bool parse_target(const char *pathname, R2FridaLaunchOptions *lo) { eprintf ("r2 frida://[action]/[target]\n"); eprintf ("* target = process-id | process-name | app-name\n"); eprintf ("* program = find-in-path | absolute-path\n"); - eprintf ("* p...
7
diff --git a/src/Engines/JavaScript.js b/src/Engines/JavaScript.js @@ -15,23 +15,34 @@ class JavaScript extends TemplateEngine { return result; } + _getInstance(mod) { + if (typeof mod === "string" || mod instanceof Buffer || mod.then) { + return { render: () => mod }; + } else if (typeof mod === "function") { + if ( +...
0
diff --git a/.travis.yml b/.travis.yml @@ -10,8 +10,8 @@ script: # A working Git+SSH setup is required by the deploy task. Configure Git and SSH # so that it can push to the GitHub repository. before_deploy: -- git config user.name "Travis CI" -- git config user.email "travis-ci@interactivethings.com" +- git config --g...
12
diff --git a/test-complete/nodejs-optic-from-triples.js b/test-complete/nodejs-optic-from-triples.js @@ -536,4 +536,47 @@ describe('Node.js Optic from triples test', function(){ }, done); }); + it('TEST 14 - with mapper', function(done){ + const bb = op.prefixer('http://marklogic.com/baseball/players/'); + const tm = o...
0
diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle @@ -93,6 +93,11 @@ android { compileSdkVersion 26 buildToolsVersion "23.0.1" + lintOptions { + checkReleaseBuilds false + abortOnError false + } + defaultConfig { applicationId "com.rnmapboxglexample" minSdkVersion 16
3
diff --git a/local_modules/Contacts/Models/Contact.js b/local_modules/Contacts/Models/Contact.js @@ -235,10 +235,13 @@ class Contact extends EventEmitter { const self = this const emitter = self.context.openAliasResolver + if (self._EventName_resolvedOpenAliasAddress_fn && typeof self._EventName_resolvedOpenAliasAddres...
1
diff --git a/js/zb.js b/js/zb.js @@ -2427,7 +2427,7 @@ module.exports = class zb extends Exchange { request['startTime'] = since; } if (limit !== undefined) { - request['pageSize'] = since; + request['pageSize'] = limit; } const response = await this.contractV2PrivateGetFundGetBill (this.extend (request, params)); //
12
diff --git a/src/app/Library/CrudPanel/Traits/Fields.php b/src/app/Library/CrudPanel/Traits/Fields.php @@ -162,7 +162,7 @@ trait Fields return false; } - $firstField = array_keys(array_slice($this->getCleanFields(), 0, 1))[0]; + $firstField = array_keys(array_slice($this->getCleanStateFields(), 0, 1))[0]; $this->before...
14