code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/token-metadata/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/metadata.json b/token-metadata/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/metadata.json "symbol": "LAYER",
"address": "0x0fF6ffcFDa92c53F615a4A75D982f399C989366b",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED... | 3 |
diff --git a/lib/tasks/layers.rake b/lib/tasks/layers.rake @@ -130,11 +130,15 @@ namespace :carto do
basemaps = Cartodb.get_config(:basemaps)
- basemaps_by_class_name = basemaps.flat_map { |_, classes|
+ basemaps_by_class_name = basemaps.flat_map { |category, classes|
+ if category != 'GMaps'
classes.map { |_, attribut... | 8 |
diff --git a/tests/phpunit/integration/Core/Permissions/PermissionsTest.php b/tests/phpunit/integration/Core/Permissions/PermissionsTest.php @@ -76,7 +76,7 @@ class PermissionsTest extends TestCase {
yield 'user with `editor` role' => array( 'editor' );
}
- public function test_unauthenticated_user_with_administrator_r... | 10 |
diff --git a/src/main/webapp/org/cboard/controller/admin/userAdminCtrl.js b/src/main/webapp/org/cboard/controller/admin/userAdminCtrl.js @@ -178,7 +178,7 @@ cBoard.controller('userAdminCtrl', function ($scope, $http, ModalUtils, $filter)
three_state: false
},
version: 1,
- plugins: ['types', 'checkbox']
+ plugins: ['ty... | 1 |
diff --git a/vis/js/components/Highlight.js b/vis/js/components/Highlight.js @@ -21,21 +21,9 @@ const Highlight = ({
}) => {
let autoEscape = true;
let searchWords = searchTerms;
- let queryWords = queryTerms;
if (hyphenated) {
autoEscape = false;
- searchWords = searchTerms.map((term) =>
- term
- .split("")
- .map((ch... | 1 |
diff --git a/src/components/pill/pill.stories.js b/src/components/pill/pill.stories.js @@ -6,8 +6,8 @@ import { text, select, boolean } from '@storybook/addon-knobs';
import { action } from '@storybook/addon-actions';
import Pill from './pill.component';
import OptionsHelper from '../../utils/helpers/options-helper';
+... | 4 |
diff --git a/token-metadata/0x915044526758533dfB918ecEb6e44bc21632060D/metadata.json b/token-metadata/0x915044526758533dfB918ecEb6e44bc21632060D/metadata.json "symbol": "CHR",
"address": "0x915044526758533dfB918ecEb6e44bc21632060D",
"decimals": 6,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/src/traces/surface/convert.js b/src/traces/surface/convert.js @@ -30,6 +30,22 @@ function SurfaceTrace(scene, surface, uid) {
var proto = SurfaceTrace.prototype;
+proto.getXat = function(a, b) {
+ return (!isArrayOrTypedArray(this.data.x)) ?
+ a :
+ (isArrayOrTypedArray(this.data.x[0])) ?
+ this.data.x[b][... | 0 |
diff --git a/README.md b/README.md <img src="assets/demo_screen.gif">
</p>
-**Parsr**, is a minimal-footprint document (image, pdf, docx, eml) cleaning, parsing and extraction toolchain which generates readily available, organized and usable data for data scientists and developers.
-
-It provides users with clean struc... | 3 |
diff --git a/draftlogs/6051_fix.md b/draftlogs/6051_fix.md -- Discard negative values from pie chart post-aggregation instead of during summation [[#6051](https://github.com/plotly/plotly.js/pull/6051)]
+ - Fix to discard negative values from `pie` chart post-aggregation instead of during summation [[#6051](https://git... | 7 |
diff --git a/lib/services/android-project-service.ts b/lib/services/android-project-service.ts @@ -94,7 +94,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
`${projectData.projectName}${constants.APK_EXTENSION_NAME}`,
`${constants.APP_FOLDER_NAME}-${buildMode}${constants.APK_EXTENSI... | 8 |
diff --git a/src/server/template-renderer/index.js b/src/server/template-renderer/index.js @@ -30,6 +30,13 @@ export type ClientManifest = {
}
};
+type PreloadFile = {
+ file: string;
+ extension: string;
+ fileWithoutQuery: string;
+ asType: string;
+};
+
export default class TemplateRenderer {
options: TemplateRender... | 7 |
diff --git a/test/cmd/cloud.spec.js b/test/cmd/cloud.spec.js @@ -50,6 +50,7 @@ describe('Cloud Commands', () => {
sandbox.restore();
});
+ describe('login', () => {
it('accepts token arg', withConsoleStubs(() => {
const { cloud, api, settings } = stubForLogin(new CloudCommands(), stubs);
const { username } = fakeCreden... | 5 |
diff --git a/components/selectable-item-list.js b/components/selectable-item-list.js @@ -11,7 +11,7 @@ class SelectableItemList extends React.Component {
value: PropTypes.string.isRequired
})
).isRequired,
- buttonIcon: PropTypes.string.isRequired,
+ buttonIcon: PropTypes.oneOf(['+', '-']).isRequired,
action: PropTypes... | 7 |
diff --git a/protocols/market/contracts/Market.sol b/protocols/market/contracts/Market.sol @@ -93,7 +93,12 @@ contract Market is Ownable {
Intent memory newIntent = Intent(_user, _score, _locator);
// Insert after the next highest score on the linked list.
- insertIntent(newIntent, findPosition(_score));
+ Intent memor... | 2 |
diff --git a/src/compiler/lexer.imba1 b/src/compiler/lexer.imba1 @@ -90,7 +90,7 @@ var OBJECT_KEY = /// ^
///
var TAG = /// ^
- (\<)(?=[A-Za-z\#\.\%\[\{\@\>])
+ (\<)(?=[A-Za-z\#\.\%\$\[\{\@\>])
///
var TAG_TYPE = /^(\w[\w\d]*:)?(\w[\w\d]*)(-[\w\d]+)*/
@@ -544,7 +544,7 @@ export class Lexer
if tok == 'self' and @lastVal... | 11 |
diff --git a/tests/test_helper.js b/tests/test_helper.js @@ -33,7 +33,9 @@ const CONTENT_TYPE_MAP = {
woff: 'application/font-woff',
woff2: 'application/font-woff2',
- otf: 'application/x-font-otf'
+ otf: 'application/x-font-otf',
+
+ map: 'application/json; charset=utf-8'
};
function extension(str) {
| 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## 2.8.0
#### New Functionality
-- Data Movement in Node.js API - Document(s) ingestion
+- [#621](https://github.com/marklogic/node-client-api/issues/621)- Data Movement in Node.js API - Ingesting Documents using writeAll api.
#### Improvements and Bug Fixes
- [#270](https://git... | 0 |
diff --git a/desktop/core/library/d.js b/desktop/core/library/d.js @@ -9,13 +9,14 @@ function OperatorD (orca, x, y, passive) {
this.info = 'Bangs on a fraction of the runtime frame.'
this.ports.haste.rate = { x: -1, y: 0 }
- this.ports.input.offset = { x: 1, y: 0 }
+ this.ports.input.mod = { x: 1, y: 0 }
this.ports.ou... | 7 |
diff --git a/packages/idyll-cli/test/basic-project/test.js b/packages/idyll-cli/test/basic-project/test.js @@ -144,7 +144,6 @@ test('should include components configured in package.json', () => {
// This tests for just the *default* components being in getComponents
test('Idyll getComponents() gets all default componen... | 2 |
diff --git a/tools/metadata/index.ts b/tools/metadata/index.ts @@ -15,14 +15,14 @@ export async function fetchTokens(
const res = await axios.get(url)
return res.data.tokens
} catch (e) {
- throw new Error(e.message)
+ throw e.message
}
})
)
tokens.push(...defaults)
promises.forEach(promise => {
if (promise.status === ... | 2 |
diff --git a/src/components/Editor/Editor.js b/src/components/Editor/Editor.js @@ -81,7 +81,7 @@ class Editor extends React.Component {
body: {
errors: [{
field: 'body',
- message: "Content can't be empty.",
+ message: "Content can't be empty",
}],
},
};
@@ -98,7 +98,7 @@ class Editor extends React.Component {
if (valu... | 2 |
diff --git a/packages/cx/src/widgets/form/LookupField.d.ts b/packages/cx/src/widgets/form/LookupField.d.ts @@ -125,7 +125,7 @@ interface LookupFieldProps extends FieldProps {
minQueryLengthMessageText?: string;
/** Name of the icon to be put on the left side of the input. */
- icon?: string;
+ icon?: Cx.StringProp;
/**... | 0 |
diff --git a/packages/components/src/TextInput/TextInputArrows.js b/packages/components/src/TextInput/TextInputArrows.js import { useDrag } from '@wp-g2/gestures';
import { ui } from '@wp-g2/styles';
-import { noop } from '@wp-g2/utils';
+import { clamp, noop } from '@wp-g2/utils';
import React, {
useCallback,
useEffec... | 7 |
diff --git a/app/shared/components/Wallet/Panel/Form/Transfer/Send.js b/app/shared/components/Wallet/Panel/Form/Transfer/Send.js @@ -83,7 +83,7 @@ class WalletPanelFormTransferSend extends Component<Props> {
const position = findIndex(contacts, { accountName: value });
if (position > -1) {
- this.onChange(e, { name: 'm... | 9 |
diff --git a/package.json b/package.json {
"name": "prettier-atom",
"main": "./dist/main.js",
- "version": "0.55.1",
+ "version": "0.55.2",
"description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration",
"keywords": [
"atom",
| 6 |
diff --git a/check_streets_for_imagery.py b/check_streets_for_imagery.py @@ -85,6 +85,7 @@ if __name__ == '__main__':
n_success = 0
n_fail = 0
coords = list(street['geom'].coords)
+ n_coord = len(coords)
# Check for imagery every 15 meters along the street using a smaller radius than endpoints. We use 25 m for
# the en... | 7 |
diff --git a/assets/js/modules/adsense/components/setup/v2/SetupUseSnippetSwitch.js b/assets/js/modules/adsense/components/setup/v2/SetupUseSnippetSwitch.js @@ -46,10 +46,10 @@ export default function SetupUseSnippetSwitch() {
const hasExistingTag = Boolean( existingTag );
useEffect( () => {
- if ( hasExistingTag ) {
+... | 12 |
diff --git a/tests/phpunit/integration/Core/Authentication/Clients/OAuth_ClientTest.php b/tests/phpunit/integration/Core/Authentication/Clients/OAuth_ClientTest.php @@ -54,7 +54,11 @@ class OAuth_ClientTest extends TestCase {
$client->refresh_token();
+ // If the request completely fails (cURL error), ignore that.
+ $h... | 7 |
diff --git a/packages/analytics-core/middleware/plugins/engine.js b/packages/analytics-core/middleware/plugins/engine.js @@ -466,7 +466,7 @@ export default function runSimpleHooks(action, instance, plugins, store, systemE
}
if (!coreName.match(/End$/)) {
- store.dispatch({
+ const endDispatch = {
...actionFinal,
type: ... | 1 |
diff --git a/.eslintrc.js b/.eslintrc.js @@ -26,11 +26,13 @@ module.exports = {
"node/no-unpublished-require": 0
},
ignorePatterns: ["benchmark/test.js", "test/typescript/hello-world/out/*.js"],
- overrides: {
+ overrides: [
+ {
files: ["runner-esm.mjs"],
parserOptions: {
sourceType: "module",
ecmaVersion: "2020" // ne... | 1 |
diff --git a/io-manager.js b/io-manager.js @@ -55,9 +55,12 @@ ioManager.keys = {
forward: false,
backward: false,
shift: false,
+ doubleShift: false,
space: false,
ctrl: false,
};
+let lastShiftDownTime = 0;
+ioManager.getLastShiftDownTime = () => lastShiftDownTime;
const resetKeys = () => {
for (const k in ioManager.k... | 0 |
diff --git a/config.json b/config.json "menuColor": 7833753,
"deleteMenus": false
},
- "feedManagement": {
- "sqlType": "sqlite3",
- "databaseName": "rss",
- "enableBackups": true,
- "enableRestores": false,
- "cleanDatabase": false,
- "maxEntryAge": 14
+ "database": {
+ "uri": "mongodb://localhost/rss",
+ "clean": tru... | 14 |
diff --git a/setup.py b/setup.py @@ -5,7 +5,7 @@ here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.md')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
# Edit Snovault version after the `@` here, can be a branch or tag
-SNOVAULT_DEP = "git+https://github.com/ENC... | 3 |
diff --git a/assets/js/modules/analytics-4/datastore/containers.js b/assets/js/modules/analytics-4/datastore/containers.js @@ -163,14 +163,14 @@ const baseSelectors = {
},
/**
- * Gets the Google Tag container destinations for the given account and container IDs.
+ * Gets the Google Tag container destinations for the g... | 7 |
diff --git a/src/renderable/sprite.js b/src/renderable/sprite.js this.height = frame.height;
// set global anchortPoint if defined
if (frame.anchorPoint) {
- this.anchorPoint.setV(frame.anchorPoint);
+ this.anchorPoint.set(
+ this._flip.x ? 1 - frame.anchorPoint.x : frame.anchorPoint.x,
+ this._flip.y ? 1 - frame.ancho... | 1 |
diff --git a/src/layers/core/polygon-layer/polygon-tesselator-extruded.js b/src/layers/core/polygon-layer/polygon-tesselator-extruded.js @@ -118,7 +118,7 @@ function calculatePositions(positionsJS, fp64) {
let positionLow;
if (fp64) {
// We only need x, y component
- positionLow = new Float32Array(positionsJS / 3 * 2);... | 1 |
diff --git a/src/matrix/room/timeline/Timeline.js b/src/matrix/room/timeline/Timeline.js @@ -46,8 +46,8 @@ export class Timeline {
});
this._readerRequest = null;
this._allEntries = null;
- // Stores event entries that we fetch for reply previews
- this._fetchedEventEntries = new Map();
+ /** Stores event entries that ... | 10 |
diff --git a/src/libs/actions/Download.js b/src/libs/actions/Download.js @@ -19,10 +19,10 @@ function clearDownloads() {
waitForCollectionCallback: true,
callback: (records) => {
Onyx.disconnect(connectionID);
- const downloads = {};
- _.each(_.keys(records), recordKey => downloads[recordKey] = null);
- if (!_.isEmpty(... | 10 |
diff --git a/app/stylesheets/builtin-pages/network.less b/app/stylesheets/builtin-pages/network.less background: #aaa;
margin-left: 2px;
}
-
- .plus {
- font-weight: 700;
- font-size: 14px;
- margin-left: 2px;
- }
}
}
}
| 4 |
diff --git a/src/utils.ts b/src/utils.ts import {Props, ReferenceElement, Targets, Plugin} from './types';
import {getDataAttributeProps} from './reference';
-import {POPPER_CLASS} from './constants';
/**
* Determines if the value is a reference element
*/
export function isReferenceElement(value: any): value is Refere... | 4 |
diff --git a/package.json b/package.json {
"name": "prettier-atom",
"main": "./dist/main.js",
- "version": "0.55.2",
+ "version": "0.56.0",
"description": "Atom plugin for formatting JavaScript using prettier with (optional) prettier-eslint integration",
"keywords": [
"atom",
| 6 |
diff --git a/tests/e2e/specs/modules/pagespeed-insights/activation.test.js b/tests/e2e/specs/modules/pagespeed-insights/activation.test.js @@ -6,19 +6,25 @@ import { visitAdminPage, activatePlugin } from '@wordpress/e2e-test-utils';
/**
* Internal dependencies
*/
-import { resetSiteKit, deactivateAllOtherPlugins } from... | 3 |
diff --git a/CodingChallenges/CC_103_Flames/CC_103_Flames.pde b/CodingChallenges/CC_103_Flames/CC_103_Flames.pde // http://codingtra.in
// http://patreon.com/codingtrain
-// 2D Water Ripples
+// Fire Effect
// Video: https://youtu.be/X0kjv0MozuY
// Algorithm: https://web.archive.org/web/20160418004150/http://freespace.... | 1 |
diff --git a/test/jasmine/tests/gl_plot_interact_test.js b/test/jasmine/tests/gl_plot_interact_test.js @@ -331,6 +331,39 @@ describe('Test gl plot interactions', function() {
}, MODEBAR_DELAY);
});
+
+ it('should be able to toggle visibility', function(done) {
+ var OBJECT_PER_TRACE = 5;
+
+ var objects = function() {
... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## [Unreleased](https://github.com/akiran/react-slick/tree/HEAD)
+## 0.21.0
+
+**Release Changes**
+
+- Fixed issues
+ - dataset undefined error in case of swipeToSlide but finite slides
+ - slideWidth issue by transform scale
+ - variableWidth + finite alignment problems
+ - wr... | 0 |
diff --git a/.github/workflows/browserslist-db-update.yml b/.github/workflows/browserslist-db-update.yml @@ -12,10 +12,6 @@ jobs:
update-browserslist-database:
name: Create PR containing Browserslist updates
runs-on: ubuntu-latest
- outputs:
- has_pr: ${{ steps.run-update-action.outputs.has_pr }}
- pr_status: ${{ steps... | 2 |
diff --git a/packages/create-freesewing-pattern/package.json b/packages/create-freesewing-pattern/package.json "handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"make-dir": "^3.1.0",
- "normalize-path": "3.0.0",
+ "normalize-path": "^3.0.0",
"ora": "^4.0.5",
"p-each-series": "^2.1.0",
"parse-git-config": "^3.0.0",
| 11 |
diff --git a/preview.js b/preview.js @@ -61,8 +61,7 @@ window.onload = async () => {
container.appendChild(el);
}
};
- const handlers = {
- 'png': async ({
+ const imageHandler = async ({
hash,
}) => {
const img = new Image();
@@ -77,7 +76,10 @@ window.onload = async () => {
img.onerror = reject;
img.src = src;
});
- }... | 0 |
diff --git a/tests/phpunit/includes/Core/Modules/Module_With_Settings_ContractTests.php b/tests/phpunit/includes/Core/Modules/Module_With_Settings_ContractTests.php @@ -39,6 +39,7 @@ trait Module_With_Settings_ContractTests {
$testcase = $this->get_testcase();
$settings = $this->get_module_with_settings()->get_settings... | 1 |
diff --git a/src/encoded/static/components/search.js b/src/encoded/static/components/search.js @@ -730,7 +730,9 @@ TypeTerm.propTypes = {
};
// Sanitize user input and facet terms for comparison: convert to lowercase, remove white space and asterisks (which cause regular expression error)
-const sanitizedString = input... | 2 |
diff --git a/bin/oref0-setup.sh b/bin/oref0-setup.sh @@ -141,7 +141,7 @@ if [[ -z "$DIR" || -z "$serial" ]]; then
read -p "What is your pump serial number (numbers only)? " -r
serial=$REPLY
echo "Ok, $serial it is."
- read -p "What kind of CGM are you using? (e.g., G4-upload, G4-local-only, G5, MDT, xdrip?) Note: G4-lo... | 7 |
diff --git a/src/RunListHelper.js b/src/RunListHelper.js @@ -276,7 +276,7 @@ function getRunList(bosco, repos, repoRegex, watchRegex, repoTag, displayOnly, n
}
parent[repoName] = {};
- var dependsOn = getCachedConfig(bosco, repo, true).service.dependsOn || [];
+ var dependsOn = repoConfig.service.dependsOn || [];
var n... | 4 |
diff --git a/lib/util/getTextByFontFace.js b/lib/util/getTextByFontFace.js @@ -66,7 +66,7 @@ function getTextByFontFace(assetGraph) {
var selectorsByFontProperties = {};
assetGraph.findAssets({type: 'Css'}).forEach(function (cssAsset) {
- cssAsset.constructor.eachRuleInParseTree(cssAsset.parseTree, function (cssRule) {... | 4 |
diff --git a/shared/js/ui/models/mixins/parse-user-agent.es6.js b/shared/js/ui/models/mixins/parse-user-agent.es6.js module.exports = {
parseUserAgentString (uaString) {
if (!uaString) uaString = window.navigator.userAgent
- const rgx = uaString.match(/(Firefox|Chrome)\/([0-9]+)/)
+ const rgx = uaString.match(/(Firefox... | 4 |
diff --git a/jest.config.js b/jest.config.js @@ -4,7 +4,7 @@ module.exports = {
"^.+\\.vue$": "vue-jest",
".+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$":
"jest-transform-stub",
- "^.+\\.(js|jsx)?$": "babel-jest"
+ "^.+\\.jsx?$": "babel-jest"
},
transformIgnorePatterns: ["/node_modules/"],
moduleNameMapper... | 1 |
diff --git a/types/index.d.ts b/types/index.d.ts @@ -1944,7 +1944,7 @@ declare namespace Knex {
}
interface SeedsConfig<V extends {} = any> {
- directory?: string;
+ directory?: string | string[];
extension?: string;
loadExtensions?: readonly string[];
stub?: string;
| 11 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -8,7 +8,7 @@ aliases:
- &DIST /tmp/voyager/dist
- &DIST_TESTNET /tmp/voyager/dist_testnet
# Pick docker versions here only, then use the aliases in the executors definition
- - &docker-node tendermintdev/voyager_node
+ - &docker-node circleci/node:10.15.3
- &d... | 4 |
diff --git a/token-metadata/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/metadata.json b/token-metadata/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/metadata.json "symbol": "EVX",
"address": "0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8",
"decimals": 4,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/.github/workflows/release-ci-build.yml b/.github/workflows/release-ci-build.yml @@ -19,4 +19,4 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOMESTIC_DOCKER_PASSWORD: ${{ secrets.DOMESTIC_DOCKER_PASSWORD }}
DOMESTIC_DOCKER_USERNAME: ${{ secrets.DOMESTIC_DOCKER_USERNAME }}
- run: VERSION=v5.3.3-r... | 1 |
diff --git a/src/components/core/translate/setTranslate.js b/src/components/core/translate/setTranslate.js import Support from '../../../utils/support';
-export default function (translate, updateActiveIndex, byController) {
+export default function (translate, byController) {
const swiper = this;
const { rtl, params, ... | 2 |
diff --git a/stories/user-input.stories.js b/stories/user-input.stories.js * External dependencies
*/
import { storiesOf } from '@storybook/react';
-import { set } from 'lodash';
/**
* Internal dependencies
@@ -11,18 +10,9 @@ import UserInputApp from '../assets/js/components/user-input/UserInputApp';
import { WithTestR... | 12 |
diff --git a/environment/core/Halite.cpp b/environment/core/Halite.cpp @@ -33,22 +33,27 @@ auto Halite::compare_rankings(const hlt::PlayerId& player1,
auto Halite::compute_damage(hlt::EntityId self_id, hlt::EntityId other_id)
-> std::pair<unsigned short, unsigned short> {
- assert(self_id.type == hlt::EntityType::ShipE... | 7 |
diff --git a/src/functionHelper.js b/src/functionHelper.js @@ -108,10 +108,7 @@ exports.getFunctionOptions = function getFunctionOptions(
};
};
-exports.createExternalHandler = function createExternalHandler(
- funOptions,
- options,
-) {
+function createExternalHandler(funOptions, options) {
let handlerContext = handl... | 2 |
diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml @@ -622,7 +622,7 @@ getting_started_configure_settings: |-
}'
getting_started_communicating_with_a_protected_instance: |-
curl \
- -X POST 'http://127.0.0.1:7700/indexes/movies/search' \
+ -X POST 'http://localhost:7700/indexes/movies/search' ... | 14 |
diff --git a/main/main.js b/main/main.js @@ -190,6 +190,8 @@ app.on('window-all-closed', function () {
app.on('ready', function () {
appIsReady = true
+ app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required') // allow autoplay by default
+
createWindow(function () {
mainWindow.webContents.on('did-fi... | 4 |
diff --git a/src/pages/GrafanaDashboard/index.js b/src/pages/GrafanaDashboard/index.js @@ -34,8 +34,8 @@ export default class EnterpriseClusters extends PureComponent {
},
enterprise
} = this.props;
- const monitoringObj = rainbondUtil.fetchMonitoring(enterprise);
+ const monitoringObj = rainbondUtil.fetchMonitoring(en... | 1 |
diff --git a/packages/material-ui/src/LinearProgress/LinearProgress.d.ts b/packages/material-ui/src/LinearProgress/LinearProgress.d.ts @@ -26,7 +26,6 @@ export type LinearProgressClassKey =
| 'bar1Indeterminate'
| 'bar2Indeterminate'
| 'bar1Determinate'
- | 'bar2Determinate'
| 'bar1Buffer'
| 'bar2Buffer';
| 2 |
diff --git a/doc/server_config.md b/doc/server_config.md @@ -6,13 +6,13 @@ If you want to do more than just displaying static CSV files, you need to config
Make sure you have the following packages installed:
-* PHP 5.3+ with the following extensions:
+* PHP 7.2 with the following extensions:
* curl
* pdo_sqlite
* mbst... | 3 |
diff --git a/package-lock.json b/package-lock.json }
},
"gl-axes3d": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/gl-axes3d/-/gl-axes3d-1.2.7.tgz",
- "integrity": "sha512-PXyLDQR3+shlvmJg8At0bdsA1FdsotA1fRAz1zktsPhx8dwghE2aGKZ2bLLppYRndbXAgMmBhz+dz+wlZltLsw==",
+ "version": "git://github.com/archmo... | 4 |
diff --git a/changelog/62_UNRELEASED_xxxx-xx-xx.md b/changelog/62_UNRELEASED_xxxx-xx-xx.md - Added a new API endpoint `/system/localization-strings` to get the localization strings (gettext JSON representation; in the by the user desired language)
- Fixed that due soon products with `due_type` = "Expiration date" were ... | 11 |
diff --git a/OurUmbraco.Site/Views/Partials/Community/Home.cshtml b/OurUmbraco.Site/Views/Partials/Community/Home.cshtml @@ -161,7 +161,7 @@ else
</div>
<div class="col-md-12 goto-forum">
- <a class="button green" href="https://github.com/umbraco" target="_blank">Contribute to Umbraco on GitHub →</a>
+ <a class="b... | 3 |
diff --git a/src/og/entity/GeoObject.js b/src/og/entity/GeoObject.js @@ -228,7 +228,7 @@ class GeoObject {
}
this._qNorthFrame = Planet.getBearingNorthRotationQuat(this._position);
- let qq = Quat.yRotation(this._yaw * RADIANS)
+ let qq = Quat.yRotation(this._yaw)
.mul(this._qNorthFrame)
.conjugate();
this._direction =... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 13.3.2
- Fixed: update postcss-css-in-js with fix for maximum call stack size exceeded error ([#4701](https://github.com/stylelint/stylelint/pull/4701)).
| 6 |
diff --git a/userscript.user.js b/userscript.user.js @@ -751,6 +751,97 @@ var $$IMU_EXPORT$$;
return result;
};
+ var common_functions = {};
+ common_functions.new_vm = function() {
+ // si[n] = nth stack item (last = 0)
+ var vm_arch = [
+ // 0: Push data to the stack
+ function(vm) {
+ vm.stack.unshift(vm.data);
+ },... | 7 |
diff --git a/token-metadata/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/metadata.json b/token-metadata/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/metadata.json "symbol": "HEX",
"address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/generators/server/prompts.js b/generators/server/prompts.js @@ -332,7 +332,7 @@ function askForOptionalItems() {
value: 'searchEngine:elasticsearch',
});
}
- if (databaseTypeCouchbase) {
+ if (databaseType == COUCHBASE) {
choices.push({
name: 'Couchbase FTS as search engine',
value: 'searchEngine:couchbase... | 1 |
diff --git a/app/stylus/components/FullView.styl b/app/stylus/components/FullView.styl display: flex;
flex-direction: column;
overflow: hidden;
- background-color: rgba(#2a4b58, 0.9);
- background-position: bottom;
- background-size: auto 85%;
+ background-image: url('/resources/images/background.svg');
+ background-at... | 4 |
diff --git a/components/users/usersService.js b/components/users/usersService.js @@ -64,23 +64,24 @@ const findRocketUsersByName = name => {
}
const receiveProPlan = data => {
- return data.current_plan && data.current_plan.name
+ return data.current_plan && data.current_plan.name ? true : false
}
const getProBeginDate... | 3 |
diff --git a/src/index.js b/src/index.js @@ -460,6 +460,7 @@ class Offline {
});
// Adds a route for each http endpoint
fun.events.forEach(event => {
+ if (!event.http) return;
// Handle Simple http setup, ex. - http: GET users/index
if (typeof event.http === 'string') {
| 0 |
diff --git a/services/LocalizationService.php b/services/LocalizationService.php @@ -113,8 +113,15 @@ class LocalizationService
{
$this->CheckAndAddMissingTranslationToPot($text);
+ if (func_num_args() === 1)
+ {
+ return $this->Translator->gettext($text);
+ }
+ else
+ {
return vsprintf($this->Translator->gettext($text... | 1 |
diff --git a/core/block.js b/core/block.js @@ -1095,26 +1095,24 @@ Blockly.Block.prototype.getTransferStatus = function() {
/**
* Set which stage of the process this block is to transfer workspace.
* Once the block starts to transfer, an equivalent block would be created on
- * the target workspace and this block would... | 14 |
diff --git a/src/og/quadTree/Node.js b/src/og/quadTree/Node.js @@ -235,7 +235,7 @@ class Node {
let eye = cam.eye;
let horizonDist = eye.length2() - this.planet.ellipsoid._b2;
- let altVis = seg.tileZoom > 19 || (seg.tileZoom < 4 && !seg.terrainReady) || seg.tileZoom < 2;
+ let altVis = seg.tileZoom > 19 || (seg.tileZo... | 1 |
diff --git a/tests/phpunit/integration/Core/Permissions/PermissionsTest.php b/tests/phpunit/integration/Core/Permissions/PermissionsTest.php @@ -67,7 +67,7 @@ class PermissionsTest extends TestCase {
}
/**
- * @dataProvider provider_role_without_permissions
+ * @dataProvider data_role_without_permissions
*/
public func... | 14 |
diff --git a/src/api/v4/dataview/base.js b/src/api/v4/dataview/base.js @@ -4,6 +4,7 @@ var status = require('../constants').status;
var SourceBase = require('../source/base');
var FilterBase = require('../filter/base');
var SQLFilterBase = require('../filter/base-sql');
+var SpatialFilterTypes = require('../filter/spat... | 11 |
diff --git a/edit.js b/edit.js @@ -33,6 +33,7 @@ import easing from './easing.js';
import {planet} from './planet.js';
import {Bot} from './bot.js';
import './atlaspack.js';
+import {Sky} from './Sky.js';
const apiHost = 'https://ipfs.exokit.org/ipfs';
const worldsEndpoint = 'https://worlds.exokit.org';
@@ -1204,107 +1... | 0 |
diff --git a/docs/content/widgets/ContentResolvers.js b/docs/content/widgets/ContentResolvers.js @@ -77,7 +77,7 @@ export const ContentResolvers = <cx>
</table>
</div>
- <CodeSnippet putInto="code">{`
+ <CodeSnippet putInto="code" fiddle="RcY5ebiO>{`
class PageController extends Controller {
onInit() {
this.store.init(... | 0 |
diff --git a/package.json b/package.json "type": "git",
"url": "https://github.com/ibi-group/datatools-ui.git"
},
- "author": "Conveyal LLC",
+ "author": "Conveyal LLC, IBI Group",
"license": "MIT",
"scripts": {
"build": "mastarm build --env production",
| 3 |
diff --git a/src/processTailwindFeatures.js b/src/processTailwindFeatures.js @@ -23,31 +23,6 @@ export default function(getConfig) {
substituteResponsiveAtRules(config),
substituteScreenAtRules(config),
substituteClassApplyAtRules(config, processedPlugins.utilities),
-
- // This quick plugin is necessary to avoid a ser... | 2 |
diff --git a/configs/livechatinc.json b/configs/livechatinc.json "start_urls": [
"https://developers.livechat.com/docs/"
],
- "stop_urls": ["v1.", "v2.", "v3."],
+ "stop_urls": ["v1.", "v2.", "v3.", "[^/]+$"],
"sitemap_urls": [
- "https://developers.livechatinc.com/docs/sitemap.xml"
+ "https://developers.livechat.com/d... | 8 |
diff --git a/src/components/drawing/index.js b/src/components/drawing/index.js @@ -412,8 +412,8 @@ drawing.pattern = function(sel, calledBy, gd, patternID, shape, size, solidity,
var patternAttrs = {};
var fgC = tinycolor(fgcolor);
- var fgStroke = Color.tinyRGB(fgC);
- var fgStrokeOpacity = fgC.getAlpha();
+ var fgRGB... | 10 |
diff --git a/vis/js/list.js b/vis/js/list.js @@ -315,7 +315,7 @@ list.populateReaders = function(nodes) {
return d.area;
});
- if (!config.content_based && config.base_unit !== "") {
+ if (!config.content_based || config.base_unit !== "") {
readers.select(".num_readers")
.html(function(d) {
return d.readers;
| 1 |
diff --git a/public/app/js/cbus-data.js b/public/app/js/cbus-data.js @@ -328,11 +328,9 @@ cbus.data.unsubscribeFeed = function(options, showModal) {
var feedExists;
var feedIndex;
- var key = Object.keys(options).filter(function(key) {
- return key === "url";
- })[0];
+ if (options.hasOwnProperty("url")) {
+ let key = ... | 7 |
diff --git a/src/ref-parser.js b/src/ref-parser.js @@ -68,7 +68,6 @@ RefParser.prototype.bundle = async function () {
}
const exception = new Exception('Unable to bundle definition for one or more reasons');
- const warning = new Exception('One ore more warnings encountered while bundling');
const [ dereferenced, error... | 1 |
diff --git a/contracts/governance/Staking.sol b/contracts/governance/Staking.sol @@ -18,7 +18,7 @@ contract Staking is Ownable{
mapping (address => uint96) internal balances;
/// @notice A record of the unlocking timestamps per address
- mapping (address => uint) public stakedUntil;
+ mapping (address => uint) public l... | 10 |
diff --git a/contracts/EtherNomin.sol b/contracts/EtherNomin.sol @@ -105,10 +105,6 @@ contract EtherNomin is ERC20FeeToken {
// It may only call the setPrice() function.
address oracle;
- // The address of the havven contract that this contract
- // is paired with.
- Havven havven;
-
// The address of the contract whic... | 2 |
diff --git a/packages/bitcore-client/src/encryption.ts b/packages/bitcore-client/src/encryption.ts @@ -110,9 +110,12 @@ export function bitcoinCoreDecrypt(jsonl, passphrase) {
}
}
return { jsonlDecrypted, master };
+}
+
function hashPassphrase(opts) {
return opts && opts.method === 0 ? sha512KDF : scryptKDF;
}
+
functi... | 5 |
diff --git a/html/settings/_settings.scss b/html/settings/_settings.scss @@ -1606,7 +1606,7 @@ $sprk-accordion-summary-text-align: left !default;
$sprk-accordion-summary-border: none !default;
/// The color of the icon in the summary when the
/// Accordion item is open or hovered.
-$sprk-accordion-summary-active-color:... | 3 |
diff --git a/README.md b/README.md @@ -22,6 +22,9 @@ Just overwrite everything with the latest release while keeping the `/data` dire
## Things worth to know
+### REST API & data model documentation
+See the integrated Swagger UI instance on [/api](https://demo-en.grocy.info/api).
+
### Barcode readers
Some fields also... | 0 |
diff --git a/Specs/DataSources/StaticGroundGeometryPerMaterialBatchSpec.js b/Specs/DataSources/StaticGroundGeometryPerMaterialBatchSpec.js @@ -20,6 +20,7 @@ defineSuite([
'DataSources/PolylineGraphics',
'DataSources/TimeIntervalCollectionProperty',
'Scene/ClassificationType',
+ 'Scene/GroundPrimitive',
'Scene/MaterialA... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.