code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/includes/Core/Authentication/Clients/OAuth_Client.php b/includes/Core/Authentication/Clients/OAuth_Client.php @@ -24,7 +24,6 @@ use Google\Site_Kit\Core\Storage\Options;
use Google\Site_Kit\Core\Storage\User_Options;
use Google\Site_Kit\Core\Util\Scopes;
use Google\Site_Kit_Dependencies\Google\Service\Peop... | 2 |
diff --git a/docs/coding-standards/css.md b/docs/coding-standards/css.md @@ -81,7 +81,7 @@ Break elements and modifiers outside of blocks rather than nesting using a paren
Bad:
```
-.gv-c-breadcrumb {
+.govuk-c-breadcrumb {
...
&__item {
...
@@ -91,11 +91,11 @@ Bad:
Good:
```
-.gv-c-breadcrumb {
+.govuk-c-breadcrumb {
... | 4 |
diff --git a/app/controllers/carto/api/tables_controller.rb b/app/controllers/carto/api/tables_controller.rb @@ -57,12 +57,13 @@ module Carto
end
def update
+ # TODO This endpoint is only used to geocode from editor, passing `latitude_column` and `longitude_column`
+ # TODO It also supports renames and all attributes a... | 7 |
diff --git a/reference/api/settings.md b/reference/api/settings.md @@ -4,7 +4,7 @@ sidebarDepth: 2
# Settings
-## Global settings
+## All settings
The `/settings` route allows you to customize search settings for the given index. It is possible to modify all of an index's settings at once using the [`update settings` e... | 10 |
diff --git a/vis/js/streamgraph.js b/vis/js/streamgraph.js @@ -229,14 +229,18 @@ streamgraph.drawStreamgraph = function (streams, area, z) {
streamgraph.drawLabels = function (series, x, y, streamgraph_width, streamgraph_height, label_positions) {
let self = this;
-
let text = d3.select(".streamgraph-chart").selectAll(... | 14 |
diff --git a/ext/abp-filter-parser-modified/abp-filter-parser.js b/ext/abp-filter-parser-modified/abp-filter-parser.js @@ -521,6 +521,7 @@ function parse (input, parserData, callback, options = {}) {
if (options.async === false) {
processChunk(0, filters.length)
+ parserData.initialized = true
} else {
/* parse filters... | 1 |
diff --git a/test-complete/nodejs-optic-read-file.js b/test-complete/nodejs-optic-read-file.js @@ -89,7 +89,15 @@ describe('Nodejs Optic read from file test', function(){
//console.log(output);
const outputStr = output.toString().trim().replace(/[\n\r]/g, '');
//console.log(outputStr);
- expect(outputStr).to.equal('<t:... | 1 |
diff --git a/scenes/scenes.json b/scenes/scenes.json "tron-gothic-city.scn",
"tanabata-city.scn",
"sci-fi-neon.scn",
- "city.scn"
+ "city.scn",
+ "bridge-game.scn",
+ "club.scn",
+ "desert_mon.scn",
+ "greenhill.scn",
+ "nons.scn",
+ "planet.scn",
+ "range.scn",
+ "stage.scn",
+ "theatre_Piano.scn"
]
| 0 |
diff --git a/guide/popular-topics/miscellaneous-examples.md b/guide/popular-topics/miscellaneous-examples.md @@ -84,8 +84,10 @@ const Discord = require('discord.js');
const client = new Discord.Client();
const prefix = '!';
+const escapeRegex = str => str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
+
client.on('message', m... | 1 |
diff --git a/test/tests/blob.js b/test/tests/blob.js @@ -394,12 +394,12 @@ describe("Blob", function() {
.then(function(entry) {
return entry.getBlob();
})
- .then(function(bblob) {
- test.bblob = bblob;
- assert.equal(true, bblob.isBinary());
+ .then(function(binaryBlob) {
+ test.binaryBlob = binaryBlob;
+ assert.equa... | 10 |
diff --git a/src/resources/views/crud/list.blade.php b/src/resources/views/crud/list.blade.php data-visible="{{var_export($column['visibleInTable'] ?? true)}}"
data-can-be-visible-in-table="true"
data-visible-in-modal="{{var_export($column['visibleInModal'] ?? true)}}"
- data-visible-in-export="{{var_export($column['vi... | 13 |
diff --git a/token-metadata/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/metadata.json b/token-metadata/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/metadata.json "symbol": "PAR",
"address": "0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/generators/client/templates/vue/src/main/webapp/app/account/account.service.ts.ejs b/generators/client/templates/vue/src/main/webapp/app/account/account.service.ts.ejs @@ -20,7 +20,7 @@ export default class AccountService {
private cookie: any,
<%_ } _%>
<%_ if (websocket === 'spring-websocket') { _%>
- pr... | 2 |
diff --git a/articles/sso/current/setup.md b/articles/sso/current/setup.md @@ -21,7 +21,7 @@ For information on SSO Integrations, check out the [Single Sign On Integrations]
Before enabling SSO on an [application](/applications), create and configure a Connection for each [Identity Provider](/identityproviders) you wan... | 1 |
diff --git a/assets/src/edit-story/app/layout/index.js b/assets/src/edit-story/app/layout/index.js @@ -11,7 +11,7 @@ import Header from '../../components/header';
import Inspector from '../../components/inspector';
import Library from '../../components/library';
import Canvas from '../../components/canvas';
-import Dro... | 10 |
diff --git a/sirepo/package_data/static/js/srw.js b/sirepo/package_data/static/js/srw.js @@ -144,7 +144,6 @@ SIREPO.app.factory('srwService', function(activeSection, appState, panelState, $
return;
}
['simulation', 'sourceIntensityReport'].forEach(function(f) {
- panelState.showField(f, 'photonEnergy', activeSection.ge... | 1 |
diff --git a/public_app/public/index.html b/public_app/public/index.html <head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
- <meta name="viewport" content="width=720" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" ... | 13 |
diff --git a/grails-app/assets/javascripts/streama/templates/modal--manage-files.tpl.htm b/grails-app/assets/javascripts/streama/templates/modal--manage-files.tpl.htm <th>Type</th>
<th>Label</th>
<th>Language</th>
- <th style="width: 10px;"></th>
+ <th style="width: 68px;"></th>
</tr>
</thead>
<tbody>
<td>{{file.origin... | 7 |
diff --git a/app/controllers/carto/api/public/custom_visualizations_controller.rb b/app/controllers/carto/api/public/custom_visualizations_controller.rb @@ -50,23 +50,20 @@ class Carto::Api::Public::CustomVisualizationsController < Carto::Api::Public::A
end
if params[:data].present?
- return render_jsonp({ error: 'data... | 2 |
diff --git a/vr-ui.js b/vr-ui.js import * as THREE from 'https://static.xrpackage.org/xrpackage/three.module.js';
-import {XRPackage} from './run.js';
+/* import {XRPackage} from './run.js';
import {TextMesh} from './textmesh-standalone.esm.js'
const apiHost = 'https://ipfs.exokit.org/ipfs';
@@ -452,9 +452,185 @@ const... | 0 |
diff --git a/test_apps/test_app/config/contracts.js b/test_apps/test_app/config/contracts.js @@ -6,11 +6,11 @@ module.exports = {
type: "ws"
},
dappConnection: [
- "$WEB3",
"ws://localhost:8546",
"http://localhost:8550",
"http://localhost:8545",
- "http://localhost:8550"
+ "http://localhost:8550",
+ "$WEB3"
],
gas: "au... | 1 |
diff --git a/resource/js/components/PageEditor/Editor.js b/resource/js/components/PageEditor/Editor.js @@ -141,33 +141,58 @@ export default class Editor extends React.Component {
* @returns {string[]} a list of shortname
*/
searchEmojiShortnames(term) {
+ const maxLength = 12;
+
var results = [];
var results2 = [];
var... | 7 |
diff --git a/en/option/component/axis-common.md b/en/option/component/axis-common.md @@ -104,8 +104,8 @@ Parameter is the text of label, and return value is the color. See the following
```js
textStyle: {
- color: function (value, index, params) {
- return params.value >= 0 ? 'green' : 'red';
+ color: function (value, ... | 13 |
diff --git a/token-metadata/0x175Ab41E2CEDF3919B2e4426C19851223CF51046/metadata.json b/token-metadata/0x175Ab41E2CEDF3919B2e4426C19851223CF51046/metadata.json "symbol": "BACON",
"address": "0x175Ab41E2CEDF3919B2e4426C19851223CF51046",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/test/text/ttml_text_parser_unit.js b/test/text/ttml_text_parser_unit.js @@ -902,9 +902,8 @@ describe('TtmlTextParser', () => {
'<smpte:image imagetype="PNG" encoding="Base64" xml:id="img_0">' +
'base64EncodedImage</smpte:image>' +
'</metadata>' +
- '<body><div>' +
- '<p begin="01:02.05" end="01:02:03.200" ... | 1 |
diff --git a/templates/master/default-settings.js b/templates/master/default-settings.js @@ -31,7 +31,7 @@ var default_settings = {
KENDRA_INDEXER_SCHEDULE: "rate(1 day)",//See https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html for valid expressions
KENDRA_WEB_PAGE_INDEX: "${DefaultKendraIn... | 2 |
diff --git a/lib/plugins/entities.js b/lib/plugins/entities.js @@ -178,11 +178,20 @@ function inject(bot,{version}) {
entity.type = 'mob';
entity.uuid=packet.entityUUID;
var entityData = mobs[packet.type];
+ if(entityData == undefined) {
+ entity.mobType = "unknown";
+ entity.displayName = "unknown";
+ entity.entityTyp... | 9 |
diff --git a/docs/topics/lombok.md b/docs/topics/lombok.md @@ -48,7 +48,7 @@ plugins {
```kotlin
plugins {
- id ("org.jetbrains.kotlin.plugin.lombok") version "%kotlinVersion%"
+ kotlin("plugin.lombok") version "%kotlinVersion%"
id("io.freefair.lombok") version "5.3.0"
}
```
| 7 |
diff --git a/articles/tokens/access-token.md b/articles/tokens/access-token.md @@ -12,15 +12,19 @@ The Access Token, commonly referred to as `access_token` in code samples, is a c
Auth0 currently generates access tokens in two formats:
-* As opaque strings, when `${account.namespace}/userinfo` is the audience.
-* As a ... | 0 |
diff --git a/src/components/dashboard/SendQRSummary.js b/src/components/dashboard/SendQRSummary.js @@ -3,12 +3,12 @@ import React, { useState } from 'react'
import { View } from 'react-native'
import logger from '../../lib/logger/pino-logger'
-import goodWallet from '../../lib/wallet/GoodWallet'
+import { useWrappedGoo... | 0 |
diff --git a/includes/Modules/PageSpeed_Insights.php b/includes/Modules/PageSpeed_Insights.php @@ -36,23 +36,6 @@ final class PageSpeed_Insights extends Module implements Module_With_Scopes {
*/
public function register() {}
- /**
- * Checks whether the module is connected.
- *
- * A module being connected means that a... | 2 |
diff --git a/module/actor/actor-sheet.js b/module/actor/actor-sheet.js @@ -486,7 +486,6 @@ export class GurpsActorSheet extends ActorSheet {
html.find('#qnotes').on('drop', this.handleQnoteDrop.bind(this))
-
html.find('#maneuver').on('change', ev => {
let target = $(ev.currentTarget)
this.actor.replaceManeuver(target.v... | 11 |
diff --git a/src/utils/tribeBots.ts b/src/utils/tribeBots.ts @@ -3,6 +3,7 @@ import { getHost } from './tribes'
import fetch from 'node-fetch'
import { loadConfig } from './config'
import { genSignedTimestamp } from './tribes'
+import { sphinxLogger } from './logger'
const config = loadConfig()
@@ -17,10 +18,10 @@ expo... | 3 |
diff --git a/src/proxy_configuration.js b/src/proxy_configuration.js @@ -255,7 +255,8 @@ export class ProxyConfiguration {
* All the HTTP requests going through the proxy with the same session identifier
* will use the same target proxy server (i.e. the same IP address).
* The identifier must not be longer than 50 char... | 7 |
diff --git a/src/widgets/Icon.scss b/src/widgets/Icon.scss @import "../styles/colors.scss";
+@font-face {
+ font-family: 'Material Icons';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
+ src: local('Material Icons'),
+ local('MaterialIcons-Regular'),
+ url('... | 1 |
diff --git a/components/system/components/Markdown.js b/components/system/components/Markdown.js @@ -11,7 +11,7 @@ export const Markdown = ({ md, options }) => {
{
unified()
.use(parse)
- .use(linkifyRegex(/[@#](\w*[0-9a-zA-Z-_]+\w*[0-9a-zA-Z-_])/g)) // @user #tag
+ .use(linkifyRegex(/@(\w*[0-9a-zA-Z-_]+\w*[0-9a-zA-Z-_... | 2 |
diff --git a/vm.image.js b/vm.image.js @@ -865,6 +865,7 @@ Object.subclass('Squeak.Image',
oopOffset = segmentWordArray.oop,
oopMap = {},
rawBits = {};
+ readLoop:
while (pos < data.byteLength) {
var nWords = 0,
classInt = 0,
@@ -872,6 +873,7 @@ Object.subclass('Squeak.Image',
switch (header & Squeak.HeaderTypeMask) {
... | 9 |
diff --git a/includes/Core/Admin/Screen.php b/includes/Core/Admin/Screen.php @@ -208,27 +208,4 @@ final class Screen {
</div>
<?php
}
-
- /**
- * Verifies if it's required to detect and warn user to disable ad blocker in the current screen.
- *
- * Required on dashboard and settings page if module is inactive.
- * Requ... | 2 |
diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json "failed": "inject failed, see log for details",
"toolong": "Interval too large",
"invalid-expr": "Invalid JSONata expression: __error__"
- },
- "userValueButtons": {
- "clos... | 2 |
diff --git a/userscript.user.js b/userscript.user.js @@ -50450,6 +50450,13 @@ var $$IMU_EXPORT$$;
return src.replace(/\/c\/+[a-z]+_([^/.]*\.[^/.]*)(?:[?#].*)?$/, "/c/$1");
}
+ if (domain === "m.atcdn.co.uk") {
+ // https://m.atcdn.co.uk/a/media/w816h612pf7f7f5/0ebc06e72cbf4f9c99c3707fa5526820.jpg
+ // https://m.atcdn.c... | 7 |
diff --git a/scripts/release-web.js b/scripts/release-web.js @@ -65,7 +65,7 @@ function copyUxFiles() {
}
function copyLightning() {
- return exec("cp -r " + dir + "/../wpe-lightning/dist/lightning-web.js ./dist/" + info.dest + "/js/src/");
+ return exec("cp -r " + dir + "/js/lib/lightning-web.js ./dist/" + info.dest +... | 1 |
diff --git a/appjs/logicjavascript.js b/appjs/logicjavascript.js @@ -4652,7 +4652,10 @@ function convertgrey() {
for (var i = 1; i < input.length; i++)
x += parseInt(x[i - 1] ^ input[i]).toString();
-
+ if (input == "") {
+ x= "";
+ } else if(input.search(/^[10]+$/) == -1)
+ x= "Binary and grey code can only have 0's a... | 1 |
diff --git a/src/setData/yearThree.js b/src/setData/yearThree.js @@ -244,7 +244,7 @@ export default ([
sections: [
{
name: "Weapons",
- season: 9,
+ season: 10,
items: [
3434944005 // Point of the Stag
]
| 5 |
diff --git a/articles/tokens/concepts/jwts.md b/articles/tokens/concepts/jwts.md @@ -45,7 +45,7 @@ The information contained within the JSON object can be verified and trusted bec
In general, JWTs can be signed using a secret (with the **HMAC** algorithm) or a public/private key pair using **RSA** or **ECDSA** (althoug... | 1 |
diff --git a/packages/checkbox/README.md b/packages/checkbox/README.md Checkboxes provide a control to select from a list of non-exclusive options.
-Read more about when and how to use the Checkbox component [on the website](https://hig.autodesk.com/web/components/form-elements).
+Read more about when and how to use th... | 1 |
diff --git a/articles/user-profile/user-impersonation.md b/articles/user-profile/user-impersonation.md @@ -16,6 +16,10 @@ Auth0 provides a _Sign in As_ feature for user impersonation, and provides the f
- Restrictions on impersonation which allows you to reject an impersonated authentication transaction based on, for i... | 0 |
diff --git a/docs/08-guides.md b/docs/08-guides.md @@ -159,6 +159,21 @@ The [Workbox CLI](https://developers.google.com/web/tools/workbox/modules/workbo
Remember that Workbox expects to be run every time you deploy, as a part of a production "build" process (similar to how Snowpack's [`--optimize`](#production-optimiza... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -117,6 +117,13 @@ What we need to do to release Uppy 1.0
- [ ] docs: improve on React docs https://uppy.io/docs/react/, add small example for each component maybe? Dashboard, DragDrop, ProgressBar? No need to make separate pages for all of them, just headings on the same page... | 3 |
diff --git a/assets/js/modules/adsense/components/dashboard/AdSensePerformanceWidget.js b/assets/js/modules/adsense/components/dashboard/AdSensePerformanceWidget.js @@ -30,6 +30,7 @@ import {
getTimeInSeconds,
readableLargeNumber,
changeToPercent,
+ numberFormat,
} from '../../../../util';
import { TYPE_MODULES } from ... | 12 |
diff --git a/generators/needle/needle-client-webpack.js b/generators/needle/needle-client-webpack.js @@ -2,7 +2,7 @@ const needleClient = require('./needle-client-base');
module.exports = class extends needleClient {
addEntity(microserviceName) {
- const errorMessage = `${chalk.yellow(' Reference to ') + microserviceNa... | 2 |
diff --git a/website/static/css/homepage/Feature.css b/website/static/css/homepage/Feature.css .Feature .CodeExample {
background-color: $dark;
+ height: 450px;
+ overflow-y: scroll;
}
@media only screen and (min-width: 736px) {
| 4 |
diff --git a/api/requests/process.js b/api/requests/process.js @@ -131,6 +131,7 @@ class processRequest {
}
async sendToDvr(profile) {
+ if (!this.request.id) this.request.id = this.request.requestId;
let filterMatch = await filter(this.request);
if (filterMatch) {
logger.log(
@@ -153,7 +154,7 @@ class processRequest {... | 1 |
diff --git a/packages/component-library/src/Sandbox/Sandbox.js b/packages/component-library/src/Sandbox/Sandbox.js @@ -47,7 +47,7 @@ const Sandbox = ({
styles,
onFoundationClick,
onSlideHover,
- onBaseMapClick,
+ onBaseMapHover,
tooltipInfo,
tooltipInfoVector,
allSlides,
@@ -84,10 +84,10 @@ const Sandbox = ({
x: info.p... | 10 |
diff --git a/packages/component-library/src/CivicStoryCard/CivicStoryFooter.js b/packages/component-library/src/CivicStoryCard/CivicStoryFooter.js @@ -44,34 +44,22 @@ export default class StoryFooter extends Component {
source: PropTypes.string
};
- constructor(props) {
- super(props);
- this.state = {
- copied: false
... | 14 |
diff --git a/src/components/TelInput.js b/src/components/TelInput.js @@ -19,18 +19,36 @@ export default class TelInput extends Component {
cursorPosition: PropTypes.number,
};
+ state = {
+ hasFocus: false,
+ }
+
componentDidUpdate() {
+ if (this.state.hasFocus) {
this.tel.setSelectionRange(
this.props.cursorPosition,
... | 3 |
diff --git a/src/framework/components/layout-group/component.js b/src/framework/components/layout-group/component.js @@ -147,6 +147,9 @@ pc.extend(pc, function () {
return;
}
+ var containerWidth = Math.max(container.calculatedWidth, 0);
+ var containerHeight = Math.max(container.calculatedHeight, 0);
+
var options = {... | 8 |
diff --git a/src/muncher/sceneEnhancer.js b/src/muncher/sceneEnhancer.js @@ -28,7 +28,7 @@ function getNotes(scene, bookCode) {
// removed un-needed userdata
const flags = page.flags.ddb;
if (flags?.userData) delete flags.userData;
- const label = flags.ddb.labelName ? flags.ddb.labelName : page.name;
+ const label = f... | 7 |
diff --git a/stories/index.tsx b/stories/index.tsx @@ -481,6 +481,79 @@ storiesOf('Griddle main', module)
</div>
)
})
+ .add('with extra re-render', () => {
+ let data = fakeData;
+
+ class customComponent extends React.PureComponent<any, any> {
+ render() {
+ const { value, extra } = this.props;
+
+ console.log('reren... | 0 |
diff --git a/activities/Paint.activity/lib/sugar-web/graphics/journalchooser.js b/activities/Paint.activity/lib/sugar-web/graphics/journalchooser.js @@ -21,6 +21,8 @@ define(['picoModal','sugar-web/datastore','sugar-web/graphics/icon','mustache','
featureLocalJournal.placeholder = "$holderSearchJournal";
featureLocalJo... | 9 |
diff --git a/app/services/carto/user_metadata_export_service.rb b/app/services/carto/user_metadata_export_service.rb @@ -200,12 +200,12 @@ module Carto
def import_user_from_directory(path, import_visualizations: true)
# Import user
- user_file = Dir["#{path}/user_*.json"].first
+ user_file = Dir["#{path}/*/meta/user_*.... | 1 |
diff --git a/content/en/community/_index.html b/content/en/community/_index.html ----
+----
title: Community
menu:
main:
weight: 40
---
-
-{{< blocks/cover title="Community" height="min" >}}
-
-<p class="lead mt-5">Join the community.</p>
-
-{{< /blocks/cover >}}
-
-{{% blocks/lead %}}
-
-{{% /blocks/lead %}}
-
-
-{{< ... | 4 |
diff --git a/src/core/operations/DNSOverHTTPS.mjs b/src/core/operations/DNSOverHTTPS.mjs @@ -51,7 +51,9 @@ class HTTPSOverDNS extends Operation {
"A",
"AAAA",
"TXT",
- "MX"
+ "MX",
+ "DNSKEY",
+ "NS"
]
},
{
@@ -82,6 +84,7 @@ class HTTPSOverDNS extends Operation {
" - An invalid Resolver URL\n" )
}
var params = {name:in... | 0 |
diff --git a/packages/shared/getComponentNameFromType.js b/packages/shared/getComponentNameFromType.js @@ -53,7 +53,7 @@ export default function getComponentNameFromType(type: mixed): string | null {
if (__DEV__) {
if (typeof (type: any).tag === 'number') {
console.error(
- 'Received an unexpected object in getComponen... | 10 |
diff --git a/CodingChallenges/CC_093_DoublePendulum_p5.js/sketch.js b/CodingChallenges/CC_093_DoublePendulum_p5.js/sketch.js @@ -23,6 +23,8 @@ let buffer;
function setup() {
createCanvas(500, 300);
+ //Issue with wrong rendering on a retina Mac. See Issue: https://github.com/CodingTrain/website/issues/574
+ pixelDensit... | 1 |
diff --git a/articles/client-auth/v2/mobile-desktop.md b/articles/client-auth/v2/mobile-desktop.md @@ -163,3 +163,24 @@ Auth0's `id_token` is a [JSON Web Token (JWT)](/jwt) of type **Bearer** containi
If you would like additional information on JWTs, please visit our section on [JWT section](/jwt).
Once you've decoded ... | 0 |
diff --git a/packages/bitcore-lib-cash/lib/transaction/transaction.js b/packages/bitcore-lib-cash/lib/transaction/transaction.js @@ -559,6 +559,64 @@ Transaction.prototype.from = function(utxo, pubkeys, threshold, opts) {
return this;
};
+/**
+ * associateInputs - Update inputs with utxos, allowing you to specify value... | 11 |
diff --git a/lib/ContextModule.js b/lib/ContextModule.js @@ -103,6 +103,7 @@ class ContextModule extends Module {
if(err) return callback(err);
if(!dependencies) {
+ this.dependencies = [];
callback();
return;
}
@@ -249,14 +250,8 @@ webpackEmptyContext.id = ${JSON.stringify(id)};`;
let count = 160;
// if we dont have d... | 12 |
diff --git a/src/sdk/conference/client.js b/src/sdk/conference/client.js @@ -172,7 +172,7 @@ export const ConferenceClient = function(config, signalingImpl) {
}
}
}
- resolve(new ConferenceInfo(resp.id, Array.from(participants
+ resolve(new ConferenceInfo(resp.room.id, Array.from(participants
.values()), Array.from(rem... | 1 |
diff --git a/ReviewQueueHelper.user.js b/ReviewQueueHelper.user.js // @description Keyboard shortcuts, skips accepted questions and audits (to save review quota)
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 2.6.4
+// @version 2.6.5
//
// @include https://*stackoverflow.com... | 11 |
diff --git a/packages/2018-neighborhood-development/src/components/ExploreUrbanCampsiteSweeps/index.js b/packages/2018-neighborhood-development/src/components/ExploreUrbanCampsiteSweeps/index.js @@ -17,12 +17,6 @@ const LAT = 45.5231;
const LONG = -122.6765;
const ZOOM = 9.5;
-const mapWrapper = css`
- width: 100%;
- o... | 2 |
diff --git a/src/contrib/highlight.js b/src/contrib/highlight.js @@ -17,13 +17,16 @@ export function highlight(element, pattern) {
if (node.nodeType === 3) {
var pos = node.data.search(regex);
if (pos >= 0 && node.data.length > 0) {
+ var match = node.data.match(regex);
var spannode = document.createElement('span');
sp... | 13 |
diff --git a/userscript.user.js b/userscript.user.js @@ -1067,7 +1067,9 @@ var $$IMU_EXPORT$$;
category: "rules",
example_websites: [
"Private Flickr images"
- ]
+ ],
+ // Until GM_Cookie is implemented
+ extension_only: true
},
bigimage_blacklist: {
name: "Blacklist",
@@ -7898,6 +7900,7 @@ var $$IMU_EXPORT$$;
// http:... | 12 |
diff --git a/package.json b/package.json "json"
],
"moduleNameMapper": {
- "^[./a-zA-Z0-9$_!-]+\\.(jpg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|json)$": "<rootDir>/config/jest/FileStub.js",
+ "^[./a-zA-Z0-9$_!-]+\\.(jpg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|json|md)$": "<rootDir>/config/jest/FileStub... | 11 |
diff --git a/lib/waterline/utils/system/datastore-builder.js b/lib/waterline/utils/system/datastore-builder.js @@ -42,6 +42,9 @@ module.exports = function DatastoreBuilder(adapters, datastoreConfigs) {
// Mix together the adapter's default config values along with the user
// defined values.
var datastoreConfig = _.ext... | 0 |
diff --git a/bin/browsertimeWebPageReplay.js b/bin/browsertimeWebPageReplay.js @@ -11,7 +11,13 @@ const browsertimeConfig = require('../lib/plugins/browsertime/index').config;
async function testURL(engine, url) {
try {
await engine.start();
- await engine.run(url);
+ const result = await engine.run(url);
+ // check fo... | 12 |
diff --git a/_data/conferences.yml b/_data/conferences.yml place: Brisbane, Australia
sub: RO
-- name: ICLR
- year: 2018
- id: iclr18
- link: http://iclr.cc/
- deadline: "2017-10-27 17:00:00"
- timezone: America/Los_Angeles
- date: April 30-May 3, 2018
- place: Vancouver Convention Center, Vancouver, Canada
- sub: ML
-... | 2 |
diff --git a/src/styles/themes/default.js b/src/styles/themes/default.js @@ -35,8 +35,8 @@ const darkTheme = {
componentBG: colors.greenAppBackground,
hoverComponentBG: colors.greenHighlightBackground,
activeComponentBG: colors.greenBorders,
- sidebar: colors.greenHighlightBackground,
- sidebarHover: colors.greenAppBac... | 13 |
diff --git a/articles/libraries/when-to-use-lock.md b/articles/libraries/when-to-use-lock.md @@ -5,7 +5,7 @@ description: When should you use Lock, Auth0's drop-in authentication widget, an
# Lock vs. a Custom UI
-When adding Auth0 to your web apps, the best solution is to use Auth0's [Hosted Login Page](/hosted-pages/... | 14 |
diff --git a/includes/Core/Authentication/Setup.php b/includes/Core/Authentication/Setup.php @@ -158,7 +158,7 @@ class Setup {
wp_die(
sprintf(
/* translators: 1: Error message or error code. 2: Get Help link. */
- esc_html__( 'The request to the authentication proxy has failed with an error: %1$s. %2$s.', 'google-site... | 2 |
diff --git a/src/encoded/static/components/file.js b/src/encoded/static/components/file.js @@ -276,6 +276,13 @@ const File = React.createClass({
</div>
: null}
+ {context.content_error_detail ?
+ <div data-test="contenterrordetail">
+ <dt>Content error detail</dt>
+ <dd>{context.content_error_detail}</dd>
+ </div>
+ : ... | 0 |
diff --git a/includes/Core/User_Input/User_Input.php b/includes/Core/User_Input/User_Input.php @@ -229,18 +229,6 @@ class User_Input {
$this->site_specific_answers->set( $site_settings );
$this->user_specific_answers->set( $user_settings );
- $updated_settings = $this->get_answers();
- $is_empty = $this->are_settings_e... | 2 |
diff --git a/ReadMe.md b/ReadMe.md @@ -245,6 +245,28 @@ dayjs().format(String);
dayjs().format(); // "2014-09-08T08:02:17-05:00" (ISO 8601, no fractional seconds)
dayjs().format("[YYYY] MM-DDTHH:mm:ssZ"); // "[2014] 09-08T08:02:17-05:00"
```
+List of all available formats:
+| Format | Output | Description |
+| ------ |... | 0 |
diff --git a/vis/js/templates/contextfeatures/Timespan.jsx b/vis/js/templates/contextfeatures/Timespan.jsx import React from "react";
-const DataSource = ({ children }) => {
+const Timespan = ({ children }) => {
return (
// html template starts here
<span id="timespan" className="context_item">
@@ -10,4 +10,4 @@ const ... | 10 |
diff --git a/firebase.json b/firebase.json "rules": "firebase/firestore.rules",
"indexes": "firebase/firestore.indexes.json"
},
- "functions": {
- "predeploy": [
- "npm --prefix \"$RESOURCE_DIR\" run lint"
- ]
- },
"hosting": {
"public": "build",
"ignore": [
| 2 |
diff --git a/packages/cx/src/svg/Svg.js b/packages/cx/src/svg/Svg.js @@ -100,6 +100,7 @@ class SvgComponent extends VDOM.Component {
this.el = el
}}
className={data.classNames} style={style}
+ { ...instance.getJsxEventProps()}
>
{
size.width > 0 && size.height > 0 && (
| 0 |
diff --git a/src/parser/features/features.js b/src/parser/features/features.js @@ -206,7 +206,7 @@ export default function parseFeatures(ddb, character) {
ddb.character.race.racialTraits
.filter(
(trait) =>
- !["Ability Score Increase", "Age", "Alignment", "Size", "Speed", "Languages"].includes(trait.definition.name) &... | 9 |
diff --git a/src/index.html b/src/index.html </div>
</div>
- <script src="https://unpkg.com/react@15.4.2/dist/react.js"></script>
- <script src="https://unpkg.com/react-dom@15.4.2/dist/react-dom.js"></script>
+ <script src="https://unpkg.com/react@15.6.2/dist/react.js"></script>
+ <script src="https://unpkg.com/react-d... | 3 |
diff --git a/src/app/services/NotificationService/polling.js b/src/app/services/NotificationService/polling.js @@ -213,7 +213,7 @@ export default Mixin.create( Evented, {
/**
* @param {TwitchStream[]} streams
- * @returns {Promise<TwitchStream[]>}
+ * @returns {Promise.<TwitchStream[]>}
*/
async _filterStreams( streams... | 7 |
diff --git a/packages/node_modules/@node-red/nodes/core/function/90-exec.html b/packages/node_modules/@node-red/nodes/core/function/90-exec.html <option value="true" data-i18n="exec.opt.spawn"></option>
</select>
</div>
- <div class="form-row">
- <label> </label>
- <input type="checkbox" id="node-input-oldrc" styl... | 2 |
diff --git a/articles/protocols/saml/index.html b/articles/protocols/saml/index.html @@ -113,4 +113,10 @@ title: SAML
</li>
</ul>
</li>
+ <li>
+ <i class="icon icon-budicon-715"></i><a href="/protocols/saml/idp-initiated-sso">IdP-Initiated SSO</a>
+ <p>
+ This article explains how to set up Identity Provider initiated ... | 0 |
diff --git a/core/field_bound_variable.js b/core/field_bound_variable.js @@ -326,7 +326,6 @@ Blockly.FieldBoundVariable.prototype.isForConstructor = function() {
* @param {!Blockly.BoundVariableValue}
*/
Blockly.FieldBoundVariable.prototype.setBoundValue = function(value) {
- goog.asserts.assert(this.isNormalVariable_,... | 2 |
diff --git a/lib/sketchPage.js b/lib/sketchPage.js m.restore();
}
- isSketchCmdMode = false;
-
- if (! this.isClick && isk())
+ if (! isSketchCmdMode && ! this.isClick && isk())
if (! sk().suppressSwipe)
if (sk().doSwipe(pieMenuIndex(x - this.xDown, y - this.yDown, 8)))
return;
sk().suppressSwipe = false;
+ isSketchCmd... | 1 |
diff --git a/ghost/admin/app/styles/app-dark.css b/ghost/admin/app/styles/app-dark.css @@ -1305,6 +1305,10 @@ kbd {
background: linear-gradient(90deg, rgba(21,23,25,0) 0%, rgba(21,23,25,1) 100%);
}
+.gh-all-sources .gh-dashboard-list-body:before, .gh-all-sources .gh-dashboard-list-body:after {
+ background: transparent... | 1 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -339,12 +339,15 @@ metaversefile.setApi({
throw new Error('useApp cannot be called outside of render()');
}
},
- useCamera() {
- return camera;
+ useRenderer() {
+ return getRenderer();
},
useScene() {
return scene;
},
+ useCamera() {
+ return camera;
+ },
use... | 0 |
diff --git a/src/apps.json b/src/apps.json 19
],
"js": {
- "hljs.listLanguages": ""
+ "hljs.listLanguages": "",
+ "hljs.highlightBlock": ""
},
"icon": "Highlight.js.png",
"script": "/(?:([\\d.])+/)?highlight(?:\\.min)?\\.js\\;version:\\1",
| 7 |
diff --git a/src/encoded/audit/experiment.py b/src/encoded/audit/experiment.py @@ -770,7 +770,7 @@ def check_experiment_dnase_seq_standards(experiment,
if 'mapped' in metric and 'quality_metric_of' in metric:
alignment_file = metric['quality_metric_of'][0]
suffix = 'According to ENCODE standards, conventional ' + \
- '... | 0 |
diff --git a/docs/components/componentdoc.vue b/docs/components/componentdoc.vue <code v-code class="html">
<{{componentName}}
-
- <template v-for="prop in props_items">
- {{isConst(prop.default) ? '' : ':'}}{{prop.prop}}="{{prop.default}}"<br></template>
- <template v-for="event in events"> @{{event.event}}=""<br></te... | 7 |
diff --git a/src/formio.form.js b/src/formio.form.js +import _ from 'lodash';
import AllComponents from './components';
import Builders from './builders/Builders';
import Components from './components/Components';
@@ -20,7 +21,7 @@ const registerPlugin = (plugin) => {
const current = plugin.framework || Templates.frame... | 11 |
diff --git a/assets/js/components/PostSearcherAutoSuggest.js b/assets/js/components/PostSearcherAutoSuggest.js @@ -139,7 +139,7 @@ export default function PostSearcherAutoSuggest( {
if (
debouncedValue !== '' &&
debouncedValue !== currentEntityTitle &&
- debouncedValue !== postTitleFromMatch
+ debouncedValue?.toLowerCa... | 1 |
diff --git a/renovate.json b/renovate.json {
"extends": ["config:base", ":disablePeerDependencies"],
- "includePaths": ["package.json", "starters/**", "themes/**", "packages/**", "www"],
+ "includePaths": [
+ "package.json",
+ "starters/**",
+ "themes/**",
+ "packages/**",
+ "www"
+ ],
"major": {
"masterIssueApproval":... | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.