commit
stringlengths
40
40
old_file
stringlengths
4
150
new_file
stringlengths
4
150
old_contents
stringlengths
0
3.26k
new_contents
stringlengths
1
4.43k
subject
stringlengths
15
501
message
stringlengths
15
4.06k
lang
stringclasses
4 values
license
stringclasses
13 values
repos
stringlengths
5
91.5k
diff
stringlengths
0
4.35k
c316a0757defcde769be70b5d8af5c51ef0ccb75
task/import.js
task/import.js
var geonames = require('geonames-stream'); var peliasConfig = require( 'pelias-config' ).generate(); var peliasAdminLookup = require( 'pelias-admin-lookup' ); var dbclient = require('pelias-dbclient'); var model = require( 'pelias-model' ); var resolvers = require('./resolvers'); var adminLookupMetaStream = require('....
var geonames = require('geonames-stream'); var peliasConfig = require( 'pelias-config' ).generate(); var peliasAdminLookup = require( 'pelias-admin-lookup' ); var dbclient = require('pelias-dbclient'); var model = require( 'pelias-model' ); var resolvers = require('./resolvers'); var adminLookupMetaStream = require('....
Use new function name for doc generator
Use new function name for doc generator
JavaScript
mit
pelias/geonames,pelias/geonames
--- +++ @@ -11,7 +11,7 @@ module.exports = function( filename ){ var pipeline = resolvers.selectSource( filename ) .pipe( geonames.pipeline ) - .pipe( peliasDocGenerator.createPeliasDocGenerator() ); + .pipe( peliasDocGenerator.create() ); if( peliasConfig.imports.geonames.adminLookup ){ pipe...
6bb0842748a92359d383445e1046bb622a6649e4
tasks/build.js
tasks/build.js
/* Copyright (c) 2013, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://yuilibrary.com/license/ */ module.exports = function(grunt) { // The `artifacts` directory will usually only ever in YUI's CI system. // If you're in CI, and `build-npm` exists (meaning YUI's already built), ski...
/* Copyright (c) 2013, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://yuilibrary.com/license/ */ module.exports = function(grunt) { // The `artifacts` directory will usually only ever in YUI's CI system. // If you're in CI, `build-npm` exists, and this task was called in // re...
Add more specificity to the CI "check."
Add more specificity to the CI "check."
JavaScript
bsd-3-clause
yui/grunt-yui-contrib
--- +++ @@ -6,8 +6,9 @@ module.exports = function(grunt) { // The `artifacts` directory will usually only ever in YUI's CI system. - // If you're in CI, and `build-npm` exists (meaning YUI's already built), skip the build. - if ((grunt.file.exists('artifacts') && grunt.file.exists('build-npm')) || 'GRUN...
261149bf0046fda82bb80dbe50fcc2f6233fe779
modules/core/client/config/core-admin.client.routes.js
modules/core/client/config/core-admin.client.routes.js
'use strict'; // Setting up route angular.module('core.admin.routes').config(['$stateProvider', function ($stateProvider) { $stateProvider .state('admin', { abstract: true, url: '/admin', template: '<ui-view/>', data: { adminOnly: true } }) .sta...
'use strict'; // Setting up route angular.module('core.admin.routes').config(['$stateProvider', function ($stateProvider) { $stateProvider .state('admin', { abstract: true, url: '/admin', template: '<ui-view/>', data: { adminOnly: true } }) .sta...
Add event category descriptions + update style
Add event category descriptions + update style
JavaScript
mit
CEN3031GroupA/US-Hackathon,CEN3031GroupA/US-Hackathon,CEN3031GroupA/US-Hackathon
--- +++ @@ -14,7 +14,7 @@ }) .state('admin.index', { url: '', - templateUrl: 'modules/core/client/views/admin/list.client.view.html' + templateUrl: 'modules/core/client/views/admin/index.client.view.html' }); } ]);
7c3f65c9492218d91d2213e9c5d5ae88d5ae2772
lib/node_modules/@stdlib/math/base/dist/betaprime/lib/index.js
lib/node_modules/@stdlib/math/base/dist/betaprime/lib/index.js
'use strict'; /* * When adding modules to the namespace, ensure that they are added in alphabetical order according to module name. */ // MODULES // var setReadOnly = require( '@stdlib/utils/define-read-only-property' ); // MAIN // /** * Top-level namespace. * * @namespace betaprime */ var betaprime = {}; /** * ...
'use strict'; /* * When adding modules to the namespace, ensure that they are added in alphabetical order according to module name. */ // MODULES // var setReadOnly = require( '@stdlib/utils/define-read-only-property' ); // MAIN // /** * Top-level namespace. * * @namespace betaprime */ var betaprime = {}; /** * ...
Add skewness to beta prime namespace
Add skewness to beta prime namespace
JavaScript
apache-2.0
stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib,stdlib-js/stdlib
--- +++ @@ -28,6 +28,15 @@ setReadOnly( betaprime, 'mean', require( '@stdlib/math/base/dist/betaprime/mean' ) ); /** +* @name skewness +* @memberof betaprime +* @readonly +* @type {Function} +* @see {@link module:@stdlib/math/base/dist/betaprime/skewness} +*/ +setReadOnly( betaprime, 'skewness', require( '@stdlib...
40a96dbb0681ff912a64f8fdc3f542256dab1fd4
src/main/js/components/views/builder/SponsorAffinities.js
src/main/js/components/views/builder/SponsorAffinities.js
import React from 'react'; import { List, ListSubHeader, ListCheckbox } from 'react-toolbox/lib/list'; const SponsorAffinities = () => { return ( <div> <List selectable ripple> <ListSubHeader caption='list_a' /> <ListCheckbox caption='affinity' ch...
import React from 'react'; import { List, ListSubHeader, ListCheckbox } from 'react-toolbox/lib/list'; const SponsorAffinities = () => { return ( <div className="horizontal"> <List selectable ripple className="horizontalChild"> <ListSubHeader caption='list_a' /> <ListCheckbox ...
Set classes for showing the lists horizontally
Set classes for showing the lists horizontally
JavaScript
apache-2.0
Bernardo-MG/dreadball-toolkit-webpage,Bernardo-MG/dreadball-toolkit-webpage,Bernardo-MG/dreadball-toolkit-webpage,Bernardo-MG/dreadball-toolkit-webpage
--- +++ @@ -3,8 +3,8 @@ const SponsorAffinities = () => { return ( - <div> - <List selectable ripple> + <div className="horizontal"> + <List selectable ripple className="horizontalChild"> <ListSubHeader caption='list_a' /> <ListCheckbox captio...
873e2e8a92b286e73375a0f3505615d63dde3d9e
server/graphql/queries/entries/multiple.js
server/graphql/queries/entries/multiple.js
const { GraphQLList, GraphQLString } = require('graphql'); const mongoose = require('mongoose'); const { outputType } = require('../../types/Entries'); const getProjection = require('../../get-projection'); const getUserPermissions = require('../../../utils/getUserPermissions'); const Entry = mongoose.model('Entry'); ...
const { GraphQLList, GraphQLString } = require('graphql'); const mongoose = require('mongoose'); const { outputType } = require('../../types/Entries'); const getProjection = require('../../get-projection'); const getUserPermissions = require('../../../utils/getUserPermissions'); const Entry = mongoose.model('Entry'); ...
Fix permissions check in Entries query
:lock: Fix permissions check in Entries query
JavaScript
mit
JasonEtco/flintcms,JasonEtco/flintcms
--- +++ @@ -17,13 +17,16 @@ }, async resolve(root, args, ctx, ast) { const projection = getProjection(ast); - const perms = await getUserPermissions(ctx.user._id); - if (!perms.canSeeDrafts) { - return Entry - .find({ status: 'live' }) - .select(projection) - .exec(); + ...
e67f17f3430c9509f4d1ff07ddefc6baf05780ff
client/actions/profile.js
client/actions/profile.js
import axios from 'axios'; import { FETCHING_PROFILE, PROFILE_SUCCESS, PROFILE_FAILURE } from './types'; import { apiURL } from './userSignUp'; import setHeader from '../helpers/setheader'; const fetchingProfile = () => ({ type: FETCHING_PROFILE, }); const profileSuccess = profile => ({ type: PROFILE_SUCCESS, p...
import axios from 'axios'; import { FETCHING_PROFILE, PROFILE_SUCCESS, PROFILE_FAILURE, RETURN_BOOK_SUCCESS, RETURN_BOOK_REQUEST, RETURN_BOOK_FAILURE, } from './types'; import { apiURL } from './userSignUp'; import setHeader from '../helpers/setheader'; const fetchingProfile = () => ({ type: FETCHING_PRO...
Add actions for returning a book
Add actions for returning a book
JavaScript
mit
amarachukwu-agbo/hello-books,amarachukwu-agbo/hello-books
--- +++ @@ -1,5 +1,12 @@ import axios from 'axios'; -import { FETCHING_PROFILE, PROFILE_SUCCESS, PROFILE_FAILURE } from './types'; +import { + FETCHING_PROFILE, + PROFILE_SUCCESS, + PROFILE_FAILURE, + RETURN_BOOK_SUCCESS, + RETURN_BOOK_REQUEST, + RETURN_BOOK_FAILURE, +} from './types'; import { apiURL } from ...
a4e2361908ff921fa0033a4fecbf4abf2d5766da
client/app/docs/module.js
client/app/docs/module.js
/** * This file is part of Superdesk. * * Copyright 2013, 2014 Sourcefabric z.u. and contributors. * * For the full copyright and license information, please see the * AUTHORS and LICENSE files distributed with this source code, or * at https://www.sourcefabric.org/superdesk/license */ (function() { 'use ...
/** * This file is part of Superdesk. * * Copyright 2013, 2014 Sourcefabric z.u. and contributors. * * For the full copyright and license information, please see the * AUTHORS and LICENSE files distributed with this source code, or * at https://www.sourcefabric.org/superdesk/license */ (function() { 'use ...
Fix template url for UI docs
fix(docs): Fix template url for UI docs
JavaScript
agpl-3.0
mdhaman/superdesk-aap,sivakuna-aap/superdesk,thnkloud9/superdesk,pavlovicnemanja92/superdesk,ancafarcas/superdesk,hlmnrmr/superdesk,pavlovicnemanja92/superdesk,plamut/superdesk,superdesk/superdesk-ntb,marwoodandrew/superdesk-aap,verifiedpixel/superdesk,fritzSF/superdesk,superdesk/superdesk,verifiedpixel/superdesk,sivak...
--- +++ @@ -17,7 +17,7 @@ MainDocsView.$inject = ['$location', '$anchorScroll']; function MainDocsView($location, $anchorScroll) { return { - templateUrl: 'docs/views/main.html', + templateUrl: '/docs/views/main.html', link: function(scope, elem, attrs) { ...
8e8a784f1318f367f2a633395429abff30566c64
updates/0.1.0-fr-settings.js
updates/0.1.0-fr-settings.js
exports.create = { Settings: [{ "site": { "name": "EStore Demo" }, "payment.cod.active": true }] };
exports.create = { Settings: [{ "site": { "name": "EStore Demo" }, "payments.cod.active": true }] };
Fix no payment set by default error.
Fix no payment set by default error.
JavaScript
mit
stunjiturner/estorejs,quenktechnologies/estorejs,stunjiturner/estorejs
--- +++ @@ -5,7 +5,7 @@ "site": { "name": "EStore Demo" }, - "payment.cod.active": true + "payments.cod.active": true }] };
52fbbe3c5e4be1ad9be58fe862185a577a0e6c1f
packages/vega-parser/index.js
packages/vega-parser/index.js
// setup transform definition aliases import {definition} from 'vega-dataflow'; definition('Sort', definition('Collect')); definition('Formula', definition('Apply')); export {default as parse} from './src/parse'; export {default as selector} from './src/parsers/event-selector'; export {default as signal} from './src/...
// setup transform definition aliases import {definition} from 'vega-dataflow'; definition('Formula', definition('Apply')); export {default as parse} from './src/parse'; export {default as selector} from './src/parsers/event-selector'; export {default as signal} from './src/parsers/signal'; export {default as signalU...
Drop Sort alias for Collect.
Drop Sort alias for Collect.
JavaScript
bsd-3-clause
lgrammel/vega,vega/vega,vega/vega,vega/vega,vega/vega
--- +++ @@ -1,6 +1,5 @@ // setup transform definition aliases import {definition} from 'vega-dataflow'; -definition('Sort', definition('Collect')); definition('Formula', definition('Apply')); export {default as parse} from './src/parse';
e569c4f2081979947e7b948de870978e9bde719a
app/elements/sidebar.js
app/elements/sidebar.js
import * as React from 'react' import {State} from 'react-router' import SearchButton from 'elements/searchButton' import GraduationStatus from 'elements/graduationStatus' let Sidebar = React.createClass({ mixins: [State], render() { let isSearching = this.getQuery().search let sidebar = isSearching ? React....
import * as React from 'react' import {State} from 'react-router' import SearchButton from 'elements/searchButton' import GraduationStatus from 'elements/graduationStatus' let Sidebar = React.createClass({ mixins: [State], render() { let isSearching = 'search' in this.getQuery() let sidebar = isSearching ? R...
Use `in` to detect if the query param has "search"
Use `in` to detect if the query param has "search"
JavaScript
agpl-3.0
hawkrives/gobbldygook,hawkrives/gobbldygook,hawkrives/gobbldygook
--- +++ @@ -7,7 +7,7 @@ let Sidebar = React.createClass({ mixins: [State], render() { - let isSearching = this.getQuery().search + let isSearching = 'search' in this.getQuery() let sidebar = isSearching ? React.createElement(SearchButton, {search: isSearching}) : React.createElement(GraduationStatus...
1c3042481b75e305e993316256dc19f51fd41cf6
SPAWithAngularJS/module2/customServices/js/app.shoppingListService.js
SPAWithAngularJS/module2/customServices/js/app.shoppingListService.js
// app.shoppingListService.js (function() { "use strict"; angular.module("MyApp") .service("ShoppingListService", ShoppingListService); function ShoppingListService() { let service = this; // List of Shopping items let items = []; service.addItem = addItem; function addItem(itemName,...
// app.shoppingListService.js (function() { "use strict"; angular.module("MyApp") .service("ShoppingListService", ShoppingListService); function ShoppingListService() { let service = this; // List of Shopping items let items = []; service.addItem = addItem; service.getItems = getItems...
Delete useless code. Added removeItem method
Delete useless code. Added removeItem method
JavaScript
mit
var-bin/angularjs-training,var-bin/angularjs-training,var-bin/angularjs-training,var-bin/angularjs-training
--- +++ @@ -13,10 +13,10 @@ let items = []; service.addItem = addItem; + service.getItems = getItems; + service.removeItem = removeItem; function addItem(itemName, itemQuantity) { - console.log("ShoppingListService", itemName, itemQuantity); - let item = { name: itemName,...
47b9aba68050230eeff0754f4076b7596cbe9eb9
api/throttle.js
api/throttle.js
"use strict" module.exports = function(callback) { //60fps translates to 16.6ms, round it down since setTimeout requires int var time = 16 var last = 0, pending = null var timeout = typeof requestAnimationFrame === "function" ? requestAnimationFrame : setTimeout return function(synchronous) { var now = new Date...
"use strict" var ts = Date.now || function() { return new Date().getTime() } module.exports = function(callback) { //60fps translates to 16.6ms, round it down since setTimeout requires int var time = 16 var last = 0, pending = null var timeout = typeof requestAnimationFrame === "function" ? requestAnimationFrame...
Use Date.now() if available since it's faster
Use Date.now() if available since it's faster
JavaScript
mit
pygy/mithril.js,impinball/mithril.js,tivac/mithril.js,MithrilJS/mithril.js,barneycarroll/mithril.js,barneycarroll/mithril.js,tivac/mithril.js,impinball/mithril.js,pygy/mithril.js,lhorie/mithril.js,lhorie/mithril.js,MithrilJS/mithril.js
--- +++ @@ -1,4 +1,8 @@ "use strict" + +var ts = Date.now || function() { + return new Date().getTime() +} module.exports = function(callback) { //60fps translates to 16.6ms, round it down since setTimeout requires int @@ -6,7 +10,7 @@ var last = 0, pending = null var timeout = typeof requestAnimationFrame ...
a5add8048b2548c5f216d7afd9e0ebcb097f4fcc
lib/dom/accessibility/sections.js
lib/dom/accessibility/sections.js
(function() { 'use strict'; var headings = ['h6', 'h5', 'h4', 'h3', 'h2', 'h1']; var score = 0; var message = ''; var sections = Array.prototype.slice.call(window.document.getElementsByTagName('section')); var totalSections = sections.length; if (totalSections === 0) { message = 'The page doesn\'t us...
(function() { 'use strict'; var headings = ['h6', 'h5', 'h4', 'h3', 'h2', 'h1']; var score = 0; var message = ''; var sections = Array.prototype.slice.call(window.document.getElementsByTagName('section')); var totalSections = sections.length; if (totalSections === 0) { message = 'The page doesn\'t us...
Remove extra space in message.
Remove extra space in message.
JavaScript
mit
sitespeedio/coach,sitespeedio/coach
--- +++ @@ -17,10 +17,10 @@ if (tags.length > 0) { hasHeading = true; } - }, this); + }); if (!hasHeading) { score += 10; - message += ' The page is missing a heading within a section tag on the page.'; + message = 'The page is missing a heading wit...
18ac5c64a7da29e5bf25bc274c61ad6078bace86
config/environments.config.js
config/environments.config.js
// Here is where you can define configuration overrides based on the execution environment. // Supply a key to the default export matching the NODE_ENV that you wish to target, and // the base configuration will apply your overrides before exporting itself. module.exports = { // ======================================...
// Here is where you can define configuration overrides based on the execution environment. // Supply a key to the default export matching the NODE_ENV that you wish to target, and // the base configuration will apply your overrides before exporting itself. module.exports = { // ======================================...
Enable sourcemaps on production builds
Enable sourcemaps on production builds
JavaScript
mit
matthisk/es6console,matthisk/es6console
--- +++ @@ -19,7 +19,7 @@ compiler_public_path : '/', compiler_fail_on_warning : false, compiler_hash_type : 'chunkhash', - compiler_devtool : null, + compiler_devtool : 'source-map', compiler_stats : { chunks : true, chunkModules : tru...
a095b3f6f17687fb769670f236f4224556254edd
js/game.js
js/game.js
// Game define([ 'stage', 'models/ui', 'utility' ], function(Stage, UI, Utility) { console.log("game.js loaded"); var Game = (function() { // Game canvas var stage; var gameUI; return { // Initialize the game init: function() { stage = new Stage('game-canvas'); gameUI = new UI(stage); ...
// Game define([ 'stage', 'models/ui', 'utility' ], function(Stage, UI, Utility) { console.log("game.js loaded"); var Game = (function() { // Game canvas var stage; var gameUI; return { // Initialize the game init: function() { try { stage = new Stage('game-canvas'); } catch(e) { ...
Add try-catch block for obtaining canvas context
Add try-catch block for obtaining canvas context
JavaScript
mit
vicksonzero/TyphoonTycoon,vicksonzero/TyphoonTycoon,ericksli/TyphoonTycoon,jasonycw/TyphoonTycoon,ericksli/TyphoonTycoon,jasonycw/TyphoonTycoon
--- +++ @@ -16,7 +16,12 @@ return { // Initialize the game init: function() { - stage = new Stage('game-canvas'); + try { + stage = new Stage('game-canvas'); + } catch(e) { + alert('Cannot obtain the canvas context.'); + return; + } gameUI = new UI(stage); gameUI.init(); ...
1802e997a2d682ec3fc05d292e95fd64f3258b1b
src/components/fields/Text/index.js
src/components/fields/Text/index.js
import React from 'react' export default class Text extends React.Component { static propTypes = { onChange: React.PropTypes.func, value: React.PropTypes.string, fieldType: React.PropTypes.string, passProps: React.PropTypes.object, placeholder: React.PropTypes.node, errorMessage: React.PropT...
import React from 'react' export default class Text extends React.Component { static propTypes = { onChange: React.PropTypes.func, value: React.PropTypes.string, fieldType: React.PropTypes.string, passProps: React.PropTypes.object, placeholder: React.PropTypes.node, errorMessage: React.PropT...
Add disabled to text input
Add disabled to text input
JavaScript
mit
orionsoft/parts
--- +++ @@ -8,7 +8,8 @@ fieldType: React.PropTypes.string, passProps: React.PropTypes.object, placeholder: React.PropTypes.node, - errorMessage: React.PropTypes.node + errorMessage: React.PropTypes.node, + disabled: React.PropTypes.boolean } static defaultProps = { @@ -27,6 +28,7 @@ ...
82a4e6147a20b6583df43375e70b593a73cf0396
lib/transport/ssh.spec.js
lib/transport/ssh.spec.js
'use strict'; const { expect } = require('chai'); const SshTransport = require('./ssh'); describe('SshTransport', () => { it('should not use a private key if password is specified', () => { const options = getTransportOptions({ password: 'pass' }); expect(options.usePrivateKey).to.be.false; expect(opt...
'use strict'; const { expect } = require('chai'); const SshTransport = require('./ssh'); class NoExceptionSshTransport extends SshTransport { normalizeOptions() { try { super.normalizeOptions(); } catch (e) { this.error = e; } } } describe('SshTransport', () => { it('should not use a p...
Fix a test on travis
Fix a test on travis
JavaScript
mit
megahertz/electron-simple-publisher
--- +++ @@ -3,6 +3,16 @@ const { expect } = require('chai'); const SshTransport = require('./ssh'); + +class NoExceptionSshTransport extends SshTransport { + normalizeOptions() { + try { + super.normalizeOptions(); + } catch (e) { + this.error = e; + } + } +} describe('SshTransport', () =>...
a08a2e797d2783defdd2551bf2ca203e54a3702b
js/main.js
js/main.js
// Github API call according to their json-p dox function callGHAPI(url, callback) { var apiRoot = "https://api.github.com/"; var script = document.createElement("script"); script.src = apiRoot + url + "?callback=" + callback; document.getElementsByTagName("head")[0].appendChild(script); } // validate ...
// Github API call according to their json-p dox function callGHAPI(url, callback) { var apiRoot = "https://api.github.com/"; var script = document.createElement("script"); script.src = apiRoot + url + "?callback=" + callback; document.getElementsByTagName("head")[0].appendChild(script); } // validate ...
Update typeahead source when different user entered
Update typeahead source when different user entered
JavaScript
mit
Somsubhra/github-release-stats,Somsubhra/github-release-stats
--- +++ @@ -23,7 +23,8 @@ $.each(data, function(index, item) { repoNames.push(data[index].name); }); - $("#repository").typeahead({source: repoNames}); + var autoComplete = $('#repository').typeahead(); + autoComplete.data('typeahead').source = repoNames; } // The main function
a1b98bb9dad8a3a82fe750dc09d470e14fe233ec
js/main.js
js/main.js
--- layout: null --- $(document).ready(function () { $('a.events-button').click(function (e) { if ($('.panel-cover').hasClass('panel-cover--collapsed')) return currentWidth = $('.panel-cover').width() if (currentWidth < 960) { $('.panel-cover').addClass('panel-cover--collapsed') $('.content-wr...
--- layout: null --- $(document).ready(function () { $('a.events-button').click(function (e) { if ($('.panel-cover').hasClass('panel-cover--collapsed')) return currentWidth = $('.panel-cover').width() if (currentWidth < 960) { $('.panel-cover').addClass('panel-cover--collapsed') $('.content-wr...
Fix defaulting to events page, maybe....
Fix defaulting to events page, maybe....
JavaScript
mit
GRPosh/GRPosh.github.io,GRPosh/GRPosh.github.io,GRPosh/GRPosh.github.io
--- +++ @@ -18,7 +18,7 @@ $('.panel-cover').addClass('panel-cover--collapsed') } - if (window.location.pathname !== '{{ site.baseurl }}' && window.location.pathname !== '{{ site.baseurl }}index.html') { + if (window.location.pathname !== '{{ site.baseurl }}') { $('.panel-cover').addClass('panel-cover...
86773197f53aeb163de92fbd9f339d53903dd4c3
lib/viewer/DataSetView.js
lib/viewer/DataSetView.js
import React from 'react'; export default React.createClass({ displayName: 'DataSetViewer', propTypes: { base: React.PropTypes.string, item: React.PropTypes.object, }, openDataSet() { ArcticViewer.load('http://' + location.host + this.props.base + this.props.item.path, docume...
import React from 'react'; export default React.createClass({ displayName: 'DataSetViewer', propTypes: { base: React.PropTypes.string, item: React.PropTypes.object, }, openDataSet() { ArcticViewer.load('http://' + location.host + this.props.base + this.props.item.path, docume...
Update code formatting to comply with our ESLint specification
style(ESLint): Update code formatting to comply with our ESLint specification
JavaScript
bsd-3-clause
Kitware/arctic-viewer,Kitware/in-situ-data-viewer,Kitware/in-situ-data-viewer,Kitware/arctic-viewer,Kitware/arctic-viewer
--- +++ @@ -10,7 +10,7 @@ }, openDataSet() { - ArcticViewer.load('http://' + location.host + this.props.base + this.props.item.path, document.querySelector('.react-content')); + ArcticViewer.load('http://' + location.host + this.props.base + this.props.item.path, document.querySelector('.rea...
97889608f3e80095e139d3da69be2b24df6eacd7
components/guestbookCapture.js
components/guestbookCapture.js
/** @jsxImportSource theme-ui */ import { Box, Button } from 'theme-ui' import Link from 'next/link' import Sparkle from './sparkle' import Spicy from './spicy' // email export default function GuestbookCapture({ props }) { return ( <Box sx={{ position: 'relative', p: [3, 3, 4], bg...
/** @jsxImportSource theme-ui */ import { Box, Button } from 'theme-ui' import Link from 'next/link' import Sparkle from './sparkle' import Spicy from './spicy' // email export default function GuestbookCapture({ props }) { return ( <Box sx={{ position: 'relative', p: [3, 3, 4], bg...
Remove max-width from guestbook capture
Remove max-width from guestbook capture
JavaScript
mit
iammatthias/.com,iammatthias/.com,iammatthias/.com
--- +++ @@ -15,7 +15,6 @@ bg: 'elevated', height: 'fit-content', borderRadius: '4px', - maxWidth: ['100%', '50%'], }} > <h3>
783a18b1ed4e3053861315eccfee5bf55a467c02
services/frontend/src/components/elements/account/follow.js
services/frontend/src/components/elements/account/follow.js
import React from 'react'; import steem from 'steem' import { Button } from 'semantic-ui-react' export default class AccountFollow extends React.Component { constructor(props) { super(props) this.state = { processing: false, following: props.account.following || [] } } componentWillRecei...
import React from 'react'; import steem from 'steem' import { Button } from 'semantic-ui-react' export default class AccountFollow extends React.Component { constructor(props) { super(props) this.state = { processing: false, following: props.account.following || [] } } componentWillRecei...
Hide for your own account.
Hide for your own account.
JavaScript
mit
aaroncox/chainbb,aaroncox/chainbb
--- +++ @@ -33,6 +33,7 @@ }) } render() { + if(this.props.account.name === this.props.who) return false const loading = (this.state.processing || !this.props.account || !this.props.account.following) const following = (this.props.account.following && this.props.account.following.indexOf(this.p...
6b00187f384c2078cb06c5d8dab4d5ef48ca8953
src/web_loaders/ember-app-loader/get-module-exports.js
src/web_loaders/ember-app-loader/get-module-exports.js
const HarmonyExportExpressionDependency = require( "webpack/lib/dependencies/HarmonyExportExpressionDependency" ); const HarmonyExportSpecifierDependency = require( "webpack/lib/dependencies/HarmonyExportSpecifierDependency" ); const HarmonyExportImportedSpecifierDependency = require( "webpack/lib/dependencies/Harmo...
const HarmonyExportExpressionDependency = require( "webpack/lib/dependencies/HarmonyExportExpressionDependency" ); const HarmonyExportSpecifierDependency = require( "webpack/lib/dependencies/HarmonyExportSpecifierDependency" ); const HarmonyExportImportedSpecifierDependency = require( "webpack/lib/dependencies/Harmo...
Fix ember-app-loader error on invalid modules
Fix ember-app-loader error on invalid modules
JavaScript
mit
chhe/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,bastimeyer/livestreamer-twitch-gui,chhe/livestreamer-twitch-gui,bastimeyer/livestreamer-twitch-gui,streamlink/streamlink-twitch-gui,streamlink/streamlink-twitch-gui,chhe/livestreamer-twitch-gui,bastimeyer/livestreamer-twitch-gui
--- +++ @@ -8,7 +8,7 @@ module.exports = function getModuleExportsFactory( loaderContext ) { return path => new Promise( ( resolve, reject ) => { - loaderContext.loadModule( path, ( error, source, sourceMap, { dependencies } ) => { + loaderContext.loadModule( path, ( error, source, sourceMap, { dependencies } ...
cc63c5d48f48294163b1e9d01efa8b8fc00fce06
client/index.js
client/index.js
import 'babel-polyfill'; require('normalize.css'); require('reveal.js/css/reveal.css'); require('reveal.js/css/theme/black.css'); require('./index.css'); import reveal from 'reveal.js'; import setupMedimapWidgets from './medimap-widget.js'; reveal.initialize({ controls: false, progress: false, loop: true, sh...
import 'babel-polyfill'; require('normalize.css'); require('reveal.js/css/reveal.css'); require('reveal.js/css/theme/black.css'); require('./index.css'); import reveal from 'reveal.js'; import setupMedimapWidgets from './medimap-widget.js'; reveal.initialize({ controls: false, progress: false, loop: true, sh...
Switch to fade transition (performance issues)
Switch to fade transition (performance issues)
JavaScript
mit
jo12bar/medimap-viewer,jo12bar/medimap-viewer,jo12bar/medimap-viewer,jo12bar/medimap-viewer,jo12bar/medimap-viewer
--- +++ @@ -15,9 +15,9 @@ shuffle: true, autoSlide: 20 * 1000, autoSlideStoppable: false, - transition: 'slide', + transition: 'fade', transitionSpeed: 'default', - backgroundTransition: 'slide', + backgroundTransition: 'fade', }); // Setup all medimap widgets
908c305b901b73e92cd0e1ef4fd0f76d1aa2ea72
lib/config.js
lib/config.js
var fs = require('fs'); var mkdirp = require('mkdirp'); var existsSync = fs.existsSync || path.existsSync; // to support older nodes than 0.8 var CONFIG_FILE_NAME = 'config.json'; var Config = function(home) { this.home = home; this.load(); }; Config.prototype = { home: null, data: {}, configFilePath: funct...
var fs = require('fs'); var mkdirp = require('mkdirp'); var existsSync = fs.existsSync || require('path').existsSync; // to support older nodes than 0.8 var CONFIG_FILE_NAME = 'config.json'; var Config = function(home) { this.home = home; this.load(); }; Config.prototype = { home: null, data: {}, configFile...
Add the missing require for path module
Add the missing require for path module
JavaScript
mit
groonga/gcs-console
--- +++ @@ -1,6 +1,6 @@ var fs = require('fs'); var mkdirp = require('mkdirp'); -var existsSync = fs.existsSync || path.existsSync; // to support older nodes than 0.8 +var existsSync = fs.existsSync || require('path').existsSync; // to support older nodes than 0.8 var CONFIG_FILE_NAME = 'config.json'; var Confi...
8262f90630783eb9329613aaf676b2b43c960dff
lib/CarbonClient.js
lib/CarbonClient.js
var RestClient = require('carbon-client') var util = require('util') var fibrous = require('fibrous'); /**************************************************************************************************** * monkey patch the endpoint class to support sync get/post/put/delete/head/patch */ var Endpoint = RestClient.s...
var RestClient = require('carbon-client') var util = require('util') var fibrous = require('fibrous'); /**************************************************************************************************** * monkey patch the endpoint class to support sync get/post/put/delete/head/patch */ var Endpoint = RestClient....
Move method list to node client
Move method list to node client
JavaScript
mit
carbon-io/carbon-client-node,carbon-io/carbon-client-node
--- +++ @@ -1,6 +1,7 @@ var RestClient = require('carbon-client') var util = require('util') var fibrous = require('fibrous'); + /**************************************************************************************************** * monkey patch the endpoint class to support sync get/post/put/delete/head/patc...
4855e94ed7492a333597b4715a9d606cb74ab086
plugins/services/src/js/pages/task-details/ServiceTaskDetailPage.js
plugins/services/src/js/pages/task-details/ServiceTaskDetailPage.js
import React from 'react'; import TaskDetail from './TaskDetail'; import MesosStateStore from '../../../../../../src/js/stores/MesosStateStore'; import ServiceBreadcrumbs from '../../components/ServiceBreadcrumbs'; import Page from '../../../../../../src/js/components/Page'; class ServiceTaskDetailPage extends React...
import React from 'react'; import TaskDetail from './TaskDetail'; import MesosStateStore from '../../../../../../src/js/stores/MesosStateStore'; import ServiceBreadcrumbs from '../../components/ServiceBreadcrumbs'; import Page from '../../../../../../src/js/components/Page'; class ServiceTaskDetailPage extends React...
Fix up route to logs tab
Fix up route to logs tab
JavaScript
apache-2.0
dcos/dcos-ui,dcos/dcos-ui,dcos/dcos-ui,dcos/dcos-ui,dcos/dcos-ui
--- +++ @@ -15,7 +15,7 @@ const tabs = [ {label: 'Details', routePath: routePrefix + '/details'}, {label: 'Files', routePath: routePrefix + '/files'}, - {label: 'Logs', routePath: routePrefix + '/logs'} + {label: 'Logs', routePath: routePrefix + '/view'} ]; let task = MesosSta...
0f2fc159b5c0622b20f34d9eed915c7563237a7a
lib/cfn.js
lib/cfn.js
exports.init = function(genericAWSClient) { // Creates a CloudFormation API client var createCFNClient = function (accessKeyId, secretAccessKey, options) { options = options || {}; var client = cfnClient({ host: options.host || "cloudformation.us-east-1.amazonaws.com", path: options.path || "/"...
exports.init = function(genericAWSClient) { // Creates a CloudFormation API client var createCFNClient = function (accessKeyId, secretAccessKey, options) { options = options || {}; var client = cfnClient({ host: options.host || "cloudformation.us-east-1.amazonaws.com", path: options.path || "/"...
Use advertised API version for CFN.
Use advertised API version for CFN.
JavaScript
mit
mirkokiefer/aws-lib,livelycode/aws-lib,pnedunuri/aws-lib
--- +++ @@ -21,7 +21,7 @@ }); obj.call = function(action, query, callback) { query["Action"] = action - query["Version"] = obj.version || '2010-08-01' + query["Version"] = obj.version || '2010-05-15' query["SignatureMethod"] = "HmacSHA256" query["SignatureVersion"] = "2" ...
370857a2c3d321b2fb1e7177de266b8422112425
app/assets/javascripts/alchemy/alchemy.jquery_loader.js
app/assets/javascripts/alchemy/alchemy.jquery_loader.js
if (typeof(Alchemy) === 'undefined') { var Alchemy = {}; } // Load jQuery on demand. Use this if jQuery is not present. // Found on http://css-tricks.com/snippets/jquery/load-jquery-only-if-not-present/ Alchemy.loadjQuery = function(callback) { var thisPageUsingOtherJSLibrary = false; if (typeof($) === 'functi...
if (typeof(Alchemy) === 'undefined') { var Alchemy = {}; } // Load jQuery on demand. Use this if jQuery is not present. // Found on http://css-tricks.com/snippets/jquery/load-jquery-only-if-not-present/ Alchemy.loadjQuery = function(callback) { var thisPageUsingOtherJSLibrary = false; if (typeof($) === 'functi...
Load jquery from cdn instead of locally for menubar.
Load jquery from cdn instead of locally for menubar.
JavaScript
bsd-3-clause
clst/alchemy_cms,mtomov/alchemy_cms,nielspetersen/alchemy_cms,mamhoff/alchemy_cms,thomasjachmann/alchemy_cms,heisam/alchemy_cms,Domenoth/alchemy_cms,kinsomicrote/alchemy_cms,mamhoff/alchemy_cms,thomasjachmann/alchemy_cms,cygnus6/alchemy_cms,IngoAlbers/alchemy_cms,robinboening/alchemy_cms,AlchemyCMS/alchemy_cms,cygnus6/...
--- +++ @@ -30,7 +30,7 @@ head.appendChild(script); } - getScript('/assets/jquery.min.js', function() { + getScript('//code.jquery.com/jquery.min.js', function() { if (typeof(jQuery) !== 'undefined') { if (thisPageUsingOtherJSLibrary) { jQuery.noConflict();
2d1dd9b1bbfd7b07bdcae40613899eab31c75f9a
lib/wee.js
lib/wee.js
#! /usr/bin/env node /* global require, process */ var program = require('commander'), fs = require('fs'), cwd = process.cwd(), cliPath = cwd + '/node_modules/wee-core/cli.js'; // Register version and init command program .version(require('../package').version) .usage('<command> [options]') .command('init [nam...
#! /usr/bin/env node /* global require, process */ var program = require('commander'), fs = require('fs'), cwd = process.cwd(), cliPath = cwd + '/node_modules/wee-core/cli.js'; // Register version and init command program .version(require('../package').version) .usage('<command> [options]') .command('init [nam...
Print out help menu when incorrect argument is given
Print out help menu when incorrect argument is given
JavaScript
apache-2.0
weepower/wee-cli
--- +++ @@ -12,6 +12,13 @@ .version(require('../package').version) .usage('<command> [options]') .command('init [name]', 'create a new project'); + // TODO: Finish init command + +// Set help as default command if nothing found +program + .on('*', () => { + program.outputHelp(); + }); fs.stat(cliPath, funct...
63284bdb3177e678208650e0b738dc9876afa643
app/components/Todo.js
app/components/Todo.js
import React, { PropTypes } from 'react' import ListItem from 'material-ui/lib/lists/list-item' import Checkbox from 'material-ui/lib/checkbox' import ActionDelete from 'material-ui/lib/svg-icons/action/delete' const Todo = ({ onClick, onDelete, completed, text }) => ( <ListItem onClick={onClick} primaryText...
import React, { PropTypes } from 'react' import ListItem from 'material-ui/lib/lists/list-item' import Checkbox from 'material-ui/lib/checkbox' import ActionDelete from 'material-ui/lib/svg-icons/action/delete' const Todo = ({ onClick, onDelete, completed, text }) => ( <ListItem onClick={onClick} primaryText...
Add strike-through for completed tasks
Add strike-through for completed tasks
JavaScript
mit
rxlabs/tasty-todos,rxlabs/tasty-todos,rxlabs/tasty-todos
--- +++ @@ -9,6 +9,7 @@ primaryText={text} leftCheckbox={<Checkbox checked={completed} />} rightIcon={<ActionDelete onClick={onDelete} />} + style={completed ? {textDecoration: 'line-through'} : {}} /> )
ad03ed2e56b56f22fc0f148dd6e6027eab718591
specs/server/ServerSpec.js
specs/server/ServerSpec.js
/* global require, describe, it */ 'use strict'; var expect = require('chai').expect; var request = require('request'); var url = function(path) { return 'http://localhost:8000' + path; }; describe('GET /', function() { it('responds', function(done){ request(url('/'), function(error, res) { expect(res....
/* global require, describe, it */ 'use strict'; var expect = require('chai').expect; var request = require('request'); var url = function(path) { return 'http://localhost:8000' + path; }; describe("MongoDB", function() { it("is there a server running", function(next) { var MongoClient = require('mongo...
Add test to ensure mongodb is running.
Add test to ensure mongodb is running.
JavaScript
mit
JulieMarie/Brainstorm,HRR2-Brainstorm/Brainstorm,JulieMarie/Brainstorm,ekeric13/Brainstorm,EJJ-Brainstorm/Brainstorm,EJJ-Brainstorm/Brainstorm,ekeric13/Brainstorm,plauer/Brainstorm,drabinowitz/Brainstorm
--- +++ @@ -7,6 +7,16 @@ var url = function(path) { return 'http://localhost:8000' + path; }; + +describe("MongoDB", function() { + it("is there a server running", function(next) { + var MongoClient = require('mongodb').MongoClient; + MongoClient.connect('mongodb://127.0.0.1:27017/brainstormer',...
7f08b0b8950ee9e4123b2d5332f2fcfe8616d771
lib/daemon-setup.js
lib/daemon-setup.js
(function() { 'use strict'; exports.init = function(params) { var fs = require('fs'); var path = require('path'); var service = params['service']; var shell = require('shelljs'); if (!service) { throw new Error('missing required parameter "service"'); } createUser(); enableLo...
(function() { 'use strict'; exports.init = function(params) { var fs = require('fs'); var path = require('path'); var service = params['service']; var shell = require('shelljs'); if (!service) { throw new Error('missing required parameter "service"'); } createUser(); enableLo...
Verify that exception is raised if appropriate.
Verify that exception is raised if appropriate.
JavaScript
mit
optbot/daemon-setup,optbot/daemon-setup
--- +++ @@ -20,11 +20,13 @@ } function writeUpstart() { - var srcFile = path.join(__dirname, 'template.upstart'); + //var srcFile = path.join(__dirname, 'template.upstart'); + var srcFile = path.join(__dirname, 'foo.upstart'); + console.log('upstart contents:'); fs.readFile(sr...
788c0adabe8a1501e8032e5b9d90afcc5c4927ab
lib/delve-client.js
lib/delve-client.js
/** DelveClient @description creates a singleton Delve client **/ 'use babel'; const DelveClient = require('delvejs'); var delveClient; const connManager = { connect: function connect(host, port) { delveClient = new DelveClient(host, port); return delveClient.establishSocketConn(); }, endConnectio...
/** DelveClient @description creates a singleton Delve client **/ 'use babel'; const DelveClient = require('delvejs'); var delveClient; const connManager = { isConnected: false, connect: function connect(host, port) { delveClient = new DelveClient(host, port); return delveClient.establishSocketConn()...
Check for is connected before ending
Check for is connected before ending
JavaScript
mit
tylerFowler/atom-delve
--- +++ @@ -9,14 +9,18 @@ var delveClient; const connManager = { + isConnected: false, connect: function connect(host, port) { delveClient = new DelveClient(host, port); - return delveClient.establishSocketConn(); + return delveClient.establishSocketConn() + .then(() => this.isConnected = true);...
31fde45536d569f6629b4896d61b4f6093059f2c
source/@lacqueristas/signals/refreshResources/index.js
source/@lacqueristas/signals/refreshResources/index.js
import {map} from "ramda" import mergeResource from "../mergeResource" export default function refreshResources (): Function { return function thunk (dispatch: ReduxDispatchType, getState: GetStateType, {client}: {client: HSDKClientType}): Promise<SignalType> { const state = getState() map((collection: Arr...
import {ok} from "httpstatuses" import {forEach} from "ramda" import {omit} from "ramda" import * as resources from "@lacqueristas/resources" import mergeResource from "../mergeResource" const MAPPING = { accounts: "account", sessions: "session", projects: "project", } export default function refreshResources ...
Refactor for abstractions and better control flow
Refactor for abstractions and better control flow
JavaScript
mit
lacqueristas/www,lacqueristas/www
--- +++ @@ -1,13 +1,22 @@ -import {map} from "ramda" +import {ok} from "httpstatuses" +import {forEach} from "ramda" +import {omit} from "ramda" +import * as resources from "@lacqueristas/resources" import mergeResource from "../mergeResource" + +const MAPPING = { + accounts: "account", + sessions: "session", + ...
4893fe0778f0e6a3876d0c634d5437c3f7e6911d
lib/controllers/api/v1/users.js
lib/controllers/api/v1/users.js
'use strict'; var mongoose = require('mongoose'), utils = require('../utils'), User = mongoose.model('User'), Application = mongoose.model('Application'), SimpleApiKey = mongoose.model('SimpleApiKey'), OauthConsumer = mongoose.model('OauthConsumer'), Event = mongoose.model('Event'), middleware = require('../../...
'use strict'; var mongoose = require('mongoose'), utils = require('../utils'), User = mongoose.model('User'), Application = mongoose.model('Application'), SimpleApiKey = mongoose.model('SimpleApiKey'), OauthConsumer = mongoose.model('OauthConsumer'), Event = mongoose.model('Event'), User = mongoose.model('User'...
Add organizer Endpoint to API
Add organizer Endpoint to API
JavaScript
apache-2.0
Splaktar/hub,gdg-x/hub,gdg-x/hub,nassor/hub,fchuks/hub,nassor/hub,fchuks/hub,Splaktar/hub
--- +++ @@ -7,9 +7,27 @@ SimpleApiKey = mongoose.model('SimpleApiKey'), OauthConsumer = mongoose.model('OauthConsumer'), Event = mongoose.model('Event'), + User = mongoose.model('User'), + Chapter = mongoose.model('Chapter'), middleware = require('../../../middleware'), devsite = require('../../../clients/d...
a4187de0cd7c54363cc6225f72fe9093b8a8b4c8
src/javascripts/ng-admin/Main/component/directive/maDashboardPanel.js
src/javascripts/ng-admin/Main/component/directive/maDashboardPanel.js
function maDashboardPanel($state) { return { restrict: 'E', scope: { collection: '&', entries: '&' }, link: function(scope) { scope.gotoList = function () { $state.go($state.get('list'), { entity: scope.collection().entity.name() })...
function maDashboardPanel($state) { return { restrict: 'E', scope: { collection: '&', entries: '&' }, link: function(scope) { scope.gotoList = function () { $state.go($state.get('list'), { entity: scope.collection().entity.name() })...
Fix dashboard panel title when dashboard is undefined
Fix dashboard panel title when dashboard is undefined
JavaScript
mit
Benew/ng-admin,LuckeyHomes/ng-admin,ulrobix/ng-admin,maninga/ng-admin,manuelnaranjo/ng-admin,ronal2do/ng-admin,jainpiyush111/ng-admin,baytelman/ng-admin,manekinekko/ng-admin,eBoutik/ng-admin,marmelab/ng-admin,rifer/ng-admin,baytelman/ng-admin,rifer/ng-admin,bericonsulting/ng-admin,SebLours/ng-admin,SebLours/ng-admin,ah...
--- +++ @@ -12,7 +12,7 @@ }, template: '<div class="panel-heading">' + - '<a ng-click="gotoList()">{{ collection().title() || collection().entity().label() }}</a>' + + '<a ng-click="gotoList()">{{ collection().title() || collection().entity.label() }}</a>' + ...
d4a57ac1e7516a75a3770e23a06241366a90dbcb
spec/lib/repository-mappers/figshare/parseL1ArticlePresenters-spec.js
spec/lib/repository-mappers/figshare/parseL1ArticlePresenters-spec.js
import parseL1ArticlePresenters from '../../../../lib/repository-mappers/figshare/parseL1ArticlePresenters'; const figshareL1Articles = require('./resources/figshareL1Articles.json'); const convertedArticles = parseL1ArticlePresenters(figshareL1Articles); it('parses all articles figshare returns', () => expect(con...
import parseL1ArticlePresenters from '../../../../lib/repository-mappers/figshare/parseL1ArticlePresenters'; const figshareL1Articles = require('./resources/figshareL1Articles.json'); const convertedArticles = parseL1ArticlePresenters(figshareL1Articles); it('parses all articles figshare returns', () => expect(con...
Add unit test for Figshare ID in L1 presenter
Add unit test for Figshare ID in L1 presenter
JavaScript
mit
mozillascience/software-discovery-dashboard,mozillascience/software-discovery-dashboard
--- +++ @@ -6,6 +6,11 @@ it('parses all articles figshare returns', () => expect(convertedArticles.length).toBe(2) ); + +it('parses Figshare article IDs', () => { + expect(convertedArticles[0].id).toBe(figshareL1Articles[0].id); + expect(convertedArticles[1].id).toBe(figshareL1Articles[1].id); +}); it('conv...
5df003b17e805ea3c649330bd72fe3d0d7ad085d
app/src/store/index.js
app/src/store/index.js
import Vue from "vue"; import Vuex, {Store} from "vuex"; import state from "./state"; import * as mutations from "./mutations"; import * as getters from "./getters"; import * as actions from "./actions"; import {persistencePlugin, i18nPlugin} from "./plugins"; Vue.use(Vuex); export default new Store({ strict: pro...
import Vue from "vue"; import Vuex, {Store} from "vuex"; import state from "./state"; import * as mutations from "./mutations"; import * as getters from "./getters"; import * as actions from "./actions"; import {persistencePlugin, i18nPlugin} from "./plugins"; Vue.use(Vuex); export default new Store({ strict: pro...
Fix persistence issues not tracking the correct mutations
Fix persistence issues not tracking the correct mutations
JavaScript
mit
sulcata/sulcalc,sulcata/sulcalc,sulcata/sulcalc
--- +++ @@ -18,12 +18,12 @@ persistencePlugin({ prefix: "sulcalc", saveOn: { - addCustomSets: "sets.custom", - setSmogonSets: "enabledSets.smogon", - setPokemonPerfectSets: "enabledSets.pokemonPerfect", - setCustomSets: "en...
1d894193ceebc30520ef2d18a6c15452f52a2e30
tests/dummy/app/controllers/collapsible.js
tests/dummy/app/controllers/collapsible.js
export default Ember.Controller.extend({ actions: { collapseLeft: function() { this.get('leftChild').collapse(); }, collapseRight: function() { this.get('rightChild').collapse(); } } });
import Ember from 'ember'; export default Ember.Controller.extend({ actions: { collapseLeft: function() { this.get('leftChild').collapse(); }, collapseRight: function() { this.get('rightChild').collapse(); } } });
Add missing import ember to dummy app
Add missing import ember to dummy app
JavaScript
mit
BryanCrotaz/ember-split-view,BryanHunt/ember-split-view,BryanCrotaz/ember-split-view,BryanHunt/ember-split-view
--- +++ @@ -1,3 +1,5 @@ +import Ember from 'ember'; + export default Ember.Controller.extend({ actions: { collapseLeft: function() {
d0f443c0b9c32a72faa67de95da03a01025c2ad0
config/nconf.js
config/nconf.js
var nconf = require('nconf'); nconf .env(); nconf.defaults({ 'RIPPLE_REST_API': 'http://localhost:5990', 'DATABASE_URL': 'postgres://postgres:password@localhost:5432/ripple_gateway', 'RIPPLE_DATAMODEL_ADAPTER': 'ripple-gateway-data-sequelize-adapter', 'RIPPLE_EXPRESS_GATEWAY': 'ripple-gateway-express', 'S...
var nconf = require('nconf'); nconf .file({ file: './config/config.json' }) .env(); nconf.defaults({ 'RIPPLE_REST_API': 'http://localhost:5990', 'DATABASE_URL': 'postgres://postgres:password@localhost:5432/ripple_gateway', 'RIPPLE_DATAMODEL_ADAPTER': 'ripple-gateway-data-sequelize-adapter', 'RIPPLE_EXPRES...
Load base config from file.
[FEATURE] Load base config from file.
JavaScript
isc
zealord/gatewayd,Parkjeahwan/awegeeks,xdv/gatewayd,Parkjeahwan/awegeeks,whotooktwarden/gatewayd,xdv/gatewayd,crazyquark/gatewayd,zealord/gatewayd,whotooktwarden/gatewayd,crazyquark/gatewayd
--- +++ @@ -1,6 +1,7 @@ var nconf = require('nconf'); nconf + .file({ file: './config/config.json' }) .env(); nconf.defaults({
e9d0001580fcd7178334071d6ea9040da9df49a9
jest.setup.js
jest.setup.js
/* eslint-disable import/no-unassigned-import */ import 'raf/polyfill' import 'mock-local-storage' import {configure} from 'enzyme' import Adapter from 'enzyme-adapter-react-16' configure({adapter: new Adapter()})
/* eslint-disable import/no-unassigned-import */ import 'raf/polyfill' import 'mock-local-storage' import {configure} from 'enzyme' import Adapter from 'enzyme-adapter-react-16' import {setConfig} from 'next/config' configure({adapter: new Adapter()}) // Initialize Next.js configuration with empty values. setConfig...
Set default configuration for tests
Set default configuration for tests
JavaScript
mit
sgmap/inspire,sgmap/inspire
--- +++ @@ -5,5 +5,12 @@ import {configure} from 'enzyme' import Adapter from 'enzyme-adapter-react-16' +import {setConfig} from 'next/config' configure({adapter: new Adapter()}) + +// Initialize Next.js configuration with empty values. +setConfig({ + publicRuntimeConfig: {}, + secretRuntimeConfig: {} +})
e6bfa9f7036d4ad51af84a9205616b4782a5db91
geoportal/geoportailv3_geoportal/static-ngeo/js/backgroundselector/BackgroundselectorDirective.js
geoportal/geoportailv3_geoportal/static-ngeo/js/backgroundselector/BackgroundselectorDirective.js
import appModule from '../module.js'; /** * @param {string} appBackgroundselectorTemplateUrl Url to backgroundselector template. * @return {angular.IDirective} * @ngInject */ const exports = function(appBackgroundselectorTemplateUrl) { return { restrict: 'E', scope: { 'map': '=appBa...
import appModule from '../module.js'; /** * @param {string} appBackgroundselectorTemplateUrl Url to backgroundselector template. * @return {angular.IDirective} * @ngInject */ const exports = function(appBackgroundselectorTemplateUrl) { return { restrict: 'E', scope: { 'map': '=appBa...
Add missing customOnChange directive for the new background selector component
Add missing customOnChange directive for the new background selector component
JavaScript
mit
Geoportail-Luxembourg/geoportailv3,Geoportail-Luxembourg/geoportailv3,Geoportail-Luxembourg/geoportailv3,Geoportail-Luxembourg/geoportailv3,Geoportail-Luxembourg/geoportailv3
--- +++ @@ -18,6 +18,20 @@ } } + // Custom directive for the "vector tiles style" upload button + appModule.directive('customOnChange', function() { + return { + restrict: 'A', + link: function (scope, element, attrs) { + var onChangeHandler = scope.$eval(attrs.customOnChange); + e...
067d0b0d647385559f5008aa62c89b18688431c0
karma.conf.js
karma.conf.js
// Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html const path = require('path'); process.env.CHROME_BIN = require('puppeteer').executablePath(); module.exports = function (config) { config.set({ basePath: '', frameworks: ['jasmine...
// Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html const path = require('path'); process.env.CHROME_BIN = require('puppeteer').executablePath(); module.exports = function (config) { config.set({ basePath: '', frameworks: ['jasmine...
Disable unit test console logging
Disable unit test console logging
JavaScript
mit
kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard,kiswa/TaskBoard
--- +++ @@ -17,6 +17,7 @@ require('@angular-devkit/build-angular/plugins/karma') ], client:{ + captureConsole: false, clearContext: false // leave Jasmine Spec Runner output visible in browser }, coverageIstanbulReporter: {
6cbd9e5ade62b19781fce3263aa8890242aa2804
contentcuration/contentcuration/frontend/shared/vuex/snackbar/index.js
contentcuration/contentcuration/frontend/shared/vuex/snackbar/index.js
export default { state: { isVisible: false, options: { text: '', autoDismiss: true, }, }, getters: { snackbarIsVisible(state) { return state.isVisible; }, snackbarOptions(state) { return state.options; }, }, mutations: { CORE_CREATE_SNACKBAR(state, snack...
export default { state: { isVisible: false, options: { text: '', // duration in ms, 0 indicates it should not automatically dismiss duration: 6000, actionText: '', actionCallback: null, }, }, getters: { snackbarIsVisible(state) { return state.isVisible; }, ...
Remove `autoDismiss` and add actions
Remove `autoDismiss` and add actions - `autoDismiss: false` can be done by making duration `null` in this case the snackbar won't dismiss until the button is clicked on the snackbar item - Now we can dispatch actions rather than commit mutations directly. Per Vue 'best practices'
JavaScript
mit
DXCanas/content-curation,DXCanas/content-curation,DXCanas/content-curation,DXCanas/content-curation
--- +++ @@ -3,7 +3,10 @@ isVisible: false, options: { text: '', - autoDismiss: true, + // duration in ms, 0 indicates it should not automatically dismiss + duration: 6000, + actionText: '', + actionCallback: null, }, }, getters: { @@ -14,6 +17,14 @@ return s...
a003149c2d98a236c320bd84c0e484a6cf62f370
packages/rekit-studio/src/features/common/monaco/setupLinter.js
packages/rekit-studio/src/features/common/monaco/setupLinter.js
/* eslint no-use-before-define: 0 */ import _ from 'lodash'; import axios from 'axios'; let editor; let monaco; // Worker always run and will never terminate // There is only one global editor instance never disposed in Rekit Studio. function setupLintWorker(_editor, _monaco) { editor = _editor; monaco = _monaco;...
/* eslint no-use-before-define: 0 */ import _ from 'lodash'; import axios from 'axios'; let editor; let monaco; // Worker always run and will never terminate // There is only one global editor instance never disposed in Rekit Studio. function setupLintWorker(_editor, _monaco) { editor = _editor; monaco = _monaco;...
Clear eslint error for non-js files.
Clear eslint error for non-js files.
JavaScript
mit
supnate/rekit
--- +++ @@ -28,6 +28,8 @@ } }) .catch(() => {}); + } else { + updateLintWarnings([]); } }, 500);
5cf5083c97d2189a75c1124581c40c30cf3921dc
lib/global.js
lib/global.js
global.WRTC = require('wrtc') global.WEBTORRENT_ANNOUNCE = [ 'wss://tracker.webtorrent.io' ]
global.WRTC = require('wrtc') global.WEBTORRENT_ANNOUNCE = [ 'wss://tracker.webtorrent.io/' ]
Fix error "connection error to wss://tracker.webtorrent.io?1fe16837ed"
Fix error "connection error to wss://tracker.webtorrent.io?1fe16837ed"
JavaScript
mit
feross/webtorrent-hybrid,yciabaud/webtorrent-hybrid,feross/webtorrent-hybrid
--- +++ @@ -1,2 +1,2 @@ global.WRTC = require('wrtc') -global.WEBTORRENT_ANNOUNCE = [ 'wss://tracker.webtorrent.io' ] +global.WEBTORRENT_ANNOUNCE = [ 'wss://tracker.webtorrent.io/' ]
751c2642026e2e6aabd62e1661d7ee01dfb82b4c
app/assets/javascripts/app.js
app/assets/javascripts/app.js
angular .module('fitnessTracker', ['ui.router', 'templates', 'Devise']) .config(function($stateProvider, $urlRouterProvider) { $stateProvider .state('signup', { url: '/signup', templateUrl: 'auth/_signup.html', controller: 'AuthenticationController as AuthCtrl' ...
angular .module('fitnessTracker', ['ui.router', 'templates', 'Devise']) .config(function($stateProvider, $urlRouterProvider) { $stateProvider .state('signup', { url: '/signup', templateUrl: 'auth/_signup.html', controller: 'AuthenticationController as AuthCtrl' ...
Change state name from 'profile' to 'user'
Change state name from 'profile' to 'user'
JavaScript
mit
viparthasarathy/fitness-tracker,viparthasarathy/fitness-tracker,viparthasarathy/fitness-tracker
--- +++ @@ -12,7 +12,7 @@ templateUrl: 'auth/_signin.html', controller: 'AuthenticationController as AuthCtrl' }) - .state('profile', { + .state('user', { url: '/user', template: 'user/_user.html', controller: 'UserController as UserCtrl'
06309a28546f22db3ada5c67a363e7062914c701
lib/loader.js
lib/loader.js
/*jshint node: true */ var Promise = require("bluebird"); var fs = require("fs"); /** * Maps file paths to their contents. Filled in by readTemplate() if the * disableCache argument is not set to true. */ var cache = {}; /** * Reads the template file at the given path and returns its contents as a * Promi...
/*jshint node: true */ var Promise = require("bluebird"); var fs = require("fs"); /** * Maps file paths to their contents */ var cache = {}; /** * Reads the template file at the given path and returns its contents as a * Promise. The second parameter is optional; if it is set to true, the string * that wa...
Fix 'cache' variable doc comment
Fix 'cache' variable doc comment The comment referenced a non-existing function from during the development; the affected sentence is removed.
JavaScript
mit
JangoBrick/teval,JangoBrick/teval
--- +++ @@ -8,8 +8,7 @@ /** - * Maps file paths to their contents. Filled in by readTemplate() if the - * disableCache argument is not set to true. + * Maps file paths to their contents */ var cache = {};
672d4b454e02fe0cb894fdca00f6a151f7e522e4
src/data/ui/breakpoints/reducers.js
src/data/ui/breakpoints/reducers.js
//@flow import { updateObject } from "../../reducers/utils"; export default ( state: { breakpoints: { main: string } }, action: { type: string, newLayout: string, component: string } ) => updateObject(state, { breakpoints: updateObject(state.breakpoints, { [action.component]: action.newLayout }) ...
//@flow import { updateObject } from "../../reducers/utils"; export default ( state: { breakpoints: { main: string } }, action: { type: string, component: string, query: { [string]: string } } ) => updateObject(state, { breakpoints: updateObject(state.breakpoints, { [action.component]: u...
Update breakpoint reducer to assign deeper queries object
Update breakpoint reducer to assign deeper queries object
JavaScript
mit
slightly-askew/portfolio-2017,slightly-askew/portfolio-2017
--- +++ @@ -4,10 +4,17 @@ export default ( state: { breakpoints: { main: string } }, - action: { type: string, newLayout: string, component: string } + action: { + type: string, + component: string, + query: { [string]: string } + } ) => updateObject(state, { breakpoints: updateObject(state...
b90abb59cc56d6ec0f0adf381e73f4901d5cfbee
lib/assert.js
lib/assert.js
'use strict'; var Assert = require('test/assert').Assert , bindMethods = require('es5-ext/lib/Object/bind-methods').call , merge = require('es5-ext/lib/Object/plain/merge').call , never, neverBind; never = function (message) { this.fail({ message: message, operator: "never" }); }; neverBind = function ...
'use strict'; var Assert = require('test/assert').Assert , bindMethods = require('es5-ext/lib/Object/plain/bind-methods').call , merge = require('es5-ext/lib/Object/plain/merge').call , never, neverBind; never = function (message) { this.fail({ message: message, operator: "never" }); }; neverBind = fun...
Update up to changes in es5-ext
Update up to changes in es5-ext
JavaScript
isc
medikoo/tad
--- +++ @@ -1,7 +1,7 @@ 'use strict'; var Assert = require('test/assert').Assert - , bindMethods = require('es5-ext/lib/Object/bind-methods').call + , bindMethods = require('es5-ext/lib/Object/plain/bind-methods').call , merge = require('es5-ext/lib/Object/plain/merge').call , never, neverBind;
96e722264b46887d4127cf23d3e472783fba777e
js/main.js
js/main.js
var updatePreviewTarget = function(data, status) { $('.spinner').hide(); $('#preview-target').html(data); renderLatexExpressions(); } var renderLatexExpressions = function() { $('.latex-container').each( function(index) { katex.render( this.innerText, this, { displayMode: $(th...
var updatePreviewTarget = function(data, status) { $('.spinner').hide(); $('#preview-target').html(data); renderLatexExpressions(); } var renderLatexExpressions = function() { $('.latex-container').each( function(index) { katex.render( this.textContent, this, { displayMode: $(...
Fix katex rendering on firefox
Fix katex rendering on firefox
JavaScript
mit
erettsegik/erettsegik.hu,erettsegik/erettsegik.hu,erettsegik/erettsegik.hu
--- +++ @@ -8,7 +8,7 @@ $('.latex-container').each( function(index) { katex.render( - this.innerText, + this.textContent, this, { displayMode: $(this).data('displaymode') == 'block' } );
f070ba58f9d8fe367284a9c82fd9e8ec75829584
src/components/Projects.js
src/components/Projects.js
import React from 'react' import { Project } from './Project' const Projects = ({ projects = [], feature }) => { if (!projects.length) return null const featuredProjects = projects.filter((project) => project.feature) const nonFeaturedProjects = projects.filter((project) => !project.feature) return ( <>...
import React from 'react' import { Project } from './Project' const Projects = ({ projects = [], feature }) => { if (!projects.length) return null const featuredProjects = projects.filter((project) => project.feature) const nonFeaturedProjects = projects.filter((project) => !project.feature) return ( <>...
Add shadow to non-feature project container
Add shadow to non-feature project container
JavaScript
mit
dtjv/dtjv.github.io
--- +++ @@ -21,7 +21,7 @@ ) : ( <ul className="grid grid-cols-1 sm:grid-cols-2 gap-4 mt-12"> {nonFeaturedProjects.map((project) => ( - <li key={project.id} className="p-4 border rounded-sm"> + <li key={project.id} className="p-4 border rounded-lg shadow-md"> ...
0f874d8c12778c07c93526a84a8e0a43d4d27e3b
js/main.js
js/main.js
$(function() { yourCollection = new Models.ItemListings(); friendCollection = new Models.ItemListings(); featuredCollection = new Models.ItemListings(); publicCollection = new Models.ItemListings(); yourView = new Views.ListingView({ collection: yourCollection, el: $('#you-listing')[0] }); friendView = new...
$(function() { yourCollection = new Models.ItemListings(); friendCollection = new Models.ItemListings(); featuredCollection = new Models.ItemListings(); publicCollection = new Models.ItemListings(); yourView = new Views.ListingView({ collection: yourCollection, el: $('#you-listing')[0] }); friendView = new...
Add missing semicolon, remove trailing whitespace.
Add missing semicolon, remove trailing whitespace.
JavaScript
mit
burnflare/CrowdBuy,burnflare/CrowdBuy
--- +++ @@ -22,7 +22,7 @@ publicView = new Views.ListingView({ collection: publicCollection, el: $('#public-listing')[0] - }) + }); yourCollection.add({ id: 0, @@ -34,12 +34,12 @@ imageUrl: 'http://placehold.it/96x96' }); friendCollection.add({ - id: 1, - name: "Another Item", - price: "(US...
db55033e85b3c87ba45b1d5fdb28120cbc526208
src/manager/components/CommentList/index.js
src/manager/components/CommentList/index.js
import React, { Component } from 'react'; import style from './style'; import CommentItem from '../CommentItem'; export default class CommentList extends Component { componentDidMount() { this.wrapper.scrollTop = this.wrapper.scrollHeight; } componentDidUpdate(prev) { if (this.props.comments.length !== ...
import React, { Component } from 'react'; import style from './style'; import CommentItem from '../CommentItem'; export default class CommentList extends Component { componentDidMount() { this.wrapper.scrollTop = this.wrapper.scrollHeight; } componentDidUpdate(prev) { if (this.props.comments.length !== ...
Fix boolean logic related to showing delete button
Fix boolean logic related to showing delete button
JavaScript
mit
kadirahq/react-storybook,nfl/react-storybook,shilman/storybook,storybooks/storybook,storybooks/storybook,storybooks/react-storybook,storybooks/storybook,jribeiro/storybook,enjoylife/storybook,storybooks/storybook,rhalff/storybook,rhalff/storybook,rhalff/storybook,bigassdragon/storybook,jribeiro/storybook,storybooks/sto...
--- +++ @@ -30,7 +30,7 @@ <CommentItem key={`comment_${idx}`} comment={comment} - ownComment={comment.userId === this.props.user && this.props.user.id} + ownComment={comment.userId === (this.props.user && this.props.user.id)} deleteComment={() =>...
42af1e835e8ffd80e6772a8dc7694ad81b425dc5
test/test-api-ping-plugins-route.js
test/test-api-ping-plugins-route.js
var request = require('supertest'); var assert = require('assert'); var storageFactory = require('../lib/storage/storage-factory'); var storage = storageFactory.getStorageInstance('test'); var app = require('../webserver/app')(storage); describe('ping plugins route', function () { var server; var PORT = 3355; ...
var request = require('supertest'); var assert = require('assert'); var storageFactory = require('../lib/storage/storage-factory'); var storage = storageFactory.getStorageInstance('test'); var app = require('../webserver/app')(storage); describe('ping plugins route', function () { var server; var PORT = 3355; ...
Sort to get determinist ordering
Sort to get determinist ordering
JavaScript
mit
corinis/watchmen,corinis/watchmen,ravi/watchmen,iloire/WatchMen,Cellington1/Status,iloire/WatchMen,Cellington1/Status,iloire/WatchMen,Cellington1/Status,NotyIm/WatchMen,ravi/watchmen,corinis/watchmen,NotyIm/WatchMen,NotyIm/WatchMen,plyo/watchmen,plyo/watchmen,labianchin/WatchMen,labianchin/WatchMen,ravi/watchmen,labian...
--- +++ @@ -44,7 +44,9 @@ .send() .end(function (err, res) { assert.equal(res.body.length, 2); - assert.equal(res.body[0].name, 'http-head'); + var plugins = res.body.sort(function(a, b){ return a.name > b.name; }); + assert.equal(plugins...
81a144daaf912e9e9692f558b1ce0fb521575db1
package.js
package.js
Package.describe({ name: "practicalmeteor:loglevel", summary: "Simple logger with app and per-package log levels and line number preserving output.", version: "1.2.0_2", git: "https://github.com/practicalmeteor/meteor-loglevel.git" }); Package.onUse(function (api) { api.versionsFrom('0.9.3'); api.use(['m...
Package.describe({ name: "practicalmeteor:loglevel", summary: "Simple logger with app and per-package log levels and line number preserving output.", version: "1.2.0_2", git: "https://github.com/practicalmeteor/meteor-loglevel.git" }); Package.onUse(function (api) { api.versionsFrom('0.9.3'); api.use(['m...
Update munit dependency to 2.1.4
Update munit dependency to 2.1.4
JavaScript
mit
practicalmeteor/meteor-loglevel,solderzzc/meteor-loglevel
--- +++ @@ -22,7 +22,7 @@ Package.onTest(function(api) { - api.use(['coffeescript', 'practicalmeteor:loglevel@1.2.0_2', 'practicalmeteor:munit@2.1.2']); + api.use(['coffeescript', 'practicalmeteor:loglevel@1.2.0_2', 'practicalmeteor:munit@2.1.4']); api.addFiles('tests/LoggerFactoryTest.coffee'); api.ad...
d0d62e6e7bcf78e7955ac693b36084d3dc94b725
lib/workers/repository/onboarding/branch/index.js
lib/workers/repository/onboarding/branch/index.js
const { detectPackageFiles } = require('../../../../manager'); const { createOnboardingBranch } = require('./create'); const { rebaseOnboardingBranch } = require('./rebase'); const { isOnboarded, onboardingPrExists } = require('./check'); async function checkOnboardingBranch(config) { logger.debug('checkOnboarding()...
const { detectPackageFiles } = require('../../../../manager'); const { createOnboardingBranch } = require('./create'); const { rebaseOnboardingBranch } = require('./rebase'); const { isOnboarded, onboardingPrExists } = require('./check'); async function checkOnboardingBranch(config) { logger.debug('checkOnboarding()...
Allow --renovate-fork Cli flag for onboarding.
Allow --renovate-fork Cli flag for onboarding. Fixes https://github.com/renovateapp/renovate/issues/1371.
JavaScript
mit
singapore/renovate,singapore/renovate,singapore/renovate
--- +++ @@ -11,7 +11,7 @@ logger.debug('Repo is onboarded'); return { ...config, repoIsOnboarded }; } - if (config.isFork) { + if (config.isFork && !config.renovateFork) { throw new Error('fork'); } logger.info('Repo is not onboarded');
e1693cbc3e8f27a15109e128d17b675845f16166
assets/mathjaxhelper.js
assets/mathjaxhelper.js
MathJax.Hub.Config({ "tex2jax": { inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true } }); MathJax.Hub.Config({ config: ["MMLorHTML.js"], jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"], extensions: ["MathMenu.js", "MathZoom.js", "AMSmath.js", "AMSsymbols.js", "autobold.js", "autol...
MathJax.Hub.Config({ "tex2jax": { inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true } }); MathJax.Hub.Config({ config: ["MMLorHTML.js"], jax: [ "input/TeX", "output/HTML-CSS", "output/NativeMML" ], extensions: [ "MathMenu.js", "MathZoom.js", "TeX/AMSmath.js", "...
Fix paths for some mathjax extensions.
Fix paths for some mathjax extensions.
JavaScript
mit
mortenpi/Documenter.jl,MichaelHatherly/Documenter.jl,MichaelHatherly/Lapidary.jl,JuliaDocs/Documenter.jl
--- +++ @@ -6,8 +6,19 @@ }); MathJax.Hub.Config({ config: ["MMLorHTML.js"], - jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"], - extensions: ["MathMenu.js", "MathZoom.js", "AMSmath.js", "AMSsymbols.js", "autobold.js", "autoload-all.js"] + jax: [ + "input/TeX", + "output/HTML-CSS", + "output...
2aed51e0cddadbf600421ae56587a2b1fceb6198
config/index.js
config/index.js
import defaults from 'defaults' const API_GLOBAL = '_IMDIKATOR' const env = process.env.NODE_ENV || 'development' const DEFAULTS = { port: 3000, reduxDevTools: false } const globalConfig = (typeof window !== 'undefined' && window[API_GLOBAL] || {}) export default defaults({ env, port: process.env.PORT, /...
import defaults from 'defaults' const API_GLOBAL = '_IMDIKATOR' const env = process.env.NODE_ENV || 'development' const DEFAULTS = { port: 3000, reduxDevTools: false } const globalConfig = (typeof window !== 'undefined' && window[API_GLOBAL] || {}) export default defaults({ env, port: process.env.PORT, /...
FIX - changed node api to https
FIX - changed node api to https
JavaScript
mit
bengler/imdikator,bengler/imdikator
--- +++ @@ -15,7 +15,7 @@ env, port: process.env.PORT, // nodeApiHost: 'localhost:8080', - nodeApiHost: 'http://atindikatornode.azurewebsites.net', + nodeApiHost: 'https://atindikatornode.azurewebsites.net', apiHost: globalConfig.apiHost, contentApiHost: globalConfig.contentApiHost, reduxDevTools:...
fdce895bbaa4c08431d173edd286cb9b6670f2c2
tools/cli/dev-bundle-bin-helpers.js
tools/cli/dev-bundle-bin-helpers.js
var path = require("path"); var devBundleDir = path.resolve(__dirname, "..", "..", "dev_bundle"); var binDir = path.join(devBundleDir, "bin"); exports.getCommandPath = function (command) { return path.join(binDir, command); }; exports.getEnv = function () { var env = Object.create(process.env); env.PATH = [ ...
var path = require("path"); var devBundleDir = path.resolve(__dirname, "..", "..", "dev_bundle"); var binDir = path.join(devBundleDir, "bin"); exports.getCommandPath = function (command) { return path.join(binDir, command); }; exports.getEnv = function () { var env = Object.create(process.env); var paths = [ ...
Make sure env.Path === env.PATH on Windows.
Make sure env.Path === env.PATH on Windows.
JavaScript
mit
Hansoft/meteor,Hansoft/meteor,4commerce-technologies-AG/meteor,jdivy/meteor,mjmasn/meteor,Hansoft/meteor,4commerce-technologies-AG/meteor,chasertech/meteor,chasertech/meteor,4commerce-technologies-AG/meteor,chasertech/meteor,chasertech/meteor,4commerce-technologies-AG/meteor,Hansoft/meteor,4commerce-technologies-AG/met...
--- +++ @@ -8,15 +8,20 @@ exports.getEnv = function () { var env = Object.create(process.env); - - env.PATH = [ + var paths = [ // When npm looks for node, it must find dev_bundle/bin/node. binDir, // Also make available any scripts installed by packages in // dev_bundle/lib/node_modules, ...
7e6697514f6f2596ebcc9227c730effc72783c06
test/visual/cypress/specs/home-page-spec.js
test/visual/cypress/specs/home-page-spec.js
describe('home page', () => { before(() => { cy.visit('/') }) it('content', () => { cy.get('.dashboard-section__info-feed-date').hideElement() cy.get('.grid-row').compareSnapshot('homePageContent') }) it('header', () => { cy.get('.datahub-header').compareSnapshot('homePageHeader') }) it...
describe('home page', () => { before(() => { cy.visit('/') }) it('content', () => { cy.get('.dashboard-section__info-feed-date').hideElement() cy.get('[for="company-name"]').should('be.visible') cy.get('.grid-row').compareSnapshot('homePageContent') }) it('header', () => { cy.get('.datah...
Add assertion to test to wait for component to load
Add assertion to test to wait for component to load
JavaScript
mit
uktrade/data-hub-fe-beta2,uktrade/data-hub-fe-beta2,uktrade/data-hub-frontend,uktrade/data-hub-frontend,uktrade/data-hub-frontend
--- +++ @@ -5,6 +5,7 @@ it('content', () => { cy.get('.dashboard-section__info-feed-date').hideElement() + cy.get('[for="company-name"]').should('be.visible') cy.get('.grid-row').compareSnapshot('homePageContent') })
2c1660c07e516d96dbdf8000a766fd6b63f3ef73
packages/ember-data/lib/system/application_ext.js
packages/ember-data/lib/system/application_ext.js
var set = Ember.set; Ember.onLoad('Ember.Application', function(Application) { Application.registerInjection({ name: "store", before: "controllers", injection: function(app, stateManager, property) { if (!stateManager) { return; } if (property === 'Store') { set(stateManager, 'store'...
var set = Ember.set; /** This code registers an injection for Ember.Application. If an Ember.js developer defines a subclass of DS.Store on their application, this code will automatically instantiate it and make it available on the router. Additionally, after an application's controllers have been injected...
Add inline docs to injection code
Add inline docs to injection code
JavaScript
mit
BookingSync/data,EmberSherpa/data,Eric-Guo/data,funtusov/data,sebastianseilund/data,topaxi/data,courajs/data,tarzan/data,sammcgrail/data,Turbo87/ember-data,kimroen/data,courajs/data,greyhwndz/data,sebastianseilund/data,gniquil/data,hibariya/data,Robdel12/data,fpauser/data,lostinpatterns/data,yaymukund/data,gabriel-leta...
--- +++ @@ -1,10 +1,42 @@ var set = Ember.set; + +/** + This code registers an injection for Ember.Application. + + If an Ember.js developer defines a subclass of DS.Store on their application, + this code will automatically instantiate it and make it available on the + router. + + Additionally, after an applic...
26d55a74b3f302f3803f8e87d05866bab81cb5ed
src/components/svg-icon/svg-icon.js
src/components/svg-icon/svg-icon.js
// Aurelia import { bindable, bindingMode } from 'aurelia-framework'; import icons from 'configs/icons'; export class SvgIcon { @bindable({ defaultBindingMode: bindingMode.oneWay }) iconId; attached () { const id = this.iconId.toUpperCase().replace('-', '_'); this.icon = icons[id] ? icons[id] : icons...
// Aurelia import { bindable, bindingMode } from 'aurelia-framework'; import icons from 'configs/icons'; export class SvgIcon { @bindable({ defaultBindingMode: bindingMode.oneWay }) iconId; constructor () { this.icon = { viewBox: '0 0 16 16', svg: '' }; } attached () { const id =...
Set default values to avoid initial binding errors.
Set default values to avoid initial binding errors.
JavaScript
mit
flekschas/hipiler,flekschas/hipiler,flekschas/hipiler
--- +++ @@ -9,6 +9,13 @@ export class SvgIcon { @bindable({ defaultBindingMode: bindingMode.oneWay }) iconId; + constructor () { + this.icon = { + viewBox: '0 0 16 16', + svg: '' + }; + } + attached () { const id = this.iconId.toUpperCase().replace('-', '_'); this.icon = icons[id]...
62b43e17c7f22f339b9d0e84792a63dbcaf6d83c
EPFL_People.user.js
EPFL_People.user.js
// ==UserScript== // @name EPFL People // @namespace none // @description A script to improve browsing on people.epfl.ch // @include http://people.epfl.ch/* // @version 1 // @grant none // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @author EPFL-dojo // ==...
// ==UserScript== // @name EPFL People // @namespace none // @description A script to improve browsing on people.epfl.ch // @include http://people.epfl.ch/* // @version 1 // @grant none // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @author EPFL-dojo // ==...
Save only one variable (dict)
Save only one variable (dict)
JavaScript
unlicense
epfl-dojo/EPFL_People_UserScript
--- +++ @@ -14,14 +14,15 @@ $(document).ready(function() { // get the h1 name content - $.h1name = $("h1").text(); - // get the sciper number - $.sciper = $('a[href*="http://people.epfl.ch/cgi-bin/people?id="]').attr('href').match(/id=([0-9]{6})/)[1]; + $.epfl_user = { + "name": $("h1").text(), + "...
c85b6344fcaaa605fb5aa58de659a0e5e042d1e3
src/js/controller/about.js
src/js/controller/about.js
'use strict'; var cfg = require('../app-config').config; // // Controller // var AboutCtrl = function($scope) { $scope.state.about = { toggle: function(to) { $scope.state.lightbox = (to) ? 'about' : undefined; } }; // // scope variables // $scope.version = cfg.a...
'use strict'; var cfg = require('../app-config').config; // // Controller // var AboutCtrl = function($scope) { $scope.state.about = { toggle: function(to) { $scope.state.lightbox = (to) ? 'about' : undefined; } }; // // scope variables // $scope.version = cfg.a...
Add beta ta to version
Add beta ta to version
JavaScript
mit
whiteout-io/mail-html5,kalatestimine/mail-html5,halitalf/mail-html5,sheafferusa/mail-html5,whiteout-io/mail,b-deng/mail-html5,dopry/mail-html5,dopry/mail-html5,kalatestimine/mail-html5,clochix/mail-html5,tanx/hoodiecrow,dopry/mail-html5,b-deng/mail-html5,whiteout-io/mail,dopry/mail-html5,halitalf/mail-html5,halitalf/ma...
--- +++ @@ -18,7 +18,7 @@ // scope variables // - $scope.version = cfg.appVersion; + $scope.version = cfg.appVersion + ' (beta)'; $scope.date = new Date(); //
b36005ed996391dbf9502aaffbed6e0fc1297d28
main.js
main.js
var app = require('app'); var BrowserWindow = require('browser-window'); var glob = require('glob'); var mainWindow = null; // Require and setup each JS file in the main-process dir glob('main-process/**/*.js', function (error, files) { files.forEach(function (file) { require('./' + file).setup(); }); }); ap...
var app = require('app'); var BrowserWindow = require('browser-window'); var glob = require('glob'); var mainWindow = null; // Require and setup each JS file in the main-process dir glob('main-process/**/*.js', function (error, files) { files.forEach(function (file) { require('./' + file).setup(); }); }); fu...
Handle OS X no window situation
Handle OS X no window situation Same setup as quick start guide
JavaScript
mit
PanCheng111/XDF_Personal_Analysis,electron/electron-api-demos,electron/electron-api-demos,electron/electron-api-demos,blep/electron-api-demos,blep/electron-api-demos,blep/electron-api-demos,blep/electron-api-demos,PanCheng111/XDF_Personal_Analysis,PanCheng111/XDF_Personal_Analysis
--- +++ @@ -11,20 +11,24 @@ }); }); -app.on('window-all-closed', () => { +function createWindow () { + mainWindow = new BrowserWindow({ width: 800, height: 900 }); + mainWindow.loadURL('file://' + __dirname + '/index.html'); + mainWindow.on('closed', function() { + mainWindow = null; + }); +} + +app.on('...
9f5a15819d2f6503f33e5b27b0d30be239e5e72a
main.js
main.js
console.log("I'm ready");
// Init the app after page loaded. window.onload = initPage; // The entry function. function initPage() { if (!canvasSupport()) { // If Canvas is not supported on the browser, do nothing but tell the user. alert("Sorry, your browser does not support HTML5 Canvas"); return false; } drawScreen(); } functi...
Make sure Canvas is supported on the browser
Make sure Canvas is supported on the browser
JavaScript
mit
rainyjune/canvas-guesstheletter,rainyjune/canvas-guesstheletter
--- +++ @@ -1 +1,24 @@ -console.log("I'm ready"); +// Init the app after page loaded. +window.onload = initPage; + +// The entry function. +function initPage() { + if (!canvasSupport()) { // If Canvas is not supported on the browser, do nothing but tell the user. + alert("Sorry, your browser does not support HTML...
b77e8e11e199428578ca8074a6367d9c740d1182
{{cookiecutter.repo_name}}/webapp/webapp/webpack/config.dev.js
{{cookiecutter.repo_name}}/webapp/webapp/webpack/config.dev.js
/* eslint-disable */ const path = require('path'); const webpack = require('webpack'); const makeConfig = require('./config.base'); // The app/ dir const app_root = path.resolve(__dirname, '..'); const filenameTemplate = 'webapp/[name]'; const config = makeConfig({ filenameTemplate: filenameTemplate, mode...
/* eslint-disable */ const path = require('path'); const webpack = require('webpack'); const makeConfig = require('./config.base'); // The app/ dir const app_root = path.resolve(__dirname, '..'); const filenameTemplate = 'webapp/[name]'; const config = makeConfig({ filenameTemplate: filenameTemplate, mode...
Fix wrong public URL for static in webpack
Fix wrong public URL for static in webpack After a recent change, `STATIC_URL` is now `assets` in the webapp. The webpack config has not been updated though, and the frontend was trying an old URL.
JavaScript
isc
thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template
--- +++ @@ -24,7 +24,7 @@ prependSources: [path.resolve(app_root, 'webpack', 'set-public-path.js')], // This must be same as Django's STATIC_URL setting - publicPath: '/static/', + publicPath: '/assets/', plugins: [],
285c390eb811461d517f777a03167d9f44913af5
views/components/touch-feedback.android.js
views/components/touch-feedback.android.js
import React from "react-native"; const { TouchableNativeFeedback } = React; export default class TouchFeedback extends React.Component { render() { return ( <TouchableNativeFeedback {...this.props} background={TouchableNativeFeedback.Ripple(this.props.pressColor)}> {this.props.children} </TouchableNati...
import React from "react-native"; import VersionCodes from "../../modules/version-codes"; const { TouchableNativeFeedback, Platform } = React; export default class TouchFeedback extends React.Component { render() { return ( <TouchableNativeFeedback {...this.props} background={ Platform.Version >=...
Fix crash on Android 4.x
Fix crash on Android 4.x
JavaScript
unknown
wesley1001/io.scrollback.neighborhoods,wesley1001/io.scrollback.neighborhoods,scrollback/io.scrollback.neighborhoods,scrollback/io.scrollback.neighborhoods
--- +++ @@ -1,13 +1,20 @@ import React from "react-native"; +import VersionCodes from "../../modules/version-codes"; const { - TouchableNativeFeedback + TouchableNativeFeedback, + Platform } = React; export default class TouchFeedback extends React.Component { render() { return ( - <TouchableNativeFeed...
32c88d9541ed8b948d82c27e84d974d6340d3cb8
views/controllers/room-title-controller.js
views/controllers/room-title-controller.js
import React from "react-native"; import RoomTitle from "../components/room-title"; import controller from "./controller"; const { InteractionManager } = React; @controller export default class RoomTitleController extends React.Component { constructor(props) { super(props); const displayName = this.props.room....
import React from "react-native"; import RoomTitle from "../components/room-title"; import controller from "./controller"; const { InteractionManager } = React; @controller export default class RoomTitleController extends React.Component { constructor(props) { super(props); const displayName = this.props.room....
Update room title on store change
Update room title on store change
JavaScript
unknown
scrollback/io.scrollback.neighborhoods,wesley1001/io.scrollback.neighborhoods,wesley1001/io.scrollback.neighborhoods,scrollback/io.scrollback.neighborhoods
--- +++ @@ -19,13 +19,23 @@ } componentDidMount() { - setTimeout(() => this._onDataArrived(this.store.getRoomById(this.props.room)), 0); + this._updateData(); + + this.handle("statechange", changes => { + if (changes.entities && changes.entities[this.props.room]) { + this._updateData(); + } + }); }...
5cb17c421ddbb9cc6ddf46b22db5255042c6f7d8
www/static/js/jsfiddle-integration-babel.js
www/static/js/jsfiddle-integration-babel.js
// Do not delete or move this file. // Many fiddles reference it so we have to keep it here. (function() { var tag = document.querySelector( 'script[type="application/javascript;version=1.7"]' ); if (!tag || tag.textContent.indexOf('window.onload=function(){') !== -1) { alert('Bad JSFiddle configuration, ...
// Do not delete or move this file. // Many fiddles reference it so we have to keep it here. (function() { var tag = document.querySelector( 'script[type="application/javascript;version=1.7"]' ); if (!tag || tag.textContent.indexOf('window.onload=function(){') !== -1) { alert('Bad JSFiddle configuration, ...
Fix lint error in master
Fix lint error in master
JavaScript
mit
apaatsio/react,pyitphyoaung/react,maxschmeling/react,krasimir/react,billfeller/react,empyrical/react,yangshun/react,ericyang321/react,aickin/react,brigand/react,jdlehman/react,VioletLife/react,mjackson/react,jorrit/react,mhhegazy/react,camsong/react,pyitphyoaung/react,pyitphyoaung/react,Simek/react,jzmq/react,acdlite/r...
7d961ab16ca4db0bd91419cdfed8bb7f873ab36b
homeworks/dmitry.minchenko_wer1Kua/homework_2/script.js
homeworks/dmitry.minchenko_wer1Kua/homework_2/script.js
(function() { let height = 15, block = '#', space = ' '; if (height<2 || height>12) { return console.log('Error! Height must be >= 2 and <= 12'); } for (let i = 0; i < height; i++) { console.log(space.repeat(height-i) + block.repeat(i+1) + space.repeat(2) + block.repeat...
(function() { const HEIGHT = 15, BLOCK = '#', SPACE = ' '; if (HEIGHT<2 || HEIGHT>12) { return console.log('Error! Height must be >= 2 and <= 12'); } for (let i = 0; i < HEIGHT; i++) { console.log(SPACE.repeat(HEIGHT-i) + BLOCK.repeat(i+1) + SPACE.repeat(2) + BLOCK.repe...
Change to const instead of let
Change to const instead of let
JavaScript
mit
MastersAcademy/js-course-2017,MastersAcademy/js-course-2017,MastersAcademy/js-course-2017
--- +++ @@ -1,13 +1,13 @@ (function() { - let height = 15, - block = '#', - space = ' '; + const HEIGHT = 15, + BLOCK = '#', + SPACE = ' '; - if (height<2 || height>12) { + if (HEIGHT<2 || HEIGHT>12) { return console.log('Error! Height must be >= 2 and <= 12'); ...
cf2fd636251dd9aeb60c224cfcbddf10dd65aea3
frontend/cordova/app/hooks/after_platform_add/add_plugins.js
frontend/cordova/app/hooks/after_platform_add/add_plugins.js
#!/usr/bin/env node //this hook installs all your plugins var pluginlist = [ "https://github.com/driftyco/ionic-plugins-keyboard.git", "cordova-plugin-vibration", "cordova-plugin-media", "https://github.com/apache/cordova-plugin-splashscreen.git", "https://github.com/extendedmind/Calendar-PhoneGap...
#!/usr/bin/env node //this hook installs all your plugins var pluginlist = [ "https://github.com/driftyco/ionic-plugins-keyboard.git#v1.0.4", "cordova-plugin-vibration", "cordova-plugin-media", "https://github.com/apache/cordova-plugin-splashscreen.git", "https://github.com/extendedmind/Calendar-P...
Use specific version of Ionic Keyboard plugin
Use specific version of Ionic Keyboard plugin
JavaScript
agpl-3.0
extendedmind/extendedmind,ttiurani/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind,ttiurani/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind,ttiurani/extendedmind,extendedmind/extendedmind,extendedmind/extendedmind,ttiurani/extendedmind,ttiurani/extendedmind,ttiurani/extendedmind
--- +++ @@ -3,7 +3,7 @@ //this hook installs all your plugins var pluginlist = [ - "https://github.com/driftyco/ionic-plugins-keyboard.git", + "https://github.com/driftyco/ionic-plugins-keyboard.git#v1.0.4", "cordova-plugin-vibration", "cordova-plugin-media", "https://github.com/apache/cordov...
0a4d8a5b194a5c636b0aa6225dadd2ab9ff7e150
parseFiles.js
parseFiles.js
var dir = require('node-dir'); dir.readFiles(__dirname, { exclude: ['LICENSE', '.gitignore', '.DS_Store'], excludeDir: ['node_modules', '.git'] }, function(err, content, next) { if (err) throw err; console.log('content:', content); next(); }, function(err, files) { ...
var dir = require('node-dir'); dir.readFiles(__dirname, { exclude: ['LICENSE', '.gitignore', '.DS_Store'], excludeDir: ['node_modules', '.git'] }, function(err, content, next) { if (err) throw err; var digitalOceanToken = findDigitalOceanToken(String(content)); var awsToken ...
Add functionality to check for keys in commmit
Add functionality to check for keys in commmit
JavaScript
mit
DevOps-HeadBangers/target-project-node
--- +++ @@ -5,10 +5,24 @@ excludeDir: ['node_modules', '.git'] }, function(err, content, next) { if (err) throw err; - console.log('content:', content); + var digitalOceanToken = findDigitalOceanToken(String(content)); + var awsToken = findAwsToken(String(content)); + ...
53fd5fdf4afa38fd732728c283e9bc2277b7a5cb
index.js
index.js
const jsonMask = require('json-mask') const badCode = code => code >= 300 || code < 200 module.exports = function (opt) { opt = opt || {} function partialResponse(obj, fields) { if (!fields) return obj return jsonMask(obj, fields) } function wrap(orig) { return function (obj) { const param...
const jsonMask = require('json-mask') const badCode = code => code >= 300 || code < 200 module.exports = function (opt) { opt = opt || {} function partialResponse(obj, fields) { if (!fields) return obj return jsonMask(obj, fields) } function wrap(orig) { return function (obj) { const param...
Move badCode to the wrapping function
Move badCode to the wrapping function This moves the badCode to the wrapping funciton as the status will not be correct in the function where the middleware first gets called.
JavaScript
mit
nemtsov/express-partial-response
--- +++ @@ -13,7 +13,7 @@ function wrap(orig) { return function (obj) { const param = this.req.query[opt.query || 'fields'] - if (1 === arguments.length) { + if (1 === arguments.length && !badCode(obj)) { return orig(partialResponse(obj, param)) } @@ -33,7 +33,6 @@ } ...
4cfecfa2d4734c968ca6d3d1b65ec7e720f63081
index.js
index.js
/** * Created by tshen on 16/7/15. */ 'use strict' import {NativeModules} from 'react-native'; const NativeSimpleFetch = NativeModules.SimpleFetch; const fetch = function (url, options) { const params = { url: url, method: options.method ? options.method.toUpperCase() : 'GET', headers: o...
/** * Created by tshen on 16/7/15. */ 'use strict' import {NativeModules} from 'react-native'; const NativeSimpleFetch = NativeModules.SimpleFetch; const fetch = function (url, options) { const params = { url: url, method: options.method ? options.method.toUpperCase() : 'GET', headers: o...
Fix bug. Remove console logs.
Fix bug. Remove console logs.
JavaScript
mit
liaoyuan-io/react-native-simple-fetch
--- +++ @@ -16,14 +16,12 @@ gzipRequest: true }; - console.log(params); return NativeSimpleFetch.sendRequest(params).then((res)=> { - console.log(res); - const statusCode = parseInt(res[0]); + const status = parseInt(res[0]); const body = res[1]; return {...
7b50be2427d450460b9b8c8ae8be6c81743bbf48
index.js
index.js
/* jshint node: true */ 'use strict'; // var path = require('path'); module.exports = { name: 'ember-power-select', contentFor: function(type, config) { if (config.environment !== 'test' && type === 'body-footer') { return '<div id="ember-power-select-wormhole"></div>'; } }, included: function(...
/* jshint node: true */ 'use strict'; // var path = require('path'); module.exports = { name: 'ember-power-select', contentFor: function(type, config) { if (config.environment !== 'test' && type === 'body-footer') { return '<div id="ember-power-select-wormhole"></div>'; } }, included: function(...
Include precompiled styles automatically for non-sass users
Include precompiled styles automatically for non-sass users
JavaScript
mit
cibernox/ember-power-select,esbanarango/ember-power-select,chrisgame/ember-power-select,esbanarango/ember-power-select,cibernox/ember-power-select,Dremora/ember-power-select,chrisgame/ember-power-select,cibernox/ember-power-select,Dremora/ember-power-select,cibernox/ember-power-select,esbanarango/ember-power-select
--- +++ @@ -12,19 +12,10 @@ }, included: function(app) { - this._super.included(app); - // this.app.registry.availablePlugins['ember-cli-sass'] --->' 4.2.1', - // I can use this to determine if the consumer app is using sass - // and if so take a different approch. + // Don't include the precom...
429aa690a42e8f0f9282ca4a63bff052e45ea25e
packages/accounts-meetup/meetup_client.js
packages/accounts-meetup/meetup_client.js
(function () { Meteor.loginWithMeetup = function (options, callback) { // support both (options, callback) and (callback). if (!callback && typeof options === 'function') { callback = options; options = {}; } var config = Accounts.loginServiceConfiguration.findOne({service: 'meetup'}); ...
(function () { Meteor.loginWithMeetup = function (options, callback) { // support both (options, callback) and (callback). if (!callback && typeof options === 'function') { callback = options; options = {}; } var config = Accounts.loginServiceConfiguration.findOne({service: 'meetup'}); ...
Tweak the height of the popup box. Meetup varies the height of their box based on which permissions are requested.
Tweak the height of the popup box. Meetup varies the height of their box based on which permissions are requested.
JavaScript
mit
aldeed/meteor,sunny-g/meteor,pjump/meteor,shmiko/meteor,esteedqueen/meteor,wmkcc/meteor,framewr/meteor,Profab/meteor,ndarilek/meteor,steedos/meteor,allanalexandre/meteor,daltonrenaldo/meteor,Jonekee/meteor,vjau/meteor,Jeremy017/meteor,devgrok/meteor,jdivy/meteor,allanalexandre/meteor,Prithvi-A/meteor,joannekoong/meteor...
--- +++ @@ -24,6 +24,12 @@ '&redirect_uri=' + Meteor.absoluteUrl('_oauth/meetup?close') + '&state=' + state; - Accounts.oauth.initiateLogin(state, loginUrl, callback, {width: 900, height: 450}); + // meetup box gets taller when permissions requested. + var height = 620; + if (_.without(scope, 'b...
5317b7fb100af66af865bcd82ed32c2dc3a1643c
index.js
index.js
var elixir = require('laravel-elixir'); var gulp = require('gulp'); var imagemin = require('gulp-imagemin'); var pngquant = require('imagemin-pngquant'); var notify = require('gulp-notify'); var _ = require('underscore'); var utilities = require('laravel-elixir/ingredients/helpers/utilities'); /* |-------------------...
var elixir = require('laravel-elixir'); var gulp = require('gulp'); var imagemin = require('gulp-imagemin'); var pngquant = require('imagemin-pngquant'); var notify = require('gulp-notify'); var _ = require('underscore'); var utilities = require('laravel-elixir/ingredients/commands/utilities'); /* |------------------...
Fix utilities path from helpers to commands
Fix utilities path from helpers to commands
JavaScript
mit
waldemarfm/laravel-elixir-imagemin,nathanmac/laravel-elixir-imagemin
--- +++ @@ -4,7 +4,7 @@ var pngquant = require('imagemin-pngquant'); var notify = require('gulp-notify'); var _ = require('underscore'); -var utilities = require('laravel-elixir/ingredients/helpers/utilities'); +var utilities = require('laravel-elixir/ingredients/commands/utilities'); /* |--------------------...
e5b7f40ea0e1751213048b3d50e49dc36438c3e3
website/src/app/project/experiments/experiment/components/notes/mc-experiment-notes.component.js
website/src/app/project/experiments/experiment/components/notes/mc-experiment-notes.component.js
angular.module('materialscommons').component('mcExperimentNotes', { templateUrl: 'app/project/experiments/experiment/components/notes/mc-experiment-notes.html', bindings: { experiment: '=' } });
angular.module('materialscommons').component('mcExperimentNotes', { templateUrl: 'app/project/experiments/experiment/components/notes/mc-experiment-notes.html', controller: MCExperimentNotesComponentController, bindings: { experiment: '=' } }); class MCExperimentNotesComponentController { /...
Add controller (to be filled out).
Add controller (to be filled out).
JavaScript
mit
materials-commons/materialscommons.org,materials-commons/materialscommons.org,materials-commons/materialscommons.org,materials-commons/materialscommons.org,materials-commons/materialscommons.org
--- +++ @@ -1,6 +1,18 @@ angular.module('materialscommons').component('mcExperimentNotes', { templateUrl: 'app/project/experiments/experiment/components/notes/mc-experiment-notes.html', + controller: MCExperimentNotesComponentController, bindings: { experiment: '=' } }); + +class MCExperi...
a91e08c79733eac0ff55f16840bbefc39adb6aa8
index.js
index.js
const vm = require('vm') module.exports = class Guards { constructor () { this.guardRegex = /[^=<>!']=[^=]/ this.templateRegex = /[^|]\|[^|]/ this.optionsVM = { displayErrors: true, filename: 'guards' } } getStack () { const origin = Error.prepareStackTrace const error = ne...
class Guards { constructor () { this.guardRegex = /[^=<>!']=[^=]/ this.templateRegex = /[^|]\|[^|]/ } buildPredicate (constants, guard) { return new Function( '', [ `const { ${this.destructureProps(constants)} } = ${JSON.stringify(constants)}`, `return ${guard}` ].j...
Drop v8 vm for native implementation, update tests accordingly :rocket:.
Drop v8 vm for native implementation, update tests accordingly :rocket:. - Implements and closes #1 by @edmulraney. - Better performance & browser support.
JavaScript
mit
yamafaktory/pattern-guard
--- +++ @@ -1,75 +1,42 @@ -const vm = require('vm') - -module.exports = class Guards { +class Guards { constructor () { this.guardRegex = /[^=<>!']=[^=]/ this.templateRegex = /[^|]\|[^|]/ - - this.optionsVM = { - displayErrors: true, - filename: 'guards' - } } - getStack () { - ...
e3a2c979b160201b53cb38660733f495be2b449a
index.js
index.js
'use strict'; var extend = require('extend'); var express = require('express'); var bodyParser = require('body-parser'); var router = express.Router(); var defaults = { loginEndpoint: '/login', logoutEndpoint: '/logout', idField: 'email', passwordField: 'password' }; module.exports = function (options) { o...
'use strict'; var extend = require('extend'); var express = require('express'); var bodyParser = require('body-parser'); var bcrypt = require('bcrypt'); var router = express.Router(); var defaults = { loginEndpoint: '/login', logoutEndpoint: '/logout', idField: 'email', passwordField: 'password', passwordHa...
Add getUser and validatePassword to login
Add getUser and validatePassword to login
JavaScript
isc
knownasilya/just-auth
--- +++ @@ -3,31 +3,62 @@ var extend = require('extend'); var express = require('express'); var bodyParser = require('body-parser'); +var bcrypt = require('bcrypt'); var router = express.Router(); var defaults = { loginEndpoint: '/login', logoutEndpoint: '/logout', idField: 'email', - passwordField: ...
a3fd89525c5eb04e8bdcc5289fbe1e907d038821
src/plugins/plugin-shim.js
src/plugins/plugin-shim.js
/** * Add shim config for configuring the dependencies and exports for * older, traditional "browser globals" scripts that do not use define() * to declare the dependencies and set a module value. */ (function(seajs, global) { // seajs.config({ // alias: { // "jquery": { // src: "lib/jquery.js", //...
/** * Add shim config for configuring the dependencies and exports for * older, traditional "browser globals" scripts that do not use define() * to declare the dependencies and set a module value. */ (function(seajs, global) { // seajs.config({ // alias: { // "jquery": { // src: "lib/jquery.js", //...
Fix the bug when src key is undefined,the shim plugin do not work.
Fix the bug when src key is undefined,the shim plugin do not work. When an alias item, the 'src' key is not defined, the code do not work well with the exports value.
JavaScript
mit
moccen/seajs,Lyfme/seajs,coolyhx/seajs,zaoli/seajs,baiduoduo/seajs,twoubt/seajs,tonny-zhang/seajs,mosoft521/seajs,wenber/seajs,miusuncle/seajs,yern/seajs,Gatsbyy/seajs,imcys/seajs,angelLYK/seajs,kuier/seajs,MrZhengliang/seajs,twoubt/seajs,JeffLi1993/seajs,lianggaolin/seajs,yern/seajs,uestcNaldo/seajs,121595113/seajs,ue...
--- +++ @@ -39,6 +39,16 @@ exports }) + } else { + + // Define the proxy cmd module use an exist object when src file have been loaded before + define(id, item.deps, function() { + var exports = item.exports + return typeof exports === "...
d54150b9a86c3cc0a08376e3b1cf9c223a7c0096
index.js
index.js
;(_ => { 'use strict'; var tagContent = 'router2-content'; function matchHash() { var containers = document.querySelectorAll(`${tagContent}:not([hidden])`); var container; for (var i = 0; i < containers.length; i++) { containers[i].hidden = true; } var hash = window.location.hash.slice...
;(_ => { 'use strict'; var tagContent = 'router2-content'; function matchHash(parent, hash) { var containers; var container; var _hash = hash || window.location.hash; if (!parent) { containers = document.querySelectorAll(`${tagContent}:not([hidden])`); for (var i = 0; i < containers....
Complete the test for case 3
Complete the test for case 3
JavaScript
isc
m3co/router3,m3co/router3
--- +++ @@ -2,33 +2,46 @@ 'use strict'; var tagContent = 'router2-content'; - function matchHash() { - var containers = document.querySelectorAll(`${tagContent}:not([hidden])`); + function matchHash(parent, hash) { + var containers; var container; - for (var i = 0; i < containers.length; i++) ...
4840f0296869dc9e78856cf577d766e3ce3ccabe
index.js
index.js
'use strict'; var server = require('./lib/server/')(); var config = require('config'); function ngrokIsAvailable() { try { require.resolve('ngrok'); return true; } catch (e) { return false; } } if (config.isValid()) { var port = config.get("port") || 8080; server.listen(port, function () { c...
'use strict'; var server = require('./lib/server/')(); var config = require('config'); function ngrokIsAvailable() { try { require.resolve('ngrok'); return true; } catch (e) { return false; } } /** * Make sure to configuration is valid before attempting to start the server. */ if (!config.isValid(...
Rearrange code to reduce nesting as requested by PR comment.
Rearrange code to reduce nesting as requested by PR comment.
JavaScript
mit
syjulian/Frontier,codeforhuntsville/Frontier
--- +++ @@ -11,24 +11,10 @@ } } -if (config.isValid()) { - var port = config.get("port") || 8080; - server.listen(port, function () { - console.log('listening on port ' + port); - - if (process.env.NODE_ENV === 'development' && ngrokIsAvailable()) { - require('ngrok').connect(port, function (err, u...
8aca8785d53d7c0568020a128df8e4fcb7865d2b
index.js
index.js
'use strict'; require('whatwg-fetch'); const path = require('path'), querystring = require('querystring').parse; const registry = 'http://npm-registry.herokuapp.com'; const query = querystring(window.location.search.slice(1)).q; if (query) { window.fetch(path.join(registry, query)) .then((response) => ...
'use strict'; require('whatwg-fetch'); const url = require('url'), querystring = require('querystring').parse; const registry = 'http://npm-registry.herokuapp.com'; const query = querystring(window.location.search.slice(1)).q; if (query) { window.fetch(url.resolve(registry, query)) .then((response) => ...
Use url.resolve to get the url
Use url.resolve to get the url
JavaScript
mit
npmdocs/www
--- +++ @@ -1,7 +1,7 @@ 'use strict'; require('whatwg-fetch'); -const path = require('path'), +const url = require('url'), querystring = require('querystring').parse; const registry = 'http://npm-registry.herokuapp.com'; @@ -10,7 +10,7 @@ const query = querystring(window.location.search.slice(1)).q; ...
349a44df9340accdccbf829317dce9e359442e8c
service.js
service.js
var find = require('reactor/find'), serializer = require('./serializer'), url = require('url'); function say () { var all = [].slice.call(arguments), filtered = all.filter(function (argument) { return argument !== say }); console.log.apply(console, filtered); if (filtered.length != all.length) proc...
var find = require('reactor/find'), serializer = require('./serializer'), url = require('url'); function say () { var all = [].slice.call(arguments), filtered = all.filter(function (argument) { return argument !== say }); console.log.apply(console, filtered); if (filtered.length != all.length) proc...
Add `request` and `response` to context.
Add `request` and `response` to context. Add `request` and `response` to context in the service. Closes #106.
JavaScript
mit
bigeasy/stencil,bigeasy/stencil,bigeasy/stencil
--- +++ @@ -14,7 +14,9 @@ find(base, 'stencil').forEach(function (route) { reactor.get(route.route, function (params, request, response, next) { var pathInfo = params.pathInfo ? '/' + params.pathInfo : ''; - context.generate(route.script, { pathInfo: pathInfo }, function (error, stencil) { + ...
5afa8d8796312b693964d133e626f23f3ba3a67c
src/main.js
src/main.js
import React from 'react'; import App from './App'; import config from './config'; var mountNode = document.getElementById('main'); React.render(<App config={config.params} />, mountNode);
import React from 'react'; import App from './App'; var mountNode = document.getElementById('main'); const config = { name: window.GROUP_NAME, description: window.GROUP_DESCRIPTION, rootUrl: window.ROOT_URL, formContact: window.FORM_CONTACT, headerMenuLinks: window.HEADER_MENU_LINKS, twitterUsername: ...
Use global variables instead of configuration file (no need to recompile the JS code to see the changes)
Use global variables instead of configuration file (no need to recompile the JS code to see the changes)
JavaScript
apache-2.0
naltaki/naltaki-front,naltaki/naltaki-front
--- +++ @@ -1,7 +1,16 @@ import React from 'react'; import App from './App'; -import config from './config'; var mountNode = document.getElementById('main'); -React.render(<App config={config.params} />, mountNode); +const config = { + name: window.GROUP_NAME, + description: window.GROUP_DESCRIPTION, + ...
5570a14c93b71af910e89fc4f2a6f8d7435451ed
src/main.js
src/main.js
import electron from 'electron'; import path from 'path'; import Menu from './remote/Menu'; import config from './config'; const app = electron.app; // Report crashes to our server. // electron.CrashReporter.start(); // Keep a global reference of the window object, if you don't, the window will // be closed automa...
import electron from 'electron'; import path from 'path'; import process from 'process'; import Menu from './remote/Menu'; import config from './config'; const app = electron.app; // Report crashes to our server. // electron.CrashReporter.start(); // Keep a global reference of the window object, if you don't, the ...
Call process.exit() when all windows are closed
[XDE] Call process.exit() when all windows are closed
JavaScript
mit
exponentjs/xde,exponentjs/xde
--- +++ @@ -1,5 +1,6 @@ import electron from 'electron'; import path from 'path'; +import process from 'process'; import Menu from './remote/Menu'; @@ -16,6 +17,7 @@ app.on('window-all-closed', () => { app.quit(); + process.exit(0); }); app.on('ready', () => {
1d0bbe6b09e8c2beeb4cf4cb9c9c20944f194275
index.js
index.js
var Promise = require('bluebird'); var mapObj = require('map-obj'); var assign = require('object-assign'); function FileWebpackPlugin(files) { this.files = files || {}; } FileWebpackPlugin.prototype.apply = function(compiler) { var self = this; compiler.plugin('emit', function(compiler, done) { var data = {...
var Promise = require('bluebird'); var mapObj = require('map-obj'); var assign = require('object-assign'); function FileWebpackPlugin(files) { this.files = files || {}; } FileWebpackPlugin.prototype.apply = function(compiler) { var self = this; compiler.plugin('emit', function(compiler, done) { var data = {...
Use Bluebird's nodeify to handle resulting promise
Use Bluebird's nodeify to handle resulting promise
JavaScript
mit
markdalgleish/file-webpack-plugin
--- +++ @@ -22,10 +22,8 @@ Promise.props(assetPromises) .then(function(assets) { assign(compiler.assets, assets); - done(); - }, function(err) { - done(err); - }); + }) + .nodeify(done); }); };
a84c9a76cbb4b65bf6c8a4f3483025a509bfab76
src/api/mqttPublishMessage.js
src/api/mqttPublishMessage.js
const apiPutMqttMessage = { schema: { summary: 'Retrieve a list of all keys present in the specified namespace.', description: '', body: { type: 'object', properties: { topic: { type: 'string', description: 'Name...
const apiPutMqttMessage = { schema: { summary: 'Publish a message to a MQTT topic.', description: '', body: { type: 'object', properties: { topic: { type: 'string', description: 'Topic to which message should be ...
Fix incorrect text for MQTT publish
docs: Fix incorrect text for MQTT publish Fixes #262
JavaScript
mit
mountaindude/butler
--- +++ @@ -1,13 +1,13 @@ const apiPutMqttMessage = { schema: { - summary: 'Retrieve a list of all keys present in the specified namespace.', + summary: 'Publish a message to a MQTT topic.', description: '', body: { type: 'object', properties: { ...
42f0f66acdef27a58599d59f72c6b8ae784975ab
src/blocks/scratch3_motion.js
src/blocks/scratch3_motion.js
function Scratch3MotionBlocks(runtime) { /** * The runtime instantiating this block package. * @type {Runtime} */ this.runtime = runtime; } /** * Retrieve the block primitives implemented by this package. * @return {Object.<string, Function>} Mapping of opcode to Function. */ Scratch3MotionBl...
var MathUtil = require('../util/math-util'); function Scratch3MotionBlocks(runtime) { /** * The runtime instantiating this block package. * @type {Runtime} */ this.runtime = runtime; } /** * Retrieve the block primitives implemented by this package. * @return {Object.<string, Function>} Mappi...
Implement move steps, turn right, turn left, point in direction
Implement move steps, turn right, turn left, point in direction
JavaScript
bsd-3-clause
TheBrokenRail/scratch-vm,LLK/scratch-vm,LLK/scratch-vm,LLK/scratch-vm,TheBrokenRail/scratch-vm
--- +++ @@ -1,3 +1,5 @@ +var MathUtil = require('../util/math-util'); + function Scratch3MotionBlocks(runtime) { /** * The runtime instantiating this block package. @@ -12,9 +14,19 @@ */ Scratch3MotionBlocks.prototype.getPrimitives = function() { return { + 'motion_movesteps': this.moveStep...
ff95f103ac755324d36b4d3a60a61ad8014e9ce9
src/web3.js
src/web3.js
import Web3 from 'web3'; const web3 = new Web3(); export default web3; export const initWeb3 = (web3) => { if (window.web3) { web3.setProvider(window.web3.currentProvider); } else { web3.setProvider(new Web3.providers.HttpProvider('https://mainnet.infura.io/')); } window.web3 = web3; }
import Web3 from 'web3'; const web3 = new Web3(); export default web3; export const initWeb3 = (web3) => { if (window.web3) { web3.setProvider(window.web3.currentProvider); } else { web3.setProvider(new Web3.providers.HttpProvider('https://mainnet.infura.io/Tl5m5gSA2IY0XJe9BWrS')); } window.web3 = we...
Add api key... will have to remove eventually
Add api key... will have to remove eventually
JavaScript
mit
nanexcool/feeds,nanexcool/feeds
--- +++ @@ -8,7 +8,7 @@ if (window.web3) { web3.setProvider(window.web3.currentProvider); } else { - web3.setProvider(new Web3.providers.HttpProvider('https://mainnet.infura.io/')); + web3.setProvider(new Web3.providers.HttpProvider('https://mainnet.infura.io/Tl5m5gSA2IY0XJe9BWrS')); } window.w...
d3296125920a838a56c68ca2da1e9f9b4216bc03
preTest.js
preTest.js
//makes the bdd interface available (describe, it before, after, etc if(Meteor.settings.public.mocha_setup_args) { mocha.setup(Meteor.settings.public.mocha_setup_args); } else { mocha.setup("bdd"); }
//makes the bdd interface available (describe, it before, after, etc if(Meteor.settings && Meteor.settings.public.mocha_setup_args) { mocha.setup(Meteor.settings.public.mocha_setup_args); } else { mocha.setup("bdd"); }
Fix for when Mocha.settings are not available
Fix for when Mocha.settings are not available
JavaScript
mit
kelbongoo/meteor-mocha-web,abernix/meteor-mocha-web,mad-eye/meteor-mocha-web,mad-eye/meteor-mocha-web,kelbongoo/meteor-mocha-web,abernix/meteor-mocha-web
--- +++ @@ -1,5 +1,5 @@ //makes the bdd interface available (describe, it before, after, etc -if(Meteor.settings.public.mocha_setup_args) { +if(Meteor.settings && Meteor.settings.public.mocha_setup_args) { mocha.setup(Meteor.settings.public.mocha_setup_args); } else { mocha.setup("bdd");
ba64925e6c6b07b42f8a28b9a141e1ada42c3550
src/components/MainNav/Breadcrumbs/Breadcrumbs.js
src/components/MainNav/Breadcrumbs/Breadcrumbs.js
import React from 'react'; import css from './Breadcrumbs.css'; const propTypes = { links: React.PropTypes.array, }; function Breadcrumbs(props) { const links = props.links.map((link, i) => { const linkElem = <li key={`breadcrumb_${i}`}><a href={link.path}>{link.label}</a></li>; const dividerElem = <li ke...
import React from 'react'; import css from './Breadcrumbs.css'; const propTypes = { links: React.PropTypes.array, }; function Breadcrumbs(props) { const links = props.links.map((link, i) => { // eslint-disable-next-line react/no-array-index-key const linkElem = <li key={`breadcrumb_${i}`}><a href={link.pa...
Add eslint-disable-next-line comments to get rid of excessively pedantic react/no-array-index-key errors.
Add eslint-disable-next-line comments to get rid of excessively pedantic react/no-array-index-key errors.
JavaScript
apache-2.0
folio-org/stripes-core,folio-org/stripes-core,folio-org/stripes-core
--- +++ @@ -7,7 +7,9 @@ function Breadcrumbs(props) { const links = props.links.map((link, i) => { + // eslint-disable-next-line react/no-array-index-key const linkElem = <li key={`breadcrumb_${i}`}><a href={link.path}>{link.label}</a></li>; + // eslint-disable-next-line react/no-array-index-key ...
470c616cf598fb14842d8326d6fe416952b79d8a
test/common.js
test/common.js
'use strict'; const hookModule = require("../src/"); class TallyHook extends hookModule.Hook { preProcess(thing) { thing.preTally = thing.preTally + 1; return true; } postProcess(thing) { thing.postTally = thing.postTally + 1; } } module.exports = { TallyHook };
'use strict'; const hookModule = require("../src/"); class TallyHook extends hookModule.Hook { preProcess(thing) { thing.preTally = thing.preTally + 1; return true; } postProcess(thing) { thing.postTally = thing.postTally + 1; } } class DelayableHook extends hookModule.Hook { constructor(optio...
Add a DelayedHook test class.
Add a DelayedHook test class.
JavaScript
mit
StevenBlack/hooks-and-anchors
--- +++ @@ -13,6 +13,42 @@ } } +class DelayableHook extends hookModule.Hook { + constructor(options) { + super(options) + } + + preProcess() { + this.delay( this.settings.preprocess || 500, "preProcess"); + return true + } + + execute() { + this.delay(this.settings.execute || 200, "execute"); +...
e49fd692e1281f91164d216708befd81a1a3c102
test/simple.js
test/simple.js
var test = require("tape") var crypto = require('crypto') var cryptoB = require('../') var assert = require('assert') function assertSame (fn) { test(fn.name, function (t) { fn(crypto, function (err, expected) { fn(cryptoB, function (err, actual) { t.equal(actual, expected) t.end() }...
var test = require("tape") var crypto = require('crypto') var cryptoB = require('../') function assertSame (fn) { test(fn.name, function (t) { t.plan(1) fn(crypto, function (err, expected) { fn(cryptoB, function (err, actual) { t.equal(actual, expected) t.end() }) }) }) } ...
Use tape for asserts to better detect callbacks not being fired
Use tape for asserts to better detect callbacks not being fired
JavaScript
mit
crypto-browserify/crypto-browserify,crypto-browserify/crypto-browserify
--- +++ @@ -2,10 +2,10 @@ var crypto = require('crypto') var cryptoB = require('../') -var assert = require('assert') function assertSame (fn) { test(fn.name, function (t) { + t.plan(1) fn(crypto, function (err, expected) { fn(cryptoB, function (err, actual) { t.equal(actual, expecte...
4da17d2e30b07b73de2a5d7b548ca8ed4b9bc4f2
src/utils/hex-generator.js
src/utils/hex-generator.js
const hexWidth = 50; const hexPadding = 2; export default ({ width, height, columns, rows, renderSector }) => { const hexWidthUnit = hexWidth / 4; const hexHeight = (Math.sqrt(3) / 2) * hexWidth; const hexHeightUnit = hexHeight / 2; const hexArray = []; let isWithinHeight = true; let isWithinWidth = true; ...
const defaultHexWidth = 50; const hexPadding = 2; export default ({ width, height, columns, rows, renderSector }) => { const scaledWidth = Math.min(height / (rows + 4), width / (columns + 4)); const horizHexOffset = Math.ceil((((width / scaledWidth) / (Math.sqrt(3) / 2)) - columns) / 2); const vertHexOffset = Ma...
Put the sector in the middle of the hex grid (very crude)
Put the sector in the middle of the hex grid (very crude)
JavaScript
mit
mpigsley/sectors-without-number,mpigsley/sectors-without-number
--- +++ @@ -1,7 +1,11 @@ -const hexWidth = 50; +const defaultHexWidth = 50; const hexPadding = 2; export default ({ width, height, columns, rows, renderSector }) => { + const scaledWidth = Math.min(height / (rows + 4), width / (columns + 4)); + const horizHexOffset = Math.ceil((((width / scaledWidth) / (Math.sq...