code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/lib/assets/javascripts/new-dashboard/pages/Data.vue b/lib/assets/javascripts/new-dashboard/pages/Data.vue @@ -192,6 +192,7 @@ export default {
params: this.$route.params,
query: {
...this.$route.query,
+ page: 1,
order: orderParams.order,
order_direction: orderParams.direction
}
| 12 |
diff --git a/tests/e2e/specs/editor/media/insertMediaFromLibrary.js b/tests/e2e/specs/editor/media/insertMediaFromLibrary.js @@ -50,12 +50,12 @@ describe('Inserting Media from Media Library', () => {
// Clicking will only act on the first element.
await expect(page).toClick('[data-testid="mediaElement"]');
- await expe... | 7 |
diff --git a/src/js/utils/createPopperElement.js b/src/js/utils/createPopperElement.js @@ -48,7 +48,7 @@ export default function createPopperElement(id, title, options) {
if (arrowType === 'round') {
arrow.classList.add('tippy-roundarrow')
arrow.innerHTML =
- '<svg viewBox="0 0 24 8" xmlns="http://www.w3.org/2000/svg">... | 7 |
diff --git a/public/javascripts/Choropleth.js b/public/javascripts/Choropleth.js @@ -81,13 +81,7 @@ function Choropleth(_, $, difficultRegionIds, params, layers, polygonData, polyg
if (params.choroplethType === 'results') {
return getRegionStyleFromIssueCount(rates[i])
} else {
- return {
- color: '#888',
- weight: 1,
... | 3 |
diff --git a/docs/common/changelog.md b/docs/common/changelog.md @@ -18,6 +18,10 @@ this will be evened out from v24
- Upgrade rnkiwimobile to version `0.0.43` or `0.0.44`, both are compatible with this target-version. The latter contains a patch in the initialization of code-push to fix a crash when upating fails.
+##... | 0 |
diff --git a/src/utils.js b/src/utils.js @@ -78,9 +78,14 @@ function getExtension(filename)
function getFileName(filePath)
{
- const split = filePath.toLowerCase().split("/");
+ const split = filePath.split("/");
return split[split.length - 1];
}
+function getFileNameWithoutExtension(filePath)
+{
+ return getFileName(f... | 7 |
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js that.viewObj._currentLis[that.viewObj.currentliObj[that.activeIndex]] = $active.addClass('active')[0].outerHTML;
- if (that.activeIndex && that.activeIndex !== that.selectedIndex && $selected.length) {
+ if (that.activeIndex && that.activeIndex !== that.selec... | 7 |
diff --git a/unlock-app/src/components/creator/CreatorLockForm.js b/unlock-app/src/components/creator/CreatorLockForm.js @@ -135,7 +135,7 @@ const CreatorLockForm = ({ hideAction, lock, saveLock }) => {
if (!isPositiveNumber(value) && value !== INFINITY) {
return 'The number of keys needs to be greater than 0'
}
- if (... | 11 |
diff --git a/test/jasmine/tests/axes_test.js b/test/jasmine/tests/axes_test.js @@ -4382,24 +4382,28 @@ describe('Test axes', function() {
return d3Select(gd).select(sel).node().getBoundingClientRect()
}
- function assert_layout() {
- var title_top = getPos(gd, '.xtitle').top;
- var tick_bottom = getPos(gd, '.xtick').bo... | 0 |
diff --git a/webaverse.js b/webaverse.js @@ -39,6 +39,7 @@ import renderSettingsManager from './rendersettings-manager.js';
import metaversefileApi from 'metaversefile';
import WebaWallet from './src/components/wallet.js';
import {OffscreenEngine} from './offscreen-engine.js';
+import mobManager from './mob-manager.js'... | 0 |
diff --git a/react/src/base/inputs/SprkLabel/SprkLabel.test.js b/react/src/base/inputs/SprkLabel/SprkLabel.test.js @@ -64,13 +64,17 @@ describe('SprkLabel:', () => {
expect(wrapper.find('[data-id="321"]').length).toBe(1);
});
- it('should assign htmlFor when htmlFor has a value', () => {
+ it('should assign for attribu... | 3 |
diff --git a/js/core/bis_bidsutils.js b/js/core/bis_bidsutils.js @@ -95,7 +95,7 @@ let dicom2BIDS = async function (opts) {
}
}
- await writeDicomMetadataFiles(dicomobj, outputdirectory, changedFilenames);
+ await writeDicomMetadataFiles(outputdirectory, dicomobj, changedFilenames);
labelsMap = {};
return outputdirecto... | 3 |
diff --git a/src/geo/paths.js b/src/geo/paths.js @@ -166,20 +166,30 @@ function pointsToPath(points, offset, open, miter = 1.5) {
// calculate segment normals which are used to calculate vertex normals
// next segment info is associated with the current point
const nupoints = [];
- for (let i=0, l=points.length; i<l; i... | 1 |
diff --git a/lib/cartodb/profiler.rb b/lib/cartodb/profiler.rb @@ -42,8 +42,6 @@ module CartoDB
case printer
when ::RubyProf::FlatPrinter
'txt'
- when ::RubyProf::FlatPrinterWithLineNumbers
- 'txt'
when ::RubyProf::GraphPrinter
'txt'
when ::RubyProf::GraphHtmlPrinter
| 2 |
diff --git a/src/js/services/correspondentService.js b/src/js/services/correspondentService.js @@ -258,8 +258,8 @@ angular.module("copayApp.services").factory("correspondentService", function($ro
var testnet = constants.version.match(/t$/) ? "testnet" : "";
if (field === "unit") {
var text = 'Unit with contract hash wa... | 7 |
diff --git a/js/templates/modals/purchase/purchase.html b/js/templates/modals/purchase/purchase.html @@ -86,7 +86,6 @@ const totalPrice = ob.prices[0].price + ob.prices[0].vPrice;
<input
type="checkbox"
name="moderated"
- checked
id="purchaseModerated">
<label for="purchaseModerated"><%= ob.polyT('purchase.moderatedPay... | 7 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -77,14 +77,14 @@ Badges are a great way of highlighting the area of contribution by any given com
#### Possible Badges:
-- <img src="https://github.com/layer5io/layer5/blob/master/src/sections/Community/Member-single/community-green.svg" width="25px" height="25px"/> Com... | 1 |
diff --git a/converters/fromZigbee.js b/converters/fromZigbee.js @@ -5613,9 +5613,10 @@ const converters = {
},
greenpower_on_off_switch: {
cluster: 'greenPower',
- type: 'commandNotification',
+ type: ['commandNotification', 'commandCommisioningNotification'],
convert: (model, msg, publish, options, meta) => {
const c... | 9 |
diff --git a/public/javascripts/SVLabel/src/SVLabel/keyboard/Keyboard.js b/public/javascripts/SVLabel/src/SVLabel/keyboard/Keyboard.js @@ -373,6 +373,7 @@ function Keyboard (svl, canvas, contextMenu, googleMap, ribbon, zoomControl) {
break;
case 90:
// "z" for zoom. By default, it will zoom in. If "shift" is down, it w... | 11 |
diff --git a/packages/blueprints/src/Blueprints.js b/packages/blueprints/src/Blueprints.js @@ -287,9 +287,6 @@ class Blueprints {
!oldContainerParams ||
(!!newContainerParams.width &&
newContainerParams.width !== oldContainerParams.width),
- scrollBase:
- !!newContainerParams.scrollBase &&
- newContainerParams.scrollBa... | 2 |
diff --git a/pages/Mixins.md b/pages/Mixins.md @@ -58,7 +58,7 @@ setTimeout(() => smartObj.interact(), 1000);
function applyMixins(derivedCtor: any, baseCtors: any[]) {
baseCtors.forEach(baseCtor => {
Object.getOwnPropertyNames(baseCtor.prototype).forEach(name => {
- derivedCtor.prototype[name] = baseCtor.prototype[nam... | 7 |
diff --git a/public/viewjs/productform.js b/public/viewjs/productform.js @@ -215,6 +215,22 @@ $("#enable_tare_weight_handling").on("click", function()
Grocy.FrontendHelpers.ValidateForm("product-form");
});
+$("#allow_partial_units_in_stock").on("click", function()
+{
+ if (this.checked)
+ {
+ $("#min_stock_amount").at... | 11 |
diff --git a/token-metadata/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/metadata.json b/token-metadata/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/metadata.json "symbol": "TIKTOK",
"address": "0xF4edA77f0B455A12f3eb44F8653835f377e36b76",
"decimals": 0,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/weapons-manager.js b/weapons-manager.js import * as THREE from './three.module.js';
+import {GLTFLoader} from './GLTFLoader.js';
import {BufferGeometryUtils} from './BufferGeometryUtils.js';
import geometryManager from './geometry-manager.js';
import cameraManager from './camera-manager.js';
@@ -31,6 +32,8... | 0 |
diff --git a/lib/Chunk.js b/lib/Chunk.js @@ -205,9 +205,9 @@ class Chunk {
other.chunks.length = 0;
other.blocks.forEach(b => {
- b.chunks = (b.chunks || [this]).map(c => {
+ b.chunks = b.chunks ? b.chunks.map(c => {
return c === other ? this : c;
- }, this);
+ }, this) : [this];
b.chunkReason = reason;
this.addBlock(b... | 2 |
diff --git a/app/builtin-pages/views/library-view.js b/app/builtin-pages/views/library-view.js @@ -48,7 +48,7 @@ async function setup () {
archiveFsRoot = new FSArchive(null, archive.info)
filesBrowser = new FilesBrowser(archiveFsRoot)
filesBrowser.onSetCurrentSource = onSetCurrentSource
- await readSelectedPathFromURL... | 10 |
diff --git a/assets/src/edit-story/components/library/panes/media/common/paginatedMediaGallery.js b/assets/src/edit-story/components/library/panes/media/common/paginatedMediaGallery.js @@ -60,6 +60,7 @@ const AttributionPill = styled.div`
display: flex;
flex-wrap: nowrap;
font-size: 12px;
+ color: ${theme.colors.fg.v1}... | 4 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 13.1.0
- Fixed: `media-feature-name-*` false negatives for range context ([#4581](https://github.com/stylelint/stylelint/pull/4581)).
- Fixed: `indentation` RangeError regression ([#4572](https://githu... | 6 |
diff --git a/lib/net/networking_engine.js b/lib/net/networking_engine.js @@ -296,14 +296,18 @@ shaka.net.NetworkingEngine.prototype.request = function(type, request) {
// Add the request to the array.
this.requests_.push(p);
return p.then(function(response) {
+ if (this.requests_.indexOf(p) >= 0) {
this.requests_.splic... | 1 |
diff --git a/src/components/home/Action.js b/src/components/home/Action.js @@ -55,7 +55,7 @@ const Action = LargeButton.withComponent(Link)
const Promo = () => (
<PromoBox p={[3, 4, 5]}>
<PromoHeading f={[4, 5, 6]} my={0}>
- Get started.
+ Hack Club.
</PromoHeading>
<Text f={[2, 4]} mt={3} mb={2}>
Start a new chapter o... | 7 |
diff --git a/assets/js/modules/search-console/components/dashboard/index.js b/assets/js/modules/search-console/components/dashboard/index.js export { default as DashboardClicksWidget } from './DashboardClicksWidget';
export { default as DashboardImpressionsWidget } from './DashboardImpressionsWidget';
export { default ... | 1 |
diff --git a/src/web/App.js b/src/web/App.js @@ -402,10 +402,14 @@ App.prototype.loadURIParams = function() {
// Read in input data from URI params
if (this.uriParams.input) {
+ this.autoBakePause = true;
try {
const inputData = Utils.fromBase64(this.uriParams.input);
this.setInput(inputData);
- } catch (err) {}
+ } ca... | 2 |
diff --git a/README.md b/README.md @@ -22,6 +22,12 @@ If, however, your webserver does not support URL rewriting, set `DISABLE_URL_REW
## How to update
Just overwrite everything with the latest release while keeping the `/data` directory, check `config-dist.php` for new configuration options and add them to your `data/... | 0 |
diff --git a/src/plugins/Url/index.js b/src/plugins/Url/index.js @@ -54,6 +54,9 @@ module.exports = class Url extends Plugin {
// Bind all event handlers for referencability
this.getMeta = this.getMeta.bind(this)
this.addFile = this.addFile.bind(this)
+ this.handleDrop = this.handleDrop.bind(this)
+ this.handleDragOver... | 0 |
diff --git a/pages/api/sign-in.js b/pages/api/sign-in.js @@ -66,10 +66,6 @@ export default async (req, res) => {
if (user.authVersion === 1) {
const clientHash = await encryptPasswordClient(req.body.data.password);
hash = await Utilities.encryptPassword(clientHash, user.salt);
- Monitor.message(
- "pages/api/sign-in.js... | 2 |
diff --git a/docs/bdd.md b/docs/bdd.md @@ -71,13 +71,13 @@ Every step in this scenario requires a code which defines it.
## Gherkin
-Let's learn some more about Gherkin format and then we will see how to execute it with CodeceptJS. We can enable Gherkin for current project by running `gherkin:init` command:
+Let's lear... | 7 |
diff --git a/assets/js/components/data/index.js b/assets/js/components/data/index.js @@ -28,7 +28,7 @@ import {
getQueryParameter,
sortObjectProperties,
} from 'SiteKitCore/util';
-import { cloneDeep, each, sortBy } from 'lodash';
+import { cloneDeep, each, get, sortBy } from 'lodash';
/**
* WordPress dependencies
@@ -... | 3 |
diff --git a/articles/appliance/disaster-recovery-raci.md b/articles/appliance/disaster-recovery-raci.md ---
description: An in-depth summary of the roles and responsibilities allocated between Auth0 and the subscriber
+section: appliance
---
# Disaster Recovery: Detailed Division of Responsibility
| 12 |
diff --git a/src/libs/Navigation/AppNavigator/AuthScreens.js b/src/libs/Navigation/AppNavigator/AuthScreens.js @@ -173,7 +173,7 @@ class AuthScreens extends React.Component {
returnValueList: 'nameValuePairs',
nvpNames: ONYXKEYS.NVP_PREFERRED_LOCALE,
}).then((response) => {
- const preferredLocale = response.nameValueP... | 9 |
diff --git a/pages/blog/index.js b/pages/blog/index.js @@ -83,6 +83,7 @@ function BlogIndex({posts}) {
</Section>
<style jsx>{`
.blog-section {
+ padding-top: 1em;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
grid-gap: 3em 5em;
| 0 |
diff --git a/token-metadata/0x6CA88Cc8D9288f5cAD825053B6A1B179B05c76fC/metadata.json b/token-metadata/0x6CA88Cc8D9288f5cAD825053B6A1B179B05c76fC/metadata.json "symbol": "UPT",
"address": "0x6CA88Cc8D9288f5cAD825053B6A1B179B05c76fC",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/includes/Modules/Tag_Manager.php b/includes/Modules/Tag_Manager.php @@ -771,12 +771,6 @@ final class Tag_Manager extends Module
);
return array_values( $containers );
- case 'GET:tags':
- /* @var Google_Service_TagManager_ListTagsResponse $response Response object */
- return $response->getTag();
- case 'G... | 2 |
diff --git a/config/env.dev.js b/config/env.dev.js module.exports = {
NODE_ENV: 'development',
FILE_UPLOAD: 'local',
+ SESSION_NAME: 'connect.growi-dev.sid',
// MATHJAX: 1,
ELASTICSEARCH_URI: 'http://localhost:9200/growi',
HACKMD_URI: 'http://localhost:3100',
| 12 |
diff --git a/articles/libraries/lock/v11/migration-guide.md b/articles/libraries/lock/v11/migration-guide.md @@ -5,7 +5,7 @@ description: How to migrate to Lock v11
---
# Migrating to Lock v11
-Lock 11 is designed for embedded login scenarios. It operates with enhanced security and removes dependencies that have been d... | 2 |
diff --git a/src/lib/geolocation.test.js b/src/lib/geolocation.test.js @@ -200,7 +200,7 @@ describe("passiveLocationStream", () => {
});
});
- it(" with result of checking", done => {
+ it("emits result of checking", done => {
expect.assertions(1);
// $FlowFixMe
Permissions.check.mockReturnValue(Promise.resolve("author... | 1 |
diff --git a/articles/compliance/gdpr/features-aiding-compliance/protect-user-data.md b/articles/compliance/gdpr/features-aiding-compliance/protect-user-data.md @@ -68,9 +68,9 @@ For information on how to use them see [Password Strength](/connections/database
With step-up authentication, applications can ask users to a... | 3 |
diff --git a/gulpfile.js b/gulpfile.js @@ -133,12 +133,16 @@ gulp.task('requirejs', function(done) {
}, done);
});
+// optimizeApproximateTerrainHeights can be used to regenerate the approximateTerrainHeights
+// file from an overly precise terrain heights file to reduce bandwidth
gulp.task('optimizeApproximateTerrainH... | 7 |
diff --git a/src/components/accounts/ledger/SignInLedger.js b/src/components/accounts/ledger/SignInLedger.js @@ -10,6 +10,8 @@ import RequestStatusBox from '../../common/RequestStatusBox'
export function SignInLedger(props) {
const dispatch = useDispatch();
+
+ const [accountId, setAccountId] = useState('');
const acco... | 9 |
diff --git a/src/api/catalog.ts b/src/api/catalog.ts @@ -10,9 +10,9 @@ import loadCustomFilters from '../helpers/loadCustomFilters'
import { elasticsearch, SearchQuery } from 'storefront-query-builder'
import { apiError } from '../lib/util'
-function _cacheStorageHandler (config, result, hash, tags) {
+async function _... | 4 |
diff --git a/scene-previewer.js b/scene-previewer.js @@ -232,36 +232,32 @@ class ScenePreviewer extends THREE.Object3D {
this.previewContainer.matrix.copy(this.matrix);
this.previewContainer.matrixWorld.copy(this.matrixWorld);
- if (this.scene) {
- /* const apps = this.scene.children;
- for (const app of apps) {
- app.... | 0 |
diff --git a/src/encoded/schemas/human_donor.json b/src/encoded/schemas/human_donor.json "items": {
"title": "Parent",
"description": "A donor ID of a biological parent, if known.",
- "comment": "For human biosamples, see human_donor.json for available identifiers. For mouse biosamples, see mouse_donor.json for availab... | 2 |
diff --git a/env.sample b/env.sample @@ -12,8 +12,8 @@ MONSOON_OPENSTACK_AUTH_API_ENDPOINT=http://localhost:5000/v3/auth/tokens
MONSOON_OPENSTACK_AUTH_API_USERID=admin
MONSOON_OPENSTACK_AUTH_API_PASSWORD=devstack
MONSOON_OPENSTACK_AUTH_API_DOMAIN=Default
-# openstack service endpoint interface, default internal
-# DEFA... | 12 |
diff --git a/client/GameComponents/PlayerRow.jsx b/client/GameComponents/PlayerRow.jsx @@ -196,16 +196,13 @@ class PlayerRow extends React.Component {
{hand}
</div>
- <CardCollection className='draw' title='Draw' source='draw deck' cards={this.props.drawDeck}
+ <CardCollection className='draw' title='Conflict' source='... | 2 |
diff --git a/test/jasmine/tests/finance_test.js b/test/jasmine/tests/finance_test.js @@ -963,3 +963,79 @@ describe('finance charts updates:', function() {
});
});
});
+
+describe('finance charts *special* handlers:', function() {
+
+ afterEach(destroyGraphDiv);
+
+ it('`editable: true` handles should work', function(do... | 0 |
diff --git a/server/game/player.js b/server/game/player.js @@ -901,7 +901,7 @@ class Player extends Spectator {
return !_.any(this.game.getPlayers(), player => {
return player.anyCardsInPlay(c => (
c.name === card.name
- && (c.owner === this || c.controller === this)
+ && ((c.owner === this || c.controller === this) ||... | 3 |
diff --git a/src/core/operations/ParseQRCode.mjs b/src/core/operations/ParseQRCode.mjs @@ -23,11 +23,17 @@ class ParseQRCode extends Operation {
this.name = "Parse QR Code";
this.module = "Image";
- this.description = "Reads an image file and attempts to detect and read a QR code from the image.";
+ this.description = ... | 7 |
diff --git a/src/components/TimeSeriesCard/TimeSeriesCard.jsx b/src/components/TimeSeriesCard/TimeSeriesCard.jsx @@ -166,7 +166,11 @@ const TimeSeriesCard = ({
}
};
- const ticksInterval = Math.round(valueSort.length / maxTicksPerSize(size));
+ const ticksInterval =
+ Math.round(valueSort.length / maxTicksPerSize(size)... | 1 |
diff --git a/AdditionalPostModActions.user.js b/AdditionalPostModActions.user.js // @description Adds a menu with mod-only quick actions in post sidebar
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 2.4
+// @version 2.5
//
// @include https://*stackoverflow.com/*
// @includ... | 2 |
diff --git a/src/components/DayPickerRangeController.jsx b/src/components/DayPickerRangeController.jsx @@ -84,6 +84,7 @@ const propTypes = forbidExtraProps({
onOutsideClick: PropTypes.func,
renderCalendarDay: PropTypes.func,
renderDayContents: PropTypes.func,
+ renderCalendarInfo: PropTypes.func,
renderKeyboardShortcut... | 14 |
diff --git a/lib/assets/test/spec/new-dashboard/unit/specs/core/visualization.spec.js b/lib/assets/test/spec/new-dashboard/unit/specs/core/visualization.spec.js @@ -13,21 +13,24 @@ function configCartoModels (attributes = {}) {
}
describe('visualization.js', () => {
- it('should say the map is shared', () => {
+ descri... | 3 |
diff --git a/src/components/common/Balance.test.js b/src/components/common/Balance.test.js import React from 'react';
-import { shallow, configure, render } from 'enzyme';
+import { shallow, configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Balance from './Balance'
| 1 |
diff --git a/api/models/community.js b/api/models/community.js @@ -170,7 +170,7 @@ export const getCommunitiesOnlineMemberCounts = (
) => {
return db
.table('usersCommunities')
- .getAll('e8792514-dc32-43ff-a26e-81c85754f193', '-Kh6RfPYjmSaIWbkck8i', {
+ .getAll(...communityIds, {
index: 'communityId',
})
.filter({ isB... | 1 |
diff --git a/assets/sass/components/idea-hub/_googlesitekit-idea-hub-pagination.scss b/assets/sass/components/idea-hub/_googlesitekit-idea-hub-pagination.scss padding: 0;
width: 36px;
- &:first-child {
- margin: 0 12px 0 16px;
- }
-
&:hover {
background-color: $c-idea-hub-button-hover;
}
| 2 |
diff --git a/resources/js/MusicKitInterop.js b/resources/js/MusicKitInterop.js @@ -15,20 +15,20 @@ const MusicKitInterop = {
const nowPlayingItem = MusicKit.getInstance().nowPlayingItem;
if (typeof nowPlayingItem != "undefined") {
if (nowPlayingItem["type"] === "musicVideo") {
- document.querySelector(`div[aria-label="... | 1 |
diff --git a/src/scrivito_extensions.js b/src/scrivito_extensions.js +import * as React from "react";
+import * as Scrivito from "scrivito";
+import * as ReactDOM from "react-dom";
+
import "./Objs";
import "./Objs/editingConfigs";
import "./Widgets";
@@ -6,4 +10,5 @@ import { configure } from "./config";
import "./Com... | 4 |
diff --git a/src/library/modules/TsunDBSubmission.js b/src/library/modules/TsunDBSubmission.js const apiData = http.response.api_data;
this.celldata.map = this.data.map;
- this.celldata.data = apiData.api_cell_data;4
+ this.celldata.data = apiData.api_cell_data;
//this.sendData(this.celldata, '???');
},
this.data.sorti... | 1 |
diff --git a/ranvier b/ranvier @@ -16,6 +16,7 @@ const semver = require('semver');
const net = require('net');
const commander = require('commander');
const argv = require('optimist').argv;
+const fs = require('fs');
// for dev clone the github:ranviermud/core repo, and run npm link in that folder, then come
// back to... | 11 |
diff --git a/definitions/npm/ramda_v0.x.x/flow_v0.82.x-/ramda_v0.x.x.js b/definitions/npm/ramda_v0.x.x/flow_v0.82.x-/ramda_v0.x.x.js @@ -1141,8 +1141,8 @@ declare module ramda {
declare function pathEq(
path: Array<string>,
- ): ((val: any, o: Object) => boolean) &
- ((val: any) => (o: Object) => boolean);
+ ): ((val: ... | 1 |
diff --git a/Bundle/CoreBundle/Resources/public/js/edit/widget.js b/Bundle/CoreBundle/Resources/public/js/edit/widget.js @@ -52,19 +52,19 @@ $vic(document).on('click', '.v-modal--widget a[data-modal="update"], .v-modal--w
var forms = [];
$vic('[data-group="tab-widget-quantum"]').each(function() {
- var quantumLetter = ... | 4 |
diff --git a/userscript.user.js b/userscript.user.js @@ -12408,8 +12408,8 @@ var $$IMU_EXPORT$$;
subcategory: "ui"
},
mouseover_apply_blacklist: {
- name: "Don't popup blacklisted images",
- description: "This option prevents a popup from appearing altogether for blacklisted images",
+ name: "Don't popup blacklisted UR... | 7 |
diff --git a/token-metadata/0x1D287CC25dAD7cCaF76a26bc660c5F7C8E2a05BD/metadata.json b/token-metadata/0x1D287CC25dAD7cCaF76a26bc660c5F7C8E2a05BD/metadata.json "symbol": "FET",
"address": "0x1D287CC25dAD7cCaF76a26bc660c5F7C8E2a05BD",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/src/markdown/handbook/grow/career-paths/individual-contributor.mdx b/src/markdown/handbook/grow/career-paths/individual-contributor.mdx @@ -19,7 +19,7 @@ The individual contributor (IC) career path starts with people beginning their d
caption="To provide room for growth and relevance in the market, each sk... | 7 |
diff --git a/src/lang/en-US.json b/src/lang/en-US.json "npc_dota_lone_druid_bear#": "Spirit Bear",
"npc_dota_brewmaster_storm_#": "Storm Brewling",
"npc_dota_visage_familiar#": "Familiar",
- "npc_dota_warlock_golem_#": "Warlocks Golem",
- "npc_dota_warlock_golem_scepter_#": "Warlocks Golem",
+ "npc_dota_warlock_golem_#... | 1 |
diff --git a/src/2_resources.js b/src/2_resources.js @@ -282,8 +282,7 @@ resources.deepview = {
"stage": validator(false, validationTypes.STRING),
"tags": validator(false, validationTypes.ARRAY),
"deepview_type": validator(true, validationTypes.STRING),
- "source": validator(true, validationTypes.STRING),
- "identity":... | 2 |
diff --git a/electron/operations/runParity.js b/electron/operations/runParity.js @@ -24,7 +24,7 @@ let parity = null; // Will hold the running parity instance
// parity-ui tries to launch another one.
const catchableErrors = [
'is already in use, make sure that another instance of an Ethereum client is not running or c... | 1 |
diff --git a/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/explorer/template.vue b/admin-base/ui.apps/src/main/content/jcr_root/apps/admin/components/explorer/template.vue <template>
-<div class="explorer">
+<div class="explorer"
+ v-on:drag.prevent ="stopPropagation"
+ v-on:dragstart.prevent ="sto... | 11 |
diff --git a/src/lib/API.js b/src/lib/API.js @@ -76,7 +76,7 @@ function createLogin(login, password) {
}
Ion.merge(IONKEYS.CREDENTIALS, {login, password});
})
- .catch(err => Ion.merge(IONKEYS.SESSION, {error: err}));
+ .catch(err => Ion.merge(IONKEYS.SESSION, {error: err.message}));
}
/**
| 12 |
diff --git a/articles/compliance/gdpr/features-aiding-compliance/user-consent/index.md b/articles/compliance/gdpr/features-aiding-compliance/user-consent/index.md ---
-title: "GDPR Compliance: Conditions for Consent"
+title: "GDPR: Conditions for Consent"
description: This article discusses which Auth0 features can hel... | 3 |
diff --git a/README.md b/README.md # TimeOff.Management
-Web application for managing employees absence.
+Web application for managing employee absences.
[](https://waffle.io/timeoff-management/application)
@@ -9,7 +9... | 1 |
diff --git a/test/unit/modal/modal-component.js b/test/unit/modal/modal-component.js @@ -21,13 +21,14 @@ describe('Modal Component class', () => {
it('creates a child div element to node in config if provided and sets node to child element', () => {
const div = document.createElement('div');
- const appendChildStub = s... | 10 |
diff --git a/components/post.js b/components/post.js @@ -144,6 +144,25 @@ function Post({title, published_at, feature_image, html, backLink}) {
border-radius: 0 2px 2px 0;
}
+ .kg-gallery-row {
+ contain: content;
+ display: grid;
+ grid-gap: .5em;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ }
+
+ ... | 0 |
diff --git a/src/settings/MessageManager.js b/src/settings/MessageManager.js @@ -89,13 +89,13 @@ class MessaageManager {
* @param {boolean} deleteOriginal True to delete the original message
* @param {boolean} deleteResponse True to delete the sent message after time
*/
- embed(message, embed, deleteOriginal, deleteRes... | 11 |
diff --git a/packages/ui-core/.babelrc b/packages/ui-core/.babelrc {
- "env": {
- "test": {
- "presets": ["@babel/preset-env", "@babel/preset-react"],
- "plugins": [
- "@babel/plugin-syntax-dynamic-import",
- "@babel/plugin-syntax-import-meta",
- "@babel/plugin-proposal-class-properties",
- "@babel/plugin-proposal-json... | 4 |
diff --git a/base/windows/djinn/DjinnListWindow.js b/base/windows/djinn/DjinnListWindow.js @@ -32,6 +32,7 @@ export class DjinnListWindow {
this.data = data;
this.base_window = new Window(this.game, WIN_X, WIN_Y, WIN_WIDTH, WIN_HEIGHT);
this.group = this.game.add.group();
+ this.group.alpha = 0;
this.chars_sprites_grou... | 1 |
diff --git a/lib/components/socket.react.js b/lib/components/socket.react.js @@ -107,7 +107,6 @@ class Socket extends React.PureComponent<Props> {
socket: ?WebSocket;
initialPlatformDetailsSent = false;
nextClientMessageID = 0;
- socketInitializedAndActive = false;
transitStatuses: TransitStatus[] = [];
openSocket() {
... | 14 |
diff --git a/types/lib/bank-redirect.d.ts b/types/lib/bank-redirect.d.ts @@ -43,6 +43,8 @@ export interface BankRedirectInstance extends Emitter<BankRedirectEvent> {
* Load the banks.
*/
loadBanks: (data: LoadBankOptions, attachTo?: string) => void;
+
+ loadCountries: (attachTo?: string) => void;
}
export type BankRedi... | 11 |
diff --git a/converters/fromZigbee.js b/converters/fromZigbee.js @@ -4359,7 +4359,7 @@ const converters = {
// DP2: Smart Air Box: co2, Smart Air Housekeeper: MP25
case tuya.dataPoints.tuyaSabCO2:
if (meta.device.manufacturerName === '_TZE200_dwcarsat') {
- if (value === 0xaaac) return; // Ignore: https://github.com/Ko... | 8 |
diff --git a/lib/assets/javascripts/builder/embed/embed-banner-view.js b/lib/assets/javascripts/builder/embed/embed-banner-view.js var CoreView = require('backbone/core-view');
var template = require('./embed-banner.tpl');
-var checkAndBuildOpts = require('builder/helpers/required-opts');
const SIGN_UP_URL = 'https://c... | 2 |
diff --git a/token-metadata/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/metadata.json b/token-metadata/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/metadata.json "symbol": "CHERRY",
"address": "0x4eCB692B0fEDeCD7B486b4c99044392784877E8C",
"decimals": 4,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/test/jasmine/tests/lib_test.js b/test/jasmine/tests/lib_test.js @@ -2257,6 +2257,14 @@ describe('Test lib.js:', function() {
expect(Lib.hovertemplateString('foo %{bar[0].baz}', {}, locale, {bar: [{baz: 'asdf'}]})).toEqual('foo asdf');
});
+ it('should work with the number *0*', function() {
+ expect(Lib.ho... | 0 |
diff --git a/guide/english/certifications/javascript-algorithms-and-data-structures/debugging/use-the-javascript-console-to-check-the-value-of-a-variable/index.md b/guide/english/certifications/javascript-algorithms-and-data-structures/debugging/use-the-javascript-console-to-check-the-value-of-a-variable/index.md @@ -3... | 4 |
diff --git a/src/encoded/static/components/matrix.js b/src/encoded/static/components/matrix.js @@ -9,6 +9,7 @@ var _ = require('underscore');
var button = require('../libs/bootstrap/button');
var dropdownMenu = require('../libs/bootstrap/dropdown-menu');
var navbar = require('../libs/bootstrap/navbar');
+var { BrowserS... | 0 |
diff --git a/app/helpers/account_type_helper.rb b/app/helpers/account_type_helper.rb @@ -39,9 +39,9 @@ module AccountTypeHelper
'Enterprise Builder - Annual' => 'Enterprise',
'Enterprise Builder - On-premises - Annual' => 'Enterprise',
'Cloud Engine & Enterprise Builder - Annual' => 'Enterprise',
- 'Internal use engine... | 7 |
diff --git a/packages/node_modules/@node-red/registry/lib/localfilesystem.js b/packages/node_modules/@node-red/registry/lib/localfilesystem.js @@ -106,8 +106,8 @@ function getLocalNodeFiles(dir, skipValidNodeRedModules) {
// when loading local files, if the path is a valid node-red module
// dont include it (will be pi... | 10 |
diff --git a/packages/swagger2openapi/validate.js b/packages/swagger2openapi/validate.js @@ -792,6 +792,7 @@ function validate(openapi, options, callback) {
common.recurse(openapi, null, function (obj, key, state) {
if ((key === '$ref') && (typeof obj[key] === 'string')) {
if (!obj[key].startsWith('#/')) {
+ options.co... | 7 |
diff --git a/src/libs/KeyboardShortcut/index.js b/src/libs/KeyboardShortcut/index.js @@ -4,7 +4,7 @@ import Str from 'expensify-common/lib/str';
import getOperatingSystem from '../getOperatingSystem';
import CONST from '../../CONST';
-const events = {};
+const eventHandlers = {};
const keyboardShortcutMap = {};
/**
@@ ... | 10 |
diff --git a/src/blockchain/failedTxMonitor.js b/src/blockchain/failedTxMonitor.js @@ -165,7 +165,7 @@ const failedTxMonitor = (app, eventWatcher) => {
async function handlePendingDonation(currentBlock, donation, receipt, topics) {
// reset the donation status if the tx has been pending for more then 2 hrs, otherwise i... | 4 |
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml @@ -44,6 +44,7 @@ jobs:
with:
path: publish
ref: gh-pages
+ token: ${{ secrets.REPO_ACCESS_TOKEN }}
- run: npm install
working-directory: source
- run: npm run compile
| 4 |
diff --git a/assets/js/modules/pagespeed-insights/components/DashboardPageSpeed.test.js b/assets/js/modules/pagespeed-insights/components/DashboardPageSpeed.test.js @@ -26,7 +26,6 @@ import { STORE_NAME as CORE_SITE } from '../../../googlesitekit/datastore/site/c
import * as fixtures from '../datastore/__fixtures__';
i... | 2 |
diff --git a/tests/phpunit/includes/Core/Storage/Base64_Encryption.php b/tests/phpunit/includes/Core/Storage/Base64_Encryption.php @@ -26,7 +26,7 @@ class Base64_Encryption {
* @return string
*/
public function encrypt( $value ) {
- return base64_encode( $value ); // phpcs:ignore WordPress.PHP.DiscouragedPHPFunctions.o... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.