code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/test/jasmine/tests/cone_test.js b/test/jasmine/tests/cone_test.js @@ -82,7 +82,6 @@ describe('@gl Test cone autorange:', function() {
it('should add pad around cone position to make sure they fit on the scene', function(done) {
var fig = Lib.extendDeep({}, require('@mocks/gl3d_cone-autorange.json'));
- // ... | 0 |
diff --git a/scenes/treehouse.scn b/scenes/treehouse.scn 0.7071067811865475
],
"start_url": "https://webaverse.github.io/fox/"
+ },
+ {
+ "position": [
+ -6,
+ 1,
+ 15
+ ],
+ "quaternion": [
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "scale": [
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "start_url": "../potion/"
}
]
}
| 0 |
diff --git a/desktop/core/library/u.js b/desktop/core/library/u.js @@ -10,7 +10,6 @@ function OperatorU (orca, x, y, passive) {
this.ports.haste.key = { x: -2, y: 0 }
this.ports.haste.len = { x: -1, y: 0, clamp: { min: 1 } }
- this.ports.input.target = { x: 0, y: 1 }
this.ports.output = { x: 0, y: 1 }
this.haste = func... | 5 |
diff --git a/assets/js/googlesitekit/modules/datastore/sharing-settings.test.js b/assets/js/googlesitekit/modules/datastore/sharing-settings.test.js @@ -137,10 +137,6 @@ describe( 'core/modules sharing-settings', () => {
...state,
...sharingSettingsWithManagement,
} );
- expect( store.getState().savedSharingSettings ).... | 1 |
diff --git a/stories/module-analytics-settings.stories.js b/stories/module-analytics-settings.stories.js @@ -407,7 +407,6 @@ storiesOf( 'Analytics Module/Settings', module )
propertyID: webPropertyId, // eslint-disable-line sitekit/acronym-case
internalWebPropertyID: internalWebPropertyId, // eslint-disable-line siteki... | 2 |
diff --git a/js/binance.js b/js/binance.js @@ -1378,7 +1378,7 @@ module.exports = class binance extends Exchange {
if (type === 'delivery') {
return true;
}
- if (type === 'swap' && subType === 'linear') {
+ if (type === 'swap' && subType === 'inverse') {
return true;
}
return false;
@@ -1388,7 +1388,7 @@ module.export... | 7 |
diff --git a/src/game.js b/src/game.js @@ -41,9 +41,8 @@ module.exports = class Game extends Room {
this.modernOnly = modernOnly
this.totalChaos = totalChaos
- if (fourPack) { sets = sets.slice(0,4) }
-
if (sets) {
+ if (fourPack) { sets = sets.slice(0,4) }
if (type != 'chaos') {
Object.assign(this, {
sets,
| 5 |
diff --git a/packages/core/src/router.ts b/packages/core/src/router.ts @@ -129,7 +129,9 @@ export class Router {
})
this.saveScrollPositions()
if (window.location.hash) {
- document.getElementById(window.location.hash.slice(1))?.scrollIntoView()
+ // We're using a setTimeout() here as a workaround for a bug in the Reac... | 1 |
diff --git a/src/apps.json b/src/apps.json "cats": [
12
],
- "html": "<[^>]+x-data[^<]+",
+ "html": "<[^>]+[^\\w-]x-data[^\\w-][^<]+\\;confidence:75",
+ "js": {
+ "Alpine.version": "^(.+)$\\;version:\\1"
+ },
"icon": "Alpine.js.png",
+ "script": [
+ "/alpine(?:\\.min)?\\.js"
+ ],
"website": "https://github.com/alpinejs... | 7 |
diff --git a/references/displayed_attributes.md b/references/displayed_attributes.md @@ -10,7 +10,7 @@ Displayed attributes can also be updated directly through the [global settings r
Updating the settings means overwriting the default settings of MeiliSearch. You can reset to default values using the `DELETE` routes.
... | 1 |
diff --git a/components/Account/enhancers.js b/components/Account/enhancers.js import { graphql } from 'react-apollo'
import gql from 'graphql-tag'
-import { BOOKMARKS_COLLECTION_NAME } from '../Bookmarks/fragments'
export const userDetailsFragment = `
- fragment Details on User {
+ fragment PhoneAndAddressOnUser on Us... | 7 |
diff --git a/gridsome/lib/utils/cache.js b/gridsome/lib/utils/cache.js const LRU = require('lru-cache')
+const crypto = require('crypto')
const cache = new LRU({ max: 1000 })
@@ -13,9 +14,10 @@ exports.cache = (cacheKey, fallback) => {
}
exports.nodeCache = (node, key, fallback) => {
- const id = node.$loki
- const tim... | 7 |
diff --git a/src/js/modules/sort.js b/src/js/modules/sort.js @@ -291,11 +291,11 @@ Sort.prototype.sorters = {
number:function(a, b, aRow, bRow, column, dir, params){
var alignEmptyValues = params.alignEmptyValues;
var decimal = params.decimalSeparator || ".";
- var separator = params.thousandsSeparator || ",";
+ var th... | 3 |
diff --git a/client/components/boards/boardHeader.jade b/client/components/boards/boardHeader.jade @@ -85,7 +85,7 @@ template(name="boardHeaderBar")
if Filter.isActive
a.board-header-btn-close.js-filter-reset(title="{{_ 'filter-clear'}}")
i.fa.fa-times-thin
- if currentUser.isAdmin
+ if currentUser.isBoardAdmin
a.board... | 11 |
diff --git a/source/views/menu/MenuView.js b/source/views/menu/MenuView.js @@ -4,6 +4,7 @@ import { Obj } from '../../foundation/Object.js';
import { bind } from '../../foundation/Binding.js';
import { ObservableArray } from '../../foundation/ObservableArray.js';
import { queueFn, invokeInNextFrame } from '../../founda... | 11 |
diff --git a/README.md b/README.md @@ -55,6 +55,7 @@ _Thanks to all Sparta contributors (alphabetical)_
- [Kyle Anderson](Kyle Anderson)
- [James Brook](https://github.com/jbrook)
+ - [Ryan Brown](https://github.com/ryansb)
- [sdbeard](https://github.com/sdbeard)
- [Paul Seiffert](https://github.com/seiffert)
- [Thom S... | 0 |
diff --git a/server/workers/tests/test_clustering.py b/server/workers/tests/test_clustering.py @@ -38,7 +38,16 @@ def test_max_n_cluster(testcase):
@pytest.mark.parametrize("testcase", CASENAMES)
def test_n_cluster_lower_bound(testcase):
- testcase = RESULTS[testcase]
- n_items = len(testcase)
+ testcase = CASE_DATA[te... | 7 |
diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md @@ -31,7 +31,7 @@ const Core = Uppy.Core
```js
const uppy = Uppy({
id: 'uppy',
- autoProceed: true,
+ autoProceed: false,
debug: false,
restrictions: {
maxFileSize: null,
@@ -61,9 +61,9 @@ const avatarUploader = Uppy({ id: 'avatar' })
const photoUploader ... | 3 |
diff --git a/assets/js/components/organizations/NoOrganization.jsx b/assets/js/components/organizations/NoOrganization.jsx import React, { useState, useEffect } from "react";
import { useDispatch } from "react-redux";
-import { createOrganization } from "../../actions/organization";
+import { createOrganization, import... | 11 |
diff --git a/Source/Shape.js b/Source/Shape.js @@ -22,7 +22,7 @@ export class Shape extends Layer {
* @param {MSShapeGroup} shape The underlying model object from Sketch.
* @param {Document} document The document that the shape belongs to.
*/
- constructor(shape, document) {
+ constructor(shape = {}, document) {
if (do... | 12 |
diff --git a/src/content/en/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/index.md b/src/content/en/fundamentals/performance/optimizing-content-efficiency/loading-third-party-javascript/index.md @@ -2,7 +2,7 @@ project_path: /web/fundamentals/_project.yaml
book_path: /web/fundame... | 14 |
diff --git a/src/plugins/Plugin.js b/src/plugins/Plugin.js @@ -17,7 +17,6 @@ module.exports = class Plugin {
constructor (core, opts) {
this.core = core
this.opts = opts || {}
- this.type = 'none'
// clear everything inside the target selector
this.opts.replaceTargetContent === this.opts.replaceTargetContent || true
| 2 |
diff --git a/LightboxImages.user.js b/LightboxImages.user.js // @description Opens image links in a lightbox instead of new window/tab in main & chat. Lightbox images that are displayed smaller than it's original size.
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 1.3.4
+//... | 8 |
diff --git a/_data/conferences.yml b/_data/conferences.yml place: Philadelphia (PA), USA
sub: RO
-
- title: ICLR
hindex: 150
year: 2021
sub: DM
note: '<b>NOTE</b>: Mandatory abstract deadline on October 12, 2020'
-- title: ICRA
- hindex: 94
- year: 2020
- id: icra21
- link: https://www.ieee-ras.org/component/rseventspr... | 2 |
diff --git a/tests/e2e/specs/user-input-questions.test.js b/tests/e2e/specs/user-input-questions.test.js @@ -34,6 +34,7 @@ import {
pageWait,
step,
setSearchConsoleProperty,
+ setupAnalytics,
} from '../utils';
describe( 'User Input Settings', () => {
@@ -121,6 +122,7 @@ describe( 'User Input Settings', () => {
'e2e-te... | 1 |
diff --git a/src/js/background/index.js b/src/js/background/index.js @@ -3,11 +3,13 @@ import { handleRSS } from './utils';
chrome.tabs.onActivated.addListener(function (tab) {
chrome.tabs.sendMessage(tab.tabId, {
text: 'getPageRSS',
- }, handleRSS);
+ }, (feeds) => {
+ handleRSS(feeds, tab.tabId);
+ });
});
chrome.run... | 1 |
diff --git a/lib/marklogic.js b/lib/marklogic.js @@ -676,11 +676,11 @@ module.exports = {
valuesBuilder: valuesBuilder.builder,
/**
- * Configures the slice clause of the query builder and values builder
- * to conform to Array.prototype.slice(begin, end) where begin is zero-based
- * or legacy slice(pageStart, pageLen... | 3 |
diff --git a/token-metadata/0xcca0c9c383076649604eE31b20248BC04FdF61cA/metadata.json b/token-metadata/0xcca0c9c383076649604eE31b20248BC04FdF61cA/metadata.json "symbol": "BTMX",
"address": "0xcca0c9c383076649604eE31b20248BC04FdF61cA",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/cravat/admin_util.py b/cravat/admin_util.py @@ -224,6 +224,7 @@ class ModuleInfoCache(object):
self._remote_fetched = True
def get_remote_readme(self, module_name, version=None):
+ if mic.remote == {}:
self.update_remote()
# Resolve name and version
if module_name not in self.remote:
@@ -246,6 +247,7 @@ cl... | 13 |
diff --git a/src/components/Breadcrumbs.js b/src/components/Breadcrumbs.js @@ -3,6 +3,7 @@ import { Flex, Link as A, Text } from '@hackclub/design-system'
import Link from 'gatsby-link'
export const BreadcrumbList = Flex.withComponent('ol').extend`
+ line-height: 1.25;
list-style: none;
padding-left: 0;
`
@@ -23,7 +24,... | 7 |
diff --git a/accessibility-checker-extension/src/ts/options/OptionsApp.tsx b/accessibility-checker-extension/src/ts/options/OptionsApp.tsx @@ -160,7 +160,7 @@ class OptionsApp extends React.Component<{}, OptionsAppState> {
<br /> Accessibility Checker
</h2>
</div>
- <aside aria-labelledby="">
+ <aside aria-label = "Abo... | 1 |
diff --git a/src/cn.js b/src/cn.js .on('tcp connection', (_, acc) => {
clt = acc();
initInterpreterConn();
- new D.IDE().setConnInfo('', 0, sel ? sel.name : '');
+ new D.IDE().setConnInfo(o.host, 'SSH', sel ? sel.name : '');
})
.on('keyboard-interactive', (_, _1, _2, _3, fin) => { fin([x.pass]); })
.on('error', err)
| 12 |
diff --git a/data.js b/data.js @@ -496,6 +496,14 @@ module.exports = [
url: "https://github.com/daniellmb/perfnow.js",
source: "https://raw.githubusercontent.com/daniellmb/perfnow.js/master/perfnow.js"
},
+ {
+ name: "GraphicsJS",
+ github: "anychart/graphicsjs",
+ tags: ["svg", "vml", "graphics", "drawing", "animation... | 0 |
diff --git a/tools/make/lib/bundle/browser.mk b/tools/make/lib/bundle/browser.mk @@ -45,7 +45,7 @@ dist-bundles: $(NODE_MODULES)
echo ""; \
echo "Building: $$pkg"; \
cd $$pkg; \
- $(MAKE) NODE_PATH="$(NODE_PATH)" || exit 1; \
+ $(MAKE) NODE="$(NODE)" NODE_PATH="$(NODE_PATH)" || exit 1; \
done
$(QUIET) echo 'Compressing... | 12 |
diff --git a/src/components/Form.js b/src/components/Form.js @@ -62,23 +62,12 @@ class Form extends React.Component {
this.inputRefs = {};
this.touchedInputs = {};
- // We keep a local isSubmitting variable to avoid any Onyx race conditions
- // that could result in the form being submitted multiple times
- this.isSubm... | 13 |
diff --git a/CHANGES.md b/CHANGES.md ##### Fixes :wrench:
-- Fixed an issue where Cesium failed to load GeoJSON with null `stroke` or `fill` properties but with a valid opacity value.
+- Fixed an error when loading GeoJSON with null `stroke` or `fill` properties but valid opacity values.
### 1.84 - 2021-08-02
| 7 |
diff --git a/examples/linkedcat/css/main.css b/examples/linkedcat/css/main.css @@ -910,3 +910,11 @@ label.q-error, #input-container label.q-error, .timefield .error {
}
}
+
+@media screen and (max-width: 360px) {
+
+ .info-btn {
+ display: none;
+ }
+
+}
\ No newline at end of file
| 2 |
diff --git a/server/app.js b/server/app.js @@ -17,7 +17,6 @@ const logger = require('morgan');
const bodyParser = require('body-parser');
const http = require('http');
const https = require('https');
-const cors = require('cors');
const debug = require('debug')('busy:serverApp');
const steem = require('steem');
@@ -55,... | 2 |
diff --git a/js/kkex.js b/js/kkex.js @@ -121,8 +121,8 @@ module.exports = class kkex extends Exchange {
if (p['mark_asset'] + p['base_asset'] === market) {
quoteId = p['base_asset'];
baseId = p['mark_asset'];
- let str = p['price_scale'].toString ();
- let scale = str.length - 1;
+ let price_scale_str = p['price_scale'... | 10 |
diff --git a/components/core/CarouselSidebar.js b/components/core/CarouselSidebar.js @@ -518,51 +518,6 @@ class CarouselSidebar extends React.Component {
this.props.onNext();
};
- _handleToggleVisibility = async (e) => {
- if (this.props.external || !this.props.isOwner || !this.props.viewer) return;
- const isPublic = ... | 2 |
diff --git a/lib/api-search.js b/lib/api-search.js import qs from 'querystring'
-import getConfig from 'next/config'
-const {publicRuntimeConfig} = getConfig()
-const API_ADRESSE = publicRuntimeConfig.API_ADRESSE || 'https://api-adresse.data.gouv.fr'
+const API_ADRESSE = process.env.NEXT_PUBLIC_API_ADRESSE || 'https://... | 0 |
diff --git a/src/js/components/Notification/Notification.js b/src/js/components/Notification/Notification.js @@ -23,7 +23,7 @@ const Notification = ({ message, onClose, status, title, toast }) => {
const timer = setTimeout(close, theme.notification.time);
return () => clearTimeout(timer);
- }, [close]);
+ }, [close, th... | 1 |
diff --git a/compiletools/bis_create_wasm_module.js b/compiletools/bis_create_wasm_module.js const program=require('commander');
const genericio=require('../js/core/bis_genericio.js');
const fs=require('fs');
-const bisdate=require('../build/wasm/bisdate.js');
-
var help = function() {
@@ -51,6 +49,38 @@ if (program.ou... | 2 |
diff --git a/apps/circlesclock/app.js b/apps/circlesclock/app.js @@ -41,7 +41,7 @@ const colorRed = '#ff0000';
const colorGreen = '#008000';
const colorBlue = '#0000ff';
const colorYellow = '#ffff00';
-const widgetOffset = showWidgets ? 12 : 0;
+const widgetOffset = showWidgets ? 14 : 0;
const h = g.getHeight() - widge... | 7 |
diff --git a/data/brands/amenity/bicycle_rental.json b/data/brands/amenity/bicycle_rental.json {
"displayName": "BikeMi",
"id": "bikemi-3d5df6",
- "locationSet": {"include": ["it"]},
+ "locationSet": {"include": [[9.2,45.45]]},
+ "note": "location: Milan (ISO_3166-2:IT - it-mi), Italy",
"tags": {
"amenity": "bicycle_re... | 12 |
diff --git a/tests/generators/run_generators_in_browser.js b/tests/generators/run_generators_in_browser.js @@ -32,8 +32,8 @@ async function runLangGeneratorInBrowser(browser, filename, codegenFn) {
}
/**
- * Runs the generator tests in Firefox. It uses webdriverio to
- * launch Firefox and load index.html. Outputs a su... | 3 |
diff --git a/docs/api.md b/docs/api.md @@ -91,30 +91,33 @@ Chainable method that clears all data recorded for `fetch()`'s calls. *It will n
## Inspecting how `fetch()` has been called
-**For the methods below `filter`, if given, should be either**
-- the name of a route (see advanced usage below)
-- equal to `matcher.t... | 7 |
diff --git a/contribs/gmf/less/datepicker.less b/contribs/gmf/less/datepicker.less @datepicker-font-size : 1.1rem;
#ui-datepicker-div {
+ font-family: @font-family-base;
font-size: @datepicker-font-size;
border-radius: inherit;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
| 4 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -7,6 +7,45 @@ pull request for the newsletter is opened the Saturday before publishing. Any
review of the newsletter PRs is appreciated. However, feedback received after
Tuesday UTC may not be incorporated due to time constraints.
+### Translations
+
+The Bitcoin Optech... | 0 |
diff --git a/assets/js/googlesitekit/datastore/user/date-range.js b/assets/js/googlesitekit/datastore/user/date-range.js @@ -27,7 +27,6 @@ import invariant from 'invariant';
import {
getPreviousDate,
getDateString,
- getPreviousWeekDate,
isValidDateRange,
isValidDateString,
INVALID_DATE_RANGE_ERROR,
@@ -147,14 +146,12 ... | 2 |
diff --git a/app/components/Account/AccountSelector.jsx b/app/components/Account/AccountSelector.jsx @@ -231,7 +231,9 @@ class AccountSelector extends React.Component {
account.get("name")
);
account.accountType = this.getInputType(account.get("name"));
- account.accountStatus = ChainStore.getAccountMemberStatus(accoun... | 12 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -7,6 +7,7 @@ metaversfile can load many file types, including javascript.
import * as THREE from 'three';
import {GLTFLoader} from 'three/examples/jsm/loaders/GLTFLoader.js';
import {DRACOLoader} from 'three/examples/jsm/loaders/DRACOLoader.js';
+import {Text}... | 0 |
diff --git a/src/main/resources/public/js/src/launches/logLevel/LogItemNextError/LogItemNextErrorView.js b/src/main/resources/public/js/src/launches/logLevel/LogItemNextError/LogItemNextErrorView.js @@ -61,8 +61,11 @@ define(function (require, exports, module) {
this.currentLastPage = this.pagingModel.get('number');
th... | 1 |
diff --git a/.vscode/settings.json b/.vscode/settings.json "returnFormat": "",
"neverAskTemplate": true
},
+ "files.watcherExclude": {
+ "**/project/lib/**": true
+ }
"files.trimTrailingWhitespace": true,
"C_Cpp.autoAddFileAssociations": false,
}
\ No newline at end of file
| 8 |
diff --git a/config/application.rb b/config/application.rb @@ -125,25 +125,15 @@ module CartoDB
user_feed_deps.js
user_feed.js
- user_feed_vendor.js
user_feed_new.css
- user_feed_new_vendor.css
api_keys_new.js
- api_keys_new_vendor.js
public_dashboard.js
- public_dashboard_vendor.js
public_table_new.js
- public_table_n... | 2 |
diff --git a/articles/tutorials/manage-dashboard-admins.md b/articles/tutorials/manage-dashboard-admins.md description: How to add and remove admin users in the Auth0 dashboard.
---
+::: note
+Please see [Reset Your Auth0 Account Password](/tutorials/reset-account-password) if you're having issues logging in.
+:::
+
# ... | 0 |
diff --git a/lib/plugins/aws/invokeLocal/index.test.js b/lib/plugins/aws/invokeLocal/index.test.js @@ -570,7 +570,7 @@ describe('AwsInvokeLocal', () => {
.then(() => {
expect(serverless.cli.consoleLog.lastCall.args[0]).to.contain('"Succeed"');
const calls = serverless.cli.consoleLog.getCalls().reduce((acc, call) => (
-... | 1 |
diff --git a/articles/api-auth/token-renewal-in-safari.md b/articles/api-auth/token-renewal-in-safari.md @@ -26,8 +26,7 @@ By default, ITP is active. You can determine if the Safari version you are using
Enabling ITP causes the browser to behave as if you had disabled third-party cookies in the browser: **checkSession(... | 2 |
diff --git a/token-metadata/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/metadata.json b/token-metadata/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/metadata.json "symbol": "IHF",
"address": "0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/packages/component-library/stories/Sandbox.story.js b/packages/component-library/stories/Sandbox.story.js @@ -218,7 +218,6 @@ class SandboxStory extends React.Component {
// console.log(this.state);
return this.state.hasFetched ? (
<Sandbox
- mapboxStyle={'mapbox://styles/hackoregon/cjiazbo185eib2srytwzlep... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## 7.8.1 (unreleased)
-### Breaking
-
-### Feature
-
### Bugfix
-### Internal
+- Remove supposed fix to form.jsx again, as it apparently did not really fix anything but only broke stuff @jackahl
## 7.8.0 (2020-08-18)
- Add cms-only theme that allows to completely remove semantic... | 6 |
diff --git a/markdown/dev/howtos/dev/freesewing-org/en.md b/markdown/dev/howtos/dev/freesewing-org/en.md @@ -18,7 +18,7 @@ Update the command above with the path of your own fork on Github
Enter the newly installed repository:
```bash
-cd freesewing.dev
+cd freesewing.org
```
Copy the `.env.example` file to `.env`
| 14 |
diff --git a/lib/recurly/risk/three-d-secure/strategy/adyen.js b/lib/recurly/risk/three-d-secure/strategy/adyen.js @@ -134,7 +134,13 @@ export default class AdyenStrategy extends ThreeDSecureStrategy {
redirect_url: adyenRedirectParams.url,
...adyenRedirectParams.data
};
- this.frame = recurly.Frame({ type: Frame.TYPES... | 3 |
diff --git a/src/DevChatter.Bot.Core/Games/RockPaperScissors/RockPaperScissorsGame.cs b/src/DevChatter.Bot.Core/Games/RockPaperScissors/RockPaperScissorsGame.cs @@ -128,8 +128,7 @@ public void AttemptToStartNewGame(IChatClient chatClient, string username)
private void StartNewGame(IChatClient chatClient, string usernam... | 5 |
diff --git a/src/utils/wallet.js b/src/utils/wallet.js @@ -591,7 +591,7 @@ class Wallet {
const balance = await account.getAccountBalance()
// TODO: Should lockup contract balance be retrieved separately only when needed?
- const re = new RegExp(`.${ACCOUNT_ID_SUFFIX}$`);
+ const re = new RegExp(`\.${ACCOUNT_ID_SUFFIX}... | 13 |
diff --git a/src/lime/_internal/backend/html5/HTML5Application.hx b/src/lime/_internal/backend/html5/HTML5Application.hx @@ -253,7 +253,7 @@ class HTML5Application {
} else {
- nextUpdate = currentUpdate + framePeriod;
+ nextUpdate = currentUpdate - (currentUpdate % framePeriod) + framePeriod;
//while (nextUpdate <= cu... | 7 |
diff --git a/services/datasources/lib/datasources/url/bigquery.rb b/services/datasources/lib/datasources/url/bigquery.rb @@ -237,7 +237,7 @@ module CartoDB
end
def list_tables(project_id, dataset_id)
- tables = @bigquery_api.list_tables(project_id, dataset_id, max_results: MAX_DATASETS).tables
+ tables = @bigquery_api.... | 4 |
diff --git a/token-metadata/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/metadata.json b/token-metadata/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/metadata.json "symbol": "UNIUSD",
"address": "0x256845e721C0c46d54E6afBD4FA3B52CB72353EA",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIE... | 3 |
diff --git a/generate/templates/templates/nodegit.js b/generate/templates/templates/nodegit.js @@ -8,10 +8,6 @@ try {
var rawApi;
-if (worker && (!worker.isMainThread || typeof importScripts === "function")) {
- throw new Error("NodeGit is currently not safe to run in a worker thread or web worker"); // jshint ignore:l... | 11 |
diff --git a/tasks/task_runners.py b/tasks/task_runners.py @@ -254,7 +254,7 @@ def run_task(run_uid,run,stage_dir,download_dir):
tabular_outputs = []
if 'geojson' in export_formats:
- geojson = Galaxy(settings.GALAXY_API_URL,geom,mapping=mapping,file_name=f"{valid_name}_{run_uid}")
+ geojson = Galaxy(settings.GALAXY_AP... | 13 |
diff --git a/LICENSE b/LICENSE The MIT License (MIT)
-Copyright (c) 2015-2016 Oli Folkerd
+Copyright (c) 2015-2017 Oli Folkerd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
| 3 |
diff --git a/src/test-run/index.js b/src/test-run/index.js @@ -396,7 +396,6 @@ export default class TestRun extends AsyncEventEmitter {
_rejectCurrentDriverTask (err) {
err.callsite = err.callsite || this.currentDriverTask.callsite;
- err.isRejectedDriverTask = true;
this.currentDriverTask.reject(err);
this._removeAllN... | 0 |
diff --git a/lib/core/session.js b/lib/core/session.js @@ -14,10 +14,10 @@ class Session extends EventEmitter {
constructor(nightwatchInstance) {
super();
- this.sessionId = 0;
- this.capabilities = null;
this.settings = nightwatchInstance.settings;
- this.transport = nightwatchInstance.transport;
+ this.sessionId = 0;... | 13 |
diff --git a/js/gateio.js b/js/gateio.js @@ -3258,7 +3258,7 @@ module.exports = class gateio extends Exchange {
* @param {dict} params exchange specific params
* @param {bool} params.stop true for fetching stop orders
* @param {str} params.type spot, swap or future, if not provided this.options['defaultType'] is used
-... | 14 |
diff --git a/src/components/timeslider/timeslider.js b/src/components/timeslider/timeslider.js @@ -529,7 +529,7 @@ const TimeSlider = Component.extend({
return function() {
if (_this.model.time.playing)
- _this.model.time.pause();
+ _this.model.time.set("playing", false, null, false);
_this._optionClasses();
_this.elem... | 14 |
diff --git a/js/columnWidgets.js b/js/columnWidgets.js @@ -5,8 +5,12 @@ var parsePos = require('./parsePos');
var fieldTypeSelector = x => x.fieldType;
var columnFieldTypeSelector = x => x.column.fieldType;
+
+// XXX check for null field[0] is an odd artifact of denseMatrix transform which
+// overwrites fields with pr... | 9 |
diff --git a/README.md b/README.md @@ -25,10 +25,12 @@ This extension uses [Locust](https://github.com/buttercup/locust) to perform log
<img src="https://raw.githubusercontent.com/buttercup/buttercup-browser-extension/master/chrome-extension-2.jpg" />
### Supported browsers
-[Chrome](https://chrome.google.com/webstore/... | 2 |
diff --git a/src/js/tippy.js b/src/js/tippy.js @@ -45,7 +45,10 @@ export default function tippy(targets, options, one) {
: references
).reduce((acc, reference) => {
const tip = reference && createTippy(reference, props)
- return tip ? acc.concat(tip) : acc
+ if (tip) {
+ acc.push(tip)
+ }
+ return acc
}, [])
return {
| 7 |
diff --git a/docs/package.json b/docs/package.json "version": "2.7.0",
"scripts": {
"docs:build": "cat docs/* > index.md && npx @11ty/eleventy --config .eleventy.js",
- "docs:watch": "npx @11ty/eleventy --config .eleventy.js --serve"
+ "docs:watch": "cat docs/* > index.md && npx @11ty/eleventy --config .eleventy.js --s... | 13 |
diff --git a/helpers/routeHelpers.js b/helpers/routeHelpers.js @@ -4,8 +4,10 @@ module.exports = {
handleRequestError: function(error, res) {
if ((error === "NO_CLAIMS") || (error === "NO_FREE_PUBLIC_CLAIMS")){
res.status(307).sendFile(path.join(__dirname, '../public', 'noClaims.html'));
- } else if (error.response.sta... | 9 |
diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx @@ -40,23 +40,6 @@ const TabContainer = styled.div`
text-align: center;
`;
-const BugLink = styled.a`
- font-size: ${constants.fontSizeMedium};
- font-weight: ${constants.fontWeightLight};
- color: ${constants.colorMutedLight} !important;
... | 1 |
diff --git a/token-metadata/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/metadata.json b/token-metadata/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/metadata.json "symbol": "DDIM",
"address": "0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/lib/tasks/db_maintenance.rake b/lib/tasks/db_maintenance.rake @@ -386,7 +386,7 @@ namespace :cartodb do
org = Carto::Organization.find_by(name: args[:org_name])
owner = org.owner
if owner
- owner.db_service.setup_organization_role_permissions
+ owner.sequel_user.db_service.setup_organization_role_permissio... | 14 |
diff --git a/generators/server/templates/_build.gradle b/generators/server/templates/_build.gradle @@ -16,7 +16,7 @@ buildscript {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${spring_boot_version}"
classpath "org.springframework.build.gradle:propdeps-plugin:0.0.7"
<%_ if (!skipClient) { _%>
- classpa... | 3 |
diff --git a/assets/js/util/cache-data.js b/assets/js/util/cache-data.js * See the License for the specific language governing permissions and
* limitations under the License.
*/
-/* global require, process */
const puppeteer = require( 'puppeteer' );
const fs = require( 'fs' );
| 2 |
diff --git a/src/components/dashboard/Dashboard.js b/src/components/dashboard/Dashboard.js @@ -4,20 +4,20 @@ import { StyleSheet, Text, View } from 'react-native'
import { normalize } from 'react-native-elements'
import { AccountConsumer } from '../appNavigation/AccountProvider'
-import TabsView from '../appNavigation/... | 0 |
diff --git a/src/encoded/tests/data/inserts/user.json b/src/encoded/tests/data/inserts/user.json "ENCORE"
],
"uuid": "43f2f757-5cbf-490a-9787-a1ee85a4cdcd"
+ },
+ {
+ "email": "jlz@stanford.edu",
+ "first_name": "Jennifer",
+ "groups": [
+ "admin"
+ ],
+ "job_title": "Data Wrangler",
+ "lab": "/labs/j-michael-cherry/",... | 0 |
diff --git a/lib/ferryman/lib/executor.js b/lib/ferryman/lib/executor.js @@ -21,7 +21,7 @@ class TaskExec extends EventEmitter {
assert(this._services.amqp, 'TaskExec should be created with ampq');
}
- process(triggerOrAction, payload, cfg, snapshot) { // eslint-disable-line consistent-return
+ async process(triggerOrA... | 14 |
diff --git a/src/js/components/FileInput/stories/CustomThemed/Custom.js b/src/js/components/FileInput/stories/CustomThemed/Custom.js @@ -24,7 +24,7 @@ const customTheme = {
},
background: '#f2f2f2',
border: { size: 'medium' },
- pad: { horizontal: 'large', vertical: 'medium' },
+ pad: { horizontal: 'medium', vertical: ... | 7 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -31,10 +31,12 @@ Most bug fixes are handled internally, but we will except pull requests for bug
### Pre-Requisites
- [Node.js](https://nodejs.org) installation
-- [Grunt](https://www.npmjs.com/package/grunt)
+- [grunt-cli](https://gruntjs.com/getting-started)
+- grunt-... | 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.206.1",
+ "version": "0.206.2",
"license": "MIT",
"activationCommands": {
"atom-workspace": [
| 6 |
diff --git a/js/core/bis_bidsutils.js b/js/core/bis_bidsutils.js @@ -13,7 +13,6 @@ let labelsMap = {};
const dicomParametersFilename = 'dicom_job_info.json';
const sourceDirectoryName = 'sourcedata';
-//TODO: find 'task-name_run_bold.undefined' issue
// DICOM2BIDS
/**
* Performs NII 2 Bids conversion on data generated ... | 2 |
diff --git a/packages/app/src/server/routes/apiv3/in-app-notification.ts b/packages/app/src/server/routes/apiv3/in-app-notification.ts @@ -42,7 +42,7 @@ module.exports = (crowi) => {
id: string,
}
- interface InewPaginationResult {
+ interface IseriarizedPaginationResult {
docs: Array<IdocType | null>,
totalDocs: numbe... | 10 |
diff --git a/README.md b/README.md # Example Storefront
-[](https://app.fossa.io/projects/git%2Bgithub.com%2Freactioncommerce%2Fexample-storefront?ref=badge_shield)
[Reaction Commerce](https://reac... | 2 |
diff --git a/js/components/cohortbuilder/components/EndStrategyEditor.js b/js/components/cohortbuilder/components/EndStrategyEditor.js @@ -3,6 +3,10 @@ define(['knockout', 'text!./EndStrategyEditorTemplate.html', '../EndStrategies',
ko.components.register('date-offset-strategy', dateOffsetStrategyComponent);
ko.compone... | 9 |
diff --git a/src/botPage/view/View.js b/src/botPage/view/View.js @@ -535,6 +535,7 @@ export default class View {
}
addEventHandlers() {
globalObserver.register('Error', error => {
+ $('#runButton').prop('disabled', false);
if (error.error && error.error.error.code === 'InvalidToken') {
removeAllTokens();
updateTokenLis... | 9 |
diff --git a/server/game/player.js b/server/game/player.js @@ -5,7 +5,7 @@ const DrawCard = require('./drawcard.js');
const Deck = require('./deck.js');
const AttachmentPrompt = require('./gamesteps/attachmentprompt.js');
const BestowPrompt = require('./gamesteps/bestowprompt.js');
-const ChallengeTracker = require('./... | 14 |
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -1866,11 +1866,15 @@ class Avatar {
if (this.getTopEnabled()) {
if (k === 'Left_wrist') {
+ if (this.getHandEnabled(1)) {
modelBone.quaternion.multiply(leftRotation); // center
+ }
} else if (k === 'Right_wrist') {
+ if (this.getHandEnabled(0)) {
modelBone.quatern... | 0 |
diff --git a/packages/story-editor/src/components/library/test/text/textPane.js b/packages/story-editor/src/components/library/test/text/textPane.js @@ -69,7 +69,7 @@ describe('TextPane', () => {
}));
});
- it('should insert text with preset text style on pressing a preset', async () => {
+ it('should insert text with ... | 1 |
diff --git a/core/field_angle.js b/core/field_angle.js @@ -115,11 +115,8 @@ Blockly.FieldAngle.prototype.dispose_ = function() {
if (thisField.clickWrapper_) {
Blockly.unbindEvent_(thisField.clickWrapper_);
}
- if (thisField.moveWrapper1_) {
- Blockly.unbindEvent_(thisField.moveWrapper1_);
- }
- if (thisField.moveWrapp... | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.