code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/web/welcome/css/stylesheet.css b/web/welcome/css/stylesheet.css @@ -52,7 +52,7 @@ a:hover { } .black-block .content-block { - background-image: url(../css/isa2_help.svg), url(../css/isa2_github.svg); + background-image: url(../css/footer_help.svg), url(../css/footer_github.svg); background-position: 0 64px...
10
diff --git a/api/utils/stagger.md b/api/utils/stagger.md References: -- [CodePen Example](https://codepen.io/sol0mka/pen/68c596ca7444cb3df7b66b84fb1fd5c6?editors=0010) +- [CodePen Example](https://codepen.io/sandstedt/pen/qwGWjv?editors=0010) - [back](/api) Contents: @@ -27,7 +27,7 @@ const shapes = new Shapes({ ``` -[...
14
diff --git a/htdocs/js/ui/notebook_commands.js b/htdocs/js/ui/notebook_commands.js @@ -116,7 +116,7 @@ RCloud.UI.notebook_commands = (function() { }, remove: { section: 'appear', - sort: 4000, + sort: 5000, condition1: function(node) { return node.user === editor.username(); },
5
diff --git a/apps/vectorclock/settings.js b/apps/vectorclock/settings.js min: 0, max: colvalues.length-1, format: v => colnames[v], onchange: v => { - settings.timecol = v; + settings.timecol = colvalues[v]; writeSettings(); } }, min: 0, max: colvalues.length-1, format: v => colnames[v], onchange: v => { - settings.dow...
1
diff --git a/lib/stimulus_reflex/channel.rb b/lib/stimulus_reflex/channel.rb @@ -71,6 +71,7 @@ class StimulusReflex::Channel < ActionCable::Channel::Base def render_page(url, reflex) uri = URI.parse(url) + path = ActionDispatch::Journey::Router::Utils.normalize_path(uri.path) query_hash = Rack::Utils.parse_nested_query...
1
diff --git a/source/swap/contracts/Swap.sol b/source/swap/contracts/Swap.sol pragma solidity 0.8.17; import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; +import "@openzeppelin/contracts/utils/cryptography/draft-EIP712.sol"; import "./interfaces/ITransferHandler.sol"; import "./interfaces/ISwap.sol"; /** *...
3
diff --git a/src/plots/cartesian/set_convert.js b/src/plots/cartesian/set_convert.js @@ -737,10 +737,11 @@ module.exports = function setConvert(ax, fullLayout) { switch(brk.pattern) { case WEEKDAY_PATTERN: + step = 7 * ONEDAY; + b0 = bnds[0]; b1 = bnds[1]; bndDelta = (b1 < b0 ? 7 : 0) * ONEDAY + (b1 - b0) * ONEDAY; - s...
5
diff --git a/src/encoded/search.py b/src/encoded/search.py @@ -1237,7 +1237,8 @@ def audit(context, request): # Don't use these groupings for audit matrix x_grouping = matrix['x']['group_by'] y_groupings = audit_list_field - #y_groupings.append("no.audits") + y_groupings.append("no.audits") + #y_groupings.append("no.er...
0
diff --git a/closure/goog/testing/testrunner.js b/closure/goog/testing/testrunner.js @@ -94,7 +94,7 @@ goog.testing.TestRunner = function() { * @private {!string} */ this.uniqueId_ = Math.random() + '-' + - window.location.pathname.replace(/\/.*\//, '').replace(/\..*$/, ''); + window.location.pathname.replace(/\/.*\//,...
4
diff --git a/layouts/partials/fragments/list.html b/layouts/partials/fragments/list.html {{- printf " badge-%s" "dark" -}} {{- else -}} {{- printf " badge-%s" "secondary" -}} - {{- end -}}" href="{{ .URL }}">{{ i18n "content.readmore" }}</a> + {{- end -}}" href="{{ .URL }}">{{ i18n "content.readmore" | default "Read mo...
0
diff --git a/webaverse.js b/webaverse.js @@ -416,7 +416,6 @@ const _startHacks = () => { const vpdAnimations = Avatar.getAnimations().filter(animation => animation.name.endsWith('.vpd')); let playerDiorama = null; - let appDiorama = null; const lastEmoteKey = { key: -1, timestamp: 0, @@ -637,38 +636,6 @@ const _startHa...
2
diff --git a/vis/stylesheets/modules/map/_bubbles.scss b/vis/stylesheets/modules/map/_bubbles.scss @@ -91,8 +91,8 @@ circle { font-family: $base-font-family; font-size: 14px !important; font-weight: $fontweight700; - margin-top: 11px; - margin-bottom: 11px; + margin-top: 0px; + margin-bottom: 0px; padding: 0; text-alig...
2
diff --git a/tooling/component-metadata.js b/tooling/component-metadata.js @@ -9,7 +9,7 @@ const { info, warn } = require('prettycli') const watch = process.argv.includes('-w') || process.argv.includes('--watch') /* Get list of js files from atoms and molecules */ -const componentList = glob.sync('src/components/+(atom...
9
diff --git a/src/LambdaIntegrationEvent.js b/src/LambdaIntegrationEvent.js @@ -5,7 +5,6 @@ const VelocityContext = require('./VelocityContext.js') module.exports = class LambdaIntegrationEvent { constructor(request, velocityContextOptions, requestTemplate) { - this._payload = request.payload this._request = request thi...
2
diff --git a/rig.js b/rig.js +/* +this file binds logical users (local player, remote players) to metaversefile (vrm) avatars. +*/ + import * as THREE from 'three'; import * as BufferGeometryUtils from 'three/examples/jsm/utils/BufferGeometryUtils.js';
0
diff --git a/token-metadata/0xfab25D4469444f28023075Db5932497D70094601/metadata.json b/token-metadata/0xfab25D4469444f28023075Db5932497D70094601/metadata.json "symbol": "ECA", "address": "0xfab25D4469444f28023075Db5932497D70094601", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/lib/node/RequireChunkLoadingRuntimeModule.js b/lib/node/RequireChunkLoadingRuntimeModule.js @@ -42,7 +42,7 @@ class RequireChunkLoadingRuntimeModule extends RuntimeModule { this.compilation.outputOptions.filename + "", { chunk, - contentHashType: Object.keys(chunk.contentHash)[0] + contentHashType: "javasc...
12
diff --git a/js/hoverzoom.js b/js/hoverzoom.js @@ -583,6 +583,7 @@ var hoverZoom = { if (url.indexOf('.video') !== -1) return true; + url = url.replace('.gif?format=mp4', '.mp4?'); // Fixes reddit preview links, these are mp4 masquerading as if (url.lastIndexOf('?') > 0) url = url.substring(0, url.lastIndexOf('?')); co...
9
diff --git a/bin/oref0-pump-loop.sh b/bin/oref0-pump-loop.sh @@ -172,7 +172,7 @@ function smb_reservoir_before { fi (( $(bc <<< "$(date +%s -d $(cat monitor/clock-zoned.json | sed 's/"//g')) - $(date +%s)") > -90 )) \ && (( $(bc <<< "$(date +%s -d $(cat monitor/clock-zoned.json | sed 's/"//g')) - $(date +%s)") < 90 )) ...
11
diff --git a/articles/quickstart/backend/_includes/_api_using.md b/articles/quickstart/backend/_includes/_api_using.md @@ -12,19 +12,14 @@ You can call the API from your application by passing an Access Token in the `Au } ``` -The exact implementation will be dependent on the type of application you are developing and ...
7
diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml @@ -54,7 +54,7 @@ jobs: - name: Create Release env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} run: | npx auto shipit
10
diff --git a/src/js/common_shim.js b/src/js/common_shim.js @@ -183,7 +183,7 @@ module.exports = { return (match !== null && match.length >= 1); }; - var getFirefoxVersion = function(description) { + var getRemoteFirefoxVersion = function(description) { // TODO: Is there a better solution for detecting Firefox? var matc...
10
diff --git a/assets/js/modules/analytics/components/settings/GA4SettingsControls.js b/assets/js/modules/analytics/components/settings/GA4SettingsControls.js @@ -118,7 +118,7 @@ export default function GA4SettingsControls() { setWebDataStreamID( newWebDataStreamID ); setMeasurementID( // eslint-disable-next-line sitekit...
2
diff --git a/sparta.go b/sparta.go @@ -322,6 +322,7 @@ type WorkflowHooks struct { // as part of the inline IAM::Role resource definition. See // http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html // for more information +// Deprecated: Prefer github.com/aws/iam/PolicyStatement instead. type IAMRolePr...
0
diff --git a/app/src/scripts/front-page/front-page.jsx b/app/src/scripts/front-page/front-page.jsx @@ -205,7 +205,7 @@ let FrontPage = React.createClass({ target="_blank" href="https://www.stanford.edu/" title="Stanford"> - <img src={stanford.png} alt="Stanford" /> + <img src={stanford} alt="Stanford" /> </a> </div> <d...
1
diff --git a/lib/utilityservice.js b/lib/utilityservice.js @@ -359,11 +359,10 @@ UtilityService.prototype.getNamespace = async function() { } catch (err) { if (this.vlocity.passedInNamespace) { VlocityUtils.verbose('Expected Namespace Failure', err, this.vlocity.passedInNamespace ); - return; } else if (err.code == 'EC...
9
diff --git a/src/content/developers/docs/nodes-and-clients/index.md b/src/content/developers/docs/nodes-and-clients/index.md @@ -40,7 +40,8 @@ Simplified diagram of a coupled execution and consensus client. Both [execution clients](/developers/docs/nodes-and-clients/#consensus-clients) and [consensus clients](/develope...
7
diff --git a/assets/js/components/GoogleChart.stories.js b/assets/js/components/GoogleChart.stories.js @@ -96,28 +96,17 @@ const chartOptions = { lineWidth: 1, }, }, - tooltip: { - isHtml: true, // eslint-disable-line sitekit/acronym-case - trigger: 'both', - }, - focusTarget: 'category', - crosshair: { - color: 'gray'...
2
diff --git a/src/embeds/WhatsinEmbed.js b/src/embeds/WhatsinEmbed.js @@ -20,12 +20,6 @@ class WhatsinEmbed extends BaseEmbed { const rewards = [details.rewards.Intact, details.rewards.Exceptional, details.rewards.Flawless, details.rewards.Radiant]; rewards - .map(rewardTier => { - return rewardTier.map(reward => { - re...
13
diff --git a/css/styles.css b/css/styles.css @@ -1632,7 +1632,17 @@ body { .aboutserver-servername { margin-left: 10px; display: inline-block; - width: 165px; + border-radius: 22px; + height: 25px; + width: 270px; + margin-left: 30px; + background-color: #e5e5e5; + padding-left: 10px; + font-size: 10pt; +} + +.aboutser...
7
diff --git a/site/rabbit.ent b/site/rabbit.ent @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<!ENTITY version-java-client "5.1.1"> +<!ENTITY version-java-client "5.1.2"> <...
12
diff --git a/src/RenderWebGL.js b/src/RenderWebGL.js @@ -32,6 +32,13 @@ const MAX_TOUCH_SIZE = [3, 3]; */ const TOLERANCE_TOUCHING_COLOR = 2; +/** + * Sprite Fencing - The number of pixels a sprite is required to leave remaining + * onscreen around the edge of the staging area. + * @type {number} + */ +const FENCE_WIDT...
0
diff --git a/example/src/scenes/Home.js b/example/src/scenes/Home.js @@ -51,8 +51,7 @@ const styles = StyleSheet.create({ textAlign: 'center', }, exampleList: { - flex: 1, - marginTop: 60 + 12, // header + list padding, + flex: 1 }, exampleListItemBorder: { borderBottomWidth: StyleSheet.hairlineWidth,
2
diff --git a/content/guides/continuous-integration/introduction.md b/content/guides/continuous-integration/introduction.md @@ -165,6 +165,33 @@ cypress run --record --key=abc123 --parallel [Read the full guide on parallelization.](/guides/guides/parallelization) +### Official Cypress Docker Images + +We have [created](...
5
diff --git a/README.md b/README.md @@ -7,3 +7,12 @@ You can install this extension directly from the [Chrome web store](https://chro It is licensed under the terms of the Apache License, Version 2.0 (see LICENSE). Copyright (c) 2012 - 2016 [duckduckgo.com](https://duckduckgo.com) + +## Testing +Tests use [Selenium Webd...
3
diff --git a/assets/src/dashboard/components/pageStructure/index.js b/assets/src/dashboard/components/pageStructure/index.js @@ -173,6 +173,15 @@ export function LeftRail() { <NavLink active={path.value === state.currentPath} href={resolveRoute(path.value)} + aria-label={ + path.value === state.currentPath + ? sprintf(...
12
diff --git a/packages/inertia/src/inertia.js b/packages/inertia/src/inertia.js @@ -277,6 +277,10 @@ export default { } }) } else { + let url = this.normalizeUrl(this.page.url) + url.hash = window.location.hash + this.page.url = url.href + this.replaceState(this.page, true) this.resetScrollPositions() } },
7
diff --git a/webui/src/Main.elm b/webui/src/Main.elm @@ -257,11 +257,16 @@ view : Model -> Html Msg view model = case Authentication.tryGetUserProfile model.authModel of Nothing -> - let - _ = - Debug.log "model route is: " (toString model.route) - in - case model.route of + outsideView model + + Just user -> + insideV...
12
diff --git a/docfiles/syntax/js-tag.md b/docfiles/syntax/js-tag.md @@ -24,12 +24,11 @@ Closure plays it safe by refusing to mangle recognized property names (belonging Thus, the extra type info can be used for documentation, but has no real effect on your program. -Below is a table of the different externs that can be ...
14
diff --git a/docs/articles/documentation/test-api/actions/resize-window.md b/docs/articles/documentation/test-api/actions/resize-window.md @@ -54,7 +54,7 @@ Resizes the window so that it fits on the screen of the specified mobile device. Parameter | Type | Description ---------------------- | ------ | -----------------...
0
diff --git a/ChatImprovements.user.js b/ChatImprovements.user.js // @description Show users in room as a list with usernames, more timestamps, tiny avatars only, timestamps on every message, message parser, collapse room description and room tags, wider search box, mods with diamonds // @homepage https://github.com/sam...
8
diff --git a/includes/Modules/Analytics.php b/includes/Modules/Analytics.php @@ -37,9 +37,9 @@ final class Analytics extends Module implements Module_With_Screen, Module_With_ * Temporary storage for existing analytics tag found. * * @since 1.0.0 - * @var string|null + * @var array */ - private $_existing_tag_account =...
3
diff --git a/articles/tokens/refresh-token.md b/articles/tokens/refresh-token.md @@ -25,9 +25,9 @@ Refresh tokens can be [obtained](#obtain-a-refresh-token) or [revoked](#revoke-a They can also be viewed and revoked [from the dashboard](#revoke-a-refresh-token-using-the-dashboard). -## Obtain a Refresh Token +## Get a ...
0
diff --git a/src/plugins/modules/fileManager.js b/src/plugins/modules/fileManager.js _callBackUpload: function (xmlHttp, callBack, errorCallBack) { if (xmlHttp.readyState === 4) { - if (xmlHttp.status === 200) { + if (xmlHttp.status >= 200 && xmlHttp.status < 300) { try { callBack(xmlHttp); } catch (e) {
11
diff --git a/README.md b/README.md @@ -334,11 +334,11 @@ Pending the above issue, the newer syntax would be... ```javascript Swagger('http://petstore.swagger.io/v2/swagger.json', { authorizations: { - // Type of auth, is inferred from specification provided - my_basic_auth: ['fooUser', 'fooPassword'], + // Type of auth...
4
diff --git a/src/screens/ParadeMapScreen/Map.test.js b/src/screens/ParadeMapScreen/Map.test.js @@ -179,6 +179,16 @@ describe("handleMarkerPress", () => { }); }); +describe("dismissEventTile", () => { + it("updates state clearing stage marker details", () => { + const output = render(regionProps); + const dismissEventTi...
0
diff --git a/common/lib/util/eventemitter.ts b/common/lib/util/eventemitter.ts @@ -71,8 +71,8 @@ class EventEmitter { } else if(Utils.isEmptyArg(event)) { this.any.push(listener); } else if(Utils.isArray(event)) { - event.forEach((ev) => { - this.on(ev, listener); + event.forEach((eventName) => { + this.on(eventName, l...
10
diff --git a/pages/docs/reference/returns.md b/pages/docs/reference/returns.md @@ -55,11 +55,15 @@ The most important use case is returning from a lambda expression. Recall that w ``` kotlin fun foo() { - ints.forEach { - if (it == 0) return // nonlocal return from inside lambda directly to the caller of foo() + listOf...
7
diff --git a/src/Formio.js b/src/Formio.js @@ -773,7 +773,7 @@ class Formio { .then(() => getFormio().pluginGet('staticRequest', requestArgs) .then((result) => { if (isNil(result)) { - return getFormio().request(url, method, requestArgs.data, requestArgs.opts.header, requestArgs.opts); + return getFormio().request(requ...
11
diff --git a/src/electron.js b/src/electron.js @@ -772,7 +772,20 @@ const localization = { let T = new Translate(localization.desired, localization.default) function getLocalization() { // Detect language - localization.detected = (settings.language == "system" ? app.getLocale().split("-")[0] : settings.language) + let...
7
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -9,23 +9,23 @@ jobs: vmImage: 'ubuntu-latest' steps: - - task: ComponentGovernanceComponentDetection@0 - inputs: - scanType: 'Register' - verbosity: 'Verbose' - alertWarningLevel: 'Medium' - failOnAlert: true - - task: NodeTool@0 inputs: versionSpec: '10.x' disp...
5
diff --git a/modules/eplanningBidAdapter.js b/modules/eplanningBidAdapter.js @@ -4,7 +4,7 @@ var adaptermanager = require('src/adaptermanager'); function EPlanningAdapter() { (function() { - var win = window, doc = win.document, pbjs = win.pbjs, _global = {}, _default = { 'sv': 'ads.us.e-planning.net', 't': 0 }, rnd, F...
14
diff --git a/common/components/controllers/AboutUsController.jsx b/common/components/controllers/AboutUsController.jsx @@ -100,7 +100,7 @@ class AboutUsController extends React.PureComponent<{||}, State> { _ourMission() { return ( <div className="about-us-mission" - style={cdn.bgImage('AboutUs_Header.jpg')}> + style={c...
13
diff --git a/docs/api-reference/layer.md b/docs/api-reference/layer.md @@ -399,8 +399,8 @@ Parameters: * `context` (Object) - Layer context from the current rendering cycle. * `oldContext` (Object) - Layer context from the previous rendering cycle. * `changeFlags`: - * an object that contains the following boolean flag...
3
diff --git a/token-metadata/0x0000000000b3F879cb30FE243b4Dfee438691c04/metadata.json b/token-metadata/0x0000000000b3F879cb30FE243b4Dfee438691c04/metadata.json "symbol": "GST2", "address": "0x0000000000b3F879cb30FE243b4Dfee438691c04", "decimals": 2, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/README.md b/README.md @@ -59,7 +59,7 @@ By the end of it you will be a hyperledger fabric pro, and have the setup to dev If you want to skip all of that and simply try marbles on a IBP ([IBM Blockchain Platform](https://console.bluemix.net/developer/blockchain/dashboard)) network then follow the [Toolchain...
1
diff --git a/modules/system/combat.js b/modules/system/combat.js @@ -77,7 +77,7 @@ export default class CombatHelpers { } if (content) { - content = `<h2>End Of Combat Reminders</h3>` + content; + content = `<h2>${game.i18n.localize("CHAT.EndCombat")}</h3>` + content; ChatMessage.create({ content, whisper: ChatMessage....
14
diff --git a/lib/assets/core/test/spec/cartodb3/components/form-components/editors/select/multi-select-view.spec.js b/lib/assets/core/test/spec/cartodb3/components/form-components/editors/select/multi-select-view.spec.js var Backbone = require('backbone'); +var _ = require('underscore'); +// Required for affected specs...
2
diff --git a/src/plugins/Url/index.js b/src/plugins/Url/index.js @@ -106,7 +106,7 @@ module.exports = class Url extends Plugin { } this.uppy.log('[Url] Adding remote file') - this.uppy.addFile(tagFile) + return this.uppy.addFile(tagFile) .then(() => { const dashboard = this.uppy.getPlugin('Dashboard') if (dashboard) da...
0
diff --git a/src/branch_view.js b/src/branch_view.js @@ -58,12 +58,20 @@ branch_view.handleBranchViewData = function(server, branchViewData, requestData, var cleanedData = utils.cleanLinkData(requestData); + // if banner already exists, don't add another on if (document.getElementById('branch-banner') || document.getEl...
2
diff --git a/.circleci/config.yml b/.circleci/config.yml -version: 2 +version: 2.1 +commands: + notify-failed: + description: "Slack notification of failed job" + steps: + - run: + name: notify failed job + command: ./notify-slack notifications "CircleCI pipeline for ${CIRCLE_PULL_REQUEST:-$CIRCLE_BRANCH} failed in $CI...
4
diff --git a/lib/optimize/ChunkModuleIdRangePlugin.js b/lib/optimize/ChunkModuleIdRangePlugin.js @@ -39,7 +39,7 @@ class ChunkModuleIdRangePlugin { return m.chunks.indexOf(chunk) >= 0; }); } - console.log(chunkModules); + for(let i = 0; i < chunkModules.length; i++) { const m = chunkModules[i]; if(m.id === null) {
2
diff --git a/desktop/sources/scripts/terminal.js b/desktop/sources/scripts/terminal.js @@ -118,6 +118,10 @@ function Terminal () { return !!(x >= this.cursor.x && x < this.cursor.x + this.cursor.w && y >= this.cursor.y && y < this.cursor.y + this.cursor.h) } + this.isMarker = function (x, y) { + return x % this.grid.w ...
7
diff --git a/userscript.user.js b/userscript.user.js @@ -14928,7 +14928,8 @@ var $$IMU_EXPORT$$; category: "rules", subcategory: "rule_specific", warning: { - "true": "As of a recent (May 2021) Instagram update, this option may flag your account.\nPlease use a backup account if enabling this option." + // according to ...
7
diff --git a/ios/RCTMGL-v10/RCTMGLEvent.swift b/ios/RCTMGL-v10/RCTMGLEvent.swift @@ -19,16 +19,17 @@ class RCTMGLEvent : NSObject, RCTMGLEventProtocol { } enum EventType : String { - case tap = "press" - case regionIsChanging = "regionischanging" - case regionDidChange = "regiondidchange" - case imageMissing = "imagesm...
2
diff --git a/src/lib/file-uploader.js b/src/lib/file-uploader.js @@ -51,7 +51,7 @@ const handleFileUpload = function (fileInput, onload) { */ /** - * Cache an asset (costume, sound) in storage and return an object representation + * Create an asset (costume, sound) with storage and return an object representation * of ...
10
diff --git a/examples/realitytabs.html b/examples/realitytabs.html @@ -44,6 +44,7 @@ function parseQuery(queryString) { } const query = parseQuery(window.location.search); const FLOOR_SIZE = 20; +const DEFAULT_URL = 'http://'; // load @@ -404,7 +405,7 @@ const _makeRig = () => { const mesh = new THREE.Mesh(geometry, ma...
4
diff --git a/examples/Todo/Todo.js b/examples/Todo/Todo.js @@ -835,9 +835,7 @@ var TodoView = O.Class({ } }); -O.ClearSearchButtonView.implement({ - icon: 'icon-clear' -}, true ); +O.ClearSearchButtonView.prototype.icon = 'icon-clear'; var appView = new O.View({ className: 'v-App',
2
diff --git a/voice-pack-voicer.js b/voice-pack-voicer.js @@ -38,7 +38,8 @@ class VoicePack { ] = await Promise.all([ (async () => { const res = await fetch(indexUrl); - const j = await res.json(); + let j = await res.json(); + j = j.filter(({name}) => /\/[0-9]+\.wav$/.test(name)); return j; })(), loadAudioBuffer(audioC...
0
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,13 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master where X.Y.Z is the semver of most recent plotly.js release. +## [1.26.1] -- 2017-04-21 + +### Fixed +- Fix `pie` fill opacity [#1615] +- Fix `contour.value` declaration for `contourcarpet` trace [#161...
3
diff --git a/src/components/App/index.css b/src/components/App/index.css box-sizing: border-box; } +/* Custom scrollbars for Firefox: */ +html { + scrollbar-color: var(--scrollbar-color) transparent; + scrollbar-width: 7px; +} + +/* Custom scrollbars for Chrome: */ ::-webkit-scrollbar { width: 7px; }
12
diff --git a/bin/local-env/docker-compose.yml b/bin/local-env/docker-compose.yml @@ -15,6 +15,7 @@ services: define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_HTTP_BLOCK_EXTERNAL', ! defined( 'WP_CLI' ) ); + define( 'WP_ACCESSIBLE_HOSTS', '*.wordpress.org' ); define( 'WP_AUTO_UPDATE_CORE'...
11
diff --git a/scenes/treehouse.scn b/scenes/treehouse.scn } } }, + { + "type": "application/lore", + "content": [ + "Scillia's treehouse. It's more of a floating island but they call it a tree house.", + "Inside the treehouse lives a monster, the Lisk, which is an advanced AI from far up the Street.", + "The Street is t...
0
diff --git a/sirepo/feature_config.py b/sirepo/feature_config.py @@ -11,12 +11,12 @@ from pykern import pkcollections import copy #: Codes on test and prod -_NON_DEV_CODES = ('srw', 'warppba', 'elegant', 'shadow', 'hellweg', 'warpvnd', 'rs4pi', 'jspec', 'synergia', 'myapp') +_NON_DEV_CODES = ('srw', 'warppba', 'elegant...
5
diff --git a/doc/developer-center/import-api/guides/07-database-connectors.md b/doc/developer-center/import-api/guides/07-database-connectors.md @@ -1176,9 +1176,6 @@ a temporary table. In order to do so, an anonimous dataset will be created in th By default an anonymous dataset in the US location will be used if Stora...
2
diff --git a/client/homebrew/pages/accountPage/accountPage.jsx b/client/homebrew/pages/accountPage/accountPage.jsx @@ -27,7 +27,7 @@ const AccountPage = createClass({ }; }, - navItems : function() { + renderNavItems : function() { return <Navbar> <Nav.section> <NewBrew /> @@ -38,9 +38,9 @@ const AccountPage = createCla...
10
diff --git a/articles/server-apis/webapi-owin/06-authorization-legacy.md b/articles/server-apis/webapi-owin/06-authorization-legacy.md @@ -33,7 +33,9 @@ By default, it says that if the user email contains `@example.com` he will be gi The JWT middleware will automatically map claims contained in the JWT to claims on the...
14
diff --git a/packages/generator-composer/package.json b/packages/generator-composer/package.json { - "name": "generator-composer", + "name": "generator-fabric-composer", "version": "0.3.11", - "description": "Generates skeleton projects from Composer Fabric business network definitions", + "description": "Generates ske...
10
diff --git a/src/docs/spec/prop-string.js b/src/docs/spec/prop-string.js @@ -30,22 +30,24 @@ const getPropString = propData => { } /* - Case 3: Strings - They should be printed wrapped in double quotes "string" - Example: <Button icon="copy"> + Case 3: Numbers + Numbers are wrapped in in {} + Example: <Icon size={20}> ...
9
diff --git a/dc-worker-manager.js b/dc-worker-manager.js @@ -162,21 +162,23 @@ export class DcWorkerManager { this.nextWorker = (this.nextWorker + 1) % workers.length; return worker; } - setCamera(position, quaternion, projectionMatrix) { + setCamera(worldPosition, cameraPosition, cameraQuaternion, projectionMatrix) { ...
0
diff --git a/generators/server/templates/src/test/java/package/security/oauth2/CustomClaimConverterIT.java.ejs b/generators/server/templates/src/test/java/package/security/oauth2/CustomClaimConverterIT.java.ejs @@ -35,7 +35,9 @@ import org.springframework.http.HttpEntity; import org.springframework.http.HttpMethod; imp...
2
diff --git a/node/lib/util/merge_util.js b/node/lib/util/merge_util.js @@ -116,7 +116,8 @@ const getBareMergeConflictsMessage = function(conflicts) { errorMessage += `\tconflicted: ${name}/${path}\n`; } } else { - errorMessage += `Merge conflict in submodule '${name}':\n`; + errorMessage += `Merge conflict in submodule...
7
diff --git a/tutorials/20-development.md b/tutorials/20-development.md ### How to develop Enketo Core -1. install [node](http://nodejs.org/) version 12, and [grunt-cli](http://gruntjs.com/getting-started) +1. install prerequisites: + - [Node](https://nodejs.org/) version 12.x + - [npm CLI](https://docs.npmjs.com/cli/) ...
7
diff --git a/src/scripting/Convo.js b/src/scripting/Convo.js @@ -122,6 +122,7 @@ class Convo { if (str && _.isString(str) && container.caps[Capabilities.SCRIPTING_NORMALIZE_TEXT]) { // remove html tags str = str.replace(/<p[^>]*>/g, ' ') + str = str.replace(/<\/p>/g, ' ') str = str.replace(/<br[^>]*>/g, ' ') str = str....
14
diff --git a/www/views/buyandsell.html b/www/views/buyandsell.html <ion-content> <div class="list"> <div class="explain"> - <div class="explain-heading">Choose an Exchange</div> - <div class="explain-description">We recommend the following exchange:</div> + <div class="explain-heading">Buy Bitcoin</div> + <div class="e...
3
diff --git a/assets/js/modules/analytics/datastore/accounts.test.js b/assets/js/modules/analytics/datastore/accounts.test.js @@ -188,6 +188,7 @@ describe( 'modules/analytics accounts', () => { { status: 500 } ); + registry.dispatch( STORE_NAME ).receiveExistingTag( null ); muteConsole( 'error' ); registry.select( STORE...
12
diff --git a/lib/shared/addon/components/cru-cluster-template/component.js b/lib/shared/addon/components/cru-cluster-template/component.js @@ -6,11 +6,8 @@ import { get, set } from '@ember/object'; import { inject as service } from '@ember/service'; import { alias } from '@ember/object/computed'; import Errors from 'ui...
2
diff --git a/world.js b/world.js @@ -651,9 +651,9 @@ world.addEventListener('trackedobjectadd', async e => { pointers.push({ contentId, instanceId, monetizationPointer, ownerAddress }); } */ - world.dispatchEvent(new MessageEvent('objectadd', { + /* world.dispatchEvent(new MessageEvent('objectadd', { data: app, - })); ...
2
diff --git a/src/core/background/object/controller.js b/src/core/background/object/controller.js @@ -335,8 +335,7 @@ define((require) => { // Processing cleans this flag this.currentSong.flags.isMarkedAsPlaying = false; - const duration = this.currentSong.getDuration(); - this.onSongDurationChanged(duration); + this.up...
10
diff --git a/www/src/css/components/_old.scss b/www/src/css/components/_old.scss @@ -40,7 +40,6 @@ body { font-size: 22px; font-family: inherit; font-family: 'Overpass', sans-serif; - line-height: normal; white-space: nowrap; text-align: center; text-decoration: none;
2
diff --git a/src/components/core/events/onTouchEnd.js b/src/components/core/events/onTouchEnd.js @@ -68,7 +68,10 @@ export default function (event) { } else { currentPos = -data.currentTranslate; } - if (params.freeMode) { + + const isFreeMode = params.freeMode && !(params.freeModeSticky && !params.freeModeMomentum); +...
1
diff --git a/test/jasmine/tests/hover_label_test.js b/test/jasmine/tests/hover_label_test.js @@ -1375,6 +1375,8 @@ describe('hover on fill', function() { var gd = createGraphDiv(); Plotly.plot(gd, mock.data, mock.layout).then(function() { + expect(gd._fullLayout.hovermode).toBe('closest'); + // hover over a point when ...
0
diff --git a/angular/projects/spark-angular/src/lib/components/inputs/Password.stories.ts b/angular/projects/spark-angular/src/lib/components/inputs/Password.stories.ts @@ -47,6 +47,9 @@ export default { parameters: { info: ` ${markdownDocumentationLinkBuilder('input')} +- Requires Additional Engineering: + - Show/Hide...
3
diff --git a/js/chunked_upload.js b/js/chunked_upload.js @@ -6,7 +6,7 @@ var finish_url = 'load/Upload/finish/' function parseFile(file, callback, offset, doneCB) { var fileSize = file.size; - var chunkSize = 64 * 1024; // bytes + var chunkSize = 1024 * 1024; // bytes var offset = offset || 0; var self = this; // we ne...
7
diff --git a/readme.md b/readme.md @@ -224,6 +224,11 @@ In such cases Immer will fallback to an ES5 compatible implementation which work 4. Since Immer uses proxies, reading huge amounts of data from state comes with an overhead (especially in the ES5 implementation). If this ever becomes an issue (measure before you o...
0
diff --git a/packages/frontend/src/components/accounts/ledger/SignInLedger.js b/packages/frontend/src/components/accounts/ledger/SignInLedger.js @@ -5,18 +5,16 @@ import { useSelector, useDispatch } from 'react-redux'; import { Mixpanel } from '../../../mixpanel/index'; import { - signInWithLedger, redirectToApp, redir...
4
diff --git a/scenes/street.scn b/scenes/street.scn "position": [-2, 1, 2], "quaternion": [0, 0.7071067811865475, 0, 0.7071067811865476], "start_url": "https://webaverse.github.io/helm/" + }, + { + "position": [ + -95, + 0, + 55 + ], + "start_url": "../metaverse_modules/spawner/", + "components": [ + { + "key": "spawnUr...
0
diff --git a/src/struct/commands/arguments/Control.js b/src/struct/commands/arguments/Control.js @@ -40,7 +40,7 @@ class CaseControl extends Control { } } -class TapControl extends Control { +class DoControl extends Control { constructor(fn) { super(); @@ -69,7 +69,7 @@ module.exports = { Control, IfControl, CaseContro...
10
diff --git a/gulp/build.js b/gulp/build.js @@ -13,10 +13,6 @@ const getConfig = prefix => ({ bundle_css : `<link href="css/${getManifest('bundle.css')}" rel="stylesheet" />`, index_css : `<link href="css/${getManifest('index.css')}" rel="stylesheet" />`, bot_css : `<link href="css/${getManifest('bot.css')}" rel="styles...
12
diff --git a/source/views/panels/PopOverView.js b/source/views/panels/PopOverView.js @@ -214,6 +214,8 @@ const PopOverView = Class({ const parentMargin = this.get('parentMargin'); let keepInVerticalBounds = options.keepInVerticalBounds; let keepInHorizontalBounds = options.keepInHorizontalBounds; + const calloutOffsetL...
0