code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/lib/output.js b/lib/output.js @@ -487,6 +487,17 @@ function raw () {
return this._updateFormatOut('raw');
}
+const formats = new Map([
+ ['heic', 'heif'],
+ ['heif', 'heif'],
+ ['jpeg', 'jpeg'],
+ ['jpg', 'jpeg'],
+ ['png', 'png'],
+ ['raw', 'raw'],
+ ['tiff', 'tiff'],
+ ['webp', 'webp']
+]);
+
/**
* Force... | 11 |
diff --git a/src/workingtitle-vcockpits-instruments-cj4/html_ui/Pages/VCockpit/Instruments/Airliners/CJ4/FMC/CJ4_FMC_LegsPage.js b/src/workingtitle-vcockpits-instruments-cj4/html_ui/Pages/VCockpit/Instruments/Airliners/CJ4/FMC/CJ4_FMC_LegsPage.js @@ -285,7 +285,7 @@ class CJ4_FMC_LegsPage {
switch (this._fmc.selectMode... | 11 |
diff --git a/src/encoded/static/vis_defs/DNASE_vis_def.json b/src/encoded/static/vis_defs/DNASE_vis_def.json "sortOrder": [ "Biosample", "Targets", "Replicates", "Views" ],
"Views": {
"tag": "view",
- "group_order": [ "Signal", "Peaks", "Hotspots", "AutoScale Signal" ],
+ "group_order": [ "Normalized Signal", "Signal",... | 0 |
diff --git a/.elasticbeanstalk/config.yml b/.elasticbeanstalk/config.yml @@ -5,7 +5,7 @@ branch-defaults:
environment: beiweCluster-staging
global:
application_name: Beiwe Cluster
- default_ec2_keyname: new_beiwe_key_pair
+ default_ec2_keyname: actually_beiwe_key_pair
default_platform: 64bit Amazon Linux 2016.09 v2.3.0... | 13 |
diff --git a/README.md b/README.md @@ -42,8 +42,7 @@ Server side framework is Spring+MyBatis and front-end is based on AngularJS1 and
<img src="https://cloud.githubusercontent.com/assets/6037522/19501689/1439ff8c-95da-11e6-9374-750eb6ad82fe.png" width="450">
</div>
-## Demo(Click for larger gif)
-
+<h2>Demo <font color... | 3 |
diff --git a/tests/phpunit/integration/Core/REST_API/REST_RoutesTest.php b/tests/phpunit/integration/Core/REST_API/REST_RoutesTest.php @@ -47,10 +47,10 @@ class REST_RoutesTest extends TestCase {
'/' . REST_Routes::REST_ROOT . '/core/modules/data/list',
'/' . REST_Routes::REST_ROOT . '/core/modules/data/info',
'/' . RE... | 1 |
diff --git a/index.d.ts b/index.d.ts -declare module "eris" {
- // TODO good hacktoberfest PR: implement ShardManager, RequestHandler and other stuff
import { EventEmitter } from "events";
import { Readable as ReadableStream } from "stream";
- import { Agent as HTTPAgent } from "http";
import { Agent as HTTPSAgent } fr... | 11 |
diff --git a/src/ApiGatewayWebSocket.js b/src/ApiGatewayWebSocket.js @@ -17,7 +17,6 @@ const { stringify } = JSON
module.exports = class ApiGatewayWebSocket {
constructor(service, options, config) {
- this._actions = {}
this._config = config
this._lambdaFunctionPool = new LambdaFunctionPool()
this._options = options
@@... | 10 |
diff --git a/src/app/Library/CrudPanel/CrudFilter.php b/src/app/Library/CrudPanel/CrudFilter.php @@ -280,12 +280,12 @@ class CrudFilter
* For example, the dropdown, select2 and select2 filters let the user select
* pre-determined values to filter with. This is how to set those values that will be picked up.
*
- * @para... | 3 |
diff --git a/includes/Core/Authentication/Verification_File.php b/includes/Core/Authentication/Verification_File.php @@ -13,7 +13,7 @@ namespace Google\Site_Kit\Core\Authentication;
use Google\Site_Kit\Core\Storage\User_Options;
/**
- * Class representing the site verification file for a user.
+ * Class representing th... | 3 |
diff --git a/core/server/api/v2/posts-public.js b/core/server/api/v2/posts-public.js const models = require('../../models');
-const i18n = require('../../../shared/i18n');
+const tpl = require('@tryghost/tpl');
const errors = require('@tryghost/errors');
const allowedIncludes = ['tags', 'authors'];
+const messages = {
... | 14 |
diff --git a/include.xml b/include.xml </section>
+ <section if="lime-modular">
+
<set name="haxe-module-name" value="haxe" unless="haxe-module-name" />
<set name="lime-module-name" value="lime" unless="lime-module-name" />
- <setenv name="HAXE_STD_PATH" value="${HAXE_STD_PATH}" if="modular HAXE_STD_PATH" />
+ <setenv ... | 10 |
diff --git a/js/popup.js b/js/popup.js @@ -196,25 +196,25 @@ window.onload = function() {
}
function toggle_blocking() {
- bg.isExtensionEnabled = check_uncheck(bg.isExtensionEnabled, elements_by_id.toggle_blocking);
+ settings.updateSetting("extensionIsEnabled", check_uncheck(settings.getSetting("extensionIsEnabled"),... | 14 |
diff --git a/packages/app/src/interfaces/named-query.ts b/packages/app/src/interfaces/named-query.ts @@ -2,8 +2,7 @@ import { IUser } from './user';
export enum SearchResolverName {
- ELASTIC_SEARCH = 'ElasticSearch',
- SEARCH_BOX = 'SearchBox',
+ DEFAULT = 'FullTextSearch',
PRIVATE_LEGACY_PAGES = 'PrivateLegacyPages',... | 7 |
diff --git a/appjs/logicjavascript.js b/appjs/logicjavascript.js @@ -17916,13 +17916,10 @@ function multBinDecHexOct() {
print += "<h5>Step3 : Now multiply the decimal values found in STEP1 and STEP2</h5>";
print += x1 + " X " + x2 + " = " + x3;
- if(input1 === '1' || input1 === '0' || input2 ==... | 1 |
diff --git a/SearchbarNavImprovements.user.js b/SearchbarNavImprovements.user.js // @description Searchbar & Nav Improvements. Advanced search helper when search box is focused. Bookmark any search for reuse (stored locally, per-site).
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @... | 11 |
diff --git a/articles/hosted-pages/login/index.md b/articles/hosted-pages/login/index.md @@ -16,8 +16,8 @@ Auth0's Hosted Login Page is the most secure way to easily authenticate users fo
Auth0 shows the Hosted Login Page whenever something (or someone) triggers an authentication request, such as calling the `/authoriz... | 2 |
diff --git a/assets/js/modules/analytics/datastore/accounts.js b/assets/js/modules/analytics/datastore/accounts.js @@ -223,6 +223,13 @@ export const resolvers = {
registry.dispatch( STORE_NAME ).selectProperty( matchedProperty.id, matchedProperty.internalWebPropertyId );
}
} catch ( err ) {
+ // Not the best check here... | 9 |
diff --git a/workshops/terraform/installLatestTerraform.sh b/workshops/terraform/installLatestTerraform.sh @@ -14,12 +14,16 @@ error()
exit 1
}
-# Install zip if not there
-[[ ! -x /usr/bin/zip ]] && sudo apt-get --assume-yes -qq install zip
-[[ ! -x /usr/bin/zip ]] && error "Install package \"zip\" and rerun"
+# Check... | 7 |
diff --git a/components/doc-download.js b/components/doc-download.js @@ -18,7 +18,7 @@ function DocDownload({title, link, label, src, alt, isReverse, version, children
</div>
{version && <div className='version'>Version {version}</div>}
</div>
- <a href={link}>
+ <a href={link} className='download-url'>
<DownloadCloud ... | 7 |
diff --git a/models/boards.js b/models/boards.js @@ -556,7 +556,7 @@ if (Meteor.isServer) {
//BOARDS REST API
if (Meteor.isServer) {
- JsonRoutes.add('GET', '/api/user/:userId/boards', function (req, res, next) {
+ JsonRoutes.add('GET', '/api/users/:userId/boards', function (req, res, next) {
Authentication.checkLogged... | 1 |
diff --git a/src/pages/using-spark/components/link.mdx b/src/pages/using-spark/components/link.mdx @@ -10,7 +10,7 @@ A Link takes the user to another page
or to a specific location on a page.
<ComponentPreview
- componentName="link--default-link"
+ componentName="link--default-story"
hasReact
hasAngular
hasHTML
| 3 |
diff --git a/index.html b/index.html diagrammingMarkupEnabled: false,
statusSearchFilter: "activeOnly",
highlightByEffectiveTime: "false",
- dailyBuildBrowser: false
+ dailyBuildBrowser: true
};
options.languageNameOfLangRefset = {
function determineServer() {
if(window.location.hostname.includes('dailybuild')) {
optio... | 14 |
diff --git a/dependencies/extension-api/build.gradle b/dependencies/extension-api/build.gradle @@ -14,4 +14,9 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
+
+ defaultConfig {
+ minSdkVersion I... | 12 |
diff --git a/examples/running-tests-in-chrome-using-bitbucket-pipelines-ci/README.md b/examples/running-tests-in-chrome-using-bitbucket-pipelines-ci/README.md ```
2. Create a new Bitbucket repository and copy the sample files from *examples/running-tests-in-chrome-using-bitbucket-pipelines-ci* to your repository.
-3. F... | 1 |
diff --git a/src/reducers/likelyTokens/index.js b/src/reducers/likelyTokens/index.js @@ -4,11 +4,18 @@ import reduceReducers from 'reduce-reducers'
import { likelyTokens } from '../../actions/likelyTokens'
const initialState = {
+ likelyContracts: [],
tokens: []
}
const tokens = handleActions({
-
+ [likelyTokens.get]: ... | 9 |
diff --git a/src/parser/comment.js b/src/parser/comment.js @@ -11,14 +11,17 @@ module.exports = {
* Comments with // or # or / * ... * /
*/
read_comment: function() {
- const result = this.node("doc");
- return result(false, this.text());
+ const result = this.node("commentblock");
+ return result(this.text());
},
/**
... | 4 |
diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/add-rounded-corners-with-border-radius.english.md @@ -13,7 +13,7 @@ Your cat photo currently has sharp corners. We can round ... | 7 |
diff --git a/src/components/layout.js b/src/components/layout.js @@ -137,8 +137,9 @@ const Layout = props => {
</p>
<div>
{contributors.map(
- ({ login, avatar_url, html_url }) => (
+ ({ login, avatar_url, html_url, id }) => (
<a
+ key={id}
href={html_url}
style={{ boxShadow: 'none' }}
>
| 0 |
diff --git a/dev/testTracks.json b/dev/testTracks.json "format": "bed",
"url": "https://data.broadinstitute.org/igvdata/annotations/hg19/dbSnp/snp137.hg19.bed.gz",
"indexURL": "https://data.broadinstitute.org/igvdata/annotations/hg19/dbSnp/snp137.hg19.bed.gz.tbi",
- "name": "dbSNP 137 - Tribble index",
+ "name": "dbSNP... | 1 |
diff --git a/articles/multifactor-authentication/guardian/admin-guide.md b/articles/multifactor-authentication/guardian/admin-guide.md ---
description: How to enable and use Push Notifications and SMS for Guardian MFA.
+toc: true
---
# Guardian for Administrators
@@ -14,7 +15,7 @@ For information for your users on Guar... | 0 |
diff --git a/js/views/Column.js b/js/views/Column.js @@ -569,6 +569,8 @@ class Column extends PureComponent {
* generate URL with cohort A, cohort B, samples A (and name a sub cohort), samples B (and name a sub cohort), analysis
*/
showGeneSetComparison = () => {
+
+ console.log('kittens');
const {column: {heatmap, cod... | 5 |
diff --git a/src/EleventyConfig.js b/src/EleventyConfig.js const EventEmitter = require("events");
const lodashget = require("lodash.get");
const Sortable = require("./Util/Sortable");
+const chalk = require("chalk");
const debug = require("debug")("Eleventy:EleventyConfig");
// API to expose configuration options in c... | 0 |
diff --git a/src/browser/provider/built-in/firefox/runtime-info.js b/src/browser/provider/built-in/firefox/runtime-info.js @@ -36,6 +36,7 @@ async function generatePrefs (profileDir, port) {
'user_pref("datareporting.policy.dataSubmissionEnabled", false);',
'user_pref("datareporting.policy.dataSubmissionPolicyBypassNot... | 0 |
diff --git a/src/drawEdge.js b/src/drawEdge.js @@ -166,6 +166,10 @@ export function moveCurrentEdgeEndPoint(x2, y2, options={}) {
export function abortDrawingEdge() {
+ if (!this._currentEdge) {
+ return this;
+ }
+
var edge = this._currentEdge.g;
edge.remove();
| 8 |
diff --git a/packages/idyll-document/test/vars.js b/packages/idyll-document/test/vars.js @@ -118,7 +118,6 @@ describe('Component state initialization', () => {
expect(updateProps).toEqual(expect.any(Function));
idyllContext.onUpdate((newState) => {
- console.log('NEW STATE IN THE CONTEXT')
expect(newState).toEqual({
x:... | 2 |
diff --git a/static/css/app.css b/static/css/app.css @@ -63,9 +63,9 @@ button:focus,
.navbar-brand>img {
display: block;
- max-height: 52px;
+ max-height: 50px;
margin-top: -15px;
- height: 52px;
+ height: 50px;
}
.navbar-nav>li#user-initial>a {
| 3 |
diff --git a/README.md b/README.md @@ -13,7 +13,7 @@ Works with HTML, Markdown, Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, Pu
- [@11ty on npm](https://www.npmjs.com/org/11ty)
- [@11ty on GitHub](https://github.com/11ty)
-[),
);
this.flavour = app.flavourChanged$.pipe(pluck("event", "msg")); // TODO gltfModelPathProvider needs to be changed to accept flavours explicitely
- c... | 2 |
diff --git a/package.json b/package.json },
"dependencies": {
"chalk": "2.4.1",
- "ejs": "2.6.1",
"eslint-config-airbnb": "17.1.0",
"generator-jhipster": "6.8.0",
- "glob": "7.1.2",
- "gulp-filter": "5.1.0",
- "insight": "0.10.1",
"jhipster-core": "6.0.4",
- "js-yaml": "3.13.1",
"lodash": "4.17.13",
- "meow": "5.0.0",
... | 2 |
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
- test-name: ['boostPayment', 'botCreation', 'chatPayment', 'cleanup', 'clearAllChats', 'clearAllContacts', 'contacts', 'images', 'latestTest', 'lsats', 'paidMeet', 'paidTri... | 0 |
diff --git a/resources/prosody-plugins/token/util.lib.lua b/resources/prosody-plugins/token/util.lib.lua @@ -103,7 +103,10 @@ end
--- Returns the public key by keyID
-- @param keyId the key ID to request
-- @return the public key (the content of requested resource) or nil
-function Util:get_public_key(keyId)
+function ... | 11 |
diff --git a/includes/Core/Authentication/Google_Proxy.php b/includes/Core/Authentication/Google_Proxy.php @@ -124,6 +124,10 @@ class Google_Proxy {
return $response;
}
+ if ( wp_remote_retrieve_response_code( $response ) !== 200 ) {
+ return new WP_Error( 'non_200_response_code' );
+ }
+
$raw_body = wp_remote_retrieve... | 5 |
diff --git a/src/plots/cartesian/axes.js b/src/plots/cartesian/axes.js @@ -946,7 +946,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
var lastVisibleHead;
var hideLabel = function(tick) {
- tick.text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
+ tick.text = '';
ax._prevDateHe... | 2 |
diff --git a/policykit/templates/policyadmin/dashboard/editor.html b/policykit/templates/policyadmin/dashboard/editor.html window.open(`https://policykit.readthedocs.io/en/latest/index.html`, '_blank');
}
+ function sanitize_text(s) {
+ // backticks break everything, so remove them before saving any code or text
+ retu... | 2 |
diff --git a/Gruntfile.js b/Gruntfile.js @@ -301,6 +301,7 @@ module.exports = function(grunt) {
nwjs: {
windows : {
options: {
+ downloadUrl: 'https://dl.nwjs.io/',
version : "0.19.4",
build_dir: './dest/desktop/', // destination folder of releases.
win: true,
@@ -311,6 +312,7 @@ module.exports = function(grunt) {
},
m... | 12 |
diff --git a/platform/base/core/src/main/java/com/peregrine/sitemap/PageRecognizerBase.java b/platform/base/core/src/main/java/com/peregrine/sitemap/PageRecognizerBase.java @@ -51,14 +51,14 @@ public abstract class PageRecognizerBase implements PageRecognizer {
}
public final boolean isPage(final Page candidate) {
- re... | 4 |
diff --git a/contracts/Havven.sol b/contracts/Havven.sol @@ -478,5 +478,5 @@ contract Havven is ExternStateProxyToken, SelfDestructible {
event FeePeriodDurationUpdated(uint duration);
- event FeesWithdrawn(address account, address indexed accountIndex, uint fees);
+ event FeesWithdrawn(address account, address indexed... | 10 |
diff --git a/src/pages/RequestCallPage.js b/src/pages/RequestCallPage.js @@ -100,20 +100,21 @@ class RequestCallPage extends Component {
return;
}
- // If there's a lastAccessedWorkspacePolicyID in Onyx then use that as the policy for the call, otherwise use the personal policy
- const policyForCall = this.props.lastAc... | 7 |
diff --git a/modules/@apostrophecms/oembed-field/index.js b/modules/@apostrophecms/oembed-field/index.js @@ -26,13 +26,13 @@ module.exports = {
addFieldType() {
self.apos.schema.addFieldType({
name: self.name,
- convert: async function (req, field, data, object) {
+ async convert(req, field, data, destination) {
if (ty... | 10 |
diff --git a/server/game/drawcard.js b/server/game/drawcard.js @@ -455,7 +455,7 @@ class DrawCard extends BaseCard {
}
returnHomeFromConflict() {
- let side = this.game.currentConflict.isAttacker(this) ? 'attacker' : 'defender';
+ let side = this.game.currentConflict.isAttacking(this) ? 'attacker' : 'defender';
if(!thi... | 1 |
diff --git a/packages/2019-housing/src/components/HomeLoanApprovals/HomeLoanApprovalsVisualization.js b/packages/2019-housing/src/components/HomeLoanApprovals/HomeLoanApprovalsVisualization.js @@ -56,8 +56,8 @@ const HomeLoanApprovalsVisualization = ({ isLoading, data }) => {
[166, 97, 26],
[223, 194, 125],
[255, 255, ... | 4 |
diff --git a/token-metadata/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/metadata.json b/token-metadata/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/metadata.json "symbol": "XTP",
"address": "0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/app/src/components/JoinDialog.js b/app/src/components/JoinDialog.js @@ -164,7 +164,7 @@ const JoinDialog = ({
const [ authType, setAuthType ] = useState('guest');
const [ roomId, setRoomId ] = useState(
- encodeURIComponent(location.pathname.slice(1)) ||
+ decodeURIComponent(location.pathname.slice(1)) ||
... | 1 |
diff --git a/packages/app/src/server/service/g2g-transfer.ts b/packages/app/src/server/service/g2g-transfer.ts @@ -151,6 +151,8 @@ export class G2GTransferPusherService implements Pusher {
...form.getHeaders(), // This generates a unique boundary for multi part form data
[X_GROWI_TRANSFER_KEY_HEADER_NAME]: key,
},
+ ma... | 12 |
diff --git a/userscript.user.js b/userscript.user.js @@ -31985,7 +31985,20 @@ var $$IMU_EXPORT$$;
// https://s.hdnux.com/photos/01/13/31/60/19766273/3/rawImage.jpg
// https://s.hdnux.com/photos/01/14/05/62/19946629/3/core_centerpiece_tab_small.jpg
// https://s.hdnux.com/photos/01/14/05/62/19946629/3/rawImage.jpg
- retu... | 7 |
diff --git a/packages/gallery/src/components/gallery/proGallery/galleryView.js b/packages/gallery/src/components/gallery/proGallery/galleryView.js @@ -143,6 +143,8 @@ class GalleryView extends React.Component {
} else {
galleryHeight = galleryStructure.height + 'px';
}
+ const galleryWidth = this.props.isPrerenderMode ... | 12 |
diff --git a/babel.config.json b/babel.config.json {
- "presets": ["@babel/preset-env"],
+ "presets": [
+ ["@babel/preset-env", { "targets": "last 2 chrome versions, node 12" }]
+ ],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties"
| 12 |
diff --git a/package-lock.json b/package-lock.json {
"name": "unpoly",
- "version": "2.6.0",
+ "version": "3.0.0-rc1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "unpoly",
- "version": "2.6.0",
+ "version": "3.0.0-rc1",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": ... | 12 |
diff --git a/package.json b/package.json "lint": "eslint app.js \"lib/**/*.js\" \"test/**/*.js\"",
"preinstall": "make pre-install",
"pretest": "NODE_ENV=test node test setup",
- "test": "mocha -t 5000 --exit --recursive test/acceptance test/integration test/unit",
+ "test": "NODE_ENV=test mocha -t 5000 --exit --recurs... | 12 |
diff --git a/lime/_backend/native/NativeAudioSource.hx b/lime/_backend/native/NativeAudioSource.hx @@ -57,7 +57,10 @@ class NativeAudioSource {
if (handle != null) {
+ stop ();
+ AL.sourcei (handle, AL.BUFFER, null);
AL.deleteSource (handle);
+ handle = null;
}
@@ -117,17 +120,27 @@ class NativeAudioSource {
if (parent... | 7 |
diff --git a/token-metadata/0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f/metadata.json b/token-metadata/0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f/metadata.json "symbol": "GTH",
"address": "0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/renderer/pages/settings.js b/renderer/pages/settings.js @@ -6,8 +6,6 @@ import styled from 'styled-components'
import Layout from '../components/Layout'
import Sidebar from '../components/Sidebar'
-import BackButton from '../components/BackButton'
-
import {
Flex,
Box,
@@ -114,10 +112,7 @@ class Settings e... | 2 |
diff --git a/articles/policies/rate-limits.md b/articles/policies/rate-limits.md @@ -198,10 +198,6 @@ The following Auth0 Management API endpoints return rate limit-related headers.
The following Auth0 Authentication API endpoints return rate limit-related headers.
-::: note
-For all endpoints, Enterprise subscribers a... | 2 |
diff --git a/src/Eleventy.js b/src/Eleventy.js @@ -181,6 +181,11 @@ Eleventy.prototype.write = async function() {
try {
let ret = await this.writer.write();
this.finish();
+
+ debug(`
+Getting frustrated? Have a suggestion/feature request/feedback?
+I want to hear it! Open an issue: https://github.com/11ty/eleventy/iss... | 0 |
diff --git a/packages/titus-cli/actions/init.js b/packages/titus-cli/actions/init.js @@ -31,14 +31,14 @@ module.exports = async (input, { hapi, react }) => {
spinner.succeed(`Api setup in ${chalk.cyan.bold(`${projectDir}-api`)}`)
}
- spinner.render().start('Clearing temporary cache')
+ spinner.render().start('Clearing ... | 7 |
diff --git a/src/components/general/map-gen/MapGen.jsx b/src/components/general/map-gen/MapGen.jsx @@ -8,6 +8,7 @@ import {getRenderer} from '../../../../renderer.js';
import game from '../../../../game.js';
import {world} from '../../../../world.js';
import cameraManager from '../../../../camera-manager.js';
+import {... | 0 |
diff --git a/docs/transports.md b/docs/transports.md @@ -31,7 +31,7 @@ There are several [core transports](#winston-core) included in `winston`, which
* [Logsene](#logsene-transport) (including Log-Alerts and Anomaly Detection)
* [Logz.io](#logzio-transport)
* [Pusher](#pusher-transport)
- * [Google Stackdriver Logging... | 1 |
diff --git a/src/lib/analytics/analytics.js b/src/lib/analytics/analytics.js @@ -54,7 +54,7 @@ export const FV_TRYAGAINLATER = 'FV_TRYAGAINLATER'
export const FV_CANTACCESSCAMERA = 'FV_CANTACCESSCAMERA'
const log = logger.child({ from: 'analytics' })
-const { sentryDSN, amplitudeKey, version, env, network } = Config
+c... | 0 |
diff --git a/src/components/filter/index.js b/src/components/filter/index.js @@ -171,7 +171,7 @@ function SelectFilter({ defaultValue, options, onChange, isMulti = false, label,
</ConditionalWrapper>;
};
-function InputFilter({ defaultValue, type, placeholder, onChange, label }) {
+function InputFilter({ defaultValue, ... | 12 |
diff --git a/articles/rules/context.md b/articles/rules/context.md @@ -33,9 +33,9 @@ The following properties are available for the `context` object:
* `sso`: this object will contain information about the SSO transaction (if available)
- `with_auth0`: when a user signs in with SSO to an application where the `Use Auth... | 0 |
diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md @@ -261,6 +261,8 @@ uppy.addFile({
If `uppy.opts.autoProceed === true`, Uppy will begin uploading automatically when files are added.
+> Sometimes you might need to add a remote file to Uppy. This can be achieved by [fetching the file, then creating a Blo... | 0 |
diff --git a/tools/webpack.config.js b/tools/webpack.config.js @@ -80,9 +80,9 @@ const serverConfig = merge.smart(_.cloneDeep(baseConfig), {
test: /\.scss$/,
loaders: __DEV__ ? [
'isomorphic-style-loader',
- 'css',
+ 'css?sourceMap',
'postcss',
- 'sass'] : ['ignore-loader']
+ 'sass?sourceMap'] : ['ignore-loader']
}
]
}... | 7 |
diff --git a/accessibility-checker-engine/help/IBMA_Focus_MultiTab.mdx b/accessibility-checker-engine/help/IBMA_Focus_MultiTab.mdx @@ -10,35 +10,29 @@ import { Tag } from "carbon-components-react";
## Who does this affect?
-Lorem ipsum dolor sit amet, consectetur adipiscing elit,
+* Blind people using screen readers
+*... | 3 |
diff --git a/core/task-executor/lib/reconcile/normalize.js b/core/task-executor/lib/reconcile/normalize.js @@ -89,25 +89,20 @@ const normalizeHotRequests = (algorithmRequests, algorithmTemplateStore) => {
*/
const normalizeHotWorkers = (normWorkers, algorithmTemplates) => {
const hotWorkers = [];
- if (normWorkers.leng... | 7 |
diff --git a/src/collection/algorithms/karger-stein.js b/src/collection/algorithms/karger-stein.js @@ -182,7 +182,12 @@ const elesfn = ({
let ret = {
cut,
- components
+ components,
+
+ // n.b. partitions are included to be compatible with the old api spec
+ // (could be removed in a future major version)
+ partition1,... | 11 |
diff --git a/templates/examples/extensions/js_lambda_hooks/KendraFallback/KendraFallback.js b/templates/examples/extensions/js_lambda_hooks/KendraFallback/KendraFallback.js @@ -134,6 +134,7 @@ async function routeKendraRequest(event, context) {
docInfo.text = element.DocumentExcerpt.Text.replace(/\r?\n|\r/g, " ");
docI... | 1 |
diff --git a/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php b/includes/Core/Authentication/Clients/Google_Site_Kit_Client.php @@ -68,8 +68,6 @@ class Google_Site_Kit_Client extends Google_Client {
/**
* Sets whether or not to return raw requests and returns a callback to reset to the previous value.
*
... | 2 |
diff --git a/example.js b/example.js @@ -249,20 +249,24 @@ class MapExample extends Component {
})}>
Get bounds
</Text>
- <Text onPress={() => {
- Mapbox.addOfflinePack({
+ <Text onPress={async () => {
+ try {
+ await Mapbox.initializeOfflinePacks();
+
+ await Mapbox.addOfflinePack({
name: 'test',
type: 'bbox',
- bound... | 3 |
diff --git a/system.json b/system.json "name": "gurps",
"title": "GURPS 4th Edition Game Aid (Unofficial)",
"description": "A game aid to help play GURPS 4e for Foundry VTT (GCS/GCA edition)",
- "version": "0.8.14",
+ "version": "0.8.13",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion... | 14 |
diff --git a/assets/src/libraries/BookDetail.js b/assets/src/libraries/BookDetail.js @@ -68,7 +68,7 @@ export default class BookDetail extends Component {
<div className="modal-book__borrowed-with-wrapper">
<div className="modal-book__borrowed-person">
- <Avatar src={book.image_url}/>
+ <Avatar src={user.image_url}/>
<... | 0 |
diff --git a/commands/rssadd.js b/commands/rssadd.js @@ -55,13 +55,13 @@ module.exports = async (bot, message) => {
// Only show link-specific error if it's one link since they user may be trying to add a huge number of links that exceeds the message size limit
if (totalLinks.length === 1) failedAddLinks[link] = `Maxim... | 1 |
diff --git a/docs/articles/documentation/test-api/a-z-index.md b/docs/articles/documentation/test-api/a-z-index.md @@ -12,7 +12,9 @@ This topic lists test API members in alphabetical order.
* [DOM Node State](selecting-page-elements/dom-node-state.md)
* *[members](selecting-page-elements/dom-node-state.md#members-commo... | 0 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## [Unreleased](https://github.com/akiran/react-slick/tree/HEAD)
+## 0.22.0
+
+**Release Changes**
+
+- Internal Changes
+ - converted InnerSlider from createReactClass object to ES6 class
+ - removed all the mixins, created classMethods and pure utility functions instead
+ - ch... | 0 |
diff --git a/PostHeadersQuestionToc.user.js b/PostHeadersQuestionToc.user.js // @description Sticky post headers while you view each post (helps for long posts). Question ToC of Answers in sidebar.
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 1.3.4
+// @version 1.3.5
//
//... | 2 |
diff --git a/src/components/general/map-gen/MapGen.jsx b/src/components/general/map-gen/MapGen.jsx @@ -1177,6 +1177,7 @@ export const MapGen = () => {
forwardTarget,
moved: false,
});
+ setAnimation(null);
}
function goClick(e) {
e.preventDefault();
| 0 |
diff --git a/src/encoded/audit/experiment.py b/src/encoded/audit/experiment.py @@ -809,6 +809,45 @@ def check_experiment_dnase_seq_standards(experiment,
'lack read depth information.'
yield AuditFailure('missing read depth', detail, level='WARNING')
+ alignments_assemblies = {}
+ for alignment_file in alignment_files:
... | 0 |
diff --git a/lib/helper/Protractor.js b/lib/helper/Protractor.js @@ -87,6 +87,14 @@ class Protractor extends SeleniumWebdriver {
Runner = require('protractor/built/runner').Runner;
By = require('protractor').ProtractorBy;
this.isProtractor5 = !require('protractor').wrapDriver;
+
+ try {
+ // get selenium-webdriver
+ th... | 13 |
diff --git a/src/components/Calendar.js b/src/components/Calendar.js @@ -164,8 +164,7 @@ class Calendar extends React.Component {
borderRadius: 3,
boxSizing: 'border-box',
marginTop: 10,
- padding: 20,
- width: 600
+ padding: 20
}, this.props.style),
//Calendar Header
@@ -209,10 +208,10 @@ class Calendar extends React.... | 1 |
diff --git a/js/views/modals/orderDetail/summaryTab/Summary.js b/js/views/modals/orderDetail/summaryTab/Summary.js @@ -827,6 +827,9 @@ export default class extends BaseVw {
this.disputeStarted.setState({ disputerName: profile.get('name') }));
}
+ this.listenTo(this.disputeStarted, 'clickResolveDispute',
+ () => this.tr... | 5 |
diff --git a/nin/dasBoot/THREENode.js b/nin/dasBoot/THREENode.js class THREENode extends NIN.Node {
constructor(id, options) {
+ if(!('render' in options.outputs)) {
+ options.outputs.render = new NIN.TextureOutput();
+ }
super(id, {
inputs: options.inputs,
- outputs: {
- render: new NIN.TextureOutput()
- }
+ outputs: ... | 11 |
diff --git a/packages/config/src/validate/main.js b/packages/config/src/validate/main.js @@ -55,8 +55,14 @@ const validateProperty = function(
return
}
- throw new Error(`Configuration property ${cyan.bold(propPath)} ${message}
-${getExample({ value, key, prevPath, example })}`)
+ reportError({ prevPath, propPath, mess... | 11 |
diff --git a/learn/configuration/typo_tolerance.md b/learn/configuration/typo_tolerance.md # Typo tolerance
-Typo tolerance helps users find relevant results even when their search queries contain spelling mistakes or typos, e.g. typing `phnoe` instead of `phone`. Meilisearch allows you to [configure the typo tolerance... | 7 |
diff --git a/sparta.go b/sparta.go package sparta
import (
+ "context"
"crypto/sha1"
"encoding/hex"
+ "encoding/json"
"fmt"
"math/rand"
"os"
@@ -312,9 +314,6 @@ type WorkflowHooks struct {
Rollback RollbackHook
// Rollbacks are called if there is an error performing the requested operation
Rollbacks []RollbackHookHandl... | 0 |
diff --git a/src/lib/gundb/UserStorage.js b/src/lib/gundb/UserStorage.js @@ -386,21 +386,24 @@ class UserStorage {
standardizeFeed(feed: FeedEvent): StandardFeed {
const avatar =
'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAkCAIAAAB0Xu9BAAAABGdBTUEAALGPC/xhBQAAAuNJREFUWEetmD1WHDEQhDdxRMYlnBFyBIccgdQhKVcgJeQMpE... | 9 |
diff --git a/deps/exokit-bindings/magicleap/src/magicleap.cc b/deps/exokit-bindings/magicleap/src/magicleap.cc @@ -8,7 +8,7 @@ using namespace std;
namespace ml {
-const char application_name[] = "com.magicleap.simpleglapp";
+const char application_name[] = "com.exokit.app";
application_context_t application_context;
M... | 10 |
diff --git a/test/jasmine/tests/scattermapbox_test.js b/test/jasmine/tests/scattermapbox_test.js @@ -368,7 +368,7 @@ describe('scattermapbox convert', function() {
it('for lines traces with trailing gaps', function() {
var opts = _convert(Lib.extendFlat({}, base, {
mode: 'lines',
- lon: [10, '20', 30, 20, null, 20, 10,... | 0 |
diff --git a/Orchestrator/README.md b/Orchestrator/README.md @@ -98,6 +98,20 @@ This enables basic intent recognition. For more advanced scenarios follow the st
* Only English language recognition is available in this preview release.
* Only the *default* base model is available to Orchestrator solutions.
+## Platform ... | 3 |
diff --git a/tools/protocols/package.json b/tools/protocols/package.json {
"name": "@airswap/protocols",
- "version": "0.4.8",
+ "version": "0.4.7",
"description": "Protocol Libraries for AirSwap Developers",
"contributors": [
"Don Mosites <don.mosites@fluidity.io>"
| 3 |
diff --git a/index.js b/index.js @@ -52,7 +52,7 @@ const args = (() => {
'performance',
'frame',
'minimalFrame',
- 'test',
+ 'quit',
'blit',
'require',
],
@@ -68,7 +68,7 @@ const args = (() => {
s: 'size',
f: 'frame',
m: 'minimalFrame',
- t: 'test',
+ q: 'quit',
b: 'blit',
i: 'image',
r: 'require',
@@ -82,7 +82,7 @@ co... | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.