code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/js/mexc3.js b/js/mexc3.js @@ -421,6 +421,8 @@ module.exports = class mexc3 extends Exchange { 'FLUX1': 'FLUX', // switched places 'FLUX': 'FLUX1', // switched places 'FREE': 'FreeRossDAO', // conflict with FREE Coin + 'GMT': 'GMT Token', // Conflict with GMT (STEPN) + 'STEPN': 'GMT', // Conflict with GMT T...
13
diff --git a/src/components/message/style.js b/src/components/message/style.js @@ -16,8 +16,9 @@ const Bubble = styled.div` box-shadow: ${props => props.hashed - ? `inset 0 0 0 2px ${props.theme.bg.default}, inset 0 0 0 4px ${props - .theme.brand.default}` + ? `inset 0 0 0 2px ${props.theme.bg.default}, inset 0 0 0 4px...
7
diff --git a/assets/sass/components/global/_googlesitekit-gathering-data-notice.scss b/assets/sass/components/global/_googlesitekit-gathering-data-notice.scss * limitations under the License. */ -.googlesitekit-plugin { - - .googlesitekit-gathering-data-notice { - text-transform: lowercase; - - &.googlesitekit-gatherin...
2
diff --git a/src/styles/transitions.spec.js b/src/styles/transitions.spec.js @@ -96,5 +96,40 @@ describe('transitions', () => { transitions.create('size', { fffds: 'value' }); assert.strictEqual(consoleErrorStub.callCount, 1, 'Wrong number of calls of warning()'); }); + + it('should return zero when not passed argument...
0
diff --git a/resources/functions/handler.js b/resources/functions/handler.js @@ -1104,8 +1104,6 @@ const handler = { // }); //do anything with stereo pcm here var pcmData = Buffer.from(new Int8Array(interleave16(Int16Array.from(newaudio[0], x => convert(x)), Int16Array.from(newaudio[1], x => convert(x))).buffer)); - - ...
2
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -128,6 +128,10 @@ Sometimes you are only making changes to a single compendium, such as `alien-arc This also works for other compendiums, naturally. Just replace `alien-archives` with another pack. This also only works with 1 pack at a time; adding more pack arguments w...
0
diff --git a/src/components/VBALoadingIndicator.js b/src/components/VBALoadingIndicator.js @@ -2,6 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import {Image, StyleSheet, View} from 'react-native'; import styles from '../styles/styles'; +import CONST from '../CONST'; import withLocalize, {with...
4
diff --git a/token-metadata/0x658bBe318260AB879af701043B18F7e8c4dAf448/metadata.json b/token-metadata/0x658bBe318260AB879af701043B18F7e8c4dAf448/metadata.json "symbol": "AETH", "address": "0x658bBe318260AB879af701043B18F7e8c4dAf448", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/index.d.ts b/index.d.ts @@ -96,7 +96,13 @@ export interface FormDataVisitorHelpers { } export interface SerializerVisitor { - (value: any, key: string | number, path: null | Array<string | number>, helpers: FormDataVisitorHelpers): boolean; + ( + this: GenericFormData, + value: any, + key: string | number,...
3
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js @@ -86,13 +86,13 @@ export default class ServicesStore extends Store { } @computed get allDisplayed() { - return this.stores.settings.all.service.showDisabledServices ? this.all : this.enabled; + return this.stores.settings.all.app.showDisabledServi...
12
diff --git a/packages/frontend/src/redux/reducers/sign/index.js b/packages/frontend/src/redux/reducers/sign/index.js @@ -2,7 +2,8 @@ import BN from 'bn.js'; import { utils, transactions as transaction } from 'near-api-js'; import { handleActions } from 'redux-actions'; -import { parseTransactionsToSign, signAndSendTran...
9
diff --git a/src/components/postBoost/postBoostView.js b/src/components/postBoost/postBoostView.js @@ -3,7 +3,6 @@ import { injectIntl } from 'react-intl'; import { Text, View, ScrollView, TouchableOpacity, Alert } from 'react-native'; import { WebView } from 'react-native-webview'; import get from 'lodash/get'; -impor...
14
diff --git a/utils/validators-info.js b/utils/validators-info.js @@ -64,15 +64,15 @@ async function showProposalsTable(near) { result.current_proposals.forEach((p) => proposals.set(p.account_id, p)); const combinedProposals = combineValidatorsAndProposals(result.current_validators, proposals); const expectedSeatPrice =...
1
diff --git a/packages/vue/src/components/organisms/SfTabs/SfTabs.stories.js b/packages/vue/src/components/organisms/SfTabs/SfTabs.stories.js @@ -63,6 +63,7 @@ storiesOf("Organisms|Tabs", module) <pre> <code> import { SfTabs } from "@storefront-ui/vue" + import { SfTabs } from "@storefront-ui/vue" </code> </pre> ${gener...
13
diff --git a/layout/explore/explore-datasets/list/list-item/styles.scss b/layout/explore/explore-datasets/list/list-item/styles.scss position: relative; min-height: 130px; border-radius: 4px; - box-shadow: 0 0px 0px 1px rgba(0,0,0,.03), 0 1px 6px 0 rgba(0,0,0,.1); + box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 1px 6px 0 r...
7
diff --git a/token-metadata/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/metadata.json b/token-metadata/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/metadata.json "symbol": "TOL", "address": "0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/web/tfjsexample2.html b/web/tfjsexample2.html <script src="https://bioimagesuiteweb.github.io/unstableapp/webcomponents-lite.js"></script> <script src="https://bioimagesuiteweb.github.io/unstableapp/jquery.min.js"></script> <script src="https://bioimagesuiteweb.github.io/unstableapp/bootstrap.min.js"></scr...
7
diff --git a/apiserver/apiserver/web/views.py b/apiserver/apiserver/web/views.py @@ -725,7 +725,7 @@ def store_user_bot(user_id, intended_user, bot_id): raise util.APIError(404, message="Bot not found.") # Check if the user already has a bot compiling - if bot["compile_status"] not in ("Successful", "Failed"): + if bot...
11
diff --git a/bl-kernel/security.class.php b/bl-kernel/security.class.php @@ -107,13 +107,6 @@ class Security extends dbJSON public function getUserIp() { - if (getenv('HTTP_X_FORWARDED_FOR')) { - $ip = getenv('HTTP_X_FORWARDED_FOR'); - } elseif (getenv('HTTP_CLIENT_IP')) { - $ip = getenv('HTTP_CLIENT_IP'); - } else { -...
2
diff --git a/src/middleware/packages/ldp/service.js b/src/middleware/packages/ldp/service.js @@ -23,7 +23,8 @@ module.exports = { ontologies, containers, defaultOptions: defaultContainerOptions - } + }, + hooks:this.schema.hooksContainer||{} }); await this.broker.createService(LdpResourceService, { @@ -31,7 +32,8 @@ mo...
11
diff --git a/modules/Cockpit/admin.php b/modules/Cockpit/admin.php @@ -201,6 +201,11 @@ $app->on("after", function() { if ($this->req_is('ajax')) { $this->response->body = '{"error": "404", "message":"File not found"}'; } else { + + if (!$this->module('cockpit')->getUser()) { + $this->reroute('/auth/login'); + } + $thi...
7
diff --git a/assets/js/components/surveys/SurveyQuestionOpenText.js b/assets/js/components/surveys/SurveyQuestionOpenText.js @@ -80,8 +80,13 @@ const SurveyQuestionOpenText = ( { onChange={ onChange } label={ placeholder } noLabel + textarea > - <Input id={ instanceID } value={ value } /> + <Input + inputType="textarea...
4
diff --git a/config/achievements-network.yml b/config/achievements-network.yml @@ -384,84 +384,84 @@ blog: prata: name: 'Prata' ranges: - I: 6 - II: 7 - III: 8 - IV: 9 - V: 10 + I: 7 + II: 9 + III: 11 + IV: 13 + V: 15 xp: 5 ouro: name: 'Ouro' ranges: - I: 11 - II: 12 - III: 13 - IV: 14 - V: 15 + I: 18 + II: 21 + III: 2...
3
diff --git a/apps/lcars/lcars.app.js b/apps/lcars/lcars.app.js @@ -293,6 +293,13 @@ function draw(){ // Handle steps for graph data handleSteps(); + // Clear data + var current = new Date(); + if(current.getHours() == 0 && current.getMinutes() == 0){ + stepsData = new Array(24).fill(0); + hrmData = new Array(24).fill(0...
12
diff --git a/lib/api-ban.js b/lib/api-ban.js @@ -38,6 +38,10 @@ export function getVoiesFantoir(communeCode) { return _fetch(`${API_BAN_URL}/api-fantoir/communes/${communeCode}/voies`) } +export function getVoiesCSVFantoir(communeCode) { + return `${API_BAN_URL}/api-fantoir/communes/${communeCode}/voies.csv` +} + expor...
0
diff --git a/src/redux/Checkout/actions.js b/src/redux/Checkout/actions.js @@ -614,6 +614,14 @@ export function checkout(number, expMonth, expYear, cvc) { dispatch(checkoutRequest()) + httpClient + .get(cart['@id'] + '/payment') + .then(payment => { + + if (null !== payment.stripeAccount) { + Stripe.setStripeAccount(pa...
9
diff --git a/app/models/project_observation.rb b/app/models/project_observation.rb @@ -34,12 +34,16 @@ class ProjectObservation < ActiveRecord::Base include ActsAsUUIDable def notify_observer(association) - if UpdateAction.joins(:update_subscribers). - where(resource: project, notification: UpdateAction::YOUR_OBSERVATI...
14
diff --git a/src/parsers/GmlExtImport.hx b/src/parsers/GmlExtImport.hx @@ -21,7 +21,7 @@ class GmlExtImport { private static var rxImport = new RegExp(( "^#import[ \t]+" + "([\\w.]+\\*?)" // com.pkg[.*] - + "(?:[ \t]+(?:in|as)[ \t]+(\\w+))?" // in name + + "(?:[ \t]+(?:in|as)[ \t]+(\\w+)(?:\\.(\\w+))?)?" // in name ), ...
11
diff --git a/lib/ag-solo/vats/bootstrap.js b/lib/ag-solo/vats/bootstrap.js @@ -33,8 +33,11 @@ function parseArgs(argv) { return [ROLE, bootAddress, additionalAddresses]; } -const SCENARIO_1_INDEX = 1; -const SCENARIO_2_INDEX = 1; +// Used in scenario 1 for coordinating on an index for registering public keys +// while ...
10
diff --git a/razzle.config.js b/razzle.config.js @@ -8,6 +8,7 @@ const path = require('path'); const autoprefixer = require('autoprefixer'); const makeLoaderFinder = require('razzle-dev-utils/makeLoaderFinder'); const nodeExternals = require('webpack-node-externals'); +const webpack = require('webpack'); const MiniCssE...
8
diff --git a/token-metadata/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/metadata.json b/token-metadata/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/metadata.json "symbol": "KEEP", "address": "0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/package.json b/package.json "cover": "NODE_ENV=test nyc --reporter html --reporter cobertura --reporter=lcov npm run test cover", "lint": "scripts/lint.sh", "lint-docs": "scripts/lint-markdown.sh", - "publish-prod": "npm run build && npm run test && npm run test dist && scripts/publish.sh prod", - "publish...
0
diff --git a/token-metadata/0x19810559dF63f19cfE88923313250550eDADB743/metadata.json b/token-metadata/0x19810559dF63f19cfE88923313250550eDADB743/metadata.json "symbol": "HOUSE", "address": "0x19810559dF63f19cfE88923313250550eDADB743", "decimals": 0, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/web/stylesheets/layout/_io.css b/src/web/stylesheets/layout/_io.css display: flex; flex-direction: row; border-bottom: 1px solid var(--primary-border-colour); + border-left: 1px solid var(--primary-border-colour); height: var(--tab-height); + width: calc(100% - 75px); + clear: none; } #input-tabs li, ....
5
diff --git a/tests/playground.html b/tests/playground.html @@ -293,7 +293,8 @@ function updateRenderDebugOptions(e) { function addRenderDebugOptionsCheckboxes() { var renderDebugConfig = Blockly.blockRendering.Debug.config; var renderDebugOptionsListEl = document.getElementById('renderDebugOptions'); - Object.keys(rend...
2
diff --git a/src/components/AdminPane/HOCs/WithChallengeManagement/WithChallengeManagement.js b/src/components/AdminPane/HOCs/WithChallengeManagement/WithChallengeManagement.js @@ -38,6 +38,7 @@ async function uploadLineByLine(dispatch, ownProps, challenge, geoJSON, removeUn const lineFile = AsLineReadableFile(geoJSON)...
12
diff --git a/plugins/precise-volume/front.js b/plugins/precise-volume/front.js @@ -3,8 +3,36 @@ const { ipcRenderer, remote } = require("electron"); const { setOptions } = require("../../config/plugins"); function $(selector) { return document.querySelector(selector); } +let api = $('#movie_player'); module.exports = (...
4
diff --git a/lib/assets/core/test/spec/cartodb3/components/form-components/editors/fill/input-color/input-categories/input-color-categories.spec.js b/lib/assets/core/test/spec/cartodb3/components/form-components/editors/fill/input-color/input-categories/input-color-categories.spec.js @@ -66,7 +66,7 @@ describe('compone...
1
diff --git a/src/lambda/handler-runner/docker-runner/DockerContainer.js b/src/lambda/handler-runner/docker-runner/DockerContainer.js @@ -91,12 +91,6 @@ export default class DockerContainer { } is Unsupported. Layers are only supported on aws.`, ) } else { - // Only initialise if we have layers, and we're using AWS - th...
3
diff --git a/articles/users/search.md b/articles/users/search.md @@ -28,6 +28,22 @@ In this document, we use the terms **eventually consistent** and **immediately c * **Immediately consistent**: When you request information about a user (or a group of users), the response will reflect the results of all successful writ...
0
diff --git a/wwwroot/config.json b/wwwroot/config.json } ], "mobileDefaultViewerMode": "2d", - "regionMappingDefinitionsUrl": "https://terria-catalogs-public.storage.googleapis.com/nationalmap/regionMapping-2021-06-02.json", + "regionMappingDefinitionsUrl": "https://terria-catalogs-public.storage.googleapis.com/nationa...
4
diff --git a/website/src/docs/companion.md b/website/src/docs/companion.md @@ -249,7 +249,8 @@ See [env.example.sh](https://github.com/transloadit/uppy/blob/master/env.example bucket: "bucket-name", region: "us-east-1", useAccelerateEndpoint: false, // default: false, - expires: 3600 // default: 300 (5 minutes) + expir...
0
diff --git a/src/user_interface.js b/src/user_interface.js @@ -97,7 +97,8 @@ class gltfUserInterface function createElement(gltf) { const scenes = gltf !== undefined ? gltf.scenes : []; - return self.gltfFolder.add(self.renderingParameters, "sceneIndex", Object.keys(scenes)).name("Scene Index"); + return self.gltfFolde...
3
diff --git a/services/graph.js b/services/graph.js @@ -6,6 +6,8 @@ import { logger } from 'utils/logs'; /** * Get all tags + * @param {Object} params Request parameters + * https://resource-watch.github.io/doc-api/index-rw.html#list-concepts */ export const fetchAllTags = (params = {}) => { logger.info('Fetch all tags'...
7
diff --git a/articles/hosted-pages/login/index.md b/articles/hosted-pages/login/index.md @@ -87,18 +87,6 @@ var config = JSON.parse(decodeURIComponent(escape(window.atob('@@config@@')))); The below examples assume that you are using [Auth0.js](/libraries/auth0js) within your application to call the `authorize` endpoint...
2
diff --git a/circle.yml b/circle.yml @@ -29,7 +29,7 @@ machine: post: # Log metrics in the background in order to monitor resource usage over time: - - 'FILE=$CIRCLE_ARTIFACTS/monitoring_metrics.txt; while true; do ps -u ubuntu eo pid,%cpu,%mem,rss,args,uname --sort=-%mem >> $FILE; echo "----------" >> $FILE; sleep 1; ...
10
diff --git a/src/lib/wallet/GoodWalletClass.js b/src/lib/wallet/GoodWalletClass.js @@ -9,6 +9,7 @@ import type Web3 from 'web3' import { BN, toBN } from 'web3-utils' import abiDecoder from 'abi-decoder' import { get, invokeMap, values } from 'lodash' +import moment from 'moment' import Config from '../../config/config'...
0
diff --git a/docs/en/platform/turtlebot3/manipulation.md b/docs/en/platform/turtlebot3/manipulation.md @@ -78,6 +78,8 @@ The OpenManipulator has the advantage of being compatible with TurtleBot3 Waffle ## [Hardware Setup](#hardware-setup) + ![](/assets/images/platform/turtlebot3/manipulation/hardware_setup.png) + - Fir...
14
diff --git a/token-metadata/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/metadata.json b/token-metadata/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/metadata.json "symbol": "BNT", "address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/worker.js b/worker.js @@ -78,7 +78,29 @@ function mod(a, b) { const _getSliceIndex = (x, y, z) => z + y*NUM_PARCELS + x*NUM_PARCELS*NUM_PARCELS; const _getPotentialIndex = (x, y, z) => x + y*SUBPARCEL_SIZE*SUBPARCEL_SIZE + z*SUBPARCEL_SIZE; const _getPotentialFullIndex = (x, y, z) => x + y*SUBPARCEL_SIZE_P...
0
diff --git a/packages/app/src/components/Admin/ImportData/GrowiArchiveSection.jsx b/packages/app/src/components/Admin/ImportData/GrowiArchiveSection.jsx import React, { Fragment } from 'react'; import PropTypes from 'prop-types'; -import { withTranslation } from 'react-i18next'; +import { useTranslation } from 'react-i...
14
diff --git a/src/content/developers/docs/oracles/index.md b/src/content/developers/docs/oracles/index.md @@ -18,7 +18,7 @@ An oracle is a bridge between the blockchain and the real world. They act as on- ## Why are they needed? {#why-are-they-needed} -With a blockchain like Ethereum you need every node in the network t...
13
diff --git a/package.json b/package.json { "name": "iframe-resizer", - "version": "4.2.3", + "version": "4.2.2", "homepage": "https://github.com/davidjbradshaw/iframe-resizer", "authors": [ "David J. Bradshaw <dave@bradshaw.net>"
13
diff --git a/packages/next/build/webpack-config.ts b/packages/next/build/webpack-config.ts @@ -129,9 +129,11 @@ export default function getBaseWebpackConfig (dir: string, {dev = false, debug = 'amp-toolbox-optimizer' // except this one ], optimization: isServer ? { + nodeEnv: false, splitChunks: false, minimize: false ...
5
diff --git a/OurUmbraco.Site/config/IISRewriteMaps.config b/OurUmbraco.Site/config/IISRewriteMaps.config <add key="documentation/implementation/routing/pipeline/ishortstringhelper" value="/documentation/Legacy/" /> <add key="documentation/references/searching/examine/full-configuration" value="/documentation/Reference/...
5
diff --git a/waitlist/tasks.py b/waitlist/tasks.py from celery import task +from celery.utils.log import get_task_logger from django.apps import apps from django.conf import settings from django.core import mail from django.template.loader import render_to_string +logger = get_task_logger(__name__) + @task def send_new...
0
diff --git a/src/Webform.js b/src/Webform.js @@ -760,13 +760,18 @@ export default class Webform extends NestedDataComponent { console.warn('Cannot save draft unless a user is authenticated.'); return; } - const draft = fastCloneDeep(this.submission); + const draft = this.submission; draft.state = 'draft'; if (!this.sav...
12
diff --git a/includes/Modules/Idea_Hub.php b/includes/Modules/Idea_Hub.php namespace Google\Site_Kit\Modules; -use Google\Service\ShoppingContent\Resource\Pos; use Google\Site_Kit\Context; use Google\Site_Kit\Core\Admin\Notice; use Google\Site_Kit\Core\Assets\Asset; @@ -54,6 +53,7 @@ use WP_Error; */ final class Idea_H...
2
diff --git a/.github/workflows/browserslist-db-update.yml b/.github/workflows/browserslist-db-update.yml @@ -2,8 +2,11 @@ name: Update Browserslist Database on: schedule: + # Run workflow every Sunday at 00:00 - cron: '0 0 * * 0' + workflow_dispatch: + permissions: contents: write pull-requests: write
11
diff --git a/web-stories.php b/web-stories.php * Plugin URI: https://wp.stories.google/ * Author: Google * Author URI: https://opensource.google.com/ - * Version: 1.6.0-alpha.0 + * Version: 1.6.0-rc.1 * Requires at least: 5.3 * Requires PHP: 5.6 * Text Domain: web-stories @@ -40,7 +40,7 @@ if ( ! defined( 'ABSPATH' ) )...
6
diff --git a/src/core/operations/RegularExpression.mjs b/src/core/operations/RegularExpression.mjs @@ -45,7 +45,7 @@ class RegularExpression extends Operation { }, { name: "Email address", - value: "\\b(\\w[-.\\w]*)@([-\\w]+(?:\\.[-\\w]+)*)\\.([A-Za-z]{2,4})\\b" + value: "(?:[\u00A0-\uD7FF\uE000-\uFFFF-a-z0-9!#$%&'*+/=...
7
diff --git a/src/components/Cluster/RKEClusterAdd/index.js b/src/components/Cluster/RKEClusterAdd/index.js @@ -497,6 +497,8 @@ export default class RKEClusterConfig extends PureComponent { }; handleStartCheck = isNext => { let next = false; + const { activeKey } = this.state; + if (activeKey === '1') { this.handleEnvGr...
1
diff --git a/framer/Layer.coffee b/framer/Layer.coffee @@ -115,20 +115,21 @@ asBorderRadius = (value) -> return 0 if not _.isObject(value) result = {} + isValidObject = false for key in ["topLeft", "topRight", "bottomRight", "bottomLeft"] - # TODO: Also support percentages? - if _.has(value, key) and _.isNumber(value[k...
12
diff --git a/token-metadata/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/metadata.json b/token-metadata/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/metadata.json "symbol": "DAWN", "address": "0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly/index.js b/src/components/AnchorForCommentsOnly/BaseAnchorForCommentsOnly/index.js import React from 'react'; -import {StyleSheet} from 'react-native'; +import {Pressable, StyleSheet} from 'react-native'; import lodashGet from 'lodash/get'; imp...
14
diff --git a/packages/app/src/server/routes/page.js b/packages/app/src/server/routes/page.js @@ -168,7 +168,7 @@ module.exports = function(crowi, app) { const actions = {}; function getPathFromRequest(req) { - return pathUtils.normalizePath(req.params[0] || ''); + return pathUtils.normalizePath(req.pagePath || req.para...
7
diff --git a/packages/lib/buildScripts/getOptionsMap.js b/packages/lib/buildScripts/getOptionsMap.js @@ -28,10 +28,6 @@ function getOptionsMap(schema) { function definition(obj, schema) { return schema.definitions[obj.$ref.split('#/definitions/').pop()]; } -/** - * example input -> output - * assignByString({}, 'a_b_c'...
2
diff --git a/game.js b/game.js @@ -537,6 +537,7 @@ const _click = () => { } } }; +let lastPistolUseStartTime = -Infinity; const _startUse = () => { const localPlayer = useLocalPlayer(); const objects = world.appManager.getObjects(); @@ -547,9 +548,10 @@ const _startUse = () => { let useAction = localPlayer.actions.find...
0
diff --git a/src/external/lively4-serviceworker/src/swx.js b/src/external/lively4-serviceworker/src/swx.js @@ -59,7 +59,7 @@ class ServiceWorker { pendingRequests = null; // stop listening to requests.. } - fetch(event) { + fetch(event, pending) { // console.log("SWX.fetch " + event + ", " + pending) let request = even...
13
diff --git a/types/index.d.ts b/types/index.d.ts @@ -353,7 +353,7 @@ declare module 'mongoose' { statics: { [F in keyof TStaticMethods]: TStaticMethods[F] } & { [name: string]: (this: M, ...args: any[]) => any }; /** Creates a virtual type with the given name. */ - virtual<T = HydratedDocument<DocType, TInstanceMethods...
11
diff --git a/src/screens/SavedEventListScreen/index.js b/src/screens/SavedEventListScreen/index.js @@ -16,7 +16,6 @@ import { selectLoading, selectRefreshing } from "../../selectors/data"; import { groupEventsByStartTime } from "../../selectors/event"; import { resolveSavedEvents } from "../../selectors/saved-events"; ...
13
diff --git a/CHANGELOG.md b/CHANGELOG.md # Release notes -## Next +## v1.8.1 - Prettified JS code -- Added `labelShowAssembly` as an option to allow hiding the assembly in track options `hg19 | ` text +- Added `labelShowAssembly` as an option to allow hiding the assembly in track label (e.g. `hg19 | ` text) - Added `ti...
3
diff --git a/renderer/pages/settings.js b/renderer/pages/settings.js @@ -194,13 +194,6 @@ class Settings extends React.Component { config={config} /> - <BooleanOption - onConfigSet={this.reloadConfig} - label={<FormattedMessage id='Settings.Sharing.IncludeCountryCode' />} - optionKey='sharing.include_country' - config=...
2
diff --git a/docs/source/api_reference/layers_control.rst b/docs/source/api_reference/layers_control.rst Layers Control ============== -The ``LayersControl`` allows one to display a selector on the top right of the map in order to select which tile layer to display on the map. +The ``LayersControl`` allows one to displ...
7
diff --git a/userscript.user.js b/userscript.user.js @@ -45095,7 +45095,18 @@ var $$IMU_EXPORT$$; } // FIXME: this is rather weird. Less CPU usage, but doesn't behave in the way one would expect - if (popups.length === 0 && !delay_handle) { + if (popups.length === 0) { + if (delay_handle) { + var trigger_mouse_jitter_t...
7
diff --git a/lib/assets/javascripts/unpoly/radio.coffee b/lib/assets/javascripts/unpoly/radio.coffee @@ -95,11 +95,10 @@ up.radio = do -> return if stopped if shouldPoll(fragment) - up.emit(fragment, 'up:poll:reload', 'Reloading fragment') u.always(up.reload(fragment, options), doSchedule) else + up.puts '[up-poll]', '...
14
diff --git a/packages/turf-center-median/index.js b/packages/turf-center-median/index.js @@ -75,7 +75,7 @@ function findMedian(candidateMedian, previousCandidate, centroids, counter) { if (weight === 0 || weight < 0) { weight = 0; } else { - if (!isNumber(weight)) throw new Error('weight value must be a number'); + if ...
12
diff --git a/token-metadata/0x0316EB71485b0Ab14103307bf65a021042c6d380/metadata.json b/token-metadata/0x0316EB71485b0Ab14103307bf65a021042c6d380/metadata.json "symbol": "HBTC", "address": "0x0316EB71485b0Ab14103307bf65a021042c6d380", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/src/config/supportedRuntimes.js b/src/config/supportedRuntimes.js // native runtime support for AWS // https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html +// deprecated runtimes +// https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html module.exports = new Set([ - // .net ...
0
diff --git a/bin/locale-packs.js b/bin/locale-packs.js @@ -55,7 +55,7 @@ function buildPluginsList () { for (let file of files) { const dirName = path.dirname(file) const pluginName = path.basename(dirName) - if (pluginName === 'locales') { + if (pluginName === 'locales' || pluginName === 'react-native') { continue } c...
8
diff --git a/src/plots/plots.js b/src/plots/plots.js @@ -1888,6 +1888,7 @@ plots.autoMargin = function(gd, id, o) { var fullLayout = gd._fullLayout; var width = fullLayout.width; var height = fullLayout.height; + var margin = fullLayout.margin; var maxSpaceW = Math.max(0, width - MIN_FINAL_WIDTH); var maxSpaceH = Math....
0
diff --git a/src/pages/start/index.js b/src/pages/start/index.js @@ -166,15 +166,25 @@ function Start(props) { </Link> </li> <li> - <a + {/* <a href = {'https://discord.com/api/oauth2/authorize?client_id=925298399371231242&permissions=309237664832&scope=bot%20applications.commands'} + > */} + <Icon + path={mdiDiscord} ...
9
diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json "Escape string", "Unescape string", "Pseudo-Random Number Generator", - "Sleep" + "Sleep", + "Defang URL" ] }, {
0
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at me@gus.host. The project team will...
3
diff --git a/static/css/components.css b/static/css/components.css /* states */ .hikaya-active a { border-left: 5px #25CED1 solid; - border-radius: 0px !important; } .hikaya-active a:hover { color: #01579B; + border-radius: 0px !important; +} + +/* Links rendered as pills */ +.nav-pills > li > a { + border-radius: 0px;...
2
diff --git a/src/views/communitySettings/components/editForm.js b/src/views/communitySettings/components/editForm.js @@ -191,7 +191,6 @@ class EditForm extends React.Component<Props, State> { website, file, coverFile, - coverPhoto, communityId, photoSizeError, } = this.state; @@ -201,7 +200,6 @@ class EditForm extends ...
1
diff --git a/src/client.js b/src/client.js @@ -568,7 +568,9 @@ Request.prototype.auth = function (user, pass, options) { }; } - const encoder = (string) => { + const encoder = + options.encoder || + (string) => { if (typeof btoa === 'function') { return btoa(string); }
4
diff --git a/vis/js/HeadstartRunner.js b/vis/js/HeadstartRunner.js @@ -58,15 +58,12 @@ class HeadstartRunner { const browser = Bowser.getParser(window.navigator.userAgent); // TODO use proper browser filtering https://www.npmjs.com/package/bowser#filtering-browsers if ( - !["chrome", "firefox", "safari", "opera", "edge...
2
diff --git a/edit.js b/edit.js @@ -7187,6 +7187,7 @@ const keys = { left: false, right: false, shift: false, + ctrl: false }; const _resetKeys = () => { for (const k in keys) { @@ -7284,7 +7285,9 @@ window.addEventListener('keydown', e => { case 86: { // V e.preventDefault(); e.stopPropagation(); + if (!keys.ctrl && do...
0
diff --git a/README.md b/README.md @@ -22,22 +22,6 @@ Slate is tightly scoped for the present and more broadly thought out for the fut - New brand: https://slate.host/narative/slate-brand-identity - Monet on Filecoin: https://slate.host/slate/monet -### Developer API - -Slate has a Developer API that allows you upload ...
5
diff --git a/test/integration/lift.lower.test.js b/test/integration/lift.lower.test.js @@ -28,7 +28,8 @@ describe('sails being lifted and lowered (e.g in a test framework)', function() globals: false, hooks: { grunt: false, - i18n: false + i18n: false, + session: false } }, function(err, sails) { if (err) { @@ -71,7 +7...
12
diff --git a/token-metadata/0x7e8539D1E5cB91d63E46B8e188403b3f262a949B/metadata.json b/token-metadata/0x7e8539D1E5cB91d63E46B8e188403b3f262a949B/metadata.json "symbol": "SMDX", "address": "0x7e8539D1E5cB91d63E46B8e188403b3f262a949B", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/ui/src/components/common/QuickLinks.scss b/ui/src/components/common/QuickLinks.scss @import "app/variables.scss"; - .QuickLinks { + // grid fallback display: flex; flex-wrap: wrap; - margin: 0 -($aleph-grid-size); - align-content: stretch; + + padding: 0 5px; + display: grid; + grid-template-columns: repea...
7
diff --git a/scripts/helpers/injectDependencies.js b/scripts/helpers/injectDependencies.js @@ -2,7 +2,10 @@ const { search = '' } = document.location; const ecmaVersion = (search.match(/[?&]es=(\d)/) || [])[1] || '6'; const docHead = document.querySelector('head'); -const injectScript = document.querySelector('script')...
7
diff --git a/test/jasmine/tests/hover_label_test.js b/test/jasmine/tests/hover_label_test.js @@ -6144,6 +6144,40 @@ describe('hovermode: (x|y)unified', function() { .then(done, done.fail); }); + it('should use hoverlabel.grouptitlefont for group titles', function(done) { + function assertFont(fontFamily, fontSize, font...
0
diff --git a/ext/abp-filter-parser-modified/abp-filter-parser.js b/ext/abp-filter-parser-modified/abp-filter-parser.js @@ -167,6 +167,27 @@ Trie.prototype.getSubstringsOf = function (string) { return substrings } +Trie.prototype.getStartingSubstringsOf = function (string) { + var substrings = [] + // loop through each ...
4
diff --git a/item-spec/common-metadata.md b/item-spec/common-metadata.md @@ -132,7 +132,7 @@ with domain-specific extensions that describe the actual data, such as the `eo` | instruments | \[string] | Name of instrument or sensor used (e.g., MODIS, ASTER, OLI, Canon F-1). | | constellation | string | Name of the conste...
0
diff --git a/gulp-tasks/zip.js b/gulp-tasks/zip.js @@ -42,10 +42,15 @@ function getGit() { */ function generateFilename() { const version = getPluginVersion(); - const { branch, date, shortSha } = getGit(); + + let gitSuffix = ''; + try { + const { branch, shortSha } = getGit(); + gitSuffix = `.${ branch }@${ shortSha ...
11
diff --git a/compat/test/browser/events.test.js b/compat/test/browser/events.test.js @@ -75,6 +75,19 @@ describe('preact/compat events', () => { expect(vnode.props).to.not.haveOwnProperty('onchange'); }); + it('should by pass onInputCapture normalization for custom onInputAction when using it along with onChange', () =...
7
diff --git a/token-metadata/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/metadata.json b/token-metadata/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/metadata.json "symbol": "NUG", "address": "0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3