code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/frontend/imports/ui/client/widgets/neworder.js b/frontend/imports/ui/client/widgets/neworder.js @@ -30,6 +30,32 @@ Template.neworder.viewmodel({
autorun() {
const order = Session.get('selectedOrder');
if (order) {
+ /*
+ * If we have an existing offer with the given characteristics
+ * PRICE: 2.00000
+ * A... | 1 |
diff --git a/tools/deployer/AirSwap/src/DelegateFactoryMapping.ts b/tools/deployer/AirSwap/src/DelegateFactoryMapping.ts -import { log } from "@graphprotocol/graph-ts"
+import { BigInt, log } from "@graphprotocol/graph-ts"
import { CreateDelegate } from "../generated/DelegateFactory/DelegateFactory"
import { Delegate }... | 3 |
diff --git a/docs/source/_layouts/documentation.blade.php b/docs/source/_layouts/documentation.blade.php </p>
</div>
<div class="relative">
- <input id="docsearch" class="rounded bg-white border border-smoke py-2 pr-4 pl-10 block w-full" type="text" placeholder="Search the docs">
+ <input id="docsearch" class="rounded ... | 2 |
diff --git a/packages/helpers/classes/mail.js b/packages/helpers/classes/mail.js @@ -121,8 +121,9 @@ class Mail {
if (typeof from === 'undefined') {
return;
}
- if (typeof from !== 'string') {
- throw new Error('String expected for `from`');
+ if (typeof from !== 'string' &&
+ !(typeof from === 'object' && typeof from.... | 11 |
diff --git a/lib/importer/lib/cartodb-migrator/migrator.rb b/lib/importer/lib/cartodb-migrator/migrator.rb @@ -56,30 +56,6 @@ module CartoDB
@current_name = @suggested_name
end
- # attempt to transform the_geom to 4326
- if column_names.include? "the_geom"
- begin
- if srid = @db_connection["select st_srid(the_geom::ge... | 2 |
diff --git a/.travis.yml b/.travis.yml @@ -40,9 +40,9 @@ matrix:
- rvm: 2.1
gemfile: gemfiles/rails_4.2_sprockets_4.gemfile
- rvm: 2.1
- gemfile: gemfiles/rails_5_no_sprockets_webpacker.gemfile
+ gemfile: gemfiles/rails_5_no_sprockets_webpacker1.gemfile
- rvm: 2.1
- gemfile: gemfiles/rails_5_no_sprockets.gemfile
+ gemf... | 8 |
diff --git a/client/components/main/header.styl b/client/components/main/header.styl .fa-home
font-size: 26px
margin-top: -2px
- margin-right: 20px
+ margin-right: 10px
+ margin-left: 10px
#header-new-board-icon
display: none
| 5 |
diff --git a/js/blockchaincom.js b/js/blockchaincom.js @@ -421,7 +421,7 @@ module.exports = class blockchaincom extends Exchange {
const datetime = this.iso8601 (timestamp);
const filled = this.safeString (order, 'cumQty');
const remaining = this.safeString (order, 'leavesQty');
- const result = this.safeOrder2 ({
+ co... | 10 |
diff --git a/webpack.config.js b/webpack.config.js @@ -22,6 +22,18 @@ if (process.env.npm_lifecycle_event === 'release') {
webpackConfig.plugins.push(new Clean(['dist'], {verbose: false}))
}
+
+const voidModulePath = path.resolve('./src/base/void');
+
+if (process.env.CLAPPR_PLAIN_HTML5_ONLY === 'yes') {
+ console.log(... | 14 |
diff --git a/client/src/components/views/Thrusters/lite.js b/client/src/components/views/Thrusters/lite.js @@ -2,9 +2,8 @@ import React, { Component } from "react";
import gql from "graphql-tag";
import { graphql, compose } from "react-apollo";
import { DraggableCore } from "react-draggable";
-import { Button, Row, Col... | 1 |
diff --git a/kamu/settings.py b/kamu/settings.py @@ -7,7 +7,6 @@ STATIC_ROOT = os.path.join(PROJECT_ROOT, 'staticfiles')
DEBUG = True
ALLOWED_HOSTS = []
SECRET_KEY = '5%5*wq!wtipnzre-n!d*6@02j)en6*g1sr+!p1zv-krr$aay1='
-SECURE_SSL_REDIRECT = True
DATABASES = {
'default': {
| 2 |
diff --git a/src/comments/Comments.js b/src/comments/Comments.js @@ -19,7 +19,7 @@ import './Comments.scss';
showMoreComments: commentsActions.showMoreComments,
likeComment: id => commentsActions.likeComment(id),
unlikeComment: id => commentsActions.likeComment(id, 0),
- dislikeComment: id => commentsActions.likeCommen... | 12 |
diff --git a/lib/less/import-manager.js b/lib/less/import-manager.js @@ -146,6 +146,7 @@ module.exports = function(environment) {
}
if (importOptions.isPlugin) {
+ context.mime = 'application/javascript';
promise = pluginLoader.loadPlugin(path, currentFileInfo.currentDirectory, context, environment, fileManager);
}
els... | 4 |
diff --git a/packages/nexrender-worker/src/index.js b/packages/nexrender-worker/src/index.js @@ -24,6 +24,8 @@ const nextJob = async (client, settings) => {
throw err;
} else {
console.error(err)
+ console.error("render proccess stopped with error...")
+ console.error("continue listening next job...")
}
}
@@ -66,12 +68... | 1 |
diff --git a/modules/default/compliments/compliments.js b/modules/default/compliments/compliments.js @@ -157,10 +157,15 @@ Module.register("compliments", {
getDom: function() {
var complimentText = this.randomCompliment();
- var compliment = document.createTextNode(complimentText);
var wrapper = document.createElement(... | 14 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -639,6 +639,32 @@ metaversefile.setApi({
throw new Error('useActivate cannot be called outside of render()');
}
},
+ useWear(fn) {
+ const app = currentAppRender;
+ if (app) {
+ app.addEventListener('wearupdate', e => {
+ fn(e);
+ });
+ app.addEventListener('d... | 0 |
diff --git a/src-input/duk_api_stack.c b/src-input/duk_api_stack.c @@ -5014,6 +5014,7 @@ static const duk_uint32_t duk__bufobj_flags_lookup[] = {
DUK_EXTERNAL void duk_push_buffer_object(duk_hthread *thr, duk_idx_t idx_buffer, duk_size_t byte_offset, duk_size_t byte_length, duk_uint_t flags) {
duk_hbufobj *h_bufobj;
du... | 11 |
diff --git a/components/doc-download.js b/components/doc-download.js @@ -4,11 +4,12 @@ import {DownloadCloud} from 'react-feather'
import theme from '@/styles/theme'
-function DocDownload({title, link, label, src, isReverse, version, children}) {
+function DocDownload({title, subtitle, link, label, src, isReverse, vers... | 0 |
diff --git a/.eslintrc.js b/.eslintrc.js @@ -22,6 +22,7 @@ module.exports = {
rules: {
// overwrite airbnb-base options
+ // we use underscores to indicate private fields in classes
'no-underscore-dangle': 'off',
// import buffer explicitly
'no-restricted-globals': [
| 0 |
diff --git a/README.md b/README.md @@ -75,7 +75,7 @@ in the online resources. To run the examples, follow the instructions here:
### Generating Documentation
-After installing the project dependencies (including the gulp build system),
+After installing the project dependencies (including the [gulp](http://gulpjs.com/)... | 0 |
diff --git a/accessibility-checker-engine/help/WCAG20_Body_FirstASkips_Native_Host_Sematics.mdx b/accessibility-checker-engine/help/WCAG20_Body_FirstASkips_Native_Host_Sematics.mdx @@ -21,7 +21,7 @@ Web pages must provide a way to skip directly to the main content
### Why is this important?
-The 'skip to main' link or ... | 2 |
diff --git a/api/modules/agent/controllers/import.agent.controller.js b/api/modules/agent/controllers/import.agent.controller.js @@ -305,10 +305,7 @@ module.exports = (request, reply) => {
}
domainResult.intents = resultIntents;
- Async.waterfall([
- Async.apply(DomainTools.retrainModelTool, server, rasa, agent.languag... | 7 |
diff --git a/src/components/HttpTable/index.js b/src/components/HttpTable/index.js @@ -249,6 +249,8 @@ export default class HttpTable extends PureComponent {
{ key: 'Upgrade', value: '$http_upgrade' },
];
const value = {
+ proxy_buffer_numbers: Number(values.proxy_buffer_numbers),
+ proxy_buffer_size: Number(values.pro... | 1 |
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -733,9 +733,89 @@ class AnimationMapping {
}
const _getLerpFn = isPosition => isPosition ? THREE.Vector3.prototype.lerp : THREE.Quaternion.prototype.slerp;
+const animationBoneToModelBone = {
+ 'mixamorigHips': 'Hips',
+ 'mixamorigSpine': 'Spine',
+ 'mixamorigSpin... | 0 |
diff --git a/scripts/build-c-client.ps1 b/scripts/build-c-client.ps1 param (
[Parameter(Mandatory=$true)][string]$NodeLibFile,
[string]$Configuration = "Release",
- [string]$Platform = "x64"
+ [string]$Platform = "x64",
+ [string]$CClientIni = "..\aerospike-client-c.ini",
+ [string]$FileHashesIni = "..\aerospike-client... | 1 |
diff --git a/src/lib/gundb/UserStorageClass.js b/src/lib/gundb/UserStorageClass.js @@ -1932,8 +1932,19 @@ export class UserStorage {
}
_getProfileNode(initiatorType, initiator, address): Gun {
- const getProfile = (idxSoul, idxKey) => {
- logger.debug('extractProfile:', { idxSoul, idxKey })
+ const getProfile = (indexN... | 0 |
diff --git a/docs/src/components/DocLayout.tsx b/docs/src/components/DocLayout.tsx @@ -111,7 +111,7 @@ export default function DocLayout({
title,
}: Props) {
const Toc = <TableOfContents items={tableOfContents} />;
- const tocHasItems = Toc.props.items?.length > 0;
+ const tocHasItems = tableOfContents?.length > 0;
ret... | 1 |
diff --git a/app/models/eol_photo.rb b/app/models/eol_photo.rb @@ -108,7 +108,9 @@ class EolPhoto < Photo
end
def repair(options = {})
- r = EolPhoto.get_api_response( native_photo_id )
+ unless r = EolPhoto.get_api_response( native_photo_id )
+ return [self, { photo_missing: "photo not found #{self}" } ]
+ end
p = Eol... | 9 |
diff --git a/automod/effects.go b/automod/effects.go @@ -849,11 +849,14 @@ func (send *SendChannelMessageEffect) Apply(ctxData *TriggeredRuleData, settings
}
messageID, err := common.BotSession.ChannelMessageSendComplex(ctxData.CS.ID, msgSend)
+ if err != nil {
+ logger.WithError(err).Error("Failed to send message for ... | 9 |
diff --git a/token-metadata/0x41eFc0253ee7Ea44400abB5F907FDbfdEbc82bec/metadata.json b/token-metadata/0x41eFc0253ee7Ea44400abB5F907FDbfdEbc82bec/metadata.json "symbol": "AAPL",
"address": "0x41eFc0253ee7Ea44400abB5F907FDbfdEbc82bec",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/lib/HotModuleReplacement.runtime.js b/lib/HotModuleReplacement.runtime.js @@ -19,13 +19,13 @@ module.exports = function() {
var fn = function(request) {
if (me.hot.active) {
if (installedModules[request]) {
- if (!installedModules[request].parents.includes(moduleId))
+ if (installedModules[request].parents... | 13 |
diff --git a/README.md b/README.md ## Installation
-### Swift Package
+### Swift Package (Recommended)
The [Swift Package Manager](https://swift.org/package-manager/ "") is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
Once you have your Swift package set up, adding `we... | 3 |
diff --git a/src/transitions/Collapse.spec.js b/src/transitions/Collapse.spec.js @@ -105,10 +105,17 @@ describe('<Collapse />', () => {
describe('handleEntered()', () => {
let element;
+ let handleEnteredWrapper;
+ let handleEnteredInstance;
+ let onEnteredSpy;
before(() => {
+ handleEnteredWrapper = shallow(<Collapse ... | 0 |
diff --git a/diorama.js b/diorama.js @@ -1587,10 +1587,10 @@ const createPlayerDiorama = (player, {
const {devicePixelRatio: pixelRatio} = window;
const renderer = getRenderer();
- sideCamera.position.set(0, 0, 10);
+ /* sideCamera.position.set(0, 0, 10);
sideCamera.quaternion.identity();
sideCamera.updateMatrixWorld()... | 0 |
diff --git a/constants.js b/constants.js @@ -32,14 +32,36 @@ export {
};
export const polygonVigilKey = `0937c004ab133135c86586b55ca212a6c9ecd224`;
+//
+
const origin = window.location.protocol + '//' + window.location.hostname;
+let _inappPreviewHost = '';
+
+switch ( origin ) {
+ case 'https://local.webaverse.com': {... | 3 |
diff --git a/lod.js b/lod.js @@ -61,10 +61,12 @@ export class LodChunkTracker {
constructor(generator, {
chunkWorldSize = 10,
numLods = 1,
+ chunkHeight = 0,
} = {}) {
this.generator = generator;
this.chunkWorldSize = chunkWorldSize;
this.numLods = numLods;
+ this.chunkHeight = chunkHeight;
this.chunks = [];
this.lastU... | 0 |
diff --git a/src/global_logic.js b/src/global_logic.js @@ -811,11 +811,11 @@ module.exports.calcBasedOneSummon = function (summonind, prof, buff, totals) {
}
}
- res["Djeeta"]["averageAttack"] = parseInt(average / cnt);
- res["Djeeta"]["averageCriticalAttack"] = parseInt(crit_average / cnt);
- res["Djeeta"]["averageTot... | 14 |
diff --git a/README.md b/README.md -# rctf - RedpwnCTF's CTF Platform
+# rCTF - RedpwnCTF's CTF Platform
-rctf is RedpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) CTF team.
+rCTF is RedpwnCTF's CTF platform. It is developed and maintained by the [redpwn](https://redpwn.net) C... | 7 |
diff --git a/token-metadata/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/metadata.json b/token-metadata/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/metadata.json "symbol": "MET",
"address": "0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/aura-impl/src/main/resources/aura/AuraComponentService.js b/aura-impl/src/main/resources/aura/AuraComponentService.js @@ -419,6 +419,7 @@ AuraComponentService.prototype.createInternalConfig = function (config) {
"componentDef" : this.createDescriptorConfig(config["descriptor"]),
"localId" : config["localId... | 11 |
diff --git a/packages/eslint-plugin/README.md b/packages/eslint-plugin/README.md @@ -106,7 +106,7 @@ This plugin also provides the following tool-specific configurations, which can
### node
-If you are working on a node module, we also provide the [node configuration](lib/config/esnext.js) for you. Note that this confi... | 1 |
diff --git a/src/inertia.js b/src/inertia.js @@ -11,6 +11,7 @@ export default {
component: null,
props: null,
instance: null,
+ cached: false,
},
init(component, props, resolveComponent) {
@@ -22,7 +23,7 @@ export default {
},
setPage(component, props, preserveScroll = false) {
- Promise.resolve(this.resolveComponent(c... | 1 |
diff --git a/articles/understanding-differential-privacy/index.md b/articles/understanding-differential-privacy/index.md @@ -58,13 +58,18 @@ Assume, we have a small database of 5000 entries with 0 or 1 as a value for each
### Differencing attacks
-In continuation with the previous example, let's say we want to find if ... | 1 |
diff --git a/userscript.user.js b/userscript.user.js @@ -94557,19 +94557,19 @@ var $$IMU_EXPORT$$;
}
// django-photologue
- if (src.match(/\/media\/photologue\/photos\/cache\//)) {
+ if (/\/media\/+photologue\/+photos\/+cache\//.test(src)) {
// http://www.thewesternstar.com/media/photologue/photos/cache/EDM113447235_la... | 7 |
diff --git a/lambda/lex-build/package.json b/lambda/lex-build/package.json "aws-sdk": "^2.72.0",
"bluebird": "^3.5.0",
"elasticsearch": "^13.0.1",
- "http-aws-es": "^1.1.3"
+ "http-aws-es": "^1.1.3",
+ "lodash": "^4.17.10"
},
"devDependencies": {
"nodeunit": "^0.11.1"
| 12 |
diff --git a/articles/api-auth/tutorials/password-grant.md b/articles/api-auth/tutorials/password-grant.md @@ -122,3 +122,7 @@ If you wish to execute special logic unique to the Password exchange, you can lo
## Optional: Configure MFA
In case you need stronger authentication, than username and password, you can configu... | 0 |
diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js @@ -44,6 +44,8 @@ class Driver {
this.wappalyzer.driver.log = (message, source, type) => this.log(message, source, type);
this.wappalyzer.driver.displayApps = (detected, meta, context) => this.displayApps(detected, meta, context);
+
+ process.on('uncaug... | 9 |
diff --git a/test/util.js b/test/util.js @@ -62,19 +62,19 @@ export var interpertAndGuard = function (m, rec, rej, res){
if(rejected){ throw new Error(m.toString() + ' crashed after rejecting: ' + show(e)) }
if(resolved){ throw new Error(m.toString() + ' crashed after resolving: ' + show(e)) }
crashed = true;
- rec(e);... | 7 |
diff --git a/assets/js/modules/analytics-4/utils/data-mock.test.js b/assets/js/modules/analytics-4/utils/data-mock.test.js @@ -45,39 +45,6 @@ describe( 'getAnalytics4MockResponse', () => {
).toThrow( 'a valid endDate is required' );
} );
- it( 'checks if the number of rows having date_range_0 matches date_range_1', () ... | 5 |
diff --git a/build/plotcss.js b/build/plotcss.js var Lib = require('../src/lib');
var rules = {
- "X,X div": "font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;",
+ "X,X div": "direction:ltr;font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;",
"X input,X button": "font-family:'... | 3 |
diff --git a/docs/src/pages/getting-started/installation.md b/docs/src/pages/getting-started/installation.md @@ -13,7 +13,7 @@ npm install -S material-ui@next
## Roboto Font
Material-UI was designed with the [Roboto](http://www.google.com/fonts/specimen/Roboto)
-font in mind. So be sure to follow [those instructions](/... | 1 |
diff --git a/Apps/Sandcastle/gallery/Terrain.html b/Apps/Sandcastle/gallery/Terrain.html @@ -37,7 +37,7 @@ var viewer = new Cesium.Viewer('cesiumContainer');
viewer.scene.globe.enableLighting = true;
var cesiumTerrainProviderMeshes = new Cesium.CesiumTerrainProvider({
- url : 'https://assets.agi.com/stk-terrain/world',... | 3 |
diff --git a/lib/shared/addon/components/cluster-driver/driver-eks/component.js b/lib/shared/addon/components/cluster-driver/driver-eks/component.js @@ -326,10 +326,10 @@ export default Component.extend(ClusterDriver, {
}
}),
- selectedSubnets: computed('config.subnets.[]', 'primaryResource.eksStatus.generatedSubnets.[... | 3 |
diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css @@ -1244,7 +1244,7 @@ Dashboard Attribution */
}
.gh-all-sources .gh-dashboard-list-body {
- max-height: calc(100vh - 215px);
+ max-height: calc(100vh - 255px);
position: relative;
}
| 1 |
diff --git a/token-metadata/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/metadata.json b/token-metadata/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/metadata.json "symbol": "CGT",
"address": "0xF5238462E7235c7B62811567E63Dd17d12C2EAA0",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/src/components/Dropdown/V2/Dropdown.Item.tsx b/src/components/Dropdown/V2/Dropdown.Item.tsx @@ -256,7 +256,7 @@ export class Item extends React.PureComponent<Props> {
className
)
- if (type === 'group') return <Header {...this.props} />
+ if (type === 'group' || type === 'header') return <Header {...this.p... | 11 |
diff --git a/client/index.prod.jsx b/client/index.prod.jsx @@ -10,7 +10,10 @@ import ReduxToastr from 'react-redux-toastr';
import version from '../version.js';
-Raven.config('https://f5286cd580bf46898e7180c7a46de2f6@sentry.io/123019', { release: version}).install();
+Raven.config('https://f5286cd580bf46898e7180c7a46de... | 8 |
diff --git a/lib/assets/core/javascripts/cartodb3/editor/layers/layer-views/data-layer-view.js b/lib/assets/core/javascripts/cartodb3/editor/layers/layer-views/data-layer-view.js @@ -262,7 +262,10 @@ module.exports = CoreView.extend({
label: _t('editor.layers.options.edit'),
val: 'edit-layer',
action: this._onEditLayer... | 2 |
diff --git a/src/sensors/DataSearch.js b/src/sensors/DataSearch.js @@ -141,8 +141,7 @@ class DataSearch extends Component {
setValue = (value) => {
this.setState({
- currentValue: value,
- suggestions: []
+ currentValue: value
});
if (this.props.autoSuggest) {
this.updateQuery(this.internalComponent, value);
| 3 |
diff --git a/src/platforms/platform.dom.js b/src/platforms/platform.dom.js @@ -124,11 +124,11 @@ var supportsEventListenerOptions = (function() {
// https://github.com/chartjs/Chart.js/issues/4287
var eventListenerOptions = supportsEventListenerOptions ? {passive: true} : false;
-function addEventListener(node, type, l... | 10 |
diff --git a/src/app/lib/file-server.js b/src/app/lib/file-server.js @@ -3,15 +3,20 @@ const express = require('express')
module.exports = () => {
return new Promise((resolve) => {
const app = express()
+ const conf = {
+ maxAge: 1000 * 60 * 60 * 24 * 365
+ }
app.use(
express.static(
- require('path').resolve(__dirname... | 7 |
diff --git a/lib/shared/addon/components/cluster-driver/driver-rke/component.js b/lib/shared/addon/components/cluster-driver/driver-rke/component.js @@ -525,9 +525,13 @@ export default InputTextFile.extend(ManageLabels, ClusterDriver, {
out = Object.keys(out);
- let patchedOut = out.map((version) => {
- return `${ majo... | 2 |
diff --git a/source/background/library/contextMenu.js b/source/background/library/contextMenu.js @@ -11,7 +11,8 @@ const CONTEXT_SHARED_EDITABLE = {
contexts: getBrowser() === "firefox" ? ["editable", "password"] : ["editable"]
};
-let __menu = null;
+let __menu = null,
+ __buildPromise = null;
async function buildEntr... | 9 |
diff --git a/bundles/ranvier-quests/commands/quest.js b/bundles/ranvier-quests/commands/quest.js @@ -127,7 +127,7 @@ module.exports = (srcPath) => {
const active = [...player.questTracker.activeQuests];
let targetQuest = parseInt(options[0], 10);
targetQuest = isNaN(targetQuest) ? -1 : targetQuest - 1;
- if (targetQues... | 1 |
diff --git a/src/modules/dex/directives/dexCandleChart/DexCandleChart.js b/src/modules/dex/directives/dexCandleChart/DexCandleChart.js * @private
*/
this.candle = user.getSetting('candle');
+
this.observe('_assetIdPair', this._onChangeAssetPair);
this.observe('theme', () => {
this._changeTheme = true;
static _remapLang... | 13 |
diff --git a/lib/outline/outline.js b/lib/outline/outline.js @@ -23,28 +23,26 @@ export default class Outline extends PaneItem {
etch.initialize(this)
this.element.setAttribute('tabindex', -1)
- this.element.classList.add('ink-workspace')
}
setItems (items) {
this.items = items
this.filterItems(this.searchEd.getText())... | 7 |
diff --git a/src/plots/gl2d/camera.js b/src/plots/gl2d/camera.js @@ -131,7 +131,7 @@ function createCamera(scene) {
if(Math.abs(dx * dydx) > Math.abs(dy)) {
result.boxEnd[1] = result.boxStart[1] +
- Math.abs(dx) * dydx * (Math.sign(dy) || 1);
+ Math.abs(dx) * dydx * (dy >= 0 ? 1 : -1);
// gl-select-box clips to the plo... | 2 |
diff --git a/tests/phpunit/integration/Core/Storage/Data_EncryptionTest.php b/tests/phpunit/integration/Core/Storage/Data_EncryptionTest.php @@ -48,7 +48,7 @@ class Data_EncryptionTest extends TestCase {
// Encrypt 'test-value' and ensure that it is decrypted successfully.
$iv_len = openssl_cipher_iv_length( self::METH... | 8 |
diff --git a/packages/app/src/components/Common/Dropdown/PageItemControl.tsx b/packages/app/src/components/Common/Dropdown/PageItemControl.tsx @@ -191,7 +191,7 @@ const PageItemControlDropdownMenu = React.memo((props: DropdownMenuProps): JSX.E
<>
{ showDeviderBeforeDelete && <DropdownItem divider /> }
<DropdownItem
- c... | 14 |
diff --git a/shared/data/tracker_lists/trackersWithParentCompany.json b/shared/data/tracker_lists/trackersWithParentCompany.json ]
}
},
+ {
+ "rule": "ad4game\\.com[?/].*\\/images\\/",
+ "options": {
+ "types": [
+ "image"
+ ],
+ "domains": [
+ "kissanime.com"
+ ]
+ }
+ },
{
"rule": "ad4game\\.com\\/js\\/",
"options": ... | 3 |
diff --git a/lib/ui/components/common/RequestOption.js b/lib/ui/components/common/RequestOption.js import React from 'react';
import styled from 'styled-components';
import Icon from 'ui/components/Icon';
+import MethodLabel from 'ui/components/styled/MethodLabel';
const Option = styled.div`
padding: 5px 12px 5px 32px;... | 14 |
diff --git a/assets/js/components/SettingsNotice/SettingsNotice.js b/assets/js/components/SettingsNotice/SettingsNotice.js @@ -48,7 +48,7 @@ export default function SettingsNotice( props ) {
) }
>
<div className="googlesitekit-settings-notice__icon">
- { Icon && <Icon width="20" height="20" /> }
+ <Icon width="20" heig... | 2 |
diff --git a/src/cli/utils.js b/src/cli/utils.js @@ -208,7 +208,7 @@ const pack = async (inputDirPath, outputFilePath, include = [], exclude = []) =>
throw new Error('Please provide a valid format. Either a "zip" or a "tar"')
}
- const patterns = ['**']
+ const patterns = ['**/*']
if (!isNil(exclude)) {
exclude.forEach... | 4 |
diff --git a/src/components/drawing/index.js b/src/components/drawing/index.js @@ -412,8 +412,9 @@ drawing.pattern = function(sel, calledBy, gd, patternID, shape, size, solidity,
var patternAttrs = {};
var fgC = tinycolor(fgcolor);
- var fgRGB = Color.tinyRGB(fgC);
var fgAlpha = fgC.getAlpha();
+ var fgRGB = fgAlpha ==... | 4 |
diff --git a/server/src/processes/reactor.js b/server/src/processes/reactor.js @@ -81,7 +81,9 @@ const updateReactor = () => {
.filter(s => s.simulatorId === simId)
.filter(s => s.power.power)
.reduce((prev, sys) => {
- return prev + sys.power.power;
+ return sys.power.powerLevels.length > 0
+ ? prev + sys.power.power
... | 1 |
diff --git a/workflow/urls.py b/workflow/urls.py @@ -12,6 +12,7 @@ urlpatterns = [
path('objectives', objectives_list, name='objectives'),
path('objectives/tree', objectives_tree, name='objectives-tree'),
path('level2/add', add_level2, name='add-level2'),
+ path('documentation/add', add_documentation, name='add-documen... | 0 |
diff --git a/packages/swagger2openapi/index.js b/packages/swagger2openapi/index.js @@ -1353,7 +1353,7 @@ function convertObj(swagger, options, callback) {
openapi = Object.assign(openapi, cclone(swagger));
delete openapi.swagger;
recurse(openapi, {}, function(obj, key, state){
- if (obj[key] === null) delete obj[key]; ... | 11 |
diff --git a/test/integration/notifications.test.js b/test/integration/notifications.test.js @@ -198,6 +198,21 @@ describe('Integration: notifications', () => {
});
});
+ test('status event with no matching PR does not update a message', async () => {
+ await Subscription.subscribe({
+ githubId: statusPayload.repositor... | 7 |
diff --git a/src/components/fx/hover.js b/src/components/fx/hover.js @@ -735,8 +735,8 @@ function _hover(gd, evt, subplot, noHoverEvent) {
// Top/left hover offsets relative to graph div. As long as hover content is
// a sibling of the graph div, it will be positioned correctly relative to
// the offset parent, whateve... | 10 |
diff --git a/angular/projects/spark-angular/src/lib/directives/inputs/sprk-button/sprk-button.directive.ts b/angular/projects/spark-angular/src/lib/directives/inputs/sprk-button/sprk-button.directive.ts @@ -4,6 +4,9 @@ import { Directive, ElementRef, OnInit, Input } from '@angular/core';
selector: '[sprkButton]'
})
exp... | 8 |
diff --git a/composer.json b/composer.json "laravel/framework": "^8.0|^7.0|^6.0",
"prologue/alerts": "^0.4.1",
"creativeorange/gravatar": "~1.0",
- "ocramius/package-versions": "^2.0|^1.4",
+ "composer/package-versions-deprecated": "^1.8",
"doctrine/dbal": "^2.5",
"guzzlehttp/guzzle": "^7.0|^6.3"
},
| 14 |
diff --git a/appengine/pond/js/visualization.js b/appengine/pond/js/visualization.js @@ -424,7 +424,7 @@ Pond.Visualization.preloadAudio_ = function() {
for (var name in Pond.Visualization.SOUNDS_) {
var sound = Pond.Visualization.SOUNDS_[name];
sound.volume = .01;
- sound.play();
+ sound.play().catch(function() {});
s... | 9 |
diff --git a/accessibility-checker-engine/test/v2/checker/accessibility/rules/aria_child_valid_ruleunit/validAriaRequiredChildrenTableHtmlEquv.html b/accessibility-checker-engine/test/v2/checker/accessibility/rules/aria_child_valid_ruleunit/validAriaRequiredChildrenTableHtmlEquv.html OpenAjax.a11y.ruleCoverage = [{
rul... | 3 |
diff --git a/kitty-items-go/services/kibbles.go b/kitty-items-go/services/kibbles.go @@ -2,6 +2,7 @@ package services
import (
"context"
+ "fmt"
"github.com/onflow/cadence"
"github.com/onflow/flow-go-sdk"
@@ -33,17 +34,20 @@ func NewKibbles(service *FlowService) *KibblesService {
func (k *KibblesService) Mint(ctx conte... | 10 |
diff --git a/src/components/general/character-select/CharacterSelect.jsx b/src/components/general/character-select/CharacterSelect.jsx @@ -8,6 +8,7 @@ import { MegaHup } from '../../../MegaHup.jsx';
import { LightArrow } from '../../../LightArrow.jsx';
import { world } from '../../../../world.js';
// import { NpcPlayer... | 0 |
diff --git a/.github/workflows/develop-deb.yml b/.github/workflows/develop-deb.yml @@ -10,6 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
+ env:
+ CI: false
strategy:
matrix:
@@ -20,7 +22,7 @@ jobs:
with:
path: edumeet
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v1
+ uses: actions/setup-nod... | 12 |
diff --git a/docs/index.md b/docs/index.md @@ -33,7 +33,7 @@ Then, the following code will be rendered as a WebGL canvas.
<vgl-mesh-standard-material />
<vgl-mesh />
</vgl-scene>
- <vgl-camera orbit="radius: 10; phi: 1; theta: 1;" />
+ <vgl-perspective-camera orbit="radius: 10; phi: 1; theta: 1;" />
</vgl-renderer>
</d... | 4 |
diff --git a/src/muya/lib/contentState/pasteCtrl.js b/src/muya/lib/contentState/pasteCtrl.js @@ -228,6 +228,18 @@ const pasteCtrl = ContentState => {
if (file) {
return event.preventDefault()
}
+
+ if (this.selectedTableCells) {
+ const { start } = this.cursor
+ const startBlock = this.getBlock(start.key)
+ const { sel... | 14 |
diff --git a/templates/customdashboard/customdashboard/visual_dashboard.html b/templates/customdashboard/customdashboard/visual_dashboard.html {% extends "base.html" %} {% block content %}
<div class="container">
- <div class="panel panel-info">
- <div class="panel-body">
- <div style="float:left;">
- <h4>
+ {% block b... | 0 |
diff --git a/generators/kubernetes/templates/monitoring/jhipster-prometheus-crd.yml.ejs b/generators/kubernetes/templates/monitoring/jhipster-prometheus-crd.yml.ejs @@ -67,7 +67,7 @@ rules:
- apiGroups: [""]
resources:
- namespaces
- verbs: ["list"]
+ verbs: ["list", "watch"]
---
apiVersion: <%= KUBERNETES_CORE_API_VER... | 1 |
diff --git a/patch/patches/selenium.patch b/patch/patches/selenium.patch -diff --git a/selenium/webdriver/chrome/options.py b/selenium/webdriver/chrome/options.py
-index 102ecb8..36e6025 100644
---- selenium/webdriver/chrome/options.py
-+++ selenium/webdriver/chrome/options.py
-@@ -25,6 +25,7 @@ class Options(object):
... | 3 |
diff --git a/.travis.yml b/.travis.yml @@ -12,6 +12,6 @@ deploy:
access_key_id: "${AWS_ACCESS_KEY_ID}"
secret_access_key: "${AWS_SECRET_ACCESS_KEY}"
region: us-west-2
- bucket: hacko-budget-staging
+ bucket: budget.civicpdx.org
skip_cleanup: true
local_dir: build
| 3 |
diff --git a/tools/subgraph/src/WrapperMapping.ts b/tools/subgraph/src/WrapperMapping.ts import {
- OwnershipTransferred as OwnershipTransferredEvent,
WrappedSwapFor as WrappedSwapForEvent
} from "../generated/Wrapper/Wrapper"
-import { OwnershipTransferred, WrappedSwapFor } from "../generated/schema"
+import { Wrapped... | 2 |
diff --git a/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/use-the-caret-character-to-use-the-latest-minor-version-of-a-dependency/index.md b/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/use-the-caret-character-to-use-the-latest-minor-version-of-a-depen... | 4 |
diff --git a/app/src/components/HtmlRender.js b/app/src/components/HtmlRender.js @@ -7,6 +7,7 @@ import rangy from 'rangy';
import 'rangy/lib/rangy-classapplier';
import 'rangy/lib/rangy-highlighter';
import 'rangy/lib/rangy-selectionsaverestore';
+import 'rangy/lib/rangy-textrange';
import NoteInput from './Notes/Note... | 7 |
diff --git a/src/renderable/renderable.js b/src/renderable/renderable.js // set the scaleFlag
this.currentTransform.scale(_x, _y);
- // resize the bounding box
- this.getBounds().resize(this.width * _x, this.height * _y);
+
+ // corresponding bounding box to be set
+ // through the width and height setters
+ this.width... | 1 |
diff --git a/tests/phpunit/integration/Modules/AdSenseTest.php b/tests/phpunit/integration/Modules/AdSenseTest.php @@ -321,17 +321,11 @@ class AdSenseTest extends TestCase {
'screenID',
'settings',
'provides',
- 'accountURL',
- 'signupURL',
- 'rootURL',
),
array_keys( $info )
);
$this->assertEquals( 'adsense', $info['s... | 2 |
diff --git a/articles/support/matrix.md b/articles/support/matrix.md @@ -26,19 +26,22 @@ For community-supported items, you can seek assistance by contacting the develop
Throughout this article, we will use the following terms to indicate the varying levels of support Auth0 will provide.
<table class="table">
+ <thead>... | 0 |
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md - Please follow the issue template below for bug reports and feature requests.
-- If you have a support request rather than a bug please use [stackoverflow](http://stackoverflow.com/questions/tagged/jhipster) wth the JHipster tag.
+- If you have a suppo... | 1 |
diff --git a/src/libs/actions/PaymentMethods.js b/src/libs/actions/PaymentMethods.js @@ -111,9 +111,10 @@ function setWalletLinkedAccount(password, bankAccountID, fundID) {
Growl.show(Localize.translateLocal('paymentsPage.setDefaultSuccess'), CONST.GROWL.SUCCESS, 5000);
return;
}
-
+ Growl.show(Localize.translateLocal(... | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.