code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/src/components/appSwitch/AppSwitch.js b/src/components/appSwitch/AppSwitch.js @@ -164,7 +164,7 @@ const AppSwitch = (props: LoadingProps) => {
if (unsuccessfulLaunchAttempts > 3) {
showErrorDialog('Wallet could not be loaded. Please refresh.', '', { onDismiss: () => (window.location = '/') })
} else {
- aw... | 0 |
diff --git a/layouts/partials/fragments/member.html b/layouts/partials/fragments/member.html {{- printf " text-muted text-%s" "secondary" -}}
{{- end -}}
">
- <div class="mb-3
- {{- if or (eq $bg "white") (eq $bg "light") (eq $bg "secondary") (eq $bg "primary") -}}
- {{- printf " text-%s" "dark" -}}
- {{- else -}}
- {{... | 2 |
diff --git a/electron/cli/index.js b/electron/cli/index.js const cli = require('commander');
+const { productName } = require('../config.json');
const { version } = require('../../package.json');
+/**
+ * Process.argv arguments length is different in electron mode and in packaged
+ * mode. This small line is to harmoni... | 1 |
diff --git a/dist/index.html b/dist/index.html @@ -311,7 +311,7 @@ setTimeout(() => {
</body></code></pre>
<h2>Create and update components</h2>
- <pre><code class="language-javascript">import { el, mount } from 'redom';
+ <pre><code class="language-javascript">import { el, text, mount } from 'redom';
// define c... | 0 |
diff --git a/server/server.js b/server/server.js @@ -6,6 +6,7 @@ const config = require('./config/config');
const fs = require('fs');
const http = require('http');
const spdy = require('spdy');
+const { constants } = require('crypto');
const express = require('express');
const bodyParser = require('body-parser');
const... | 11 |
diff --git a/src/Data.js b/src/Data.js @@ -196,6 +196,8 @@ CM.ConfigData.DragonAuraInfo = {type: 'bool', group: 'Tooltip', label: ['Extra D
// Statistics
CM.ConfigData.Stats = {type: 'bool', group: 'Statistics', label: ['Statistics OFF', 'Statistics ON'], desc: 'Extra Cookie Monster statistics!', toggle: true};
CM.Conf... | 10 |
diff --git a/test/jasmine/tests/gl_plot_interact_test.js b/test/jasmine/tests/gl_plot_interact_test.js @@ -595,6 +595,23 @@ describe('Test gl plot interactions', function() {
});
describe('drag and wheel interactions', function() {
+
+ function scroll(target) {
+ return new Promise(function(resolve) {
+ target.dispatch... | 7 |
diff --git a/framer/TextLayer.coffee b/framer/TextLayer.coffee @@ -9,13 +9,14 @@ class exports.TextLayer extends Layer
_.defaults options,
backgroundColor: "transparent"
- width: 300
- height: 50
html: "Add text"
color: "#888"
super options
+ # Set default width
+ @width = if @parent? then @parent.width else Screen.wid... | 12 |
diff --git a/server/interpreter/cval.go b/server/interpreter/cval.go package interpreter
import (
+ "fmt"
+
"CodeCity/server/interpreter/object"
)
@@ -81,3 +83,23 @@ func (cv cval) abrupt() bool {
func pval(v object.Value) *cval {
return &cval{PLAIN, v, ""}
}
+
+// GoString prints a cval in a readable format
+func (cv ... | 7 |
diff --git a/src/server/routes/authclient.js b/src/server/routes/authclient.js @@ -27,7 +27,7 @@ router.get("/", async (req, res)=>{
avatar: (user.avatarHash)?user.avatarHash:(user.discriminator % 5)
}).save((err, userr)=>{
if(err) return console.log(err);
- fetch(`${process.env.DOMAIN}/api/client/log${userr.id}`,{
+ f... | 1 |
diff --git a/src/article/JATS4R.rng b/src/article/JATS4R.rng <zeroOrMore>
<ref name="pub-id"/>
</zeroOrMore>
- <optional><ref name="publisher-loc"/></optional>
- <optional><ref name="publisher-name"/></optional>
+ <zeroOrMore>
+ <ref name="publisher-loc"/>
+ </zeroOrMore>
+ <zeroOrMore>
+ <ref name="publisher-name"/>
+... | 11 |
diff --git a/samples/csharp_webapi/11.QnAMaker/README.md b/samples/csharp_webapi/11.QnAMaker/README.md @@ -16,8 +16,8 @@ git clone https://github.com/Microsoft/botbuilder-samples.git
## Prerequisites
- Follow instructions [here](https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/set-up-qnamaker-s... | 1 |
diff --git a/src/components/send-money/SendMoney.js b/src/components/send-money/SendMoney.js @@ -5,7 +5,7 @@ import { withRouter } from 'react-router-dom'
import { wallet } from '../../utils/wallet'
-import { refreshAccount, checkAccountAvailable, clear, setFormLoader, sendMoney, getAccessKeys } from '../../actions/acc... | 4 |
diff --git a/token-metadata/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/metadata.json b/token-metadata/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/metadata.json "symbol": "CCH",
"address": "0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe",
"decimals": 6,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/articles/libraries/auth0-swift/index.md b/articles/libraries/auth0-swift/index.md @@ -198,6 +198,7 @@ Take a look at the following resources to see how the Auth0.Swift SDK can be cus
::: next-steps
* [Auth0.Swift Database Authentication](/libraries/auth0-swift/database-authentication)
* [Auth0.Swift Passwo... | 1 |
diff --git a/src/dashboard-sidebar-view.js b/src/dashboard-sidebar-view.js @@ -9,7 +9,6 @@ var ListContentView = require('./widgets/list/content-view');
var WidgetViewFactory = require('./widgets/widget-view-factory');
var template = require('./dashboard-sidebar.tpl');
var matchMedia = window.matchMedia;
-var MutationO... | 2 |
diff --git a/src/components/chatInput/index.js b/src/components/chatInput/index.js @@ -306,7 +306,7 @@ const ChatInput = (props: Props) => {
if (aUsernameIndex === 0) return -1;
if (aNameIndex === 0) return -1;
if (aUsernameIndex === 0) return -1;
- return 1;
+ return aNameIndex - bNameIndex || aUsernameIndex - bUserna... | 1 |
diff --git a/js/kucoin.js b/js/kucoin.js @@ -28,7 +28,7 @@ module.exports = class kucoin extends Exchange {
'has': {
'CORS': undefined,
'spot': true,
- 'margin': undefined,
+ 'margin': true,
'swap': false,
'future': false,
'option': undefined,
@@ -78,6 +78,7 @@ module.exports = class kucoin extends Exchange {
'fetchTra... | 12 |
diff --git a/grails-app/domain/streama/Video.groovy b/grails-app/domain/streama/Video.groovy @@ -128,14 +128,19 @@ class Video implements SimpleInstance{
if(!this.genre){
return
}
- Movie tmp_movie=Movie.find{
- ((id!=this.id) && (genre.id in this.genre.id ) && deleted==this.deleted && id != this.id && id > this.id)}
-... | 7 |
diff --git a/library.json b/library.json "machineName": "H5P.DragNBar",
"majorVersion": 1,
"minorVersion": 4
- },
- {
- "machineName": "H5P.FontIcons",
- "majorVersion": 1,
- "minorVersion": 0
}
],
"editorDependencies": [
| 2 |
diff --git a/edit.js b/edit.js @@ -1355,7 +1355,7 @@ worldRevertButton.addEventListener('click', async e => {
const worlds = document.getElementById('worlds');
const _makeWorldHtml = w => `
<div class="world ${currentWorldId === w.id ? 'open' : ''}" worldId="${w.id}">
- <img src=assets/question.png>
+ <img src=${w.prev... | 0 |
diff --git a/docs/image.md b/docs/image.md @@ -232,50 +232,13 @@ dependencies {
| ----- | -------- |
| style | No |
-- [Layout Props...](layout-props.md#props)
+- [Image Style Props...](image-style-props#props)
-- [Shadow Props...](shadow-props.md#props)
+- [Layout Props...](layout-props#props)
-- [Transforms...](trans... | 14 |
diff --git a/src/client/App/App.js b/src/client/App/App.js @@ -13,13 +13,15 @@ const basename = '/opensource'
const App = () => (
<BrowserRouter basename={basename}>
- <div className="container">
+ <div id="app">
<NavBar/>
+ <div className="container">
<Route exact path="/" render={() => <Redirect to="/repositories" />... | 7 |
diff --git a/packages/component-library/src/LandingPage/LandingPage.js b/packages/component-library/src/LandingPage/LandingPage.js @@ -24,6 +24,15 @@ const card = css`
margin: 6px 0px;
transition: all .3s ease-in-out;
+ :not(:last-child):before {
+ content: '';
+ height: 40px;
+ border-right: 1px solid #ec485b;
+ top: ... | 3 |
diff --git a/articles/libraries/auth0js/v9/index.md b/articles/libraries/auth0js/v9/index.md @@ -100,7 +100,7 @@ The `authorize()` method can be used for logging in users via the [Hosted Login
| `clientID` | optional | (String) Your Auth0 client ID. |
| `redirectUri` | optional | (String) The URL to which Auth0 will re... | 3 |
diff --git a/Procfile b/Procfile -web: yarn build && python manage.py migrate && python manage.py collectstatic --noinput && gunicorn kamu.wsgi --log-file -
+web: yarn install && yarn build && python manage.py migrate && python manage.py collectstatic --noinput && gunicorn kamu.wsgi --log-file -
| 3 |
diff --git a/src/angular/src/app/spark-docs/footer-docs/footer-docs.component.spec.ts b/src/angular/src/app/spark-docs/footer-docs/footer-docs.component.spec.ts import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { SparkCoreAngularModule } from '../../spark-core-angular/spark-core-angular.m... | 3 |
diff --git a/src/lib/gundb/UserStorage.js b/src/lib/gundb/UserStorage.js @@ -257,7 +257,6 @@ class UserStorage {
.once(this.updateFeedIndex)
.then()
this.feed.get('index').on(this.updateFeedIndex, false)
- this.feed.load(feed => logger.info({ feed }), { wait: 99 })
}
/**
@@ -446,7 +445,6 @@ class UserStorage {
* @retur... | 2 |
diff --git a/src/client/js/components/PageComment/Comment.jsx b/src/client/js/components/PageComment/Comment.jsx @@ -37,14 +37,16 @@ class Comment extends React.Component {
showReEditorIds: new Set(),
};
+ this.growiRenderer = this.props.appContainer.getRenderer('comment');
+
this.isCurrentUserIsAuthor = this.isCurrent... | 12 |
diff --git a/app.js b/app.js @@ -22,7 +22,7 @@ import dropManager from './drop-manager.js';
import npcManager from './npc-manager.js';
import {bindInterface as inventoryBindInterface} from './inventory.js';
import fx from './fx.js';
-import {parseCoord} from './util.js';
+import {parseCoord, getExt} from './util.js';
/... | 0 |
diff --git a/src/pages/workspace/WorkspacePeoplePage.js b/src/pages/workspace/WorkspacePeoplePage.js @@ -284,7 +284,7 @@ class WorkspacePeoplePage extends React.Component {
.filter()
.value();
return (
- <ScreenWrapper>
+ <ScreenWrapper style={[styles.defaultModalContainer]}>
<HeaderWithCloseButton
title={this.props.tr... | 4 |
diff --git a/package.json b/package.json {
"name": "uiv",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Bootstrap components implemented by Vue",
"author": "wxsm",
- "main": "src/index.js",
+ "main": "src/components/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wxsms/uiv.git"
| 3 |
diff --git a/ethereum.js b/ethereum.js @@ -511,6 +511,9 @@ const discordOauthUrl = `https://discord.com/api/oauth2/authorize?client_id=6841
ethSection.classList.remove('hidden');
connectMetamaskButton.classList.add('hidden');
+ {
+ ethAddressEl.innerText = address;
+ }
{
const ftBalance = await contracts['main'].FT.met... | 0 |
diff --git a/packages/node_modules/@node-red/nodes/core/common/20-inject.js b/packages/node_modules/@node-red/nodes/core/common/20-inject.js @@ -144,10 +144,8 @@ module.exports = function(RED) {
}
if (this.interval_id != null) {
clearInterval(this.interval_id);
- this.debug(RED._("inject.stopped"));
} else if (this.cro... | 2 |
diff --git a/app/models/mission/MissionTable.scala b/app/models/mission/MissionTable.scala @@ -93,10 +93,9 @@ object MissionTable {
val labelTypes = TableQuery[LabelTypeTable]
val regionProperties = TableQuery[RegionPropertyTable]
- // Distances for first few missions: 500ft, 500ft, 1000ft, 1000ft, then 1/4 mile for al... | 3 |
diff --git a/libjs/durable.js b/libjs/durable.js @@ -459,10 +459,7 @@ exports = module.exports = durableEngine = function () {
var currentRule = null;
var cmap;
block.body.forEach(function (statement, index) {
- if (statement.type !== 'LabeledStatement') {
- throw 'syntax error: statement type ' + statement.type + ' un... | 11 |
diff --git a/tests/phpunit/integration/Core/Util/WP_Query_FactoryTest.php b/tests/phpunit/integration/Core/Util/WP_Query_FactoryTest.php @@ -37,6 +37,32 @@ class WP_Query_FactoryTest extends TestCase {
$wp_rewrite->set_permalink_structure( '/%postname%/' );
+ // Manually add rewrite rules for post types and taxonomies ... | 7 |
diff --git a/workflow/forms.py b/workflow/forms.py @@ -1567,7 +1567,7 @@ class StakeholderForm(forms.ModelForm):
'sectors',
PrependedText('stakeholder_register', ''),
'formal_relationship_document',
- 'vetting_document', 'notes',
+ 'vetting_document', 'notes', 'organization',
),
),
@@ -1599,6 +1599,7 @@ class Stakehold... | 0 |
diff --git a/app/models/place.rb b/app/models/place.rb @@ -743,6 +743,7 @@ class Place < ActiveRecord::Base
:nelat => shape.geometry.envelope.upper_corner.y,
:nelng => shape.geometry.envelope.upper_corner.x
))
+ place.build_place_geometry( geom: shape.geometry )
unless skip_woeid
puts "[INFO] \t\tTrying to find a uniqu... | 1 |
diff --git a/packages/insomnia-smoke-test/README.md b/packages/insomnia-smoke-test/README.md # Insomnia Smoke Tests
-This project contains the smoke testing suite for Insomnia Core, Insomnia Designer and Inso.
+This project contains the smoke testing suite for Insomnia and Inso.
Tests for the Electron app are written u... | 3 |
diff --git a/sirepo/package_data/static/js/sirepo.js b/sirepo/package_data/static/js/sirepo.js @@ -1006,16 +1006,24 @@ SIREPO.app.factory('panelState', function(appState, requestSender, simulationQue
self.showEnum = function(model, field, value, isShown) {
var eType = SIREPO.APP_SCHEMA.enum[appState.modelInfo(model)[fi... | 14 |
diff --git a/gulpfile.js b/gulpfile.js @@ -107,6 +107,17 @@ function bundle (done) {
compiler.run(function (err, stats) {
if (err) {
gutil.log(err)
+ done(err)
+ }
+ const info = stats.toJson()
+
+ if (stats.hasWarnings()) {
+ gutil.log('Webpack warnings:\n' + info.warnings.join('\n'))
+ }
+
+ if (stats.hasErrors()) {
... | 7 |
diff --git a/src/tokens/index.js b/src/tokens/index.js @@ -4,7 +4,7 @@ import fonts from './fonts'
import misc from './misc'
/* TODO: Find better place to add resets globally */
-import reset from '../components/_helpers/reset'
+import reset from 'auth0-cosmos/_helpers/reset'
reset()
export { colors, spacing, fonts, mi... | 14 |
diff --git a/pages/docs/reference/whatsnew11.md b/pages/docs/reference/whatsnew11.md @@ -527,17 +527,15 @@ you can use the `@JsNonModule` annotation.
For example, here's how you can import JQuery into a Kotlin module:
``` kotlin
-@JsNonModule
-@JsName("$")
-external abstract class JQuery {
- fun toggle(duration: Int = ... | 7 |
diff --git a/src/components/home/Bubbles.js b/src/components/home/Bubbles.js @@ -43,9 +43,13 @@ const Root = Box.withComponent('header').extend`
a {
transition: transform 0.125s ease-out;
transform: scale(1);
- &:hover {
+ &:hover,
+ &:focus {
transform: scale(1.06);
}
+ @media (prefers-reduced-motion: reduce) {
+ tran... | 7 |
diff --git a/app/templates/client/vue2/dev/index.html b/app/templates/client/vue2/dev/index.html <script src="./vue-router/dist/vue-router.min.js?rev=@@hash"></script>
<script src="./vue-resource/dist/vue-resource.min.js?rev=@@hash"></script>
- <script src="./todo/services/todo-service.js"></script>
- <script src="./to... | 0 |
diff --git a/config/webpack.config.js b/config/webpack.config.js @@ -112,7 +112,7 @@ const mapJsChunkConfig = {
output: 'debug', // 'production' | 'omt'
conf: `${__dirname}/map_${environment}.json`,
outPath : __dirname + '/../public',
- i18n : true,
+ i18n : '{locale}', /* add wildcard for runtime replace */
pixelRatio... | 12 |
diff --git a/resources/js/eq.js b/resources/js/eq.js @@ -105,7 +105,7 @@ var audioWorklet = `class RecorderWorkletProcessor extends AudioWorkletProcesso
}
registerProcessor('recorder-worklet', RecorderWorkletProcessor);`;
-var GCrecorderNode;
+var GCstream;
var searchInt;
var AMEx = {
context: new AudioContext(),
@@ -3... | 13 |
diff --git a/sparta_main_awsbinary.go b/sparta_main_awsbinary.go @@ -82,11 +82,19 @@ func MainEx(serviceName string,
OptionsGlobal.Logger = logger
return nil
}
- CommandLineOptions.Root.RunE = func(cmd *cobra.Command, args []string) error {
+ CommandLineOptions.Root.RunE = func(cmd *cobra.Command, args []string) (err e... | 0 |
diff --git a/src/static.js b/src/static.js import fs from 'fs';
import { join } from 'path';
-import util from 'util';
-const readFile = util.promisify(fs.readFile);
import { getMime } from './helpers/mime';
+const prepareStaticFilesAndFolders = (path) =>
+ fs
+ .readdirSync(path)
+ .map((file) => {
+ const resolved = ... | 7 |
diff --git a/docs-src/src/content/pages/api/casl-ability-extra/en.md b/docs-src/src/content/pages/api/casl-ability-extra/en.md @@ -21,7 +21,7 @@ This is a helper iterator function that allows to aggregate conditions from perm
## rulesToAST
-This function converts rules into [ucast](github.com/stalniy/ucast) AST.
+This ... | 1 |
diff --git a/server/game/strongholdcard.js b/server/game/strongholdcard.js @@ -10,6 +10,8 @@ class StrongholdCard extends BaseCard {
this.fateModifier = 0;
this.honorModifier = 0;
this.influenceModifier = 0;
+
+ this.isStronghold = true;
}
getFate() {
@@ -32,6 +34,16 @@ class StrongholdCard extends BaseCard {
this.face... | 3 |
diff --git a/lib/Backend/IR.cpp b/lib/Backend/IR.cpp @@ -2697,8 +2697,8 @@ Instr::GetNextBranchOrLabel() const
IR::Instr *
Instr::GetNextByteCodeInstr() const
{
- IR::Instr * nextInstr = GetNextRealInstrOrLabel();
uint32 currentOffset = GetByteCodeOffset();
+ IR::Instr * nextInstr = GetNextRealInstrOrLabel();
const aut... | 9 |
diff --git a/Specs/Scene/SceneSpec.js b/Specs/Scene/SceneSpec.js @@ -1324,10 +1324,10 @@ describe(
s.initializeFrame();
s.render();
- expect(spyListener.calls.count()).toBe(1);
+ expect(spyListener.calls.count()).toBe(2);
var args = spyListener.calls.allArgs();
- expect(args.length).toEqual(1);
+ expect(args.length).to... | 3 |
diff --git a/edit.js b/edit.js /* eslint no-unused-vars: 0 */
import * as THREE from 'https://static.xrpackage.org/xrpackage/three.module.js';
import {BufferGeometryUtils} from 'https://static.xrpackage.org/BufferGeometryUtils.js';
+import {GLTFLoader} from './GLTFLoader.js';
import {TransformControls} from './Transfor... | 0 |
diff --git a/src/context/endpointTestCaseActions.js b/src/context/endpointTestCaseActions.js @@ -19,9 +19,9 @@ export const updateEndpointStatementsOrder = draggableStatements => ({
draggableStatements,
});
-export const updateEndpointTestStatement = TestStatement => ({
+export const updateEndpointTestStatement = endpo... | 3 |
diff --git a/react/features/base/storage/PersistenceRegistry.js b/react/features/base/storage/PersistenceRegistry.js @@ -10,10 +10,18 @@ const logger = Logger.getLogger(__filename);
*/
const PERSISTED_STATE_NAME = 'jitsi-state';
+/**
+ * Mixed type of the element (subtree) config. If it's a boolean,
+ * (and is true) w... | 6 |
diff --git a/src/lib/search.js b/src/lib/search.js var isNumeric = require('fast-isnumeric');
var loggers = require('./loggers');
var identity = require('./identity');
+var BADNUM = require('../constants/numerical').BADNUM;
// don't trust floating point equality - fraction of bin size to call
// "on the line" and ensur... | 7 |
diff --git a/src/style_manager/view/SectorsView.js b/src/style_manager/view/SectorsView.js @@ -19,7 +19,7 @@ module.exports = Backbone.View.extend({
this.propTarget = target;
const coll = this.collection;
const events =
- 'change:selectedComponent component:update:classes change:device';
+ 'change:selectedComponent com... | 1 |
diff --git a/src/redux/reducers/ui/index.js b/src/redux/reducers/ui/index.js @@ -405,6 +405,7 @@ function reducer(state = getInitialState(), action = {}) {
return {
...state,
+ layoutIsDirty: true,
unsavedLayout: {
...layoutDef,
layout: [
@@ -431,6 +432,7 @@ function reducer(state = getInitialState(), action = {}) {
re... | 1 |
diff --git a/components/ActionBar/index.js b/components/ActionBar/index.js @@ -35,7 +35,6 @@ import ShareButtons from './ShareButtons'
const ActionBar = ({
mode,
document,
- userData,
t,
inNativeApp,
share,
@@ -204,11 +203,11 @@ const ActionBar = ({
{
title: t('article/actionbar/userprogress'),
element:
- userData && u... | 13 |
diff --git a/src/logging/BaseLogger.ts b/src/logging/BaseLogger.ts @@ -15,16 +15,11 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
-import {LogItem} from "./LogItem.js";
+import {LogItem, LabelOrValues, FilterCreator} from "./LogItem";
import {LogLevel, LogFilte... | 5 |
diff --git a/src/pages/settings/Profile/LoginField.js b/src/pages/settings/Profile/LoginField.js @@ -13,6 +13,7 @@ import * as User from '../../../libs/actions/User';
import withLocalize, {withLocalizePropTypes} from '../../../components/withLocalize';
import Button from '../../../components/Button';
import MenuItem fr... | 7 |
diff --git a/components/mapbox/hooks/popup.js b/components/mapbox/hooks/popup.js @@ -2,7 +2,10 @@ import {useState, useEffect} from 'react'
import mapboxgl from 'mapbox-gl'
function usePopup(marker) {
- const [popup, setPopup] = useState(new mapboxgl.Popup())
+ const [popup, setPopup] = useState(new mapboxgl.Popup({
+ ... | 2 |
diff --git a/app/templates/components/forms/admin/content/pages-form.hbs b/app/templates/components/forms/admin/content/pages-form.hbs </div>
<div class="field">
<label>{{t 'Language'}}</label>
- {{#ui-dropdown class='selection' selected=data.language onChange=(action (mut data.language))}}
+ {{#ui-dropdown class='sear... | 11 |
diff --git a/generators/client/templates/angular/src/test/javascript/spec/app/admin/audits/_audits.component.spec.ts b/generators/client/templates/angular/src/test/javascript/spec/app/admin/audits/_audits.component.spec.ts @@ -67,7 +67,7 @@ describe('Component Tests', () => {
});
describe('previousMonth function ', () ... | 1 |
diff --git a/angular/projects/spark-angular/src/lib/components/sprk-pagination/sprk-pagination.module.ts b/angular/projects/spark-angular/src/lib/components/sprk-pagination/sprk-pagination.module.ts import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
-import { RouterModule } from '... | 3 |
diff --git a/test/app.spec.js b/test/app.spec.js @@ -1186,7 +1186,7 @@ describe('JHipster generator', () => {
it('creates expected files with correct application name', () => {
assert.file([`${CLIENT_MAIN_SRC_DIR}app/home/home.route.ts`]);
- assert.fileContent(`${CLIENT_MAIN_SRC_DIR}app/app.module.ts`, /MyapplicationAp... | 1 |
diff --git a/src/lib/API/api.js b/src/lib/API/api.js @@ -119,7 +119,6 @@ class API {
form.append('session_id', capture.sessionId)
form.append('facemap', capture.facemap, { contentType: 'application/zip' })
form.append('audit_trail_image', capture.auditTrailImage, { contentType: 'image/jpeg' })
- debugger
let res = this... | 2 |
diff --git a/docs/_config.yml b/docs/_config.yml +title: Expensify Help
+tagline: Expensify Help - all your Expensify questions answered in one place.
+description: Got a question about receipts, expenses, corporate cards, or anything else in the spend management universe? Get answers at help.expensify.com.
+url: help.... | 5 |
diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml @@ -23,7 +23,6 @@ jobs:
target: 'preview.zooniverse.org/panoptes-front-end/master'
secrets:
creds: ${{ secrets.AZURE_STATIC_SITES }}
- slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
slack_notification:
name: Send Slack notific... | 1 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -704,6 +704,12 @@ metaversefile.setApi({
const r = _makeRegexp(componentType);
return apps.filter(app => app.components.some(component => r.test(component.type)));
},
+ getAppByPhysicsId(physicsId) {
+ return world.appManager.getObjectFromPhysicsId(physicsId);... | 0 |
diff --git a/src/components/general/character-select/CharacterSelect.jsx b/src/components/general/character-select/CharacterSelect.jsx @@ -26,7 +26,7 @@ const characters = {
upstreet: [
{
name: 'Scillia',
- previewUrl: './images/characters/upstreet/scillia.png',
+ previewUrl: './images/characters/upstreet/small/scillia... | 4 |
diff --git a/src/utils/index.js b/src/utils/index.js @@ -7,7 +7,7 @@ import KeyCodes from './key-codes'
import lowerFirst from './lowerFirst'
import identity from './identity'
import looseEqual from './loose-equal'
-import mergeData from 'vue-functional-data-merge/dist/lib.common.js'
+import { mergeData } from 'vue-fun... | 3 |
diff --git a/reader/readerView.css b/reader/readerView.css @@ -44,8 +44,8 @@ iframe.reader-frame {
display: none;
}
h1.article-title {
- padding: 0 1em 0.5em 1em;
- margin-top: 0.5em;
+ padding: 0 2rem 1rem 2rem;
+ margin-top: 1rem;
margin: 0;
font-size: 2em;
font-weight: 500;
@@ -62,7 +62,7 @@ h2.article-authors {
@me... | 7 |
diff --git a/docs/src/pages/guides/typescript/typescript.md b/docs/src/pages/guides/typescript/typescript.md @@ -109,7 +109,7 @@ type Props = {
someProp: string;
};
-type PropsWithStyles = Props & WithStyles<"one" | "two">;
+type PropsWithStyles = Props & WithStyles<keyof ReturnType<typeof styles>>;
const Component: Re... | 0 |
diff --git a/demos/client_ids.js b/demos/client_ids.js @@ -48,10 +48,7 @@ var TWITTER_CLIENT_ID = {
var SOUNDCLOUD_CLIENT_ID = {
'local.knarly.com' : '8a4a19f86cdab097fa71a15ab26a01d6',
'adodson.com' : location_https ? 'eacfb4d662e046c19e53c9e44bf7f7b7' : '47a386647dadf913e559c12ef6db4292'
-}[window.location.hostname];... | 13 |
diff --git a/docs/docs.md b/docs/docs.md @@ -156,7 +156,9 @@ module.exports = {
// but still build the web.cordova architecture. (recommended)
serverOnly: true,
- debug: true,
+ // Set to true to disable minification and bundling,
+ // and include debugOnly packages
+ debug: false,
// defaults to a a folder in your tmp... | 12 |
diff --git a/examples/test/shadows/index.html b/examples/test/shadows/index.html <!-- Animating point light. -->
<a-entity>
<a-entity geometry="primitive: sphere; radius: 0.25"
- material="color: #FAFAFA; shader: flat"
- light="castShadow: true; color: #FAFAFA; intensity: 1; shadowBias: 0.01
+ material="color: #EF2D5E;... | 4 |
diff --git a/packages/vulcan-lib/lib/server/mutators.js b/packages/vulcan-lib/lib/server/mutators.js @@ -187,6 +187,7 @@ export const editMutation = async ({ collection, documentId, set = {}, unset = {
delete modifier.$unset;
}
+ if (!_.isEmpty(modifier)) {
// update document
await Connectors.update(collection, documen... | 9 |
diff --git a/lib/MqttClient.js b/lib/MqttClient.js @@ -120,7 +120,9 @@ const MqttClient = function (options) {
this.events.on("valetudo.map", () => {
+ if(this.provideMapData) {
this.updateMapDataTopic(this.map);
+ }
});
this.events.on("miio.status", (statusData) => {
| 9 |
diff --git a/token-metadata/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/metadata.json b/token-metadata/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/metadata.json "symbol": "CETH",
"address": "0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5",
"decimals": 8,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/index.js b/index.js @@ -20,9 +20,7 @@ export default () => {
const physicsIds = [];
- const w = 8;
- const h = 4;
- const d = 8;
+ const [w, h, d] = app.getComponent('size') ?? [8, 4, 8];
const barrierGeometry = new THREE.BoxGeometry(w, h, d)
.applyMatrix4(new THREE.Matrix4().makeTranslation(0, h/2, 0));
f... | 0 |
diff --git a/assets/js/googlesitekit/datastore/user/feature-tours.js b/assets/js/googlesitekit/datastore/user/feature-tours.js @@ -83,8 +83,6 @@ const baseInitialState = {
dismissedTourSlugs: undefined,
// Array of tour objects.
tours: featureTours,
- // Map of [viewContext]: ordered array of tour objects.
- viewTours:... | 2 |
diff --git a/DeletedUsersHelper.user.js b/DeletedUsersHelper.user.js // @description Additional capability and improvements to display/handle deleted users
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 1.22.3
+// @version 1.22.4
//
// @include https://*stackoverflow.com/*
/... | 2 |
diff --git a/lib/xiaomi.js b/lib/xiaomi.js @@ -212,7 +212,8 @@ const numericAttributes2Payload = (msg, meta, model, options, dataObject) => {
} else if (['MCCGQ11LM'].includes(model.model)) {
payload.contact = value === 0;
} else if (['SJCGQ11LM'].includes(model.model)) {
- payload.water_leak = value === 1;
+ // Ignore... | 8 |
diff --git a/lib/serialization/FileMiddleware.js b/lib/serialization/FileMiddleware.js @@ -40,6 +40,7 @@ Section -> Buffer
// "wpc" + 1 in little-endian
const VERSION = 0x01637077;
+const _1GiB = 1 * 1024 * 1024 * 1024;
/**
* @param {Buffer[]} buffers buffers
@@ -87,7 +88,7 @@ const readUInt64LE = Buffer.prototype.read... | 1 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -163,6 +163,8 @@ Try to keep the list length to a minimum (up to 5 links).
:::
```
+
+
### HTTP Request Snippets
You can add a [HAR request format](htt... | 0 |
diff --git a/src/encoded/tests/data/inserts/user.json b/src/encoded/tests/data/inserts/user.json "/labs/j-michael-cherry/"
],
"uuid": "4136f132-304e-4ddd-b87a-db04605f47b7"
+ },
+ {
+ "email": "zoldello@stanford.edu",
+ "first_name": "Philip",
+ "groups": [
+ "admin"
+ ],
+ "job_title": "Software Engineer",
+ "lab": "/... | 0 |
diff --git a/src/og/LonLat.js b/src/og/LonLat.js @@ -21,6 +21,11 @@ const INV_PI_BY_180_HALF_PI = INV_PI_BY_180 * HALF_PI;
*/
export class LonLat {
+ /**
+ * @param {number} [lon]
+ * @param {number} [lat]
+ * @param {number} [height]
+ */
constructor(lon, lat, height) {
/**
| 0 |
diff --git a/__performance_tests__/todo.js b/__performance_tests__/todo.js @@ -3,6 +3,12 @@ import immerProxy, {setAutoFreeze as setAutoFreezeProxy} from ".."
import immerEs5, {setAutoFreeze as setAutoFreezeEs5} from "../es5"
import cloneDeep from "lodash.clonedeep"
import {List, Record} from "immutable"
+import deepFr... | 0 |
diff --git a/articles/connections/passwordless/android-sms.md b/articles/connections/passwordless/android-sms.md @@ -12,92 +12,4 @@ title: Using Passwordless Authentication on Android with SMS
## Implementation
-### Using Auth0 Lock
-
-<%= include('./_introduction-lock', { repository: 'Lock.Android', platform: 'Android... | 2 |
diff --git a/package.json b/package.json "dev:hyperion": "cross-env NODE_PATH=./ cross-env NODE_ENV=development cross-env DEBUG=build*,hyperion*,shared:middlewares*,-hyperion:resolvers cross-env DIR=hyperion backpack",
"dev:pluto": "cross-env NODE_PATH=./ cross-env NODE_ENV=development cross-env DEBUG=build*,pluto*,sha... | 10 |
diff --git a/Specs/Scene/SceneSpec.js b/Specs/Scene/SceneSpec.js @@ -44,6 +44,7 @@ import { Sun } from "../../Source/Cesium.js";
import { GroundPrimitive } from "../../Source/Cesium.js";
import { PerInstanceColorAppearance } from "../../Source/Cesium.js";
import { ColorGeometryInstanceAttribute } from "../../Source/Ces... | 3 |
diff --git a/templates/admin/user_invitations.html b/templates/admin/user_invitations.html {% extends "base.html" %} {% block content %}
{% include 'admin/user_invite_modal.html' %}
-<div class="admin-container">
- <div class="row">
- <div class="col-md-3">
- {% include 'admin/sections/side-nav.html' %}
- </div>
- <div... | 0 |
diff --git a/src/plot_api/plot_api.js b/src/plot_api/plot_api.js @@ -2788,7 +2788,7 @@ function makePlotFramework(gd) {
.classed('plotly', true);
// Make the svg container
- fullLayout._paperdiv = fullLayout._container.selectAll('.svg-container').data([{}]);
+ fullLayout._paperdiv = fullLayout._container.selectAll('.sv... | 2 |
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -10,6 +10,61 @@ 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.48.0] -- 2019-05-28
+
+### Added
+- Add `funnel` traces [#3817, #3911]
+- Add `funnelarea` traces [#3876, #3912]
+- Add support for s... | 3 |
diff --git a/assets/js/modules/analytics/components/dashboard/AnalyticsAdSenseDashboardWidgetTopPagesTable.js b/assets/js/modules/analytics/components/dashboard/AnalyticsAdSenseDashboardWidgetTopPagesTable.js @@ -35,17 +35,10 @@ import AdSenseLinkCTA from '../common/AdSenseLinkCTA';
import { analyticsAdsenseReportDataD... | 14 |
diff --git a/src/components/api-request.js b/src/components/api-request.js @@ -7,10 +7,10 @@ import FlexStyles from '@/styles/flex-styles';
import InputStyles from '@/styles/input-styles';
import FontStyles from '@/styles/font-styles';
import CommonStyles from '@/styles/common-styles';
-import { schemaToModel, getTypeI... | 9 |
diff --git a/src/js/core/Utils.js b/src/js/core/Utils.js @@ -1032,32 +1032,26 @@ var Utils = {
[new Uint8Array(file.bytes)],
{type: "octet/stream"}
);
- var blobUrl = window.URL.createObjectURL(blob);
-
- var downloadAnchorElem = $("<a></a>")
- .html("\u21B4")
- .attr("href", blobUrl)
- .attr("title", "Download '" + fi... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.