code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/token-metadata/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/metadata.json b/token-metadata/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/metadata.json "symbol": "LEAD",
"address": "0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -55,6 +55,10 @@ update_autotool_deps:
node ./scripts/dev/createMR.js
fi
tags: [cm-official-docker-executor]
+ allow_failure: true
+ retry:
+ max: 1
+ when: script_failure
lint:
stage: lint
| 11 |
diff --git a/src/generators/output/toDisk.js b/src/generators/output/toDisk.js @@ -38,6 +38,10 @@ module.exports = async (env, spinner) => {
throw RangeError(`No "${filetypes}" templates found in \`${sourceDir}\`. If the path is correct, please check your \`build.templates.filetypes\` config setting.`)
}
+ if (globalCo... | 0 |
diff --git a/lib/util/pool.js b/lib/util/pool.js @@ -7,7 +7,7 @@ var GL_UNSIGNED_SHORT = 5123
var GL_INT = 5124
var GL_UNSIGNED_INT = 5125
var GL_FLOAT = 5126
-var GL_HALF_FLOAT = 36193
+var GL_HALF_FLOAT_OES = 36193
function nextPow16 (v) {
for (var i = 16; i <= (1 << 28); i *= 16) {
@@ -62,7 +62,7 @@ function createP... | 10 |
diff --git a/assets/js/util/tracking/createTrackEvent.js b/assets/js/util/tracking/createTrackEvent.js @@ -48,32 +48,21 @@ export default function createTrackEvent( config, dataLayerTarget ) {
};
return new Promise( ( resolve ) => {
- let resolved = false;
- const resolveOnce = ( eventSent ) => {
- if ( resolved ) {
- ... | 2 |
diff --git a/docs/guides/migration-from-2-to-3.md b/docs/guides/migration-from-2-to-3.md @@ -33,7 +33,7 @@ At the time of writing this, enzyme publishes "officially supported" adapters fo
0.14.x, 15.x, and 16.x. These adapters are npm packages of the form `enzyme-adapter-react-{{version}}`.
You will want to configure e... | 1 |
diff --git a/js/chart/chart.js b/js/chart/chart.js @@ -1175,7 +1175,9 @@ class Chart extends PureComponent {
var colorAxisDiv = doScatter ? axisSelector(xenaState, 'Color',
ev => set(['colorColumn'], ev.currentTarget.value)) : null;
- var swapAxes = doScatter ? button({label: 'Swap X and Y',
+ var codedVCoded = v(xcolu... | 11 |
diff --git a/OurUmbraco/NotificationsCore/Notifications/ScheduleHangfireJobs.cs b/OurUmbraco/NotificationsCore/Notifications/ScheduleHangfireJobs.cs @@ -92,7 +92,7 @@ namespace OurUmbraco.NotificationsCore.Notifications
public void UpdateCommunityVideos()
{
- RecurringJob.AddOrUpdate(() => UpdateBlogPostsJsonFile(), Cr... | 4 |
diff --git a/maintenance/generate-wikimedia-domain-config.js b/maintenance/generate-wikimedia-domain-config.js @@ -12,7 +12,7 @@ var downloadUrl = 'https://en.wikipedia.org/w/api.php?action=sitematrix&format=j
preq.get({
uri: downloadUrl
})
-.then(function (res) {
+.then((res) => {
var sm = res.body.sitematrix;
var pro... | 14 |
diff --git a/public/javascripts/SidewalkGallery/src/cards/CardContainer.js b/public/javascripts/SidewalkGallery/src/cards/CardContainer.js @@ -183,8 +183,8 @@ function CardContainer(uiCardContainer) {
}
function updateCardsNewPage() {
- let curr = cardsByType[currentLabelType].copy();
- let bucket = curr.getCards();
+ ... | 1 |
diff --git a/blocks/init/src/Blocks/components/button/manifest.json b/blocks/init/src/Blocks/components/button/manifest.json "yellow": [
{
"variable": {
- "button-color": "var(--global-colors-white)",
+ "button-color": "var(--global-colors-black)",
"button-color-hover": "var(--global-colors-white)",
"button-background-... | 7 |
diff --git a/src/plots/plots.js b/src/plots/plots.js @@ -63,7 +63,7 @@ plots.hasSimpleAPICommandBindings = commandModule.hasSimpleAPICommandBindings;
plots.findSubplotIds = function findSubplotIds(data, type) {
var subplotIds = [];
- if(plots.subplotsRegistry[type] === undefined) return subplotIds;
+ if(!plots.subplots... | 14 |
diff --git a/assets/js/modules/analytics/util/report-validation.js b/assets/js/modules/analytics/util/report-validation.js @@ -88,7 +88,6 @@ export function isValidDimensionFilters( dimensionFilters, dimensions ) {
parseDimension( dimensions, validDimensions );
}
- // Ensure every dimensionFilter key corresponds to a v... | 2 |
diff --git a/.travis.yml b/.travis.yml @@ -7,9 +7,9 @@ matrix:
- node_js: "14"
- node_js: "12"
- node_js: "10"
- script:
- - ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
- - scripts/install-ui-test-dependencies.sh && grunt t... | 2 |
diff --git a/docs/specs/dynamic-query-params.yaml b/docs/specs/dynamic-query-params.yaml @@ -7,7 +7,62 @@ paths:
get:
tags:
- Query Params
- summary: Dynamic Query params -
+ summary: Various ways to pass query params
+ description: >
+ Following OpenAPI spec demnstrate various ways to pass query params. It os also pos... | 7 |
diff --git a/packages/openneuro-app/src/scripts/datalad/dashboard/datasets/dataset-filter.jsx b/packages/openneuro-app/src/scripts/datalad/dashboard/datasets/dataset-filter.jsx @@ -55,12 +55,13 @@ FilterField.propTypes = {
const DatasetFilter = ({ queryVariables, refetch }) => {
const profile = getProfile()
+ let field... | 1 |
diff --git a/index.js b/index.js @@ -5,7 +5,6 @@ const { JSDOM } = jsdom;
const minify = require('html-minifier').minify;
const editHead = require('./docs/modules/editHead');
-const createPromoBanner = require('./docs/modules/createPromoBanner');
const addIDsForHeadings = require('./docs/modules/addIDsForHeadings');
co... | 2 |
diff --git a/pages/Type Checking JavaScript Files.md b/pages/Type Checking JavaScript Files.md TypeScript 2.3 and later support type-checking and reporting errors in `.js` files with `--checkJs`.
-You can skip checking some files by adding `// @ts-nocheck` comment to them; conversely, you can choose to check only a few... | 1 |
diff --git a/site/cluster-formation.md b/site/cluster-formation.md @@ -936,7 +936,7 @@ cluster_formation.consul.lock_prefix = environments-qa
### Etcd Peer Discovery Overview
-An [etcd](http://etcd.io/)-based discovery mechanism
+An [etcd](https://etcd.io/)-based discovery mechanism
is available via [a plugin](https://... | 4 |
diff --git a/README.md b/README.md # Auth0 Documentation
-This is the repository for the Auth0 documentation.
+
+This repository contains all Auth0 documentation content (including Quickstarts).
+
+* If you are looking for the application that *hosts* the Docs content, see [auth0-docs](https://github.com/auth0/auth0-do... | 3 |
diff --git a/src/userscript.ts b/src/userscript.ts @@ -26214,6 +26214,10 @@ var $$IMU_EXPORT$$;
}
if ((domain_nosub === "127.net" && string_indexof(domain, "nosdn.127.net") >= 0) ||
+ // thanks to contextnerror: https://github.com/qsniyg/maxurl/issues/965
+ // https://imglf4.lf127.net/img/5a9bf93b166eff36/ZjhHL2g4R05GM... | 7 |
diff --git a/assets/js/modules/adsense/datastore/adblocker.js b/assets/js/modules/adsense/datastore/adblocker.js * External dependencies
*/
import invariant from 'invariant';
+import { detectAnyAdblocker } from 'just-detect-adblock';
/**
* Internal dependencies
@@ -28,6 +29,7 @@ import Data from 'googlesitekit-data';
i... | 14 |
diff --git a/graph-manager-docs/source/integrations.md b/graph-manager-docs/source/integrations.md @@ -182,4 +182,4 @@ All of the metrics reported to Datadog can be notified on directly through Graph
**Example**: Suppose you have a query that is run against your GraphQL server with a much higher volume in the morning t... | 4 |
diff --git a/js/kiri.js b/js/kiri.js @@ -2070,6 +2070,7 @@ self.kiri.license = exports.LICENSE;
settings.devproc[currentDeviceName()] = name;
// update selection display (off for laser)
+ $('selected-device').innerHTML = currentDeviceName();
$('selected-process').innerHTML = name;
$('selected').style.display = (mode !=... | 3 |
diff --git a/src/registry/views/info.js b/src/registry/views/info.js @@ -30,7 +30,7 @@ module.exports = vm => {
const template = `${templateType} (${
isTemplateLegacy(templateType)
? 'legacy'
- : compiler + '@' + component.devDependencies[compiler]
+ : compiler + '@' + component.oc.files.template.version
})`;
const con... | 4 |
diff --git a/articles/extensions/authorization-extension/v2/index.md b/articles/extensions/authorization-extension/v2/index.md @@ -11,8 +11,8 @@ The Auth0 Authorization Extension provides user authorization support in Auth0.
First make sure you have a Client created that can support the Authorization extension. Support... | 12 |
diff --git a/services/acceptance/services/status.test.js b/services/acceptance/services/status.test.js @@ -69,7 +69,7 @@ describe('Status service acceptance tests', () => {
method: 'POST',
headers: { 'Authorization': this.token },
json: true,
- body: { uuid: 'fake out!' }
+ body: { uuid: 'fake out!', flavor: 'docker-cl... | 0 |
diff --git a/app/models/carto/helpers/user_commons.rb b/app/models/carto/helpers/user_commons.rb @@ -30,11 +30,11 @@ module Carto::UserCommons
max_layers database_timeout user_timeout upgraded_at map_view_block_price
geocoding_quota dashboard_viewed_at sync_tables_enabled database_host
geocoding_block_price notificatio... | 2 |
diff --git a/guide/interactions/registering-slash-commands.md b/guide/interactions/registering-slash-commands.md @@ -190,14 +190,14 @@ const rest = new REST({ version: '9' }).setToken(token);
(async () => {
try {
- console.log('Started refreshing application (/) commands');
+ console.log('Started refreshing application... | 1 |
diff --git a/styles/components/_tooltip.scss b/styles/components/_tooltip.scss ////
/// @group tooltip
////
-
-@keyframes fadeInFromNone {
- 0% {
- display: none;
- opacity: 0;
- }
-
- 1% {
- display: block;
- opacity: 0;
- }
-
- 100% {
- display: block;
- opacity: 1;
- }
-}
-
.sprk-c-Tooltip__container {
position: rel... | 13 |
diff --git a/assets/js/googlesitekit/modules/datastore/__fixtures__/list.json b/assets/js/googlesitekit/modules/datastore/__fixtures__/list.json "dependants": [],
"owner": null,
"forceActive": true,
- "shareable": true,
- "storeName": "modules/search-console"
+ "shareable": true
},
{
"slug": "adsense",
"owner": null,
"... | 2 |
diff --git a/articles/libraries/lock/v10/api.md b/articles/libraries/lock/v10/api.md @@ -12,8 +12,8 @@ Lock has many methods, features, and configurable options. This reference is des
* [getUserInfo()](#getuserinfo-) - Obtaining the profile of a logged in user
* [show()](#show-) - Showing the Lock widget
* [on()](#on-)... | 0 |
diff --git a/components/Search/Results.js b/components/Search/Results.js @@ -15,8 +15,9 @@ import UserTeaser from './UserTeaser'
import {
colors,
- labelRule,
+ fontStyles,
linkRule,
+ mediaQueries,
RawHtml,
TeaserFeed
} from '@project-r/styleguide'
@@ -28,6 +29,12 @@ const styles = {
results: css({
paddingTop: 60
}),
... | 1 |
diff --git a/includes/Core/REST_API/REST_Routes.php b/includes/Core/REST_API/REST_Routes.php @@ -556,8 +556,8 @@ final class REST_Routes {
if ( filter_var( $query, FILTER_VALIDATE_URL ) ) {
// Translate public/alternate reference URLs to local if different.
$query_url = str_replace(
- trailingslashit( $this->context->g... | 2 |
diff --git a/test/configs/backstop.json b/test/configs/backstop.json "height": 768
}
],
- "onBeforeScript": "chromy/onBefore.js",
- "onReadyScript": "chromy/onReady.js",
+ "onBeforeScript": "puppet/onBefore.js",
+ "onReadyScript": "puppet/onReady.js",
"scenarios": [
{
"label": "BackstopJS Homepage",
"ci_report": "backs... | 3 |
diff --git a/docs/content/examples/form/ValidationOptions.js b/docs/content/examples/form/ValidationOptions.js @@ -13,6 +13,7 @@ import {Content, Controller, LabelsLeftLayout, LabelsTopLayout, FirstVisibleChil
import {Md} from '../../../components/Md';
import {CodeSplit} from '../../../components/CodeSplit';
import {Co... | 7 |
diff --git a/docs/Introduction.Android.md b/docs/Introduction.Android.md @@ -72,7 +72,7 @@ android {
defaultConfig {
// ...
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
- testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
+ tes... | 3 |
diff --git a/src/tests/controllers/transportToken.test.ts b/src/tests/controllers/transportToken.test.ts @@ -40,8 +40,9 @@ async function check1MinuteOldRequest(
route_hint: node2.routeHint || '',
}
const currentTime = new Date(Date.now() - 1 * 60001)
+ let added
try {
- await http.post(node1.external_ip + '/contacts',... | 0 |
diff --git a/processors/processPlayerData.js b/processors/processPlayerData.js -const mongoose = require('mongoose');
const {
logger,
DBToStandardName,
@@ -34,7 +33,7 @@ function getPlayerRank(rank, packageRank, newPackageRank, monthlyPackageRank) {
function getFirstLogin(firstLogin, _id) {
// Get date from MongoDB Obj... | 14 |
diff --git a/articles/integrations/office-365.md b/articles/integrations/office-365.md ---
description: Overview of Microsoft Office 365 Integration with Auth0.
+toc: true
---
# Office 365 Integration
@@ -34,7 +35,7 @@ When authentication is handed over to Auth0 it will use the AD Connector to auth
> Note: If you're in... | 0 |
diff --git a/vis/js/actions/index.js b/vis/js/actions/index.js @@ -112,7 +112,7 @@ export const updateDimensions = (chart, list) => ({
listHeight: list.height,
chartSize: chart.size,
streamWidth: chart.width,
- streamHeight: chart.height,
+ streamHeight: chart.height < chart.width ? chart.height : chart.width,
});
expo... | 1 |
diff --git a/README.md b/README.md # Preact Documentation Website
[](https://travis-ci.org/preactjs/preact-www)
-[](https://chat.preactjs.com/)
+[
);
-
+$secondary: (
+ color: #E86953,
+ dark: darken(#E86953, 10%),
+ light: lighten(#E86953, 10%)
+);
$yiq-contrasted-threshold: 160;
@@ -44,4 +48,6 @@ $yiq-contrasted-threshold: 160;
z-index: 1;
}
-
+.underlin... | 7 |
diff --git a/articles/getting-started/dashboard-overview.md b/articles/getting-started/dashboard-overview.md @@ -7,6 +7,12 @@ toc: true
The [dashboard](${manage_url}) is where you manage all aspects of your Auth0 account and configuration.
+ {
const queryParams = queryString.stringify({
- application: process.env.APPLICATIONS
+ application: [process.env.APPLICATIONS]
});
return new Promise((resolve, re... | 12 |
diff --git a/articles/libraries/lock-ios/v2/touchid-authentication.md b/articles/libraries/lock-ios/v2/touchid-authentication.md ---
section: libraries
-toc_title: Touch ID Authentication
description: How to implement Touch ID authentication with Lock iOS.
---
# Lock iOS: Touch ID Authentication
| 2 |
diff --git a/src/createVelocityContext.js b/src/createVelocityContext.js const jsEscapeString = require('js-string-escape');
+const jwt = require('jsonwebtoken');
+
const utils = require('./utils');
const jsonPath = require('./jsonPath');
@@ -27,11 +29,29 @@ module.exports = function createVelocityContext(request, opti... | 0 |
diff --git a/packages/laconia-batch/integration-test/dynamodb-batch-handler.spec.js b/packages/laconia-batch/integration-test/dynamodb-batch-handler.spec.js @@ -16,9 +16,8 @@ describe("dynamodb batch handler", () => {
let itemListener, event, context, callback, documentClient;
beforeAll(() => {
- jest.setTimeout(60000)... | 12 |
diff --git a/docs/_sass/_main.scss b/docs/_sass/_main.scss @@ -345,9 +345,11 @@ textarea {
font-weight: bold;
cursor: pointer;
$border-amount-darken: 15%;
+ color: $color-dark;
&:hover {
border-color: darken($color-gray2, $border-amount-darken);
+ color: $color-dark;
}
&.send-money {
| 12 |
diff --git a/CodingChallenges/CC_71_minesweeper/cell.js b/CodingChallenges/CC_71_minesweeper/cell.js @@ -37,7 +37,7 @@ Cell.prototype.countBees = function() {
}
var total = 0;
for (var xoff = -1; xoff <= 1; xoff++) {
- var i = tihs.i + xoff;
+ var i = this.i + xoff;
if (i < 0 || i >= cols) continue;
for (var yoff = -1;... | 1 |
diff --git a/src/navigation/restaurant/components/DatePickerHeader.js b/src/navigation/restaurant/components/DatePickerHeader.js import React, { Component } from 'react'
-import { StyleSheet, View, TouchableOpacity } from 'react-native'
+import { Dimensions, StyleSheet, View, TouchableOpacity } from 'react-native'
impo... | 7 |
diff --git a/packages/artplayer/src/plugins/fastForward.js b/packages/artplayer/src/plugins/fastForward.js @@ -9,11 +9,13 @@ export default function fastForward(art) {
let timer = null;
let isPress = false;
+ let lastPlaybackRate = 1;
const onStart = (event) => {
if (event.touches.length === 1 && art.playing && !art.is... | 12 |
diff --git a/README.md b/README.md @@ -211,6 +211,7 @@ const columns = [
|:--:|:-----|:--|:-----|
|**`display`**|string|'true'|Display column in table. `enum('true', 'false', 'excluded')`
|**`empty`**|boolean|false|This denotes whether the column has data or not (for use with intentionally empty columns)
+|**`viewColum... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md # Changelog
-## Unreleased
+## 1.67.0
- Add support for Node.js 12 (except for two optional features that rely on native addons which are not yet available for Node.js 12, CPU profiling and reporting uncaught exceptions).
## 1.66.0
| 6 |
diff --git a/token-metadata/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/metadata.json b/token-metadata/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/metadata.json "symbol": "SLV",
"address": "0x4c1C4957D22D8F373aeD54d0853b090666F6F9De",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/tasks/pdc.py b/tasks/pdc.py @@ -291,7 +291,7 @@ def process_country(k, v, params, keys):
os.system(cmd)
# Get polygon centroids.
- cmd = f'ogr2ogr -append {OUTPUT_GPKG} -sql "select name,type,other_tags,{keys},st_centroid(geom) AS geom from multipolygons" {gpkg} -nln {layer_name}'
+ cmd = f'ogr2ogr -append... | 14 |
diff --git a/package.json b/package.json ],
"scripts": {
"default": "npm run test",
- "doc": "jsdoc -c .jsdoc.conf.json -d ./api-docs -p ./package.json -R README.md -t ./node_modules/ink-docstrap/template -r src/",
"test": "npx ava --verbose",
"lint-staged": "lint-staged",
"coverage": "npx nyc ava && npx nyc report --r... | 2 |
diff --git a/packages/app/src/styles/theme/christmas.scss b/packages/app/src/styles/theme/christmas.scss @@ -64,7 +64,7 @@ html[dark] {
$bgcolor-list: transparent;
// $color-list-hover: $color-reversal;
$color-list-active: $themelight;
- // $bgcolor-list-active:;
+ $bgcolor-list-active: $themecolor;
// Navbar
$bgcolor-... | 7 |
diff --git a/assets/js/googlesitekit/modules/datastore/settings.test.js b/assets/js/googlesitekit/modules/datastore/settings.test.js @@ -34,9 +34,6 @@ describe( 'core/modules store changes', () => {
let moduleCanSubmitChanges = false;
let submittingChanges = false;
- beforeAll( () => {
- } );
-
beforeEach( () => {
cons... | 2 |
diff --git a/rss/translator/article.js b/rss/translator/article.js @@ -22,7 +22,10 @@ function checkObjType (item, results) {
return function () {
return findImages(item, results)
}
- } else if (typeof item === 'string' && item.match(/\.(jpg|jpeg|png|gif|bmp|webp)$/i) && !results.includes(item) && results.length < 9) r... | 1 |
diff --git a/packages/runtimes/hmr/src/HMRRuntime.js b/packages/runtimes/hmr/src/HMRRuntime.js @@ -25,7 +25,9 @@ export default (new Runtime({
return {
filePath: __filename,
code:
- `var HMR_HOST = ${JSON.stringify(host != null ? host : null)};` +
+ `var HMR_HOST = ${JSON.stringify(
+ host != null && host !== '0.0.0.0'... | 1 |
diff --git a/index.js b/index.js @@ -13,6 +13,9 @@ let options = {
cosmosAPI: new CosmosAPI(),
networkData
}),
+ cacheControl: {
+ defaultMaxAge: 5000
+ },
introspection: true,
playground: true
};
@@ -39,5 +42,5 @@ const server = new ApolloServer(options);
server
.listen({ port: process.env.PORT || 4000 })
.then(({ url... | 12 |
diff --git a/src/utils/src-loader.js b/src/utils/src-loader.js @@ -93,7 +93,30 @@ function checkIsImage (src, onResult) {
onResult(src.tagName === 'IMG');
return;
}
+ var request = new XMLHttpRequest();
+ request.open("HEAD", src);
+ request.addEventListener('load', function(event) {
+ if (request.status >= 200 && requ... | 7 |
diff --git a/Source/Scene/MetadataSemantic.js b/Source/Scene/MetadataSemantic.js *
* @private
* @experimental This feature is using part of the 3D Tiles spec that is not final and is subject to change without Cesium's standard deprecation policy.
+ * @see {@link https://github.com/CesiumGS/3d-tiles/tree/3d-tiles-next/s... | 3 |
diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less @@ -1890,10 +1890,10 @@ Floated Menu / Item
}
/* Attached Menu Item */
-.ui.top.attached.menu > .item:first-child {
+.ui.top.attached.menu:not(.centered) > .item:first-child {
border-radius: @borderRadius 0em 0em 0em;
}
-.ui.bott... | 1 |
diff --git a/assets/js/util/tracking/index.js b/assets/js/util/tracking/index.js @@ -73,13 +73,6 @@ export async function bootstrapTracking( _baseData = global._googlesitekitBase,
* @return {Promise} A promise that resolves with an object { trackingEnabled: (bool) }.
*/
export async function toggleTracking( activeStatu... | 2 |
diff --git a/fixed-price-subscriptions/client/react/README.md b/fixed-price-subscriptions/client/react/README.md @@ -97,9 +97,14 @@ Q: Why did you pick these frameworks?
A: We chose the most minimal framework to convey the key Stripe calls and concepts you need to understand. These demos are meant as an educational too... | 3 |
diff --git a/tools/deployer/AirSwap/src/SwapMapping.ts b/tools/deployer/AirSwap/src/SwapMapping.ts @@ -206,8 +206,8 @@ export function handleSwap(event: Swap): void {
swap.save()
}
- let signerAddress = event.params.signerWallet.toHex()
- let signer = User.load(signerAddress)
+ var signerAddress = event.params.signerWa... | 3 |
diff --git a/package.json b/package.json "watch:js": "onchange 'packages/{@uppy/,}*/src/**/*.js' --initial --verbose -- npm run build:bundle",
"watch:js:lib": "onchange 'packages/{@uppy/,}*/src/**/*.js' --initial --verbose -- npm run build:lib",
"watch": "npm-run-all --parallel watch:js watch:css",
- "watch:fast": "npm... | 2 |
diff --git a/mods/googleasr/test/tracker.int.test.ts b/mods/googleasr/test/tracker.int.test.ts @@ -53,7 +53,7 @@ describe("@fonos/googleasr", () => {
logger.info(
`The transcript result is: ${JSON.stringify(result.transcript)}`
);
- expect(result).to.have.property("transcription").not.to.be.null;
+ expect(result).to.ha... | 1 |
diff --git a/weapons-manager.js b/weapons-manager.js @@ -568,7 +568,7 @@ const _handleUpload = async (item, transform = null) => {
console.log('got j', j);
const {traits} = j;
// cryptovoxels wearables
- const voxTrait = traits.find(t => t.trait_type === 'vox');
+ const voxTrait = traits.find(t => t.trait_type === 'vox... | 0 |
diff --git a/packages/node_modules/@node-red/runtime/lib/settings.js b/packages/node_modules/@node-red/runtime/lib/settings.js @@ -87,7 +87,7 @@ var persistentSettings = {
throw new Error(log._("settings.not-available"));
}
var current = globalSettings[prop];
- globalSettings[prop] = value;
+ globalSettings[prop] = clo... | 1 |
diff --git a/js/webcomponents/bisweb_fileserver.js b/js/webcomponents/bisweb_fileserver.js @@ -235,8 +235,11 @@ class FileServer extends HTMLElement {
console.log('data', data);
switch (data.type) {
case 'nextpacket' :
- let slice = remainingTransfer.slice(currentTransferIndex, currentTransferIndex + transferSize);
+ l... | 1 |
diff --git a/data/brands/shop/clothes.json b/data/brands/shop/clothes.json "shop": "clothes"
}
},
- {
- "displayName": "Edgars",
- "id": "edgars-b23c0b",
- "locationSet": {
- "include": [
- "bw",
- "gh",
- "ls",
- "na",
- "sz",
- "za",
- "zm"
- ]
- },
- "tags": {
- "brand": "Edgars",
- "brand:wikidata": "Q97276073",
- ... | 5 |
diff --git a/aws_batch/pipeline.py b/aws_batch/pipeline.py @@ -663,7 +663,10 @@ def run_and_log(logparams, func_name, *args):
records_before = count_reads(logparams["before_file_name"], logparams["before_file_type"])
records_after = count_reads(logparams["after_file_name"], logparams["after_file_type"])
if logparams["c... | 9 |
diff --git a/components/widgets/list/WidgetCard.js b/components/widgets/list/WidgetCard.js @@ -307,10 +307,11 @@ class WidgetCard extends React.Component {
const type = this.props.widget.attributes.widgetConfig.type || 'widget';
const { protocol, hostname, port } = window.location;
const host = `${protocol}//${hostname... | 4 |
diff --git a/common/lib/client/resource.js b/common/lib/client/resource.js @@ -137,7 +137,7 @@ var Resource = (function() {
var decodedBody = body;
if ((headers['content-type'] || '').indexOf('msgpack') > 0) {
try {
- body = msgpack.decode(body);
+ decodedBody = msgpack.decode(body);
} catch (decodeErr) {
Logger.logAct... | 1 |
diff --git a/server/preprocessing/other-scripts/base.R b/server/preprocessing/other-scripts/base.R @@ -45,8 +45,9 @@ get_papers <- function(query, params, limit=100, fields="title,id,counter_total_
#Make sure that the abstract exists. NOT WORKING:
abstract_exists = "dcdescription:?"
- (res <- bs_search(hits=100, query ... | 3 |
diff --git a/src/components/join-flow/email-step.jsx b/src/components/join-flow/email-step.jsx @@ -22,8 +22,8 @@ class EmailStep extends React.Component {
}
validateEmailIfPresent (email) {
if (!email) return null; // skip validation if email is blank; null indicates valid
- const localResult = emailValidator.validate(... | 10 |
diff --git a/packages/css/src/index.ts b/packages/css/src/index.ts @@ -8,7 +8,6 @@ import {
ISheet,
ITokensDefinition,
TCss,
- TUtility,
} from "./types";
import { addDefaultUtils, createSheets, cssPropToToken } from "./utils";
@@ -18,6 +17,10 @@ export * from "./css-types";
// tslint:disable-next-line: no-empty
const ... | 4 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,6 +9,21 @@ To see all merged commits on the master branch that will be part of the next plo
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.54.6] -- 2020-07-09
+
+### Fixed
+ - Link matching axes categories during `Plotly.relayout` calls
+ (regression in... | 3 |
diff --git a/src/DevChatter.Bot.Infra.Twitch/TwitchClientSettings.cs b/src/DevChatter.Bot.Infra.Twitch/TwitchClientSettings.cs @@ -4,7 +4,7 @@ public class TwitchClientSettings
{
public string TwitchUsername { get; set; }
public string TwitchChannelId { get; set; }
- public string TwitchBotUserID { get; set; }
+ public... | 10 |
diff --git a/weapons-manager.js b/weapons-manager.js @@ -1198,6 +1198,18 @@ const itemSpecs3 = [
"name": "dragon-fly",
"start_url": "https://avaer.github.io/dragon-fly/manifest.json"
},
+ {
+ "name": "pistol",
+ "start_url": "https://avaer.github.io/pistol/manifest.json"
+ },
+ {
+ "name": "rifle",
+ "start_url": "http... | 0 |
diff --git a/NEWS.md b/NEWS.md @@ -234,6 +234,7 @@ Development
* Fixed error dropping tables from ghost table manager on race condition cases (#12012)
* IE11 fix for dropdowns with scrollview (#12073)
* Fixed problem resetting styles per node after adding a new analysis (#12085)
+* Docs, fixed some minor spelling and g... | 3 |
diff --git a/lib/NormalModuleFactory.js b/lib/NormalModuleFactory.js Author Tobias Koppers @sokra
*/
var async = require("async");
-var path = require("path");
var Tapable = require("tapable");
var NormalModule = require("./NormalModule");
var RawModule = require("./RawModule");
| 2 |
diff --git a/node-binance-api.js b/node-binance-api.js @@ -374,9 +374,9 @@ let api = function Binance() {
/**
* Used to subscribe to a single websocket endpoint
* @param {string} endpoint - endpoint to connect to
- * @param {function} callback - the function to called when information is received
+ * @param {function} ... | 2 |
diff --git a/magda-web-client/src/Components/Dataset/Add/DatasetAddCommon.ts b/magda-web-client/src/Components/Dataset/Add/DatasetAddCommon.ts @@ -352,9 +352,9 @@ function getInternalDatasetSourceAspectData() {
function getAccessControlAspectData(state: State) {
const { dataset, datasetPublishing } = state;
- let orgUn... | 12 |
diff --git a/articles/quickstart/webapp/scala/01-login.md b/articles/quickstart/webapp/scala/01-login.md @@ -16,11 +16,13 @@ budicon: 448
]
}) %>
+<%= include('../_includes/_getting_started', { library: 'Node.js', callback: 'http://localhost:3000/callback' }) %>
+
## Add your Auth0 Configuration Keys
${snippet(meta.sni... | 3 |
diff --git a/token-metadata/0x27054b13b1B798B345b591a4d22e6562d47eA75a/metadata.json b/token-metadata/0x27054b13b1B798B345b591a4d22e6562d47eA75a/metadata.json "symbol": "AST",
"address": "0x27054b13b1B798B345b591a4d22e6562d47eA75a",
"decimals": 4,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/packages/yoga/src/Menu/web/MenuList.jsx b/packages/yoga/src/Menu/web/MenuList.jsx @@ -13,6 +13,7 @@ const StyledMenuList = styled(MenuListRoot)`
theme: {
yoga: {
components: { menu },
+ elevations,
},
},
}) => {
@@ -24,7 +25,7 @@ const StyledMenuList = styled(MenuListRoot)`
border-radius: ${menu.border.rad... | 1 |
diff --git a/resource/js/components/PageAttachment/DeleteAttachmentModal.js b/resource/js/components/PageAttachment/DeleteAttachmentModal.js @@ -18,12 +18,12 @@ export default class DeleteAttachmentModal extends React.Component {
renderByFileFormat(attachment) {
if (attachment.fileFormat.match(/image\/.+/i)) {
return (... | 7 |
diff --git a/src/js/components/Layer/StyledLayer.js b/src/js/components/Layer/StyledLayer.js @@ -70,17 +70,13 @@ export const StyledOverlay = styled.div`
`;
const getMargin = (margin, theme, position) => {
- const axe =
+ const axis =
position === 'top' || position === 'bottom' ? 'vertical' : 'horizontal';
- const marg... | 7 |
diff --git a/src/comments/Comments.js b/src/comments/Comments.js @@ -62,12 +62,20 @@ export default class Comments extends Component {
render() {
const { post, comments, show } = this.props;
const postId = post.id;
+ let fetchedCommentsList = null;
if (!show) {
return <div />;
}
- const fetchedCommentsList = (comments.... | 1 |
diff --git a/closure/goog/locale/defaultlocalenameconstants.js b/closure/goog/locale/defaultlocalenameconstants.js @@ -123,7 +123,7 @@ goog.locale.defaultLocaleNameConstants = {
'CW': 'Cura\u00e7ao',
'CX': 'Christmas Island',
'CY': 'Cyprus',
- 'CZ': 'Czech Republic',
+ 'CZ': 'Czechia',
'DE': 'Germany',
'DG': 'Diego Gar... | 10 |
diff --git a/package.json b/package.json "exif-parser": "^0.1.12",
"file-saver": "^2.0.0-rc.4",
"highlight.js": "^9.13.1",
+ "jimp": "^0.6.0",
"jquery": "^3.3.1",
"js-crc": "^0.2.0",
"js-sha3": "^0.8.0",
"jsesc": "^2.5.1",
"jsonpath": "^1.0.0",
"jsonwebtoken": "^8.3.0",
+ "jsqr": "^1.1.1",
"jsrsasign": "8.0.12",
"kbpgp... | 0 |
diff --git a/js/parser.js b/js/parser.js @@ -1147,7 +1147,7 @@ var codeMirrorFn = function() {
state.tokenIndex=-1;
return 'METADATA';
} else {
- logError('Unrecognised stuff in metadata section.', state.lineNumber);
+ logError('Unrecognised stuff in the prelude.', state.lineNumber);
return 'ERROR';
}
} else if (state.... | 4 |
diff --git a/src/components/FindWallet/WalletPersonasSidebar.tsx b/src/components/FindWallet/WalletPersonasSidebar.tsx @@ -7,11 +7,9 @@ import {
ListItem,
UnorderedList,
useColorMode,
+ Icon,
} from "@chakra-ui/react"
-// Components
-import Icon from "../Icon"
-
// Icons
import BuyCrypto from "../../assets/wallets/buy_... | 4 |
diff --git a/app/shared/containers/Global/Account/Import/Hot.js b/app/shared/containers/Global/Account/Import/Hot.js @@ -92,7 +92,7 @@ class GlobalModalAccountImportHot extends Component<Props> {
} = this.state;
const matches = accounts.__lookups;
const disabled = (!selected.length || !valid);
- if (settings.walletMode... | 11 |
diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js @@ -691,27 +691,73 @@ function hasOutstandingIOU(report, currentUserLogin, iouReports) {
return iouReport.ownerEmail !== currentUserLogin;
}
-function shouldReportBeInOptionList(report, currentlyViewedReportID, isInGSDMode, currentUserLogin, iouReports) {
-... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.