code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/lambda/fulfillment/lib/middleware/lexRouter.js b/lambda/fulfillment/lib/middleware/lexRouter.js @@ -196,10 +196,6 @@ async function processResponse(req, res, hook, msg) {
res.card = {
"send": true,
"title": "Info",
- "text": "",
- "url": "",
- "subTitle": "",
- "imageUrl": "",
"buttons": [
{
"text": "Yes",... | 2 |
diff --git a/src/plots/mapbox/layout_attributes.js b/src/plots/mapbox/layout_attributes.js @@ -39,7 +39,10 @@ var attrs = module.exports = overrideAll({
description: [
'Sets the mapbox access token to be used for this mapbox map.',
'Alternatively, the mapbox access token can be set in the',
- 'configuration options und... | 7 |
diff --git a/app/shared/actions/accounts.js b/app/shared/actions/accounts.js @@ -282,9 +282,11 @@ export function getCurrencyBalance(account, requestedTokens = false) {
} = getState();
if (account && (settings.node || settings.node.length !== 0)) {
const { customTokens } = settings;
+ let newCustomTokens = customTokens... | 7 |
diff --git a/app/controllers/carto/api/connectors_controller.rb b/app/controllers/carto/api/connectors_controller.rb @@ -145,7 +145,7 @@ module Carto
raise Carto::Connector::InvalidParametersError.new(message: "Provider doesn't match")
end
parameters[:provider] = provider_id
- parameters.merge! request_params.except(:p... | 2 |
diff --git a/lambda/genesys/flowsv2/QnABot-CallFlow.yaml b/lambda/genesys/flowsv2/QnABot-CallFlow.yaml inboundCall:
- name: QnABotCallFlow
+ name: QnABot
division: Home
startUpRef: "/inboundCall/menus/menu[Main Menu_10]"
defaultLanguage: en-us
@@ -13,6 +13,10 @@ inboundCall:
initialGreeting:
tts: Welcome.
variables:
+ ... | 3 |
diff --git a/src/styles/main.scss b/src/styles/main.scss @import "vendors/font-awesome/font-awesome";
-@import "vendors/codemirror";
@import "normalize";
@import "variables";
@import "mixins";
@import "datagui";
@import "breadcrumbs";
@import "editor";
+@import "mdeditor";
@import "button";
@import "staticfiles";
| 7 |
diff --git a/test/jasmine/tests/modebar_test.js b/test/jasmine/tests/modebar_test.js @@ -1435,7 +1435,7 @@ describe('ModeBar', function() {
});
});
- describe('modebar styling', function() {
+ describe('modebar relayout', function() {
var gd;
var colors = ['rgba(128, 128, 128, 0.7)', 'rgba(255, 0, 128, 0.2)'];
var targ... | 0 |
diff --git a/contribs/gmf/examples/editfeature.js b/contribs/gmf/examples/editfeature.js @@ -17,7 +17,7 @@ import olFeature from 'ol/Feature.js';
import olMap from 'ol/Map.js';
import olView from 'ol/View.js';
import * as olExtent from 'ol/extent.js';
-import olGeomPoint from 'ol/geom/Point.js';
+import olGeomMultiPoin... | 4 |
diff --git a/src/browser/nw_chrome_browser_hooks.cc b/src/browser/nw_chrome_browser_hooks.cc #include "extensions/common/extension.h"
#include "net/cert/x509_certificate.h"
+#include "net/cert/test_root_certs.h"
#include "net/url_request/url_request_context.h"
#include "sql/connection.h"
#include "sql/meta_table.h"
@@ ... | 4 |
diff --git a/CommentFlagsHelper.user.js b/CommentFlagsHelper.user.js // @description Always expand comments (with deleted) and highlight expanded flagged comments, Highlight common chatty and rude keywords
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 4.3
+// @version 4.3.1... | 7 |
diff --git a/edit.js b/edit.js @@ -375,6 +375,72 @@ scene.add(floorMesh);
} */
})();
+
+const geometry = new THREE.CircleBufferGeometry(1, 32)
+ .applyMatrix4(new THREE.Matrix4().makeScale(0.5, 1, 1));
+const material = new THREE.ShaderMaterial({
+ uniforms: {
+ // tex: {type: 't', value: texture, needsUpdate: true},
+... | 0 |
diff --git a/src/Views/tickets/index.blade.php b/src/Views/tickets/index.blade.php <div class="panel panel-default">
<div class="panel-heading">
- @if( isset($counts['owner']))
- <div class="pull-left">Owner
- <a href="{{ session('ticketit_filter_owner')==''?'#':action('\Kordy\Ticketit\Controllers\TicketsController@ind... | 7 |
diff --git a/assets/js/components/DashboardNavigation.js b/assets/js/components/DashboardNavigation.js @@ -244,8 +244,6 @@ export default function DashboardNavigation() {
const throttledOnScroll = throttle( onScroll, 150 );
global.addEventListener( 'scroll', throttledOnScroll );
- throttledOnScroll( undefined );
-
retu... | 12 |
diff --git a/server/preprocessing/other-scripts/openaire.R b/server/preprocessing/other-scripts/openaire.R @@ -185,6 +185,7 @@ fill_dois <- function(df) {
olog$debug("Time for filling missing DOIs")
olog$debug(system.time(cr_works(query=queries(titles), async=TRUE)))
}
+ tryCatch({
if (length(titles) > 1) {
response <-... | 7 |
diff --git a/src/app.js b/src/app.js @@ -39,7 +39,7 @@ const v3_roadster = require('./routes/v3/roadster');
const v3_ships = require('./routes/v3/ships');
// Production read-only DB
-const url = process.env.MONGO_URL || 'mongodb+srv://public:spacex@spacex-gpg0u.mongodb.net/spacex-api';
+const url = 'mongodb+srv://publi... | 3 |
diff --git a/lib/model.js b/lib/model.js @@ -309,7 +309,7 @@ Model.prototype.$__handleSave = function(options, callback) {
callback(null, ret);
});
} else {
- this.constructor.exists({_id:this._id})
+ this.constructor.exists(this.$__where())
.then((documentExists)=>{
if (!documentExists) throw new DocumentNotFoundError... | 4 |
diff --git a/src/libs/actions/Policy.js b/src/libs/actions/Policy.js @@ -276,7 +276,8 @@ function removeMembers(members, policyID) {
// Show the user feedback that the removal failed
console.error(data.message);
- Growl.show(Localize.translateLocal('workspace.people.genericFailureMessage'), CONST.GROWL.ERROR, 5000);
+ ... | 9 |
diff --git a/src/app/controllers/Smoothie/SmoothieController.js b/src/app/controllers/Smoothie/SmoothieController.js @@ -934,8 +934,8 @@ class SmoothieController {
spindleOverride = 100;
} else if ((spindleOverride + value) > 200) {
spindleOverride = 200;
- } else if ((spindleOverride + value) < 0) {
- spindleOverride ... | 12 |
diff --git a/CHANGELOG.md b/CHANGELOG.md 0.26.4 / 11-07-2017
===================
- Update Chromium to [62.0.3202.89](https://chromereleases.googleblog.com/2017/11/stable-channel-update-for-desktop.html)
-- Allow inject script into main world of webview [(#6229)](https://github.com/nwjs/nw.js/issues/6229)
- Fix: Framele... | 1 |
diff --git a/vis/js/io.js b/vis/js/io.js @@ -411,8 +411,8 @@ IO.prototype = {
highlightTerms: function(full_string, term_array) {
let result_string = full_string;
for (let term of term_array) {
- let re = new RegExp("(^|\\s)(" + term + ")(\\s|$)" ,"gi");
- result_string = result_string.replace(re, " <span class=\"query... | 7 |
diff --git a/js/webcomponents/bisweb_filedialog.js b/js/webcomponents/bisweb_filedialog.js @@ -161,6 +161,10 @@ class FileDialogElement {
if (this.currentPath[0] === '') { this.currentPath.splice(0,1); }
navbar.empty();
+ //create 'home' button that will bring user back to ~/
+ let homeButton = $(`<button type='button'... | 1 |
diff --git a/src/app/controllers/TinyG/TinyGController.js b/src/app/controllers/TinyG/TinyGController.js @@ -459,7 +459,7 @@ class TinyGController {
// TinyG settings
if (this.settings !== this.controller.settings) {
this.settings = this.controller.settings;
- this.emit('controller:settings', TINYG, this.settigns);
+ t... | 1 |
diff --git a/src/components/sideMenu/view/sideMenuView.js b/src/components/sideMenu/view/sideMenuView.js @@ -10,7 +10,6 @@ import {
} from 'react-native';
import { injectIntl, useIntl } from 'react-intl';
import LinearGradient from 'react-native-linear-gradient';
-import ActionSheet from 'react-native-actionsheet';
imp... | 14 |
diff --git a/src/themes/foundation.js b/src/themes/foundation.js @@ -442,7 +442,7 @@ JSONEditor.defaults.themes.foundation6 = JSONEditor.defaults.themes.foundation5.
markTabInactive: function(row) {
row.tab.classList.remove('is-active');
row.tab.firstChild.removeAttribute('aria-selected');
- row.container.classList.add... | 1 |
diff --git a/tests/operations/index.mjs b/tests/operations/index.mjs @@ -26,6 +26,7 @@ global.ENVIRONMENT_IS_WEB = function() {
import TestRegister from "./TestRegister";
import "./tests/BCD";
import "./tests/BSON";
+import "./tests/BaconCipher";
import "./tests/Base58";
import "./tests/Base64";
import "./tests/Base62"... | 0 |
diff --git a/assets/js/components/ReportTable.stories.js b/assets/js/components/ReportTable.stories.js @@ -91,9 +91,6 @@ ReportTableGatheringData.args = {
],
gatheringData: true,
};
-ReportTableGatheringData.parameters = {
- features: [ 'zeroDataStates' ],
-};
export default {
title: 'Components/ReportTable',
| 2 |
diff --git a/src/kiri/init.js b/src/kiri/init.js @@ -1982,9 +1982,9 @@ gapp.register("kiri.init", [], (root, exports) => {
camOriginTop: uc.newBoolean(LANG.or_topp_s, onBooleanClick, {title:LANG.or_topp_l, modes:CAM}),
camOriginCenter: uc.newBoolean(LANG.or_cntr_s, onBooleanClick, {title:LANG.or_cntr_l, modes:CAM}),
ca... | 11 |
diff --git a/src/client/js/components/Admin/ImportData/ImportDataPageContents.jsx b/src/client/js/components/Admin/ImportData/ImportDataPageContents.jsx @@ -69,7 +69,7 @@ class ImportDataPageContents extends React.Component {
className="form-control"
type="text"
name="esaTeamName"
- value={adminImportContainer.state.es... | 12 |
diff --git a/bin/components/path.js b/bin/components/path.js const Operation = require('./operation');
const util = require('../util');
-const validationsMap = {
- 2: {
- bodyOk: { head: true, options: true, patch: true, post: true, put: true },
- methods: ['delete', 'get', 'head', 'options', 'patch', 'post', 'put'],
-... | 2 |
diff --git a/publish/src/commands/owner.js b/publish/src/commands/owner.js @@ -250,7 +250,6 @@ const owner = async ({
warnings.push(msg);
continue;
}
- if (contract !== 'Synthetix') continue;
const { address, source } = deployment.targets[contract];
const { abi } = deployment.sources[source];
const deployedContract = n... | 2 |
diff --git a/index.html b/index.html return;
}
- $.getJSON("/authoring-services/projects/" + project + "/tasks").done(function(result) {
+ $.getJSON("/authoring-services/projects/" + project + "/tasks?lightweight=true").done(function(result) {
var $taskDdl = $('#taskDdl');
$taskDdl.html("");
$('<option>').val("None").t... | 4 |
diff --git a/lib/windshaft/renderers/pg-mvt/renderer.js b/lib/windshaft/renderers/pg-mvt/renderer.js @@ -99,7 +99,7 @@ module.exports = class PostgresVectorRenderer {
});
}
- _vectorQuery ({z, x, y, layerId, columns, query}) {
+ _vectorLayerQuery ({z, x, y, layerId, columns, query}) {
return `
SELECT ST_AsMVT(geom, '${... | 4 |
diff --git a/desktop/sources/scripts/programs/_.js b/desktop/sources/scripts/programs/_.js @@ -121,25 +121,26 @@ function Program_Default(x,y)
this.left = function(target = null)
{
var g = pico.program.glyph_at(this.x-1,this.y);
- return g == target || !target ? {x:this.x-1,y:this.y,glyph:g} : null;
+
+ return g != "."... | 1 |
diff --git a/components/base-adresse-nationale/postal-codes.js b/components/base-adresse-nationale/postal-codes.js -import {useState} from 'react'
import PropTypes from 'prop-types'
-import {ChevronUp, ChevronDown} from 'react-feather'
-import ActionButtonNeutral from '@/components/action-button-neutral'
-import colors... | 0 |
diff --git a/articles/libraries/index.md b/articles/libraries/index.md section: libraries
classes: topic-page
title: Auth0 Libraries
-description: Auth0 Libraries - helping you implement Auth0 with simple efficiency
+description: Overview of the Auth0 Libraries and SDKs
+toc: true
---
<div class="topic-page-header">
@@... | 0 |
diff --git a/README.md b/README.md @@ -166,8 +166,8 @@ http://solidity.readthedocs.io/en/develop/style-guide.html
# Links
-[polymath]: https://polymath.network
-[ethereum]: https://www.ethereum.org/
-[solidity]: https://solidity.readthedocs.io/en/develop/
-[truffle]: http://truffleframework.com/
-[testrpc]: https://git... | 7 |
diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md - => When moving a product from/to a freezer location, the best before date is changed accordingly
- There is also a new sub feature flag `FEATURE_FLAG_STOCK_PRODUCT_FREEZING` to disable this if you don't need it (defaults to `tr... | 0 |
diff --git a/models/checklists.js b/models/checklists.js @@ -283,8 +283,15 @@ if (Meteor.isServer) {
'POST',
'/api/boards/:boardId/cards/:cardId/checklists',
function(req, res) {
- Authentication.checkUserId(req.userId);
-
+ // Check user is logged in
+ Authentication.checkLoggedIn(req.userId);
+ const paramBoardId = r... | 11 |
diff --git a/src/components/general/inventory/Inventory.jsx b/src/components/general/inventory/Inventory.jsx @@ -31,6 +31,11 @@ const objects = {
start_url: 'https://webaverse.github.io/dragon-mount/',
level: 5,
},
+ {
+ name: 'Bow',
+ start_url: 'https://webaverse.github.io/bow/',
+ level: 9,
+ },
],
};
| 0 |
diff --git a/dev/emit-latency.js b/dev/emit-latency.js const { ServiceBroker } = require("../");
-const transporter = "TCP";
+const transporter = "NATS";
-// Create broker Client
-const brokerClient = new ServiceBroker({
- nodeID: "client",
- transporter,
- logger: console,
- logLevel: "info"
-});
-
-// Create broker #... | 7 |
diff --git a/apps/circlesclock/settings.js b/apps/circlesclock/settings.js storage.write(SETTINGS_FILE, settings);
}
- const valuesCircleTypes = ["steps", "stepsDist", "hr", "battery", "weather", "sunprogress", "empty", "temperature", "pressure", "altitude"];
- const namesCircleTypes = ["steps", "distance", "heart", "b... | 7 |
diff --git a/changelog/53_UNRELEASED_2019-xx-xx.md b/changelog/53_UNRELEASED_2019-xx-xx.md - Improved the responsiveness of the meal plan and calendar page by automatically switching to a day calendar view on smaller screens (thanks for the idea @kriddles)
- The calendar now also contains all planned recipes from the m... | 3 |
diff --git a/src/web/containers/Workspace/index.styl b/src/web/containers/Workspace/index.styl .workspace-table {
display: table;
width: 100%;
- height: calc(100vh - $navbar-height);
+ height: 'calc(100vh - %s)' % ($navbar-height);
}
.workspace-table-row {
display: table-row;
| 1 |
diff --git a/test/e2e/beta/metamask-beta-ui.spec.js b/test/e2e/beta/metamask-beta-ui.spec.js @@ -100,15 +100,21 @@ describe('MetaMask', function () {
await delay(regularDelayMs)
// Close all other tabs
- let [oldUi, infoPage, newUi] = await driver.getAllWindowHandles()
- newUi = newUi || infoPage
+ let [oldUi, tab1, ta... | 7 |
diff --git a/src/pages/index.js b/src/pages/index.js @@ -6,11 +6,8 @@ import { rhythm } from '../utils/typography'
import BlogPostTemplate from '../components/Layouts/BlogLayout'
import Layout from '../components/Layouts/Layout'
import DeveloperCard from '../components/DeveloperCard'
-import Search from 'antd/lib/input... | 2 |
diff --git a/generators/entity/templates/server/src/main/java/package/service/_EntityService.java b/generators/entity/templates/server/src/main/java/package/service/_EntityService.java @@ -28,7 +28,9 @@ import <%=packageName%>.domain.<%= entityClass %>;
import org.springframework.data.domain.Page;
import org.springfram... | 2 |
diff --git a/codegens/nodejs-request/lib/parseRequest.js b/codegens/nodejs-request/lib/parseRequest.js @@ -102,10 +102,10 @@ function parseBody (requestbody, indentString, trimBody, contentType) {
return `body: JSON.stringify(${JSON.stringify(jsonBody)})\n`;
}
catch (error) {
- return `body: ${JSON.stringify(requestbod... | 14 |
diff --git a/src/components/annotations/draw.js b/src/components/annotations/draw.js @@ -225,10 +225,13 @@ function drawOne(gd, index) {
}
var annotationIsOffscreen = false;
- ['x', 'y'].forEach(function(axLetter) {
- var axRef = options[axLetter + 'ref'] || axLetter,
+ var letters = ['x', 'y'];
+
+ for(var i = 0; i < ... | 14 |
diff --git a/includes/Modules/Analytics/Advanced_Tracking.php b/includes/Modules/Analytics/Advanced_Tracking.php @@ -76,10 +76,6 @@ final class Advanced_Tracking {
} else {
$this->plugin_detector = $plugin_detector;
}
-
- // TODO: Move the following two lines into SiteKit-defined hooks.
- $active_plugin_configurations ... | 4 |
diff --git a/lib/carto/carto_gears_support.rb b/lib/carto/carto_gears_support.rb @@ -7,7 +7,7 @@ module Carto
# - `/private_gears` (shouldn't be installed)
# Returns install gears first.
def gears
- (public_gears + private_gears).sort { |a, b| a.install ? -1 : 1 }
+ (public_gears + private_gears).sort { |a, _| a.instal... | 8 |
diff --git a/apps/messages/app.js b/apps/messages/app.js @@ -270,11 +270,11 @@ function showMessage(msgid) {
checkMessages({clockIfNoMsg:1,clockIfAllRead:1,showMsgIfUnread:1});
}});
}
- // If body of message is only one line, use large font.
+ // If body of message is only two lines long w/ large font, use large font.
... | 11 |
diff --git a/tasks/gulp/packages-update.js b/tasks/gulp/packages-update.js @@ -17,6 +17,8 @@ gulp.task('packages:update', () => {
.pipe(replace('../../globals/scss', '@govuk-frontend/globals'))
.pipe(replace('../', '@govuk-frontend/'))
.pipe(readmeComponents)
+ .pipe(replace('[demo](', '[demo](http://govuk-frontend.her... | 14 |
diff --git a/src/userscript.ts b/src/userscript.ts @@ -68345,6 +68345,9 @@ var $$IMU_EXPORT$$;
if (domain === "pics.r18.com" ||
// https://pics.dmm.co.jp/digital/video/bgg00003/bgg00003-12.jpg
// https://pics.dmm.co.jp/digital/video/bgg00003/bgg00003jp-12.jpg
+ // thanks to ggagagg on discord: https://github.com/qsniyg... | 7 |
diff --git a/src/ns_audit_cfg.erl b/src/ns_audit_cfg.erl @@ -277,7 +277,7 @@ read_descriptors() ->
Path = filename:join(path_config:component_path(sec), "audit_events.json"),
{ok, Bin} = file:read_file(Path),
{Json} = ejson:decode(Bin),
- 1 = proplists:get_value(<<"version">>, Json),
+ true = lists:member(proplists:get... | 11 |
diff --git a/docs/providers/aws/guide/services.md b/docs/providers/aws/guide/services.md @@ -48,7 +48,7 @@ To create a service, use the `create` command. You must also pass in a runtime (
serverless create --template aws-nodejs --path myService
```
-Here are the available runtimes for AWS Lambda:
+Here are the availabl... | 14 |
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -1335,7 +1335,7 @@ class Avatar {
const modelBone = this.modelBones[k];
const modelBoneOutput = this.modelBoneOutputs[k];
- if (k === 'Hips') {
+ if (/hips|thumb|finger/i.test(k)) {
modelBone.position.copy(modelBoneOutput.position);
}
modelBone.quaternion.multiply... | 0 |
diff --git a/src/og/scene/Planet.js b/src/og/scene/Planet.js @@ -40,6 +40,8 @@ const MIN_LOD = 0.75;
let _tempPickingPix_ = new Uint8Array(4),
_tempDepthColor_ = new Uint8Array(4);
+const DEPTH_DISTANCE = 11;
+
/**
* Maximum created nodes count. The more nodes count the more memory usage.
* @const
@@ -1546,7 +1548,7 @@... | 0 |
diff --git a/package.json b/package.json "mnid": "^0.1.3",
"pino": "^5.11.1",
"qrcode.react": "^0.9.3",
- "react": "^16.8.4",
+ "react": "^16.8.1",
"react-app-polyfill": "^0.1.3",
- "react-art": "^16.8.4",
- "react-dom": "^16.8.4",
+ "react-art": "^16.8.1",
+ "react-dom": "^16.8.1",
"react-native": "^0.57.8",
- "react-... | 3 |
diff --git a/OurUmbraco.Client/package.json b/OurUmbraco.Client/package.json "gulp-clean": "0.3.x",
"gulp-combine-media-queries": "0.2.x",
"gulp-concat": "2.2.x",
- "gulp-imagemin": "0.6.x",
+ "gulp-imagemin": "3.3.x",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "1.1.x",
"gulp-rename": "1.2.x",
| 3 |
diff --git a/package.json b/package.json "@formio/semantic": "^2.5.1",
"autocompleter": "^6.1.0",
"browser-cookies": "^1.2.0",
- "choices.js": "^9.0.1",
+ "choices.js": "formio/Choices#master",
"compare-versions": "^3.6.0",
"core-js": "^3.9.0",
"custom-event-polyfill": "^1.0.7",
| 4 |
diff --git a/docs/configuration.md b/docs/configuration.md @@ -74,7 +74,7 @@ _This means the module called `fontMerge` will be called, then `removeOutOfPage`
Different extractors are available for each input file format.
- PDF files: three extractors are currently available for PDF files: `pdfminer`, which is an advanc... | 1 |
diff --git a/app/components/forms/wizard/basic-details-step.js b/app/components/forms/wizard/basic-details-step.js @@ -221,7 +221,7 @@ export default Component.extend(FormMixin, EventWizardMixin, {
prompt : this.l10n.t('Please give a proper price for you ticket')
},
{
- type : 'integer[1..]',
+ type : 'decimal[0..]',
p... | 11 |
diff --git a/accessibility-checker-extension/src/ts/devtools/Header.tsx b/accessibility-checker-extension/src/ts/devtools/Header.tsx @@ -359,7 +359,7 @@ export default class Header extends React.Component<IHeaderProps, IHeaderState>
</div>
}
{/* Counts row uses same code for both Assessment and Checker Tabs */}
- <div ... | 14 |
diff --git a/articles/appliance/infrastructure/ip-domain-port-list.md b/articles/appliance/infrastructure/ip-domain-port-list.md @@ -197,7 +197,7 @@ Auth0 strives to keep these IP addresses stable, though this is not a given. Fro
<td>SMTP</td>
<td>Outbound</td>
<td>SMTP Server(s)</td>
- <td>25/465/587</td>
+ <td>25/587... | 2 |
diff --git a/OurUmbraco/Our/Examine/ExamineHelper.cs b/OurUmbraco/Our/Examine/ExamineHelper.cs @@ -60,12 +60,14 @@ namespace OurUmbraco.Our.Examine
simpleDataSet.RowData.Add("updateDate", file.CreationTime.ToString("yyyy-MM-dd HH:mm:ss"));
simpleDataSet.RowData.Add("nodeTypeAlias", "documentation");
- simpleDataSet.Row... | 1 |
diff --git a/assets/js/modules/search-console/components/dashboard/DashboardClicksWidget.js b/assets/js/modules/search-console/components/dashboard/DashboardClicksWidget.js @@ -33,7 +33,6 @@ import { CORE_SITE } from '../../../../googlesitekit/datastore/site/constants';
import { CORE_USER } from '../../../../googlesite... | 2 |
diff --git a/src/lib/default-project/project.json b/src/lib/default-project/project.json -{"targets":[{"id":"`jEk@4|i[#Fk?(8x)AV.","name":"Stage","isStage":true,"x":0,"y":0,"size":100,"direction":90,"draggable":false,"currentCostume":0,"costume":{"name":"backdrop1","bitmapResolution":1,"rotationCenterX":240,"rotationCe... | 10 |
diff --git a/src/libraries/adapters/DatabaseMySql.php b/src/libraries/adapters/DatabaseMySql.php @@ -1857,7 +1857,7 @@ class DatabaseMySql implements DatabaseInterface
switch($name)
{
case 'album':
- $subquery = sprintf("`id` IN (SELECT element FROM `{$this->mySqlTablePrefix}elementAlbum` WHERE `{$this->mySqlTablePrefi... | 7 |
diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js @@ -15,7 +15,7 @@ angular.module('canoeApp.services')
var root = {}
root.profile = null
root.wallet = null
- root.password = 'canoe' // TODO Hardcoded for testing during dev!!!!
+ root.password = 'hubbabubba' // TODO Hardcoded for testin... | 1 |
diff --git a/js/hoverzoom.js b/js/hoverzoom.js @@ -600,7 +600,7 @@ var hoverZoom = {
if (url.indexOf('.video') !== -1)
return true;
- url = url.replace('.gif?format=mp4', '.mp4?'); // Fixes reddit preview links, these are mp4 masquerading as
+ url = url.replace(/.gif(\?width=\d*&|\?)format=mp4/, '.mp4?'); // Fixes redd... | 9 |
diff --git a/src/devices/mailbox.js b/src/devices/mailbox.js the vatTP, as 'send(peer, msg)'. When this arrives on vat-VatTP, it invokes
the device's 'add' method, as add(peer, msgnum, msg). The add() function
modifies the mailboxState vector. This all takes place while the kernel run
- loop is processing the run-queue... | 7 |
diff --git a/token-metadata/0x4Fabb145d64652a948d72533023f6E7A623C7C53/metadata.json b/token-metadata/0x4Fabb145d64652a948d72533023f6E7A623C7C53/metadata.json "symbol": "BUSD",
"address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/package.json b/package.json "build:css": "node-sass lib/plugins/html/src/sass/main.scss > lib/plugins/html/assets/css/index.css && cleancss -o lib/plugins/html/assets/css/index.min.css lib/plugins/html/assets/css/index.css"
},
"engines": {
- "node": ">=6.9.1"
+ "node": ">=6.11.1"
},
"devDependencies": {
"c... | 12 |
diff --git a/assets/js/modules/analytics/components/settings/index.js b/assets/js/modules/analytics/components/settings/index.js export { default as SettingsEdit } from './SettingsEdit';
export { default as SettingsForm } from './SettingsForm';
-export { default as SettingsMain } from './SettingsMain';
export { default... | 2 |
diff --git a/app/views/users/_show.html.haml b/app/views/users/_show.html.haml %p
= link_to t(:edit_account_settings_and_profile).html_safe, edit_person_path(current_user), :class => "btn btn-primary btn-lg btn-group-justified"
= render :partial => 'glance'
- - is_curator_or_site_admin = current_user.is_curator? || cur... | 1 |
diff --git a/stories/module-analytics-setup.stories.js b/stories/module-analytics-setup.stories.js @@ -122,7 +122,15 @@ storiesOf( 'Analytics Module Setup', module )
dispatch( STORE_NAME ).receiveAccounts( accounts );
dispatch( STORE_NAME ).receiveProperties( properties );
dispatch( STORE_NAME ).receiveProfiles( profil... | 12 |
diff --git a/src/botPage/bot/Interpreter.js b/src/botPage/bot/Interpreter.js @@ -163,7 +163,14 @@ export default class Interpreter {
this.loop();
}
terminateSession() {
+ const { socket } = this.$scope.api;
+ if (socket.readyState === 0) {
+ socket.addEventListener('open', () => {
this.$scope.api.disconnect();
+ });
+ ... | 9 |
diff --git a/renderer/components/home/running.js b/renderer/components/home/running.js @@ -162,12 +162,12 @@ const RunningTest = ({
</Text>
</Flex>
)}
- {!logOpen && lottieOptions.animationData && (
+ {!logOpen && testGroup['animation'] && (
<Flex justifyContent='center'>
<Lottie
loop={true}
play={!stopping}
- animatio... | 1 |
diff --git a/Source/Scene/ModelUtility.js b/Source/Scene/ModelUtility.js @@ -3,6 +3,7 @@ import Cartesian2 from "../Core/Cartesian2.js";
import Cartesian3 from "../Core/Cartesian3.js";
import Cartesian4 from "../Core/Cartesian4.js";
import clone from "../Core/clone.js";
+import defaultValue from "../Core/defaultValue.j... | 9 |
diff --git a/server/game/drawcard.js b/server/game/drawcard.js @@ -90,7 +90,7 @@ class DrawCard extends BaseCard {
}
isLimited() {
- return this.hasKeyword('Limited') || this.hasPrintedKeyword('Limited');
+ return this.hasKeyword('limited') || (!this.isBlank() && this.hasPrintedKeyword('limited'));
}
isStealth() {
| 11 |
diff --git a/components/button/__docs__/storybook-stories.jsx b/components/button/__docs__/storybook-stories.jsx @@ -39,7 +39,7 @@ storiesOf(BUTTON, module)
assistiveText: { icon: 'Icon' },
iconSize: 'large',
iconCategory: 'utility',
- iconName: 'edit',
+ iconName: 'answer',
title: 'chat',
})
)
| 13 |
diff --git a/docs_source/content/concepts/_index.md b/docs_source/content/concepts/_index.md @@ -27,7 +27,7 @@ sparta.Main(stackName,
## Lambda Function
-A Sparta-compatible lambda is a standard [AWS Lambda Go](https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model-handler-types.html/) function. The followin... | 3 |
diff --git a/README.md b/README.md <p align="center">
- <a href="https://github.com/cryptofyre/Apple-Music-Electron"><img src="https://i.imgur.com/2ELPR6I.png" alt="Banner"></a>
+ <a href="https://github.com/cryptofyre/Apple-Music-Electron"><img src="https://i.imgur.com/NwV8LCq.png" alt="Banner"></a>
</p>
<p align="cen... | 3 |
diff --git a/src/structs/ArticleIDResolver.js b/src/structs/ArticleIDResolver.js @@ -3,47 +3,74 @@ const idTypeNames = ['guid', 'pubdate', 'title']
class ArticleIDResolver {
constructor () {
this.idsRecorded = {}
- this.useIdTypes = {}
- this.mergedTypeNames = [] // An extension of idTypeNames - must be an array to mai... | 7 |
diff --git a/docs/_headers b/docs/_headers x-frame-options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Referrer-Policy: no-referrer
- Content-Security-Policy: default-src 'self'; script-src 'unsafe-inline'; style-src 'unsafe-inline'
+ Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style... | 11 |
diff --git a/token-metadata/0x5c872500c00565505F3624AB435c222E558E9ff8/metadata.json b/token-metadata/0x5c872500c00565505F3624AB435c222E558E9ff8/metadata.json "symbol": "COT",
"address": "0x5c872500c00565505F3624AB435c222E558E9ff8",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/eve/main.yml b/eve/main.yml @@ -561,6 +561,6 @@ stages:
- ShellCommand:
name: push dashboards to the production namespace
command: |
- oras push ${REGISTRY}/${PROJECT}-dev/${PROJECT}-dashboards:$revision ${LAYERS}
+ oras push ${REGISTRY}/${PROJECT}/${PROJECT}-dashboards:%(prop:tag)s ${LAYERS}
env: *oras
wo... | 4 |
diff --git a/lib/assets/test/spec/dashboard/components/support-view.spec.js b/lib/assets/test/spec/dashboard/components/support-view.spec.js @@ -9,7 +9,7 @@ const DISPLAY_EMAIL = 'admin@carto.com';
describe('dashboard/components/support_view', function () {
beforeEach(function () {
- var configModel = new ConfigModel({... | 2 |
diff --git a/app/shared/containers/Global/App/Disconnected.js b/app/shared/containers/Global/App/Disconnected.js @@ -61,6 +61,11 @@ class DisconnectedContainer extends Component<Props> {
const {
open
} = this.state;
+ // If this is a cold wallet, ignore.
+ if (settings.walletMode === 'cold') {
+ return false;
+ }
+ // ... | 8 |
diff --git a/packages/pageflow/.eslintrc.js b/packages/pageflow/.eslintrc.js @@ -34,6 +34,12 @@ module.exports = {
"node": true
}
},
+ {
+ "files": ["src/frontend/**/*.js", "spec/frontend/**/*.js"],
+ "globals": {
+ "pageflow": true
+ }
+ },
{
"files": ["spec/**/*.js"],
"env": {
| 11 |
diff --git a/source/index/contracts/Index.sol b/source/index/contracts/Index.sol @@ -153,25 +153,26 @@ contract Index is Ownable {
* @return address The next identifier to provide for pagination
*/
function getLocators(
- address start,
+ address cursor,
uint256 limit
) external view returns (
bytes32[] memory locators... | 10 |
diff --git a/test/updates.spec.js b/test/updates.spec.js -var chai = require('chai');
-var sinonChai = require('sinon-chai');
-var chaiAsPromised = require('chai-as-promised');
-chai.use(sinonChai);
-chai.use(chaiAsPromised);
-var expect = chai.expect;
var fs = require('fs');
var path = require('path');
+const { expect... | 8 |
diff --git a/builds/jenkins-build-sls-app/Jenkinsfile b/builds/jenkins-build-sls-app/Jenkinsfile @@ -197,7 +197,7 @@ node() {
stage('Build') {
events.sendStartedEvent('BUILD', 'build starts', context_map, environment_logical_id)
try {
- buildLambda(runtime, repo_name)
+ buildSlsApp(runtime, repo_name)
} catch (ex) {
ev... | 10 |
diff --git a/token-metadata/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/metadata.json b/token-metadata/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/metadata.json "symbol": "YFV",
"address": "0x45f24BaEef268BB6d63AEe5129015d69702BCDfa",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/src/reducers/account/index.js b/src/reducers/account/index.js @@ -14,7 +14,8 @@ import {
getLedgerKey,
updateStakingAccount,
updateStakingLockup,
- getBalance
+ getBalance,
+ selectAccount
} from '../../actions/account'
const initialState = {
@@ -146,6 +147,9 @@ const account = handleActions({
...payload
}... | 9 |
diff --git a/src/plots/cartesian/axis_defaults.js b/src/plots/cartesian/axis_defaults.js @@ -165,17 +165,19 @@ function rangebreaksDefaults(itemIn, itemOut, containerOut) {
var dfltPattern = '';
var i, q;
- for(i = 0; i < bnds.length; i++) {
+ if(bnds.length === 2) {
+ for(i = 0; i < 2; i++) {
q = indexOfDay(bnds[i]);
... | 7 |
diff --git a/appveyor.yml b/appveyor.yml @@ -10,6 +10,7 @@ environment:
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- ps: Install-Product node $env:nodejs_version
+ - bundle config --local path vendor/bundle
- gem install bundler --no-ri --no-rdoc --version '1.13.7'
- sh script/bootstrap
@@ -22,14 +23,11 @@ be... | 13 |
diff --git a/articles/api/authentication/api-authz/_get-token.md b/articles/api/authentication/api-authz/_get-token.md @@ -105,6 +105,10 @@ If you have just executed the [Authorization Code Grant](#authorization-code-gra
1. At the *OAuth2 / OIDC* tab, set the field **Authorization Code** to the code you retrieved from ... | 0 |
diff --git a/tests/integration/did.test.js b/tests/integration/did.test.js @@ -69,8 +69,8 @@ describe('DID Module', () => {
const currentController = getHexIdentifierFromDID(originalDoc.publicKey[0].controller);
// Send key update without changing controller
- const [keyUpdateNone, signatureNone] = await createSignedKe... | 10 |
diff --git a/articles/multifactor-authentication/developer/step-up-authentication.md b/articles/multifactor-authentication/developer/step-up-authentication.md @@ -14,7 +14,7 @@ You can add step-up authentication to your app with Auth0's extensible multifact
## Step-up Authentication for APIs
-You can implement step-up ... | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.