code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/public/math-editor.css b/public/math-editor.css .math-editor-button-action { padding: 5px 10px; font-weight: normal; background: none; border: none; font-family: SourceSansPro-Semibold, sans-serif; font-size: 16px; color: #359BB7; letter-spacing: 0; line-height: 22px; } .math-editor-new-equation { display:...
5
diff --git a/src/pages/AddCluster/KClusterList/index.js b/src/pages/AddCluster/KClusterList/index.js @@ -41,7 +41,7 @@ export default class EnterpriseClusters extends PureComponent { showTaskDetail: false, linkedClusters: new Map(), lastTask: {}, - clusterID: '' + currentClusterID: '' }; } componentWillMount() { @@ -91...
1
diff --git a/generators/entity-client/templates/angular/src/test/javascript/spec/app/entities/_entity-management.service.spec.ts b/generators/entity-client/templates/angular/src/test/javascript/spec/app/entities/_entity-management.service.spec.ts @@ -25,7 +25,6 @@ import { HttpClientTestingModule, HttpTestingController...
1
diff --git a/token-metadata/0x5D1b1019d0Afa5E6cc047B9e78081D44cc579FC4/metadata.json b/token-metadata/0x5D1b1019d0Afa5E6cc047B9e78081D44cc579FC4/metadata.json "symbol": "YFRB", "address": "0x5D1b1019d0Afa5E6cc047B9e78081D44cc579FC4", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/package.json b/package.json "cloc": "^2.3.3", "compressible": "^2.0.9", "compression": "^1.6.2", - "eslint": "^5.2.0", + "eslint": "5.12.1", "eslint-plugin-html": "^5.0.0", "express": "^4.15.0", "globby": "^8.0.1",
12
diff --git a/src/components/ButtonFormDownload/ButtonFormDownload.js b/src/components/ButtonFormDownload/ButtonFormDownload.js @@ -75,6 +75,7 @@ const ButtonFormDownload = ({ subheader={subheader} formName={formName} setFormSubmitted={setFormSubmitted} + buttonText='Download Now' css={css` display: ${isActive ? `flex` ...
12
diff --git a/iris/mutations/community/editCommunity.js b/iris/mutations/community/editCommunity.js @@ -32,7 +32,10 @@ export default async ( } // user must own the community to edit the community - if (!currentUserCommunityPermissions.isOwner) { + if ( + !currentUserCommunityPermissions.isOwner && + !currentUserCommuni...
11
diff --git a/experimental/adaptive-tool/syntaxes/lg.tmLanguage.json b/experimental/adaptive-tool/syntaxes/lg.tmLanguage.json "end": "\\}", "name":"entity.other", "patterns": [ + { + "include": "#string" + }, + { + "include": "#number" + }, { "match": "([a-zA-Z0-9_]+\\s*)\\(", "captures": { "1": { "name":"support.functi...
0
diff --git a/packages/iov-bns/src/bnsconnection.ts b/packages/iov-bns/src/bnsconnection.ts @@ -788,15 +788,17 @@ export class BnsConnection implements AtomicSwapConnection { } public async getAccounts(query: BnsAccountsQuery): Promise<readonly AccountNft[]> { - let keyPrefix = "account:"; + let keyPrefix: string; let r...
12
diff --git a/Source/Renderer/GLSLModernizer.js b/Source/Renderer/GLSLModernizer.js @@ -150,16 +150,16 @@ define([ var stack = []; for (var i = 0; i < splitSource.length; ++i) { var line = splitSource[i]; - var hasIF = line.search(/(#ifdef|#if)/g) !== -1; - var hasELSE = line.search(/#else/g) !== -1; - var hasENDIF = li...
14
diff --git a/js/core/bisweb_userpreferences.js b/js/core/bisweb_userpreferences.js @@ -33,8 +33,6 @@ let count=1; * The internal user preferences Object * @alias biswebUserPreferences.userPreferences */ - - //TODO: Rename favoriteFolders to localFolders? S3 now maintains a separate cached list of favorite folders from ...
2
diff --git a/test/client/fixtures/sandbox/shadow-ui-test.js b/test/client/fixtures/sandbox/shadow-ui-test.js @@ -678,7 +678,7 @@ test("do nothing if ShadowUIStylesheet doesn't exist", function () { module('regression'); test('SVG elements\' className is of the SVGAnimatedString type instead of string (GH-354)', functio...
1
diff --git a/shows/150 - gatsby themes.md b/shows/150 - gatsby themes.md @@ -68,9 +68,9 @@ Get a 30 day free trial of Freshbooks at [Freshbook](https://freshbooks.com/synt * Wes: [Waterproof Digital Instant Read Meat Thermometer](https://amzn.to/2Yxy09R) ## Shameless Plugs -* [Jason's Weekly Live stream](twitch.tv/jlin...
3
diff --git a/src/muncher/monster/utils.js b/src/muncher/monster/utils.js @@ -383,10 +383,7 @@ function getWeaponAttack(resultData, proficiencyBonus) { // negative mods! if (!result.baseAbility) { - logger.warn("NEGATIVE PARSE!"); - logger.warn(result.monsterName); - logger.warn(result.name); - logger.info(result.toHit)...
7
diff --git a/src/server/service/page.js b/src/server/service/page.js @@ -87,13 +87,14 @@ class PageService { pages.forEach(async(page) => { const newPagePath = page.path.replace(pathRegExp, newPagePathPrefix); // await page.populate({ path: 'revision', model: 'Revision', select: 'body' }).execPopulate(); + const revisi...
12
diff --git a/client/homebrew/pages/userPage/userPage.jsx b/client/homebrew/pages/userPage/userPage.jsx @@ -53,7 +53,7 @@ const UserPage = createClass({ sortBrews : function(brews, sortType){ if(sortType == 'alpha') { - return _.orderBy(brews, (brew)=>{ return brew.title; }, this.state.sortDir); + return _.orderBy(brews...
8
diff --git a/.eslintrc.json b/.eslintrc.json "no-unmodified-loop-condition": "off", "no-unneeded-ternary": "off", "no-unused-expressions": "off", - "no-unused-vars": "warn", + "no-unused-vars": "error", "no-use-before-define": "off", "no-useless-call": "off", "no-useless-computed-key": "error",
12
diff --git a/package.json b/package.json { "name": "minimap", "main": "./lib/main", - "version": "4.29.4", + "version": "4.29.5", "private": true, "description": "A preview of the full source code.", "author": "Fangdun Cai <cfddream@gmail.com>",
6
diff --git a/src/components/staking/StakingContainer.js b/src/components/staking/StakingContainer.js @@ -10,6 +10,7 @@ import Staking from './components/Staking' import Validators from './components/Validators' import Validator from './components/Validator' import StakingAction from './components/StakingAction' +import...
12
diff --git a/generators/server/templates/src/main/java/package/config/CacheConfiguration.java.ejs b/generators/server/templates/src/main/java/package/config/CacheConfiguration.java.ejs @@ -441,7 +441,7 @@ public class CacheConfiguration { if (this.registration == null) { // if registry is not defined, use native discov...
2
diff --git a/articles/protocols/oidc/index.md b/articles/protocols/oidc/index.md --- -description: What is the OpenID Connect protocol and how it works. +title: OpenID Connect +description: What is the OpenID Connect protocol and how it works --- # OpenID Connect @@ -30,5 +31,5 @@ The [ID token](/tokens/id_token) is a ...
0
diff --git a/example.html b/example.html <meta content="http://branch.io/img/logo_icon_black.png" property="og:image" /> <meta content="Branch Metrics Web SDK Example App" property="og:title" /> <meta content="A basic example to demonstrate some of the ways that the Web SDK can be used" property="og:description" /> - <...
13
diff --git a/public/javascripts/Admin/src/Admin.GSVLabelView.js b/public/javascripts/Admin/src/Admin.GSVLabelView.js @@ -41,9 +41,9 @@ function AdminGSVLabelView(admin) { '</button>' + '</div>' + '<div id="validation-comment-holder">' + - '<textarea id="comment-textarea" placeholder="' + i18next.t('label-map.add-commen...
3
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js that.$menuInner.trigger('scroll.createView'); } - $items = that.findLis().filter(selector); + $items = that.findLis(); if (!$items.length) return; index = $items.index($items.filter('.active')); } else if (e.keyCode == 40 || downOnTab) { // down index++; inde...
7
diff --git a/karma.conf.js b/karma.conf.js @@ -125,7 +125,7 @@ module.exports = function(config) { }, sauceLabs: { recordVideo: false, - startConnect: false, + startConnect: true, tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER, build: process.env.TRAVIS_BUILD_NUMBER, testName: process.env.COMMIT_MESSAGE,
13
diff --git a/js/base/Exchange.js b/js/base/Exchange.js @@ -862,8 +862,9 @@ module.exports = class Exchange { setMarkets (markets, currencies = undefined) { const values = []; this.markets_by_id = {}; - const marketValues = this.toArray (markets); // handle marketId conflicts + // we insert spot markets first + const ma...
9
diff --git a/token-metadata/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/metadata.json b/token-metadata/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/metadata.json "symbol": "ALD", "address": "0xb339FcA531367067e98d7c4f9303Ffeadff7B881", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/js/components/Notification/index.d.ts b/src/js/components/Notification/index.d.ts @@ -6,7 +6,7 @@ export type StatusType = 'critical' | 'warning' | 'normal' | 'info' | 'unknown'; export interface NotificationProps { actions?: AnchorType[]; global?: boolean; - title: string; + title?: string; message?: ...
13
diff --git a/rig.js b/rig.js @@ -66,6 +66,11 @@ class RigManager { this.addLocalRig(o); } + isPeerRigModel(rig) { + const peerRigs = Array.from(this.peerRigs.values()).map(rig => rig.model); + return peerRigs.includes(rig); + } + async addPeerRig(peerId) { const peerRig = new Avatar(null, { fingers: true,
0
diff --git a/app/templates/_package.json b/app/templates/_package.json "test": "gulp client.unit_test", "build-dev": "gulp client.build:dev", "build-dist": "gulp client.build:dist", - "start-client": "gulp client.watch", "dev": "gulp client.watch", <% } else {%> <% if (clientBundler === "webpack") { %> "test": "gulp cl...
2
diff --git a/src/renderVelocityTemplateObject.js b/src/renderVelocityTemplateObject.js @@ -4,7 +4,7 @@ const Velocity = require('velocityjs'); const isPlainObject = require('lodash').isPlainObject; const debugLog = require('./debugLog'); -const { polluteStringPrototype, depolluteStringPrototype } = require('./javaHelpe...
1
diff --git a/src/core/operations/ParseIPRange.mjs b/src/core/operations/ParseIPRange.mjs @@ -22,7 +22,7 @@ class ParseIPRange extends Operation { this.name = "Parse IP range"; this.module = "JSBN"; - this.description = "Given a CIDR range (e.g. <code>10.0.0.0/24</code>), hyphenated range (e.g. <code>10.0.0.0 - 10.0.1.0...
0
diff --git a/lambda/fulfillment/lib/middleware/1_parse.js b/lambda/fulfillment/lib/middleware/1_parse.js @@ -96,8 +96,13 @@ function getClientType(req) { // Try to determine which Lex client is being used based on patterns in the req - best effort attempt. const voiceortext = (req._preferredResponseType == 'SSML') ? "V...
3
diff --git a/articles/design/using-auth0-with-multi-tenant-apps.md b/articles/design/using-auth0-with-multi-tenant-apps.md @@ -54,9 +54,3 @@ This is perhaps the simplest and most straightforward scenario, in which you sim We recommend that you follow this approach only if you need to share access to the Auth0 Dashboard...
2
diff --git a/app/shared/components/Wallet/Panel/Unlocked.js b/app/shared/components/Wallet/Panel/Unlocked.js @@ -34,17 +34,16 @@ export default class WalletPanelUnlocked extends Component<Props> { { (t) => ( <div> - {(keys.temporary) + {(!keys.temporary) ? ( - <WalletPanelButtonRemove - removeWallet={actions.removeWall...
11
diff --git a/packages/react/src/elements/components/GlobalNav/TopNav/Search.js b/packages/react/src/elements/components/GlobalNav/TopNav/Search.js @@ -82,6 +82,9 @@ class Search extends Component { case 38: this._arrowUp(); break; + case 13: + this._submitInput(); + break; default: console.log("no focused option"); } @...
9
diff --git a/lib/misc/blocks.js b/lib/misc/blocks.js @@ -16,21 +16,21 @@ function isBlank ({line, scope}, allowDocstrings = false) { return true } } - return line.match(/^\s*(#.*)?$/) + return /^\s*(#.*)?$/.test(line) +} +function isEnd ({ line, scope }) { + for (const s of scope) { + if (/\bstring\.multiline\.end\b/.t...
7
diff --git a/moderation/commands.go b/moderation/commands.go @@ -543,6 +543,9 @@ var ModerationCommands = []*commands.YAGCommand{ if page < 1 { page = 1 } + if parsed.Context().Value(paginatedmessages.CtxKeyNoPagination) != nil { + return PaginateWarnings(parsed)(nil, page) + } _, err = paginatedmessages.CreatePaginate...
11
diff --git a/userscript.user.js b/userscript.user.js @@ -32725,27 +32725,99 @@ var $$IMU_EXPORT$$; } if (domain_nowww === "imgflare.com") { - newsrc = website_query({ - website_regex: [ - /^[a-z]+:\/\/[^/]+\/+([0-9a-z]{5,})\/+[^/]*\.html(?:[?#].*)?$/, // old style - /^[a-z]+:\/\/[^/]+\/+f\/+([0-9a-z]{5,})(?:[?#].*)?$/ ...
7
diff --git a/packages/idyll-layouts/src/centered/index.js b/packages/idyll-layouts/src/centered/index.js @@ -2,7 +2,10 @@ import createStyles from './styles'; const config = { maxWidth: 600, - margin: '0 auto' + marginTop: 0, + marginRight: 'auto', + marginBottom: 0, + marginLeft: 'auto' }; export default {
3
diff --git a/src/muncher/encounters.js b/src/muncher/encounters.js @@ -546,7 +546,7 @@ export class DDBEncounterMunch extends Application { logger.info(`Updating DDBI scene ${sceneData.name}`); sceneData._id = worldScene.id; await worldScene.deleteEmbeddedDocuments("Token", [], { deleteAll: true }); - await Scene.updat...
7
diff --git a/renderer.js b/renderer.js @@ -24,7 +24,7 @@ function bindCanvas(c) { antialias: true, alpha: true, // preserveDrawingBuffer: false, - // logarithmicDepthBuffer: true, + logarithmicDepthBuffer: true, }); const rect = renderer.domElement.getBoundingClientRect();
0
diff --git a/promise.js b/promise.js @@ -161,7 +161,7 @@ class PromiseConnection extends EventEmitter { const c = this.connection; const localErr = new Error(); return new this.Promise((resolve, reject) => { - c.ping((err) => { + c.ping(err => { if (err) { localErr.message = err.message; localErr.code = err.code;
1
diff --git a/src/struct/Command.js b/src/struct/Command.js @@ -323,7 +323,7 @@ class Command extends AkairoModule { return word || def; }; - wordArgs.forEach((arg, i) => { + for (const [i, arg] of wordArgs.entries()){ let word; if (arg.match === ArgumentMatches.REST){ @@ -335,7 +335,7 @@ class Command extends AkairoMod...
14
diff --git a/aleph.env.tmpl b/aleph.env.tmpl @@ -32,14 +32,6 @@ ALEPH_PASSWORD_LOGIN=true ALEPH_OAUTH=false ALEPH_OAUTH_KEY= ALEPH_OAUTH_SECRET= -ALEPH.OAUTH_NAME= -ALEPH_OAUTH_SCOPE= -ALEPH_OAUTH_BASE_URL= -ALEPH_OAUTH_REQUEST_TOKEN_URL= -ALEPH_OAUTH_TOKEN_METHOD= -ALEPH_OAUTH_TOKEN_URL= -ALEPH_OAUTH_AUTHORIZE_URL= - ...
13
diff --git a/Tests/web3swiftTests/remoteTests/web3swiftENSTests.swift b/Tests/web3swiftTests/remoteTests/web3swiftENSTests.swift @@ -27,7 +27,7 @@ class web3swiftENSTests: XCTestCase { let ens = ENS(web3: web) let domain = "somename.eth" let address = try ens?.registry.getResolver(forDomain: domain).resolverContractAdd...
1
diff --git a/sirepo/sim_data/srw.py b/sirepo/sim_data/srw.py @@ -531,6 +531,7 @@ class SimData(sirepo.sim_data.SimDataBase): # this is a hack for existing bad data for k in ['outframevx', 'outframevy', 'outoptvx', 'outoptvy', 'outoptvz', 'tvx', 'tvy']: + if i.get(k, 0) is None: i[k] = 0 i[k] = float(i.get(k, 0)) if 'di...
1
diff --git a/src/service-broker.js b/src/service-broker.js @@ -1069,7 +1069,7 @@ class ServiceBroker { this._finishCall(ctx, err); // Handle fallback response - if (opts.fallbackResponse) { + if (_.has(opts, 'fallbackResponse')) { this.logger.warn(`Action '${actionName}' returns with fallback response.`); if (_.isFunct...
11
diff --git a/app/package.json b/app/package.json "bids-validator": "0.21.6", "bowser": "^1.0.0", "bytes": "^2.3.0", - "es6-react-mixins": "^0.1.6", "favico.js": "git://github.com/ejci/favico.js#0.3.10", "moment": "^2.10.3", "pluralize": "^1.1.2", "react": "0.14.8", "react-bootstrap": "0.29.4", - "react-dom": "0.14.0", ...
1
diff --git a/dual-contouring.js b/dual-contouring.js @@ -310,7 +310,7 @@ w.getChunkHeightfieldAsync = async (inst, x, z, lod) => { // const heights = allocator.alloc(Float32Array, chunkSize * chunkSize); - try { + // try { const taskId = Module._getChunkHeightfieldAsync( inst, x, z, @@ -324,9 +324,9 @@ w.getChunkHeight...
2
diff --git a/src/govuk/settings/_links.scss b/src/govuk/settings/_links.scss /// Enable new link styles /// +/// If enabled, the link styles will change. Underlines will: +/// +/// - be consistently thinner and a bit further away from the link text +/// - have a clearer hover state, where the underline gets thicker to ...
7
diff --git a/tools/genbuiltins.py b/tools/genbuiltins.py @@ -2317,7 +2317,7 @@ def rom_emit_strings_source(genc, meta): for lst in romstr_hash: for v in reversed(lst): tmp = 'DUK_INTERNAL const duk_romstr_%d %s = {' % (len(v), bi_str_map[v]) - flags = [ 'DUK_HTYPE_STRING', 'DUK_HEAPHDR_FLAG_READONLY' ] + flags = [ 'DUK...
12
diff --git a/lib/plugins/html/templates/url/browsertime/index.pug b/lib/plugins/html/templates/url/browsertime/index.pug @@ -28,7 +28,7 @@ if options.browsertime.video - var tracePath = 'data/video/' + (runIndex ? (Number(runIndex)+1) : 1) +'.mp4' a.button.button-download(href=tracePath, download=downloadName + '-video...
10
diff --git a/dockerhub/run.sh b/dockerhub/run.sh #!/bin/bash -export LOG_URL +export LOGSENE_RECEIVER_URL export RECEIVERS_CONFIG="/etc/sematext/receivers.config" if [[ -z "$LOG_INDEX" ]]; then @@ -27,26 +27,26 @@ touch /etc/sematext/logagent.conf chmod 600 /etc/sematext/logagent.conf generate_config() { - if [[ ! -z "...
10
diff --git a/packages/simplebar-vue/tests/__snapshots__/index.test.js.snap b/packages/simplebar-vue/tests/__snapshots__/index.test.js.snap @@ -8,7 +8,7 @@ exports[`simplebar renders with default slot 1`] = ` </div> <div class="simplebar-mask"> <div class="simplebar-offset" style="right: 0px; bottom: 0px;"> - <div class...
3
diff --git a/src/containers/blocks.jsx b/src/containers/blocks.jsx @@ -57,7 +57,7 @@ class Blocks extends React.Component { this.workspace = this.ScratchBlocks.inject(this.blocks, workspaceConfig); // Load the toolbox from the GUI (otherwise we get the scratch-blocks default toolbox) - this.workspace.updateToolbox(make...
4
diff --git a/main/utils/config.js b/main/utils/config.js @@ -46,7 +46,7 @@ const defaultOptions = { configFilePath: OONI_CONFIG_PATH } -export const initializeConfig = (opts = {}) => { +const initializeConfig = (opts = {}) => { const config = { '_version': LATEST_CONFIG_VERSION, '_informed_consent': true,
2
diff --git a/articles/connections/social/devkeys.md b/articles/connections/social/devkeys.md @@ -28,6 +28,6 @@ When using the Auth0 developer keys, there are a few caveats you need to be awar 4. [Federated Logout](/logout#log-out-a-user) does not work. When using the Auth0 developer keys, calling `/v2/logout?federated`...
0
diff --git a/packages/cx/src/data/ops/index.d.ts b/packages/cx/src/data/ops/index.d.ts @@ -3,5 +3,8 @@ export * from './merge'; export * from './filter'; export * from './updateArray'; export * from './updateTree'; +export * from './removeTreeNodes'; export * from './findTreeNode'; +export * from './moveElement'; +expo...
0
diff --git a/examples/viper/search_openaire_projects.js b/examples/viper/search_openaire_projects.js @@ -54,6 +54,9 @@ var setupPaginator = function (searchTerm) { if (pagination.totalNumber === 0) { $('#viper-search-results').append('<div class="viper-no-results-err">Sorry, no projects found for <span style="font-weig...
2
diff --git a/semcore/ui/__tests__/index.test.js b/semcore/ui/__tests__/index.test.js @@ -89,7 +89,6 @@ describe('Icon', () => { const pkgFiles = glob.sync(`${iconsDir}/**/*.js`).filter(isCopiedFile); const rscFiles = glob.sync(`${rscIconsDir}/**/*.js`).filter(isCopiedFile); - console.log(`${rscIconsDir}/**/*.js`); test...
2
diff --git a/policykit/slackintegration/models.py b/policykit/slackintegration/models.py @@ -20,6 +20,8 @@ class SlackCommunity(Community): team_id = models.CharField('team_id', max_length=150, unique=True) + bot_id = models.CharField('bot_id', max_length=150, unique=True) + access_token = models.CharField('access_toke...
0
diff --git a/examples/transloadit-textarea/package.json b/examples/transloadit-textarea/package.json { + "aliasify": { + "aliases": { + "@uppy": "../../packages/@uppy" + } + }, "dependencies": { "drag-drop": "^4.2.0", "marked": "^0.6.0" }, "devDependencies": { + "aliasify": "^2.1.0", "browserify": "^16.2.3", "ecstatic"...
0
diff --git a/src/data-structures/tree/binary-search-tree/BinarySearchTree.js b/src/data-structures/tree/binary-search-tree/BinarySearchTree.js @@ -6,6 +6,9 @@ export default class BinarySearchTree { */ constructor(nodeValueCompareFunction) { this.root = new BinarySearchTreeNode(null, nodeValueCompareFunction); + + // S...
12
diff --git a/server/game/cards/01-Core/YoungRumormonger.js b/server/game/cards/01-Core/YoungRumormonger.js @@ -11,7 +11,7 @@ class YoungRumormonger extends DrawCard { target: { cardType: 'character', cardCondition: (card, context) => card !== context.event.card && card.controller === context.event.card.controller && - ...
1
diff --git a/js/bittrex.js b/js/bittrex.js @@ -24,7 +24,7 @@ module.exports = class bittrex extends Exchange { 'fetchDepositAddress': true, 'fetchClosedOrders': true, 'fetchCurrencies': true, - 'fetchMyTrades': true, + 'fetchMyTrades': false, 'fetchOHLCV': true, 'fetchOrder': true, 'fetchOpenOrders': true,
12
diff --git a/accessibility-checker-engine/help-v4/en-US/text_spacing_valid.html b/accessibility-checker-engine/help-v4/en-US/text_spacing_valid.html ### Why is this important? -The visual appearance of spacing in text should be accomplished using style sheets to maintain meaningful text sequencing. Simply adding blank ...
14
diff --git a/semantics.json b/semantics.json "type": "text", "label": "Source language, must be defined for subtitles", "importance": "low", + "default": "en", "description": "Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined." }, {
0
diff --git a/src/web/html/index.html b/src/web/html/index.html <div class="collapse" id="faq-load-files"> <p>Yes! Just drag your file over the input box and drop it.</p> <p>CyberChef can handle files up to around 2GB (depending on your browser), however some of the operations may take a very long time to run over this ...
0
diff --git a/contracts/actions/flashloan/FLAction.sol b/contracts/actions/flashloan/FLAction.sol @@ -4,9 +4,7 @@ pragma solidity =0.8.10; import "../ActionBase.sol"; import "../../utils/ReentrancyGuard.sol"; -import "../../DS/DSMath.sol"; import "../../utils/TokenUtils.sol"; -import "../../utils/SafeMath.sol"; import "...
1
diff --git a/src/layers/core/scatterplot-layer/scatterplot-layer.js b/src/layers/core/scatterplot-layer/scatterplot-layer.js @@ -56,7 +56,7 @@ export default class ScatterplotLayer extends Layer { log.once(0, 'ScatterplotLayer no longer accepts props.radius in this version of deck.gl. Please use props.radiusScale inste...
1
diff --git a/src/runtimes/react-native/net_info.ts b/src/runtimes/react-native/net_info.ts @@ -14,7 +14,7 @@ export class NetInfo extends EventsDispatcher implements Reachability { super(); this.online = true; - NativeNetInfo.getConnectionInfo().then(connectionState => { + NativeNetInfo.fetch().then(connectionState => ...
4
diff --git a/dist/index.html b/dist/index.html @@ -62,6 +62,14 @@ el('h1', 'Hello RE:DOM!'); &lt;/script&gt;</code></pre> <pre><code class="language-markup">&lt;h1&gt;Hello modules!&lt;/h1&gt;</code></pre> + <h3>You can even use plain old ES5</h3> + <pre><code class="language-html">&lt;script src='https://redom.js.org/...
0
diff --git a/app/controllers/superadmin/organizations_controller.rb b/app/controllers/superadmin/organizations_controller.rb @@ -2,7 +2,7 @@ module Superadmin class OrganizationsController < ::Superadmin::SuperadminController respond_to :json - ssl_required :show, :create, :update, :destroy, :index + ssl_required :show...
2
diff --git a/js/node/pipelinemodule.js b/js/node/pipelinemodule.js @@ -262,7 +262,7 @@ let makePipeline = function(pipelineOptions,odir='',debug=false) { let listMatchString = new RegExp('#(' + key + ')#', 'g'); let listMatch = listMatchString.exec(job.options); if (listMatch) { - listMatches[key] = listMatch; console....
1
diff --git a/components/maplibre/ban-map/index.js b/components/maplibre/ban-map/index.js @@ -224,13 +224,8 @@ function BanMap({map, isSourceLoaded, popup, address, setSources, setLayers, onS } if (address?.positions?.length > 1) { - map.setFilter('positions', ['==', ['get', 'id'], address.id]) - map.setFilter('position...
2
diff --git a/token-metadata/0xcbd55D4fFc43467142761A764763652b48b969ff/metadata.json b/token-metadata/0xcbd55D4fFc43467142761A764763652b48b969ff/metadata.json "symbol": "ASTRO", "address": "0xcbd55D4fFc43467142761A764763652b48b969ff", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/lore-ai.js b/lore-ai.js @@ -29,6 +29,7 @@ class LoreAI { const endIndex = fullS.indexOf(end); if (endIndex !== -1) { + es.close(); resolve(fullS.substring(0, endIndex)); } } else {
0
diff --git a/base/Map.ts b/base/Map.ts @@ -12,6 +12,7 @@ import {Djinn} from "./Djinn"; import {Pushable} from "./interactable_objects/Pushable"; import {RopeDock} from "./interactable_objects/RopeDock"; +/** The class reponsible for the maps of the engine. */ export class Map { private static readonly MAX_CAMERA_ROTAT...
7
diff --git a/src/mesh/work.js b/src/mesh/work.js @@ -127,8 +127,8 @@ let model = { // return two arrays of vertices for each resulting object split(data) { let { id, matrix, z } = data; - let o1 = []; - let o2 = []; + let o1 = []; // new bottom + let o2 = []; // new top let pos = translate_encode(id, matrix); let split...
9
diff --git a/scenes/greenhill.scn b/scenes/greenhill.scn "type": "application/light", "content": { "lightType": "directional", - "args": [[255, 255, 255], 5], + "args": [[255, 255, 255], 2], "position": [1, 100, 3], "shadow": [150, 5120, 0.1, 10000, -0.0001] } }, - { - "position": [ - 0, - 100, - -5 - ], - "start_url":...
3
diff --git a/token-metadata/0x7a545Ed3863221A974F327199Ac22F7f12535F11/metadata.json b/token-metadata/0x7a545Ed3863221A974F327199Ac22F7f12535F11/metadata.json "symbol": "BGTT", "address": "0x7a545Ed3863221A974F327199Ac22F7f12535F11", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/test/jasmine/assets/mock_lists.js b/test/jasmine/assets/mock_lists.js @@ -23,6 +23,7 @@ var svgMockList = [ ['layout-colorway', require('@mocks/layout-colorway.json')], ['polar_categories', require('@mocks/polar_categories.json')], ['polar_direction', require('@mocks/polar_direction.json')], + ['polar_wind...
0
diff --git a/package.json b/package.json { "name": "milsymbol", - "version": "2.0.0", + "version": "2.0.0-rc1", "description": "Milsymbol.js is a small library in pure javascript that creates symbols according to MIL-STD-2525 and APP6.", "main": "dist/milsymbol.js",
12
diff --git a/package.json b/package.json "jsdoc": "^3.6.6", "jsdoc-x": "^4.1.0", "mini-css-extract-plugin": "^1.4.1", - "node-sass": "^5.0.0", "postcss": "^8.2.10", "postcss-loader": "^4.2.0", + "sass": "^1.32.8", "sass-loader": "^10.1.1", "style-loader": "^2.0.0", "webpack": "^5.33.2",
14
diff --git a/sparta.go b/sparta.go @@ -270,6 +270,9 @@ type LambdaContext struct { // response/Error value provided to AWS Lambda. type LambdaFunction func(*json.RawMessage, *LambdaContext, http.ResponseWriter, *logrus.Logger) +// HTTPLambdaFunction is a more Go-friendly HTTP handler definition +type HTTPLambdaFunction...
0
diff --git a/src/component/parent/props.js b/src/component/parent/props.js @@ -45,6 +45,8 @@ export function normalizeProp(component, instance, props, key, value) { value = () => val; } + value = getter(value); + let _value = value; value = function() { @@ -52,8 +54,6 @@ export function normalizeProp(component, instanc...
12
diff --git a/js/popup.js b/js/popup.js var bg = chrome.extension.getBackgroundPage(); var settings = bg.settings; -var stats = bg.stats; var load = bg.load; var elements = load.JSONfromLocalFile("data/popup_data.json"); @@ -53,7 +52,6 @@ var FAKE_POST_FUNCTION = window.onload = function() { - document.getElementById(se...
2
diff --git a/camera-manager.js b/camera-manager.js @@ -5,7 +5,7 @@ import metaversefile from 'metaversefile'; import physicsManager from './physics-manager.js'; import {shakeAnimationSpeed} from './constants.js'; import Simplex from './simplex-noise.js'; -import alea from './alea.js'; +// import alea from './alea.js'; ...
2
diff --git a/src/components/Avatar.js b/src/components/Avatar.js @@ -2,7 +2,6 @@ import React, {PureComponent} from 'react'; import {Image, View} from 'react-native'; import PropTypes from 'prop-types'; import _ from 'underscore'; -import styles from '../styles/styles'; import stylePropTypes from '../styles/stylePropTy...
4
diff --git a/tarteaucitron.js b/tarteaucitron.js @@ -865,14 +865,15 @@ var tarteaucitron = { expireTime = time + 31536000000, // 365 days regex = new RegExp("!" + key + "=(wait|true|false)", "g"), cookie = tarteaucitron.cookie.read().replace(regex, ""), - value = 'tarteaucitron=' + cookie + '!' + key + '=' + status; + ...
11
diff --git a/token-metadata/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/metadata.json b/token-metadata/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/metadata.json "symbol": "YFL", "address": "0x28cb7e841ee97947a86B06fA4090C8451f64c0be", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/JSONObjectStructureVerification.html b/accessibility-checker/test/mocha/aChecker.Fast/aChecker.ObjectStructure/JSONObjectStructureVerification.html </head> <body> - <div role="navigation"> + <div role="navigation" id="ace"> <a href="#n...
3
diff --git a/test/jasmine/tests/scatter_test.js b/test/jasmine/tests/scatter_test.js @@ -879,15 +879,16 @@ describe('end-to-end scatter tests', function() { .then(done); }); - it('should update axis range accordingly on marker.size edits', function(done) { - function _assert(msg, xrng, yrng) { + function assertAxisRang...
0
diff --git a/src/graphql/queries/Search.js b/src/graphql/queries/Search.js @@ -42,9 +42,9 @@ export default { client.msearch({ body: [ { index: 'rumors', type: 'basic' }, - { query: { match: { text: truncatedText } } }, + { query: { more_like_this: { 'fields': ['text'], 'like': text, 'min_term_freq': 1, 'min_doc_freq':...
4
diff --git a/app/templates/components/events/event-import-section.hbs b/app/templates/components/events/event-import-section.hbs <div class="sixteen wide column"> <form class="ui form"> - <div class="field five wide column"> + <div class="field {{if device.isMobile 'sixteen' 'five'}} wide column"> <label class='require...
7
diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php @@ -15,7 +15,6 @@ if (DEBUG_MODE) { // Turn on all error reporting ini_set("display_errors", 0); ini_set('display_startup_errors',0); - ini_set("track_errors", 1); ini_set("html_errors", 1); ini_set('log_errors', 1); error_reporting(E_ALL | E_STRICT | E_NOT...
2
diff --git a/packages/bitcore-node/test/unit/models/coin.spec.ts b/packages/bitcore-node/test/unit/models/coin.spec.ts @@ -111,7 +111,9 @@ describe('Coin Model', function() { } }, { - spentHeight: -2 + spentHeight: { + $in: [-1, -2, -3] + } } ], mintHeight: {
1
diff --git a/generators/client/templates/angular/src/test/javascript/protractor.conf.js.ejs b/generators/client/templates/angular/src/test/javascript/protractor.conf.js.ejs @@ -46,7 +46,7 @@ exports.config = { reporter: 'spec', slow: 3000, ui: 'bdd', - timeout: 30000 + timeout: 720000 }, beforeLaunch: function() {
7
diff --git a/lib/api/apex.js b/lib/api/apex.js @@ -41,7 +41,12 @@ Apex.prototype._createRequestParams = function(method, path, body, options) { } params.headers = _headers; if (body) { + var contentType = params.headers["Content-Type"]; + if (!contentType || contentType === "application/json") { params.body = JSON.stri...
11