code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/cmd.js b/cmd.js @@ -19,7 +19,14 @@ const EleventyErrorHandler = require("./src/EleventyErrorHandler");
try {
const EleventyCommandCheckError = require("./src/EleventyCommandCheckError");
const argv = require("minimist")(process.argv.slice(2), {
- string: ["input", "output", "formats", "config", "pathprefix... | 0 |
diff --git a/screen/wallets/export.js b/screen/wallets/export.js @@ -5,7 +5,7 @@ import { BlueSpacing20, SafeBlueArea, BlueNavigationStyle, BlueText, BlueCopyTex
import PropTypes from 'prop-types';
import Privacy from '../../Privacy';
import Biometric from '../../class/biometrics';
-import { LegacyWallet, LightningCust... | 11 |
diff --git a/lib/dom_utils.coffee b/lib/dom_utils.coffee @@ -318,6 +318,7 @@ DomUtils =
consumeKeyup: (event, callback = null) ->
@suppressEvent event
keyChar = KeyboardUtils.getKeyCharString event
+ unless event.repeat
handlerStack.push
_name: "dom_utils/consumeKeyup"
keydown: (event) ->
| 8 |
diff --git a/docs/rules/no-empty-glimmer-component-classes.md b/docs/rules/no-empty-glimmer-component-classes.md @@ -8,7 +8,7 @@ This rule will catch and prevent the use of empty backing classes for Glimmer co
This rule aims to disallow the use of empty backing classes for Glimmer components when possible. Template-onl... | 7 |
diff --git a/.circleci/bin/ecs-deploy.sh b/.circleci/bin/ecs-deploy.sh @@ -59,7 +59,7 @@ for SERVICE in $SERVICES; do
RELEASE_DESCRIPTION="CircleCI build URL: ${CIRCLE_BUILD_URL}"
echo storefront_CIRCLE_SHA1=$storefront_CIRCLE_SHA1
- propel release create --deploy --descr "${RELEASE_DESCRIPTION}" -f ${PROPEL_CONFIG_FIL... | 2 |
diff --git a/docs/4.0/components/pagination.md b/docs/4.0/components/pagination.md @@ -12,14 +12,17 @@ We use a large block of connected links for our pagination, making links hard to
In addition, as pages likely have more than one such navigation section, it's advisable to provide a descriptive `aria-label` for the `<... | 1 |
diff --git a/packages/bitcore-node/src/services/pruning.ts b/packages/bitcore-node/src/services/pruning.ts @@ -152,7 +152,11 @@ export class PruningService {
async clearInvalid(invalidTxids: Array<string>) {
logger.info(`Invalidating ${invalidTxids.length} txids`);
return Promise.all([
+ // Set all invalid txs to confl... | 9 |
diff --git a/app/utils/actor/ClusterLabelAttributesActor.scala b/app/utils/actor/ClusterLabelAttributesActor.scala @@ -25,7 +25,7 @@ class ClusterLabelAttributesActor extends Actor {
val currentTime: Calendar = Calendar.getInstance
var timeOfNextUpdate: Calendar = Calendar.getInstance
timeOfNextUpdate.set(Calendar.HOUR... | 3 |
diff --git a/src/discord/shiritori_forever_helper.js b/src/discord/shiritori_forever_helper.js @@ -173,7 +173,16 @@ async function handleAcceptedResult(monochrome, msg, acceptedResult) {
let userScore = 0;
const persistence = monochrome.getPersistence();
const channelID = msg.channel.id;
- await persistence.editData(cr... | 7 |
diff --git a/scripts/makeUserAdmin.js b/scripts/makeUserAdmin.js @@ -9,7 +9,9 @@ const mongoose = require('mongoose');
const userAddress = process.argv[2];
if (!userAddress) {
- throw new Error('USER_ADDRESS is required and should pass it');
+ console.error('Usage: makeUserAdmin.js USER_ADDRESS');
+ console.error('USER... | 7 |
diff --git a/policies/enforce-document-scope.js b/policies/enforce-document-scope.js @@ -109,8 +109,15 @@ internals.enforceDocumentScopePost = function(model, Log) {
}
//EXPL: the request is for a "list" endpoint
else {
+ //EXPL: Only verify scope if docs are included in the response, otherwise return as authorized.
+ ... | 1 |
diff --git a/packages/wasm-parser/src/decoder.js b/packages/wasm-parser/src/decoder.js @@ -162,7 +162,7 @@ export function decode(ab: ArrayBuffer, opts: DecoderOpts): Program {
function readF32(): DecodedF32 {
const bytes = readBytes(ieee754.NUMBER_OF_BYTE_F32);
- let value = ieee754.decodeF32(bytes);
+ const value = i... | 14 |
diff --git a/packages/gallery/src/components/gallery/index.tsx b/packages/gallery/src/components/gallery/index.tsx @@ -92,7 +92,6 @@ export default class BaseGallery extends React.Component<
}
render() {
- console.log('Change production code18');
const { blueprint, typeErrors } = this.state;
if (typeErrors) {
| 2 |
diff --git a/articles/libraries/lock/v11/sending-authentication-parameters.md b/articles/libraries/lock/v11/sending-authentication-parameters.md @@ -32,12 +32,14 @@ var options = {
};
```
-There are different values supported for scope:
+There are different values supported for scope. Keep in mind that JWTs are sent on... | 3 |
diff --git a/package-lock.json b/package-lock.json "name": "metamask-crx",
"version": "0.0.0",
"lockfileVersion": 1,
+ "requires": true,
"dependencies": {
"@babel/code-frame": {
"version": "7.0.0-beta.31",
"@types/react": "*"
}
},
+ "JSONStream": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/JSONStr... | 13 |
diff --git a/tasks/task_runners.py b/tasks/task_runners.py @@ -81,13 +81,13 @@ class ExportTaskRunner(object):
LOG.debug('Saved task: {0}'.format(format_name))
if ondemand:
- run_task_remote(run_uid)
- db.close_old_connections()
- # run_task_async_ondemand.send(run_uid)
+ # run_task_remote(run_uid)
+ # db.close_old_con... | 13 |
diff --git a/generators/entity/prompts.js b/generators/entity/prompts.js @@ -533,6 +533,10 @@ function askForField(done) {
value: 'enum',
name: 'Enumeration (Java enum type)'
},
+ {
+ value: 'UUID',
+ name: 'UUID'
+ },
{
value: 'byte[]',
name: '[BETA] Blob'
| 11 |
diff --git a/token-metadata/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/metadata.json b/token-metadata/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/metadata.json "symbol": "AMN",
"address": "0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/samples/source/template.html b/samples/source/template.html <!DOCTYPE html>
<html lang="en">
-
<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <meta charset="UTF-8" />
+ <meta name="viewport" ... | 14 |
diff --git a/package-lock.json b/package-lock.json }
},
"acorn": {
- "version": "6.4.0",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz",
- "integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==",
+ "version": "6.4.1",
+ "resolved": "https://regi... | 3 |
diff --git a/src/agent/index.js b/src/agent/index.js @@ -2485,10 +2485,10 @@ function interceptRet(target, value) {
if (target.startsWith('java:')) {
return interceptRetJavaExpression(target, value);
}
- const p = ptr(args[0]);
+ const p = ptr(target);
Interceptor.attach(p, {
onLeave (retval) {
- retval.replace(ptr('0'... | 1 |
diff --git a/token-metadata/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/metadata.json b/token-metadata/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/metadata.json "symbol": "OPT",
"address": "0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/src/components/dashboard/Dashboard.js b/src/components/dashboard/Dashboard.js @@ -73,6 +73,7 @@ class Dashboard extends Component<DashboardProps, DashboardState> {
getFeeds = (() => {
const get = () => {
+ log.debug('getFeed initial')
getInitialFeed(this.props.store)
}
return throttle(get, 2000, { leading:... | 0 |
diff --git a/token-metadata/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/metadata.json b/token-metadata/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/metadata.json "symbol": "FLOW",
"address": "0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9",
"decimals": 9,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/server/thread_lib.php b/server/thread_lib.php @@ -76,18 +76,19 @@ SQL;
SELECT r.thread, r.user, u.username
FROM roles r
LEFT JOIN users u ON r.user = u.id
-WHERE r.thread IN ({$thread_id_sql_string})
+WHERE r.thread IN ({$thread_id_sql_string}) AND u.username IS NOT NULL
SQL;
$user_result = $conn->query($u... | 1 |
diff --git a/userscript.user.js b/userscript.user.js @@ -25930,6 +25930,9 @@ var $$IMU_EXPORT$$;
// https://images.pagina12.com.ar/styles/focal_3_2_960x640/public/2020-07/whatsapp-20image-202020-07-03-20at-2013-18-37.jpeg?itok=-X6G-0N_
// https://images.pagina12.com.ar/2020-07/whatsapp-20image-202020-07-03-20at-2013-18... | 7 |
diff --git a/rig.js b/rig.js @@ -208,6 +208,7 @@ class RigManager {
async setLocalAvatarUrl(url, ext) {
// await this.localRigQueue.lock();
+ this.setDefault();
await this.setAvatar(this.localRig, newLocalRig => {
this.clearAvatar();
this.localRig = newLocalRig;
| 12 |
diff --git a/includes/Modules/AdSense.php b/includes/Modules/AdSense.php @@ -715,18 +715,18 @@ tag_partner: "site_kit"
);
case 'same-day-last-week':
return array(
- date( 'Y-m-d', strtotime( '7daysAgo' ) ),
- date( 'Y-m-d', strtotime( '7daysAgo' ) ),
+ date( 'Y-m-d', strtotime( '7 days ago' ) ),
+ date( 'Y-m-d', strtot... | 3 |
diff --git a/src/workingtitle-vcockpits-instruments-airliners/html_ui/Pages/VCockpit/Instruments/Airliners/Shared/WT/VerticalSpeedIndicator.js b/src/workingtitle-vcockpits-instruments-airliners/html_ui/Pages/VCockpit/Instruments/Airliners/Shared/WT/VerticalSpeedIndicator.js @@ -197,7 +197,7 @@ class Jet_PFD_VerticalSpe... | 7 |
diff --git a/jest/setup.js b/jest/setup.js @@ -13,3 +13,14 @@ jest.mock('../src/libs/Notification/PushNotification', () => ({
}));
jest.mock('react-native-blob-util', () => ({}));
+
+// Turn off the console logs for timing events. They are not relevant for unit tests and create a lot of noise
+jest.spyOn(console, 'debu... | 8 |
diff --git a/server/game/gamesteps/handlermenuprompt.js b/server/game/gamesteps/handlermenuprompt.js @@ -49,9 +49,8 @@ class HandlerMenuPrompt extends UiPrompt {
return false;
}
- if(this.properties.handlers[arg]()) {
+ this.properties.handlers[arg]();
this.complete();
- }
return true;
}
| 2 |
diff --git a/packages/node_modules/@node-red/runtime/lib/nodes/context/localfilesystem.js b/packages/node_modules/@node-red/runtime/lib/nodes/context/localfilesystem.js @@ -245,7 +245,7 @@ LocalFileSystem.prototype.get = function(scope, key, callback) {
return this.cache.get(scope,key,callback);
}
if(typeof callback !=... | 7 |
diff --git a/assets/js/googlesitekit/datastore/user/authentication.test.js b/assets/js/googlesitekit/datastore/user/authentication.test.js @@ -293,6 +293,7 @@ describe( 'core/user authentication', () => {
expect( grantedScopes ).toEqual( undefined );
} );
} );
+
describe( 'getRequiredScopes', () => {
it( 'uses a resolv... | 3 |
diff --git a/compat/test/browser/suspense.test.js b/compat/test/browser/suspense.test.js @@ -939,7 +939,7 @@ describe('suspense', () => {
});
});
- it('should correctly render Suspense components inside Fragments', async () => {
+ it('should correctly render Suspense components inside Fragments', () => {
// Issue #2106... | 1 |
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -1520,6 +1520,8 @@ class Avatar {
this.jumpTime = NaN;
this.flyState = false;
this.flyTime = NaN;
+ this.sitState = false;
+ this.sitTarget = new THREE.Object3D();
}
initializeBonePositions(setups) {
this.shoulderTransforms.spine.position.copy(setups.spine);
@@ -1... | 0 |
diff --git a/components/maplibre/ban-map/index.js b/components/maplibre/ban-map/index.js @@ -12,6 +12,8 @@ import MapLegends from '../map-legends'
import OpenGPS from '../open-gps'
import {
+ positionsCircleLayer,
+ positionsLabelLayer,
adresseCircleLayer,
adresseLabelLayer,
adresseCompletLabelLayer,
@@ -89,6 +91,7 @@ ... | 0 |
diff --git a/src/Services/Air/AirParser.js b/src/Services/Air/AirParser.js @@ -731,7 +731,7 @@ const airGetTicket = function (obj, parseParams = {
processUAPIError.call(this, obj, 'Unable to retrieve ticket');
}
- if (responseMessages.some(({ Type }) => (Type === 'Error'))) {
+ if (responseMessages.some(({ Type, Code }... | 0 |
diff --git a/token-metadata/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/metadata.json b/token-metadata/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/metadata.json "symbol": "TAU",
"address": "0xc27A2F05fa577a83BA0fDb4c38443c0718356501",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/module/chat.js b/module/chat.js @@ -116,7 +116,7 @@ export default function addChatHooks() {
return
}
- m = line.match(/\/(st|status) (t|toggle|on|off|\+|-) ([^ ]+)(@self)?/i)
+ m = line.match(/\/(st|status) +(t|toggle|on|off|\+|-) +([^ ]+)(@self)?/i)
if (!!m) {
let pattern = new RegExp('^' + (m[3].trim().... | 11 |
diff --git a/generators/openapi-client/files.js b/generators/openapi-client/files.js @@ -54,12 +54,19 @@ function writeFiles() {
let command;
if (generatorName === 'spring') {
this.log(chalk.green(`\n\nGenerating java client code for client ${cliName} (${inputSpec})`));
- const cliPackage = `${this.packageName}.client.... | 2 |
diff --git a/web/biswebtest.js b/web/biswebtest.js @@ -131,6 +131,10 @@ var execute_test=function(test) {
}
}
+ let tobj=get_test_object(test);
+ let test_type = tobj['test_type'] || 'image';
+ if (test_type==='registration')
+ params['doreslice']=true;
loadparamfile(paramfile,module.name,params).then( () => {
@@ -161,... | 3 |
diff --git a/peril/rules/pull-request-on-starter.ts b/peril/rules/pull-request-on-starter.ts @@ -6,7 +6,13 @@ Hey, @${username}
Thank you for your pull request!
- We've moved all our starters over to https://github.com/gatsbyjs/gatsby. Please reopen this there.
+This repo is now a read-only repo that's synced from the ... | 7 |
diff --git a/contribs/gmf/src/services/datasourcesmanager.js b/contribs/gmf/src/services/datasourcesmanager.js @@ -325,6 +325,12 @@ gmf.DataSourcesManager = class {
ogcServer.urlWfs : undefined;
const wmsUrl = ogcServer ? ogcServer.url : undefined;
+ let wfsOutputFormat = ngeo.DataSource.WFSOutputFormat.GML3;
+ // qgis... | 12 |
diff --git a/ReduceClutter.user.js b/ReduceClutter.user.js // @description Revert updates that makes the page more cluttered or less accessible
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 1.30
+// @version 1.30.1
//
// @include https://*stackoverflow.com/*
// @include htt... | 2 |
diff --git a/includes/Core/Modules/Module.php b/includes/Core/Modules/Module.php @@ -570,12 +570,12 @@ abstract class Module {
* @param int $offset Days the range should be offset by. Default 1. Used by Search Console where
* data is delayed by two days.
* @param bool $previous Whether to select the previous period. De... | 10 |
diff --git a/src/schemas/json/prettierrc.json b/src/schemas/json/prettierrc.json {
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Schema for .prettierrc",
- "type": "object",
+ "type": ["object", "string"],
"definitions": {
"optionsDefinition": {
"type": "object",
}
}
},
+ "oneOf": [
+ { "type": "strin... | 11 |
diff --git a/admin-base/materialize/custom/_debugger.scss b/admin-base/materialize/custom/_debugger.scss left: 0;
right: 0;
bottom: 0;
+ overflow: hidden;
background-color: color("blue-grey", "darken-3");
+ .row {
+ height: 100%;
+ }
+ .debugger-levels {
+ height: 100%;
+ overflow: auto;
.collection {
border-color: col... | 11 |
diff --git a/src/pages/strategy/tabs/locking/locking.js b/src/pages/strategy/tabs/locking/locking.js .addClass("lock_mode_" + ship.sally);
} else {
const icon = $(".ship_icon", shipRow);
- icon.draggable({
+ shipRow.draggable({
helper: () => icon.clone().addClass("ship_icon_dragged").appendTo(".planner_area"),
revert: ... | 11 |
diff --git a/articles/clients/client-grant-types.md b/articles/clients/client-grant-types.md @@ -69,6 +69,10 @@ Public Clients, indicated by the `token_endpoint_auth_method` flag set to `none`
* `authorization_code`;
* `refresh_token`.
+::: note
+Public clients **cannot** utilize the `client_credentials` grant type. To... | 0 |
diff --git a/configs/modelica.json b/configs/modelica.json }
},
{
- "url": "https://doc.modelica.org/Modelica%20(?P<version>.*?)/Resources/help(?P<tool>.*?)/ModelicaReference.",
+ "url": "https://doc.modelica.org/Modelica%20(?P<version>.*?)/Resources/help(?P<tool>.*?)/ModelicaReference.html",
"variables": {
"library": ... | 12 |
diff --git a/src/components/nodes/association/association.vue b/src/components/nodes/association/association.vue @@ -36,7 +36,7 @@ export default {
},
methods: {
handleClick() {
- this.$parent.setInspector(this.node.definition, this.inspectorConfig);
+ this.$parent.loadInspector('processmaker-modeler-association', this... | 14 |
diff --git a/js/models/wallet/Balance.js b/js/models/wallet/Balance.js -import { integerToDecimal } from '../../utils/currency';
+import { integerToDecimal, getCoinDivisibility } from '../../utils/currency';
import BaseModel from '../BaseModel';
export default class extends BaseModel {
@@ -13,8 +13,17 @@ export default... | 4 |
diff --git a/js/webcomponents/bisweb_filetreepanel.js b/js/webcomponents/bisweb_filetreepanel.js @@ -53,8 +53,6 @@ class FileTreePanel extends HTMLElement {
});
-
-
let listElement = this.panel.getWidget();
let biswebElementMenu = $(`<div class='bisweb-elements-menu'></div>`);
biswebElementMenu.css({'margin-top' : '15p... | 3 |
diff --git a/build/docs-rtl.js b/build/docs-rtl.js */
const sh = require('shelljs')
-sh.config.fatal = true
+const os = require('os')
+
+if (os.platform === 'win32') {
+ sh.exec('echo Win32')
+ sh.exec('find site/docs/4.1/examples/ -mindepth 1 -maxdepth 1 -type d -name "rtl-*" -exec bash -c \'rm -rf site/docs/4.1/examp... | 1 |
diff --git a/app/controllers/Application.scala b/app/controllers/Application.scala @@ -50,8 +50,8 @@ object Application extends Controller {
private lazy val config = AppUtils.notebookConfig
private lazy val notebookManager = AppUtils.notebookManager
- private val kernelIdToCalcService = collection.mutable.Map[String, ... | 4 |
diff --git a/src/js/Edit/L.PM.Edit.Line.js b/src/js/Edit/L.PM.Edit.Line.js @@ -345,11 +345,11 @@ Edit.Line = Edit.extend({
let nextMarkerIndex;
let prevMarkerIndex;
if(ringIndex > -1) {
- nextMarkerIndex = index + 1 >= this._markers[ringIndex][index].length ? 0 : index + 1;
- prevMarkerIndex = index - 1 < 0 ? this._mar... | 1 |
diff --git a/src/renderer/marketplace/exchanges/exchanges-details.jsx b/src/renderer/marketplace/exchanges/exchanges-details.jsx @@ -23,11 +23,7 @@ const styles = theme => ({
},
title: {
- margin: '20px'
- },
-
- icon: {
- marginLeft: '20px'
+ margin: '20px 20px 20px 12px'
},
header: {
@@ -224,6 +220,12 @@ const styles... | 1 |
diff --git a/articles/users/guides/bulk-user-imports.md b/articles/users/guides/bulk-user-imports.md @@ -47,7 +47,7 @@ Create a request that contains the following parameters:
|-----------|-------------|
| `users` | [File in JSON format](/users/references/bulk-import-database-schema-examples#file-example) that contains... | 3 |
diff --git a/src/image/roi/creator/fromMaskConnectedComponentLabelingAlgorithm.js b/src/image/roi/creator/fromMaskConnectedComponentLabelingAlgorithm.js @@ -20,7 +20,7 @@ const neighbours8 = [null, null, null, null];
/*
Implementation of the connected-component labeling algorithm
*/
-export default function fromKaskCon... | 11 |
diff --git a/src/components/RegionTable/RegionTable.js b/src/components/RegionTable/RegionTable.js @@ -63,16 +63,10 @@ const RegionTable: ComponentType<Props> = ({
}
}, [country, nhsRegion, localAuthority]);
- const handleOnLocalAuthorityClick = (r: string) => () => {
- if (layout === 'desktop') {
- setLocalAuthority(r... | 12 |
diff --git a/src/libs/actions/App.js b/src/libs/actions/App.js @@ -176,8 +176,8 @@ function setUpPoliciesAndNavigate(session, currentPath) {
let exitTo;
try {
- const params = new URLSearchParams(currentPath);
- exitTo = params.get('exitTo');
+ const url = new URL(currentPath, CONST.NEW_EXPENSIFY_URL);
+ exitTo = url.s... | 7 |
diff --git a/source/indexer/test/Indexer.js b/source/indexer/test/Indexer.js @@ -207,7 +207,7 @@ contract('Indexer', async accounts => {
from: aliceAddress,
}
),
- 'SafeMath: subtraction overflow'
+ ' ERC20: transfer amount exceeds balance.'
)
})
@@ -227,7 +227,7 @@ contract('Indexer', async accounts => {
from: aliceAd... | 3 |
diff --git a/src/encoded/tests/test_post_put_patch.py b/src/encoded/tests/test_post_put_patch.py @@ -130,22 +130,6 @@ def test_patch(content, testapp):
assert res.json['@graph'][0]['simple2'] == 'supplied simple2'
-def test_patch_new_schema_version(content, root, testapp, monkeypatch):
- collection = root['testing_post... | 2 |
diff --git a/src/og/renderer/RendererEvents.js b/src/og/renderer/RendererEvents.js @@ -224,6 +224,9 @@ class RendererEvents extends Events {
this.mouseState.x,
this.mouseState.y
);
+ //
+ // TODO: Replace in some other place with a thought that we do
+ // not need to make unproject when we do not make touching
this.tou... | 0 |
diff --git a/client/homebrew/pages/userPage/brewItem/brewItem.jsx b/client/homebrew/pages/userPage/brewItem/brewItem.jsx @@ -7,7 +7,7 @@ const moment = require('moment');
const request = require('superagent');
const googleDriveIcon = require('../../../googleDrive.png');
-const { default: dedentTabs } = require('dedent-... | 10 |
diff --git a/assets/js/modules/thank-with-google/components/setup/SetupMain.js b/assets/js/modules/thank-with-google/components/setup/SetupMain.js /**
* External dependencies
*/
+import { useCallback } from '@wordpress/element';
import PropTypes from 'prop-types';
/**
@@ -42,7 +43,8 @@ import SetupPublicationActive fro... | 4 |
diff --git a/docs/reference.rst b/docs/reference.rst @@ -716,7 +716,7 @@ Runs another TagUI flow. Checks the flow's folder.
comment
###################
-Adds a comment.
+Adds a comment. If you are inside a code block, for example an if condition or for loop, be sure to indent your comment accordingly to let TagUI run c... | 7 |
diff --git a/userscript.user.js b/userscript.user.js @@ -64908,6 +64908,7 @@ var $$IMU_EXPORT$$;
// thanks to fireattack on github: https://github.com/qsniyg/maxurl/issues/98
// https://hayabusa.io/abema/programs/386-48_s0_p25/thumb002.q85.w200.h114.v1534496588.webp
// https://hayabusa.io/abema/programs/386-48_s0_p25/t... | 7 |
diff --git a/src/js/base/core/env.js b/src/js/base/core/env.js @@ -9,17 +9,17 @@ const isSupportAmd = typeof define === 'function' && define.amd; // eslint-disab
*/
function isFontInstalled(fontName) {
const testFontName = fontName === 'Comic Sans MS' ? 'Courier New' : 'Comic Sans MS';
- const $tester = $('<div>').css(... | 14 |
diff --git a/grocy.openapi.json b/grocy.openapi.json },
"shopping_location_id": {
"type": "integer"
+ },
+ "userfields": {
+ "type": "object",
+ "description": "Key/value pairs of userfields"
}
},
"example": {
"enable_tare_weight_handling": "0",
"tare_weight": "0.0",
"not_check_stock_fulfillment_for_recipes": "0",
- "s... | 0 |
diff --git a/packages/app/src/components/Admin/ImportData/GrowiArchive/ErrorViewer.jsx b/packages/app/src/components/Admin/ImportData/GrowiArchive/ErrorViewer.jsx import React from 'react';
+
import PropTypes from 'prop-types';
-import { withTranslation } from 'react-i18next';
+import { useTranslation } from 'react-i18... | 14 |
diff --git a/stats.js b/stats.js @@ -31,7 +31,7 @@ export var Stats = function () {
msDiv.appendChild( msText );
var msTexts = [];
- var nLines = 11;
+ var nLines = 13;
for(var i = 0; i < nLines; i++){
msTexts[i] = document.createElement( 'div' );
msTexts[i].style.cssText = 'color:white;background-color:rgba(0,0,0,0.3)... | 0 |
diff --git a/dapp/src/components/Nav.js b/dapp/src/components/Nav.js @@ -70,7 +70,7 @@ const DappLinks = ({ dapp, page }) => {
page === 'stake' ? 'selected' : ''
}`}
>
- {fbt('Stake OGN', 'Stake OGN')}
+ {fbt('Earn OGN', 'Earn OGN')}
</a>
</Link>
)}
| 10 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -150,6 +150,7 @@ const localPlayer = new LocalPlayer({
localPlayer.position.y = initialPosY;
localPlayer.updateMatrixWorld();
const remotePlayers = new Map();
+const npcs = [];
class ErrorBoundary extends React.Component {
constructor(props) {
@@ -492,6 +493,9... | 0 |
diff --git a/lib/api/protocol/url.js b/lib/api/protocol/url.js @@ -37,7 +37,8 @@ module.exports = class Action extends ProtocolAction {
if (this.settings.output) {
spinner = ora({
text: `Loading url: ${url}\n`,
- prefixText: ' '
+ prefixText: ' ',
+ discardStdin: false
}).start();
}
| 12 |
diff --git a/articles/support/index.md b/articles/support/index.md @@ -68,3 +68,62 @@ In addition to the Auth0 Community, paid subscribers can create a private ticket
[Learn more about creating tickets with Support Center](/support/tickets)
Critical Production issues should always be reported via the [Support Center](h... | 0 |
diff --git a/lib/global-admin/addon/security/authentication/azuread/template.hbs b/lib/global-admin/addon/security/authentication/azuread/template.hbs </div>
<hr/>
<div class="row">
- <div class="col span-4">
+ <div class="col span-12">
<h3>{{t 'authPage.azuread.enabled.general.header'}}</h3>
<div>
<b>{{t 'authPage.azu... | 2 |
diff --git a/lib/create/deployment.js b/lib/create/deployment.js @@ -20,7 +20,7 @@ async function open(req, res) {
const [{ data: repository }, { data: branches }, { data: tags }] = await Promise.all([
gitHubUser.client.repos.get({ owner, repo }),
gitHubUser.client.repos.listBranches({ owner, repo }),
- gitHubUser.clie... | 14 |
diff --git a/source/swap/contracts/Swap.sol b/source/swap/contracts/Swap.sol @@ -506,7 +506,6 @@ contract Swap is ISwap, Ownable, EIP712 {
revert NonceAlreadyUsed(nonce);
}
- _signatoryMinimumNonce[signatory];
_nonceGroups[signatory][groupKey] = group | (uint256(1) << indexInGroup);
}
| 2 |
diff --git a/packages/yoroi-extension/app/components/wallet/send/WalletSendFormRevamp.js b/packages/yoroi-extension/app/components/wallet/send/WalletSendFormRevamp.js @@ -661,12 +661,8 @@ export default class WalletSendForm extends Component<Props, State> {
onUpdateMemo(memo: string) {
const isValid = isValidMemoOption... | 11 |
diff --git a/app/scripts/tokens/ethTokens.json b/app/scripts/tokens/ethTokens.json },
{
"address": "0x386Faa4703a34a7Fdb19Bec2e14Fd427C9638416",
- "symbol": "DoBETacceptBET(DCA)",
- "decimals": 18,
+ "symbol": "DCA (doBETacceptBET)",
+ "decimal": 18,
"type": "default"
},
{
| 10 |
diff --git a/js/webview/swipeEvents.js b/js/webview/swipeEvents.js @@ -18,7 +18,7 @@ function onSwipeGestureFinish () {
// swipe to the left to go forward
if (horizontalMouseMove - beginningScrollRight > 150 && Math.abs(horizontalMouseMove / verticalMouseMove) > 2.5) {
- if (beginningScrollRight < 10 || horizontalMouse... | 7 |
diff --git a/.gitignore b/.gitignore @@ -17,13 +17,13 @@ node_modules/
*.map
.sass-cache
-extension/
-app/
+### folders built by preact or gulp
+/build/
+/extension/
+/app/
-build
src/lib/vue-sequence-bundle.*.js
extension-*.zip
.firebase
size-plugin.json
extension.zip
-!src/extension
| 14 |
diff --git a/src/encoded/audit/experiment.py b/src/encoded/audit/experiment.py @@ -407,15 +407,18 @@ def audit_experiment_control_out_of_date_analysis(value, system):
for bam_file in derived_from_bams:
if bam_file['dataset']['accession'] != value['accession'] and \
is_outdated_bams_replicate(bam_file):
+ assembly_detai... | 1 |
diff --git a/contribs/gmf/src/controllers/abstractdesktop.js b/contribs/gmf/src/controllers/abstractdesktop.js @@ -75,6 +75,9 @@ gmf.module.value('ngeoQueryOptions', {
'limit': 20
});
+gmf.module.value('ngeoMeasurePrecision', 3);
+gmf.module.value('ngeoMeasureDecimals', 0);
+
/**
* Desktop application abstract controll... | 12 |
diff --git a/contributors.json b/contributors.json "xxx32": {
"country": "India",
"name": "Aarushi"
+ },
+ "prateekcode":{
+ "country": "India",
+ "name": "Prateek",
+ "linkedin": "https://www.linkedin.com/in/pratiekray/",
+ "twitter": "https://twitter.com/pratiekray"
}
}
| 3 |
diff --git a/packages/idyll-compiler/.babelrc.js b/packages/idyll-compiler/.babelrc.js @@ -6,7 +6,7 @@ module.exports = {
'env',
{
loose: true,
- modules: 'commonjs',
+ modules: BABEL_ENV === 'cjs' || NODE_ENV === 'test' ? 'commonjs' : false,
},
],
],
| 4 |
diff --git a/js/webviewGestures.js b/js/webviewGestures.js @@ -124,7 +124,7 @@ webviews.bindIPC('wheel-event', function (webview, tabId, e) {
}
return {left, right}
})()
- `, false, function (result) {
+ `, false).then(function (result) {
if (beginningScrollLeft === null || beginningScrollRight === null) {
beginningScr... | 1 |
diff --git a/src/public/target/sections/KnownDrugs/Section.js b/src/public/target/sections/KnownDrugs/Section.js @@ -119,7 +119,7 @@ const getPage = (rows, page, pageSize) => {
const Section = ({ ensgId }) => {
const [page, setPage] = useState(0);
const [pageSize, setPageSize] = useState(10);
- const [globalFilter, set... | 12 |
diff --git a/token-metadata/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/metadata.json b/token-metadata/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/metadata.json "symbol": "LBURST",
"address": "0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIE... | 3 |
diff --git a/scripts/build_index.js b/scripts/build_index.js @@ -313,9 +313,13 @@ function mergeItems() {
} else if (tree === 'operators') {
name = tags.operator || tags.brand;
// seed operators (for a file that we copied over from the 'brand' tree) // todo: remove?
- if (!tags.operator && tags.brand) tags.operator = t... | 7 |
diff --git a/token-metadata/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/metadata.json b/token-metadata/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/metadata.json "symbol": "KIMCHI",
"address": "0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIE... | 3 |
diff --git a/README.md b/README.md @@ -75,14 +75,13 @@ make scenario3-setup
make scenario3-run-client
```
-The `lib/ag-solo/vats/` directory contains the source code for all the Vats
-created in the solo vat-machine. The actual filenames are enumerated in
-`lib/ag-solo/init-basedir.js`, so if you add a new Vat, be sure... | 7 |
diff --git a/test/unit/specs/scripts/time.spec.js b/test/unit/specs/scripts/time.spec.js -import time from "scripts/time"
-import mockValues from "test/unit/helpers/mockValues.js"
-const delegates = mockValues.candidates
-import { stakingTxs } from "../store/json/txs"
-const unbondingTransaction = stakingTxs[3]
+import... | 3 |
diff --git a/sql/oracle/oracle.sql b/sql/oracle/oracle.sql @@ -12,6 +12,8 @@ CREATE TABLE dashboard_board (
category_id NUMBER DEFAULT NULL,
board_name varchar2(100) NOT NULL,
layout_json CLOB,
+ create_time TIMESTAMP DEFAULT sysdate,
+ update_time TIMESTAMP DEFAULT sysdate,
CONSTRAINT dashboard_board_pk PRIMARY KEY (b... | 3 |
diff --git a/web/kiri/filter/FDM/FolgerTech.FT5 b/web/kiri/filter/FDM/FolgerTech.FT5 {
"pre":[
+ "M117 Heating",
"M104 S{temp} T0 ; set extruder temperature",
"M140 S{bed_temp} T0 ; set bed temperature",
"G90 ; set absolute positioning mode",
"M190 S{bed_temp} T0 ; wait for bed to reach target temp",
"M109 S{temp} T0 ;... | 3 |
diff --git a/src/ui/KeyboardShortcuts.hx b/src/ui/KeyboardShortcuts.hx @@ -102,7 +102,7 @@ class KeyboardShortcuts {
}
//
#if !lwedit
- addCommand("reloadProject", "mod-r", function() {
+ addCommand("reloadProject", "modw-r", function() {
if (Project.current != null) {
Project.current.reload();
}
| 11 |
diff --git a/package.json b/package.json "corejs-typeahead": "1.2.1",
"coveralls": "3.0.2",
"css-loader": "2.1.0",
- "d3": "^5.7.0",
+ "d3": "5.7.0",
"ejs-loader": "0.3.1",
"eslint": "5.2.0",
"eslint-config-openlayers": "11.0.0",
| 4 |
diff --git a/package.json b/package.json {
"name": "prettier-atom",
"main": "./dist/main.js",
- "version": "0.46.0",
+ "version": "0.47.0",
"description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration",
"keywords": [
"atom",
| 6 |
diff --git a/components/Vote/VoteResult.js b/components/Vote/VoteResult.js @@ -68,7 +68,9 @@ const VoteResult = ({ votings, elections, vt, t }) =>
formattedCount: countFormat(result.count)
})
}))
- const emptyVotes = data.result.options.find(result => !result.option).count
+
+ const empty = data.result.options.find(res... | 9 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.