code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
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.205.0",
+ "version": "0.205.1",
"license": "MIT",
"activationCommands": {
"atom-workspace": [
| 6 |
diff --git a/src/lib/libraries/extensions/index.jsx b/src/lib/libraries/extensions/index.jsx @@ -227,66 +227,66 @@ export default [
helpLink: 'https://scratch.mit.edu/ev3'
},
{
- name: 'LEGO Education WeDo 2.0',
- extensionId: 'wedo2',
+ name: 'LEGO BOOST',
+ extensionId: 'boost',
collaborator: 'LEGO',
- iconURL: wedo2... | 5 |
diff --git a/common/models/Tag_definitions.csv b/common/models/Tag_definitions.csv Canonical Name(lowercase + '-'),Display Name(shown on UI),Caption (Hover-over text in UI),Category,Subcategory,Parent (Use Canonical Name)
-ideation,Ideation,,Project Stage,,
+ideation-stage,Ideation,,Project Stage,,
research-stage,Resea... | 10 |
diff --git a/docs/docs/05-configuration.md b/docs/docs/05-configuration.md @@ -34,7 +34,6 @@ $ snowpack dev --no-bundle
- **`--version`** Show the current version.
- **`--reload`** Clear the local cache. Useful for troubleshooting installer issues.
-
### All Config Options
```js
@@ -82,14 +81,14 @@ $ snowpack dev --no-... | 0 |
diff --git a/src/components/MTableEditField/LookupField.js b/src/components/MTableEditField/LookupField.js @@ -24,7 +24,7 @@ function LookupField({ forwardedRef, ...props }) {
</MenuItem>
))}
</Select>
- {Boolean(helperText) && <FormHelperText>{helperText}</FormHelperText>}
+ {Boolean(props.helperText) && <FormHelperTe... | 14 |
diff --git a/packages/cx/src/charts/axis/TimeAxis.js b/packages/cx/src/charts/axis/TimeAxis.js @@ -323,8 +323,6 @@ class TimeScale {
let maxPad = this.maxValuePad != null ? Math.max(max, this.maxValuePad) : max;
let factor = minPad < maxPad ? (this.b - this.a) / (maxPad - minPad) : 0;
- console.log(new Date(min), new D... | 2 |
diff --git a/angular/projects/spark-angular/src/lib/directives/inputs/sprk-button/sprk-button.directive.spec.ts b/angular/projects/spark-angular/src/lib/directives/inputs/sprk-button/sprk-button.directive.spec.ts @@ -57,6 +57,8 @@ describe('Spark Button Directive', () => {
});
it('should add the dark spinner class when... | 3 |
diff --git a/userscript.user.js b/userscript.user.js @@ -38779,18 +38779,20 @@ var $$IMU_EXPORT$$;
return src.replace(/-thumbnail[0-9]*(\.[^/.]*)$/, "$1");
}
- if ((domain === "www.ya.sakura.ne.jp" || domain === "mabi4751.orz.hm") &&
+ if ((domain_nowww === "ya.sakura.ne.jp" || domain === "mabi4751.orz.hm") &&
string_i... | 7 |
diff --git a/README.md b/README.md @@ -33,21 +33,22 @@ docker run -d --restart=always -v /webdollar/data:/blockchainDB3 -e NOSSL=true -
**Required: v8.x**
It doesn't work with the new version 9.x
-**Windows**: just download and install from URL: https://nodejs.org/en/download/
+**Windows**: You can download Node.js fro... | 7 |
diff --git a/lib/assets/core/javascripts/cartodb3/app-notifications.js b/lib/assets/core/javascripts/cartodb3/app-notifications.js @@ -55,6 +55,11 @@ var AppNotifications = (function () {
removeNotification: function (model) {
var notification = this.getNotification(model);
return collection.remove(notification);
+ },
... | 2 |
diff --git a/js/webcomponents/bisweb_grapherelement.js b/js/webcomponents/bisweb_grapherelement.js @@ -307,13 +307,6 @@ class GrapherModule extends HTMLElement {
let graphFrame = document.getElementById(this.graphcanvasid);
- //set chart to fade slightly on hover so the tooltip is more visible
- $('div.bisweb-taucharts... | 5 |
diff --git a/articles/quickstart/spa/socket-io/01-login.md b/articles/quickstart/spa/socket-io/01-login.md @@ -51,45 +51,3 @@ To discover all the available options, see [User configurable options](/librarie
To implement the login, call the `.show()` method of Auth0's `lock` instance when a user clicks the login button,... | 2 |
diff --git a/src/parsers/GmlSeeker.hx b/src/parsers/GmlSeeker.hx @@ -108,7 +108,10 @@ class GmlSeeker {
var canLam = notLam && project.canLambda();
var canDefineComp = Std.is(kind, KGml) ? (cast kind:KGml).canDefineComp : false;
var cubDepth:Int = 0; // depth of {}
- var hasFunctionLiterals = v.config.additionalKeyword... | 1 |
diff --git a/packages/app/src/components/Page/TagLabels.tsx b/packages/app/src/components/Page/TagLabels.tsx @@ -27,7 +27,7 @@ const TagLabels:FC<Props> = (props: Props) => {
return (
<>
- <form className={`${styles['grw-tag-labels']} grw-tag-labels form-inline`}>
+ <div className={`${styles['grw-tag-labels']} grw-tag-... | 14 |
diff --git a/angular/projects/spark-angular/src/lib/components/sprk-toggle/sprk-toggle.component.ts b/angular/projects/spark-angular/src/lib/components/sprk-toggle/sprk-toggle.component.ts @@ -75,9 +75,9 @@ export class SprkToggleComponent implements AfterContentInit {
// TODO: Remove `iconClass` in issue #issueNumber
... | 3 |
diff --git a/userscript.user.js b/userscript.user.js @@ -41865,7 +41865,7 @@ var $$IMU_EXPORT$$;
return;
}
- console_log(setting, required_setting, value, rvalues[i]);
+ //console_log(setting, required_setting, value, rvalues[i]);
if (enabled_map[required_setting] && value === rvalues[i]) {
enabled = true;
break;
@@ -4... | 7 |
diff --git a/package/src/theme/defaultComponentTheme.js b/package/src/theme/defaultComponentTheme.js @@ -293,7 +293,7 @@ const selectableList = {
const viewerInfo = {
rui_viewerInfoInitialsBackgroundColor: colors.teal,
rui_viewerInfoInitialsColor: colors.white,
- rui_viewerInfoInitialsSize: "80px"
+ rui_viewerInfoIniti... | 13 |
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js selectOnTab: false,
dropdownAlignRight: false,
windowPadding: 0,
- virtualScroll: false
+ virtualScroll: 600
};
if (version.major === '4') {
if (this.options.container) {
this.selectPosition();
} else {
- if (this.options.virtualScroll) {
this.$element.on('hi... | 11 |
diff --git a/views/stats.ejs b/views/stats.ejs @@ -1608,9 +1608,9 @@ const metaDescription = getMetaDescription()
<div class="forge-item">
<p class="stat-name forge-slot">Slot <%= process.slot %>:</p>
<% if (process.id !== "UNKNOWN") { %>
- <span data-tippy-content='<local-time timestamp="<%= process.timeFinished %>"><... | 4 |
diff --git a/generators/client/templates/react/src/main/webapp/app/config/icon-loader.ts.ejs b/generators/client/templates/react/src/main/webapp/app/config/icon-loader.ts.ejs @@ -32,7 +32,7 @@ import { faHeart } from '@fortawesome/free-solid-svg-icons/faHeart';
import { faList } from '@fortawesome/free-solid-svg-icons/... | 4 |
diff --git a/components/maplibre/index.js b/components/maplibre/index.js @@ -77,7 +77,7 @@ class MapWrapper extends React.PureComponent {
}
componentDidMount() {
- /* eslint node/no-unsupported-features/es-syntax: off */
+ /* eslint-disable node/no-unsupported-features/es-syntax */
this.MapComponent = isWebGLSupported(... | 7 |
diff --git a/src/tabs/character.jsx b/src/tabs/character.jsx @@ -9,8 +9,8 @@ const emotions = [
'joy',
'sorrow',
'angry',
- 'surprised',
'fun',
+ 'surprise',
];
export const Character = ({open, game, wearActions, panelsRef, setOpen, toggleOpen, dioramaCanvasRef}) => {
| 10 |
diff --git a/articles/api/authentication/_change-password.md b/articles/api/authentication/_change-password.md @@ -6,7 +6,6 @@ Content-Type: application/json
{
"client_id": "${account.clientId}",
"email": "EMAIL",
- "password": "",
"connection": "CONNECTION",
}
```
@@ -15,7 +14,7 @@ Content-Type: application/json
curl ... | 2 |
diff --git a/src/Navigation.js b/src/Navigation.js @@ -125,7 +125,8 @@ const EventsStack = createStackNavigator(
{
[EVENT_LIST]: { screen: withShadow(EventsScreen) },
[EVENT_DETAILS]: { screen: EventDetailsScreen },
- [EVENT_CATEGORIES_FILTER]: { screen: CategoriesFilterScreen }
+ [EVENT_CATEGORIES_FILTER]: { screen: C... | 5 |
diff --git a/.travis.yml b/.travis.yml @@ -14,15 +14,7 @@ install:
- pip install --user awscli
before_script:
- yarn
-
-jobs:
- include:
- - stage: build
- env:
- - PEFIX_PATHS=true
script: ./travis/build.sh
- - stage: deploy
- script: skip
deploy:
provider: script
script: ./travis/deploy.sh
@@ -31,20 +23,4 @@ jobs:
re... | 13 |
diff --git a/app/services/raven.js b/app/services/raven.js @@ -10,7 +10,8 @@ export default RavenLogger.extend({
'returned a 403',
'returned a 404',
'operation failed',
- 'operation was aborted'
+ 'operation was aborted',
+ 'needs-auth'
],
unhandledPromiseErrorMessage: '',
| 8 |
diff --git a/examples/webpack.config.local.js b/examples/webpack.config.local.js @@ -32,8 +32,9 @@ function makeLocalDevConfig(EXAMPLE_DIR = LIB_DIR, linkToLuma) {
'@luma.gl/webgl': `${ROOT_DIR}/node_modules/@luma.gl/webgl`,
'@luma.gl/webgl-state-tracker': `${ROOT_DIR}/node_modules/@luma.gl/webgl-state-tracker`,
'@luma... | 2 |
diff --git a/src/lib/Settings.js b/src/lib/Settings.js @@ -388,9 +388,13 @@ export class DDBSetup extends FormApplication {
const cookie = html.find("#cobalt-cookie-input");
const campaigns = await refreshCampaigns(cookie[0].value);
let campaignList = `<option value="">Select campaign:</option>`;
+ if (Array.isArray(ca... | 7 |
diff --git a/token-metadata/0xF906997808F73B09C1007B98Ab539b189282b192/metadata.json b/token-metadata/0xF906997808F73B09C1007B98Ab539b189282b192/metadata.json "symbol": "USDG",
"address": "0xF906997808F73B09C1007B98Ab539b189282b192",
"decimals": 3,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/server/game/cards/01 - Core/FallenInBattle.js b/server/game/cards/01 - Core/FallenInBattle.js @@ -7,7 +7,6 @@ class FallenInBattle extends DrawCard {
afterConflict: event => event.conflict.winner === this.controller && event.conflict.conflictType === 'military' && event.conflict.skillDifference > 4
},
max:... | 2 |
diff --git a/protocols/delegate-manager/test/DelegateManager.js b/protocols/delegate-manager/test/DelegateManager.js @@ -12,7 +12,6 @@ contract('DelegateManager Integration Tests', async accounts => {
const STARTING_BALANCE = 700
const INTENT_AMOUNT = 250
let owner = accounts[0]
- let notOwner = accounts[1]
let tradeWa... | 2 |
diff --git a/test/integration/my-stuff.test.js b/test/integration/my-stuff.test.js @@ -15,9 +15,9 @@ let url = rootUrl + '/users/' + username;
let driver;
-describe('www-smoke my-stuff', () => {
+describe('www-integration my-stuff', () => {
beforeAll(() => {
- driver = buildDriver('www-smoke my-stuff');
+ driver = buil... | 10 |
diff --git a/edit.js b/edit.js @@ -1598,7 +1598,7 @@ const _renderObjects = () => {
<div class=object-detail>
<h1><nav class=back-button><i class="fa fa-arrow-left"></i></nav>${p.name}</h1>
<img class=screenshot draggable=true>
- <nav class="button reload-button">Reload</nav>
+ <!-- <nav class="button reload-button">Re... | 2 |
diff --git a/plugins/instagram.js b/plugins/instagram.js @@ -2,14 +2,11 @@ var hoverZoomPlugins = hoverZoomPlugins || [];
hoverZoomPlugins.push({
name:'Instagram',
prepareImgLinks:function (callback) {
- var res = [];
- $('img[src*="/e35/"]').each(function () {
- var img = $(this), link = img.parent().parent().parent()... | 7 |
diff --git a/components/ui/map/popup/LayerPopup.js b/components/ui/map/popup/LayerPopup.js @@ -143,12 +143,9 @@ class LayerPopup extends React.Component {
<tbody>
{output.map((outputItem) => {
const { column } = outputItem;
- let value = (interaction.data || interactionState.data)[column];
- if (column.indexOf('.') >= ... | 4 |
diff --git a/test/sender.js b/test/sender.js @@ -76,25 +76,23 @@ test('send-response streaming protocol', (t) => {
startedTime: 0,
finishedTime: 0
});
+
t.end();
});
const bar = new ProgressBar('processing [:bar] :percent :etas', {
- stream: process.stderr,
total: sender.state.total
});
const timer = setInterval(() => ... | 1 |
diff --git a/docker-compose-alpine.yaml b/docker-compose-alpine.yaml @@ -20,9 +20,7 @@ services:
ot-node:
container_name: ot-node
- build:
- dockerfile: Alpine.Dockerfile
- context: .
+ image: origintrail/ot-node:v6_release_testnet_alpine
depends_on:
- graphdb
expose:
| 12 |
diff --git a/Source/Scene/BingMapsImageryProvider.js b/Source/Scene/BingMapsImageryProvider.js @@ -150,6 +150,10 @@ define([
var metadataError;
function metadataSuccess(data) {
+ if (data.resourceSets.length !== 1) {
+ metadataFailure();
+ return;
+ }
var resource = data.resourceSets[0].resources[0];
that._tileWidth = ... | 9 |
diff --git a/token-metadata/0xC0A07eAFB93ACf9E897F787C79a9657e8E07D65C/metadata.json b/token-metadata/0xC0A07eAFB93ACf9E897F787C79a9657e8E07D65C/metadata.json "symbol": "EBX",
"address": "0xC0A07eAFB93ACf9E897F787C79a9657e8E07D65C",
"decimals": 6,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/src/templates/actors/parts/actor-inventory-item.hbs b/src/templates/actors/parts/actor-inventory-item.hbs {{else}}
{{children.length}} / {{getTotalStorageCapacity item}} {{localize "SFRPG.ActorSheet.Inventory.Container.CapacityLabelItems"}}
{{/if}}
+ {{else if item.system.uses.max}}
+ {{item.system.uses.va... | 0 |
diff --git a/src/components/CustomStatusBar/index.web.js b/src/components/CustomStatusBar/index.web.js @@ -6,7 +6,7 @@ export default class CustomStatusBar extends React.Component {
componentDidMount() {
StatusBar.setBarStyle('light-content', true);
- // Match the default status bar color to the app's background color.... | 7 |
diff --git a/src/scripts/cleanupUrls.js b/src/scripts/cleanupUrls.js @@ -65,6 +65,12 @@ async function processUrls(processFn) {
* @param {Doc[]} docs - [{ _id, _source: {canonical, url} }]
*/
async function processFn(docs) {
+ if (docs.length === 0) {
+ // eslint-disable-next-line no-console
+ console.info('No urls to ... | 9 |
diff --git a/test/unit/@node-red/runtime/lib/index_spec.js b/test/unit/@node-red/runtime/lib/index_spec.js @@ -78,7 +78,7 @@ describe("runtime", function() {
it("returns version", function() {
runtime.init({testSettings: true, httpAdminRoot:"/"},mockUtil());
return runtime.version().then(version => {
- /^\d+\.\d+\.\d+(... | 1 |
diff --git a/app/stylesheets/builtin-pages/library.less b/app/stylesheets/builtin-pages/library.less @@ -38,7 +38,7 @@ body {
.menu {
position: absolute;
right: 2px;
- top: 4px;
+ top: 7.25px;
z-index: 3;
i {
@@ -56,6 +56,14 @@ body {
display: none;
}
}
+
+ input.filter {
+ width: 210px;
+ }
+
+ button.clear-filter {
+... | 9 |
diff --git a/src/middleware/packages/core/service.js b/src/middleware/packages/core/service.js @@ -165,6 +165,10 @@ const CoreService = {
}
if (this.settings.triplestore !== false) {
+ // If WebACL service is disabled, don't create a secure dataset
+ // We define a constant here, because this.settings.webacl is not ava... | 1 |
diff --git a/models/boards.js b/models/boards.js @@ -557,15 +557,23 @@ if (Meteor.isServer) {
//BOARDS REST API
if (Meteor.isServer) {
JsonRoutes.add('GET', '/api/user/boards', function (req, res, next) {
+ console.log("Running");
// TODO: This should be changed to be less restrictive!
Authentication.checkUserId(req.us... | 1 |
diff --git a/src/containers/views/DataFileEdit.js b/src/containers/views/DataFileEdit.js @@ -4,7 +4,7 @@ import { bindActionCreators } from 'redux';
import { browserHistory, withRouter } from 'react-router';
import _ from 'underscore';
import { HotKeys } from 'react-hotkeys';
-import Metadata from '../MetaFields';
+imp... | 10 |
diff --git a/src/schemas/json/azure-iot-edge-deployment-1.0.json b/src/schemas/json/azure-iot-edge-deployment-1.0.json ],
"properties": {
"value": {
- "type": "string"
+ "type": ["number", "string", "boolean"]
}
}
}
| 11 |
diff --git a/camera-manager.js b/camera-manager.js @@ -10,6 +10,7 @@ const localVector = new THREE.Vector3();
const getAvatarHeight = () => rigManager.localRig ? rigManager.localRig.height : 1;
const birdsEyeHeight = 10;
const cameraOffset = new THREE.Vector3();
+let cameraOffsetTargetZ = cameraOffset.z;
/* const third... | 0 |
diff --git a/src/display/api.js b/src/display/api.js * limitations under the License.
*/
/* globals requirejs, __non_webpack_require__ */
+/* eslint no-var: error */
import {
assert, createPromiseCapability, deprecated, getVerbosityLevel, info,
@@ -106,7 +107,7 @@ if (typeof PDFJSDev !== 'undefined' && PDFJSDev.test('G... | 14 |
diff --git a/backend/config.js b/backend/config.js @@ -11,9 +11,9 @@ const configData = envSchema({
.prop("AUTH_DOMAIN", S.string().required())
.prop("AUTH_SECRET_KEY", S.string().required())
.prop("AUTH_STATE", S.string().required())
- .prop("NODE_ENV", S.string().required())
.prop("GEO_SERVICE_URL", S.string().requir... | 5 |
diff --git a/app/components/user/graphql/GraphQLExplorerConsole.js b/app/components/user/graphql/GraphQLExplorerConsole.js @@ -7,6 +7,9 @@ import { createFragmentContainer, graphql, commitMutation } from "react-relay/co
import Button from "../../shared/Button";
import Dropdown from "../../shared/Dropdown";
+import Grap... | 9 |
diff --git a/config/locales/qqq.yml b/config/locales/qqq.yml @@ -1062,6 +1062,8 @@ qqq:
taxa: '{{Identical|Taxa}}'
taxonomy: '{{Identical|Taxonomy}}'
taxon_: '{{Identical|Taxon}}'
+ taxon_is_a_rank: Statement that a particular taxon is of a particular rank.
+ Do not translation the variable names, i.e. anything between... | 1 |
diff --git a/src/video/video.js b/src/video/video.js @@ -273,7 +273,7 @@ export function init(width, height, options) {
// default scaled size value
settings.zoomX = width * scaleRatio.x;
- settings.zoomY = width * scaleRatio.y;
+ settings.zoomY = height * scaleRatio.y;
//add a channel for the onresize/onorientationcha... | 1 |
diff --git a/lib/shared/addon/components/cluster-driver/driver-gke/component.js b/lib/shared/addon/components/cluster-driver/driver-gke/component.js @@ -349,9 +349,19 @@ export default Component.extend(ClusterDriver, {
if (subNetworkContent.length >= 1) {
const firstNonNullSubnetMatch = subNetworkContent.find((sn) => !... | 2 |
diff --git a/README.md b/README.md @@ -109,7 +109,7 @@ process.exit();
## Change Log
-#### Nightly
+#### December 8, 2018 [v0.7.0-beta.3](https://github.com/jonobr1/two.js/releases/tag/v0.7.0-beta.3)
+ Canvas Renderer supports dashed and non dashed paths
+ Enforce `Two.Rectangle` has four `vertices`
+ Fixed `Two.Path.c... | 6 |
diff --git a/tests/stateless_compute_test.py b/tests/stateless_compute_test.py @@ -14,11 +14,11 @@ def test_madx_calculate_bunch_parameters(fc):
pkunit.pkok(r.command_beam, 'unexpected response={}', r)
-def test_uknown_method(fc):
+def test_invalid_method(fc):
from pykern import pkunit
- m = 'uknown'
+ m = '-x23'
r = _... | 1 |
diff --git a/articles/libraries/lock-android/_includes/_next-steps.md b/articles/libraries/lock-android/_includes/_next-steps.md ## Lock for Android v1 Resources
-::: next-steps
* [Lock v1 Configuration](/libraries/lock-android/v1/configuration)
* [Lock v1 Use Your Own UI](/libraries/lock-android/v1/use-your-own-ui)
* ... | 2 |
diff --git a/src/sections/Home/Projects-home/projectSection.style.js b/src/sections/Home/Projects-home/projectSection.style.js @@ -131,21 +131,27 @@ const ProjectItemWrapper = styled.section`
height: 200px;
margin: 20px;
padding: 8%;
- img{
- height: 45px;
- }
+
h5{
margin-bottom: 0px;
}
}
.description {
padding: 1rem ... | 1 |
diff --git a/layouts/partials/fragments/table.html b/layouts/partials/fragments/table.html {{ $.Scratch.Set "col" 0 }}
{{ range $table.header.values }}
<th class="
- {{- if $table.unimportant -}}
- {{- if index $table.unimportant ($.Scratch.Get "col") -}}
- {{- printf " d-none .d-sm-none d-md-table-cell d-lg-table-cell... | 2 |
diff --git a/lib/node_modules/@stdlib/assert/tools/array-function/README.md b/lib/node_modules/@stdlib/assert/tools/array-function/README.md @@ -15,7 +15,7 @@ var arrayfcn = require( '@stdlib/assert/tools/array-function' );
#### arrayfcn( predicate )
-Returns a function which tests if every element in an [`array`][arra... | 10 |
diff --git a/test/jasmine/tests/range_slider_test.js b/test/jasmine/tests/range_slider_test.js @@ -559,7 +559,7 @@ describe('the range slider', function() {
});
});
- fdescribe('yaxis options', function() {
+ describe('yaxis options', function() {
it('should be set one yaxis is present', function() {
var mock = {
@@ -7... | 0 |
diff --git a/content/concepts/metadata-asset-ddo.md b/content/concepts/metadata-asset-ddo.md +---
+title: Asset DDO Metadata
+description: Specification of metadata schema. Each Ocean asset DDO includes metadata.
+slug: /concepts/metadata-asset-ddo/
+section: concepts
+---
+
# Asset DDO Metadata
## Overview
@@ -10,7 +1... | 7 |
diff --git a/docs/contributor-guide.md b/docs/contributor-guide.md @@ -4,6 +4,6 @@ We're hoping that Netlify CMS will do for the [JAMstack](https://www.jamstack.or
While we work on building this page (and you can help!), here are some links with more information about getting involved:
-* [Project Roadmap](https://gith... | 14 |
diff --git a/token-metadata/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/metadata.json b/token-metadata/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/metadata.json "symbol": "XAMP",
"address": "0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27",
"decimals": 9,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/src/inner-slider.js b/src/inner-slider.js @@ -589,7 +589,7 @@ export class InnerSlider extends React.Component {
render = () => {
var className = classnames("slick-slider", this.props.className, {
"slick-vertical": this.props.vertical,
- "slick-initialized": canUseDOM()
+ "slick-initialized": true
});
let ... | 2 |
diff --git a/README.md b/README.md @@ -26,7 +26,7 @@ All databases are [implemented](https://github.com/orbitdb/orbit-db-store) on to
* Status: **in active development**
* Compatible with **js-ipfs versions <= 0.52** and **go-ipfs versions <= 0.6.0**
-***NOTE!*** *OrbitDB is **alpha-stage** software. It means OrbitDB h... | 14 |
diff --git a/lib/utils/downloadTemplateFromRepo.js b/lib/utils/downloadTemplateFromRepo.js @@ -64,7 +64,7 @@ function parseGitHubURL(url) {
// validate if given url is a valid GitHub url
validateUrl(url, 'github.com', 'GitHub', owner, repo);
- const downloadUrl = `https://github.com/${owner}/${repo}/archive/${branch}.z... | 11 |
diff --git a/lib/windshaft/renderers/renderer_factory.js b/lib/windshaft/renderers/renderer_factory.js @@ -82,8 +82,12 @@ RendererFactory.prototype.genericMakeRenderer = function(factory, mapConfig, par
return callback(err);
}
+ try {
const rendererAdaptor = factory.getAdaptor(renderer, format, onTileErrorStrategy);
re... | 9 |
diff --git a/src/resources/views/crud/inc/form_fields_script.blade.php b/src/resources/views/crud/inc/form_fields_script.blade.php subfield.isSubfield = true;
subfield.subfieldHolder = this.name;
}else{
- subfield.wrapper = $(`[data-repeatable-identifier="${this.name}"][data-row-number="${rowNumber}"]').find('[bp-field... | 1 |
diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md @@ -446,6 +446,10 @@ this.info({
Subscribe to an uppy-event. See below for the full list of events.
+### `uppy.off('event', action)`
+
+Unsubscribe to an uppy-event. See below for the full list of events.
+
## Events
Uppy exposes events that you can subsc... | 0 |
diff --git a/src/utils/__tests__/createUniqueId.test.js b/src/utils/__tests__/createUniqueId.test.js @@ -5,7 +5,7 @@ const createUniqueId = require('../createUniqueId.js');
describe('createUniqueId', () => {
test('should be unique', () => {
const items = 100000;
- const set = new Set(Array.from(Array(items)).map(() => ... | 2 |
diff --git a/articles/libraries/lock-ios/v2/migration.md b/articles/libraries/lock-ios/v2/migration.md @@ -272,6 +272,6 @@ Auth0
### Delegation
-Delegation is not available through Lock. It can be implemented via a legacy method in [Auth0.Swift](/libraries/auth0-swift) for tenants which existed prior to June 2017, but ... | 3 |
diff --git a/athena/queues/message-notification.js b/athena/queues/message-notification.js @@ -15,6 +15,7 @@ import { getThreadNotificationUsers } from '../models/usersThreads';
import { getDirectMessageThreadMembers } from '../models/usersDirectMessageThreads';
import sentencify from '../utils/sentencify';
import buff... | 1 |
diff --git a/src/core/operations/Hash.js b/src/core/operations/Hash.js @@ -366,7 +366,7 @@ const Hash = {
* @constant
* @default
*/
- DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma", "Semi-colon", "Colon"],
+ DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma"],
/**
* Compare CTPH hashes operation.
| 2 |
diff --git a/contracts/FeePool.sol b/contracts/FeePool.sol @@ -102,12 +102,9 @@ contract FeePool is Proxyable, SelfDestructible, LimitedSetup {
// fee authority to roll over the periods, so they are not guaranteed
// to roll over at exactly this duration, but the contract enforces
// that they cannot roll over any quic... | 2 |
diff --git a/src/init.js b/src/init.js @@ -88,14 +88,18 @@ window.onbeforeunload=function(e){
e.returnValue=false
setTimeout(function(){
if (D.prf.sqp()){
-
- $.confirm('Quit RIDE and terminate Dyalog APL. Are you sure?',document.title,function(q){
+ if (D.local){
+ $.confirm('Quit Dyalog APL. Are you sure?',document.t... | 12 |
diff --git a/docs/index.rst b/docs/index.rst HiGlass: A Multiscale Data Browser
==================================
-**develoment docs**
-
`HiGlass <http://higlass.io/>`_ is a viewer for large-scale genomic data. It takes
ideas introduced in genome browsers such as the `UCSC Genome Browser
<https://genome.ucsc.edu/>`_ a... | 2 |
diff --git a/public/button/alarm_button.js b/public/button/alarm_button.js @@ -203,11 +203,12 @@ const linkReqRespStats = function ($scope, config) {
}
};
+ // Set Index
+ $scope.alarm._source.input.search.request.index = $scope.indices;
+ // Set Request Body
if (req.fetchParams && req.fetchParams.body) {
$scope.alarm.... | 12 |
diff --git a/includes/Modules/Tag_Manager/Settings.php b/includes/Modules/Tag_Manager/Settings.php @@ -77,6 +77,10 @@ class Settings extends Setting {
* @return array
*/
public function get_default() {
- return array();
+ return array(
+ 'accountID' => '',
+ 'ampContainerID' => '',
+ 'containerID' => '',
+ );
}
}
| 12 |
diff --git a/js/bam/bamTrack.js b/js/bam/bamTrack.js @@ -63,8 +63,8 @@ var igv = (function (igv) {
// filter alignments
this.filterOption = config.filterOption || {name: "mappingQuality", params: [30, undefined]};
- this.minInsertSize = config.minInsertSize; // Optional, might be undefined
- this.maxInsertSize = config... | 10 |
diff --git a/assets/js/modules/analytics/util/report-validation.js b/assets/js/modules/analytics/util/report-validation.js @@ -75,10 +75,17 @@ export function isValidDimensions( dimensions ) {
*/
export function isValidDimensionFilters( dimensionFilters ) {
// Ensure every dimensionFilter key corresponds to a valid dim... | 11 |
diff --git a/packages/relay/index.js b/packages/relay/index.js @@ -8,7 +8,6 @@ import PublicEnvironment from './src/PublicEnvironment';
export {
QueryRenderer,
graphql,
- createFragmentContainer,
createPaginationContainer,
createRefetchContainer,
} from 'react-relay';
@@ -16,8 +15,20 @@ export { default as PublicApiRen... | 0 |
diff --git a/docs/form/switch.html b/docs/form/switch.html @@ -15,11 +15,11 @@ next: "form-textarea"
<div class="siimple-switch"></div>
</pre>
<div class="siimple-paragraph">
- Then add a <code class="siimple-code">input</code> element inside your new switch <code class="siimple-code">div</code>. You must a... | 1 |
diff --git a/packages/react-router-dom/docs/api/NavLink.md b/packages/react-router-dom/docs/api/NavLink.md @@ -79,3 +79,18 @@ const oddEvent = (match, location) => {
The [`isActive`](#isactive-func) compares the current history location (usually the current browser URL).
To compare to a different location, a [`location... | 3 |
diff --git a/src/containers/sound-library.jsx b/src/containers/sound-library.jsx @@ -29,20 +29,63 @@ class SoundLibrary extends React.PureComponent {
'handleItemMouseEnter',
'handleItemMouseLeave'
]);
+
+ /**
+ * AudioEngine that will decode and play sounds for us.
+ * @type {AudioEngine}
+ */
+ this.audioEngine = null... | 4 |
diff --git a/server/proxies/api.js b/server/proxies/api.js @@ -27,26 +27,8 @@ module.exports = function(app, options) {
let targetHost = config.apiServer.replace(/^https?:\/\//, '');
let host = req.headers['host'];
- let port;
- if ( socket.ssl ) {
- req.headers['x-forwarded-proto'] = 'https';
- port = 443;
- } else {
... | 2 |
diff --git a/packages/core-tabs/core-tabs.test.jsx b/packages/core-tabs/core-tabs.test.jsx +/* globals jest */
const React = require('react')
const ReactDOM = require('react-dom')
const Tabs = require('./jsx')
@@ -70,4 +71,16 @@ describe('core-tabs/jsx', () => {
expectActiveTab(document.getElementById('tab-2'))
expectA... | 9 |
diff --git a/utils/deployer/truffle-config.js b/utils/deployer/truffle-config.js @@ -6,9 +6,9 @@ module.exports = {
contracts_directory: './flatten',
networks: {
development: {
- host: '127.0.0.1', // Localhost (default: none)
- port: 8545, // Standard Ethereum port (default: none)
- network_id: '*', // Any network (de... | 2 |
diff --git a/assets/js/modules/pagespeed-insights/components/common/LabReportMetrics.js b/assets/js/modules/pagespeed-insights/components/common/LabReportMetrics.js @@ -128,7 +128,7 @@ export default function LabReportMetrics( { data, error } ) {
</tbody>
</table>
<div className="googlesitekit-pagespeed-report__row goo... | 2 |
diff --git a/scenes/treehouse.scn b/scenes/treehouse.scn "start_url": "/avatars/gear.vrm",
"dynamic": true
},
+ {
+ "position": [
+ 4,
+ 0,
+ 2
+ ],
+ "quaternion": [
+ 0,
+ 0.7071067811865475,
+ 0,
+ 0.7071067811865475
+ ],
+ "physics": false,
+ "start_url": "/avatars/meebit.vrm",
+ "dynamic": true
+ },
{
"position": ... | 0 |
diff --git a/src/mixins/updateIconColor.js b/src/mixins/updateIconColor.js @@ -19,13 +19,11 @@ export default {
handler() {
this.updateIconColor();
},
- deep: true,
},
'node.definition.customIcon': {
handler() {
this.updateIconColor();
},
- deep: true,
},
},
methods: {
| 2 |
diff --git a/README.md b/README.md @@ -365,7 +365,7 @@ jsdom has some support for being run inside a web browser, using [browserify](ht
jsdom's primary target is still Node.js, and so we use language features that are only present in recent Node.js versions (namely, Node.js v6+). Thus, older browsers will likely not wo... | 1 |
diff --git a/src/core/Utils.js b/src/core/Utils.js @@ -924,8 +924,8 @@ const Utils = {
// need to be percent-encoded.
.replace(/'/g, "\\'") // Escape single quotes
.replace(/\\"/g, '"') // Unescape double quotes
- .replace(/(^|,)"/g, "$1'") // Replace opening " with '
- .replace(/"(,|$)/g, "'$1"); // Replace closing " ... | 7 |
diff --git a/articles/libraries/_includes/_default_values.md b/articles/libraries/_includes/_default_values.md ### Default Values
-Auth0.js 9 will default the value of the `scope` parameter to `openid profile email`.
+Auth0.js 9 will default the value of the [scope](/scopes) parameter to `openid profile email`.
-If you... | 0 |
diff --git a/src/implementations/react/src/hig-react.js b/src/implementations/react/src/hig-react.js @@ -10,7 +10,7 @@ export { default as Grid } from './adapters/GridAdapter';
export { default as GridItem } from './elements/components/GridItem';
export { default as Icon } from './adapters/IconAdapter';
-export { defau... | 4 |
diff --git a/deps/exokit-bindings/webaudiocontext/src/AnalyserNode.cpp b/deps/exokit-bindings/webaudiocontext/src/AnalyserNode.cpp @@ -72,41 +72,12 @@ NAN_SETTER(AnalyserNode::FftSizeSetter) {
if (value->IsNumber()) {
AnalyserNode *analyserNode = ObjectWrap::Unwrap<AnalyserNode>(info.This());
- shared_ptr<lab::AudioNod... | 4 |
diff --git a/src/lib/analytics/AnalyticsClass.js b/src/lib/analytics/AnalyticsClass.js @@ -308,10 +308,10 @@ export class AnalyticsClass {
// @private
onErrorLogged(debouncedFireEvent, args) {
- const { apis, isSentryEnabled, isFullStoryEnabled, env, logger } = this
- const isRunningTests = env === 'test'
const { Unexp... | 1 |
diff --git a/src/base/FormElementMixin.js b/src/base/FormElementMixin.js @@ -150,6 +150,9 @@ export default function FormElementMixin(Base) {
// Defer to base class value.
return super.type || this.localName;
}
+ set type(type) {
+ super.type = type;
+ }
get validationMessage() {
return this[state].validationMessage;
| 11 |
diff --git a/README.md b/README.md @@ -25,7 +25,27 @@ You can also download a [ZIP file](https://github.com/siimple/siimple/releases)
git clone https://github.com/siimple/siimple.git
```
-Use this method if you are going to contribute to **siimple**. Or main branch is `develop`, which reflects a state with the latest d... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.