code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/components/Discussion/graphql/store.js b/components/Discussion/graphql/store.js @@ -121,12 +121,7 @@ export const bumpTagCounts = ({ comment, initialParentId }) => draft => {
* Merge multiple comments (a whole CommentConnection) into the Discussion draft. This
* function is used in the discussionQuery fetc... | 13 |
diff --git a/src/core/core.adapters.js b/src/core/core.adapters.js * @return {*}
*/
function abstract() {
- throw new Error('This method is not implemented: either no adapter can be found or an incomplete integration was provided.');
+ throw new Error('This method is not implemented: Check that a complete date adapter ... | 7 |
diff --git a/docs/source/guides/core-concepts/cypress-in-a-nutshell.md b/docs/source/guides/core-concepts/cypress-in-a-nutshell.md @@ -58,7 +58,7 @@ Can you read this? If you did, it might sound something like this:
This is a relatively simple, straightforward test, but consider how much code has been covered by it, bo... | 7 |
diff --git a/assets/js/modules/analytics/datastore/accounts.js b/assets/js/modules/analytics/datastore/accounts.js @@ -29,7 +29,6 @@ import API from 'googlesitekit-api';
import Data from 'googlesitekit-data';
import { isValidAccountSelection } from '../util';
import { STORE_NAME, ACCOUNT_CREATE, PROPERTY_CREATE, FORM_A... | 2 |
diff --git a/README.md b/README.md @@ -4,7 +4,7 @@ This is a starter kit for Hack Oregon front-end development using React + Redux.
This repo should help get started and keep the different projects aligned.
#### Guide
-1. Get [Node 6.5 +](https://nodejs.org) - I recommend using [Node Version Manager](https://github.com... | 3 |
diff --git a/config/redirects.js b/config/redirects.js @@ -2531,11 +2531,11 @@ module.exports = [
to: '/private-cloud/migrate-private-cloud-custom-domains'
},
{
- from: ['/private-cloud/onboarding/private-cloud', '/appliance/private-cloud-requirements', '/private-cloud/private-cloud-onboarding/standard-private-cloud-in... | 3 |
diff --git a/articles/connections/social/github.md b/articles/connections/social/github.md @@ -4,9 +4,8 @@ connection: Github
image: /media/connections/github.png
seo_alias: github
index: 7
-description: How to obtain a Client Id and Client Secret for GitHub.
+description: How to add GitHub login to your app and access... | 0 |
diff --git a/components/maplibre/ban-map/index.js b/components/maplibre/ban-map/index.js @@ -251,7 +251,8 @@ function BanMap({map, isSourceLoaded, popup, address, setSources, setLayers, onS
}, []) // eslint-disable-line react-hooks/exhaustive-deps
useEffect(() => {
- setSources([{
+ setSources([
+ {
name: 'base-adresse... | 0 |
diff --git a/README.md b/README.md [](https://circleci.com/gh/ayr-ton/kamu)
+[](https://codeclimate.com/github/flavia-by-flavia/kamu/coverage)
+[ {
});
var mockTileset = {
- getGroup: function (groupId) {
- return new MetadataGroup({
- id: groupId,
+ metadata: {
+ groups: {
+ testGroup: new MetadataGroup({
+... | 3 |
diff --git a/src/components/my-purchase-card.js b/src/components/my-purchase-card.js @@ -63,41 +63,50 @@ class MyPurchaseCard extends Component {
render() {
const { listing, offer, offerId } = this.props
- const created = Number(offer.createdAt)
- const soldAt = created * 1000 // convert seconds since epoch to ms
const... | 9 |
diff --git a/apps/macwatch2/ChangeLog b/apps/macwatch2/ChangeLog 0.01: Created first version of the app with numeric date, only works in light mode
0.02: New icon, shimmied date right a bit
0.03: Incorporated improvements from Peer David for accuracy, fix dark mode, widgets run in background
+0.04: Changed clock to use... | 3 |
diff --git a/appjs/logicjavascript.js b/appjs/logicjavascript.js @@ -4222,12 +4222,19 @@ function permutationcal(nval, rval) {
// document.getElementById("permutation_wrong").innerHTML="Enter a Number."
document.getElementById("premutation_div_div2").style.display = "none";
document.getElementById("permutation_div_div1... | 1 |
diff --git a/packages/react/src/components/CardEditor/CardEditForm/CardEditForm.jsx b/packages/react/src/components/CardEditor/CardEditForm/CardEditForm.jsx @@ -214,7 +214,7 @@ export const hideCardPropertiesForEditor = (card) => {
: columns // TABLE CARD
? { ...card, content: { ...card.content, columns } }
: card,
- [... | 1 |
diff --git a/react/src/base/inputs/SprkCheckbox.stories.js b/react/src/base/inputs/SprkCheckbox.stories.js @@ -433,20 +433,20 @@ hugeLayoutSix.story = {
export const legacy = () => (
<SprkSelectionInput
- groupLabel="Checkbox Input"
+ groupLabel="Checkbox Group Label"
choices={[
{
- label: 'Checkbox Item 1',
+ label: '... | 3 |
diff --git a/map.html b/map.html container.style.top = `${newPosition.y}px`;
}
});
+ window.addEventListener('resize', e => {
+ _updateTiles();
+ });
console.timeEnd('render');
}, 5000);
| 9 |
diff --git a/src/plots/cartesian/position_defaults.js b/src/plots/cartesian/position_defaults.js @@ -72,6 +72,10 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
// in the axes popover to hide domain for the overlaying axis.
// perhaps I should make a private version _domain that all ... | 0 |
diff --git a/world.js b/world.js @@ -612,8 +612,7 @@ world.addEventListener('objectadd', e => {
};
_bindHitTracker();
});
-
-world.isObject = object => objects.includes(object);
+// world.isObject = object => objects.includes(object);
world.bindInput = () => {
window.addEventListener('resize', e => {
| 2 |
diff --git a/modules/RTC/JitsiLocalTrack.js b/modules/RTC/JitsiLocalTrack.js @@ -342,7 +342,6 @@ export default class JitsiLocalTrack extends JitsiTrack {
*/
_stopStreamEffect() {
this._streamEffect.stopEffect();
- this._streamEffect = null;
return this._originalStream;
}
| 1 |
diff --git a/src/components/Ammo.jsx b/src/components/Ammo.jsx @@ -9,16 +9,6 @@ import Graph from './Graph.jsx';
import rawData from '../data.json';
-const styles = {
- updatedLabel: {
- fontSize: '10px',
- position: 'absolute',
- top: 2,
- left: 4,
- color: '#ccc',
- },
-};
-
const MAX_DAMAGE = 170;
const MAX_PENETRAT... | 4 |
diff --git a/src/schema/mutations/EditStrategy.js b/src/schema/mutations/EditStrategy.js @@ -8,16 +8,16 @@ import { StrategyInputType } from '../types/input';
const args = {
id: { type: new GraphQLNonNull(GraphQLID) },
- newStrategy: { type: new GraphQLNonNull(StrategyInputType) },
+ strategy: { type: new GraphQLNonNul... | 10 |
diff --git a/src/OutputChannel.js b/src/OutputChannel.js @@ -553,9 +553,13 @@ export class OutputChannel extends EventEmitter {
*/
playNote(note, options = {}) {
- // Send note on message and, optionally, note off message
+ // Send note on and, optionally, note off message (if duration is a positive number)
this.sendNo... | 7 |
diff --git a/src/views/community/components/communityFeeds.js b/src/views/community/components/communityFeeds.js @@ -11,16 +11,11 @@ import { CommunityMeta } from 'src/components/entities/profileCards/components/c
import { WatercoolerChat } from './watercoolerChat';
import { PostsFeeds } from './postsFeeds';
import { S... | 4 |
diff --git a/app/assets/stylesheets/editor-3/_menu.scss b/app/assets/stylesheets/editor-3/_menu.scss @import 'vars';
.EditorMenu {
+ display: flex;
position: relative;
flex: 0 0 72px;
+ flex-direction: column;
+ align-items: center;
width: 72px;
min-height: 450px;
padding: 20px 0 $baseSize * 2;
background: $cBlue;
}
-.... | 7 |
diff --git a/src/traces/table/plot.js b/src/traces/table/plot.js @@ -141,12 +141,11 @@ module.exports = function plot(gd, wrappedTraceHolders) {
columnBlock.enter()
.append('g')
.classed('columnBlock', true)
- .attr('id', function(d) {return d.key;})
- .style('user-select', 'none');
+ .attr('id', function(d) {return d.... | 11 |
diff --git a/src/ActionModal/components/SendModal.vue b/src/ActionModal/components/SendModal.vue @@ -219,9 +219,7 @@ export default {
this.amount = atoms(this.balance)
},
isMaxAmount() {
- console.log(this.amount)
- console.log(atoms(this.balance))
- return this.amount === atoms(this.balance)
+ return this.amount == at... | 14 |
diff --git a/tests/test_Court.py b/tests/test_Court.py @@ -647,6 +647,8 @@ class TestCourt(unittest.TestCase):
self.assertEqual(self.havven.balanceOf(voter), 1000)
fast_forward(fee_period + 1)
self.havven.checkFeePeriodRollover(DUMMY)
+ fast_forward(fee_period + 1)
+ self.havven.checkFeePeriodRollover(DUMMY)
# Begin a ... | 1 |
diff --git a/framer/TextLayer.coffee b/framer/TextLayer.coffee @@ -38,7 +38,9 @@ class exports.TextLayer extends Layer
fontSize: 40
fontWeight: 400
lineHeight: 1.25
- font: options.fontFamily ? @defaultFont()
+
+ if not options.font? and not options.fontFamily?
+ options.fontFamily = @defaultFont()
super options
| 12 |
diff --git a/PostTimelineFilters.user.js b/PostTimelineFilters.user.js // @description Inserts several filter options for post timelines
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 1.6.4
+// @version 1.6.5
//
// @include */posts*/timeline*
// ==/UserScript==
});
// Hide v... | 11 |
diff --git a/FotN Companion/script.json b/FotN Companion/script.json "name": "FotN Companion",
"script": "FotN Companion.js",
"version": "1.0",
- "previousversions": "[]",
+ "previousversions": [],
"authors": "Joshua S.",
"roll20userid": "1220608",
"description": "# FotN Companion\r\rThis script allows you to wyrd (dra... | 3 |
diff --git a/packages/app/src/migrations/20210921173042-add-is-trashed-field.js b/packages/app/src/migrations/20210921173042-add-is-trashed-field.js @@ -11,23 +11,37 @@ module.exports = {
logger.info('Apply migration');
mongoose.connect(config.mongoUri, config.mongodb.options);
- const deletedPages = await Page.find({ ... | 7 |
diff --git a/src/nodejs/restWorker.js b/src/nodejs/restWorker.js @@ -66,6 +66,7 @@ class RestWorker {
if (!isValid.valid) {
const message = `Bad declaration: ${JSON.stringify(isValid.errors)}`;
logger.info(message);
+ this.state = {};
restOperation.setStatusCode(400);
restOperation.setBody({ message });
} else {
| 12 |
diff --git a/src/jena/fuseki-docker/docker-compact-entrypoint.sh b/src/jena/fuseki-docker/docker-compact-entrypoint.sh #!/bin/bash
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regardi... | 7 |
diff --git a/aura-impl/src/main/java/org/auraframework/impl/ServerServiceImpl.java b/aura-impl/src/main/java/org/auraframework/impl/ServerServiceImpl.java @@ -256,6 +256,8 @@ public class ServerServiceImpl implements ServerService {
found = true;
}
}
+ } catch (UnsupportedOperationException uoe) {
+ // ignore, definiti... | 8 |
diff --git a/includes/Core/Authentication/Clients/OAuth_Client.php b/includes/Core/Authentication/Clients/OAuth_Client.php @@ -15,14 +15,12 @@ use Google\Site_Kit\Context;
use Google\Site_Kit\Core\Authentication\Credentials;
use Google\Site_Kit\Core\Authentication\Google_Proxy;
use Google\Site_Kit\Core\Authentication\P... | 2 |
diff --git a/src/pipeline/bundle-js.js b/src/pipeline/bundle-js.js @@ -11,15 +11,14 @@ const stream = require('stream');
let b;
const toStream = (str) => {
- const Readable = stream.Readable;
- const s = new Readable;
+ const s = new stream.Readable;
s.push(str);
s.push(null);
return s;
};
-const getTransform = (opts, ... | 2 |
diff --git a/instancing.js b/instancing.js @@ -446,7 +446,7 @@ export class GeometryAllocator {
if (this.hasOcclusionCulling) {
let foundId;
let surfaceY = -Infinity;
- const findCameraChunk = (i) => {
+ const findSearchStartingChunk = (i) => {
// find the chunk that the camera is inside
localVector3D2.set(0, 0, 0);
lo... | 0 |
diff --git a/server/game/cards/01 - Core/VenerableHistorian.js b/server/game/cards/01 - Core/VenerableHistorian.js @@ -4,20 +4,13 @@ class VenerableHistorian extends DrawCard {
setupCardAbilities() {
this.action({
title: 'Honor this character',
- condition: () => this.game.currentConflict && this.game.currentConflict.i... | 3 |
diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js @@ -270,8 +270,8 @@ function cancelMoneyRequest(chatReportID, iouReportID, type, moneyRequestAction)
const currentUserEmail = optimisticReportAction.actorEmail;
- // The owner of the iou report is the person who is owed money
- // Hence is current user is t... | 7 |
diff --git a/tests/test_SelfDestructible.py b/tests/test_SelfDestructible.py @@ -2,7 +2,7 @@ import unittest
from utils.deployutils import compile_contracts, attempt_deploy, mine_tx, W3, MASTER, DUMMY, UNIT
from utils.deployutils import take_snapshot, restore_snapshot, fast_forward, fresh_account
-from utils.testutils ... | 7 |
diff --git a/lib/Dependency.js b/lib/Dependency.js const compareLocations = require("./compareLocations");
const DependencyReference = require("./dependencies/DependencyReference");
+/** @typedef {Object} Position
+ * @property {number} column
+ * @property {number} line
+ */
+
+/** @typedef {Object} Loc
+ * @property ... | 2 |
diff --git a/main.js b/main.js @@ -761,7 +761,7 @@ function onReady() {
resolve();
});
}));
- scheduleDeviceConfig(device);
+ scheduleDeviceConfig(device, 30 * 1000); // grant net bit time to settle first
});
Promise.all(chain);
});
@@ -789,12 +789,9 @@ function scheduleDeviceConfig(device, delay) {
if (pendingDevConfi... | 7 |
diff --git a/loaders.js b/loaders.js @@ -6,6 +6,7 @@ this file contains common file format loaders which are re-used throughout the e
import {GLTFLoader} from 'three/examples/jsm/loaders/GLTFLoader.js';
import {DRACOLoader} from 'three/examples/jsm/loaders/DRACOLoader.js';
import {KTX2Loader} from 'three/examples/jsm/l... | 0 |
diff --git a/includes/templates/admin/edit-story.php b/includes/templates/admin/edit-story.php @@ -36,7 +36,7 @@ $rest_base = ! empty( $post_type_object->rest_base ) ? $post_type_object->rest_b
// Preload common data.
$preload_paths = [
sprintf( '/web-stories/v1/%s/%s?context=edit', $rest_base, $post->ID ),
- '/web-sto... | 1 |
diff --git a/src/components/KeyboardShortcutsModal.js b/src/components/KeyboardShortcutsModal.js @@ -37,7 +37,7 @@ class KeyboardShortcutsModal extends React.PureComponent {
}
this.unsubscribeShortCutModal = KeyboardShortcut.subscribe('?', () => {
this.toggleKeyboardShortcutModal(true);
- }, shortcutModifiers, false, '... | 11 |
diff --git a/editor/svg-editor.js b/editor/svg-editor.js @@ -4576,9 +4576,11 @@ editor.init = function () {
const cur = curConfig[type === 'fill' ? 'initFill' : 'initStroke'];
// set up gradients to be used for the buttons
const svgdocbox = new DOMParser().parseFromString(
- `<svg xmlns="http://www.w3.org/2000/svg"><re... | 11 |
diff --git a/kotobaweb/src/controls/numeric_input_box.jsx b/kotobaweb/src/controls/numeric_input_box.jsx @@ -53,10 +53,24 @@ class NumericInputBox extends Component {
});
}
- handleBlur = () => {
- if (!this.isValid(this.state.pendingValue)) {
- this.setState({ pendingValue: this.props.value.toString() });
+ handleBlur... | 7 |
diff --git a/.github/workflows/release-start.yml b/.github/workflows/release-start.yml @@ -56,11 +56,11 @@ jobs:
- name: Lerna version (stable)
if: github.event.inputs.channel == 'stable'
- run: npm run version -- --yes 'minor'
+ run: npm run version -- --yes --no-push 'minor'
- name: Lerna version (alpha/beta)
if: git... | 2 |
diff --git a/src/core/lib/Colossus.mjs b/src/core/lib/Colossus.mjs @@ -60,6 +60,7 @@ export class ColossusComputer {
this.rotorPtrs = {};
this.totalmotor = 0;
+ this.P5Zbit = [0, 0];
}
@@ -165,6 +166,10 @@ export class ColossusComputer {
*/
this.runQbusProcessingAddition();
+ // Store Z bit impulse 5 two back required ... | 0 |
diff --git a/src/apps.json b/src/apps.json "cookies": {
"DokuWiki": ""
},
+ "html": [
+ "<div[^>]+id=\"dokuwiki__>",
+ "<a[^>]+href=\"#dokuwiki__"
+ ],
"icon": "DokuWiki.png",
"implies": "PHP",
"meta": {
| 7 |
diff --git a/apps/gpsservice/README.md b/apps/gpsservice/README.md A configurable, low power GPS widget that runs in the background.
+NOTE: This app has been superceded by [gpssetup](https://github.com/espruino/BangleApps/blob/master/apps/gpssetup/README.md)
+
+
## Goals
To develop a low power GPS widget that runs in t... | 3 |
diff --git a/package.json b/package.json "multer": "^1.3.0",
"nice-cache": "0.0.5",
"oc-client": "3.2.12",
- "oc-client-browser": "1.4.2",
+ "oc-client-browser": "1.5.3",
"oc-empty-response-handler": "1.0.0",
"oc-get-unix-utc-timestamp": "1.0.2",
"oc-s3-storage-adapter": "1.1.6",
| 3 |
diff --git a/client/GameBoard.jsx b/client/GameBoard.jsx @@ -380,33 +380,14 @@ export class InnerGameBoard extends React.Component {
<PlayerStats fate={otherPlayer ? otherPlayer.fate : 0} honor={otherPlayer ? otherPlayer.totalHonor : 0} user={otherPlayer ? otherPlayer.user : null} />
<div className='deck-info'>
<div cl... | 10 |
diff --git a/src/encoded/static/components/auditmatrix.js b/src/encoded/static/components/auditmatrix.js @@ -40,7 +40,7 @@ GroupMoreButton.defaultProps = {
class AuditMatrix extends React.Component {
static generateYGroupOpen(matrix) {
- // Make a state for each of the Y groups (each Y group currently shows a biosample... | 0 |
diff --git a/articles/extensions/authorization-extension/v2/index.md b/articles/extensions/authorization-extension/v2/index.md toc: true
description: This page explains how to setup and manage the Authorization Extension v2.
---
-
# Auth0 Authorization Extension v2
The Auth0 Authorization Extension provides user author... | 0 |
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -262,37 +262,37 @@ articles:
- title: SAML Identity Providers
url: /protocols/saml/identity-providers/
+ - title: Pass Parameters to Identity Providers
+ url: /connections/pass-parameters-to-idps
+
- title: Passwordless
url: /connections/passwordless
children:
- -... | 3 |
diff --git a/CHANGELOG.md b/CHANGELOG.md # Changelog
-## Unreleased
+## 1.65.0
- Rename the npm package from instana-nodejs-sensor to @instana/collector. See [migration guide](packages/collector/README.md#migrating-from-instana-nodejs-sensor-to-instanacollector) for details.
- Split into @instana/core and @instana/coll... | 6 |
diff --git a/src/core/operations/Magic.mjs b/src/core/operations/Magic.mjs @@ -45,7 +45,7 @@ class Magic extends Operation {
"value": false
},
{
- "name": "Output Filter (Regex)",
+ "name": "Crib (known plaintext string or regex)",
"type": "string",
"value": ""
}
| 10 |
diff --git a/token-metadata/0xc760721eB65AA6B0a634df6A008887C48813fF63/metadata.json b/token-metadata/0xc760721eB65AA6B0a634df6A008887C48813fF63/metadata.json "symbol": "CTG",
"address": "0xc760721eB65AA6B0a634df6A008887C48813fF63",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/token-metadata/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/metadata.json b/token-metadata/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/metadata.json "symbol": "COM",
"address": "0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed
- The API portion of STAC has been split off into a [new repository: stac-api-spec](https://github.com/radiantearth/stac-api-spec) and will start being versioned and re... | 0 |
diff --git a/test/web-platform-tests/to-upstream/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/window-external.html b/test/web-platform-tests/to-upstream/html/obsolete/requirements-for-implementations/other-elements-attributes-and-apis/window-external.html "use strict";
test(() => {
... | 14 |
diff --git a/src/client/js/components/User/UserPicture.jsx b/src/client/js/components/User/UserPicture.jsx @@ -63,11 +63,18 @@ export default class UserPicture extends React.Component {
RootElm = this.withTooltip(RootElm);
}
+ let userPictureSrc;
+ if (user.imageUrlCached != null) {
+ userPictureSrc = user.imageUrlCach... | 4 |
diff --git a/example/package.json b/example/package.json "react-native-elements": "^2.2.1",
"react-native-gesture-handler": "^1.6.1",
"react-native-safe-area-context": "^3.1.9",
- "react-native-safe-area-view": "^0.13.1",
"react-native-screens": "^2.4.0",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "6.6... | 2 |
diff --git a/test/jasmine/tests/treemap_test.js b/test/jasmine/tests/treemap_test.js @@ -1294,6 +1294,42 @@ describe('Test treemap restyle:', function() {
.then(_assert('back to dflt', ['Root', 'B', 'A\nnode1', 'b\nnode3']))
.then(done, done.fail);
});
+
+ it('should be able to restyle *marker.fillet*', function(done) ... | 0 |
diff --git a/modules/deadstones.js b/modules/deadstones.js @@ -25,7 +25,7 @@ function hasNLiberties(board, vertex, N, visited = {}, count = 0, sign = null) {
return friendlyNeighbors.some(n => hasNLiberties(board, n, N, visited, count, sign))
}
-function makeFastMove(board, sign, vertex) {
+function makePseudoMove(boar... | 10 |
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/contextMenu.js b/packages/node_modules/@node-red/editor-client/src/js/ui/contextMenu.js @@ -198,6 +198,11 @@ RED.contextMenu = (function() {
}
// Allow escape key hook and other editor events to close context menu
RED.keyboard.add("red-ui-workspace-co... | 11 |
diff --git a/src/selectors/event-filters.test.js b/src/selectors/event-filters.test.js @@ -9,6 +9,7 @@ import {
buildCategoryFilter
} from "./basic-event-filters";
import {
+ eventIsAfter,
selectDateFilter,
selectTimeFilter,
buildEventFilter,
@@ -260,6 +261,28 @@ describe("selectTagFilterSelectedCount", () => {
});
});... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,12 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.42.4] -- 2018-11-07
+
+### Fixed
+- Remove rendering artifacts from `table` orca PDF exports [#3220]
+
+
## [1.42.3] -- 2018-11-06
##... | 3 |
diff --git a/external/graphdb-service.js b/external/graphdb-service.js @@ -5,9 +5,9 @@ const { GetQueryPayload, QueryType } = require('graphdb').query;
const { RDFMimeType } = require('graphdb').http;
const axios = require('axios');
const { execSync } = require('child_process');
-const jsonld = require("jsonld");
-cons... | 9 |
diff --git a/token-metadata/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/metadata.json b/token-metadata/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/metadata.json "symbol": "BPLC",
"address": "0x426FC8BE95573230f6e6bc4af91873F0c67b21b4",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/src/lib/urlHelper.js b/src/lib/urlHelper.js @@ -24,18 +24,17 @@ export function getNewEntryUrl(collectionName, direct) {
const uriChars = /[\w\-.~]/i;
const ucsChars = /[\xA0-\u{D7FF}\u{F900}-\u{FDCF}\u{FDF0}-\u{FFEF}\u{10000}-\u{1FFFD}\u{20000}-\u{2FFFD}\u{30000}-\u{3FFFD}\u{40000}-\u{4FFFD}\u{50000}-\u{5... | 2 |
diff --git a/token-metadata/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/metadata.json b/token-metadata/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/metadata.json "symbol": "RCKT",
"address": "0xbD03BD923c7D51019Fd84571D84e4eBcf7213509",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/democracylab/settings.py b/democracylab/settings.py @@ -324,6 +324,8 @@ ENVIRONMENT_VARIABLE_WARNINGS = {
# TODO: Set to True in productions
# SESSION_COOKIE_SECURE = True
+CSRF_COOKIE_SAMESITE = 'None'
+SESSION_COOKIE_SAMESITE = 'None'
# Internationalization
# https://docs.djangoproject.com/en/1.11/topics... | 12 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## 7.5.1 (unreleased)
-### Breaking
-
-### Feature
-
### Bugfix
- Avoid React hydration complaining about mismatched server output in toolbar. In component rendering, replaced the use of `__CLIENT__` with a state-stored `isClient`, as that is more correct. @tiberiuichim
-### Int... | 6 |
diff --git a/packages/docs/docs/website/versioned_docs/version-2.0.0/writing_contracts.md b/packages/docs/docs/website/versioned_docs/version-2.0.0/writing_contracts.md @@ -138,7 +138,7 @@ For instance, in the following example, even if `MyContract` is upgradeable (if
```solidity
import "zos-lib/contracts/Initializable... | 0 |
diff --git a/package-lock.json b/package-lock.json "code-point-at": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"concat-map": {
"version": "0.0.1",
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"core-uti... | 13 |
diff --git a/includes/Core/Authentication/Clients/OAuth_Client.php b/includes/Core/Authentication/Clients/OAuth_Client.php @@ -37,7 +37,6 @@ final class OAuth_Client {
const OPTION_REDIRECT_URL = 'googlesitekit_redirect_url';
const OPTION_AUTH_SCOPES = 'googlesitekit_auth_scopes';
const OPTION_ERROR_CODE = 'googlesitek... | 2 |
diff --git a/packages/node_modules/@node-red/nodes/core/io/32-udp.js b/packages/node_modules/@node-red/nodes/core/io/32-udp.js @@ -222,7 +222,6 @@ module.exports = function(RED) {
});
udpInputPortsInUse[p] = sock;
}
- }
node.on("input", function(msg) {
if (msg.hasOwnProperty("payload")) {
| 2 |
diff --git a/assets/sass/components/settings/_googlesitekit-settings-module.scss b/assets/sass/components/settings/_googlesitekit-settings-module.scss }
}
- .googlesitekit-settings-module__footer {
- border-top: 1px solid $c-utility-divider;
- }
-
.googlesitekit-settings-module__footer-cancel {
margin-left: $grid-gap-d... | 2 |
diff --git a/accessibility-checker-engine/help/IBMA_Color_Contrast_WCAG2AA.mdx b/accessibility-checker-engine/help/IBMA_Color_Contrast_WCAG2AA.mdx @@ -24,7 +24,7 @@ When text and its background colors have less than a 4.5 to 1 contrast ratio it
<div id="locLevel" className="level-violation">Violation</div>
-## Text con... | 2 |
diff --git a/assets/js/modules/search-console/components/dashboard/SearchFunnelWidget/Overview.js b/assets/js/modules/search-console/components/dashboard/SearchFunnelWidget/Overview.js @@ -46,6 +46,8 @@ import { MODULES_SEARCH_CONSOLE } from '../../../datastore/constants';
import { useFeature } from '../../../../../hoo... | 4 |
diff --git a/src/libs/UnreadIndicatorUpdater/updateUnread/index.website.js b/src/libs/UnreadIndicatorUpdater/updateUnread/index.website.js @@ -10,7 +10,7 @@ import CONFIG from '../../../CONFIG';
*/
function updateUnread(totalCount) {
const hasUnread = totalCount !== 0;
- document.title = hasUnread ? `(NEW!) ${CONFIG.SI... | 14 |
diff --git a/storybook-utilities/icon-utilities/icon-loader.js b/storybook-utilities/icon-utilities/icon-loader.js const request = new XMLHttpRequest();
-request.open('GET', 'https://spark-assets.netlify.app/spark-icons.svg');
+request.open('GET', 'https://spark-assets.netlify.app/spark-icons-v14.svg');
request.send();... | 3 |
diff --git a/src/core/Core.js b/src/core/Core.js @@ -886,6 +886,7 @@ class Uppy {
* @param {object} instance The plugin instance to remove.
*/
removePlugin (instance) {
+ this.log(`Removing plugin ${instance.id}`)
this.emit('plugin-remove', instance)
if (instance.uninstall) {
@@ -908,6 +909,8 @@ class Uppy {
* Uninstal... | 0 |
diff --git a/src/plots/gl3d/scene.js b/src/plots/gl3d/scene.js @@ -457,7 +457,7 @@ proto.render = function() {
this.oldEventData = eventData;
} else {
Fx.loneUnhover(svgContainer);
- gd.emit('plotly_unhover', this.oldEventData);
+ if(this.oldEventData) gd.emit('plotly_unhover', this.oldEventData);
this.oldEventData = u... | 3 |
diff --git a/userscript.user.js b/userscript.user.js @@ -12251,7 +12251,7 @@ var $$IMU_EXPORT$$;
};
var get_meta = function(text, property) {
- var regex = new RegExp("<meta\\s+(?:(?:property|name)=[\"']" + property + "[\"']\\s+content=[\"']([^'\"]+)[\"']|content=[\"']([^'\"]+)[\"']\\s+(?:property|name)=[\"']" + proper... | 7 |
diff --git a/app/main.js b/app/main.js @@ -36,12 +36,7 @@ const userWarningExportWalletEncrypted = "You are going to export an ENCRYPTED w
// Uncomment if you want to run in production
// Show/Hide Development menu
-process.env.NODE_ENV = "production";
-
-// Wait function to avoid api rate-limiting
-function sleep(mill... | 13 |
diff --git a/fixed-price-subscriptions/server/node/server.js b/fixed-price-subscriptions/server/node/server.js @@ -4,6 +4,47 @@ const { resolve } = require('path');
const bodyParser = require('body-parser');
// Replace if using a different env file or config
require('dotenv').config({ path: './.env' });
+
+if (
+ !proc... | 0 |
diff --git a/assets/js/components/setup/setup-proxy.js b/assets/js/components/setup/setup-proxy.js @@ -77,7 +77,6 @@ function SetupUsingProxy() {
let title;
let description;
- const startSetupText = __( 'Sign in with Google', 'google-site-kit' );
if ( 'revoked' === getQueryArg( location.href, 'googlesitekit_context' ) ... | 2 |
diff --git a/src/intrinsics/Promise.mjs b/src/intrinsics/Promise.mjs @@ -26,6 +26,7 @@ import {
PromiseResolve,
PromiseCapabilityRecord,
SetFunctionLength,
+ SetFunctionName,
} from '../abstract-ops/all.mjs';
import {
Q, X,
@@ -194,7 +195,7 @@ function Promise_reject([r], { thisValue }) {
if (Type(C) !== 'Object') {
re... | 1 |
diff --git a/lib/resque/user_jobs.rb b/lib/resque/user_jobs.rb @@ -67,8 +67,8 @@ module Resque
@queue = :users
def self.perform(options = {})
- run_action(options, @queue, lambda { |options|
- options.symbolize_keys[:urls].each { |url| delete(url, options.symbolize_keys[:request_params]) }
+ run_action(options, @queue,... | 1 |
diff --git a/README.md b/README.md @@ -218,6 +218,8 @@ Once the app finishes loading, an interactive tutorial takes you by the hand and
# Docker Deployments
+Docker container images can be found at https://github.com/users/Superalgos/packages/container/package/superalgos
+
If you wish to run Superalgos over docker plat... | 7 |
diff --git a/approved.yaml b/approved.yaml @@ -208,7 +208,7 @@ itsatrapthemepathfinder:
falloutterminal:
- "FalloutTerminal"
-- "System Toolbox"
+ - "Utility"
chatsetattr:
- "ChatSetAttr"
@@ -309,7 +309,7 @@ healthcolors:
truepagecopy:
- "TruePageCopy"
-- "Character"
+- "Maps & Drawing"
- "hidden"
srrollextender:
@@ -3... | 3 |
diff --git a/src/scripts/renderer/webview/listeners.js b/src/scripts/renderer/webview/listeners.js @@ -35,9 +35,8 @@ function createBadgeDataUrl (text) {
// Log console messages
webView.addEventListener('console-message', function (event) {
const msg = event.message.replace(/%c/g, '');
- const fwNormal = 'font-weight: ... | 7 |
diff --git a/bin/templates/cordova/lib/pluginHandlers.js b/bin/templates/cordova/lib/pluginHandlers.js @@ -30,8 +30,19 @@ var handlers = {
var dest = path.join(obj.targetDir, path.basename(obj.src));
+ // TODO: This code needs to be replaced, since the core plugins need to be re-mapped to a different location in
+ // a... | 1 |
diff --git a/includes/Core/Authentication/Authentication.php b/includes/Core/Authentication/Authentication.php @@ -197,28 +197,6 @@ final class Authentication {
}
);
- // TODO: Remove this after testing.
- add_action(
- 'admin_notices',
- function() {
- if ( ! $this->get_oauth_client()->using_proxy() ) {
- return;
- }
... | 2 |
diff --git a/app/views/shared/_google_tag_manager.html.erb b/app/views/shared/_google_tag_manager.html.erb <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
-'... | 2 |
diff --git a/src/components/WizardInline/WizardFooter/WizardFooter.jsx b/src/components/WizardInline/WizardFooter/WizardFooter.jsx @@ -37,6 +37,7 @@ const WizardFooter = ({
onNext,
onBack,
onSubmit,
+ className,
onCancel,
cancelLabel,
backLabel,
@@ -52,7 +53,7 @@ const WizardFooter = ({
{footerLeftContent && (
<div cla... | 1 |
diff --git a/scripts/publish.sh b/scripts/publish.sh @@ -6,14 +6,6 @@ set -e
# beta or prod
MODE=$1
-# Check permission
-ACCOUNT=`npm whoami`
-
-if [[ $ACCOUNT != 'deck.gl' ]]; then
- echo "Must sign in to deck.gl account to publish"
- exit 1
-fi
-
case $MODE in
"beta")
# npm-tag argument: npm publish --tag <beta>
| 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.