code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/src/plots/mapbox/layout_attributes.js b/src/plots/mapbox/layout_attributes.js @@ -48,10 +48,16 @@ var attrs = module.exports = overrideAll({
dflt: constants.styleValueDflt,
role: 'style',
description: [
- 'Sets the Mapbox map style.',
- 'Either input one of the default Mapbox style names or the URL to a cu... | 7 |
diff --git a/js/core/bis_bidsutils.js b/js/core/bis_bidsutils.js @@ -464,14 +464,21 @@ let getSettingsFile = (filename = '') => {
});
};
-//TODO: implement function
+/**
+ * Schedules a disk write for a time after this function is called. Note that this function may not save the file passed to the function by 'settings... | 1 |
diff --git a/src/mapping.js b/src/mapping.js @@ -35,6 +35,7 @@ export function mapping<T>(decoder: Decoder<T>): Decoder<Map<string, T>> {
errors.push([key, ((e: any): DecodeError)]);
} else {
// Otherwise, simply rethrow it
+ /* istanbul ignore next */
throw e;
}
}
| 8 |
diff --git a/src/sections/target/Safety/SafetyTable.js b/src/sections/target/Safety/SafetyTable.js @@ -65,19 +65,21 @@ function getColumns(classes) {
return 'biosamples';
},
renderCell: ({ biosample }) => {
- const entries = biosample.map(sample => {
+ const entries = biosample.map(
+ ({ cellFormat, cellLabel, tissueLa... | 9 |
diff --git a/Source/DataSources/GpxDataSource.js b/Source/DataSources/GpxDataSource.js @@ -752,22 +752,6 @@ define([
return result;
}
- //TODO check for points inside other complexTypes?
- function processPt(dataSource, geometryNode, entityCollection, sourceUri, uriResolver) {
- var coordinatesString = getCoordinatesSt... | 8 |
diff --git a/app/modules/Settings/WalletList/WalletListScreen.js b/app/modules/Settings/WalletList/WalletListScreen.js @@ -74,12 +74,6 @@ class WalletListScreen extends PureComponent {
}
</View>
<View style={[styles.buttons, { marginBottom: GRID_SIZE }]}>
- <BorderedButton
- icon='plus'
- text={strings('settings.wallet... | 14 |
diff --git a/lib/api/core/models/repositories/tokenRepository.js b/lib/api/core/models/repositories/tokenRepository.js @@ -247,7 +247,13 @@ class TokenRepository extends Repository {
.map(key => key.indexOf('#', userKey.length - 1) === -1 ? key.slice(userKey.length - 1) : null)
.filter(key => key !== null);
- const pro... | 9 |
diff --git a/articles/libraries/auth0js/v8/index.md b/articles/libraries/auth0js/v8/index.md @@ -86,7 +86,7 @@ You can choose a method for login based on the type of auth you need in your app
### webAuth.authorize()
-The `authorize()` method can be used for logging in users via the [Hosted Login Page](/libraries/auth0j... | 0 |
diff --git a/src/index.d.ts b/src/index.d.ts @@ -445,7 +445,7 @@ declare module 'discord-akairo' {
public static CommandRetry: typeof CommandRetry;
public static cancel(): CommandCancel;
- public static retry(message: Message): CommandMessage;
+ public static retry(message: Message): CommandRetry;
}
class CommandCancel... | 1 |
diff --git a/src/Widgets/FormContainerWidget/FormContainerWidgetEditingConfig.js b/src/Widgets/FormContainerWidget/FormContainerWidgetEditingConfig.js @@ -36,7 +36,8 @@ Scrivito.provideEditingConfig("FormContainerWidget", {
submittingMessage: "Submitting...",
submittedMessage:
"Your message has been successfully sent. ... | 7 |
diff --git a/assets/js/googlesitekit/modules/create-info-store.test.js b/assets/js/googlesitekit/modules/create-info-store.test.js @@ -44,12 +44,6 @@ describe( 'createInfoStore store', () => {
} );
describe( 'storeName', () => {
- it( 'returns the correct default store name', () => {
- const { storeName } = createInfoS... | 2 |
diff --git a/index.js b/index.js @@ -582,7 +582,7 @@ class Command extends EventEmitter {
* @api public
*/
allowUnknownOption(arg) {
- this._allowUnknownOption = arguments.length === 0 || arg;
+ this._allowUnknownOption = (arg === undefined) || arg;
return this;
};
@@ -1182,7 +1182,7 @@ class Command extends EventEmitt... | 14 |
diff --git a/src/config/index.js b/src/config/index.js @@ -43,7 +43,7 @@ export default defaults(
{
host: 'localhost',
port: '4300',
- // apiPath: 'http://localhost:8080/Plone', // for Plone
- apiPath: 'http://localhost:8081/db/web', // for guillotina
+ apiPath: 'http://localhost:8080/Plone', // for Plone
+ // apiPath:... | 12 |
diff --git a/web/settings.html b/web/settings.html </label>
<div class="col-sm-9">
<select class="form-control" id="frmGlobal-language" {{disableWrite}}>
- <!-- TODO: make this list dynamic -->
+ <option value="en" {{global.language=='en'|isSelected}}>English (default)</option>
+
+ <option value="ar" {{global.language=... | 0 |
diff --git a/token-metadata/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/metadata.json b/token-metadata/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/metadata.json "symbol": "BTRS",
"address": "0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/src/main/resources/public/templates/newModals/tpl-modal-defect-editor.html b/src/main/resources/public/templates/newModals/tpl-modal-defect-editor.html <div class="rp-defect-editor-bottom">
<% if(data.isMultipleEdit){ %>
<label class="rp-checkbox-wrap replace-comments">
- <input class="rp-input-checkbox" t... | 14 |
diff --git a/src/pages/home/sidebar/SidebarLinks.js b/src/pages/home/sidebar/SidebarLinks.js @@ -117,13 +117,16 @@ class SidebarLinks extends React.Component {
hasDraftHistory = lodashGet(this.props.reports, `${ONYXKEYS.COLLECTION.REPORT}${this.props.currentlyViewedReportID}.hasDraft`, false);
}
- const shouldReorder =... | 10 |
diff --git a/src/components/Explorer/queryTemplate.js b/src/components/Explorer/queryTemplate.js @@ -14,12 +14,12 @@ const queryTemplate = ({
minDate,
maxDate,
}) => `SELECT
-${(group && select) ?
+${(group) ?
[`${group.value} ${group.alias || ''}`,
- `round(sum(${select.groupValue || select.value})::numeric/count(dist... | 11 |
diff --git a/electron/offscreen.js b/electron/offscreen.js @@ -11,8 +11,11 @@ let mainWindow;
function createWindow () {
mainWindow = new BrowserWindow({ width: 1920, height: 1080,
+ show: false,
+ frame: false,
webPreferences: {
- offscreen: true
+ offscreen: true,
+ transparent: true,
}
});
| 3 |
diff --git a/src/server/util/swigFunctions.js b/src/server/util/swigFunctions.js @@ -136,8 +136,7 @@ module.exports = function(crowi, app, req, locals) {
};
locals.passportSamlLoginEnabled = function() {
- let config = crowi.getConfig();
- return locals.isEnabledPassport() && config.crowi['security:passport-saml:isEnab... | 4 |
diff --git a/test/data/validationData/detailedBlobValidationSpec.yaml b/test/data/validationData/detailedBlobValidationSpec.yaml @@ -70,8 +70,7 @@ components:
enum: ['Postman']
companyNumber:
type: number
- minimum: 10000
- exclusiveMinimum: true
+ exclusiveMinimum: 10000
website:
type: number
turnover:
| 13 |
diff --git a/electron-builder.json b/electron-builder.json },
"publish": ["github"],
"extraResources": ["build/**"],
+ "files": [
+ "**/*",
+ "!**/node_modules/*/{Makefile,CHANGELOG.md,CONTRIBUTING.md,HISTORY.md,History.md,README.md,README,readme.md,readme,LICENSE,license}",
+ "!**/node_modules/*/{test,__tests__,tests,... | 8 |
diff --git a/src/module.d.ts b/src/module.d.ts @@ -13,7 +13,6 @@ export interface RowDefinitionProps {
//if this is not set it will make one up (not efficient)
rowKey?: string;
- // TODO: Unused?
//The column that will be known used to track child data
//By default this will be "children"
childColumnName?: string;
| 2 |
diff --git a/docker-compose.yml b/docker-compose.yml @@ -19,6 +19,9 @@ services:
- SIDEWALK_CITY_ID=washington-dc
- SIDEWALK_EMAIL_ADDRESS=DUMMY_EMAIL_ADDRESS
- SIDEWALK_EMAIL_PASSWORD=DUMMY_EMAIL_PASSWORD
+ - GOOGLE_MAPS_API_KEY=DUMMY_GOOGLE_API_KEY
+ - GOOGLE_MAPS_SECRET=DUMMY_GOOGLE_SECRET
+ - INTERNAL_API_KEY=DUMMY... | 3 |
diff --git a/components/Auth/TokenAuthorization.js b/components/Auth/TokenAuthorization.js @@ -78,7 +78,7 @@ class TokenAuthorization extends Component {
}, () => {
authorize({
consents: this.state.consents,
- fields: Object.keys(this.state.values).length > 0
+ requiredFields: Object.keys(this.state.values).length > 0
... | 10 |
diff --git a/public/javascripts/Admin/src/Admin.Panorama.js b/public/javascripts/Admin/src/Admin.Panorama.js @@ -103,8 +103,8 @@ function AdminPanorama(svHolder) {
* @returns {renderLabel}
*/
function renderLabel (label) {
- var x = label.canvasX / label.originalCanvasWidth * self.drawingCanvas.width;
- var y = label.c... | 3 |
diff --git a/source/index/contracts/Index.sol b/source/index/contracts/Index.sol distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
- sizeations under the License.
... | 13 |
diff --git a/demo/filtering.html b/demo/filtering.html this.loading = true;
- this.debounce('loading', function() {
+ var urlJob = Polymer.Debouncer.debounce(urlJob, Polymer.Async.timeOut.after(this.debounceDuration), () => {
this.loading = false;
this.lastResponse = elements.filter(function(el) {
return el.toLowerCase... | 14 |
diff --git a/webpack.config.js b/webpack.config.js @@ -46,6 +46,9 @@ module.exports = {
raw: true,
entryOnly: true
}),
+ new webpack.DefinePlugin({
+ "process.browser": "true"
+ }),
vendorCSS,
projectCSS
],
| 0 |
diff --git a/lime/_backend/html5/HTML5HTTPRequest.hx b/lime/_backend/html5/HTML5HTTPRequest.hx @@ -388,13 +388,17 @@ class HTML5HTTPRequest {
if (request.status != null && ((request.status >= 200 && request.status < 400) || (validStatus0 && request.status == 0))) {
- var bytes;
+ var bytes = null;
if (request.responseT... | 7 |
diff --git a/src/module/config.js b/src/module/config.js @@ -374,6 +374,21 @@ SFRPG.weaponProperties = {
SFRPG.weaponPropertiesTooltips = {
"one": "SFRPG.WeaponPropertiesOneHandedTooltip",
"two": "SFRPG.WeaponPropertiesTwoHandedTooltip",
+ "aeon": "SFRPG.WeaponPropertiesAeonTooltip",
+ "analog": "SFRPG.WeaponProperties... | 0 |
diff --git a/config/redirects.js b/config/redirects.js @@ -1264,5 +1264,41 @@ module.exports = [
{
from: '/quickstart/backend/webapi-owin/00-getting-started',
to: '/quickstart/backend/webapi-owin'
+ },
+ {
+ from: '/quickstart/webapp/rails/00-introduction',
+ to: '/quickstart/webapp/rails'
+ },
+ {
+ from: '/quickstart... | 0 |
diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ Highly customizable with modular per-page fragments.
## Using Syna Theme
-Check out our [demo](https://syna-demo.okkur.io)
+Check out our [demo](https://syna-demo.okkur.io). To start using Syna please read the [installation guide](./docs/README.md#installation).
## D... | 0 |
diff --git a/angular/projects/spark-angular/src/lib/interfaces/sprk-narrow-nav-link.interface.ts b/angular/projects/spark-angular/src/lib/interfaces/sprk-narrow-nav-link.interface.ts -import { ISprkLink } from './sprk-link.interface';
+import { TSprkIconTextLinkOptionalProps } from './sprk-icon-text-link.interface';
+
... | 3 |
diff --git a/packages/kotlin-webpack-plugin/plugin.js b/packages/kotlin-webpack-plugin/plugin.js @@ -158,7 +158,14 @@ class KotlinWebpackPlugin {
absolute: true,
}).then(paths => {
const normalizedPaths = paths.map(it => path.normalize(it));
+ if (compilation.fileDependencies.add) {
+ for (const path of normalizedPaths... | 9 |
diff --git a/assets/js/googlesitekit/modules/datastore/modules.test.js b/assets/js/googlesitekit/modules/datastore/modules.test.js @@ -297,12 +297,6 @@ describe( 'core/modules modules', () => {
expect( modules[ moduleSlug ] ).toMatchObject( { active: false, connected: false } );
} );
- it( 'requires the module slug to ... | 2 |
diff --git a/src/components/dashboard/Dashboard.js b/src/components/dashboard/Dashboard.js // @flow
-import React, { useEffect, useState } from 'react'
+import React, { useEffect, useRef, useState } from 'react'
+
import type { Store } from 'undux'
import normalize from '../../lib/utils/normalizeText'
import GDStore fr... | 0 |
diff --git a/index.js b/index.js @@ -541,7 +541,7 @@ Command.prototype.executeSubCommand = function(argv, args, unknown) {
// add executable arguments to spawn
args = (process.execArgv || []).concat(args);
- proc = spawn('node', args, { stdio: 'inherit', customFds: [0, 1, 2] });
+ proc = spawn(process.argv[0], args, { ... | 4 |
diff --git a/generators/entity/index.js b/generators/entity/index.js @@ -748,6 +748,7 @@ class EntityGenerator extends BaseBlueprintGenerator {
// Load in-memory data for fields
context.fields.forEach(field => {
+ const fieldOptions = field.options || {};
// Migration from JodaTime to Java Time
if (field.fieldType === ... | 11 |
diff --git a/js/views/modals/orderDetail/summaryTab/Summary.js b/js/views/modals/orderDetail/summaryTab/Summary.js @@ -835,7 +835,8 @@ export default class extends BaseVw {
collection: this.paymentsCollection,
orderPrice: this.orderPriceBtc,
vendor: this.vendor,
- isOrderCancelable: () => this.model.get('state') === 'P... | 11 |
diff --git a/camera-manager.js b/camera-manager.js @@ -132,6 +132,9 @@ const selectTool = newSelectedTool => {
}
}
};
+window.addEventListener('wheel', e => {
+ console.log('got delta', e.deltaY);
+});
const focusCamera = position => {
camera.lookAt(position);
camera.updateMatrixWorld();
| 0 |
diff --git a/packages/app/src/components/InAppNotification/InAppNotificationPage.tsx b/packages/app/src/components/InAppNotification/InAppNotificationPage.tsx @@ -20,15 +20,14 @@ const InAppNotificationPageBody: FC<Props> = (props) => {
const limit = appContainer.config.pageLimitationXL;
const [activePage, setActivePag... | 10 |
diff --git a/doc/server_config.md b/doc/server_config.md @@ -31,7 +31,7 @@ Make sure you have the following packages installed:
* xml2 **(Version 1.0 or higher)**
* jaod (Currently, a Github repository only: http://github.com/ropenscilabs/jaod. Install with devtools.)
* rbace (Currently, a Github repository only: http:... | 3 |
diff --git a/index.js b/index.js @@ -25,6 +25,15 @@ const certs = {
cert: _tryReadFile('./certs/fullchain.pem'),
};
+function makeId(length) {
+ let result = '';
+ const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
+ for (let i = 0; i < length; i++) {
+ result += characters.charAt(Math... | 0 |
diff --git a/plugins/plugin-sass/README.md b/plugins/plugin-sass/README.md @@ -23,7 +23,7 @@ Then add the plugin to your Snowpack config:
module.exports = {
plugins: [
- ['@snowpack/plugin-sass', { /* see options below */ }
+ ['@snowpack/plugin-sass', { /* see options below */ } ]
],
};
```
| 0 |
diff --git a/views/bootswatch4.pug b/views/bootswatch4.pug @@ -2,6 +2,16 @@ extends layout
block content
h2 Bootswatch 4 Beta
+
+ .panel.panel-info
+ .panel-heading
+ h3.panel-title Info
+ .panel-body
+ | Bootstrap 4 is currently in Beta release and should be treated as such. For details check out
+ a(href='https://blo... | 0 |
diff --git a/learn/getting_started/quick_start.md b/learn/getting_started/quick_start.md # Quick Start
This quick tour will help you get started with MeiliSearch in only a few steps. In order to make the most of it, you should be somewhat familiar with:
+
- [The command line](https://www.learnenough.com/command-line-tu... | 1 |
diff --git a/src/imba/index.imba b/src/imba/index.imba @@ -420,47 +420,44 @@ class KeyedTagFragment < TagFragment
@parent = parent
@slot = slot
@array = []
- @remove = Set.new
- @map = WeakMap.new
+ @changes = Map.new
+ @dirty = no
@$ = {}
def push item, idx
let toReplace = @array[idx]
- # do nothing
+
if toReplace ===... | 7 |
diff --git a/generators/client/templates/angular/src/main/webapp/app/shared/alert/alert-error.component.ts.ejs b/generators/client/templates/angular/src/main/webapp/app/shared/alert/alert-error.component.ts.ejs @@ -113,7 +113,7 @@ export class AlertErrorComponent implements OnDestroy {
}
setClasses(alert: JhiAlert): { ... | 4 |
diff --git a/mob-manager.js b/mob-manager.js @@ -403,6 +403,7 @@ class MobGenerator {
position: chunk.clone()
.multiplyScalar(chunkWorldSize)
.add(new THREE.Vector3(rng() * chunkWorldSize, 0, rng() * chunkWorldSize)),
+ quaternion: new THREE.Quaternion().setFromAxisAngle(new THREE.Vector3(0, 1, 0), r(Math.PI)),
});
app... | 0 |
diff --git a/server/workers/base/renv.lock b/server/workers/base/renv.lock },
"rbace": {
"Package": "rbace",
- "Version": "0.0.6.9510",
+ "Version": "0.2.0",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteRepo": "rbace",
"RemoteUsername": "ropensci",
"RemoteRef": "master",
- "RemoteS... | 3 |
diff --git a/app/src/renderer/components/common/NiFieldSeed.vue b/app/src/renderer/components/common/NiFieldSeed.vue field.ni-field-seed(
type="textarea"
@input="update($event)"
- :value="value")
+ :value="value"
+ resize="none")
</template>
<script>
@@ -15,6 +16,9 @@ export default {
this.$emit("input", value)
}
},
+ ... | 12 |
diff --git a/src/components/TileLayer.vue b/src/components/TileLayer.vue @@ -20,9 +20,22 @@ export default {
if (this.token) this.params['token'] = this.token;
this.$tileLayer = L.tileLayer(this.url, this.params);
},
+ watch: {
+ url (val) {
+ this.$tileLayer.setUrl(val);
+ },
+ attribution (val, old) {
+ this.$attribu... | 11 |
diff --git a/sources/ca/on/north_glengarry.json b/sources/ca/on/north_glengarry.json "number": {
"function": "regexp",
"field": "LOCATION",
- "pattern": "^([0-9]+)( .*)",
- "replace": "$1"
+ "pattern": "^([0-9]+(?:\-[0-9]+)?)(?: .*)"
},
"street": "STREETNAME",
"type": "shapefile"
| 11 |
diff --git a/examples/cindyleap/08_FingerTracking_Gestures.html b/examples/cindyleap/08_FingerTracking_Gestures.html <meta charset="UTF-8">
<script type="text/javascript" src="../../build/js/Cindy.js"></script>
<script type="text/javascript" src="../../build/js/CindyLeap.js"></script>
+<link rel="stylesheet" href="../.... | 14 |
diff --git a/src/angular/projects/spark-angular/package.json b/src/angular/projects/spark-angular/package.json "lerna-publish": "cd ../../dist/spark-angular && npm publish"
},
"peerDependencies": {
- "@angular/animations": "^7.0.0",
- "@angular/common": "^7.0.0",
- "@angular/compiler": "^7.0.0",
- "@angular/compiler-cl... | 3 |
diff --git a/buildinfo.sh b/buildinfo.sh #!/bin/bash -x
GIT_HASH=$(git rev-parse HEAD)
+DATE=`date`
cat > buildinfo.go <<- EOM
package sparta
// THIS FILE IS AUTOMATICALLY GENERATED
// DO NOT EDIT
+// CREATED: $(DATE)
// SpartaGitHash is the commit hash of this Sparta library
const SpartaGitHash = "$GIT_HASH"
| 0 |
diff --git a/src/components/lights/DirectionalLight.js b/src/components/lights/DirectionalLight.js @@ -2,11 +2,14 @@ import {DirectionalLight as DirectionalLightNative, DirectionalLightHelper} from
import {LightComponent} from '../../core/LightComponent';
class DirectionalLight extends LightComponent {
- // static help... | 3 |
diff --git a/.github/workflows/php-tests-wp-latest-multisite-php-7-4.yml b/.github/workflows/php-tests-wp-latest-multisite-php-7-4.yml @@ -34,12 +34,6 @@ jobs:
WP_MULTISITE: '1'
steps:
- uses: actions/checkout@v2
- - name: Grant database access
- env:
- MYSQL_TCP_PORT: ${{ env.DB_PORT }}
- run: |
- mysql -u root -h ${D... | 2 |
diff --git a/test/vgl-font.spec.js b/test/vgl-font.spec.js @@ -115,14 +115,14 @@ describe("VglFont component", function() {
}).$mount();
vm.$refs.f.$watch("inst", (inst) => {
const req = new XMLHttpRequest();
- req.onload = () => {
+ req.addEventListener("load", () => {
try {
- assert.deepEqual(inst.data, JSON.parse(re... | 4 |
diff --git a/test/jasmine/tests/parcoords_test.js b/test/jasmine/tests/parcoords_test.js @@ -856,6 +856,12 @@ describe('parcoords Lifecycle methods', function() {
}],
line: {color: 'blue'}
}], {
+ margin: {
+ t: 0,
+ b: 0,
+ l: 0,
+ r: 0
+ },
width: 300,
height: 200
})
@@ -888,6 +894,12 @@ describe('parcoords Lifecycle... | 0 |
diff --git a/contracts/ExternStateFeeToken.sol b/contracts/ExternStateFeeToken.sol @@ -234,7 +234,6 @@ contract ExternStateFeeToken is Owned, SafeDecimalMath {
state.setBalanceOf(address(this), safeAdd(state.balanceOf(address(this)), fee));
emit Transfer(msg.sender, to, value);
- emit TransferFeePaid(msg.sender, fee);
... | 2 |
diff --git a/docs/guides/building-tests.md b/docs/guides/building-tests.md @@ -11,8 +11,6 @@ $ git clone https://github.com/SabakiHQ/Sabaki
$ cd Sabaki
```
-### Desktop version
-
Install the dependencies of Sabaki using npm:
```
@@ -54,23 +52,6 @@ adheres to the coding style standards:
$ npm run format
```
-### Web ver... | 2 |
diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js @@ -51,7 +51,7 @@ Module.register("calendar", {
// Define required scripts.
getStyles: function () {
- return ["calendar.css", "font-awesome5.css", "font-awesome5.v4shims.css"];
+ return ["calendar.css", "font-awesome.css"];
},
// ... | 13 |
diff --git a/src/kiri/init.js b/src/kiri/init.js @@ -2069,12 +2069,13 @@ gapp.register("kiri.init", [], (root, exports) => {
}
function dragit(el, delta) {
- el.onmousedown = (ev) => {
+ el.ontouchstart = el.onmousedown = (ev) => {
tracker.style.display = 'block';
ev.stopPropagation();
+ let obj = (ev.touches ? ev.touc... | 11 |
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -79,6 +79,7 @@ jobs:
firstCommitHash="$(git log master.."${{ env.release_branch_name }}" --pretty=format:"%H" | tail -1)"
git checkout $firstCommitHash
git commit -m "Automatically updated @semcore/ui changelog" --amend --no-edit
+ git checko... | 0 |
diff --git a/app/controllers/carto/api/api_keys_controller.rb b/app/controllers/carto/api/api_keys_controller.rb @@ -12,6 +12,8 @@ class Carto::Api::ApiKeysController < ::Api::ApplicationController
)
api_key.save!
render_jsonp(Carto::Api::ApiKeyPresenter.new(api_key).to_poro)
+ rescue ActiveRecord::RecordInvalid => e
+... | 9 |
diff --git a/src/main/resources/public/js/src/analytics/AnalyticsGA.js b/src/main/resources/public/js/src/analytics/AnalyticsGA.js @@ -27,9 +27,9 @@ define(function (require) {
var AnalyticsGA = AnalyticsObject.extend({
initialize: function () {
- if ('DEBUG_STATE') {
- return;
- }
+ // if ('DEBUG_STATE') {
+ // return... | 12 |
diff --git a/packages/openneuro-app/src/scripts/datalad/download/download-native.js b/packages/openneuro-app/src/scripts/datalad/download/download-native.js @@ -86,7 +86,9 @@ export const downloadNative = (datasetId, snapshotTag) => async () => {
}
downloadCompleteToast(dirHandle.name)
} catch (err) {
- if (err.name ==... | 9 |
diff --git a/readme.md b/readme.md @@ -67,6 +67,7 @@ To use the samples clone this GitHub repository using Git.
|22.conversation-history| Demonstrates the use of SendConversationHistoryAsync API to upload conversation history stored in the conversation Transcript.|[View][cs#22]|:runner:| | | |
|23.facebook-events | Int... | 0 |
diff --git a/modules/RTC/RTCBrowserType.js b/modules/RTC/RTCBrowserType.js @@ -319,6 +319,11 @@ function detectIE() {
version = parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
}
+ if (version) {
+ currentBrowser = RTCBrowserType.RTC_BROWSER_IEXPLORER;
+ logger.info(`This appears to be IExplorer, ver: ${version... | 12 |
diff --git a/includes/Modules/AdSense.php b/includes/Modules/AdSense.php @@ -494,7 +494,6 @@ tag_partner: "site_kit"
array(
'id' => 'adsense-notification',
'title' => __( 'Alert found!', 'google-site-kit' ),
- /* translators: %d: number of notifications */
'description' => $alert->getMessage(),
'isDismissible' => true,... | 2 |
diff --git a/articles/custom-domains/additional-configuration.md b/articles/custom-domains/additional-configuration.md @@ -47,8 +47,7 @@ var lock = new Auth0Lock(config.clientID, config.auth0Domain, {
configurationBaseUrl: config.clientConfigurationBaseUrl,
overrides: {
__tenant: config.auth0Tenant,
- __token_issuer: c... | 2 |
diff --git a/src/scripts/content/feedly.js b/src/scripts/content/feedly.js @@ -12,6 +12,6 @@ togglbutton.render('.entryHeader:not(.toggl)', {observe: true}, function (elem)
description: description
});
- $('.entryHeader > .metadata').appendChild(textnode);
- $('.entryHeader > .metadata').appendChild(link);
+ elem.query... | 1 |
diff --git a/server/src/imports/missions/export/playSound.js b/server/src/imports/missions/export/playSound.js @@ -3,6 +3,8 @@ import addAsset from "../../addAsset";
export default function buildExport(zip, i, type) {
if (i.event === "playSound") {
const args = JSON.parse(i.args);
+ console.log({ i, args });
+ if (!arg... | 1 |
diff --git a/tests/e2e/mu-plugins/e2e-rest-feature-flag.php b/tests/e2e/mu-plugins/e2e-rest-feature-flag.php @@ -50,11 +50,10 @@ add_action(
// Enforce feature activation as defined by the E2E feature flags option.
add_filter(
'googlesitekit_is_feature_enabled',
- function( $feature_name, $feature_enabled, $mode ) {
+ ... | 2 |
diff --git a/articles/users/index.md b/articles/users/index.md @@ -27,6 +27,7 @@ description: Learn about working with users in Auth0
'/extensions/delegated-admin',
'/extensions/authorization-extension/v2',
'/user-profile/progressive-profiling',
- '/user-profile/user-data-storage'
+ '/user-profile/user-data-storage',
+... | 0 |
diff --git a/package.json b/package.json "@fortawesome/react-fontawesome": "^0.1.9",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"dotenv": "^8.2.0",
- "gatsby": "^2.21.33",
+ "gatsby": "^2.25.0",
"gatsby-image": "^2.4.3",
"gatsby-plugin-feed": "^2.5.5",
"gatsby-plugin-google-analytics": "^2.3.1",
| 13 |
diff --git a/.solhint.json b/.solhint.json "quotes": "error",
"max-line-length": "error",
"no-unused-vars": "error",
- "function-max-lines": "error",
"no-complex-fallback": "warn",
"check-send-result": "warn",
"reentrancy": "warn",
| 2 |
diff --git a/package.json b/package.json ],
"dependencies": {
"lodash": "^4.17.2",
- "classnames": "^2.2.5"
+ "classnames": "^2.2.5",
+ "react-css-themr": "^2.0.0"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": ... | 13 |
diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/actions.js b/packages/node_modules/@node-red/editor-client/src/js/ui/actions.js @@ -4,6 +4,12 @@ RED.actions = (function() {
}
function addAction(name,handler) {
+ if (typeof handler !== 'function') {
+ throw new Error("Action handler not a function")... | 7 |
diff --git a/runtime.js b/runtime.js @@ -894,6 +894,7 @@ const _loadScript = async (file, {files = null, parentUrl = null, contentId = nu
};
mesh.getPhysicsIds = () => app.physicsIds;
mesh.getComponents = () => components;
+ mesh.getApp = () => app;
// mesh.used = false;
const app = appManager.createApp(appId);
| 0 |
diff --git a/publish/src/commands/import-fee-periods.js b/publish/src/commands/import-fee-periods.js @@ -148,7 +148,9 @@ const importFeePeriods = async ({
if (!yes) {
try {
await confirmAction(
- yellow(`Do you want to continue importing this fee period in index position ${index}?`)
+ yellow(
+ `Do you want to continue... | 3 |
diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE @@ -5,7 +5,7 @@ issue.
*****YOUR ISSUE WILL BE CLOSED IF IT DOES NOT USE THIS TEMPLATE OR IT IS INCOMPLETE!*****
-Feature requetes can be done without this template.
+Feature requests can be done without this template.
If you have multiple things to report please create one ... | 1 |
diff --git a/token-metadata/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/metadata.json b/token-metadata/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/metadata.json "symbol": "MYB",
"address": "0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/test/jasmine/tests/isosurface_test.js b/test/jasmine/tests/isosurface_test.js @@ -265,7 +265,7 @@ describe('Test isosurface', function() {
});
});
- describe('hover', function() {
+ describe('@noCI hover', function() {
var gd;
@@ -352,9 +352,6 @@ describe('Test isosurface', function() {
})
.catch(failTest)... | 0 |
diff --git a/util.js b/util.js @@ -1178,16 +1178,3 @@ export const splitLinesToWidth = (() => {
return lines;
};
})();
\ No newline at end of file
-
-export function uploadGeometry(g) {
- const renderer = getRenderer();
- const gl = renderer.getContext();
-
- for (const name in g.attributes) {
- const attribute = g.att... | 2 |
diff --git a/blocks/init/src/Blocks/wrapper/components/wrapper-options.js b/blocks/init/src/Blocks/wrapper/components/wrapper-options.js @@ -117,7 +117,7 @@ export const WrapperOptions = ({ attributes, setAttributes }) => {
return (
<>
{!wrapperDisable &&
- <PanelBody title={__('Block Layout', 'eightshift-frontend-libs... | 4 |
diff --git a/lib/internal/bundle.js b/lib/internal/bundle.js @@ -149,9 +149,9 @@ async function loadConfigFile(options) {
}
if (!htmlConfig.basePath) {
- if (isHtml(options.output)) {
htmlConfig.basePath = "/";
- } else {
+
+ if (!isHtml(options.output) && !path.isAbsolute(options.output)) {
const basePath = stripFirst... | 7 |
diff --git a/token-metadata/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/metadata.json b/token-metadata/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/metadata.json "symbol": "XNS",
"address": "0x79c71D3436F39Ce382D0f58F1B011D88100B9D91",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/data/kitchen-sink.xml b/data/kitchen-sink.xml and laboratory examinations</source>
<publisher-loc>Stoneham (MA)</publisher-loc>
<publisher-name>Butterworth Publishers</publisher-name>
- <date-in-citation content-type="copyright-year"
- iso-8601-date="1990">1990</date-in-citation>
+ <year iso-8601-date="200... | 14 |
diff --git a/views/stockoverview.blade.php b/views/stockoverview.blade.php <table id="stock-overview-table" class="table table-striped">
<thead>
<tr>
+ <th>#</th>
<th>{{ $L('Product') }}</th>
<th>{{ $L('Amount') }}</th>
<th>{{ $L('Next best before date') }}</th>
</thead>
<tbody>
@foreach($currentStock as $currentStockE... | 0 |
diff --git a/src/pages/workspace/WorkspaceSettingsPage.js b/src/pages/workspace/WorkspaceSettingsPage.js @@ -64,8 +64,8 @@ class WorkspaceSettingsPage extends React.Component {
};
this.submit = this.submit.bind(this);
- this.onImageSelected = this.onImageSelected.bind(this);
- this.onImageRemoved = this.onImageRemoved.... | 10 |
diff --git a/src/app/Library/CrudPanel/Traits/Validation.php b/src/app/Library/CrudPanel/Traits/Validation.php @@ -6,6 +6,17 @@ use Illuminate\Foundation\Http\FormRequest;
trait Validation
{
+ /**
+ * Adds the required rules from an array and allows validation of that array.
+ *
+ * @param array $requiredFields
+ */
+ ... | 11 |
diff --git a/services/ils/app/api/controllers/chunk.js b/services/ils/app/api/controllers/chunk.js @@ -160,7 +160,12 @@ router.post('/', jsonParser, async (req, res) => {
);
}
+ try {
payloadValidator = ajv.compile(domainSchema.body.data.value);
+ } catch (e) {
+ log.error('ERROR: ', e);
+ return res.status(400).send(e... | 7 |
diff --git a/packages/bitcore-lib-doge/lib/transaction/transaction.js b/packages/bitcore-lib-doge/lib/transaction/transaction.js @@ -63,13 +63,13 @@ var DEFAULT_NLOCKTIME = 0;
var MAX_BLOCK_SIZE = 1000000;
// Minimum amount for an output for it not to be considered a dust output
-Transaction.DUST_AMOUNT = 546;
+Transac... | 3 |
diff --git a/package.json b/package.json "name": "find-and-replace",
"main": "./lib/find",
"description": "Find and replace within buffers and across the project.",
- "version": "0.212.1",
+ "version": "0.212.2",
"license": "MIT",
"activationCommands": {
"atom-workspace": [
| 6 |
diff --git a/src/components/AddPaymentMethodMenu.js b/src/components/AddPaymentMethodMenu.js import React from 'react';
import PropTypes from 'prop-types';
-import {View} from 'react-native';
import {withOnyx} from 'react-native-onyx';
-import Popover from './Popover';
-import MenuItem from './MenuItem';
import * as Ex... | 4 |
diff --git a/components/Profile/Page.js b/components/Profile/Page.js @@ -243,30 +243,43 @@ class Profile extends Component {
this.onScroll = () => {
const y = window.pageYOffset
const mobile = window.innerWidth < mediaQueries.mBreakPoint
- if (!mobile && y + HEADER_HEIGHT > this.y + this.innerHeight) {
- if (!this.stat... | 7 |
diff --git a/conf/evolutions/default/50.sql b/conf/evolutions/default/50.sql # --- !Ups
CREATE TABLE user_stat
(
- user_stats_id INT NOT NULL,
+ user_stat_id SERIAL NOT NULL,
user_id TEXT NOT NULL,
meters_audited DOUBLE PRECISION NOT NULL,
labels_per_meter DOUBLE PRECISION,
high_quality BOOLEAN NOT NULL,
high_quality_m... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.