code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/demo/app/client/js/patterns/mark.jsx b/demo/app/client/js/patterns/mark.jsx @@ -39,27 +39,45 @@ export let mark = {
<script>
+ // Helper functions
+
+ function getElements(el) {
+ return Array.prototype.slice.call(document.querySelectorAll(el));
+ }
+
+ function hideElement(el) {
+ document.body.querySelec... | 7 |
diff --git a/components/Payment/Icons/PSP.js b/components/Payment/Icons/PSP.js import React from 'react'
export const Visa = () => (
- <svg style={{verticalAlign: 'middle'}} width='51' height='40' viewBox='0 -2 51 36'>
- <path fill='#FFF' d='M.493 31.56h49.7V.254H.493' />
- <path fill='#004F8B' d='M18.65 23.845l2.294-1... | 1 |
diff --git a/config-dist.php b/config-dist.php @@ -46,8 +46,9 @@ Setting('STOCK_BARCODE_LOOKUP_PLUGIN', 'DemoBarcodeLookupPlugin');
# set this to true
Setting('DISABLE_URL_REWRITING', false);
-# By default the homepage will be set to the stock overview.
-# You can set this to any overview you want. Example: Use recipes... | 0 |
diff --git a/fastlane/Fastfile b/fastlane/Fastfile @@ -113,15 +113,8 @@ platform :ios do
upload_to_testflight(
api_key_path: "./ios/ios-fastlane-json-key.json",
- # TODO: Remove skip_waiting_for_build_processing when https://github.com/fastlane/fastlane/issues/18408 is resolved
- # See: https://github.com/Expensify/App... | 11 |
diff --git a/articles/quickstart/spa/angular-beta/02-calling-an-api.md b/articles/quickstart/spa/angular-beta/02-calling-an-api.md @@ -98,7 +98,7 @@ this.auth0Client = await createAuth0Client({
});
```
-Doing this provides a hint to the authorization server that your application would like to call the API with the iden... | 3 |
diff --git a/assets/js/modules/analytics/dashboard/dashboard-widget-top-level.js b/assets/js/modules/analytics/dashboard/dashboard-widget-top-level.js @@ -41,6 +41,7 @@ import {
getAnalyticsErrorMessageFromData,
siteAnalyticsReportDataDefaults,
overviewReportDataDefaults,
+ isDataZeroForReporting,
} from '../util';
con... | 3 |
diff --git a/components/popover/popover.jsx b/components/popover/popover.jsx @@ -145,9 +145,14 @@ class Popover extends React.Component {
* Prevents the Popover from changing position based on the viewport/window. If set to true your popover can extend outside the viewport _and_ overflow outside of a scrolling parent. ... | 10 |
diff --git a/token-metadata/0x187D1018E8ef879BE4194d6eD7590987463eAD85/metadata.json b/token-metadata/0x187D1018E8ef879BE4194d6eD7590987463eAD85/metadata.json "symbol": "FUZE",
"address": "0x187D1018E8ef879BE4194d6eD7590987463eAD85",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/node/lib/util/stitch_util.js b/node/lib/util/stitch_util.js @@ -40,7 +40,6 @@ const DoWorkQueue = require("./do_work_queue");
const GitUtil = require("./git_util");
const SubmoduleConfigUtil = require("./submodule_config_util");
const SubmoduleUtil = require("./submodule_util");
-const SyntheticBranchUtil ... | 2 |
diff --git a/edit.js b/edit.js @@ -9,7 +9,7 @@ import {tryLogin, loginManager} from './login.js';
import runtime from './runtime.js';
import {parseQuery, downloadFile} from './util.js';
import {rigManager} from './rig.js';
-// import {makeRayMesh} from './vr-ui.js';
+import {makeRayMesh} from './vr-ui.js';
import {
THI... | 0 |
diff --git a/contracts/PermissionGroups.sol b/contracts/PermissionGroups.sol @@ -6,8 +6,8 @@ contract PermissionGroups {
address public pendingAdmin;
mapping(address=>bool) operators;
mapping(address=>bool) alerters;
- address[] public operatorsGroup;
- address[] public alertersGroup;
+ address[] operatorsGroup;
+ addr... | 12 |
diff --git a/web/kiri/lang/en.js b/web/kiri/lang/en.js @@ -677,7 +677,7 @@ self.kiri.lang['en-us'] = {
ou_depf_s: "depth first",
ou_depf_l: ["optimize pocket cuts","with depth priority"],
ou_toin_s: "tool init",
- ou_toin_l: "emit tool change with first operation",
+ ou_toin_l: "add tool change with first operation. wh... | 3 |
diff --git a/assets/src/edit-story/components/canvas/useInsertElement.js b/assets/src/edit-story/components/canvas/useInsertElement.js @@ -159,12 +159,12 @@ function getElementProperties(
width = size.width;
height = size.height;
- // X and y defaults: in the top quarter of the page.
+ // X and y defaults: in the top c... | 1 |
diff --git a/devtools/lightning-inspect.js b/devtools/lightning-inspect.js @@ -221,7 +221,7 @@ window.attachInspector = function({Application, Element, ElementCore, Stage, Com
oSetParent.apply(this, arguments);
if (!window.mutatingChildren) {
- if (parent) {
+ if (parent && parent.dhtml) {
var index = parent._children.... | 0 |
diff --git a/webui/custom.scss b/webui/custom.scss @@ -51,3 +51,7 @@ $yiq-contrasted-threshold: 160;
.underline {
text-decoration: underline;
}
+
+.homeparagraph {
+ line-height: 1.6875;
+}
\ No newline at end of file
| 7 |
diff --git a/package.json b/package.json "lint": "vue-cli-service lint --no-fix",
"lint-fix": "vue-cli-service lint",
"test": "vue-cli-service test:e2e",
- "test-ci": "vue-cli-service test:e2e --headless --browser chrome",
- "postinstall": "npm run build-bundle"
+ "test-ci": "vue-cli-service test:e2e --headless --brows... | 2 |
diff --git a/test/tests/button/size.js b/test/tests/button/size.js @@ -963,8 +963,6 @@ describe(`paypal button component sizes`, () => {
},
onEnter() {
- setTimeout(() => {
- container.style.width = '255px';
let frame = getElement('#testContainer iframe');
// eslint-disable-next-line promise/catch-or-return
@@ -982,7 +... | 7 |
diff --git a/src/view/fontrules/font-based-rules.less b/src/view/fontrules/font-based-rules.less +@basefontsize: 16;
+
+/* mixin for converting EM to PX */
+.emtoPx( @emvalue ) when (isem( @emvalue)) {
+ @return: (unit(@emvalue) * @basefontsize) + 0px;
+}
+
+/* mixin for passthrough other units */
+.emtoPx( @emvalue ) ... | 9 |
diff --git a/core/flyout_base.js b/core/flyout_base.js @@ -431,19 +431,6 @@ Blockly.Flyout.prototype.show = function(xmlList) {
this.hide();
this.clearOldBlocks_();
- // Handle dynamic categories, represented by a name instead of a list of XML.
- // Look up the correct category generation function and call that to get ... | 9 |
diff --git a/.travis.yml b/.travis.yml @@ -10,7 +10,7 @@ script:
deploy:
provider: releases
api_key:
- - secure: "enSO+Yl62HY/XblFuRxJiNW0r6OdcWfy69jFfHLO1FuSRbPXj1tUjFMn0XnWv2OXiISB4Ln86fPN8Lhi7EJfe/tl6MFItbzxmdQGf8jjybj/TzRIXD/T6Re5FSFHthZv47DsZFxEmdNSYN7zHmguUEUrTlUnNVfGaSP9TZnHMzdmzVG9sYomEBzAMjWCaDSWywhWI2BAAjY/bu... | 3 |
diff --git a/src/metrics/commons.js b/src/metrics/commons.js @@ -276,6 +276,9 @@ function updateCommonMetrics() {
// silent
}
}))
+ .catch(err => {
+ this.logger.warn("Unable to collect CPU usage metrics.", err);
+ })
.then(() => {
this.logger.debug(`Collected common metric values in ${duration.toFixed(3)} msec.`);
});... | 9 |
diff --git a/components/input/Input.js b/components/input/Input.js @@ -9,6 +9,7 @@ const factory = (FontIcon) => {
static propTypes = {
children: PropTypes.node,
className: PropTypes.string,
+ defaultValue: PropTypes.string,
disabled: PropTypes.bool,
error: PropTypes.oneOfType([
PropTypes.string,
@@ -154,8 +155,15 @@ c... | 9 |
diff --git a/script/cibuild b/script/cibuild @@ -29,7 +29,7 @@ git clone https://${DEPLOY_TOKEN}@${GITHUB_REPO} --branch ${DEPLOY_BRANCH} _site
# https://jekyllrb.com/docs/continuous-integration/travis-ci/#the-html-proofer-executable
# bundle exec htmlproofer ./_site --disable-external --empty-alt-ignore --checks-to-ig... | 0 |
diff --git a/src/components/PDFView/index.native.js b/src/components/PDFView/index.native.js import React, {Component} from 'react';
-import {TouchableWithoutFeedback, View} from 'react-native';
+import {TouchableWithoutFeedback, StyleSheet, View} from 'react-native';
import PDF from 'react-native-pdf';
import Keyboard... | 9 |
diff --git a/packages/api-explorer/src/ResponseSchemaBody.jsx b/packages/api-explorer/src/ResponseSchemaBody.jsx const React = require('react');
const PropTypes = require('prop-types');
-const marked = require('../../markdown/index');
+const markdown = require('@readme/markdown');
const findSchemaDefinition = require('... | 4 |
diff --git a/assets/js/modules/analytics/hooks/useExistingTagEffect.test.js b/assets/js/modules/analytics/hooks/useExistingTagEffect.test.js @@ -47,7 +47,7 @@ describe( 'useExistingTagEffect', () => {
propertyID: 'UA-987654321-1',
};
- const data = {
+ const gtmAnalytics = {
accountID: '12345',
webPropertyID: 'UA-12345... | 10 |
diff --git a/src/DevChatter.Bot.Web/Startup.cs b/src/DevChatter.Bot.Web/Startup.cs @@ -51,16 +51,20 @@ public void ConfigureServices(IServiceCollection services)
services.Configure<CommandHandlerSettings>(Configuration.GetSection("CommandHandlerSettings"));
services.Configure<TwitchClientSettings>(Configuration.GetSect... | 1 |
diff --git a/character-controller.js b/character-controller.js @@ -1171,11 +1171,12 @@ class LocalPlayer extends UninterpolatedPlayer {
};
this.addAction(grabAction);
- const physicsObjects = app.getPhysicsObjects();
- for (const physicsObject of physicsObjects) {
+ physicsScene.disableAppPhysics(app)
+ // const physic... | 0 |
diff --git a/packages/rekit-studio/src/features/common/MonacoEditor.js b/packages/rekit-studio/src/features/common/MonacoEditor.js /* eslint no-underscore-dangle: 0 */
/* global monaco */
import React, { Component } from 'react';
+import _ from 'lodash';
import PropTypes from 'prop-types';
import configureMonacoEditor ... | 7 |
diff --git a/lambda/proxy-es/package-lock.json b/lambda/proxy-es/package-lock.json "optional": true
},
"node_modules/follow-redirects": {
- "version": "1.14.4",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz",
- "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bX... | 3 |
diff --git a/src/components/FmaMap/index.js b/src/components/FmaMap/index.js @@ -10,11 +10,14 @@ class FmaMap extends Component {
componentWillMount() {
this.props.getFmas();
}
+
onEachFeature(feature, layer) {
- if (feature.properties && feature.properties.fireblocks) {
- layer.bindPopup(`<span>${feature.properties.fi... | 3 |
diff --git a/src/options/views/edit/index.vue b/src/options/views/edit/index.vue @@ -172,7 +172,8 @@ export default {
};
},
scriptName() {
- const scriptName = this.script && getScriptName(this.script);
+ const { script } = this;
+ const scriptName = script?.meta && getScriptName(script);
store.title = scriptName;
retu... | 1 |
diff --git a/app/models/user.rb b/app/models/user.rb @@ -456,7 +456,7 @@ class User < Sequel::Model
if organization.users.count > 1
msg = 'Attempted to delete owner from organization with other users'
- CartoDB::StdoutLogger.info msg
+ CartoDB::Logger.info(message: msg)
raise CartoDB::BaseCartoDBError.new(msg)
end
end
... | 14 |
diff --git a/src/traces/scatter/plot.js b/src/traces/scatter/plot.js @@ -404,8 +404,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
var trace = d[0].trace,
s = d3.select(this),
showMarkers = subTypes.hasMarkers(trace),
- showText = subTypes.hasText(trace),
- hasClipOnAxisFalse = tr... | 9 |
diff --git a/docs/02-quickstart.md b/docs/02-quickstart.md @@ -15,6 +15,7 @@ npx snowpack
Snowpack is agnostic to how you serve your site during development. If you have a static dev server that you already like, use it to serve your Snowpack app. Otherwise, we recommend one of the following for local development:
- [`... | 0 |
diff --git a/packages/browserslist-config/README.md b/packages/browserslist-config/README.md @@ -15,7 +15,9 @@ Shareable [browserslist](https://github.com/ai/browserslist) configuration for S
| Safari | >=10 |
| iOS | >=10 |
-[List all supported browsers](https://browserl.ist/?q=last+3+chrome+versions%2C+last+3+chromea... | 1 |
diff --git a/articles/tutorials/generic-oauth2-connection-examples.md b/articles/tutorials/generic-oauth2-connection-examples.md @@ -103,31 +103,41 @@ You will be able to log in using these new providers once your call successfully
## JIRA
-Generate an RSA keypair with the following command or any equivalent method:
+#... | 0 |
diff --git a/.eslintrc.js b/.eslintrc.js @@ -10,8 +10,6 @@ module.exports = {
utf8_to_b64: 'readonly',
realAudio: 'readonly',
BeautifyAll: 'readonly',
- CM: 'writable',
- unsafeWindow: 'readonly',
},
extends: ['airbnb-base', 'plugin:prettier/recommended'],
parserOptions: {
| 2 |
diff --git a/config/initializers/logstasher.rb b/config/initializers/logstasher.rb @@ -135,7 +135,7 @@ module Logstasher
payload[:params].delete_if{ |k,v|
# remove bank params, binary data params, and common or otherwise indexed params
v.blank? ||
- v.match( /^data:/ ) ||
+ v.to_s.match( /^data:/ ) ||
[ :controller, :a... | 1 |
diff --git a/src/components/profile/EditProfile.js b/src/components/profile/EditProfile.js @@ -36,7 +36,7 @@ const EditProfile = ({ screenProps, theme, styles }) => {
debounce(async (profile, storedProfile, setIsPristine, setErrors, setIsValid) => {
if (profile && profile.validate) {
try {
- const isNotModified = isEqu... | 10 |
diff --git a/src/web/InputWaiter.js b/src/web/InputWaiter.js @@ -64,6 +64,7 @@ InputWaiter.prototype.set = function(input) {
this.setInputInfo(input.size, null);
} else {
inputText.value = input;
+ this.closeFile();
window.dispatchEvent(this.manager.statechange);
const lines = input.length < (this.app.options.ioDisplay... | 12 |
diff --git a/src/utils.js b/src/utils.js import DirectoryPicker from "./lib/DirectoryPicker.js";
import DICTIONARY from './dictionary.js';
+import { DDB_CONFIG } from './ddb-config.js';
const PROXY = "https://proxy.vttassets.com/?url=";
@@ -102,29 +103,42 @@ let utils = {
},
/**
+ *
* Gets the sourcebook for a subset o... | 7 |
diff --git a/package.json b/package.json "lint": "lerna run lint --stream --no-bail",
"lint:fix": "lerna run lint:fix --stream --no-bail",
"bootstrap": "npm install && lerna bootstrap && lerna run --stream bootstrap",
- "version": "lerna version --exact --preid alpha",
+ "version": "lerna version --exact --preid beta",... | 13 |
diff --git a/edit.js b/edit.js @@ -276,6 +276,131 @@ function mod(a, b) {
}
const _getPotentialIndex = (x, y, z, subparcelSize) => x + y*subparcelSize*subparcelSize + z*subparcelSize;
+let animals = [];
+(async () => {
+ const animalsMeshes = await _loadGltf('./animals.glb');
+ const deers = animalsMeshes.getObjectByNa... | 0 |
diff --git a/src/lib/gundb/UserStorage.js b/src/lib/gundb/UserStorage.js @@ -328,7 +328,13 @@ export class UserStorage {
logger.debug('getAllfeed', { feed, cursor: this.cursor })
return feed
}
-
+ /**
+ * Used as subscripition callback for gundb
+ * When the index of <day> to <number of events> changes
+ * We get the o... | 0 |
diff --git a/offscreen-engine.js b/offscreen-engine.js @@ -84,6 +84,7 @@ export default _default_export_;`;
if (!error) {
accept(result);
} else {
+ console.warn(error);
reject(error);
}
this.port.removeEventListener('message', message);
| 0 |
diff --git a/src/components/routes/CheckoutApp.vue b/src/components/routes/CheckoutApp.vue <div class="_checkout-identification">
<h2 id="identification">
{{ $t('account.registration') }}
- <small v-if="!isCustomerLogged">
- <a href="javascript:;" @click="login">{{ $t('session.haveAccount') }}?</a>
+ <small>
+ <a v-if=... | 9 |
diff --git a/articles/migrations/index.md b/articles/migrations/index.md ---
url: /migrations
+toc: true
description: Occasionally, Auth0 engineers must make breaking changes to the Auth0 platform.
---
@@ -94,8 +95,6 @@ Lock version 9 and above uses the [new password reset flow](/connections/databas
## Past Migrations
... | 0 |
diff --git a/editor/uploadImage.php b/editor/uploadImage.php require_once(dirname(__FILE__) . "/../config.php");
_load_language_file("/editor/uploadImage.inc");
-function sanitizeName($file, &$response)
+//** Nolonger required if we are renaming pasted images
+/*function sanitizeName($file, &$response)
{
$filename = st... | 1 |
diff --git a/api/src/parsers/feed.js b/api/src/parsers/feed.js @@ -224,14 +224,6 @@ function checkHeaders(stream, url, checkContenType = false) {
return reject(new Error("Request body larger than maxBodyLength limit"));
}
- response.on('data', data => {
- if (bodyLength + data.length <= maxContentLengthBytes) {
- bodyL... | 12 |
diff --git a/apps/antonclk/app.js b/apps/antonclk/app.js @@ -99,7 +99,7 @@ function updateState() {
}
function isoStr(date) {
- return date.getFullYear() + "-" + ("0" + (date.getMonth() + 1)).slice(-2) + "-" + ("0" + date.getDate()).substr(-2);
+ return date.getFullYear() + "-" + ("0" + (date.getMonth() + 1)).slice(-2)... | 14 |
diff --git a/lib/cartodb/backends/dataview.js b/lib/cartodb/backends/dataview.js @@ -20,7 +20,15 @@ function DataviewBackend(analysisBackend) {
this.analysisBackend = analysisBackend;
}
-var DATE_AGGREGATIONS = ['minute', 'hour', 'day', 'week', 'month', 'quarter', 'year'];
+var DATE_AGGREGATIONS = {
+ 'minute': true,
+... | 4 |
diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js @@ -92,7 +92,7 @@ tarteaucitron.services.podcloud = {
tarteaucitron.services.facebookpost = {
"key": "facebookpost",
"type": "social",
- "name": "Facebook Post",
+ "name": "Facebook (post)",
"uri": "https://www.facebook.com/help/325807937506242",
"needC... | 10 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,23 @@ 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.41.3] -- 2018-09-25
+
+### Fixed
+- Fix handling of hover `text` in `barpolar` traces [#3040]
+- Fix `scatterpolar[gl]` `text` placem... | 3 |
diff --git a/src/utils/typography.js b/src/utils/typography.js import Typography from 'typography'
import Wordpress2016 from 'typography-theme-wordpress-2016'
+Wordpress2016.overrideThemeStyles = () => ({
+ 'a.gatsby-resp-image-link': {
+ boxShadow: 'none',
+ }
+})
+
const typography = new Typography(Wordpress2016)
// ... | 2 |
diff --git a/server/preprocessing/other-scripts/openaire.R b/server/preprocessing/other-scripts/openaire.R @@ -26,8 +26,6 @@ library(rcrossref)
# * "readers": an indicator of the paper's popularity, e.g. number of readers, views, downloads etc.
# * "subject": keywords or classification, split by ;
-DEBUG <- TRUE
-
get_... | 2 |
diff --git a/docs/articles/documentation/test-api/intercepting-http-requests/creating-a-custom-http-request-hook.md b/docs/articles/documentation/test-api/intercepting-http-requests/creating-a-custom-http-request-hook.md @@ -21,7 +21,7 @@ You can create your own request hook to handle HTTP requests. This topic describ
... | 0 |
diff --git a/docs/moment/01-parsing/03-string-format.md b/docs/moment/01-parsing/03-string-format.md @@ -151,7 +151,13 @@ Strict parsing is frequently the best parsing option. For more information about
#### Parsing two digit years
-By default, two digit years above 68 are assumed to be in the 1900's and years 68 or be... | 7 |
diff --git a/assets/js/modules/analytics-4/datastore/index.js b/assets/js/modules/analytics-4/datastore/index.js import Data from 'googlesitekit-data';
import { MODULES_ANALYTICS_4 } from './constants';
import accounts from './accounts';
-import api from './api';
import baseModuleStore from './base';
import properties ... | 2 |
diff --git a/src/js/extensions/select_row.js b/src/js/extensions/select_row.js -var RowSelect = function(table){
+var SelectRow = function(table){
var extension = {
table:table, //hold Tabulator object
@@ -109,4 +109,4 @@ var RowSelect = function(table){
return extension;
}
-Tabulator.registerExtension("rowSelect", Row... | 10 |
diff --git a/docs/providers/spotinst/README.md b/docs/providers/spotinst/README.md @@ -18,7 +18,7 @@ If you have questions, join the [chat in gitter](https://gitter.im/serverless/se
<div class="docsSection">
<div class="docsSectionHeader">
<a href="./guide/">
- <img src="https://drive.google.com/file/d/0B4tt_s7cFF3xQW9... | 13 |
diff --git a/package.json b/package.json "url": "git+https://github.com/stefanjudis/tiny-helpers.git"
},
"engines": {
- "node": "~12.14"
+ "node": "~12.14.0"
},
"keywords": [],
"author": "stefan judis <stefanjudis@gmail.com>",
| 1 |
diff --git a/src/client/js/components/Admin/Security/SamlSecuritySetting.jsx b/src/client/js/components/Admin/Security/SamlSecuritySetting.jsx @@ -139,8 +139,10 @@ class SamlSecurityManagement extends React.Component {
<div className="alert alert-danger">
{t('security_setting.missing mandatory configs')}
<ul>
- {/* TOD... | 12 |
diff --git a/app/math-editor.js b/app/math-editor.js @@ -12,7 +12,7 @@ const keyCodes = {
}
const $outerPlaceholder = $(`<div class="rich-text-editor-hidden" data-js="outerPlaceholder">`)
const focus = {
- richText: true,
+ richText: false,
latexField: false,
equationField: false
}
| 12 |
diff --git a/mappings.json b/mappings.json "library": {
"_commands": [ "init", "copy", "migrate", "search", "upload", "publish", "add" ],
- "init": {
- "maps": [ "library", "init" ],
- "usage": "particle library init [directory]",
+ "create": {
+ "maps": [ "library", "create" ],
+ "usage": "particle library create [dir... | 10 |
diff --git a/app/models/visualization/relator.rb b/app/models/visualization/relator.rb @@ -96,9 +96,7 @@ module CartoDB
end
def related_tables
- @related_tables ||= layers(:carto_and_torque)
- .flat_map { |layer| layer.affected_tables.map(&:service) }
- .uniq(&:id)
+ @related_tables ||= layers(:carto_and_torque).flat_m... | 5 |
diff --git a/README.md b/README.md @@ -138,19 +138,19 @@ A greyscale image will be saved in the same folder.
<img src="./test/img/taxi/original.jpeg" width="300" /><img src="./test/img/taxi/grey.png" width="300" />
-[Try it](https://www.w3schools.com/code/tryit.asp?filename=FVC4CG6DZZHU)
+[Try it](https://www.w3schools... | 4 |
diff --git a/src/components/input/Select.js b/src/components/input/Select.js @@ -45,11 +45,13 @@ const Select = props => {
bsSize={props.bs_size}
>
<option value="" disabled hidden></option>
- {props.options && props.options.map(option => (
+ {props.options &&
+ props.options.map(option => (
<option
key={option.value}
... | 11 |
diff --git a/game.js b/game.js @@ -1238,6 +1238,9 @@ class GameManager extends EventTarget {
menuPaste(s) {
menuMesh.paste(s);
}
+ inputFocused() {
+ return !!document.activeElement && ['INPUT', 'TEXTAREA'].includes(document.activeElement.nodeName);
+ }
canGrab() {
return !!highlightedObject /*&& !editedObject*/;
}
| 0 |
diff --git a/utils/debugger/src/check-order.js b/utils/debugger/src/check-order.js @@ -26,7 +26,6 @@ const checkOrder = async (order, network) => {
// Check swap address provided
if (order['signature']['validator'] == EMPTY_ADDRESS) {
errors.push('Order.signature.validator cannot be 0')
- return errors
}
// Check signe... | 2 |
diff --git a/packages/growi-plugin-lsx/package.json b/packages/growi-plugin-lsx/package.json {
"name": "growi-plugin-lsx",
- "version": "1.3.15",
+ "version": "2.0.0",
"description": "GROWI plugin to add lsx tag",
"keywords": [
"growi",
"rimraf": "^2.6.1"
},
"engines": {
- "node": ">=6.11 <9",
- "npm": ">=4",
- "yarn":... | 12 |
diff --git a/token-metadata/0xc4199fB6FFDb30A829614becA030f9042f1c3992/metadata.json b/token-metadata/0xc4199fB6FFDb30A829614becA030f9042f1c3992/metadata.json "symbol": "SGT",
"address": "0xc4199fB6FFDb30A829614becA030f9042f1c3992",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/vis/js/bubbles.js b/vis/js/bubbles.js @@ -826,8 +826,9 @@ BubblesFSM.prototype = {
this.bringPapersToFront(d);
hideSibling(circle);
+ if (papers.is("behindbubble") || papers.is("behindbigbubble") || papers.is("ready")) {
papers.mouseover();
-
+ }
d3.selectAll("#region").style("fill-opacity", 1);
}
| 2 |
diff --git a/src/DevChatter.Bot.Web/Pages/BotAdmin.cshtml.cs b/src/DevChatter.Bot.Web/Pages/BotAdmin.cshtml.cs -using System.ComponentModel;
-using System.Linq;
using DevChatter.Bot.Core;
using Hangfire;
using Hangfire.Server;
using Microsoft.AspNetCore.Mvc.RazorPages;
+using System.Linq;
namespace DevChatter.Bot.Web.P... | 5 |
diff --git a/scalene/scalene_profiler.py b/scalene/scalene_profiler.py @@ -1459,6 +1459,7 @@ class Scalene:
def log_request(self, code: Union[int, str] = 0, size: Union[int, str] = 0) -> None:
return
Handler = NoLogs
+ socketserver.TCPServer.allow_reuse_address = True
with socketserver.TCPServer(("", PORT), Handler) as... | 11 |
diff --git a/packages/insomnia-cookies/src/cookies.test.ts b/packages/insomnia-cookies/src/cookies.test.ts @@ -24,6 +24,7 @@ describe('jarFromCookies()', () => {
});
it('handles malformed JSON', () => {
+ jest.spyOn(console, 'log').mockImplementationOnce(() => {});
// @ts-expect-error this test is verifying that an inv... | 2 |
diff --git a/src/nodejs/util.js b/src/nodejs/util.js @@ -620,17 +620,16 @@ module.exports = {
* @returns {Object} Returns the data formatted by class
*/
formatDataByClass(data) {
- let ret = {};
+ const ret = {};
if (data && typeof data === 'object' && !Array.isArray(data)) {
+ // assuming a flat declaration where each... | 1 |
diff --git a/views/stats.ejs b/views/stats.ejs @@ -919,7 +919,7 @@ twitterDescription += '. Click to view more stats!'
<!DOCTYPE html>
<html lang="en">
<head>
- <title><%- calculated.display_name %><% if(calculated.display_emoji){ %> <%- calculated.display_emoji %><% } %> | sky.lea.moe</title>
+ <title><%- calculated.d... | 14 |
diff --git a/localization/languages/it.json b/localization/languages/it.json },
"settingsUserAgentToggle": "Utilizza un user agent personalizzato",
"settingsUpdateNotificationsToggle": "Controlla automaticamente la presenza di aggiornamenti",
- "settingsUsageStatisticsToggle": "Invia statistiche di utilizzo (<a href=\"... | 1 |
diff --git a/token-metadata/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/metadata.json b/token-metadata/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/metadata.json "symbol": "AIRX",
"address": "0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/README.md b/README.md @@ -226,19 +226,19 @@ To see the console output of the view in your terminal, set the environment vari
A list of all environment variables and their purpose:
| Variable | Values | default | Purpose |
-| ------------------------- | ---------------------------------------- | -----------... | 3 |
diff --git a/doc/includes/CHANGELOG.md b/doc/includes/CHANGELOG.md ### What's new
- * All queries are now started through `Model.query` [#346](https://github.com/Vincit/objection.js/issues/346)
- * Objection is no longer transpiled using Babel. One of the implications is that you can use a objection github
- link in pa... | 7 |
diff --git a/.github/workflows/TEST-release.yml b/.github/workflows/TEST-release.yml @@ -3,7 +3,7 @@ name: TEST-release
#todo this test should be execute when opening PR to prerelease/release branches
on: [pull_request]
env:
- NODE_ENV: development
+ NODE_ENV: test
ARTIFACTS_DIR: artifacts
CUCUMBER_ARTIFACTS_DIR: artif... | 3 |
diff --git a/server/views/sources/source.py b/server/views/sources/source.py @@ -279,7 +279,7 @@ def source_update(media_id):
# now we need to update the collections separately, because they are tags on the media source
source = user_mc.media(media_id)
existing_tag_ids = [t['tags_id'] for t in source['media_source_tags... | 11 |
diff --git a/src/components/Spinner.js b/src/components/Spinner.js -import React, { Component } from 'react'
+import React, { Component, PureComponent } from 'react'
import { connect } from 'react-redux'
-import { withTranslation } from 'react-i18next'
import Spinner from 'react-native-loading-spinner-overlay'
-import ... | 4 |
diff --git a/components/Vote/Voting.js b/components/Vote/Voting.js @@ -288,7 +288,7 @@ class Voting extends React.Component {
}
render() {
- const { data } = this.props
+ const { data, description } = this.props
return (
<Loader
loading={data.loading}
@@ -303,7 +303,7 @@ class Voting extends React.Component {
return (
... | 11 |
diff --git a/articles/libraries/lock/v10/index.md b/articles/libraries/lock/v10/index.md @@ -5,7 +5,6 @@ title: Lock 10 for Web
description: A widget that provides a frictionless login and signup experience for your web apps.
img: media/articles/libraries/lock-web.png
---
-
# Lock 10 for Web
You're looking at the docum... | 3 |
diff --git a/stdcommands/throw/throwthings.go b/stdcommands/throw/throwthings.go @@ -32,7 +32,7 @@ var throwThings = []string{
"hate",
"a tomato",
"a time machine that takes 1 year to travel 1 year into the future",
- "sadness disguised as hapiness",
+ "sadness disguised as happiness",
"debt",
"all your imaginary frien... | 1 |
diff --git a/src/gameClasses/components/ui/MenuUiComponent.js b/src/gameClasses/components/ui/MenuUiComponent.js @@ -216,37 +216,6 @@ var MenuUiComponent = IgeEntity.extend({
});
- $('#play-game-button').on('click', function () {
- if (this.innerText.includes('Connection Failed')) {
- var serverLength = $('#server-list... | 6 |
diff --git a/apiserver/apiserver/coordinator/coordinator.py b/apiserver/apiserver/coordinator/coordinator.py @@ -69,7 +69,7 @@ def upload_game():
# Store the replay and any error logs
replay_key, bucket_class = store_game_artifacts(replay_name, users)
- with model.engine.connect() as conn:
+ with model.engine.begin() a... | 4 |
diff --git a/changelog/65_UNRELEASED_xxxx-xx-xx.md b/changelog/65_UNRELEASED_xxxx-xx-xx.md - Fixed that the labels of context-/more-menu items were not readable in Night Mode (thanks @corbolais)
- Fixed that auto night mode over midnight did not always work
- Fixed that the "Add as new product" productpicker workflow, ... | 11 |
diff --git a/package.json b/package.json "dist": " npm run build && npm run minify && mkdirp dist && cp -f build/*.js dist/ && npm run types",
"minify": "terser build/melonjs.js --compress --mangle --comments '/(?:^!|@(?:license|preserve|cc_on))/' --output build/melonjs.min.js",
"lint": "eslint src rollup.config.js",
-... | 7 |
diff --git a/src/client/js/components/Page/RevisionPath.jsx b/src/client/js/components/Page/RevisionPath.jsx @@ -100,9 +100,6 @@ class RevisionPath extends React.Component {
render() {
// define styles
- const rootStyle = {
- marginRight: '0.2em',
- };
const separatorStyle = {
marginLeft: '0.2em',
marginRight: '0.2em',... | 7 |
diff --git a/src/index.js b/src/index.js @@ -19,8 +19,8 @@ export {default as Checklist} from './components/input/Checklist';
export {default as Col} from './components/layout/Col';
export {default as Collapse} from './components/Collapse';
export {default as Container} from './components/layout/Container';
-export {de... | 10 |
diff --git a/scenes/grass.scn b/scenes/grass.scn 0,
0
],
+ "quaternion": [
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "start_url": "https://webaverse.github.io/skybox-360/"
+ },
+ {
+ "position": [
+ 0,
+ 0,
+ 0
+ ],
+ "quaternion": [
+ 0,
+ 0,
+ 0,
+ 1
+ ],
"start_url": "https://webaverse.github.io/grass-anime/"
}
]
| 0 |
diff --git a/examples/hello_ml.html b/examples/hello_ml.html </head>
<body>
<script src="three.js"></script>
- <script src="inflate.min.js"></script>
- <script src="FBXLoader.js"></script>
+ <script src="GLTFLoader.js"></script>
<script>
let container, scene, camera, display, model, controllerMeshes, eyeMesh;
let meshe... | 4 |
diff --git a/source/delegate-factory/package.json b/source/delegate-factory/package.json {
"name": "@airswap/delegate-factory",
- "version": "1.4.4",
+ "version": "0.4.4",
"description": "Deploys Delegate contracts for use in the Swap Protocol",
"license": "Apache-2.0",
"repository": {
| 3 |
diff --git a/docs/netlify-dev.md b/docs/netlify-dev.md @@ -108,13 +108,12 @@ Netlify Dev is meant to work with zero config for the majority of users, by usin
command = "yarn run build"
functions = "functions" # netlify dev uses this to know where to scaffold and serve your functions
publish = "dist"
- port = 8888 # por... | 1 |
diff --git a/definitions/npm/react-intl_v2.x.x/flow_v0.48.x-/react-intl_v2.x.x.js b/definitions/npm/react-intl_v2.x.x/flow_v0.48.x-/react-intl_v2.x.x.js @@ -14,8 +14,8 @@ type LocaleData = {
type MessageDescriptor = {
id: string,
- defaultMessage: string,
description?: string,
+ defaultMessage?: string,
};
type Message... | 12 |
diff --git a/packages/node_modules/@node-red/util/lib/util.js b/packages/node_modules/@node-red/util/lib/util.js @@ -318,9 +318,23 @@ function getMessageProperty(msg,expr) {
/**
* Gets a property of an object.
*
+ * Given the object:
+ *
+ * {
+ * "pet": {
+ * "type": "cat"
+ * }
+ * }
+ *
+ * - `pet.type` will return ... | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.