code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/components/country/url-chart.js b/components/country/url-chart.js @@ -21,7 +21,6 @@ import {
} from '../colors'
import Tooltip from './tooltip'
-
import SpinLoader from '../vendor/spin-loader'
const Circle = styled.div`
@@ -46,6 +45,11 @@ const Triangle = styled.div`
border-bottom: ${props => !props.down ?... | 7 |
diff --git a/src/update-views.js b/src/update-views.js @@ -13,20 +13,24 @@ async function main(){
const db = mongo.db(dbName);
async function updateViews(){
- await db.collection('usernames').find().forEach(async doc => {
- const profileViews = await db.collection('views').countDocuments({ uuid: doc.uuid });
+ const cu... | 8 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,17 @@ 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.49.1] -- 2019-07-31
+
+### Fixed
+- Fix `parcoords` bug when dimension values are all zeroes (bug introduced in 1.49.0) [#4080]
+- Fi... | 3 |
diff --git a/articles/connections/passwordless/_setup-callback.md b/articles/connections/passwordless/_setup-callback.md #### 4. Configure Callback URL
-For security purposes, you must add <% if(spa){ %>your page's URL<%} else {%>the callback URL<%}%> to the list of **Allowed callback URLs** in your app's [Settings Sec... | 14 |
diff --git a/articles/api/management/v2/user-search.md b/articles/api/management/v2/user-search.md @@ -78,7 +78,7 @@ You can solve this problem either by using structured JSON in your metadata, or
### Structured JSON vs Delimited Strings
-Using structured JSON in your metadata is the ideal. Using delimited strings can ... | 2 |
diff --git a/web/app.js b/web/app.js @@ -323,11 +323,11 @@ const PDFViewerApplication = {
*/
async _parseHashParameters() {
if (!AppOptions.get("pdfBugEnabled")) {
- return undefined;
+ return;
}
const hash = document.location.hash.substring(1);
if (!hash) {
- return undefined;
+ return;
}
const params = parseQueryStri... | 1 |
diff --git a/src/store/socket.js b/src/store/socket.js @@ -173,6 +173,9 @@ export default function middleware({ url = defaultUrl() } = {}) {
}
function onMessage(pack) {
+ // Ignore keepalive messages.
+ if (pack.data === '-') return;
+
const { command, data } = JSON.parse(pack.data);
debug(command, data);
if (typeof a... | 8 |
diff --git a/lib/paths.js b/lib/paths.js @@ -191,7 +191,7 @@ internals.paths.prototype.buildRoutes = function (routes) {
// tags in swagger are used for grouping
if (this.settings.grouping === 'tags') {
- out.tags = route.tags;
+ out.tags = route.tags.slice(0);
while (out.tags.indexOf('api') !== -1) {
out.tags.splice(o... | 1 |
diff --git a/test/jasmine/tests/modebar_test.js b/test/jasmine/tests/modebar_test.js @@ -1579,4 +1579,46 @@ describe('ModeBar', function() {
.then(done);
});
});
+
+ describe('modebar html', function() {
+ var gd;
+ var traces = [
+ {type: 'scatter', x: [1, 2], y: [1, 2]},
+ {type: 'scatter3d', x: [1, 2], y: [1, 2], z:... | 0 |
diff --git a/assets/js/offline-search.js b/assets/js/offline-search.js $searchInput.on('change', event => {
render($(event.target));
+
+ // Hide keyboard on mobile browser
+ $searchInput.blur();
});
// Prevent reloading page by enter key on sidebar search.
results.forEach(r => {
const $cardHeader = $('<div>').addClass(... | 7 |
diff --git a/articles/connections/database/custom-db/index.md b/articles/connections/database/custom-db/index.md @@ -70,8 +70,6 @@ Here are some things to know before you begin the process of setting up your dat
The following video tutorial will show you how to set up a custom database connection that includes user mig... | 2 |
diff --git a/data.js b/data.js @@ -31,6 +31,15 @@ module.exports = [
url: "https://github.com/razaibi/WirupExpress",
source: "https://raw.githubusercontent.com/razaibi/WirupExpress/master/js/WirupExpress.js"
},
+ {
+ name: "dom99",
+ github: "GrosSacASac/DOM99",
+ tags: ["html", "javascript", "dom", "declarative", "cus... | 0 |
diff --git a/views/services/plugin-manager-utils.es b/views/services/plugin-manager-utils.es @@ -284,6 +284,7 @@ const postEnableProcess = (plugin) => {
if (plugin.windowOptions) {
windowOptions = plugin.windowOptions
if (!get(windowOptions, 'webPreferences.preload')) {
+ set(windowOptions, 'webPreferences.affinity', '... | 12 |
diff --git a/plugins/networking/app/controllers/networking/networks_controller.rb b/plugins/networking/app/controllers/networking/networks_controller.rb @@ -41,7 +41,7 @@ module Networking
# FIXME: anti-pattern of doing two things in one action
if @subnet.save
- flash[:notice] = 'Network successfully created.'
+ flash[... | 7 |
diff --git a/token-metadata/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/metadata.json b/token-metadata/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/metadata.json "symbol": "RDN",
"address": "0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/source/swap/package.json b/source/swap/package.json {
"name": "@airswap/swap",
- "version": "2.3.4",
+ "version": "3.3.4",
"description": "The atomic swap used to trustlessly transfer tokens in the Swap Protocol",
"license": "Apache-2.0",
"repository": {
| 3 |
diff --git a/rules.json b/rules.json ".write": "auth.uid === $user",
".validate": "newData.val() <= now"
},
- "lastActivity": {
+ "lastSeen": {
".write": "auth.uid === $user",
".validate": "newData.val() <= now"
},
| 10 |
diff --git a/packages/react/src/ReactChildren.js b/packages/react/src/ReactChildren.js @@ -159,17 +159,18 @@ function traverseAllChildrenImpl(
} else {
const iteratorFn = getIteratorFn(children);
if (typeof iteratorFn === 'function') {
- if (iteratorFn === children.entries) {
if (disableMapsAsChildren) {
invariant(
- f... | 5 |
diff --git a/app/queries/carto/visualization_query_builder.rb b/app/queries/carto/visualization_query_builder.rb @@ -219,18 +219,11 @@ class Carto::VisualizationQueryBuilder
self
end
- def with_preload(preload)
- @preload = preload
- self
- end
-
def with_associations(query)
query = query.includes(@include_associations... | 2 |
diff --git a/src/components/common/mediaPicker/results/SourceSearchResultsContainer.js b/src/components/common/mediaPicker/results/SourceSearchResultsContainer.js @@ -14,7 +14,7 @@ import { notEmptyString } from '../../../../lib/formValidators';
const localMessages = {
title: { id: 'system.mediaPicker.sources.title', d... | 7 |
diff --git a/app/hotels/src/allHotels/searchForm/DateInput.js b/app/hotels/src/allHotels/searchForm/DateInput.js @@ -94,11 +94,18 @@ export default class DateInput extends React.Component<Props> {
return (
<View style={styles.container}>
+ {/*
+ Booking.com API has a max 360 days in the future requirement for checkout
... | 12 |
diff --git a/README.md b/README.md @@ -7,7 +7,7 @@ Head Start is a web-based knowledge mapping software intended to give researcher
## Getting Started
### Client
-In order to get started quickly, Make sure to have `npm` installed (it comes with Node.js, you can [download installers here](https://nodejs.org/en/download/... | 3 |
diff --git a/public/javascripts/SVValidate/src/panorama/PanoramaContainer.js b/public/javascripts/SVValidate/src/panorama/PanoramaContainer.js @@ -124,6 +124,7 @@ function PanoramaContainer (labelList, idList) {
idList.forEach(function(id) {
panos[id].setLabel(labels[id]);
+ setProperty("progress", getProperty("progres... | 3 |
diff --git a/src/components/Datepicker/Datepicker.js b/src/components/Datepicker/Datepicker.js @@ -12,7 +12,7 @@ function Datepicker({
allowFutureDatePick = true,
endDate = null,
firstDayOfWeek = 1,
- minBookingDays = 2,
+ minBookingDays = 1,
numberOfMonths = 1,
onDateChange = noop,
startDate = null,
| 9 |
diff --git a/website/ops.py b/website/ops.py @@ -1518,6 +1518,9 @@ def updateEntryLinkables(dictDB, entryID, xml, configs, save=True, save_xml=True
identifier = linkref["identifier"]
for pattern in re.findall(r"%\([^)]+\)", linkref["identifier"]):
text = ""
+ if pattern[2] == '@':
+ text = el.getAttribute(pattern[3:-1]... | 11 |
diff --git a/.travis.yml b/.travis.yml @@ -8,8 +8,8 @@ cache:
- packages/cra-template-rmw/template/functions/node_modules
before_install:
- - cp -R packages/rmw-shell/cra-template-rmw/packages/cra-template-rmw
- - cd packages/cra-template-rmw/template
+ - cp -R packages/rmw-shell/cra-template-rmw/template demo
+ - cd d... | 3 |
diff --git a/app/math-editor.js b/app/math-editor.js @@ -46,13 +46,13 @@ function initMathEditor() {
<div class="math-editor" data-js="mathEditor">
<div class="math-editor-boxes">
<div class="math-editor-equation-editor" data-js="equationEditor"></div>
- <textarea class="math-editor-latex-editor" data-js="latexEditor" ... | 10 |
diff --git a/src/html.babel.js b/src/html.babel.js @@ -156,17 +156,8 @@ class Html extends Thenable {
_drawTransform() {
const p = this._props;
const string = (!this._is3d)
- ? `translate(${p.x}, ${p.y})
- rotate(${p.angleZ}deg)
- skew(${p.skewX}deg, ${p.skewY}deg)
- scale(${p.scaleX}, ${p.scaleY})`
-
- : `translate3d(... | 2 |
diff --git a/src/Expensify.js b/src/Expensify.js @@ -19,6 +19,7 @@ import {
Switch
} from './libs/Router';
import ROUTES from './ROUTES';
+import PushNotification from './libs/Notification/PushNotification';
// Initialize the store when the app loads for the first time
Onyx.init({
@@ -83,6 +84,7 @@ class Expensify exte... | 5 |
diff --git a/src/views/preview/project-view.jsx b/src/views/preview/project-view.jsx @@ -150,7 +150,7 @@ class Preview extends React.Component {
}
if (this.props.projectInfo.id !== prevProps.projectInfo.id) {
storage.setProjectToken(this.props.projectInfo.project_token);
- this.getProjectData(this.state.projectId, true... | 10 |
diff --git a/policykit/policyengine/admin.py b/policykit/policyengine/admin.py from django.contrib import admin
from django.contrib.admin import AdminSite
from policyengine.models import ProcessPolicy, CommunityPolicy, CommunityPolicyBundle, CommunityActionBundle, Proposal, BooleanVote, NumberVote
+from django.contrib.... | 0 |
diff --git a/src/components/FormBuilder.js b/src/components/FormBuilder.js @@ -24,6 +24,7 @@ export default class extends Component {
componentDidMount = () => {
this.initializeBuilder(this.props);
+ console.log('formBuilder is launched!!')
};
componentWillUnmount = () => {
| 0 |
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -6,7 +6,7 @@ name: Android CI/CD v1
# events but only for the master branch
on:
push:
- branches: [master, staging, next]
+ branches: [master, staging, next, 3493-code-push]
workflow_dispatch:
| 0 |
diff --git a/app/assets/javascripts/inaturalist/map3.js.erb b/app/assets/javascripts/inaturalist/map3.js.erb @@ -1225,7 +1225,7 @@ google.maps.Map.prototype.addTileInteractivity = function( tilejson, layerID, op
// needs to be asynchronous so the selector resolves
var googleMainMapDiv = $(map.div).find("div[style*='cur... | 1 |
diff --git a/js/modules/moduleindex.js b/js/modules/moduleindex.js @@ -104,7 +104,7 @@ exports.getModule = function(toolname) {
let newmodulecommand=this.moduleNamesArray[toolname.toLowerCase()];
if (newmodulecommand===undefined) {
- console.log('Error: could not find module',toolname,' in getModule()');
+ // console.l... | 2 |
diff --git a/lib/master-logger.js b/lib/master-logger.js @@ -10,7 +10,7 @@ var SlackTransport = require("winston-slack-webhook-transport");
/** Log custom timestamp */
var loggerTimestamp = function() {
- return moment().zone('+0000').format('ddd, D MMM YYYY HH:mm:ss z');
+ return moment.utc().format('ddd, D MMM YYYY H... | 14 |
diff --git a/shared/js/background/atb.es6.js b/shared/js/background/atb.es6.js @@ -70,9 +70,9 @@ var ATB = (() => {
settings.updateSetting('atb', atb)
settings.updateSetting('set_atb', atb)
- let xhr = new XMLHttpRequest()
- xhr.open('GET', 'https://duckduckgo.com/exti/?atb=' + atb, true)
- xhr.send()
+ load.JSONfromEx... | 4 |
diff --git a/components/Frame/Header.js b/components/Frame/Header.js @@ -332,7 +332,7 @@ class Header extends Component {
)}
{opaque && <Fragment>
<div {...styles.leftItem} style={{
- opacity: (secondaryVisible || backButton !== false) ? 0 : 1
+ opacity: (secondaryVisible || backButton) ? 0 : 1
}}>
<User
me={me}
| 1 |
diff --git a/articles/appliance/admin/importance-of-updates.md b/articles/appliance/admin/importance-of-updates.md @@ -27,10 +27,10 @@ More specifically, each major release for the PSaaS Appliance includes fixes for
## Problems that may arise due to delayed or skipped updates
-By upgrading routinely, you can be assured... | 3 |
diff --git a/source/components/NumericInput.js b/source/components/NumericInput.js @@ -133,6 +133,7 @@ class NumericInputBase extends Component<Props, State> {
minimumFractionDigits: number,
} {
const { value, locale, useDynamicDigitCalculation } = this.props;
+ const { fallbackInputValue } = this.state;
/**
* ========... | 7 |
diff --git a/package.json b/package.json "<rootDir>/test/promisePolyfill"
],
"setupTestFrameworkScriptFile": "<rootDir>/test/common.js",
- "testRegex": "\\.spec\\.js$"
+ "testRegex": "test\\/.*\\.spec\\.js$",
+ "testPathIgnorePatterns": [
+ "test\\/external.spec.js"
+ ]
}
}
| 8 |
diff --git a/app/stylus/components/Settings.styl b/app/stylus/components/Settings.styl > .dialog {
position: absolute;
- height: 50vmin;
- width: 60vmin;
+ width: 40vmin;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
> .settings {
- height: 100%;
- width: 100%;
- padding-top: 1vmin;
- padding-bottom: 1vmin;
... | 3 |
diff --git a/app/models/carto/visualization_backup.rb b/app/models/carto/visualization_backup.rb @@ -6,10 +6,15 @@ module Carto
class VisualizationBackup < ActiveRecord::Base
# @param Uuid id
- # @param String username
- # @param Uuid visualization
- # @param JSON export
- # @param DateTime created_at (Self-generated)
... | 3 |
diff --git a/userscript.user.js b/userscript.user.js @@ -4993,7 +4993,7 @@ var $$IMU_EXPORT$$;
domain === "assets.wonderlandmagazine.com" ||
// https://am24.akamaized.net/tms/cnt/uploads/2017/04/taylor-swift-650x372.jpg
// https://am21.akamaized.net/tms/cnt/uploads/2019/01/CardiB-1200x831.jpg
- (domain_nosub === "akama... | 5 |
diff --git a/app/controllers/admin/visualizations_controller.rb b/app/controllers/admin/visualizations_controller.rb @@ -647,7 +647,7 @@ class Admin::VisualizationsController < Admin::AdminController
end
def get_viewed_user_or_org
- subdomain = CartoDB.extract_subdomain(request).strip.downcase
+ subdomain = CartoDB.ext... | 2 |
diff --git a/tests/phpunit/integration/Core/Util/Feature_FlagsTest.php b/tests/phpunit/integration/Core/Util/Feature_FlagsTest.php @@ -56,6 +56,7 @@ class Feature_FlagsTest extends TestCase {
* @param boolean $expected
*/
public function test_enabled( $features, $mode, $feature, $expected ) {
+ remove_all_filters( 'goo... | 2 |
diff --git a/README.md b/README.md @@ -42,8 +42,9 @@ Pure javscript based WYSIWYG web editor, with no dependencies
- [Other libraries using SunEditor](#other-libraries-using-sunEditor)
- [suneditor-react](#lib-suneditor-react)
- [angular-suneditor](#lib-angular-suneditor)
+ - [Using SunEditor with Livewire & Alpine.JS]... | 3 |
diff --git a/app/stylesheets/builtin-pages/library.less b/app/stylesheets/builtin-pages/library.less video,
img,
audio {
+ width: auto;
+ height: auto;
max-width: 550px;
+ max-height: 500px;
margin: auto;
- height: auto;
}
}
}
| 12 |
diff --git a/app/utils/search-match.js b/app/utils/search-match.js import { isEmpty } from '@ember/utils';
import escapeRegExp from "ember-inspector/utils/escape-reg-exp";
+const sanitize = function(str) {
+ return str.toLowerCase().replace(/-/g, '');
+};
+
export default function(text, searchQuery) {
if (isEmpty(searc... | 8 |
diff --git a/components/header.js b/components/header.js @@ -11,6 +11,7 @@ const links = [
{text: 'Guides', href: '/guides'},
{text: 'API', href: '/api-doc'},
{text: 'Outils', href: '/outils'},
+ {text: 'Blog', href: '/blog'},
{text: 'Nous contacter', href: '/nous-contacter'}
]
| 0 |
diff --git a/sources-dist-stable.json b/sources-dist-stable.json "meta": "https://raw.githubusercontent.com/smaragdschlange/ioBroker.nuki/master/io-package.json",
"icon": "https://raw.githubusercontent.com/smaragdschlange/ioBroker.nuki/master/admin/nuki-logo.png",
"type": "hardware",
- "version": "1.1.5"
+ "version": "... | 12 |
diff --git a/src/navigator/view/ItemView.js b/src/navigator/view/ItemView.js @@ -7,6 +7,9 @@ import { eventDrag } from 'dom_components/model/Component';
const inputProp = 'contentEditable';
const styleOpts = { mediaText: '' };
const $ = Backbone.$;
+const isStyleHidden = (style = {}) => {
+ return (style.display || '')... | 7 |
diff --git a/src/generatePrefixesList.js b/src/generatePrefixesList.js @@ -41,6 +41,9 @@ module.exports = function generatePrefixes(asnList, outputFile, exclude, exclude
}
return asns;
+ })
+ .catch(() => {
+ console.log("RIPEstat prefix-overview query failed: cannot retrieve information for " + prefix);
});
};
@@ -75,... | 7 |
diff --git a/src/renderable/imagelayer.js b/src/renderable/imagelayer.js * @param {Number} y y coordinate
* @param {Object} settings ImageLayer properties
* @param {HTMLImageElement|HTMLCanvasElement|String} settings.image Image reference. See {@link me.loader.getImage}
- * @param {String} [settings.name="me.ImageLayer... | 7 |
diff --git a/packages/ember-runtime/lib/inject.js b/packages/ember-runtime/lib/inject.js @@ -10,7 +10,10 @@ import { assert } from 'ember-debug';
@public
*/
export default function inject() {
- assert(`Injected properties must be created through helpers, see '${Object.keys(inject).join('"', '"')}'`);
+ const helpers = ... | 7 |
diff --git a/lib/node_modules/@stdlib/fs/read-json/test/test.async.js b/lib/node_modules/@stdlib/fs/read-json/test/test.async.js var tape = require( 'tape' );
var join = require( 'path' ).join;
-var isBrowser = require( '@stdlib/assert/is-browser' );
+var IS_BROWSER = require( '@stdlib/assert/is-browser' );
var noop = ... | 10 |
diff --git a/docs/source/guides/core-concepts/cypress-in-a-nutshell.md b/docs/source/guides/core-concepts/cypress-in-a-nutshell.md @@ -184,6 +184,11 @@ cy.get('.my-slow-selector', { timeout: 10000 })
You can also set the timeout globally via [the configuration setting `defaultCommandTimeout`](/guides/appendices/configu... | 0 |
diff --git a/js/refGeneExons.js b/js/refGeneExons.js @@ -400,7 +400,7 @@ class RefGeneAnnotation extends PureComponent {
render() {
var {probePosition, height, positionHeight, layout} = this.props,
{probe, x} = this.state,
- highlight = probe != null ? {
+ highlight = probe != null && _.get(probePosition, probe) ? {
po... | 9 |
diff --git a/api/server/src/api.ts b/api/server/src/api.ts @@ -85,6 +85,7 @@ export class ApiServer {
v1_0.post('/document', this.upload.fields(uploadsConf), this.handlePostDoc.bind(this));
v1_0.get('/queue/:id', this.handleGetQueue.bind(this));
v1_0.get('/json/:id', this.handleGetJson.bind(this));
+ v1_0.get('/simple-... | 0 |
diff --git a/app/controllers/ApplicationController.scala b/app/controllers/ApplicationController.scala @@ -71,10 +71,10 @@ class ApplicationController @Inject() (implicit val env: Environment[User, Sessi
request.identity match {
case Some(user) =>
- WebpageActivityTable.save(WebpageActivity(0, user.userId.toString, ipA... | 3 |
diff --git a/src/events/schedule/Schedule.js b/src/events/schedule/Schedule.js @@ -56,6 +56,7 @@ export default class Schedule {
'detail-type': 'Scheduled Event',
id: 'random-event-id',
region: this.#region,
+ resources: [],
source: 'aws.events',
time: new Date().toISOString(),
version: '0',
| 0 |
diff --git a/src/scripts/autocomplete.js b/src/scripts/autocomplete.js @@ -99,7 +99,7 @@ AutoComplete.prototype.updateHeight = function () {
listStyle = "max-height:auto;",
calc;
- if (elRect.bottom + 25 >= bodyRect.bottom) {
+ if (bodyRect.bottom > 0 && elRect.bottom + 25 >= bodyRect.bottom) {
calc = window.scrollY + ... | 9 |
diff --git a/src/libs/OptionsListUtils.js b/src/libs/OptionsListUtils.js @@ -212,7 +212,7 @@ function hasReportDraftComment(report) {
function getParticipants(report) {
const participants = [...lodashGet(report, ['participants'], [])];
if (ReportUtils.isPolicyExpenseChat(report)) {
- if (!participants.includes(report.o... | 4 |
diff --git a/src/libs/Navigation/Navigation.js b/src/libs/Navigation/Navigation.js @@ -13,7 +13,7 @@ import linkingConfig from './linkingConfig';
import navigationRef from './navigationRef';
import createOnReadyTask from '../createOnReadyTask';
-const [isNavigationReady, setIsNavigationReady] = createOnReadyTask();
+co... | 4 |
diff --git a/learn/core_concepts/documents.md b/learn/core_concepts/documents.md @@ -112,13 +112,13 @@ Each index recognizes **only one** primary key attribute. Once a primary key has
#### Setting the primary key
-There are several ways for MeiliSearch to know which field is the primary key.
+There are several ways to ... | 7 |
diff --git a/app/controllers/carto/api/visualizations_controller.rb b/app/controllers/carto/api/visualizations_controller.rb @@ -477,14 +477,27 @@ module Carto
def calculate_totals(total_types)
# Prefetching at counts removes duplicates
{
- total_user_entries: VisualizationQueryBuilder.new.with_types(total_types)
- .wi... | 2 |
diff --git a/content/engineering/guest-post/introduction-to-solidjs/index.md b/content/engineering/guest-post/introduction-to-solidjs/index.md @@ -625,12 +625,7 @@ const addTodo=(newTodo)=>{
You'll add the `newTodo` in the `todos` signal that is an array using its setter function `setTodos`. Use JavaScript array destru... | 7 |
diff --git a/articles/migrations/guides/legacy-lock-api-deprecation.md b/articles/migrations/guides/legacy-lock-api-deprecation.md @@ -180,7 +180,3 @@ The solution for the Kerberos case is to [migrate to Universal Login](#1-migrate
### How to tell if you have deprecated usage
Please take a look at the [Deprecation Erro... | 2 |
diff --git a/packages/app/src/styles/theme/mixins/_list-group.scss b/packages/app/src/styles/theme/mixins/_list-group.scss background-color: transparent;
border-color: $border-color-global;
- &.grw-pagetree-is-target {
+ &.grw-pagetree-current-page-item {
background: $bgcolor-hover;
}
.grw-pagetree-button {
| 10 |
diff --git a/articles/connections/identity-providers-social.md b/articles/connections/identity-providers-social.md @@ -19,5 +19,5 @@ Auth0 supports the following social providers for web applications out of the bo
Additionally, Auth0 supports the following social providers for native applications.
-<% var nativeSocialC... | 2 |
diff --git a/physics-manager.js b/physics-manager.js @@ -50,28 +50,6 @@ const _extractPhysicsGeometryForId = physicsId => {
return geometry;
};
-physicsManager.addSphereGeometry = (position, quaternion, radius, physicsMaterial, ccdEnabled) => {
- const physicsId = getNextPhysicsId();
- // physicsMaterial disabled for n... | 2 |
diff --git a/sidebars.js b/sidebars.js @@ -38,11 +38,6 @@ const sidebars = {
],
},
'learn/avalanche-bridge-faq',
- {
- type: 'link',
- label: 'FAQ',
- href: 'https://support.avax.network/en/',
- },
{
type: 'link',
label: 'Whitepapers',
@@ -219,6 +214,11 @@ const sidebars = {
},
],
},
+ {
+ type: 'link',
+ label: 'Produ... | 14 |
diff --git a/test/vgl-renderer.spec.js b/test/vgl-renderer.spec.js @@ -164,7 +164,7 @@ describe("VglRenderer component", function() {
it("When the property is false.", function(done) {
const vm = new (Vue.extend(VglRenderer))({propsData: {shadowMapEnabled: false}, el: "#app"});
function waitonload(callback) {
- if (!vm... | 1 |
diff --git a/src/editors/colorpicker.js b/src/editors/colorpicker.js @@ -70,9 +70,9 @@ export var ColorEditor = StringEditor.extend({
this._super()
if (!this.input) return
- if (window.ColorPicker && typeof this.options.ColorPicker === 'object') {
+ if (window.ColorPicker) {
this.input.setAttribute('type', 'text')
- co... | 4 |
diff --git a/src/filter/RuleHelper.js b/src/filter/RuleHelper.js @@ -143,7 +143,7 @@ export class RuleHelper {
case ngeoFormatAttributeType.GEOMETRY:
rule = new ngeoRuleGeometry({
name: name,
- operator: RuleSpatialOperatorType.WITHIN,
+ operator: RuleSpatialOperatorType.INTERSECTS,
operators: [
RuleSpatialOperatorType... | 12 |
diff --git a/assets/js/modules/analytics/common/account-create.js b/assets/js/modules/analytics/common/account-create.js @@ -59,59 +59,60 @@ const AccountCreate = () => {
const siteURL = useSelect( ( select ) => select( CORE_SITE ).getReferenceSiteURL() );
const siteName = useSelect( ( select ) => select( CORE_SITE ).g... | 5 |
diff --git a/README.md b/README.md @@ -416,32 +416,28 @@ at the root of your config or in your scenario...
Inside `filename.js`, structure it like this:
```js
-// onBefore example
-module.exports = function(casper, scenario, vp) {
- // scenario is the current scenario object being run from your backstop config
- // vp ... | 3 |
diff --git a/token-metadata/0xd80CCB84916e5622628714Df75377523e49d8dfD/metadata.json b/token-metadata/0xd80CCB84916e5622628714Df75377523e49d8dfD/metadata.json "symbol": "BLAM",
"address": "0xd80CCB84916e5622628714Df75377523e49d8dfD",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/WelcomePackage/script.json b/WelcomePackage/script.json {
"name": "Welcome Package",
"script": "script.js",
- "version": "1.3",
+ "version": "1.3.1",
"previousversions": ["1.2", "1.1", "1.0"],
"description": "# Welcome Package\r\rThis script welcomes new players to your game and creates a blank new charact... | 1 |
diff --git a/tests/invite.test.js b/tests/invite.test.js @@ -83,7 +83,7 @@ module.exports = {
.back();
testHelpers.logout(browser);
- testHelpers.login(browser, url, 'nightwatch-invitee@solidstategroup.com', 'nightwatch');
+ testHelpers.login(browser, url, inviteEmail, 'nightwatch');
browser.expect.element('#project-se... | 4 |
diff --git a/ui/src/components/DocumentViewer/DocumentViewer.jsx b/ui/src/components/DocumentViewer/DocumentViewer.jsx @@ -99,6 +99,10 @@ class DocumentViewer extends React.Component {
const { document: doc, showToolbar, toggleMaximise, previewMode } = this.props;
const { numberOfPages } = this.state;
+ if (doc.isLoadi... | 9 |
diff --git a/README.md b/README.md @@ -87,7 +87,7 @@ You only need to include [tether.min.js](https://github.com/HubSpot/tether/blob/
```
Or just use a CDN:
```
-<script src="//cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
+<script src="//cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.m... | 0 |
diff --git a/layouts/_default/single.html b/layouts/_default/single.html {{ partial "fragments/buttons.html" (dict "self" . ) }}
{{ end }}
+ {{ if and (not .Params.disabled) (in .Params.fragment "custom") }}
+ {{ partial (print "fragments/" .Params.fragment_name ".html") (dict "self" .) }}
+ {{ end }}
+
{{ end }}
{{ en... | 0 |
diff --git a/components/post.js b/components/post.js @@ -70,6 +70,78 @@ function Post({title, published_at, feature_image, html, backLink}) {
.blog figure.kg-card {
text-align: center;
}
+
+ .kg-bookmark-card {
+ position: relative;
+ width: 85%;
+ margin: 1em auto;
+ }
+
+ .kg-bookmark-card a.kg-bookmark-container {
+... | 0 |
diff --git a/src/diagrams/common/common.js b/src/diagrams/common/common.js @@ -57,11 +57,11 @@ export const removeScript = (txt) => {
}
}
let decodedText = removeEscapes(rs);
- decodedText = decodedText.replaceAll(/script>/gi, '#');
- decodedText = decodedText.replaceAll(/javascript:/gi, '#');
- decodedText = decodedTe... | 14 |
diff --git a/webpack/config.worker.js b/webpack/config.worker.js @@ -23,7 +23,8 @@ var config = merge(configShared, {
output: {
library: 'Pusher',
path: path.join(__dirname, '../dist/worker'),
- filename: filename
+ filename: filename,
+ libraryTarget: 'umd'
},
resolve: {
// in order to import the appropriate runtime.t... | 12 |
diff --git a/tests/e2e/config/bootstrap.js b/tests/e2e/config/bootstrap.js @@ -243,20 +243,6 @@ function observeNavigationRequest( req ) {
}
}
-function requestHandlerIdea( request ) {
- // Prevent errors for requests that happen after interception is disabled.
- if ( ! request._allowInterception ) {
- return;
- }
-
- ... | 2 |
diff --git a/src/primitive.js b/src/primitive.js @@ -695,7 +695,7 @@ var _ = Mavo.Primitive = $.Class({
attribute = null;
}
- if (!datatype) {
+ if (!datatype && attribute == _.getValueAttribute(element)) {
datatype = element.getAttribute("datatype") || undefined;
}
| 8 |
diff --git a/Source/Core/CesiumTerrainProvider.js b/Source/Core/CesiumTerrainProvider.js @@ -39,6 +39,11 @@ function LayerInformation(layer) {
/**
* A {@link TerrainProvider} that accesses terrain data in a Cesium terrain format.
+ * Terrain formats can be one of the following:
+ * <ul>
+ * <li> {@link https://github.c... | 1 |
diff --git a/scenes/street.scn b/scenes/street.scn "name": "Ann",
"avatarUrl": "/avatars/ann.vrm",
"voice": "Maud Pie",
- "bio": "13/F Lisk Witch (black mage). She is quirky and is always creating crazy new potions. She has a dark streak and is known to torment her teachers when they give her bad grades."
+ "bio": "13/... | 0 |
diff --git a/pages/crowdfunding2.js b/pages/crowdfunding2.js @@ -456,12 +456,7 @@ Eine Republik baut niemand alleine, sondern nur viele gemeinsam. Wir mit Ihnen?
<TestimonialList
first={10}
membershipAfter={crowdfunding.endDate}
- onSelect={id => {
- Router.push(`/community?id=${id}`).then(() => {
- window.scrollTo(0, ... | 11 |
diff --git a/vaadin-grid-keyboard-navigation-mixin.html b/vaadin-grid-keyboard-navigation-mixin.html @@ -166,7 +166,7 @@ This program is available under Apache License Version 2.0, available at https:/
const activeCell = e.composedPath()[0];
const columnIndex = indexOfChildElement(activeCell);
- const isRowDetails = ac... | 4 |
diff --git a/src/components/link/link.component.js b/src/components/link/link.component.js @@ -33,18 +33,10 @@ class Link extends React.Component {
}
}
- get iconLeft() {
- if (!this.props.icon || this.props.iconAlign !== 'left') {
- return null;
- }
- return this.icon;
- }
+ renderLinkIcon = (currentAlignment) => {
+ ... | 14 |
diff --git a/common/lib/client/realtimechannel.ts b/common/lib/client/realtimechannel.ts @@ -249,10 +249,13 @@ class RealtimeChannel extends Channel {
}
}
- attach(flags?: any, callback?: ErrCallback): void | Promise<void> {
+ attach(flags?: ChannelMode[] | ErrCallback, callback?: ErrCallback): void | Promise<void> {
+... | 1 |
diff --git a/packages/docs/docs/docs/architecture.md b/packages/docs/docs/docs/architecture.md @@ -13,6 +13,39 @@ openzeppelin publish
The source code of the contracts involved with a published Ethereum Package can be found in the folder [packages/lib/contracts/application](https://github.com/OpenZeppelin/openzeppelin-... | 0 |
diff --git a/lib/plugins/aws/deploy/lib/uploadArtifacts.test.js b/lib/plugins/aws/deploy/lib/uploadArtifacts.test.js @@ -147,13 +147,13 @@ describe('uploadArtifacts', () => {
describe('#uploadZipFile()', () => {
let readFileSyncStub;
- let putObjectStub;
+ let uploadStub;
beforeEach(() => {
readFileSyncStub = sinon
.st... | 10 |
diff --git a/src/extension/Menu.js b/src/extension/Menu.js @@ -663,6 +663,10 @@ var Menu = class Menu {
});
this._selectionWedges.setItemAngles(itemAngles);
+ // Reset the stroke coordinates in case a menu was previously closed without any
+ // selection made and SelectionWedges contains previous stroke.
+ this._select... | 1 |
diff --git a/articles/multifactor-authentication/custom/custom-landing.md b/articles/multifactor-authentication/custom/custom-landing.md @@ -3,7 +3,6 @@ title: Configuring Custom Multifactor Authentication
url: /multifactor-authentication/custom
description: Examples for configuring custom MFA implementations.
---
-
# ... | 3 |
diff --git a/includes/Core/Modules/Module.php b/includes/Core/Modules/Module.php @@ -588,9 +588,13 @@ abstract class Module {
$start_date_offset = $offset + $number_of_days - 1;
$date_start = gmdate( 'Y-m-d', strtotime( $start_date_offset . ' days ago' ) );
- // Check the day of the week alignment.
+ // Align previous ... | 7 |
diff --git a/package.json b/package.json {
"name": "sfcc-ci",
- "version": "2.0.0",
+ "version": "2.0.0-beta",
"description": "Command line tool to allow Continuous Integration practices with Salesforce Commerce Cloud instances",
"main": "index.js",
"bin": {
| 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.