code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/content/knowledge-base/import-variables-from-secret-manager.md b/content/knowledge-base/import-variables-from-secret-manager.md @@ -155,7 +155,7 @@ You will need to configure the environment variables `DOPPLER_TOKEN` in the Code
Environment variables can be added at application level, or if you are using a... | 3 |
diff --git a/src/index.js b/src/index.js @@ -25,7 +25,11 @@ function renderApp() {
function hydrateApp() {
ReactDOM.hydrateRoot(
document.getElementById("application"),
- <App appWrapperRef={Scrivito.updateContent} />
+ <App
+ appWrapperRef={(el) => {
+ if (el) Scrivito.updateContent();
+ }}
+ />
);
}
| 9 |
diff --git a/src/inertia.js b/src/inertia.js @@ -18,7 +18,7 @@ export default {
this.setPage(window.history.state)
} else {
this.setPage(page)
- this.setState(true, window.location.pathname + window.location.search, page)
+ this.setState(page)
}
window.addEventListener('popstate', this.restoreState.bind(this))
@@ -86,7... | 10 |
diff --git a/_data/conferences.yml b/_data/conferences.yml place: Las Vegas, USA
sub: RO
-- title: ICPR
- year: 2020
- id: icpr20
- link: https://www.micc.unifi.it/icpr2020
- deadline: '2020-03-02 23:59:59'
- timezone: UTC+1
- date: Sep 13-18, 2020
- place: Milan, Italy
- sub: CV
-
- title: ECCV
year: 2020
id: eccv20
s... | 3 |
diff --git a/source/shaders/ibl_filtering.frag b/source/shaders/ibl_filtering.frag @@ -172,8 +172,8 @@ float PDF(vec3 H, vec3 N, float roughness)
return 0.f;
}
-// getSampleVector returns an importance sample direction with pdf in the .w component
-vec4 getSampleVector(int sampleIndex, vec3 N, float roughness)
+// getI... | 10 |
diff --git a/src/libs/Permissions.js b/src/libs/Permissions.js @@ -28,8 +28,7 @@ function canUseChronos() {
* @returns {Boolean}
*/
function canUseIOU() {
- // return _.contains(betas, CONST.BETAS.IOU) || canUseAllBetas();
- return true;
+ return _.contains(betas, CONST.BETAS.IOU) || canUseAllBetas();
}
export default ... | 13 |
diff --git a/renderer/components/onboard/Sections.js b/renderer/components/onboard/Sections.js @@ -95,6 +95,11 @@ const ChangeLink = styled.a`
}
`
+const HeadsUpList = styled.li`
+ margin-top: 20px;
+ margin-bottom: 20px;
+`
+
const QuizActually = ({text, onBack, onContinue}) => (
<QuizModal width={400} bg={theme.color... | 7 |
diff --git a/cli/jdl.js b/cli/jdl.js @@ -46,11 +46,8 @@ const downloadFile = (url, filename) => {
logger.debug(`Creating file: ${path.join(filename)}`);
const fileStream = fs.createWriteStream(`${filename}`);
- fileStream.on('finish', () => {
- fileStream.close(() => {
- resolve(filename);
- });
- });
+ fileStream.on('... | 2 |
diff --git a/public/live.html b/public/live.html cancel() {
this.stop();
}
- /* extra() {
- var AUDIO_RECORDER_WORKER = 'js/audioRecorderWorker.js';
- var AudioRecorder = function(source, cfg) {
- this.consumers = [];
- var config = cfg || {};
- var errorCallback = config.errorCallback || function() {};
- var inputBuff... | 2 |
diff --git a/tests/kits/test/src/integration.test.js b/tests/kits/test/src/integration.test.js @@ -21,13 +21,13 @@ function runIntegrationTest({ kit }, action) {
run(`node ../../../packages/cli/lib/bin/oz-cli.js unpack ${kit}`);
});
- // have to replace zos with local version so we test current build
- it('replace zos ... | 14 |
diff --git a/lib/Chunk.js b/lib/Chunk.js @@ -261,12 +261,12 @@ class Chunk {
this.modules.forEach(m => m.updateHash(hash));
}
- canBeIntegrated(other) {
- if(other.isInitial()) {
+ canBeIntegrated(otherChunk) {
+ if(otherChunk.isInitial()) {
return false;
}
if(this.isInitial()) {
- if(other.parents.length !== 1 || othe... | 10 |
diff --git a/avatars/util.mjs b/avatars/util.mjs @@ -516,3 +516,37 @@ export const getModelBones = object => {
Right_toe,
};
};
+
+export const cloneModelBones = modelBones => {
+ const result = {};
+ const nameToDstBoneMap = {};
+ for (const k in modelBones) {
+ const srcBone = modelBones[k];
+ const dstBone = new THR... | 0 |
diff --git a/app/models/synchronization/adapter.rb b/app/models/synchronization/adapter.rb @@ -140,11 +140,7 @@ module CartoDB
table_statements = @table_setup.generate_table_statements(schema, table_name)
temporary_name = temporary_name_for(result.table_name)
- database.transaction do
- rename(table_name, temporary_nam... | 9 |
diff --git a/docs/component/vector-layer.md b/docs/component/vector-layer.md > Renders vector data
-`vl-layer-vector` can render vector from verious backend services. It should be
+`vl-layer-vector` can render vector from various backend services. It should be
used with together with [`vl-source-vector`](/docs/componen... | 7 |
diff --git a/articles/policies/rate-limits.md b/articles/policies/rate-limits.md @@ -170,27 +170,8 @@ The following Auth0 Management API endpoints return rate limit-related headers.
The following Auth0 Authentication API endpoints return rate limit-related headers:
-<table class="table">
- <tr>
- <th><strong>Endpoint</... | 0 |
diff --git a/articles/tokens/preview/refresh-token.md b/articles/tokens/preview/refresh-token.md @@ -128,10 +128,6 @@ The response will include a new `access_token`, its type, its lifetime (in secon
You should only ask for a new token if the `access_token` has expired or you want to refresh the claims contained in the ... | 2 |
diff --git a/contracts/Nomin.sol b/contracts/Nomin.sol @@ -175,27 +175,27 @@ contract Nomin is ExternStateFeeToken {
}
/* Allow havven to issue a certain number of
- * nomins from a target address */
- function issue(address target, uint amount)
+ * nomins from an account. */
+ function issue(address account, uint amou... | 10 |
diff --git a/apps/wohrm/wohrm.js b/apps/wohrm/wohrm.js @@ -14,6 +14,8 @@ let limitSetter = Setter.NONE;
let currentHeartRate = 0;
let hrConfidence = -1;
+let setterHighlightTimeout;
+
function drawTrainingHeartRate() {
renderButtonIcons();
@@ -34,7 +36,6 @@ function renderUpperLimit() {
g.fillRect(180,70, 210, 200);
//... | 7 |
diff --git a/assets/scss/_article.scss b/assets/scss/_article.scss }
}
.ctc {
- display: inline;
- font-size: 0.75em;
+ display: inline-block;
margin-left: 0.5em;
vertical-align: middle;
opacity: 0;
cursor: pointer;
- color: $blue;
transition: all 300ms ease-in-out;
+ @include icon(getAssetUrl('media/icons/link.svg'));... | 3 |
diff --git a/src/templates/actors/parts/actor-traits.html b/src/templates/actors/parts/actor-traits.html {{#if (eq negatedBy "")}}
-
{{else}}
- {{console this}}
{{#if (lookup ../config.damageReductionTypes negatedBy)}}
{{lookup ../config.damageReductionTypes negatedBy}}
{{else}}
| 2 |
diff --git a/uppy-react-native/App.js b/uppy-react-native/App.js @@ -29,11 +29,6 @@ function urlToBlob (url) {
})
}
-// var blob = new Blob(
-// ['data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIwIDEyMCI+CiAgPGNpcmNsZSBjeD0iNjAiIGN5PSI2MCIgcj0iNTAiLz4KPC9zdmc+Cg=='],
-// { type: 'image/svg+xml' }
-// )
-
export de... | 1 |
diff --git a/reader/readerContent.css b/reader/readerContent.css @@ -130,6 +130,24 @@ blockquote {
margin: 1.5em 0;
}
+table {
+ border-collapse: collapse;
+}
+
+td, th {
+ padding: 0.25em;
+ border: 1px #ddd solid;
+ text-align: center;
+}
+
+.dark-mode td, .dark-mode th {
+ border-color: #444;
+}
+
+td li, th li {
+ ... | 7 |
diff --git a/lib/update-fetch.js b/lib/update-fetch.js @@ -163,10 +163,15 @@ exportables.downloadTgz = function(tgzUrl, fileMap) {
return resolve(files);
});
-
remote.ifReachable(remote.BUILDS_HOSTNAME).then(() => {
+
var req = request.get(tgzUrl);
+ var startTimeout = () => setTimeout(() => {
+ reject(new Error('The a... | 12 |
diff --git a/samples/javascript_nodejs/11.qnamaker/README.md b/samples/javascript_nodejs/11.qnamaker/README.md @@ -29,24 +29,32 @@ This bot uses [QnA Maker Service](https://www.qnamaker.ai), an AI based cognitiv
QnA knowledge base setup and application configuration steps can be found [here](https://aka.ms/qna-instruct... | 3 |
diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js @@ -2298,13 +2298,13 @@ axes.draw = function(gd, arg, opts) {
if(plotinfo) {
var xa = plotinfo.xaxis;
var ya = plotinfo.yaxis;
- isSyncAxis(xa, arg[0]);
- isSyncAxis(ya, arg[0]);
+ addSyncAxis(xa, arg[0]);
+ addSyncAxis(ya, arg[0]);
}
});
}
- functi... | 10 |
diff --git a/packages/openneuro-server/libs/authentication/passport.js b/packages/openneuro-server/libs/authentication/passport.js @@ -132,7 +132,7 @@ export const verifyGoogleUser = async (
$or: [{ providerId: profile.id }, { providerId: profileUpdate.email }],
},
profileUpdate,
- { upsert: true, new: true },
+ { upse... | 1 |
diff --git a/test/jasmine/tests/toimage_test.js b/test/jasmine/tests/toimage_test.js @@ -160,22 +160,22 @@ describe('Plotly.toImage', function() {
.then(function() { return Plotly.toImage(gd, {format: 'png', imageDataOnly: true}); })
.then(function(d) {
expect(d.indexOf('data:image/')).toBe(-1);
- expect(d.length).toBe... | 0 |
diff --git a/aws/cloudformation/util.go b/aws/cloudformation/util.go @@ -368,25 +368,36 @@ func stackCapabilities(template *gocf.Template) []*string {
// Public
////////////////////////////////////////////////////////////////////////////////
+// DynamicValueToStringExpr is a DRY function to type assert
+// a potentiall... | 0 |
diff --git a/learn/getting_started/quick_start.md b/learn/getting_started/quick_start.md @@ -62,7 +62,7 @@ docker run -it --rm \
meilisearch --env="development"
```
-You can learn more about [using Meilisearch with Docker in our dedicated guide](https://docs.docker.com/get-docker/).
+You can learn more about [using Mei... | 1 |
diff --git a/src/libs/ReportActionsUtils.js b/src/libs/ReportActionsUtils.js @@ -74,7 +74,8 @@ function getMostRecentIOUReportActionID(reportActions) {
* @returns {Boolean}
*/
function isConsecutiveActionMadeByPreviousActor(reportActions, actionIndex) {
- const previousAction = reportActions[actionIndex + 1];
+ // Find... | 4 |
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss @@ -110,8 +110,8 @@ $display4-size: 1.75rem !default;
// Space
$spacer: 1rem;
-$td-block-space-top-base: 4 * $spacer;
-$td-block-space-bottom-base: 4 * $spacer;
+$td-block-space-top-base: 4 * $spacer !default;
+$td-block-space-bottom-base: 4 * $spac... | 11 |
diff --git a/Projects/Bitcoin-Factory/TS/Bot-Modules/Test-Server/TestServer.js b/Projects/Bitcoin-Factory/TS/Bot-Modules/Test-Server/TestServer.js return
}
if (TS.projects.foundations.globals.taskConstants.P2P_NETWORK.p2pNetworkClient.machineLearningNetworkServiceClient === undefined) {
- console.log((new Date()).toISO... | 7 |
diff --git a/guide/english/html/index.md b/guide/english/html/index.md @@ -17,8 +17,7 @@ The internet was originally created to store and present static (unchanging) doc
HTML5 is the latest version, or specification, of HTML. The [World Wide Web Consortium (W3C)](https://www.w3.org/) is the organization responsible for... | 14 |
diff --git a/packages/app/src/components/Common/Dropdown/PageItemControl.tsx b/packages/app/src/components/Common/Dropdown/PageItemControl.tsx @@ -247,9 +247,10 @@ const PageItemControlDropdownMenu = React.memo((props: DropdownMenuProps): JSX.E
return (
<DropdownMenu
data-testid="page-item-control-menu"
- positionFixed... | 12 |
diff --git a/src/apps.json b/src/apps.json "script": "^https?://vmss\\.boldchat\\.com/aid/\\d{18}/bc\\.vms4/vms\\.js",
"website": "https://www.boldchat.com/"
},
- "BoldGrid Post and Page Builder": {
+ "BoldGrid": {
"cats": [
1,
11
],
"html": [
+ "<link rel=[\"']stylesheet[\"'] [^>]+boldgrid",
"<link rel=[\"']stylesheet... | 7 |
diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx @@ -62,6 +62,8 @@ export function CommentCreate(props: Props) {
location: { pathname },
} = useHistory();
const [isSubmitting, setIsSubmitting] = React.useState(false);
+ const [commentFailure, setCommentFailure] = React.useState(fal... | 9 |
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md @@ -27,7 +27,7 @@ Your package.json `package.json`:
-->
<!--
-If you want help on your bug, please also send us the github repository where your hexo code is stored. If it is not on github, please post if on github, it would greatly help.
+If you want h... | 3 |
diff --git a/packages/webpack-plugin/lib/helpers.js b/packages/webpack-plugin/lib/helpers.js @@ -299,6 +299,10 @@ module.exports = function createHelpers (loaderContext, options, moduleId, parts
// unknown lang, infer the loader to be used
switch (type) {
case 'template':
+ // do not deal lang="wxml", may used by vscod... | 1 |
diff --git a/xrrtc.js b/xrrtc.js @@ -186,8 +186,10 @@ class XRChannelConnection extends EventTarget {
} */
send(s) {
+ if (this.dataChannel.readyState === 'open') {
this.dataChannel.send(s);
}
+ }
async setMicrophoneMediaStream(mediaStream) {
if (mediaStream) {
| 0 |
diff --git a/docs/framework-support-libraries.md b/docs/framework-support-libraries.md @@ -44,7 +44,8 @@ imports: [
These are the main features provided by the library:
* [LuigiContextService](#LuigiContextService)
* [LuigiAutoRoutingService](#LuigiAutoRoutingService)
- * [Preload component](#preload-component-example)... | 7 |
diff --git a/components/Discussion/Comments.js b/components/Discussion/Comments.js @@ -96,7 +96,7 @@ const Comments = props => {
} = props
const router = useRouter()
- const discussionHref = getDiscussionUrlObject(discussion)
+ const discussionUrlObject = getDiscussionUrlObject(discussion)
/*
* Subscribe to GraphQL upd... | 10 |
diff --git a/aura-impl/src/main/java/org/auraframework/impl/root/component/ModuleDefRefImpl.java b/aura-impl/src/main/java/org/auraframework/impl/root/component/ModuleDefRefImpl.java @@ -29,6 +29,7 @@ import org.auraframework.def.DefinitionReference;
import org.auraframework.def.module.ModuleDef;
import org.auraframewo... | 12 |
diff --git a/src/components/translator.js b/src/components/translator.js @@ -89,22 +89,27 @@ module.exports = class Translator {
//================================================================
/**
* Loads a language file or throws Error.
- * NOTE: hash "protection" removed since the main distribution method will be ... | 1 |
diff --git a/app/zcommon.js b/app/zcommon.js @@ -315,7 +315,7 @@ function showSettingsDialog() {
domainFrontingUrl: inputDomainFrontingUrl.value,
domainFrontingHost: inputDomainFrontingHost.value,
autoLogOffEnable: inputAutoLogOffEnable.checked ? 1 : 0,
- autoLogOffTimeout: inputAutoLogOffTimeout.value
+ autoLogOffTime... | 12 |
diff --git a/samples/csharp_dotnetcore/adaptive-dialog/01.multi-turn-prompt/Startup.cs b/samples/csharp_dotnetcore/adaptive-dialog/01.multi-turn-prompt/Startup.cs @@ -47,11 +47,8 @@ public void ConfigureServices(IServiceCollection services)
// Create the Conversation state. (Used by the Dialog system itself.)
services.... | 2 |
diff --git a/assets/js/modules/idea-hub/components/dashboard/DashboardIdeasWidget/index.js b/assets/js/modules/idea-hub/components/dashboard/DashboardIdeasWidget/index.js @@ -52,12 +52,10 @@ import {
import { trackEvent } from '../../../../../util';
import whenActive from '../../../../../util/when-active';
import Dashb... | 2 |
diff --git a/test/externalTests/rain.js b/test/externalTests/rain.js @@ -6,7 +6,7 @@ module.exports = () => (bot, done) => {
bot.test.sayEverywhere('/weather rain')
let raining = true
- bot.on('rain', () => {
+ function rainListener () {
if (raining) {
assert.strictEqual(bot.isRaining, true)
bot.test.sayEverywhere('/we... | 2 |
diff --git a/packages/cx/src/ui/Instance.js b/packages/cx/src/ui/Instance.js @@ -290,7 +290,6 @@ export class Instance {
this.cached.state = this.state;
this.cached.widgetVersion = this.widget.version;
this.cached.globalCacheIdentifier = GlobalCacheIdentifier.get();
- this.renderList = null;
this.childStateDirty = fals... | 2 |
diff --git a/src/context/endpointTestCaseReducer.js b/src/context/endpointTestCaseReducer.js @@ -76,7 +76,18 @@ export const endpointTestCaseReducer = (state, action) => {
...state,
endpointStatements,
};
-
+ case actionTypes.UPDATE_SERVER_FILEPATH:
+ endpointStatements = endpointStatements.map(statement => {
+ if (sta... | 3 |
diff --git a/test/kubernetes.spec.js b/test/kubernetes.spec.js @@ -33,7 +33,9 @@ const expectedFiles = {
jhconsole: [
'console/jhipster-console.yml',
'console/jhipster-elasticsearch.yml',
- 'console/jhipster-logstash.yml'
+ 'console/jhipster-logstash.yml',
+ 'console/jhipster-dashboard-console.yml',
+ 'console/jhipster... | 3 |
diff --git a/package.json b/package.json "main": "index.js",
"repository": {
"type": "git",
- "url": "https://github.paypal.com/Checkout/smart-buttons"
+ "url": "https://github.com/paypal/paypal-smart-payment-buttons"
},
"jest": {
"coverageDirectory": "./server-coverage/"
| 3 |
diff --git a/css/components/dashboards/dashboards-subheader-block.scss b/css/components/dashboards/dashboards-subheader-block.scss .c-dashboards-subheader-block {
- padding-bottom: 45px;
- padding-top: 70px;
+ padding-bottom: $space * 9;
+ padding-top: $space * 14;
p {
max-width: 430px;
}
| 14 |
diff --git a/assets/js/modules/analytics/datastore/accounts.test.js b/assets/js/modules/analytics/datastore/accounts.test.js @@ -36,8 +36,15 @@ import * as fixtures from './__fixtures__';
describe( 'modules/analytics accounts', () => {
let apiFetchSpy;
+ let windowLocationSpy;
let registry;
let store;
+ let redirect;
+... | 7 |
diff --git a/templates/winter/util.js b/templates/winter/util.js @@ -175,8 +175,12 @@ const exchangeToken = async (code, options) => {
code: code
});
- const authReq = await authRequest();
- const authCode = qs.parse(authReq);
+ const authCode = await authRequest();
+
+ if (typeof authCode === "string") {
+ const authP... | 9 |
diff --git a/lib/assets/javascripts/builder/editor/style/style-form/style-form-dictionary/fill-size.js b/lib/assets/javascripts/builder/editor/style/style-form/style-form-dictionary/fill-size.js @@ -64,6 +64,8 @@ module.exports = {
if (_.contains([StyleConstants.Type.HEATMAP, StyleConstants.Type.ANIMATION], params.styl... | 1 |
diff --git a/src/renderer/page/discover/view.jsx b/src/renderer/page/discover/view.jsx @@ -10,10 +10,30 @@ type Props = {
};
class DiscoverPage extends React.PureComponent<Props> {
+ constructor() {
+ super();
+ this.continousFetch = undefined;
+ }
+
componentWillMount() {
- this.props.fetchFeaturedUris();
+ const { fe... | 12 |
diff --git a/src/translations/index.js b/src/translations/index.js @@ -23,7 +23,7 @@ export const translations = {
};
export const getAvailableLocale = (appLocale) => {
- let locale = appLocale;
+ let locale = appLocale || 'auto';
if (typeof navigator !== 'undefined' && appLocale === 'auto') {
locale =
| 12 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,46 @@ 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.29.0] -- 2017-07-19
+
+### Added
+- Add touch interactions to cartesian, gl2d and ternary subplots including for
+ select and lasso d... | 3 |
diff --git a/packages/@uppy/core/src/index.js b/packages/@uppy/core/src/index.js @@ -510,7 +510,10 @@ class Uppy {
}
pauseResume (fileID) {
- if (this.getFile(fileID).uploadComplete) return
+ if (!this.getState().capabilities.resumableUploads ||
+ this.getFile(fileID).uploadComplete) {
+ return
+ }
const wasPaused = th... | 0 |
diff --git a/packages/build/src/utils/list.js b/packages/build/src/utils/list.js -// Turn [1, 2, 3] into "1", "2", "3"
+// Turn [1, 2, 3] into:
+// - 1
+// - 2
+// - 3
const serializeList = function(array) {
- return array.map(quote).join(', ')
+ return array.map(addDash).join('\n')
}
-const quote = function(string) {
... | 7 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 14.5.1
- Fixed: `function-no-unknown` ENOENT and TypeErrors ([#5916](https://github.com/stylelint/stylelint/pull/5916)).
- Fixed: `function-no-unknown` false positives for interpolation ([#5914](https:... | 6 |
diff --git a/src/userscript.ts b/src/userscript.ts @@ -94562,12 +94562,20 @@ var $$IMU_EXPORT$$;
return src.replace(/(\/photo\/+bkn-[0-9]{10,}-[0-9]+_[0-9]+_[0-9]+_[0-9]+)[sp](\.[^/.]+(?:[?#].*)?)$/, "$1b$2");
}
- if (domain === "thumb.pr0gramm.com") {
+ if (domain === "thumb.pr0gramm.com" ||
+ // thanks to Lumbago1337... | 7 |
diff --git a/tests/phpunit/integration/Core/Authentication/ProfileTest.php b/tests/phpunit/integration/Core/Authentication/ProfileTest.php @@ -14,7 +14,10 @@ use Google\Site_Kit\Context;
use Google\Site_Kit\Core\Authentication\Clients\OAuth_Client;
use Google\Site_Kit\Core\Authentication\Profile;
use Google\Site_Kit\Co... | 3 |
diff --git a/includes/Modules/Analytics.php b/includes/Modules/Analytics.php @@ -1393,13 +1393,13 @@ final class Analytics extends Module
$request->setIncludeEmptyRows( true );
$request->setViewId( $profile_id );
- $dimension_filters_clauses = array();
+ $dimension_filter_clauses = array();
if ( ! empty( $args['dimensi... | 10 |
diff --git a/package.json b/package.json "preliminaries-parser-toml": "1.1.0",
"preliminaries-parser-yaml": "1.1.0",
"prismjs": "^1.5.1",
- "prosemirror-commands": "^0.17.0",
- "prosemirror-history": "^0.17.0",
- "prosemirror-inputrules": "^0.17.0",
- "prosemirror-keymap": "^0.17.0",
- "prosemirror-markdown": "^0.17.0"... | 2 |
diff --git a/lib/Unexpected.js b/lib/Unexpected.js @@ -852,9 +852,9 @@ function installExpectMethods(unexpected) {
expect.equal = unexpected.equal.bind(unexpected);
expect.inspect = unexpected.inspect.bind(unexpected);
expect.findTypeOf = unexpected.findTypeOf; // Already bound
- expect.fail = function () {
+ expect.fa... | 4 |
diff --git a/src/userscript.ts b/src/userscript.ts @@ -37242,11 +37242,18 @@ var $$IMU_EXPORT$$;
// https://tse1.mm.bing.net/th?id=Ad9e81485410912702a018d5f48ec0f5c&w=136&h=183&c=8&rs=1&qlt=90&pid=3.1&rm=2
// https://www.bing.com/th?id=OPN.RTNews_jJZmvGD6PzvUt22LbHHUUg&w=186&h=88&c=7&rs=2&qlt=80&cdv=1&pid=News
- // oth... | 7 |
diff --git a/src/consumer/fetchManager.js b/src/consumer/fetchManager.js @@ -74,14 +74,14 @@ const fetchManager = ({
const queue = queues[runnerId]
- let message = queue.shift()
- if (!message) {
+ let fetchResult = queue.shift()
+ if (!fetchResult) {
await fetchPromise
- message = queue.shift()
+ fetchResult = queue.s... | 10 |
diff --git a/character-controller.js b/character-controller.js @@ -1274,10 +1274,45 @@ class RemotePlayer extends InterpolatedPlayer {
console.warn('binding to nonexistent player object', this.playersArray.toJSON());
}
- const observePlayerFn = e => {
- this.position.fromArray(this.playerMap.get('position'));
- this.qu... | 0 |
diff --git a/lib/helper/WebDriverIO.js b/lib/helper/WebDriverIO.js @@ -48,7 +48,7 @@ let withinStore = {};
* * `keepBrowserState`: (optional, default: false) - keep browser state between tests when `restart` is set to false.
* * `keepCookies`: (optional, default: false) - keep cookies between tests when `restart` set t... | 7 |
diff --git a/scripts/menu/server/sv_menu.lua b/scripts/menu/server/sv_menu.lua @@ -47,9 +47,10 @@ AddEventHandler('txAdmin:events:adminsUpdated', function(onlineAdminIDs)
for id, _ in pairs(adminPermissions) do
refreshAdminIds[id] = id
end
- for newId, _ in pairs(adminPermissions) do
+ for _, newId in pairs(onlineAdmin... | 1 |
diff --git a/README.md b/README.md @@ -97,6 +97,10 @@ Check out the [Envato Tuts+ Startup Series on its codebase](https://code.tutsplu
[Brokermate](https://www.brokermate.com/) uses Shepherd to guide users through initial setup steps.
+### [Snapsure](https://snapsure.app)
+
+[Snapsure](https://snapsure.app) uses Shephe... | 0 |
diff --git a/core/server/api/canary/slugs.js b/core/server/api/canary/slugs.js const models = require('../../models');
-const i18n = require('../../../shared/i18n');
+const tpl = require('@tryghost/tpl');
const errors = require('@tryghost/errors');
+const messages = {
+ couldNotGenerateSlug: 'Could not generate slug.'
... | 14 |
diff --git a/examples/viper/building_map.php b/examples/viper/building_map.php @@ -107,7 +107,7 @@ include 'config.php';
$(".waiting-title").html('Creating an overview for <span class="project_name">' + window.dataParamsForOpening.acronymtitle + '</span> failed.');
$("#progress").html(
`Sorry! We could not create your ... | 7 |
diff --git a/.github/workflows/contributor_greet.yaml b/.github/workflows/contributor_greet.yaml @@ -11,4 +11,4 @@ jobs:
Thanks for contributing to `developer-community-stats`!. We are happy to have you as a contributor. Your PR will be reviewed and merged to master. sOnce it is merged you can see your stats in https:/... | 2 |
diff --git a/src/modules/tooltip/Labels.js b/src/modules/tooltip/Labels.js @@ -19,7 +19,11 @@ export default class Labels {
let w = this.w
if (w.config.tooltip.custom !== undefined) {
- this.handleCustomTooltip({ i, j })
+ if (Array.isArray(w.config.tooltip.custom)) {
+ this.handleCustomTooltip({ i, j, isArray: true })... | 11 |
diff --git a/includes/Core/Assets/Assets.php b/includes/Core/Assets/Assets.php @@ -373,7 +373,7 @@ final class Assets {
'googlesitekit_admin',
array(
'src' => $base_url . 'js/googlesitekit-admin.js',
- 'dependencies' => array( 'wp-i18n' ),
+ 'dependencies' => array(),
'execution' => 'defer',
'before_print' => function(... | 2 |
diff --git a/userscript.user.js b/userscript.user.js @@ -51308,7 +51308,11 @@ var $$IMU_EXPORT$$;
if (domain === "d2pqhom6oey9wx.cloudfront.net") {
// https://d2pqhom6oey9wx.cloudfront.net/img_resize/5997041145b3926972f0d8.jpg
// https://d2pqhom6oey9wx.cloudfront.net/img_original/5997041145b3926972f0d8.jpg
- return src... | 7 |
diff --git a/webaverse.js b/webaverse.js @@ -622,20 +622,6 @@ const _startHacks = () => {
});
})();
}
- } else if (e.which === 221) { // ]
- const localPlayer = metaversefileApi.useLocalPlayer();
- if (localPlayer.avatar) {
- if (!playerDiorama) {
- playerDiorama = dioramaManager.createPlayerDiorama(localPlayer, {
- la... | 2 |
diff --git a/src/lib/file-uploader.js b/src/lib/file-uploader.js @@ -144,11 +144,15 @@ const costumeUpload = function (fileData, fileType, costumeName, storage, handle
const soundUpload = function (fileData, fileType, soundName, storage, handleSound) {
let soundFormat;
switch (fileType) {
- case 'audio/mp3': {
+ case '... | 11 |
diff --git a/bl-themes/blogx/php/home.php b/bl-themes/blogx/php/home.php <ul class="pagination flex-wrap">
<!-- Previous button -->
- <li class="page-item mr-2 <?php if (!Paginator::showPrev()) echo 'disabled' ?>">
+ <?php if (Paginator::showPrev()): ?>
+ <li class="page-item mr-2">
<a class="page-link" href="<?php ech... | 2 |
diff --git a/src/js/services/buy-bitcoin-com.service.js b/src/js/services/buy-bitcoin-com.service.js .module('bitcoincom.services')
.factory('buyBitcoinComService', buyBitcoinComService);
- function buyBitcoinComService($http, $log, $window, $filter, platformInfo, storageService, buyAndSellService, gettextCatalog) {
- ... | 1 |
diff --git a/assets/js/modules/adsense/components/module/ModuleOverviewWidget/index.js b/assets/js/modules/adsense/components/module/ModuleOverviewWidget/index.js @@ -69,20 +69,45 @@ const ModuleOverviewWidget = ( { Widget, WidgetReportZero, WidgetReportError } )
dimensions: [ 'DATE' ],
};
- const currentRangeData = us... | 4 |
diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js @@ -2304,7 +2304,7 @@ const OperationConfig = {
},
"Regular expression": {
module: "Regex",
- description: "Define your own regular expression (regex) to search the input data with, optionally choosing from a list of pre-defined patter... | 0 |
diff --git a/utilities/key-callbacks.js b/utilities/key-callbacks.js @@ -5,15 +5,23 @@ import EventUtil from './event';
/*
* Helper function that has callbacks passed into it with the key being the keycode of the event
*/
-const mapKeyEventCallbacks = (event, { callbacks = {}, shiftCallbacks = {} }) => {
+const mapKeyE... | 11 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## 8.7.1 (unreleased)
-### Breaking
-
-### Feature
-
-- added loading icon when doing actions in folder-contents @giuliaghisini
-
### Bugfix
+- Added loading icon when doing actions in folder-contents @giuliaghisini
- Fix German translation "from" -> "E-Mail" in contact form @ti... | 6 |
diff --git a/factory-ai-vision/EdgeSolution/modules/WebModule/ui/src/components/LabelingPage/Scene.tsx b/factory-ai-vision/EdgeSolution/modules/WebModule/ui/src/components/LabelingPage/Scene.tsx @@ -78,6 +78,7 @@ const Scene: FC<SceneProps> = ({
dispatch(removeAnnotation(selectedAnnotationIndex));
setWorkState(WorkStat... | 12 |
diff --git a/includes/Modules/Analytics.php b/includes/Modules/Analytics.php @@ -555,34 +555,34 @@ final class Analytics extends Module implements Module_With_Screen, Module_With_
$service = $this->get_service( 'analytics' );
return $service->management_goals->listManagementGoals( $connection['accountId'], $connection[... | 2 |
diff --git a/types/index.d.ts b/types/index.d.ts @@ -2755,8 +2755,8 @@ export interface TooltipOptions<TType extends ChartType = ChartType> extends Cor
*/
textDirection: Scriptable<string, ScriptableTooltipContext<TType>>;
- animation: AnimationSpec<TType>;
- animations: AnimationsSpec<TType>;
+ animation: AnimationSpe... | 11 |
diff --git a/src/libs/Navigation/AppNavigator/AppNavigator.js b/src/libs/Navigation/AppNavigator/AppNavigator.js @@ -137,7 +137,7 @@ const AppNavigator = (props) => {
};
if (props.isSmallScreenWidth) {
- screenOptions.cardStyleInterpolator = CardStyleInterpolators.forHorizontalIOS;
+ screenOptions.cardStyleInterpolator... | 4 |
diff --git a/FunctionalTests/Generated/SputnikTests.tt b/FunctionalTests/Generated/SputnikTests.tt @@ -42,14 +42,11 @@ namespace NiL.JS.Test.Generated
testName = originalName + "_" + (index++);
tests.Add(testName);
-#>
-<#
var code = File.ReadAllText(file);
var descStart = code.IndexOf("/*");
var desc = code.Substring(... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -9,6 +9,20 @@ To see all merged commits on the master branch that will be part of the next plo
where X.Y.Z is the semver of most recent plotly.js release.
+## [1.58.2] -- 2020-12-08
+
+### Fixed
+ - Fix `root.color` error for `treemap` and `sunburst` traces
+ (regression intr... | 3 |
diff --git a/articles/compliance/definitions.md b/articles/compliance/definitions.md @@ -11,7 +11,7 @@ description: Definitions used for Auth0's documentation on GDPR
| Data Processor | The entity (which is Auth0) that processes data on behalf of a data controller (see GDPR for exact definition) |
| Personal Data | Dat... | 0 |
diff --git a/js/webcomponents/bisweb_filetreepanel.js b/js/webcomponents/bisweb_filetreepanel.js @@ -274,6 +274,11 @@ class FileTreePanel extends HTMLElement {
fileTree = files;
}
+ console.log('file tree', fileTree);
+ //alpabetize tree entries
+ sortEntries(fileTree);
+
+
let listElement = this.panel.getWidget();
lis... | 1 |
diff --git a/lib/datapacksjob.js b/lib/datapacksjob.js @@ -814,6 +814,8 @@ DataPacksJob.prototype.exportJob = async function(jobInfo) {
await this.updateSettings(JSON.parse(JSON.stringify(jobInfo)));
}
+ VlocityUtils.milestone('Retrieving Vlocity');
+
await this.buildManifestFromQueries(jobInfo);
if (jobInfo.deltaCheck... | 7 |
diff --git a/books/views.py b/books/views.py @@ -17,6 +17,7 @@ from rest_framework.views import APIView
from books.google import BookFinder
from books.serializers import *
from .forms import IsbnForm
+from .models import Book as BookModel
class IsbnFormView(View):
@@ -33,8 +34,13 @@ class IsbnFormView(View):
form = Isb... | 0 |
diff --git a/generators/client/templates/vue/package.json.ejs b/generators/client/templates/vue/package.json.ejs "sockjs-client": "1.1.4",
"webstomp-client": "1.2.0",
<%_ } _%>
- "vue": "2.5.17",
+ "vue": "2.5.21",
"vue-class-component": "6.3.2",
"vue-cookie": "1.1.4",
- "vue-i18n": "8.5.0",
+ "vue-i18n": "8.6.0",
"vue... | 3 |
diff --git a/examples/collection-only/collection.json b/examples/collection-only/collection.json "stac_extensions": [
"https://stac-extensions.github.io/eo/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
- "https://stac-extensions.github.io/scientific/v1.0.0/schema.json",
"https:... | 2 |
diff --git a/js/queries/sparseData.xq b/js/queries/sparseData.xq ; sparseData
-(fn [dataset samples gene]
+(fn [dataset samples genes]
(let [getfield (fn [field]
(:id (car (query {:select [:field.id]
:from [:dataset]
:where [:and [:in :value samples][:= :field_id sampleID]]}))
:rows (xena-query {:select ["ref" "alt" "a... | 11 |
diff --git a/src/ArrowDirectionMixin.js b/src/ArrowDirectionMixin.js @@ -34,8 +34,6 @@ function ArrowDirectionMixin(Base) {
}
this[symbols.raiseChangeEvents] = false;
});
- assumeButtonFocus(this, this.$.arrowButtonLeft);
- assumeButtonFocus(this, this.$.arrowButtonRight);
}
get defaultState() {
@@ -176,19 +174,4 @@ fu... | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.