code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/plugins/downloader/back.js b/plugins/downloader/back.js @@ -49,13 +49,14 @@ function handle(win) { ipcMain.on("add-metadata", async (event, filePath, songBuffer, currentMetadata) => { let fileBuffer = songBuffer; - - if (currentMetadata.imageSrc) { + let songMetadata; + if (currentMetadata.imageSrc) { // m...
4
diff --git a/components/section.js b/components/section.js @@ -3,8 +3,8 @@ import PropTypes from 'prop-types' import Container from './container' -const Section = ({title, subtitle, children, background}) => ( - <section className={`section section-${background}`}> +const Section = ({title, subtitle, children, style, b...
0
diff --git a/examples/material-UI-components/README.md b/examples/material-UI-components/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/e...
1
diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js @@ -296,11 +296,20 @@ export default class ServerlessOffline { const { http, httpApi, schedule, websocket } = event if ((http || httpApi) && functionDefinition.handler) { - httpEvents.push({ + const httpEvent = { functionKey, handler: functionDefinition.h...
0
diff --git a/README.md b/README.md @@ -415,7 +415,7 @@ Supported customizable components: * `TableToolbarSelect` * `Tooltip` -For more information, please see this [example](https://github.com/gregnb/mui-datatables/examples/custom-components/index.js). Additionally, all examples can be viewed [live](https://codesandbox...
3
diff --git a/_pages/conference.html b/_pages/conference.html @@ -31,7 +31,6 @@ permalink: /conference <h1> <a id="conf-title-href" nohref></a> <span id="twitter-box"></span> - <iframe src="https://ghbtns.com/github-btn.html?user={{ site.github_username }}&repo={{ site.github_repo }}&type=star&count=true" frameborder="0...
2
diff --git a/public/resources/ts/calculate-player-stats.ts b/public/resources/ts/calculate-player-stats.ts @@ -46,16 +46,6 @@ export function getPlayerStats() { } } - // Held item stats - if (items.highest_rarity_sword) { - const bonusStats: ItemStats = helper.getStatsFromItem(items.highest_rarity_sword as unknown as I...
8
diff --git a/articles/libraries/lock-ios/v1/touchid-authentication.md b/articles/libraries/lock-ios/v1/touchid-authentication.md @@ -3,11 +3,14 @@ section: libraries toc_title: Touch ID Authentication description: How to implement Touch ID authentication with Lock iOS. --- - # Lock iOS: Touch ID Authentication <%= incl...
0
diff --git a/test/common.js b/test/common.js -/*global unexpected:true, expect:true, expectWithUnexpectedMagicPen:true, setImmediate:true, weknowhow*/ +/*global unexpected:true, expect:true, expectWithUnexpectedMagicPen:true, setImmediate:true, weknowhow, jasmine*/ /* eslint no-unused-vars: "off" */ unexpected = typeof...
12
diff --git a/source/foundation/RunLoop.js b/source/foundation/RunLoop.js -/*global document, setTimeout, clearTimeout, console, window */ +/*global document, setTimeout, clearTimeout, requestAnimationFrame, + console, window */ import { Heap } from './Heap.js'; @@ -10,24 +11,6 @@ const setImmediate = return setTimeout(...
2
diff --git a/js/unix_formatting.js b/js/unix_formatting.js var new_position = settings.position; var position = new_position; var result; - input = input.replace(/\r\n\x1b\[1A/g, ''); + var ansi_re = /(\x1B\[[0-9;]*[A-Za-z])/g; + var cursor_re = /(.*)\r?\n\x1b\[1A\x1b\[([0-9]+)C/g; + // move up and right we need to del...
9
diff --git a/src/article/converter/r2t/jats2internal.js b/src/article/converter/r2t/jats2internal.js @@ -223,7 +223,7 @@ function _populateAwards (doc, jats) { function _populateArticleRecord (doc, jats, jatsImporter) { let articleMetaEl = jats.find('article > front > article-meta') let articleRecord = doc.get('article...
4
diff --git a/contribs/gmf/less/desktoplayertree.less b/contribs/gmf/less/desktoplayertree.less @@ -94,10 +94,6 @@ gmf-layertree { display: none; } - .gmf-layertree-name { - white-space: nowrap; - } - // leave space for the drag handle .gmf-layertree-depth-1 a.gmf-layertree-expand-node.fa { margin-left: @half-app-margin...
11
diff --git a/packages/docs/docs/docs/writing_contracts.md b/packages/docs/docs/docs/writing_contracts.md @@ -168,16 +168,16 @@ $ TOKEN=$(zos create TokenContract) $ zos create MyContract --init --args $TOKEN ``` -An advanced alternative, if you need to create upgradeable contracts on the fly, is to keep an instance of ...
14
diff --git a/src/renderer/page/subscriptions/view.jsx b/src/renderer/page/subscriptions/view.jsx @@ -78,6 +78,7 @@ export default class extends React.PureComponent<Props> { return ( <Page notContained loading={isFetchingSubscriptions}> + <HiddenNsfwClaims uris={subscriptionUris} /> {!subscriptions.length && ( <div clas...
5
diff --git a/_projects/it/pagopa.md b/_projects/it/pagopa.md @@ -37,4 +37,4 @@ Stiamo lavorando ad una revisione profonda della documentazione. Per ora, siamo - [Architettura](https://pagopa-doc-architettura.readthedocs.io/) - [Formato Messaggi XML](http://pagopa-docs-formatoxml.readthedocs.io/) - [Specifiche Attuative...
1
diff --git a/token-metadata/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/metadata.json b/token-metadata/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/metadata.json "symbol": "TRND", "address": "0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/character-controller.js b/character-controller.js @@ -56,6 +56,16 @@ class Player extends THREE.Object3D { this.grabs = [null, null]; this.wears = []; this.actions = []; + + this.actionInterpolants = { + crouch: new BiActionInterpolant(() => this.hasAction('crouch'), 0, crouchMaxTime), + }; + } + getAction...
0
diff --git a/docs/_api-mocking/mock.md b/docs/_api-mocking/mock.md @@ -28,27 +28,32 @@ parameters: - Object content: More options to configure matching and responding behaviour content_markdown: |- + Alternatively a single parameter, `options`, an Object with `matcher`, `response` and other options defined, can be pass...
7
diff --git a/test/integration/offline.js b/test/integration/offline.js @@ -327,6 +327,26 @@ describe('Offline', () => { }).toObject(); done(); }); + + it('should return correctly set multiple set-cookie headers', done => { + const offline = new OfflineBuilder() + .addFunctionHTTP('fn1', { + path: 'fn1', + method: 'GET'...
0
diff --git a/assets/js/components/ViewOnlyMenu/index.js b/assets/js/components/ViewOnlyMenu/index.js /** * External dependencies */ -import classnames from 'classnames'; import { useClickAway } from 'react-use'; /** @@ -56,20 +55,10 @@ export default function ViewOnlyMenu() { return ( <div ref={ menuWrapperRef } - clas...
2
diff --git a/src/components/CurrencySymbolButton.js b/src/components/CurrencySymbolButton.js @@ -18,7 +18,7 @@ const propTypes = { function CurrencySymbolButton(props) { return ( - <Tooltip text={props.translate('common.currency')}> + <Tooltip text={props.translate('iOUCurrencySelection.selectCurrency')}> <TouchableOpa...
4
diff --git a/token-metadata/0x9F599410D207f3D2828a8712e5e543AC2E040382/metadata.json b/token-metadata/0x9F599410D207f3D2828a8712e5e543AC2E040382/metadata.json "symbol": "TTT", "address": "0x9F599410D207f3D2828a8712e5e543AC2E040382", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/app/mixins/cattle-transitioning-resource.js b/app/mixins/cattle-transitioning-resource.js @@ -370,12 +370,10 @@ export default Ember.Mixin.create({ if ( field.nullable ) { val = null; - if ( val !== null ) { this.set(key, val); } } } - } var len = (val ? Ember.get(val,'length') : 0);
2
diff --git a/lambda/import/index.js b/lambda/import/index.js @@ -60,7 +60,9 @@ exports.step=function(event,context,cb){ if (timestamp === "") { // only metrics and feedback items have datetime field.. This must be a qna item. obj.type=obj.type || 'qna' + if(obj.type != 'slottype') { obj.q = obj.q.map(x=>{ x = x.replace...
3
diff --git a/tasks/test_syntax.js b/tasks/test_syntax.js @@ -154,6 +154,7 @@ function combineGlobs(arr) { function log(name, logs) { if(logs.length) { console.error('test-syntax error [' + name + ']'); + console.error(logs.join('\n')); EXIT_CODE = 1; } else { console.log('ok ' + name);
7
diff --git a/token-metadata/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/metadata.json b/token-metadata/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/metadata.json "symbol": "KP3R", "address": "0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44", "decimals": 18, - "dharmaVerificationStatus": "UNVERIFIED" + "dharmaVerificationStatus...
3
diff --git a/refs/csswg.json b/refs/csswg.json "rawDate": "2015-10", "href": "http://www.itu.int/rec/R-REC-BT.2020/en" }, - "UAX44": { - "source": "http://dev.w3.org/csswg/biblio.ref", - "authors": [ - "Mark Davis", - "Ken Whistler" - ], - "title": "Unicode Character Database", - "rawDate": "2013-09-25", - "href": "htt...
5
diff --git a/lib/global-admin/addon/components/cluster-row/template.hbs b/lib/global-admin/addon/components/cluster-row/template.hbs {{cluster-template-revision-upgrade-notification cluster=model}} </td> <td data-title="{{dt.provider}}"> - {{#if (or model.k3sConfig.kubernetesVersion model.version.gitVersion)}} + {{#if ...
13
diff --git a/package.json b/package.json { "name": "nativescript-doctor", - "version": "0.7.0", + "version": "0.8.0", "description": "Library that helps identifying if the environment can be used for development of {N} apps.", "main": "lib/index.js", "types": "./typings/nativescript-doctor.d.ts",
12
diff --git a/articles/api-auth/tutorials/adoption/oidc-conformant.md b/articles/api-auth/tutorials/adoption/oidc-conformant.md @@ -27,7 +27,6 @@ Enabling this flag on a client will have the following effects: * The `device` parameter, originally used to obtain refresh tokens, is now considered invalid. * The legacy [re...
2
diff --git a/token-metadata/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/metadata.json b/token-metadata/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/metadata.json "symbol": "AGS", "address": "0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A", "decimals": 8, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" }...
3
diff --git a/token-metadata/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/metadata.json b/token-metadata/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/metadata.json "symbol": "CTT", "address": "0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/assets/js/modules/adsense/components/dashboard/AdSenseDashboardWidget.js b/assets/js/modules/adsense/components/dashboard/AdSenseDashboardWidget.js @@ -37,7 +37,6 @@ import Alert from '../../../../components/alert'; import DashboardAdSenseTopPages from './DashboardAdSenseTopPages'; import getNoDataComponen...
2
diff --git a/vis/js/components/Highlight.js b/vis/js/components/Highlight.js @@ -42,19 +42,12 @@ const Highlight = ({ return text; } - let queryWords = queryTerms; + let queryWords = queryTerms.map((term) => escapeRegExp(term)); if (hyphenated) { - queryWords = queryTerms.map((term) => hyphenateString(term)); + queryWo...
1
diff --git a/src/math/matrix2.js b/src/math/matrix2.js * @memberOf me * @constructor * @param {me.Matrix2d} [mat2d] An instance of me.Matrix2d to copy from - * @param {Number[]} [arguments...] Matrix elements. See {@link me.Matrix2d.set} + * @param {Number[]} [arguments...] Matrix elements. See {@link me.Matrix2d.setTr...
1
diff --git a/articles/libraries/lock/v11/api.md b/articles/libraries/lock/v11/api.md @@ -261,7 +261,7 @@ var Auth = (function() { ## resumeAuth() -If you set the [auth.autoParseHash](/libraries/lock/v11/configuration#autoparsehash-boolean-) option to `false`, you'll need to call this method to complete the authenticati...
7
diff --git a/src/directives/formBuilder.js b/src/directives/formBuilder.js @@ -221,7 +221,7 @@ module.exports = ['debounce', function(debounce) { } } )); - }); + }, true); }); }); }
11
diff --git a/src/settings/MessageManager.js b/src/settings/MessageManager.js @@ -160,12 +160,12 @@ class MessaageManager { } async sendFileToAuthor(message, file, fileName, deleteCall) { - const msg = await message.author.send('', { file: { attachment: file, name: fileName } }); + const msg = await message.author.send(...
2
diff --git a/src/consts/const_global.js b/src/consts/const_global.js @@ -244,7 +244,7 @@ consts.SETTINGS = { NODE: { - VERSION: "1.196", + VERSION: "1.197", VERSION_COMPATIBILITY: "1.174", VERSION_COMPATIBILITY_POOL_MINERS: "1.174",
13
diff --git a/core/algorithm-builder/environments/nodejs/wrapper/package.json b/core/algorithm-builder/environments/nodejs/wrapper/package.json "author": "", "license": "ISC", "dependencies": { - "@hkube/nodejs-wrapper": "^2.0.14" + "@hkube/nodejs-wrapper": "^2.0.15" }, "devDependencies": {} } \ No newline at end of fil...
3
diff --git a/articles/tokens/jwks.md b/articles/tokens/jwks.md @@ -18,13 +18,10 @@ When creating applications and resources servers (APIs) in Auth0, two algorithms Auth0 uses the [JWK](https://tools.ietf.org/html/rfc7517) specification to represent the cryptographic keys used for signing RS256 tokens. This specificatio...
14
diff --git a/website/contents/links.js b/website/contents/links.js @@ -3,5 +3,6 @@ export default { 'deck.gl': 'https://uber.github.io/deck.gl', 'luma.gl': 'https://uber.github.io/luma.gl', 'react-map-gl': 'https://uber.github.io/react-map-gl', - 'react-vis': 'https://uber.github.io/react-vis' + 'react-vis': 'https://u...
0
diff --git a/packages/typescript-imba-plugin/src/lexer/script.imba b/packages/typescript-imba-plugin/src/lexer/script.imba @@ -419,7 +419,7 @@ export default class ImbaScriptInfo flags ~= t.Value flags |= t.VarName - if tok.match("delimiter.type.prefix type") + if tok.match("delimiter.type.prefix type") or group.closes...
7
diff --git a/components/Discussion/enhancers.js b/components/Discussion/enhancers.js @@ -242,13 +242,14 @@ const upsertComment = (proxy, discussionId, comment, {prepend = false, subscript fragmentName: 'ConnectionNodes' }, true) const existingOptimisticComment = parentConnectionOptimistic.nodes.find(n => n.id === comme...
1
diff --git a/src/data/event.js b/src/data/event.js @@ -57,8 +57,8 @@ export type EventCategory = { contrast: boolean }; -// We use a switch here, rather than a look up so that we can safely state -// that this function will always return an EventCategory. +// We use a switch here, rather than a look up so that we can e...
0
diff --git a/packages/vue/src/components/molecules/SfGallery/SfGallery.js b/packages/vue/src/components/molecules/SfGallery/SfGallery.js @@ -58,7 +58,7 @@ export default { mounted() { // handle slider with swipe and transitions with Glide.js // https://glidejs.com/docs/ - const glide = new Glide(this.$refs.glide, this....
12
diff --git a/game.js b/game.js @@ -18,7 +18,7 @@ import {world} from './world.js'; import {buildMaterial, highlightMaterial, selectMaterial, hoverMaterial, hoverEquipmentMaterial} from './shaders.js'; import {teleportMeshes} from './teleport.js'; import {getRenderer, sceneLowPriority, camera} from './renderer.js'; -imp...
0
diff --git a/packages/app/src/stores/ui.tsx b/packages/app/src/stores/ui.tsx @@ -408,7 +408,7 @@ export const usePageRenameModalStatus = (status?: RenameModalStatus): SWRRespons export const usePageRenameModalOpened = (): SWRResponse<boolean, Error> => { const { data } = usePageRenameModalStatus(); - return useSWR( + r...
14
diff --git a/components/bases-locales/charte/commune.js b/components/bases-locales/charte/commune.js @@ -6,13 +6,13 @@ import {ExternalLink} from 'react-feather' import theme from '@/styles/theme' import ButtonLink from '@/components/button-link' -function Commune({name, codeCommune, picture, alt, signatureDate, charte...
0
diff --git a/test-complete/nodejs-optic-from-views.js b/test-complete/nodejs-optic-from-views.js @@ -1033,29 +1033,25 @@ describe('Optic from views test', function(){ }, done); }); - /*it('TEST 33 - different binding types', function(done){ + it('TEST 33 - inner join with accessor plan', function(done){ const plan1 = o...
0
diff --git a/scenes/block.scn b/scenes/block.scn "start_url": "https://avatar-models.exokit.org/model49.vrm", "dynamic": true }, - { - "position": [ - -26, - 0, - -2 - ], - "quaternion": [ - 0, - 0.7071067811865475, - 0, - 0.7071067811865475 - ], - "start_url": "https://webaverse.github.io/app/public/avatars/scillia.vr...
2
diff --git a/articles/metadata/management-api.md b/articles/metadata/management-api.md --- -description: How to update metadata through the Auth0 Management API and Authentication API. +description: How to retrieve and update metadata through the Auth0 APIs. crews: crew-2 +toc: true --- # Metadata with Auth0 APIs ### M...
0
diff --git a/lib/utils/normalize-select.js b/lib/utils/normalize-select.js @@ -11,7 +11,7 @@ export default function normalizeSelect (query) { // The selection of fields for the query is limited // Get the different parts that are listed for selection - const allSelects = Array.isArray(query.select) ? query.select : qu...
8
diff --git a/src/js/player.js b/src/js/player.js @@ -1605,7 +1605,7 @@ class MediaElementPlayer { error = document.createElement('div'), // this needs to come last so it's on top bigPlay = document.createElement('div'), - buffer = controls.querySelector(`.${t.options.classPrefix}time-buffering`) + buffer = () => contro...
14
diff --git a/spec/requests/password_resets_spec.rb b/spec/requests/password_resets_spec.rb # coding: UTF-8 -require_relative '../acceptance_helper' require_relative '../spec_helper_min' feature "Forgot password" do @@ -11,7 +10,6 @@ feature "Forgot password" do end before(:each) do - Capybara.current_driver = :rack_tes...
2
diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js @@ -128,8 +128,11 @@ function payIOUReport({ } fetchChatReportsByIDs([chatReportID]); - // Any report that is being paid must be open, and must be currently set as open iouReport within the - // chatReport object. Therefore, we must also update the chatRepo...
7
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js icon = thisData.icon, parent = option.parentNode, next = option.nextElementSibling, + previous = option.previousElementSibling, isOptgroup = parent.tagName === 'OPTGROUP', isOptgroupDisabled = isOptgroup && parent.disabled, isDisabled = option.disabled || isO...
7
diff --git a/conf/routes b/conf/routes @@ -132,4 +132,4 @@ POST /amtAssignment @controllers.Missio # Clustering and Attributes GET /runSingleUserClusteringAllUsers @controllers.AttributeController.runSingleUserClusteringAllUsers GET /userLabelsToCluster @controllers.AttributeController.getUserLabelsToCluster(userIdOrIp...
1
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb @@ -35,7 +35,14 @@ class UsersController < ApplicationController # Send them an invitation and account activation email. email = new_user_params[:email] + begin UserMailer.account_activation(email, reset_url).deliver_now + rescue Net...
9
diff --git a/src/scss/components/header.scss b/src/scss/components/header.scss color: $color-main-mid; display: block; padding: 0.4rem 0.6rem; + font-size: 0.72rem; @media (min-width: $viewport-sm) { + font-size: 16px; padding: 0.8rem 1rem; }
1
diff --git a/src/languages/en.js b/src/languages/en.js @@ -656,7 +656,7 @@ export default { pleaseEnterUniqueLogin: 'That user is already a member of this workspace.', genericFailureMessage: 'An error occurred inviting the user to the workspace, please try again.', systemUserError: ({email}) => `Sorry, you cannot invit...
7
diff --git a/modules/keyboard.js b/modules/keyboard.js @@ -231,12 +231,13 @@ Keyboard.DEFAULTS = { key: ' ', collapsed: true, format: { list: false }, - prefix: /^(1\.|-)$/, + prefix: /^\s*?(1\.|-)$/, handler: function(range, context) { if (this.quill.scroll.whitelist != null && !this.quill.scroll.whitelist['list']) re...
11
diff --git a/src/og/control/LayerAnimation.js b/src/og/control/LayerAnimation.js @@ -234,8 +234,7 @@ class LayerAnimation extends Control { this._playIndex++; this._timeoutStart = performance.now(); this._layersArr[this._currentIndex].setVisibility(false); - } - if (this.isIdle) { + } else if (this.isIdle) { this._play...
1
diff --git a/detox/ios/Detox/EarlGreyStatistics.m b/detox/ios/Detox/EarlGreyStatistics.m @@ -23,7 +23,7 @@ NSArray *WXClassesConformingToProtocol(Protocol* protocol) NSMutableArray* rv = [NSMutableArray new]; int numberOfClasses = objc_getClassList(NULL, 0); - Class* classList = (__bridge Class*)malloc(sizeof(Class) * ...
1
diff --git a/package-lock.json b/package-lock.json { "name": "aws-ai-qna-bot", - "version": "4.7.1", + "version": "4.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.7.1", + "version": "4.7.2", "license": "SEE LICENSE IN LICENSE", "os": [ "darwin",
3
diff --git a/lib/shared/addon/components/form-versions/component.js b/lib/shared/addon/components/form-versions/component.js @@ -54,7 +54,6 @@ export default Component.extend({ initialVersion, defaultK8sVersion, applyClusterTemplate = false, - clusterTemplateCreate = false, clusterTemplateQuestions = [], } = this; @@ -...
2
diff --git a/test/test_contract.sh b/test/test_contract.sh @@ -9,10 +9,10 @@ timestamp=$(date +%s) testaccount=testaccount$timestamp ../bin/near create_account $testaccount echo Building contract -cp ../node_modules/near-runtime-ts/tests/assembly/*.ts assembly/ yarn yarn remove near-shell yarn add ../ +cp ./node_module...
1
diff --git a/react/src/base/links/SprkLink.stories.js b/react/src/base/links/SprkLink.stories.js @@ -18,12 +18,7 @@ Images that are links should not use Spark classes. }; export const defaultStory = () => ( - <SprkLink - element="a" - href="#nogo" - idString="link-1" - analyticsString="link-default" - > + <SprkLink hre...
3
diff --git a/sirepo/sim_api/jupyterhublogin.py b/sirepo/sim_api/jupyterhublogin.py @@ -61,7 +61,7 @@ def init_apis(*args, **kwargs): global cfg cfg = pkconfig.init( - user_db_root=( + user_db_root_d=( pkio.py_path(sirepo.srdb.root()).join('jupyterhub', 'user'), pkio.py_path, 'Jupyterhub user db', @@ -69,7 +69,7 @@ def ...
4
diff --git a/test/unit/helpers/vuex-setup.js b/test/unit/helpers/vuex-setup.js import Vuex from 'vuex' import VueRouter from 'vue-router' -import { shallow, createLocalVue } from 'vue-test-utils' +import { shallow, mount, createLocalVue } from 'vue-test-utils' + +import routes from 'renderer/routes' const Modules = req...
7
diff --git a/fastlane/Fastfile b/fastlane/Fastfile @@ -708,6 +708,14 @@ platform :android do ) end + Dir.glob(".#{release_dir}*.kt") do |item| + find_replace_string( + path_to_file: item[1..-1], + old_string: 'package com.mattermost.rnbeta', + new_string: "package #{package_id}" + ) + end + Dir.glob('../android/app/src...
14
diff --git a/src/components/AddPlaidBankAccount.js b/src/components/AddPlaidBankAccount.js @@ -26,6 +26,7 @@ import * as ReimbursementAccountUtils from '../libs/ReimbursementAccountUtils'; import ReimbursementAccountForm from '../pages/ReimbursementAccount/ReimbursementAccountForm'; import getBankIcon from './Icon/Bank...
14
diff --git a/src/editors/object.js b/src/editors/object.js @@ -406,7 +406,7 @@ export var ObjectEditor = AbstractEditor.extend({ if (this.jsoneditor.options.display_required_only || this.options.display_required_only) { this.schema.defaultProperties = [] $each(this.schema.properties, function (k, s) { - if (self.isRequ...
10
diff --git a/src/redux/store/store.ts b/src/redux/store/store.ts @@ -7,19 +7,9 @@ import Reactotron from '../../../reactotron-config'; import reducer from '../reducers'; const transformCacheVoteMap = createTransform( - (state) => { - if(state.votes){ - state.votes = Array.from(state.votes); - } - return state; - }, - (...
7
diff --git a/src/index.js b/src/index.js @@ -731,7 +731,17 @@ class Offline { let authStrategyName = null; if (endpoint.authorizer) { let authFunctionName = endpoint.authorizer; + if (typeof authFunctionName === 'string' && authFunctionName.toUpperCase() === 'AWS_IAM') { + this.serverlessLog('WARNING: Serverless Offlin...
0
diff --git a/src/components/UserHeader.js b/src/components/UserHeader.js @@ -59,7 +59,7 @@ const UserHeader = ({ <FollowButton username={handle} /> )} </div> - {(authenticated && !isSameUser) && <Popover + {!isSameUser && <Popover placement="bottom" trigger="click" content={
2
diff --git a/frontend/src/profile.js b/frontend/src/profile.js @@ -32,7 +32,19 @@ MatrixProfile.prototype.loadStoredRoom = function loadStoredRoom() { }; MatrixProfile.prototype.isProfileStored = function isProfileStored() { - return !!localStorage.getItem("user"); + const item = localStorage.getItem("user"); + + if (i...
1
diff --git a/src/encoded/tests/test_audit_experiment.py b/src/encoded/tests/test_audit_experiment.py @@ -2275,7 +2275,6 @@ def test_audit_experiment_dnase_low_correlation(testapp, testapp.patch_json(replicate_2_1['@id'], {'library': library_2['@id']}) testapp.patch_json(base_experiment['@id'], {'status': 'released', 'd...
1
diff --git a/app/builtin-pages/views/bookmarks.js b/app/builtin-pages/views/bookmarks.js @@ -188,7 +188,7 @@ function onFilterBookmarks (e) { async function onTogglePinned (i) { var b = bookmarks[i] bookmarks[i].pinned = !b.pinned - await beaker.bookmarks.togglePinned(b.url, bookmarks[i].pinned) + await beaker.bookmark...
4
diff --git a/articles/overview/deployment-models.md b/articles/overview/deployment-models.md @@ -62,10 +62,10 @@ The following table describes operational and feature differences between each o </tr> <tr> <th>Uptime SLA Provided</th> - <td class="success">Yes</td> - <td class="success">Yes</td> - <td class="danger">No<...
2
diff --git a/package.json b/package.json "es6-promise": "^3.0.2", "fast-isnumeric": "^1.1.1", "font-atlas-sdf": "^1.3.3", - "gl-axes3d": "^1.2.6", "gl-contour2d": "^1.1.2", "gl-error3d": "^1.0.7", "gl-heatmap2d": "^1.0.3",
2
diff --git a/src/components/TableHeadingCellEnhancer.js b/src/components/TableHeadingCellEnhancer.js @@ -8,7 +8,7 @@ const EnhancedHeadingCell = OriginalComponent => compose( }), mapProps(({ events: { onSort }, ...props }) => ({ ...props, - onClick: combineHandlers([() => onSort({ id: props.columnId }), props.onClick])...
1
diff --git a/website/adminscripts/import.py b/website/adminscripts/import.py @@ -7,6 +7,7 @@ import sys import datetime import json import xml.sax +import re if len(sys.argv) < 3: print("Usage: ./import.py [-p] PATH_TO_DICTIONARY.sqlite FILE_TO_IMPORT.xml [AUTHOR_EMAIL]") @@ -58,6 +59,7 @@ class handlerFirst(xml.sax.Co...
8
diff --git a/client/DeckSummary.jsx b/client/DeckSummary.jsx @@ -110,14 +110,14 @@ class DeckSummary extends React.Component { <h3>{ this.props.name }</h3> <div className='decklist'> <img className='pull-left' src={ '/img/mons/' + this.props.faction.value + '.png' } /> - { this.props.allianceFaction && this.props.allia...
1
diff --git a/src/agent/index.js b/src/agent/index.js @@ -2751,7 +2751,6 @@ function traceJava (klass, method) { const k = javaUse(klass); k[method].implementation = function (args) { const res = this[method](); - console.error(args); /* var Activity = Java.use('android.app.Activity'); Activity.onResume.implementation =...
4
diff --git a/src/encoded/search.py b/src/encoded/search.py @@ -1212,31 +1212,27 @@ def audit(context, request): facets.append(audit_facet) # To get list of audit categories from facets - audit_list_label = [] + audit_list_field_copy = [] audit_list_field = [] for item in facets: if item[0].rfind('audit.') > -1: audit_l...
0
diff --git a/js/neighborhood.js b/js/neighborhood.js @@ -181,8 +181,8 @@ enyo.kind({ items.push({ icon: {directory: "icons", icon: "system-shutdown.svg"}, colorized: false, - name: l10n.get("Shutdown"), - action: enyo.bind(this, "doShutdown"), + name: (util.getClientType() == constant.webAppType) ? l10n.get("Logoff") :...
14
diff --git a/README.md b/README.md ![Imgur](http://i.imgur.com/eL73Iit.png) -![Imgur](https://i.imgur.com/iw4m3NH.jpg) +![Imgur](https://i.redd.it/8jkukgakvq801.jpg) # SpaceX Data REST API @@ -29,11 +29,11 @@ GET https://api.spacexdata.com/v2/launches/latest ```json { - "flight_number":52, - "launch_year":"2017", - "la...
3
diff --git a/_src/js/compare/index.jsx b/_src/js/compare/index.jsx @@ -139,45 +139,41 @@ class Compare extends React.Component { constructor (props) { super(props); this.state = { - usePct: true + changeType: 'pct', + usePct: true, }; - - this.handleRadioChange = this.handleRadioChange.bind(this); + this.updateChangeTy...
4
diff --git a/src/screens/SponsorScreen/index.js b/src/screens/SponsorScreen/index.js @@ -19,9 +19,10 @@ type Props = { getAssetSource: FieldRef => ImageSource } & OwnProps; -const mapStateToProps = state => ({ +const mapStateToProps = (state, { navigation }): Props => ({ sponsors: selectSponsors(state), - getAssetSourc...
0
diff --git a/assets/js/modules/analytics/datastore/accounts.test.js b/assets/js/modules/analytics/datastore/accounts.test.js @@ -36,7 +36,7 @@ import * as fixtures from './__fixtures__'; describe( 'modules/analytics accounts', () => { let apiFetchSpy; - let windowLocationSpy; + let locationAssignSpy; let registry; let ...
10
diff --git a/NewCommentsLayout.user.js b/NewCommentsLayout.user.js // @description Better comments layout for easier readability and moderation // @homepage https://github.com/samliew/SO-mod-userscripts // @author @samliew -// @version 1.2.1 +// @version 1.2.2 // // @include https://*stackoverflow.com/* // @include htt...
7
diff --git a/articles/extensions/index.md b/articles/extensions/index.md --- -url: /extensions -title: Auth0 Extensions +description: Extensions enable you to install applications or run commands/scripts that extend the functionality of Auth0. toc: true -description: Auth0 Extensions enable you to install applications ...
2
diff --git a/articles/overview/apis.md b/articles/overview/apis.md @@ -104,4 +104,14 @@ The most secure practice, and our recommendation, is to use **RS256**. Some of t - With RS256 you can implement key rotation without having to re-deploy the API with the new secret. +::: note +You can find the Public Key you can use...
0
diff --git a/src/components/auth/torus/sdk/TorusSDK.js b/src/components/auth/torus/sdk/TorusSDK.js @@ -62,6 +62,8 @@ class TorusSDK { } fetchTorusUser(response) { + const { env } = this.config + let torusUser = response let { userInfo, ...otherResponse } = torusUser @@ -82,6 +84,10 @@ class TorusSDK { torusUser = omit(...
0
diff --git a/UI/src/app/_components/tally/tally.component.ts b/UI/src/app/_components/tally/tally.component.ts @@ -28,7 +28,13 @@ export class TallyComponent { this.route.params.subscribe((params) => { if (params.deviceId) { this.currentDeviceIdx = this.socketService.devices.findIndex((d) => d.id == params.deviceId); -...
4
diff --git a/grails-app/taglib/streama/AssetSettingTagLib.groovy b/grails-app/taglib/streama/AssetSettingTagLib.groovy @@ -16,6 +16,10 @@ class AssetSettingTagLib { def linkRelIconSetting = { attribs -> def setting = attribs['setting'] + if(!setting){ + return + } + out << '<link rel="icon" href="'+getAssetFromSetting(...
1
diff --git a/src/app/services/cncengine/CNCEngine.js b/src/app/services/cncengine/CNCEngine.js @@ -3,9 +3,10 @@ import rangeCheck from 'range_check'; import serialport from 'serialport'; import socketIO from 'socket.io'; import socketioJwt from 'socketio-jwt'; -import store from '../../store'; +import ensureArray from ...
1
diff --git a/src/traces/surface/convert.js b/src/traces/surface/convert.js @@ -115,7 +115,17 @@ var shortPrimes = [ 601, 607, 613, 617, 619, 631, 641, 643, 647, 653, 659, 661, 673, 677, 683, 691, 701, 709, 719, 727, 733, 739, 743, 751, 757, 761, 769, 773, 787, 797, 809, 811, 821, 823, 827, 829, 839, 853, 857, 859, 863,...
7