code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/token-metadata/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/metadata.json b/token-metadata/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/metadata.json "symbol": "BLT",
"address": "0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/tests/phpunit/integration/Modules/Subscribe_With_GoogleTest.php b/tests/phpunit/integration/Modules/Subscribe_With_GoogleTest.php @@ -21,26 +21,6 @@ use Google\Site_Kit\Tests\TestCase;
*/
class Subscribe_With_GoogleTest extends TestCase {
- public function test_register() {
- remove_all_actions( 'wp_head' ... | 2 |
diff --git a/assets/js/util/index.js b/assets/js/util/index.js @@ -23,6 +23,7 @@ import SvgIcon from 'GoogleUtil/svg-icon';
export * from './storage';
+const { apiFetch } = wp;
const {
addFilter,
applyFilters,
@@ -590,27 +591,35 @@ export const findTagInHtmlContent = ( html, module ) => {
* while requesting list of acc... | 3 |
diff --git a/ui/component/claimPreview/view.jsx b/ui/component/claimPreview/view.jsx @@ -352,7 +352,7 @@ const ClaimPreview = forwardRef<any, {}>((props: Props, ref: any) => {
{pending ? (
<ClaimPreviewTitle uri={uri} />
) : (
- <NavLink {...navLinkProps}>
+ <NavLink aria-current={active && 'page'} {...navLinkProps}>
<... | 4 |
diff --git a/app/components/new-catalog/template.hbs b/app/components/new-catalog/template.hbs <p class="mt-0">
{{primaryResource.displayName}}
</p>
- <p class="help-block">
- This app requires the specified namespace to be unchanged.
- </p>
{{else}}
{{form-namespace
namespace=primaryResource
| 2 |
diff --git a/story.js b/story.js @@ -109,6 +109,8 @@ class Conversation extends EventTarget {
(async () => {
await _playerSay(this.localPlayer, text);
})();
+
+ cameraManager.setTarget(this.localPlayer.avatar.modelBones.Head, Math.PI/4);
}
addRemotePlayerMessage(text, type = 'chat') {
const message = {
@@ -128,6 +130,1... | 0 |
diff --git a/backend/components/pages/routes.js b/backend/components/pages/routes.js @@ -38,7 +38,7 @@ router.get('/courses/:id/edit', authenticateMiddleware, catchAsync(async (reques
response.status(200).json({ course, problems });
}));
-router.get('/courses/:id', authenticateMiddleware, catchAsync(async (request, res... | 11 |
diff --git a/src/og/control/selection/SelectionScene.js b/src/og/control/selection/SelectionScene.js @@ -79,7 +79,7 @@ class SelectionScene extends RenderNode {
geoObject: {
scale: 1,
instanced: true,
- tag: "ruler",
+ tag: "selection",
color: "rgb(0,305,0)",
vertices: obj3d.vertices,
indices: obj3d.indexes,
@@ -93,7 +... | 4 |
diff --git a/src/journeys_utils.js b/src/journeys_utils.js @@ -439,7 +439,7 @@ journeys_utils.animateBannerEntrance = function(banner) {
banner.style.top = '0';
}
else if (journeys_utils.position === 'bottom') {
- if(!journeys_utils._isSafeAreaRequired(journeys_utils.journeyLinkData)) {
+ if(!journeys_utils.journeyLink... | 2 |
diff --git a/local_modules/Passwords/Views/EnterExistingPasswordView.web.js b/local_modules/Passwords/Views/EnterExistingPasswordView.web.js @@ -171,7 +171,6 @@ class EnterExistingPasswordView extends View
"change",
function(event)
{
- console.log("change")
__updateRightBarButtonSubmittableByLayerContent()
}
)
| 13 |
diff --git a/lib/runtime/completions.js b/lib/runtime/completions.js @@ -11,15 +11,10 @@ import { Point, Range } from 'atom'
import { client } from '../connection'
import modules from './modules'
+const bracketScope = 'meta.bracket.julia'
const completions = client.import('completions')
class AutoCompleteProvider {
- /... | 11 |
diff --git a/README.en.md b/README.en.md [Live Preview](http://notes.iissnan.com)
+<!--
## Screenshots
* Desktop
* Mobile

-
+-->
## Installation
@@ -213,8 +214,10 @@ since: 2013
## Browser support
- {
- parent::checkRequirements();
-
- /**
- * Proper handling for MS group annotation handling was fixed in 5.1
- ... | 2 |
diff --git a/package.json b/package.json "build:js": "npm-run-all build:lib build:bundle",
"build:lib": "node ./bin/build-lib.js",
"build": "npm-run-all --parallel build:js build:css build:companion --serial build:gzip size",
- "clean": "rm -rf packages/*/lib packages/@uppy/*/lib && rm -rf packages/*/dist packages/@upp... | 2 |
diff --git a/app/views/layouts/public_user_feed.html.erb b/app/views/layouts/public_user_feed.html.erb <meta property="og:image" content="<%= @avatar_url %>" />
<%= stylesheet_link_tag 'cartodb', 'common', 'public_dashboard', 'user_feed' %>
+
+ <% if @most_viewed_vis_map && @most_viewed_vis_map.map.provider == 'googlem... | 1 |
diff --git a/src/_data/examples.yml b/src/_data/examples.yml @@ -35,11 +35,9 @@ showcase:
- section: showcase
slug: videosphere
- scene_url: https://aframe.io/aframe/examples/boilerplate/360-video/
- source_url: https://github.com/aframevr/aframe/blob/v0.7.0/examples/boilerplate/360-video/index.html
+ scene_url: https:... | 14 |
diff --git a/app/src/renderer/components/common/PageProfile.vue b/app/src/renderer/components/common/PageProfile.vue @@ -19,7 +19,8 @@ page(title="Preferences")
type="select"
v-model="themes.active"
:options="themeSelectOptions"
- placeholder="Select theme...")
+ placeholder="Select theme..."
+ @change="setAppTheme")
l... | 12 |
diff --git a/docs/plugins/node-api.md b/docs/plugins/node-api.md @@ -283,7 +283,7 @@ An **async** function to modify the CLI state after starting the development ser
export default pluginOptions => ({
beforeRenderToElement: async (App, state) => {
- const NewApp => props => {
+ const NewApp = props => {
return <App {..... | 1 |
diff --git a/src/components/signup/SignupState.js b/src/components/signup/SignupState.js import React, { useCallback, useContext, useEffect, useState } from 'react'
import { Platform, ScrollView, StyleSheet, View } from 'react-native'
import { createSwitchNavigator } from '@react-navigation/core'
-import { assign, get,... | 0 |
diff --git a/src/core/operations/ContainImage.mjs b/src/core/operations/ContainImage.mjs @@ -72,6 +72,11 @@ class ContainImage extends Operation {
"Bezier"
],
defaultIndex: 1
+ },
+ {
+ name: "Opaque background",
+ type: "boolean",
+ value: true
}
];
}
@@ -82,7 +87,7 @@ class ContainImage extends Operation {
* @returns... | 0 |
diff --git a/components/button-stateful/index.jsx b/components/button-stateful/index.jsx @@ -164,9 +164,7 @@ class ButtonStateful extends React.Component {
handleClick = (e) => {
if (isFunction(this.props.onClick)) this.props.onClick(e);
if (typeof this.props.active !== 'boolean') {
- this.setState(prevState => ({
- ac... | 3 |
diff --git a/src/lib/hoc/withHotCodePush.native.js b/src/lib/hoc/withHotCodePush.native.js import codePush from 'react-native-code-push' // eslint-disable-line import/default
+import { t } from '@lingui/macro'
const { CheckFrequency, InstallMode } = codePush
+
const defaultOptions = {
- checkFrequency: CheckFrequency.O... | 0 |
diff --git a/ReviewQueueHelper.user.js b/ReviewQueueHelper.user.js // @description Keyboard shortcuts, skips accepted questions and audits (to save review quota)
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 1.8.4
+// @version 1.8.5
//
// @include https://*stackoverflow.com... | 8 |
diff --git a/lib/ferryman.js b/lib/ferryman.js @@ -73,12 +73,16 @@ class Ferryman {
log.debug('Received step data: %j', stepData);
assert(stepData);
- Object.assign(this, {
- snapshot: stepData.snapshot || {},
- stepData
- });
+ // Object.assign(this, {
+ // snapshot: stepData.snapshot || {},
+ // stepData
+ // });
+ /... | 14 |
diff --git a/generators/upgrade/index.js b/generators/upgrade/index.js @@ -309,20 +309,15 @@ module.exports = class extends BaseGenerator {
},
assertGitRepository() {
- const done = this.async();
const gitInit = () => {
const gitInit = this.gitExec('init', { silent: this.silent });
if (gitInit.code !== 0) this.error(`U... | 2 |
diff --git a/src/js/components/box/StyledBox.js b/src/js/components/box/StyledBox.js @@ -156,19 +156,19 @@ const edgeStyle = (kind, data, theme) => {
if (typeof data === 'string') {
return `${kind}: ${theme.global.edgeSize[data]};`;
}
+ let result = '';
if (data.horizontal) {
- return `
+ result += `
${kind}-left: ${th... | 1 |
diff --git a/src/encoded/tests/data/inserts/human_donor.json b/src/encoded/tests/data/inserts/human_donor.json "documents": [
"encode:PanIsletD_Crawford_protocol"
],
- "ethnicity": "unknown",
"health_status": "unknown",
"lab": "j-michael-cherry",
"life_stage": "unknown",
{
"accession": "ENCDO106AAA",
"award": "U41HG006... | 3 |
diff --git a/_data/categories/meshes.yml b/_data/categories/meshes.yml tracing: "Yes"
encryption: "Yes"
+ - name: App Mesh
+ desc: A multi-service mesh management plane to enable adoption, operation and development of service meshes and services running on them
+ link: https://github.com/layer5io/meshery-app-mesh
+ aut... | 3 |
diff --git a/bot/paginatedmessages/paginatedinteractions.go b/bot/paginatedmessages/paginatedinteractions.go @@ -30,7 +30,7 @@ func handleInteractionCreate(evt *eventsystem.EventData) {
}
func handlePageChange(ic *discordgo.InteractionCreate, pageMod int) {
- if ic.Member.User.ID == common.BotUser.ID {
+ if (ic.Member ... | 9 |
diff --git a/src/core/Core.js b/src/core/Core.js @@ -947,10 +947,6 @@ class Uppy {
this.log('No uploader type plugins are used', 'warning')
}
- if (Object.keys(this.state.files).length === 0) {
- this.log('No files have been added', 'warning')
- }
-
const isMinNumberOfFilesReached = this.checkMinNumberOfFiles()
if (!is... | 2 |
diff --git a/src/apps.json b/src/apps.json "<main id=\"bugzilla-body\"",
"<span id=\"information\" class=\"header_addl_info\">version ([\\d.]+)<\\;version:\\1"
],
+ "cookies": {
+ "Bugzilla_login_request_cookie": ""
+ },
"icon": "Bugzilla.png",
"implies": "Perl",
"js": {
| 7 |
diff --git a/scenes/SceneFilesFolder.js b/scenes/SceneFilesFolder.js @@ -4,7 +4,6 @@ import * as SVG from "~/common/svg";
import * as Events from "~/common/custom-events";
import { css } from "@emotion/react";
-import { PopoverNavigation } from "~/components/system/components/PopoverNavigation";
import { ButtonPrimary,... | 2 |
diff --git a/src/server/routes/admin.js b/src/server/routes/admin.js @@ -469,6 +469,10 @@ module.exports = function(crowi, app) {
actions.user = {};
actions.user.index = function(req, res) {
+ const userUpperLimit = crowi.env['USER_UPPER_LIMIT'];
+ User.findAllUsers({status: User.statusActivate})
+ .then(userData => {
... | 12 |
diff --git a/src/commands/view/ComponentDelete.js b/src/commands/view/ComponentDelete.js import { isArray } from 'underscore';
export default {
- run(ed, sender, opts = {}) {
+ run(ed, s, opts = {}) {
const toSelect = [];
let components = opts.component || ed.getSelectedAll();
components = isArray(components) ? [...com... | 7 |
diff --git a/resource/js/components/PageEditor.js b/resource/js/components/PageEditor.js @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import * as toastr from 'toastr';
-import {debounce} from 'throttle-debounce';
+import { throttle, debounce } from 'throttle-debounce';
import Editor fr... | 7 |
diff --git a/src/se.js b/src/se.js -{
// session
// holds a reference to a Monaco editor instance (.me)
// and processes some of its commands (e.g. .ED(), .ER(), ...)
- function Se(ide) { // constructor
+D.Se = function Se(ide) { // constructor
const se = this;
se.ide = ide;
se.hist = [''];
se.session = me.createContex... | 14 |
diff --git a/assets/src/edit-story/app/media/media3p/providerReducer.js b/assets/src/edit-story/app/media/media3p/providerReducer.js import commonReducer, {
INITIAL_STATE as COMMON_INITIAL_STATE,
} from '../common/reducer';
+import * as types from './types';
const INITIAL_STATE = {
...COMMON_INITIAL_STATE,
@@ -39,7 +40... | 12 |
diff --git a/.travis.yml b/.travis.yml @@ -11,6 +11,7 @@ env:
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
+ - if [[ -n ${NPM_TOKEN} ]]; then echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc; fi
- npm install -g bower grunt-cli
- npm install git+https://github.com/patternfly/patternfl... | 0 |
diff --git a/devices/lidl.js b/devices/lidl.js @@ -394,7 +394,7 @@ module.exports = [
},
{
fingerprint: [{modelID: 'TY0202', manufacturerName: '_TZ1800_fcdjzz3s'}],
- model: 'HG06335',
+ model: 'HG06335/HG07310',
vendor: 'Lidl',
description: 'Silvercrest smart motion sensor',
fromZigbee: [fz.ias_occupancy_alarm_1, fz.b... | 10 |
diff --git a/.travis.yml b/.travis.yml language: node_js
node_js:
- - '10.21.0'
+ - '10.15'
addons:
chrome: stable
@@ -27,18 +27,18 @@ env:
matrix:
include:
- - if: branch =~ /^(master|(autotests.*))$/ AND env(DEPLOY_VERSION) IS NOT present
- script:
- #- cp .env.cypress .env
- - npm run build
- - npx netlify deploy --... | 3 |
diff --git a/tarteaucitron.js b/tarteaucitron.js @@ -741,28 +741,28 @@ var tarteaucitron = {
}
if (tarteaucitron.launch[service.key] !== true) {
tarteaucitron.launch[service.key] = true;
- service.js();
+ if (typeof tarteaucitronMagic === 'undefined' || tarteaucitronMagic.indexOf("_" + service.key + "_") < 0) { service... | 6 |
diff --git a/voice-endpoint-voicer.js b/voice-endpoint-voicer.js /* this module is responsible for mapping a remote TTS endpoint to the character. */
import Avatar from './avatars/avatars.js';
-// import {loadAudio} from './util.js';
+import {makePromise} from './util.js';
class VoiceEndpoint {
constructor(url) {
@@ -2... | 0 |
diff --git a/webaverse.js b/webaverse.js @@ -44,6 +44,7 @@ import WebaWallet from './src/components/wallet.js';
// import domRenderEngine from './dom-renderer.jsx';
import musicManager from './music-manager.js';
import story from './story.js';
+import zTargeting from './z-targeting.js';
import raycastManager from './ra... | 0 |
diff --git a/src/components/auth/torus/AuthTorus.js b/src/components/auth/torus/AuthTorus.js @@ -97,8 +97,10 @@ const AuthTorus = ({ screenProps, navigation, styles }) => {
}
if (!torusUser.privateKey) {
- log.warn('Missing private key from torus response', { torusUser })
- throw new Error('Missing privateKey from toru... | 0 |
diff --git a/test/stubs/.eleventyignore b/test/stubs/.eleventyignore ignoredFolder
-ignoredFolder/ignored.md
\ No newline at end of file
+./ignoredFolder/ignored.md
\ No newline at end of file
| 0 |
diff --git a/packages/2019-disaster-game/src/components/Game/DefaultScreen/index.js b/packages/2019-disaster-game/src/components/Game/DefaultScreen/index.js @@ -5,14 +5,7 @@ import { PropTypes } from "prop-types";
import { getActiveChapterData, goToNextChapter } from "../../../state/chapters";
import Timer from "../../... | 2 |
diff --git a/server/src/classes/reactor.js b/server/src/classes/reactor.js @@ -53,10 +53,14 @@ export default class Reactor extends HeatMixin(System) {
this.model = params.model || "reactor";
this.powerOutput = params.powerOutput || 120;
this.efficiency = params.efficiency || 1;
- this.externalPower = params.externalPo... | 1 |
diff --git a/lib/Client.js b/lib/Client.js @@ -1952,7 +1952,7 @@ class Client extends EventEmitter {
attachment_filename: query.attachmentFilename
}).then((results) => ({
totalResults: results.total_results,
- results: results.messages.map((result) => result.map((message) => new Message(message, this)))
+ results: resu... | 9 |
diff --git a/tests/qunit/assets/js/util/index.js b/tests/qunit/assets/js/util/index.js @@ -24,7 +24,7 @@ googlesitekit.modules = {
QUnit.test( 'showErrorNotification!', function ( assert ) {
testFunctions.showErrorNotification();
var value = wp.hooks.applyFilters( 'googlesitekit.ErrorNotification', [] );
- assert.equal... | 13 |
diff --git a/app/templating/utils.js b/app/templating/utils.js @@ -19,6 +19,8 @@ export function getKeys (obj, prefix = '') {
const newPrefix = prefix ? `${prefix}.${key}` : key;
allKeys = [...allKeys, ...getKeys(obj[key], newPrefix)];
}
+ } else if (typeOfObj === '[object Function]') {
+ // Ignore functions
} else if ... | 8 |
diff --git a/src/config.js b/src/config.js @@ -167,7 +167,7 @@ exports.set = (override, skipValidation) => {
? feedsOverride.cycleMaxAge
: feeds.cycleMaxAge
feeds.defaultText = process.env.DRSS_FEEDS_DEFAULTTEXT !== undefined
- ? process.env.DRSS_FEEDS_DEFAULTTEXT.replace('\\n', '\n')
+ ? process.env.DRSS_FEEDS_DEFAULT... | 1 |
diff --git a/source/views/controls/RichTextView.js b/source/views/controls/RichTextView.js @@ -111,8 +111,6 @@ const URLPickerView = Class({
start: 0,
end: this.get( 'value' ).length,
}).focus();
- // IE8 and Safari 6 don't fire this event for some reason.
- this._input.fire( 'focus' );
}
}.nextFrame().observes( 'isInD... | 2 |
diff --git a/OurUmbraco.Site/Views/Master.cshtml b/OurUmbraco.Site/Views/Master.cshtml <link rel="alternate" type="application/rss+xml" title="Latest packages" href="//our.umbraco.com/rss/projects" />
<link rel="alternate" type="application/rss+xml" title="Package updates" href="//our.umbraco.com/rss/projectsupdate" />... | 2 |
diff --git a/README.md b/README.md @@ -163,6 +163,16 @@ node CLI/polymath-cli module_manager
| ModuleRegistry: | [0x719287e2f1dfc7d953d0c1f05fdf27934d9c6f30](https://kovan.etherscan.io/address/0x719287e2f1dfc7d953d0c1f05fdf27934d9c6f30) |
| CappedSTOFactory: | [0x30e2c3fa3297808a2e9f176be6cc587cb76259c4](https://kovan.... | 3 |
diff --git a/lib/utils.js b/lib/utils.js @@ -11,6 +11,7 @@ const inquirer = require('inquirer')
// Local dependencies
const config = require('../app/config.js')
+const { projectDir } = require('./path-utils')
// Are we running on Glitch.com?
const onGlitch = function () {
@@ -253,7 +254,7 @@ var storeData = function (i... | 11 |
diff --git a/app/views/stats/cnc2017_stats.html.haml b/app/views/stats/cnc2017_stats.html.haml "aoColumns": [
{ "orderSequence": ["asc", "desc"] },
{ "orderSequence": ["desc", "asc"] },
+ { "orderSequence": ["desc", "asc"] },
{ "orderSequence": ["desc", "asc"] }
]
} )
| 1 |
diff --git a/Specs/Core/Matrix3Spec.js b/Specs/Core/Matrix3Spec.js @@ -149,14 +149,20 @@ defineSuite([
});
it('fromHeadingPitchRoll computed correctly', function() {
- var headingPitchRoll = new HeadingPitchRoll(-CesiumMath.PI_OVER_TWO, -CesiumMath.PI, CesiumMath.PI_OVER_TWO * 3);
- var expected = Matrix3.fromQuaternio... | 3 |
diff --git a/src/components/CodeMirrorForm/index.js b/src/components/CodeMirrorForm/index.js @@ -87,6 +87,14 @@ class CodeMirrorForm extends PureComponent {
};
}
};
+ checkValue = (_, value, callback) => {
+ const { message } = this.props;
+ if (value === '' || !value || (value && value.trim() === '')) {
+ callback(mes... | 1 |
diff --git a/articles/connections/_quickstart-links.md b/articles/connections/_quickstart-links.md ## Next Steps
-Integrate Auth0 with your existing applications:
+Now that you have a working connection, the next step is to configure your application to use it. You can initiate login using [Lock](/libraries/lock), [Aut... | 0 |
diff --git a/test/retry.js b/test/retry.js @@ -57,5 +57,30 @@ describe('.retry(count)', function(){
});
});
+ it('should correctly abort a retry attempt', function(done) {
+ var aborted = false;
+ var req = request
+ .get(base + '/delay/200')
+ .timeout(100)
+ .retry(2)
+ .end(function(err, res){
+ try {
+ assert(false... | 0 |
diff --git a/server.js b/server.js @@ -122,7 +122,7 @@ app.prepare().then(async () => {
// });
});
- server.get("/_/object/:id", async (req, res) => {
+ server.get("/_/view/:id", async (req, res) => {
let isMobile = Window.isMobileBrowser(req.headers["user-agent"]);
let isMac = Window.isMac(req.headers["user-agent"]);
| 10 |
diff --git a/js/models/km.js b/js/models/km.js @@ -110,7 +110,7 @@ function segmentedVals(column, data, index, samples, splits) {
uniq = _.without(_.uniq(avg), null, undefined),
colorfn = colorScale(color),
partFn = splits === 3 ? partitionedVals3 : partitionedVals2;
- return {warning, ...partFn(bySampleSortAvg, uniq, ... | 11 |
diff --git a/modules/@apostrophecms/area/ui/apos/components/AposAreaWidget.vue b/modules/@apostrophecms/area/ui/apos/components/AposAreaWidget.vue @@ -215,7 +215,7 @@ export default {
widgetLabel() {
return window.apos.modules[`${this.widget.type}-widget`].label;
},
- moduleOptions() {
+ areaOptions() {
return window.a... | 10 |
diff --git a/generators/generator-constants.js b/generators/generator-constants.js @@ -29,7 +29,7 @@ const NODE_VERSION = '14.17.6';
const NPM_VERSION = commonPackageJson.devDependencies.npm;
const OPENAPI_GENERATOR_CLI_VERSION = '1.0.13-4.3.1';
-const GRADLE_VERSION = '7.0.2';
+const GRADLE_VERSION = '7.2';
const JIB_... | 3 |
diff --git a/src/tests/controllers/transportToken.test.ts b/src/tests/controllers/transportToken.test.ts @@ -23,10 +23,45 @@ test.serial(
t.true(Array.isArray(nodes))
await iterate(nodes, async (node1, node2) => {
await checkContactsWithTransportToken(t, node1, node2)
+ await check1MinuteOldRequest(t, node1, node2)
})
... | 0 |
diff --git a/app_web/src/main.js b/app_web/src/main.js @@ -26,9 +26,9 @@ async function main()
const environmentPaths = fillEnvironmentWithPaths({
"footprint_court_512": "Foodprint Court (512p)",
"footprint_court": "Foodprint Court",
- "pisa": "Pisa courtyard nearing sunset, Italy",
- "doge2": "Courtyard of the Doge's ... | 10 |
diff --git a/config/locales/en.yml b/config/locales/en.yml @@ -3821,7 +3821,7 @@ en:
taxon_is_threatened_coordinates_hidden_desc: |
One of the taxa suggested in the identifications, or one of the taxa that
contain any of these taxa, is known to be rare and/or threatened, so the
- location of this observation has been o... | 1 |
diff --git a/token-metadata/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/metadata.json b/token-metadata/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/metadata.json "symbol": "GEX",
"address": "0x03282f2D7834a97369Cad58f888aDa19EeC46ab6",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/src/NetworkConnection.js b/src/NetworkConnection.js var INetworkAdapter = require('./adapters/INetworkAdapter');
+var ReservedMessage = { Update: 'u', Remove: 'r' };
+
class NetworkConnection {
constructor(networkEntities) {
this.entities = networkEntities;
- this.setupDefaultDCSubs();
+ this.setupDefaultM... | 10 |
diff --git a/main.js b/main.js @@ -75,8 +75,13 @@ app.on("ready", function() {
console.log("no window size file")
createWindow(null, null, true)
} else {
+ try {
let sizeInfo = JSON.parse(data)
createWindow(sizeInfo.width, sizeInfo.height, sizeInfo.maximized)
+ } catch (e) {
+ console.log("no valid window size data")
+... | 1 |
diff --git a/packages/neutrine/src/core/field/index.js b/packages/neutrine/src/core/field/index.js @@ -6,16 +6,22 @@ import "@siimple/css/scss/form/field.scss";
//Form field component
export const Field = function (props) {
- return helpers.createMergedElement("div", props, "siimple-field");
+ return helpers.createMerg... | 1 |
diff --git a/OurUmbraco.Site/Views/ContentLanding.cshtml b/OurUmbraco.Site/Views/ContentLanding.cshtml @{
Layout = "~/Views/Master.cshtml";
}
-
<div id="contribute" class="subpage">
<div id="body" class="markdown-syntax">
<div>
@Html.Raw(Model.Content.GetPropertyValue<string>("bodyText"))
</div>
<div class="options">
-... | 2 |
diff --git a/assets/js/googlesitekit-dashboard.js b/assets/js/googlesitekit-dashboard.js @@ -50,24 +50,24 @@ class GoogleSitekitDashboard extends Component {
setLocaleData( googlesitekit.locale, 'google-site-kit' );
}
- componentDidCatch() {
+ componentDidCatch( error, info ) {
// eslint-disable-next-line no-console
co... | 12 |
diff --git a/package.json b/package.json },
"dependencies": {
"@serverless/fdk": "^0.5.1",
- "@serverless/platform-sdk": "file:../platform-sdk",
+ "@serverless/platform-sdk": "^0.0.5",
"archiver": "^1.1.0",
"async": "^1.5.2",
"aws-sdk": "^2.228.0",
| 4 |
diff --git a/assets/js/googlesitekit/widgets/index.js b/assets/js/googlesitekit/widgets/index.js @@ -43,12 +43,6 @@ export function createWidgets( registry ) {
const { dispatch, select } = registry;
const Widgets = {
- /**
- * @since n.e.x.t
- * @private
- */
- registry,
-
/**
* Supported styles for Site Kit widget are... | 2 |
diff --git a/edit.js b/edit.js @@ -319,7 +319,7 @@ const [
}
});
});
- w.requestLoadPotentials = (seed, meshId, x, y, z, baseHeight, freqs, octaves, scales, uvs, amps, potentials, parcelSize, subparcelSize) => {
+ w.requestLoadPotentials = (seed, meshId, x, y, z, baseHeight, freqs, octaves, scales, uvs, amps, potential... | 0 |
diff --git a/types/getstream/testsGetstream.ts b/types/getstream/testsGetstream.ts new stream.Client('key', undefined, 'apiSecret');
+// prettier-ignore
stream.connect('abc', 'def', 'ghi'); // $ExpectType StreamClient
+// prettier-ignore
const client = stream.connect('abc', 'def', 'ghi');
client.feed('feedSlug', 'user'... | 8 |
diff --git a/activities/VideoViewer.activity/util.js b/activities/VideoViewer.activity/util.js @@ -35,6 +35,8 @@ Util.loadContext = function(callback, loaded) {
if (context) {
Util.context = context;
app.loadDatabase();
+ } else {
+ app.loadLibraries();
}
callback();
});
| 9 |
diff --git a/test/schema_validation.js b/test/schema_validation.js @@ -10,6 +10,7 @@ testSchemaItself(ajv.compile(schema));
const nonStringValues = [null, 17, {}, [], true];
const nonBooleanValues = [null, 17, {}, [], 'string'];
+const nonObjectValues = [null, 17, [], true, 'string'];
// this function instructs Ajv on ... | 5 |
diff --git a/.eslintrc.js b/.eslintrc.js @@ -37,12 +37,7 @@ module.exports = {
"dashboard/static/js/libs/foundation.min.js",
"dashboard/static/js/libs/backbone.js",
"dashboard/static/js/events.js",
- "dashboard/apps/previewer.fma/js/three.js",
- "dashboard/apps/job_manager.fma/js/moment.js",
- "dashboard/apps/job_manag... | 8 |
diff --git a/login.js b/login.js @@ -4,9 +4,9 @@ const loginEndpoint = 'https://login.exokit.org';
const usersEndpoint = 'https://users.exokit.org';
let loginToken = null;
-async function updateLoginToken() {
+let userObject = null;
+async function pullUserObject() {
const res = await fetch(`${usersEndpoint}/${loginTok... | 0 |
diff --git a/edit.js b/edit.js @@ -283,7 +283,7 @@ scene.add(worldContainer);
const chunkMeshContainer = new THREE.Object3D();
worldContainer.add(chunkMeshContainer);
let currentChunkMesh = null;
-let capsuleMesh = null;
+// let capsuleMesh = null;
let currentVegetationMesh = null;
let currentVegetationTransparentMesh ... | 2 |
diff --git a/core/mutator.js b/core/mutator.js @@ -275,7 +275,7 @@ Blockly.Mutator.prototype.setVisible = function(visible) {
this.rootBlock_.setDeletable(false);
if (this.workspace_.flyout_) {
var margin = this.workspace_.flyout_.CORNER_RADIUS * 2;
- var x = this.workspace_.getFlyout_().getWidth() + margin;
+ var x = ... | 3 |
diff --git a/README.md b/README.md @@ -37,10 +37,14 @@ Get launch site information
GET https://api.spacexdata.com/sites
```
## Launch information by dates
-Get all past launches
+Get all launches
```http
GET https://api.spacexdata.com/launches
```
+Get all future launches
+```http
+GET https://api.spacexdata.com/launch... | 3 |
diff --git a/converters/fromZigbee.js b/converters/fromZigbee.js @@ -871,14 +871,14 @@ const converters = {
return {click: 'off'};
},
},
- E1743_brightness_up: {
+ E1743_brightness_down: {
cluster: 'genLevelCtrl',
type: 'commandMove',
convert: (model, msg, publish, options, meta) => {
return {click: 'brightness_down'};... | 10 |
diff --git a/src/govuk/components/accordion/accordion.test.js b/src/govuk/components/accordion/accordion.test.js @@ -173,7 +173,7 @@ describe('/components/accordion', () => {
})
describe('hidden comma', () => {
- it('should contain hidden comma " ," after the heading text for assistive technology', async () => {
+ it('... | 14 |
diff --git a/src/services/milestones/getApprovedKeys.js b/src/services/milestones/getApprovedKeys.js @@ -106,7 +106,7 @@ const getApprovedKeys = (milestone, data, user) => {
}
logger.info(`Marking milestone as complete. Milestone id: ${milestone._id}`);
- return ['status', 'mined', 'message', 'proofItems'];
+ return ['... | 11 |
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/common/popover.js b/packages/node_modules/@node-red/editor-client/src/js/ui/common/popover.js @@ -278,6 +278,7 @@ RED.popover = (function() {
var closeCallback = options.onclose;
var target = options.target;
var align = options.align || "left";
+ var ... | 11 |
diff --git a/packages/vulcan-core/lib/modules/components/App.jsx b/packages/vulcan-core/lib/modules/components/App.jsx @@ -6,6 +6,7 @@ import withCurrentUser from '../containers/withCurrentUser.js';
import withEdit from '../containers/withEdit.js';
import { withApollo } from 'react-apollo';
import { withCookies } from ... | 12 |
diff --git a/ChatImprovements.user.js b/ChatImprovements.user.js // @description New responsive userlist with usernames and total count, more timestamps, use small signatures only, mods with diamonds, message parser (smart links), timestamps on every message, collapse room description and room tags, mobile improvements... | 2 |
diff --git a/website/css/components/_base.scss b/website/css/components/_base.scss @@ -179,28 +179,50 @@ a {
.tippy-tooltip.light-border-theme {
background: white;
- border: 1px solid rgba(0, 8, 16, 0.18);
+ border: 1px solid rgba(0, 8, 16, 0.15);
color: #333;
-}
+ box-shadow: 0 3px 14px -0.5px rgba(0, 8, 16, 0.1);
-.t... | 7 |
diff --git a/app/models/street/StreetEdgeTable.scala b/app/models/street/StreetEdgeTable.scala @@ -147,7 +147,7 @@ object StreetEdgeTable {
* @return
*/
def auditedStreetDistance(auditCount: Int, userType: String = "All", highQualityOnly: Boolean = false): Float = db.withSession { implicit session =>
- val cacheKey = s... | 3 |
diff --git a/src/js/components/Markdown/markdown.stories.js b/src/js/components/Markdown/markdown.stories.js @@ -4,19 +4,20 @@ import { storiesOf } from '@storybook/react';
import Markdown from '../Markdown/Markdown';
import Grommet from '../Grommet/Grommet';
-class SimpleMarkdown extends Component {
- render() {
- ret... | 1 |
diff --git a/lib/router/with-router.js b/lib/router/with-router.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types'
import hoistStatics from 'hoist-non-react-statics'
import { getDisplayName } from '../utils'
-export default function withRoute (ComposedComponent) {
+export default function withRouter (ComposedCompone... | 10 |
diff --git a/assets/js/modules/tagmanager/datastore/containers.js b/assets/js/modules/tagmanager/datastore/containers.js @@ -53,7 +53,7 @@ const fetchGetContainersStore = createFetchStore( {
...state,
containers: {
...state.containers,
- [ accountID ]: [ ...containers ],
+ [ accountID ]: containers,
},
};
},
| 2 |
diff --git a/shaders.js b/shaders.js @@ -1783,6 +1783,50 @@ const arrowMaterial = new THREE.ShaderMaterial({
// transparent: true,
});
+const glowMaterial = new THREE.ShaderMaterial({
+ uniforms: {
+ uTime: {
+ type: 'f',
+ value: 0,
+ needsUpdate: true,
+ },
+ },
+ vertexShader: `\
+ precision highp float;
+ precision... | 0 |
diff --git a/src/trumbowyg.js b/src/trumbowyg.js @@ -14,7 +14,7 @@ jQuery.trumbowyg = {
bold: 'Bold',
italic: 'Italic',
- strikethrough: 'Stroke',
+ strikethrough: 'Strikethrough',
underline: 'Underline',
strong: 'Strong',
| 10 |
diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js @@ -684,11 +684,12 @@ class Site {
if (headers.location) {
const _url = new URL(headers.location.slice(-1), url)
+ const redirects = Object.keys(this.analyzedUrls).length - 1
+
if (
_url.hostname.replace(/^www\./, '') ===
this.originalUrl.hostname.repla... | 11 |
diff --git a/app/views/pageflow/pages/_page.html.erb b/app/views/pageflow/pages/_page.html.erb <%= cache page do %>
- <%= content_tag :section, :id => page.perma_id, :class => page_css_class(page), :data => {:template => page.template, :id => page.id, :chapter_id => page.chapter_id} do %>
- <%= render_page_template(pag... | 5 |
diff --git a/src/config.js b/src/config.js const fs = require('fs')
const path = require('path')
+const moment = require('moment-timezone')
const configPath = path.join(__dirname, 'config.json')
const config = JSON.parse(fs.readFileSync(configPath))
const overridePath = path.join(__dirname, '..', 'settings', 'config.js... | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.