code
stringlengths
122
4.99k
label
int64
0
14
diff --git a/src/lib/undux/utils/account.js b/src/lib/undux/utils/account.js @@ -66,13 +66,19 @@ const onBalanceChange = async (error: {}, event: [any], store: Store) => { } } +const status = { + started: false +} + /** * Starts listening to Transfer events to (and from) the current account */ const initTransferEvents ...
0
diff --git a/services/user-mover/import_user.rb b/services/user-mover/import_user.rb @@ -98,7 +98,7 @@ module CartoDB if e.message =~ /already exists/ @logger.warn "Warning: Oauth app user role already exists" else - throw e + raise end end @@ -169,7 +169,7 @@ module CartoDB @logger.error "Error in sanity checks: #{e}"...
14
diff --git a/token-metadata/0x012ba3ae1074aE43A34A14BCA5c4eD0Af01b6e53/metadata.json b/token-metadata/0x012ba3ae1074aE43A34A14BCA5c4eD0Af01b6e53/metadata.json "symbol": "TRUMP", "address": "0x012ba3ae1074aE43A34A14BCA5c4eD0Af01b6e53", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED...
3
diff --git a/rig.js b/rig.js @@ -688,7 +688,7 @@ class RigManager { 'mixamorigLeftFoot.quaternion': testRig.outputs.rightFoot.quaternion, 'mixamorigLeftToeBase.quaternion': null, }; - const headTracks = { + /* const headTracks = { 'mixamorigHips.position': true, 'mixamorigHips.quaternion': true, 'mixamorigSpine.quatern...
2
diff --git a/fixed-price-subscriptions/server/python/server.py b/fixed-price-subscriptions/server/python/server.py @@ -50,7 +50,6 @@ def create_customer(): return jsonify( customer=customer, - setupIntent=setup_intent ) except Exception as e: return jsonify(error=str(e)), 403 @@ -87,6 +86,7 @@ def createSubscription():...
2
diff --git a/native-bindings.js b/native-bindings.js const path = require('path'); const bindings = require(path.join(__dirname, 'build', 'Release', 'exokit.node')); -const {nativeVr} = bindings; +const {nativeAudio, nativeVr} = bindings; const WindowWorker = require('window-worker'); const webGlToOpenGl = require('web...
12
diff --git a/generators/bootstrap-application-server/generator.mts b/generators/bootstrap-application-server/generator.mts @@ -30,7 +30,6 @@ const { CommonDBTypes: { LONG: TYPE_LONG }, } = FieldTypes.default; const { OAUTH2 } = AuthentitcationTypes.default; -const { CLIENT_MAIN_SRC_DIR, CLIENT_TEST_SRC_DIR } = constant...
2
diff --git a/inventory.js b/inventory.js @@ -193,6 +193,12 @@ const inventoryAvatarRenderer = (() => { })(); addDefaultLights(inventoryAvatarScene); +const planeMesh = new THREE.Mesh(new THREE.CylinderBufferGeometry(1, 1, 0.1).applyMatrix4(new THREE.Matrix4().makeTranslation(0, 0, -0.1/2)), new THREE.MeshBasicMaterial(...
0
diff --git a/packages/app/cypress/e2e/runs.cy.ts b/packages/app/cypress/e2e/runs.cy.ts @@ -290,6 +290,32 @@ describe('App: Runs', { viewportWidth: 1200 }, () => { expect(o.testState.cloudProjectRequestAccessWasCalled).to.eql(true) }) }) + + it('updates the button text when the request access button is clicked', () => {...
0
diff --git a/test/externalTests/fishing.js b/test/externalTests/fishing.js @@ -12,7 +12,6 @@ module.exports = () => (bot, done) => { grassName = 'grass_block' } - bot.test.sayEverywhere('/weather thunder') bot.test.sayEverywhere('/fill ~-5 ~-1 ~-5 ~5 ~-1 ~5 water') bot.test.setInventorySlot(36, new Item(mcData.itemsByN...
2
diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js @@ -113,27 +113,6 @@ function createIOUSplit(params) { }); } -/** - * Retrieve an IOU report using a transactionID, then navigate to the page. - * @param {Int} transactionID - */ -function getIOUReportDetailFromTransactionID(transactionID) { - API.Get({ - r...
4
diff --git a/articles/hooks/overview.md b/articles/hooks/overview.md @@ -12,7 +12,7 @@ useCase: extensibility-hooks --- # Overview -Hooks, which will eventually replace [Rules](/rules), allow you to extend the Auth0 platform with custom code. +Hooks allow you to extend the Auth0 platform with custom code. Hooks are Web...
2
diff --git a/.vuepress/styles/index.styl b/.vuepress/styles/index.styl @@ -18,9 +18,8 @@ body background-color #f3f5f7 border-color #1e90ff .code-copy - position: absolute; - right: 0; - bottom: 5px; + position: sticky; + left: 0px; {$contentClass} a code color $accentColor
1
diff --git a/includes/Core/Authentication/Google_Proxy.php b/includes/Core/Authentication/Google_Proxy.php @@ -148,13 +148,6 @@ class Google_Proxy { $params['site_id'] = $creds['oauth2_client_id']; } - /** - * Filters parameters included in proxy setup URL. - * - * @since 1.27.0 - */ - $params = apply_filters( 'googles...
2
diff --git a/src/web/components/global-nav/container/sub-nav/tabs/tab/tab.js b/src/web/components/global-nav/container/sub-nav/tabs/tab/tab.js @@ -23,7 +23,7 @@ class Tab extends Core { setLabel(label) { this.el.textContent = label; - this.el.setAttr('label', label); + this.el.setAttribute("title", label); } activate()...
12
diff --git a/src/kiri-mode/fdm/prepare.js b/src/kiri-mode/fdm/prepare.js @@ -788,7 +788,6 @@ function slicePrintPath(print, slice, startPoint, offset, output, opt = {}) { thinWall = nozzleSize * (opt.thinWall || 1.75), retractDist = opt.retractOver || 2, fillMult = opt.mult || process.outputFillMult, - solidWidth = fil...
2
diff --git a/OpenRobertaParent/OpenRobertaServer/src/test/java/de/fhg/iais/roberta/searchMsg/SearchMsgOccurrencesTest.java b/OpenRobertaParent/OpenRobertaServer/src/test/java/de/fhg/iais/roberta/searchMsg/SearchMsgOccurrencesTest.java @@ -4,12 +4,11 @@ import java.io.File; import java.util.regex.Pattern; import org.jun...
12
diff --git a/lib/tasks/central_updates_subscriber.rake b/lib/tasks/central_updates_subscriber.rake @@ -19,12 +19,22 @@ namespace :poc do case received_message.attributes['event'].to_sym when :update_user puts 'Processing :update_user' - attributes = JSON.parse(received_message.data) - user_id = attributes.delete("remot...
4
diff --git a/lib/repository.js b/lib/repository.js @@ -1411,7 +1411,7 @@ Repository.parseSortFromMongoQuery = function(mongoQuery) { return sort } -Repository.query = function(tasks, queryString) { +Repository.query = function(tasks, queryString = '') { let query let sort // console.log('queryString:', queryString)
12
diff --git a/packages/react-reconciler/src/ReactFiberCommitWork.js b/packages/react-reconciler/src/ReactFiberCommitWork.js @@ -1097,27 +1097,23 @@ function commitNestedUnmounts( } } -function detachFiber(current: Fiber) { - const alternate = current.alternate; +function detachFiber(fiber: Fiber) { // Cut off the return...
7
diff --git a/src/context/directory/handlers/pages.ts b/src/context/directory/handlers/pages.ts @@ -35,7 +35,7 @@ function parse(context: DirectoryContext): ParsedPages { log.warn(`Skipping pages file ${html} as missing the corresponding '.json' file`); return []; } - if (!html && key === 'error_page') { + if (!html && ...
11
diff --git a/src/css/docs/components/docs-markdown.css b/src/css/docs/components/docs-markdown.css @@ -715,11 +715,12 @@ blockquote .DocsMarkdown--header-anchor-positioner { right: 0; bottom: 0; left: 0; - box-shadow: 0 0 0 1px rgba(var(--color-rgb), .15); + box-shadow: inset 0 0 0 1px rgba(var(--color-rgb), .15); poin...
7
diff --git a/modules/Collections/views/entry.php b/modules/Collections/views/entry.php var key = field.name+'_'+lang.code; if ($this.entry[key] === undefined) { + + if (field.options && field.options['default_'+lang.code] === null) { + return; + } + $this.entry[key] = field.options && field.options.default || null; $th...
11
diff --git a/templates/parent.html b/templates/parent.html padding: 0px 5px; } - .direct-link { margin-top: 22px; } + .direct-link { + margin-top: 22px; + max-width: 500px; + } .direct-link input { box-sizing: border-box; max-width: 500px; .direct-link blockquote { background-color: #f1f1f1; box-sizing: border-box; - f...
3
diff --git a/src/encoded/schemas/biosample.json b/src/encoded/schemas/biosample.json }, "award.rfa": { "title": "RFA" + }, + "nih_institutional_certification": { + "type": "exists", + "title": "Has NIH institutional certification" } }, "columns": {
0
diff --git a/docs/index.md b/docs/index.md @@ -231,7 +231,7 @@ If you are calling Facebook's API, be sure to send an `Accept: application/json` ## Query strings - `res.query(obj)` is a method which may be used to build up a query-string. For example populating `?format=json&dest=/login` on a __POST__: + `req.query(obj)...
1
diff --git a/lib/assets/core/test/spec/cartodb3/components/form-components/editors/fill/input-color/asset-picker/asset-header-view.spec.js b/lib/assets/core/test/spec/cartodb3/components/form-components/editors/fill/input-color/asset-picker/asset-header-view.spec.js @@ -12,7 +12,7 @@ describe('components/form-component...
4
diff --git a/articles/extensions/delegated-admin.md b/articles/extensions/delegated-admin.md @@ -7,7 +7,7 @@ toc: true The **Delegated Administration** extension allows you to expose the [Users Dashboard](${manage_url}/#/users) to a group of users, without having to provide access to them to the [dashboard](${manage_ur...
3
diff --git a/userscript.user.js b/userscript.user.js @@ -56214,8 +56214,24 @@ var $$IMU_EXPORT$$; return src.replace(/\/thumb_[0-9]+__([^/]*)(?:[?#]*.*)?$/, "/$1"); } - if (domain_nosub === "best-wallpaper.net" && string_indexof(src, "/wallpaper/") >= 0 && - options && options.do_request && options.cb) { + if (domain_n...
1
diff --git a/packages/test-utils/src/assert.js b/packages/test-utils/src/assert.js @@ -4,7 +4,6 @@ const truffleAssert = require('truffle-assertions') module.exports = { notEmitted: truffleAssert.eventNotEmitted, emitted: truffleAssert.eventEmitted, - notEmitted: truffleAssert.eventNotEmitted, reverted: truffleAssert.r...
2
diff --git a/src/libs/actions/Policy.js b/src/libs/actions/Policy.js @@ -746,17 +746,14 @@ function generateDefaultWorkspaceName(email = '') { return defaultWorkspaceName; } - // Check if this name already exists in the policies - let count = 0; - _.forEach(allPolicies, (policy) => { - const name = lodashGet(policy, 'n...
7
diff --git a/test/debug.js b/test/debug.js ] } */ +const util = require('util'); const parser = require("../src/index"); const ast = parser.parseEval(` -call(); -Foo::$var; +true; `, { parser: { debug: true } } ); -console.log(ast); \ No newline at end of file +console.log( + util.inspect(ast, false, 5, true) +); \ No ...
4
diff --git a/angular/projects/spark-angular/src/lib/components/sprk-card/sprk-card.stories.ts b/angular/projects/spark-angular/src/lib/components/sprk-card/sprk-card.stories.ts @@ -170,7 +170,7 @@ export const teaserWithCtaIcon = () => ({ ctaType="link" ctaText="Learn More" ctaHref="#nogo" - ctaAnalytics="Button: Spark...
3
diff --git a/packages/snowboard-theme-winter/winter/components/panels/PlaygroundPanel.svelte b/packages/snowboard-theme-winter/winter/components/panels/PlaygroundPanel.svelte <script> import { isEmpty } from "lodash"; + import { afterUpdate } from 'svelte'; import qs from "querystringify"; import { return param; }); - ...
11
diff --git a/ui/src/components/Toolbar/DownloadButton.jsx b/ui/src/components/Toolbar/DownloadButton.jsx @@ -63,7 +63,9 @@ class DownloadButton extends React.PureComponent { const { intl, document, dontWarnOnDownload } = this.props; const { checkboxChecked, isOpen } = this.state; - if (!document?.links?.file) { + const...
11
diff --git a/_includes/content/github-buttons.html b/_includes/content/github-buttons.html <div class="ui mini horizontal divided link list"> <!-- Display last edited date of the page --> <div class=" disabled item"> - Last edit: {% page.last_modified_at %} + Last edit: {% last_modified_at %} </div> <!-- Link to the pa...
13
diff --git a/articles/android-workmanager/index.md b/articles/android-workmanager/index.md @@ -21,12 +21,15 @@ To comfortably follow through, you will need: * Basic understanding of the AndroidX Room library. * Basic information of the Kotlin programming language. -This article goes through getting started with `WorkMa...
1
diff --git a/assets/js/modules/analytics/common/account-create.js b/assets/js/modules/analytics/common/account-create.js @@ -37,7 +37,7 @@ import { countries } from '../util/countries-data'; import { STORE_NAME as CORE_SITE } from '../../../googlesitekit/datastore/site/constants'; import Data from 'googlesitekit-data';...
12
diff --git a/src/translations/translationHelper.js b/src/translations/translationHelper.js @@ -7,9 +7,11 @@ export const toObject = (body) => { const object = {}; const lines = body.split(/\n/); lines.forEach((line) => { - const message = line.split(':'); - if (message.length === 2) { - object[message[0].trim()] = mess...
11
diff --git a/edit.html b/edit.html <img class="img secondary" src="https://preview.exokit.org/[https://raw.githubusercontent.com/avaer/vrm-samples/master/vroid/male.vrm]/preview.jpg"> <div class="name secondary" id=profile-label>Anomymous</div> </div> + <div class="nav icon" tab=features> + <img class="img secondary di...
0
diff --git a/Source/Renderer/ModernizeShader.js b/Source/Renderer/ModernizeShader.js @@ -145,14 +145,14 @@ define([ throw new DeveloperError('Could not find a #define OUTPUT_DECLARATION!'); } - var variableSet = []; + var outputVariables = []; for (var i = 0; i < 10; i++) { var fragDataString = 'gl_FragData\\[' + i + '...
10
diff --git a/assets/sass/components/global/_googlesitekit-tab-bar.scss b/assets/sass/components/global/_googlesitekit-tab-bar.scss line-height: 1; &:first-child { - border-radius: $br-md 0 0 $br-md; + border-radius: $br-sm 0 0 $br-sm; overflow: hidden; } &:last-child { - border-radius: 0 $br-md $br-md 0; + border-radiu...
12
diff --git a/lib/waterline/utils/query/help-find.js b/lib/waterline/utils/query/help-find.js @@ -50,6 +50,9 @@ var getModel = require('../ontology/get-model'); module.exports = function helpFind(WLModel, s2q, omen, done) { + if (!_.isFunction(done)) { + throw new Error('Consistency violation: `done` (4th argument) shou...
7
diff --git a/lib/index-strict.js b/lib/index-strict.js @@ -33,6 +33,9 @@ Plotly.register([ require('./scattergeo'), require('./choropleth'), + require('./scattergl'), + require('./splom'), + require('./parcoords'), require('./parcats'), @@ -53,6 +56,7 @@ Plotly.register([ require('./candlestick'), require('./scatterpol...
0
diff --git a/server/game/gamesteps/setup/setupprovincesprompt.js b/server/game/gamesteps/setup/setupprovincesprompt.js @@ -88,6 +88,7 @@ class SetupProvincesPrompt extends AllPlayerPrompt { return false; } + this.strongholdProvince[player.uuid].inConflict = false; this.clickedDone[player.uuid] = true; this.game.addMess...
2
diff --git a/app/components/ui-table-server.js b/app/components/ui-table-server.js @@ -120,11 +120,13 @@ export default ModelsTable.extend({ let globalFilter = get(this, 'customGlobalFilter'); if (globalFilter) { + if (filterString) { query.filter.pushObject({ name : globalFilter, op : 'ilike', val : `%${filterString}%...
7
diff --git a/token-metadata/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/metadata.json b/token-metadata/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/metadata.json "symbol": "PLT", "address": "0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/base/index.js b/src/base/index.js @@ -5,8 +5,8 @@ const SiteConfig = require('./site-config') const openBrowser = require('../utils/open-browser') const API = require('../utils/api') -// Netlify CLI client id -// Lives in bot@netlify.com +// Netlify CLI client id. Lives in bot@netlify.com +// Todo setu...
3
diff --git a/Dockerfile b/Dockerfile -FROM node:12 +FROM node:12 AS builder COPY . /app RUN cd /app \ && npm install \ && npm run bootstrap \ - && npm run build + && npm run build \ + && npm run manifest \ + && npm run pack-linux \ + && mkdir /doc \ + && tar -zxf packages/snowboard/dist/snowboard-*/snowboard-*-linux-x6...
4
diff --git a/src/ApiGateway.js b/src/ApiGateway.js @@ -308,7 +308,7 @@ module.exports = class ApiGateway { parse: true, }; - const routeConfig = { + const routeOptions = { auth: authStrategyName, cors, state, @@ -328,7 +328,7 @@ module.exports = class ApiGateway { if (routeMethod !== 'HEAD' && routeMethod !== 'GET') { ...
10
diff --git a/grails-app/conf/application.yml b/grails-app/conf/application.yml @@ -152,7 +152,7 @@ grails: streama: regex: - movies: ^(?<Name>.*)[._ ]\(\d{4}\).* + movies: ^(?<Name>.*)?[._ \(]+\d{4}.* shows: - ^(?<Name>.+)[._ ][Ss](?<Season>\d{2})[Ee](?<Episode>\d{2,3}).* # example: "House.MD.S03E04.h264.mp4" - ^(?<Nam...
7
diff --git a/lib/plugins/analysisstorer/index.js b/lib/plugins/analysisstorer/index.js @@ -27,7 +27,9 @@ function shouldIgnoreMessage(message) { 's3.finished', 'gcs.finished', 'ftp.finished', - 'graphite.setup' + 'graphite.setup', + 'influxdb.setup', + 'grafana.setup' ].indexOf(message.type) >= 0 ); }
8
diff --git a/articles/product-lifecycle/migrations.md b/articles/product-lifecycle/migrations.md @@ -27,7 +27,7 @@ We are actively migrating customers to new behaviors for all **Deprecations** li <td><a href="/migrations/guides/management-api-v1-v2">Management API v1</a></td> <td>October 2016</td> <td> - <strong>Public...
3
diff --git a/Bundle/MediaBundle/Resources/views/Media/create.html.twig b/Bundle/MediaBundle/Resources/views/Media/create.html.twig {% form_theme form 'VictoireMediaBundle:Form:fields.html.twig' %} {{ form_start(form) }} - {{ form_row(form.name) }} - {{ form_widget(form.file) }} {{ form_rest(form) }} <div class="prop_wr...
4
diff --git a/config/webpack.config.js b/config/webpack.config.js @@ -4,23 +4,23 @@ const webpack = require( "webpack" ); const webpackAssetsPath = path.join( "app", "webpack" ); const config = { - mode: "none", + mode: "production", context: path.resolve( webpackAssetsPath ), entry: { // list out the various bundles we...
13
diff --git a/components/Account/NewsletterSubscriptions.js b/components/Account/NewsletterSubscriptions.js @@ -39,7 +39,9 @@ const styles = { export const RESUBSCRIBE_EMAIL = gql` mutation resubscribeEmail($userId: ID!) { - resubscribeEmail(userId: $userId) + resubscribeEmail(userId: $userId) { + status + } } ` @@ -95,...
9
diff --git a/token-metadata/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/metadata.json b/token-metadata/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/metadata.json "symbol": "XFI", "address": "0x5BEfBB272290dD5b8521D4a938f6c4757742c430", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/src/components/shapes/defaults.js b/src/components/shapes/defaults.js @@ -32,8 +32,10 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) { var visible = coerce('visible'); if(!visible) return; - var dfltType = shapeIn.path ? 'path' : 'rect'; + var path = coerce('path'); + var dfltType = path ? ...
7
diff --git a/token-metadata/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/metadata.json b/token-metadata/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/metadata.json "symbol": "BID", "address": "0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/app/classifier/tasks/shortcut/shortcut.spec.js b/app/classifier/tasks/shortcut/shortcut.spec.js @@ -52,7 +52,7 @@ describe('Shortcut functionality', function () { }); it('should show an active button with a shortcut', function () { - assert.equal(wrapper.find('label').first().hasClass('active'), true); + a...
1
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -36,11 +36,11 @@ jobs: asset: ".deb" - name: Upload .deb to Pulp - uses: docker://kong/release-script:1.7.0 + uses: docker://kong/release-script:latest env: PULP_USERNAME: ${{ secrets.PULP_USERNAME }} PULP_PASSWORD: ${{ secrets.PULP_PASSWORD ...
4
diff --git a/assets/js/util/cache-data.js b/assets/js/util/cache-data.js @@ -90,8 +90,7 @@ rl.question( 'Username: ', ( username ) => { html = html.replace( /"apikey":"(.*?)"/gi, '"apikey":"12345678"' ); // Account data - html = html.replace( /"email":"(.*?)","name":"(.*?)"/gi, '"email":"wapuu.wordpress@gmail.com","nam...
7
diff --git a/token-metadata/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/metadata.json b/token-metadata/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/metadata.json "symbol": "TARM", "address": "0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED"...
3
diff --git a/closure/goog/html/sanitizer/csspropertysanitizer_test.js b/closure/goog/html/sanitizer/csspropertysanitizer_test.js @@ -166,9 +166,9 @@ testSuite({ // Safari is the only browser that resolves relative URLs. assertTrue( getProcessedPropertyValue('background-image', 'url(/foo.com/a.jpg)') - .startsWith(produ...
1
diff --git a/token-metadata/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/metadata.json b/token-metadata/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/metadata.json "symbol": "MCB", "address": "0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42", "decimals": 18, - "dharmaVerificationStatus": { "dharmaVerificationStatus": "VERIFIED" ...
3
diff --git a/docs/api/README.md b/docs/api/README.md @@ -139,7 +139,7 @@ The method returns a [Task descriptor](#task-descriptor). `saga` must be a function which returns a [Generator Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Generator). The middleware will then iterate ov...
2
diff --git a/src/embeds/EarthCycleEmbed.js b/src/embeds/EarthCycleEmbed.js @@ -15,7 +15,7 @@ class EarthCycleEmbed extends BaseEmbed { super(); this.color = state.isDay ? 0x00ff00 : 0x000066; - this.title = `[${platform.toUpperCase()}] Worldstate - Earth Cycle`; + this.title = 'Worldstate - Earth Cycle'; this.thumbnail...
2
diff --git a/src/pages/EnterpriseSetting/infrastructure.js b/src/pages/EnterpriseSetting/infrastructure.js @@ -26,7 +26,7 @@ import OauthTable from './oauthTable'; objectStorageLongin: loading.effects['global/editCloudBackup'], overviewInfo: index.overviewInfo })) -export default class Infrastructure extends PureCompon...
1
diff --git a/404.js b/404.js @@ -130,7 +130,7 @@ const _setUrl = async u => { currentUrl = u; let match; - if (match = u.match(/^(?:\/(store))?(?:\/(users)(?:\/([0xa-f0-9]+))?)?(?:\/(items)(?:\/([0-9]+))?)?(?:\/)?$/i)) { + if (match = u.match(/^(?:\/(store))?(?:\/(users)(?:\/([0xa-f0-9]+))?)?(?:\/(items)(?:\/([0-9]+))?...
0
diff --git a/OurUmbraco/Community/Controllers/GitHubContributorController.cs b/OurUmbraco/Community/Controllers/GitHubContributorController.cs @@ -157,7 +157,11 @@ namespace OurUmbraco.Community.Controllers foreach (var group in filteredContributors) { - temp.Add(new GitHubGlobalContributorModel(group)); + var contribu...
2
diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js @@ -166,7 +166,7 @@ angular.module('copayApp.controllers').controller('importController', function(next) { // restore wallet focused profile fileSystemService.readFile(dbDirPath + 'temp/' + 'focusedWalletId', function(err, data) { - if(err) return...
8
diff --git a/packages/2019-housing/src/components/HouseholdIncomeByRace/HouseholdIncomeByRaceVisualization.js b/packages/2019-housing/src/components/HouseholdIncomeByRace/HouseholdIncomeByRaceVisualization.js @@ -20,13 +20,6 @@ const HouseholdIncomeByRaceVisualization = ({ data }) => { return ( data && ( - <span> - <st...
2
diff --git a/renderer/components/langUtils.js b/renderer/components/langUtils.js -/* global require */ import osLocale from 'os-locale' const defaultLocale = 'en' -const defaultLocaleName = 'English' export const getMessages = (locale = null) => { let supportedMessages = { @@ -13,7 +11,7 @@ export const getMessages = (...
1
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.214.0", + "version": "0.215.0", "license": "MIT", "activationCommands": { "atom-workspace": [
6
diff --git a/src/Window.js b/src/Window.js @@ -1204,7 +1204,7 @@ const _normalizeUrl = utils._makeNormalizeUrl(options.baseUrl); const _bindXrFramebuffer = () => { if (vrPresentState.glContext) { nativeWindow.setCurrentWindowContext(vrPresentState.glContext.getWindowHandle()); - vrPresentState.glContext.setDefaultFrame...
12
diff --git a/sounds.js b/sounds.js @@ -31,9 +31,19 @@ const waitForLoad = () => loadPromise; const getSoundFiles = () => soundFiles; const getSoundFileAudioBuffer = () => soundFileAudioBuffer; +const playSound = audioSpec => { + const {offset, duration} = audioSpec; + + const audioContext = Avatar.getAudioContext(); + ...
0
diff --git a/src/traces/funnel/calc.js b/src/traces/funnel/calc.js @@ -30,6 +30,9 @@ module.exports = function calc(gd, trace) { var serieslen = Math.min(pos.length, size.length); var cd = new Array(serieslen); + // Unlike other bar-like traces funnels do not support base attribute. + // bases for funnels are computed ...
0
diff --git a/src/data/event.js b/src/data/event.js @@ -20,7 +20,8 @@ export type Event = { ticketingUrl: { [string]: string }, venueDetails: { [string]: string[] }, individualEventPicture: LocalizedFieldRef, - eventsListPicture: LocalizedFieldRef + eventsListPicture: LocalizedFieldRef, + performances: { [string]: Perfo...
0
diff --git a/src/encoded/schemas/tale.json b/src/encoded/schemas/tale.json "descrition": "The target genome sequence recognized by the TALE domain.", "type": "string", "pattern": "^[ACTG]+$" + }, + "vector_backbone_name": { + "title": "Backbone name", + "description": "The cloning vector used to make the construct. E.g...
0
diff --git a/README.md b/README.md @@ -14,9 +14,6 @@ These tools have been introduced by Adobe to document Adobe's Experience Data Mo ## Installing and running ```bash -# clone XDM project -$ git clone git@github.com:adobe/xdm.git - # clone this project $ git clone git@github.com:adobe/jsonschema2md.git @@ -27,8 +24,8 ...
6
diff --git a/src/editor/components/ContribListComponent.js b/src/editor/components/ContribListComponent.js @@ -73,7 +73,7 @@ export default class ContribsListComponent extends NodeComponent { el.append(contentEl) el.append( $$('button').addClass('sc-button sm-style-big').append( - 'Edit ', + 'Manage ', labelProvider.ge...
4
diff --git a/src/library/modules/AntiAir.js b/src/library/modules/AntiAir.js @@ -686,27 +686,29 @@ AntiAir: anti-air related calculations // return: a list of sorted AACI objects order by effect desc, // as most effective AACI gets priority to be triggered. // param: AACI IDs from possibleAACIs functions - function sor...
7
diff --git a/test/jasmine/tests/bar_test.js b/test/jasmine/tests/bar_test.js @@ -2026,9 +2026,6 @@ describe('A bar plot', function() { .then(done); }); - it('should show up narrow bars as thin bars', function(done) { - var mock = Lib.extendDeep({}, require('@mocks/bar_show_narrow.json')); - function getArea(path) { var...
0
diff --git a/public/pocketsphinx.js/webapp/js/recognizer.js b/public/pocketsphinx.js/webapp/js/recognizer.js @@ -343,9 +343,34 @@ function stop() { } } -function getResult(hyp) { - const words = hyp.split(' '); - return words[words.length - 1] ?? ''; +const VOWELS = ['A', 'E', 'I', 'O', 'U']; +const _getLastWord = func...
0
diff --git a/edit.js b/edit.js @@ -317,6 +317,10 @@ planetAuxMesh.updateMatrixWorld(); planetAuxContainer.add(planetAuxMesh); const numRemotePlanetMeshes = 10; +const remotePlanetCubeMeshes = []; +const fakeMaterial = new THREE.MeshBasicMaterial({ + color: 0x333333, +}); for (let i = 0; i < numRemotePlanetMeshes; i++) ...
0
diff --git a/packages/transformers/image/src/ImageTransformer.js b/packages/transformers/image/src/ImageTransformer.js @@ -89,7 +89,7 @@ export default (new Transformer({ true, ); - let imagePipeline = sharp(inputBuffer); + let imagePipeline = sharp(inputBuffer, {animated: true}); imagePipeline.withMetadata();
11
diff --git a/src/components/networked-share.js b/src/components/networked-share.js @@ -138,8 +138,14 @@ AFRAME.registerComponent('networked-share', { var entityData = that.el.firstUpdateData; that.networkUpdate(entityData); }; - // FIXME: this timeout-based stall should be event driven!!! - setTimeout(callback, 50); + ...
14
diff --git a/src/components/feature/feature.vue b/src/components/feature/feature.vue */ let feature = new Feature(this.properties) feature.setId(this.id) + feature.setGeometry(this._geometry) return feature }, }, /** * @return {ol.geom.Geometry|undefined} - * @throws {AssertionError} */ getGeometry () { - assert.hasFea...
7
diff --git a/rss/logic/cycle.js b/rss/logic/cycle.js @@ -46,7 +46,8 @@ module.exports = function (rssList, articleList, debugFeeds, link, callback) { if (articleList[x].pubdate && articleList[x].pubdate > moment().subtract(cycleMaxAge, 'days')) newerArticles.push(articleList[x])// checkTable(articleList[x], getArticleI...
1
diff --git a/docs/tutorials/channel-events.md b/docs/tutorials/channel-events.md -This tutorial illustrates the use of channel-based events. These events are -similar to the existing events, however are specific to a single channel. -The client handling of channel-based events has a few new options when setting -up a l...
7
diff --git a/util.js b/util.js import * as THREE from './three.module.js'; import atlaspack from './atlaspack.js'; +export function hex2Uint8Array(hex) { + return new Uint8Array(hex.match(/[\da-f]{2}/gi).map(h => parseInt(h, 16))) +} export function downloadFile(file, filename) { const blobURL = URL.createObjectURL(fil...
0
diff --git a/src/post/Write/SideControls.js b/src/post/Write/SideControls.js // Forked from https://github.com/rajaraodv/draftjs-examples import newDebug from 'debug'; import { connect } from 'react-redux'; -import { Entity, EditorState, AtomicBlockUtils } from 'draft-js'; +import { Entity, EditorState, AtomicBlockUtil...
2
diff --git a/data.js b/data.js @@ -5771,5 +5771,13 @@ module.exports = [ description: "A tiny library inspired by Redux & Vuex to help you manage state in your JavaScript apps", url: "https://github.com/hankchizljaw/beedle", source: "https://raw.githubusercontent.com/hankchizljaw/beedle/master/src/beedle.js" + }, + { +...
0
diff --git a/utils/pre-swap-checker/test/PreSwapChecker.js b/utils/pre-swap-checker/test/PreSwapChecker.js @@ -112,12 +112,12 @@ contract('PreSwapChecker', async accounts => { signer: { wallet: aliceAddress, token: tokenAST.address, - param: 200, + amount: 200, }, sender: { wallet: bobAddress, token: tokenDAI.address, ...
3
diff --git a/src/components/validationStatus.vue b/src/components/validationStatus.vue @@ -82,11 +82,6 @@ export default { return numberOfErrors + errors.length; }, 0); }, - statusText() { - return this.hasValidationErrors - ? `${this.numberOfValidationErrors} error${this.numberOfValidationErrors === 1 ? '' : 's'} dete...
2
diff --git a/README.md b/README.md @@ -32,6 +32,7 @@ npm install --save-dev snowpack - Vue (using JSX): [[Source]](https://gitlab.com/unclejustin/snowpack-vue) [[Live Demo]](https://snowpack-vue.netlify.com/) [By: [@unclejustin](https://gitlab.com/unclejustin)] - PWA-Starter-Kit (lit-html + Redux): [[Source]](https://g...
0
diff --git a/templates/formlibrary/modals/add_training_modal.html b/templates/formlibrary/modals/add_training_modal.html placeholder: 'Select {{request.user.activity_user.organization.level_1_label }}', }); + + $('#trainingName').on('input', function() { + const name = $(this); + if (name.val()) { + $('#div_training_na...
0
diff --git a/templates/small_site_profile_map.html b/templates/small_site_profile_map.html } var locations = [] {% for location in get_locations %} - const site = { + locations.push({ lat: +"{{location.latitude}}", lng: +"{{location.longitude}}" - } - locations.push(site) + }) {% endfor %} </script> <!--Load the API fr...
3
diff --git a/wercker.yml b/wercker.yml @@ -62,6 +62,8 @@ build-prod: - script: name: npm run server:prod:ci code: | + export MONGO_URI=mongodb://$MONGO_PORT_27017_TCP_ADDR/growi + echo "export MONGO_URI=$MONGO_URI" npm run server:prod:ci after-steps:
12
diff --git a/js/options.js b/js/options.js @@ -245,23 +245,24 @@ function onMessage(message, sender, callback) { } function getPlugins(callback) { - chrome.runtime.getPackageDirectoryEntry(function(root) { - root.getDirectory("plugins", {create: false}, function(pluginsdir) { - var reader = pluginsdir.createReader(); -...
14