commit
stringlengths
40
40
old_file
stringlengths
4
236
new_file
stringlengths
4
236
old_contents
stringlengths
1
3.26k
new_contents
stringlengths
16
4.43k
subject
stringlengths
16
624
message
stringlengths
17
3.29k
lang
stringclasses
5 values
license
stringclasses
13 values
repos
stringlengths
5
91.5k
cedfb682fbcb4badfd314710c07ad423feac417e
app/routes/media.js
app/routes/media.js
import Ember from 'ember' import Authenticated from 'ember-simple-auth/mixins/authenticated-route-mixin' const { get, set } = Ember export default Ember.Route.extend(Authenticated, { pageTitle: 'Media', toggleDropzone () { $('body').toggleClass('dz-open') }, actions: { uploadImage (file) { const...
import Ember from 'ember' import Authenticated from 'ember-simple-auth/mixins/authenticated-route-mixin' const { get, set } = Ember export default Ember.Route.extend(Authenticated, { pageTitle: 'Media', toggleDropzone () { $('body').toggleClass('dz-open') }, actions: { uploadImage (file) { const...
Add record details after upload
Add record details after upload
JavaScript
mit
small-cake/client,small-cake/client
b74b69dc57fdf71e742b19ea22f6311199fe2752
src/ui/constants/licenses.js
src/ui/constants/licenses.js
export const CC_LICENSES = [ { value: 'Creative Commons Attribution 4.0 International', url: 'https://creativecommons.org/licenses/by/4.0/legalcode', }, { value: 'Creative Commons Attribution-ShareAlike 4.0 International', url: 'https://creativecommons.org/licenses/by-sa/4.0/legalcode', }, { ...
export const CC_LICENSES = [ { value: 'Creative Commons Attribution 3.0', url: 'https://creativecommons.org/licenses/by/3.0/legalcode', }, { value: 'Creative Commons Attribution 4.0 International', url: 'https://creativecommons.org/licenses/by/4.0/legalcode', }, { value: 'Creative Commons ...
Add Creative Commons Attribution 3.0 license
Add Creative Commons Attribution 3.0 license This license is used for many presentation recordings. It would be great to have the license supported by the application directly and avoid constantly looking for the license link.
JavaScript
mit
lbryio/lbry-app,lbryio/lbry-electron,lbryio/lbry-electron,lbryio/lbry-electron,lbryio/lbry-app
56f1fce919464363aaf2beff7564de5552d3cf26
src/configs/extra_colors.js
src/configs/extra_colors.js
export default { black_pink: ['#36516e', '#f93b58', 0], pink_black: ['#f93b58', '#36516e', 1], white_blue: ['#45c0e9', '#efefef', 0], blue_white: ['#45c0e9', '#efefef', 1], beige_black: ['#eadaca', '#433947', 1], black_white: ['#433947', '#efefef', 0] };
export default { black_pink: ['#36516e', '#f93b58', 0], pink_black: ['#f93b58', '#36516e', 1], white_blue: ['#45c0e9', '#efefef', 0], blue_white: ['#efefef', '#45c0e9', 1], beige_black: ['#eadaca', '#433947', 1], black_white: ['#433947', '#efefef', 0] };
Fix white blue colors for color picker
Fix white blue colors for color picker
JavaScript
mit
g8extended/Character-Generator,g8extended/Character-Generator
fb7e4bc04e0a54e5a08f51e3f12c5982a6a1ca86
string/compress.js
string/compress.js
// Method that performs basic string compression using the counts of repeated characters function compressStr(str) { var output = "", // will return this variable as final compressed string currChar = "", // represents character we are searching for in string currCount = "", // counts number of times character is...
// Method that performs basic string compression using the counts of repeated characters function compressStr(str) { var output = "", // will return this variable as final compressed string currChar = "", // represents character we are searching for in string currCount = ""; // counts number of times character is...
Debug and add test cases
Debug and add test cases
JavaScript
mit
derekmpham/interview-prep,derekmpham/interview-prep
d4e5de834aeaee536df0ffd998be1f1660eee2d1
lib/node_modules/@stdlib/math/base/dist/normal/pdf/examples/index.js
lib/node_modules/@stdlib/math/base/dist/normal/pdf/examples/index.js
'use strict'; var pdf = require( './../lib' ); var x; var mu; var sigma; var v; var i; for ( i = 0; i < 10; i++ ) { x = Math.random() * 10; mu = Math.random() * 10 - 5; sigma = Math.random() * 20; v = pdf( x, mu, sigma ); console.log( 'x: %d, mu: %d, sigma: %d, f(x;mu,sigma): %d', x, mu, sigma, v ); }
'use strict'; var pdf = require( './../lib' ); var sigma; var mu; var x; var v; var i; for ( i = 0; i < 10; i++ ) { x = Math.random() * 10; mu = Math.random() * 10 - 5; sigma = Math.random() * 20; v = pdf( x, mu, sigma ); console.log( 'x: %d, mu: %d, sigma: %d, f(x;mu,sigma): %d', x, mu, sigma, v ); }
Reorder vars according to length
Reorder vars according to length
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
7f292e1e1c3a7147331a462e2ded5e3a01cdfe7f
server/public/scripts/controllers/home.controller.js
server/public/scripts/controllers/home.controller.js
app.controller('HomeController', ['$http', 'AuthFactory', function($http, AuthFactory) { console.log('HomeController running'); var self = this; self.userStatus = AuthFactory.userStatus; self.dataArray = [{ src: '../assets/images/carousel/genome-sm.jpg' }, { src: '../assets/images/carousel/...
app.controller('HomeController', ['$http', 'AuthFactory', function($http, AuthFactory) { console.log('HomeController running'); var self = this; self.userStatus = AuthFactory.userStatus; self.dataArray = [ { src: '../assets/images/carousel/genome-sm.jpg' }, { src: '../assets/images/carousel/falkirk-whe...
Refactor carousel image references for better readability
Refactor carousel image references for better readability
JavaScript
mit
STEMentor/STEMentor,STEMentor/STEMentor
f3c4fc88e6e2bb7cb28bd491812226805f321994
lib/helpers.js
lib/helpers.js
'use babel' import minimatch from 'minimatch' export function showError(e) { atom.notifications.addError(`[Linter] ${e.message}`, { detail: e.stack, dismissable: true }) } export function shouldTriggerLinter(linter, wasTriggeredOnChange, scopes) { if (wasTriggeredOnChange && !linter.lintOnFly) { re...
'use babel' import minimatch from 'minimatch' export function showError(e) { atom.notifications.addError(`[Linter] ${e.message}`, { detail: e.stack, dismissable: true }) } export function shouldTriggerLinter(linter, wasTriggeredOnChange, scopes) { if (wasTriggeredOnChange && !linter.lintOnFly) { re...
Add a message key helper; also cleanup unused
:new: Add a message key helper; also cleanup unused
JavaScript
mit
AtomLinter/Linter,atom-community/linter,steelbrain/linter
1b37e313bc95d878a2774590bdad9e7682d4b829
lib/html2js.js
lib/html2js.js
'use babel' import Html2JsView from './html2js-view' import html2js from './html-2-js' import { CompositeDisposable } from 'atom' export default { html2JsView: null, modalPanel: null, subscriptions: null, activate (state) { this.subscriptions = new CompositeDisposable() this.html2JsView = new Html2...
'use babel' import Html2JsView from './html2js-view' import html2js from './html-2-js' import { CompositeDisposable } from 'atom' export default { html2JsView: null, modalPanel: null, subscriptions: null, activate (state) { this.subscriptions = new CompositeDisposable() this.html2JsView = new Html2...
Set JS grammar to newly created pane texteditor
Set JS grammar to newly created pane texteditor
JavaScript
mit
jerone/atom-html2js,jerone/atom-html2js
bac10e88a8732cf5d4914635bb93ff91c8c68e81
.grunt-tasks/postcss.js
.grunt-tasks/postcss.js
module.exports = { options: { map: true, processors: [ require("pixrem")(), // add fallbacks for rem units for IE8+ require("autoprefixer")({ browsers: "> 1%, last 2 versions, ie >= 8" }), // add vendor prefixes ] }, default: { src: "dist/stylesheets/*.css" } };
module.exports = { options: { map: true, processors: [ require("pixrem")({ html: false, atrules: true }), // add fallbacks for rem units for IE8+ require("autoprefixer")({ browsers: "> 1%, last 2 versions, ie >= 8" }), // add vendor prefixes ] }, default: { src: "dist/stylesheets/*.css" } };
Update post css task to add rem fallbacks properly for IE8
Update post css task to add rem fallbacks properly for IE8
JavaScript
mit
nhsevidence/NICE-Experience,nhsevidence/NICE-Experience
a8cddb0a5b2e026ce0733a66aa4aaa77de1ec506
bin/cli.js
bin/cli.js
#!/usr/bin/env node 'use strict'; const dependencyTree = require('../'); const program = require('commander'); program .version(require('../package.json').version) .usage('[options] <filename>') .option('-d, --directory <path>', 'location of files of supported filetypes') .option('-c, --require-config <path>...
#!/usr/bin/env node 'use strict'; const dependencyTree = require('../'); const program = require('commander'); program .version(require('../package.json').version) .usage('[options] <filename>') .option('-d, --directory <path>', 'location of files of supported filetypes') .option('-c, --require-config <path>...
Add --tsconfig CLI option to specify a TypeScript config file
Add --tsconfig CLI option to specify a TypeScript config file
JavaScript
mit
dependents/node-dependency-tree,dependents/node-dependency-tree
408567081d82c28b1ff0041c10c57f879acf1187
dawn/js/components/peripherals/NameEdit.js
dawn/js/components/peripherals/NameEdit.js
import React from 'react'; import InlineEdit from 'react-edit-inline'; import Ansible from '../../utils/Ansible'; var NameEdit = React.createClass({ propTypes: { name: React.PropTypes.string, id: React.PropTypes.string }, dataChange(data) { Ansible.sendMessage('custom_names', { id: this.props.i...
import React from 'react'; import InlineEdit from 'react-edit-inline'; import Ansible from '../../utils/Ansible'; var NameEdit = React.createClass({ propTypes: { name: React.PropTypes.string, id: React.PropTypes.string }, dataChange(data) { var x = new RegExp("^[A-Za-z][A-Za-z0-9]+$"); if (x.test...
Check new peripheral names against regex
Check new peripheral names against regex
JavaScript
apache-2.0
pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral,pioneers/PieCentral
ee678fe9f72422507e138ffa9fb45485c7fb0449
src/views/Main/Container.js
src/views/Main/Container.js
import React from 'react'; import Map, {GoogleApiWrapper} from 'google-maps-react'; import { searchNearby } from 'utils/googleApiHelpers'; export class Container extends React.Component { onReady(mapProps, map) { // when map is ready and const { google } = this.props; const opts = { location: map.center, ...
import React from 'react'; import Map, {GoogleApiWrapper} from 'google-maps-react'; import { searchNearby } from 'utils/googleApiHelpers'; export class Container extends React.Component { constructor(props) { // super initializes this super(props); this.state = { places: [], pagination: null } } onR...
Set Main container to be stateful
Set Main container to be stateful
JavaScript
mit
Kgiberson/welp
7da241808bb335551bd4a822c6970561b859ab76
src/models/apikey.js
src/models/apikey.js
import stampit from 'stampit'; import {Meta, Model} from './base'; const ApiKeyMeta = Meta({ name: 'apiKey', pluralName: 'apiKeys', endpoints: { 'detail': { 'methods': ['delete', 'get'], 'path': '/v1/instances/{instanceName}/api_keys/{id}/' }, 'list': { 'methods': ['post', 'get'], ...
import stampit from 'stampit'; import {Meta, Model} from './base'; const ApiKeyMeta = Meta({ name: 'apiKey', pluralName: 'apiKeys', endpoints: { 'detail': { 'methods': ['delete', 'patch', 'put', 'get'], 'path': '/v1/instances/{instanceName}/api_keys/{id}/' }, 'list': { 'methods': ['...
Add methods to api key's detail endpoint
[LIB-386] Add methods to api key's detail endpoint
JavaScript
mit
Syncano/syncano-server-js
35cbf16ff15966ecddc02abd040f8c46fe824a0d
src/components/posts/PostsAsGrid.js
src/components/posts/PostsAsGrid.js
import React from 'react' import { parsePost } from '../parsers/PostParser' class PostsAsGrid extends React.Component { static propTypes = { posts: React.PropTypes.object, json: React.PropTypes.object, currentUser: React.PropTypes.object, gridColumnCount: React.PropTypes.number, } renderColumn(p...
import React from 'react' import { parsePost } from '../parsers/PostParser' class PostsAsGrid extends React.Component { static propTypes = { posts: React.PropTypes.object, json: React.PropTypes.object, currentUser: React.PropTypes.object, gridColumnCount: React.PropTypes.number, } renderColumn(p...
Fix an issue with grid post rendering.
Fix an issue with grid post rendering.
JavaScript
mit
ello/webapp,ello/webapp,ello/webapp
74b87cbca5fc7bd065ecd129463856dffc8b4b7e
app/routes/fellows.server.routes.js
app/routes/fellows.server.routes.js
'use strict'; var users = require('../../app/controllers/users'); var fellows = require('../../app/controllers/fellows'); module.exports = function(app) { // Setting up the bootcamp api app.route('/camps') <<<<<<< HEAD .get(fellows.list_camp) // login and authorization required ======= .get(fellows.list_camp);...
'use strict'; var users = require('../../app/controllers/users'); var fellows = require('../../app/controllers/fellows'); module.exports = function(app) { // Setting up the bootcamp api app.route('/camps') .get(fellows.list_camp); // login and authorization required // .post(fellows.create_camp); //by admin ...
Reset fellow server js file
Reset fellow server js file
JavaScript
mit
andela-ogaruba/AndelaAPI
49cb1ee49686ea320689ae97ce94c5d593cccdbb
ws-connect.js
ws-connect.js
var WebSocket = require('ws'); var reHttpSignalhost = /^http(.*)$/; var reTrailingSlash = /\/$/; function connect(signalhost) { // if we have a http/https signalhost then do some replacement magic to push across // to ws implementation (also add the /primus endpoint) if (reHttpSignalhost.test(signalhost)) { ...
var WebSocket = require('ws'); var reHttpSignalhost = /^http(.*)$/; var reTrailingSlash = /\/$/; var pingers = []; var PINGHEADER = 'primus::ping::'; var PONGHEADER = 'primus::pong::'; function connect(signalhost) { var socket; // if we have a http/https signalhost then do some replacement magic to push across ...
Improve node socket connection to ping as per what a primus server expects
Improve node socket connection to ping as per what a primus server expects
JavaScript
apache-2.0
eightyeight/rtc-signaller,rtc-io/rtc-signaller
a6972191cf167266225ddcedc1c12ce94297ef1c
lib/reporters/lcov-reporter.js
lib/reporters/lcov-reporter.js
var Reporter = require('../reporter'); var lcovRecord = function(data) { var str = "", lineHandled = 0, lineFound = 0, fileName = data.fileName; if(this.options.lcovOptions && this.options.lcovOptions.renamer){ fileName = this.options.lcovOptions.renamer(fileName); } str += 'SF:' + file...
var Reporter = require('../reporter'); var lcovRecord = function(data) { var str = '', lineHandled = 0, lineFound = 0, fileName = data.fileName; if (this.options.cliOptions && this.options.cliOptions.lcovOptions && this.options.cliOptions.lcovOptions.renamer){ fileName = this.options.cliOpti...
Fix renamer, lcov check was not accessing the proper object
Fix renamer, lcov check was not accessing the proper object
JavaScript
mit
yagni/ember-cli-blanket,elwayman02/ember-cli-blanket,jschilli/ember-cli-blanket,calderas/ember-cli-blanket,dwickern/ember-cli-blanket,yagni/ember-cli-blanket,calderas/ember-cli-blanket,notmessenger/ember-cli-blanket,jschilli/ember-cli-blanket,elwayman02/ember-cli-blanket,mike-north/ember-cli-blanket,sglanzer/ember-cli-...
24e687564a18b651d57f7f49ae5c79ff935fb95a
lib/ui/widgets/basewidget.js
lib/ui/widgets/basewidget.js
var schema = require('signalk-schema'); function BaseWidget(id, options, streamBundle, instrumentPanel) { this.instrumentPanel = instrumentPanel; } BaseWidget.prototype.setActive = function(value) { this.options.active = value; this.instrumentPanel.onWidgetChange(this); } BaseWidget.prototype.getLabelForPath =...
var schema = require('signalk-schema'); function BaseWidget(id, options, streamBundle, instrumentPanel) { this.instrumentPanel = instrumentPanel; } BaseWidget.prototype.setActive = function(value) { this.options.active = value; this.instrumentPanel.onWidgetChange(this); } BaseWidget.prototype.getLabelForPath =...
Add shared function for range sensitive rounding
Add shared function for range sensitive rounding
JavaScript
apache-2.0
SignalK/instrumentpanel,SignalK/instrumentpanel
e17572851a8351fdf7210db5aed7c6c9784c2497
test/stack-test.js
test/stack-test.js
/*global describe, it*/ /* * mochify.js * * Copyright (c) 2014 Maximilian Antoni <mail@maxantoni.de> * * @license MIT */ 'use strict'; var assert = require('assert'); var run = require('./fixture/run'); describe('stack', function () { this.timeout(3000); it('does not screw up xunit', function (done) { ...
/*global describe, it*/ /* * mochify.js * * Copyright (c) 2014 Maximilian Antoni <mail@maxantoni.de> * * @license MIT */ 'use strict'; var assert = require('assert'); var run = require('./fixture/run'); describe('stack', function () { this.timeout(3000); it('does not screw up xunit', function (done) { ...
Fix test case to not fail due to varying timing (again)
Fix test case to not fail due to varying timing (again)
JavaScript
mit
mantoni/mochify.js,jhytonen/mochify.js,mantoni/mochify.js,mantoni/mochify.js,jhytonen/mochify.js,Heng-xiu/mochify.js,Swaagie/mochify.js,Swaagie/mochify.js,boneskull/mochify.js,boneskull/mochify.js,Heng-xiu/mochify.js
e178e5a5213b07650fa4c9ce1fc32c25c3d7af12
main/plugins/settings/index.js
main/plugins/settings/index.js
import React from 'react'; import Settings from './Settings'; /** * Plugin to show app settings in results list * @param {String} term */ const settingsPlugin = (term, callback) => { if (!term.match(/^(show\s+)?(settings|preferences)\s*/i)) return; callback([{ icon: '/Applications/Cerebro.app', title: ...
import React from 'react'; import search from 'lib/search'; import Settings from './Settings'; // Settings plugin name const NAME = 'Cerebro Settings'; // Phrases that used to find settings plugins const KEYWORDS = [ NAME, 'Cerebro Preferences' ]; /** * Plugin to show app settings in results list * @param {St...
Improve search if settings plugin Now available by settings and preferences words
Improve search if settings plugin Now available by settings and preferences words
JavaScript
mit
KELiON/cerebro,KELiON/cerebro
3af7d2e005748a871efe4d2dd278d11dfc82950f
next.config.js
next.config.js
const withOffline = require("next-offline"); const nextConfig = { target: "serverless", future: { webpack5: true, }, workboxOpts: { swDest: "static/service-worker.js", runtimeCaching: [ { urlPattern: /^https?.*/, handler: "NetworkFirst", options: { cacheName:...
const withOffline = require("next-offline"); const nextConfig = { target: "serverless", workboxOpts: { runtimeCaching: [ { urlPattern: /^https?.*/, handler: "NetworkFirst", options: { cacheName: "offlineCache", expiration: { maxEntries: 200 ...
Swap back to webpack 4, adjust next-offline
Swap back to webpack 4, adjust next-offline
JavaScript
bsd-2-clause
overshard/isaacbythewood.com,overshard/isaacbythewood.com
06cac5f7a677bf7d9bc4f92811203d52dc3c6313
cookie-bg-picker/background_scripts/background.js
cookie-bg-picker/background_scripts/background.js
/* Retrieve any previously set cookie and send to content script */ browser.tabs.onUpdated.addListener(cookieUpdate); function getActiveTab() { return browser.tabs.query({active: true, currentWindow: true}); } function cookieUpdate(tabId, changeInfo, tab) { getActiveTab().then((tabs) => { // get any previous...
/* Retrieve any previously set cookie and send to content script */ function getActiveTab() { return browser.tabs.query({active: true, currentWindow: true}); } function cookieUpdate() { getActiveTab().then((tabs) => { // get any previously set cookie for the current tab var gettingCookies = browser.cooki...
Update on tab activate as well as update
Update on tab activate as well as update
JavaScript
mpl-2.0
mdn/webextensions-examples,mdn/webextensions-examples,mdn/webextensions-examples
5b20639101d8da9031641fa9565970bcdc67b441
app/assets/javascripts/books.js
app/assets/javascripts/books.js
var ready = function() { $('#FontSize a').click(function() { $('.content').css("font-size", this.dataset.size); }); $('#FontFamily a').click(function(){ $('.content').css("font-family", this.innerHTML); }); $('#Leading a').click(function(){ $('.content').css("line-height", this.dataset.spacing); }); $('...
// http://www.quirksmode.org/js/cookies.html function createCookie(name, value, days) { var expires; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toGMTString(); } else { expires = ""; } document.cookie = encodeURIComponent(na...
Use cookies to persist formatting options
Use cookies to persist formatting options
JavaScript
mit
mk12/great-reads,mk12/great-reads,mk12/great-reads
a5b130aaeb84c5dc2b26fddba87805c4d9a8915d
xmlToJson/index.js
xmlToJson/index.js
var fs = require('fs'); module.exports = function (context, xmlZipBlob) { context.log('Node.js blob trigger function processed blob:', xmlZipBlob); context.log(`typeof xmlZipBlob:`, typeof xmlZipBlob); fs.writeFile('xmlZip.txt', "Hello World", 'utf8', (err) => { if (err) { throw err; ...
var fs = require('fs'); var path = rqeuire('path'); module.exports = function (context, xmlZipBlob) { context.log('Node.js blob trigger function processed blob:', xmlZipBlob); context.log(`typeof xmlZipBlob:`, typeof xmlZipBlob); var tempDirectory = process.env["TMP"]; var tempFileName = "xmlZip.zip";...
Update xmlBlob function to write to temp directory
Update xmlBlob function to write to temp directory
JavaScript
mit
mattmazzola/sc2iq-azure-functions
6916f08a1d587d64db47aa9068c0389d08aa5e1c
app/scripts/filters/timecode.js
app/scripts/filters/timecode.js
(function() { function timecode() { return function(seconds) { var seconds = Number.parseFloat(seconds); if (Number.isNaN(seconds)) { return '-:--'; } var wholeSeconds = Math.floor(seconds); var minutes = Ma...
(function() { function timecode() { return function(seconds) { /** var seconds = Number.parseFloat(seconds); if (Number.isNaN(seconds)) { return '-:--'; } var wholeSeconds = Math.floor(seconds); ...
Use buzz.toTimer() method for time filter
Use buzz.toTimer() method for time filter
JavaScript
apache-2.0
orlando21/ng-bloc-jams,orlando21/ng-bloc-jams
f6c1c6a4bf04d64c97c06fd57cc14f584fc530f5
static/js/components/callcount_test.js
static/js/components/callcount_test.js
const html = require('choo/html'); const callcount = require('./callcount.js'); const chai = require('chai'); const expect = chai.expect; // Skip a test if the browser does not support locale-based number formatting function ifLocaleSupportedIt (test) { if (window.Intl && window.Intl.NumberFormat) { it(test); ...
const html = require('choo/html'); const callcount = require('./callcount.js'); const chai = require('chai'); const expect = chai.expect; // Skip a test if the browser does not support locale-based number formatting function ifLocaleSupportedIt (name, test) { if (window.Intl && window.Intl.NumberFormat) { it(nam...
Fix support check that skips tests on ALL browsers
Fix support check that skips tests on ALL browsers Mistake and poor checking on my part.
JavaScript
mit
5calls/5calls,5calls/5calls,5calls/5calls,5calls/5calls
d08cf84a589a20686ed431e8c8134697ee3c004c
js/home.js
js/home.js
function startTime() { var today=new Date(); var h=checkTime(today.getHours()); var m=checkTime(today.getMinutes()); var s=checkTime(today.getSeconds()); var timeString = s%2===0 ? h + ":" + m + ":" + s : h + ":" + m + " " + s; document.getElementById("time").innerHTML = timeString; var twen...
function startTime() { var today=new Date(); var h=checkTime(today.getHours()); var m=checkTime(today.getMinutes()); var s=checkTime(today.getSeconds()); var timeString = s%2===0 ? h + ":" + m + ":" + s : h + ":" + m + " " + s; document.getElementById("time").innerHTML = timeString; var twen...
Fix bug in background color
Fix bug in background color
JavaScript
mit
SalomonSmeke/old-site,SalomonSmeke/old-site,SalomonSmeke/old-site
11bab5733e1f0292ff06b0accc1fc6cc25cd29b6
share/spice/maps/maps/maps_maps.js
share/spice/maps/maps/maps_maps.js
DDG.require('maps',function(){ ddg_spice_maps_maps = function(response) { if (!response || !response.length) { return Spice.failed('maps'); } // OSM sends back a bunch of places, just want the first one for now response = [response[0]]; if ...
DDG.require('maps',function(){ ddg_spice_maps_maps = function(response) { if (!response) { return Spice.failed('maps'); } // OSM sends back a bunch of places, just want the first one for now response = response.features[0]; Spice.add({ data: response, ...
Handle mapbox geocoder response data
Handle mapbox geocoder response data
JavaScript
apache-2.0
whalenrp/zeroclickinfo-spice,MoriTanosuke/zeroclickinfo-spice,MoriTanosuke/zeroclickinfo-spice,sagarhani/zeroclickinfo-spice,lernae/zeroclickinfo-spice,Retrobottega/zeroclickinfo-spice,xaviervalarino/zeroclickinfo-spice,GrandpaCardigan/zeroclickinfo-spice,MoriTanosuke/zeroclickinfo-spice,shyamalschandra/zeroclickinfo-s...
d1b9a635f976403db95e86b7cbbdbd03daadc44a
addon/components/bs4/bs-navbar.js
addon/components/bs4/bs-navbar.js
import { computed } from '@ember/object'; import Navbar from 'ember-bootstrap/components/base/bs-navbar'; export default Navbar.extend({ classNameBindings: ['breakpointClass', 'backgroundClass'], type: 'light', /** * Defines the responsive toggle breakpoint size. Options are the standard * two character ...
import { computed } from '@ember/object'; import Navbar from 'ember-bootstrap/components/base/bs-navbar'; export default Navbar.extend({ classNameBindings: ['breakpointClass', 'backgroundClass'], type: computed('appliedType', { get() { return this.get('appliedType'); }, set(key, value) { // esl...
Enforce compatibility of the `undefined` and `default` setting for navbar color scheme. This makes the demo work for the default, but the inverse still doesn't work because of different scheme names.
Enforce compatibility of the `undefined` and `default` setting for navbar color scheme. This makes the demo work for the default, but the inverse still doesn't work because of different scheme names.
JavaScript
mit
jelhan/ember-bootstrap,jelhan/ember-bootstrap,kaliber5/ember-bootstrap,kaliber5/ember-bootstrap
d0d1e2f8beee81818d0905c9e86c1d0f59ee2e31
html/introduction-to-html/the-html-head/script.js
html/introduction-to-html/the-html-head/script.js
var list = document.createElement('ul'); var info = document.createElement('p'); var html = document.querySelector('html'); info.textContent = 'Below is a dynamic list. Click anywhere outside the list to add a new list item. Click an existing list item to change its text to something else.'; document.body.appendChild...
const list = document.createElement('ul'); const info = document.createElement('p'); const html = document.querySelector('html'); info.textContent = 'Below is a dynamic list. Click anywhere outside the list to add a new list item. Click an existing list item to change its text to something else.'; document.body.appen...
Use const instead of var as according to best practices
Use const instead of var as according to best practices
JavaScript
cc0-1.0
mdn/learning-area,mdn/learning-area,mdn/learning-area,mdn/learning-area
62af16add5c5e9456b543787a136226c892ea229
app/mixins/inventory-selection.js
app/mixins/inventory-selection.js
import Ember from "ember"; export default Ember.Mixin.create({ /** * For use with the inventory-type ahead. When an inventory item is selected, resolve the selected * inventory item into an actual model object and set is as inventoryItem. */ inventoryItemChanged: function() { var select...
import Ember from "ember"; export default Ember.Mixin.create({ /** * For use with the inventory-type ahead. When an inventory item is selected, resolve the selected * inventory item into an actual model object and set is as inventoryItem. */ inventoryItemChanged: function() { var select...
Make sure inventory item is completely loaded
Make sure inventory item is completely loaded
JavaScript
mit
HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend
584bdf23880938277f952bb8e59b33c697bd5974
Resources/lib/events.js
Resources/lib/events.js
var listeners = {}; exports.addEventListener = function(name, func) { if (!listeners[name]) { listeners[name] = []; } listeners[name].push(func); return exports; }; exports.hasEventListeners = function(name) { return !!listeners[name]; }; exports.clearEventListeners = function() { listeners = {}; return exp...
var listeners = {}; exports.addEventListener = function(name, func) { if (!listeners[name]) { listeners[name] = []; } listeners[name].push(func); return exports; }; exports.hasEventListeners = function(name) { return !!listeners[name]; }; exports.clearEventListeners = function() { listeners = {}; return exp...
Allow Multiple Arguments to Events
Allow Multiple Arguments to Events
JavaScript
apache-2.0
appcelerator-titans/abcsWriter
ee492f36b4d945945bb88a6dcbc64c5b6ef602d1
.prettierrc.js
.prettierrc.js
module.exports = { semi: false, tabWidth: 2, singleQuote: true, proseWrap: 'always', }
module.exports = { semi: false, tabWidth: 2, singleQuote: true, proseWrap: 'always', overrides: [ { files: 'src/**/*.mdx', options: { parser: 'mdx', }, }, ], }
Configure prettier to format mdx
Configure prettier to format mdx
JavaScript
mit
dtjv/dtjv.github.io
c5ad27b894412c2cf32a723b1bfad1cce62360bf
app/scripts/reducers/userStatus.js
app/scripts/reducers/userStatus.js
import update from 'immutability-helper' import ActionTypes from '../actionTypes' const initialState = { isLoading: false, lastRequestAt: undefined, latestActivities: [], unreadMessagesCount: 0, } export default (state = initialState, action) => { switch (action.type) { case ActionTypes.AUTH_TOKEN_EXPIRE...
import update from 'immutability-helper' import ActionTypes from '../actionTypes' const initialState = { isLoading: false, lastRequestAt: undefined, latestActivities: [], unreadMessagesCount: 0, } export default (state = initialState, action) => { switch (action.type) { case ActionTypes.AUTH_TOKEN_EXPIRE...
Fix wrong usage of update
Fix wrong usage of update
JavaScript
agpl-3.0
adzialocha/hoffnung3000,adzialocha/hoffnung3000
243f8dc177fbcf33c2fa67c0df2f177e3d53e6ad
app/scripts/modules/auth/index.js
app/scripts/modules/auth/index.js
import { connect } from 'react-redux'; import { Component } from 'react'; import PropTypes from 'prop-types'; import { setConfig } from 'widget-editor'; import { browserHistory } from 'react-router'; import actions from './auth-actions'; import initialState from './auth-reducer-initial-state'; import * as reducers fro...
import { connect } from 'react-redux'; import { Component } from 'react'; import PropTypes from 'prop-types'; import { setConfig } from 'widget-editor'; import { browserHistory } from 'react-router'; import actions from './auth-actions'; import initialState from './auth-reducer-initial-state'; import * as reducers fro...
Fix a bug where the user wouldn't be able to log in
Fix a bug where the user wouldn't be able to log in
JavaScript
mit
resource-watch/prep-app,resource-watch/prep-app
23ff386f7989dd6a1aaf63d6c1108c5b0b5d2583
blueprints/ember-table/index.js
blueprints/ember-table/index.js
module.exports = { normalizeEntityName: function() {}, afterInstall: function(options) { // We assume that handlebars, ember, and jquery already exist return this.addBowerPackagesToProject([ { // Antiscroll seems to be abandoned by its original authors. We need // two things: (1) a ve...
module.exports = { normalizeEntityName: function() {}, afterInstall: function(options) { // We assume that handlebars, ember, and jquery already exist return this.addBowerPackagesToProject([ { // Antiscroll seems to be abandoned by its original authors. We need // two things: (1) a ve...
Use correct version of antiscroll in blueprint
Use correct version of antiscroll in blueprint
JavaScript
bsd-3-clause
hedgeserv/ember-table,Gaurav0/ember-table,phoebusliang/ember-table,phoebusliang/ember-table,Gaurav0/ember-table,hedgeserv/ember-table
d2b7ee755b6d51c93d5f6f1d24a65b34f2d1f90d
app/soc/content/js/tips-081027.js
app/soc/content/js/tips-081027.js
$(function() { $('tr[title]').bt(); });
$(function() { // Change 'title' to something else first $('tr[title]').each(function() { $(this).attr('xtitle', $(this).attr('title')).removeAttr('title'); }) .children().children(':input') // Set up event handlers .bt({trigger: ['helperon', 'helperoff'], titleSelector: "parent()...
Make tooltips work when tabbing
Make tooltips work when tabbing Fixed the tooltips on IE, and changed the background colour to be nicer on Firefox. Patch by: Haoyu Bai <baihaoyu@gmail.com> --HG-- extra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%401624
JavaScript
apache-2.0
rhyolight/nupic.son,rhyolight/nupic.son,rhyolight/nupic.son
0202747e5620276e90c907bfbd14905891f744a5
public/javascripts/youtube-test.js
public/javascripts/youtube-test.js
var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { height: '39...
var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player', { height: '39...
Change video ID (see extended log)
Change video ID (see extended log) - Demonstrate that HTTP referrer overriding is not necessary. This is mostly for my own research and for eventual changes I will make to Toby my YouTube player so that I no longer require a patch to libchromiumcontent allowing the overriding of the HTTP referrer.
JavaScript
mit
frankhale/electron-with-express
5bd0512b74cb30edd82b8aa4d2c8ea55f8944a56
viewsource/js/static/ast.js
viewsource/js/static/ast.js
// This just dumps out an ast for your viewing pleasure. include("dumpast.js"); function process_js(ast) { dump_ast(ast); }
include("beautify.js"); function process_js(ast) { _print('// process_js'); _print(js_beautify(uneval(ast)) .replace(/op: (\d+),/g, function (hit, group1) { return 'op: ' + decode_op(group1) + '(' + group1 + '),' }) .replace(/type: (\d+),/g, function (hit, group1) { ...
Make jshydra output match dehydra's.
[ViewSource] Make jshydra output match dehydra's.
JavaScript
mit
srenatus/dxr,jonasfj/dxr,pelmers/dxr,jay-z007/dxr,jay-z007/dxr,jbradberry/dxr,jbradberry/dxr,pelmers/dxr,kleintom/dxr,jonasfj/dxr,erikrose/dxr,pombredanne/dxr,nrc/dxr,gartung/dxr,pombredanne/dxr,pelmers/dxr,nrc/dxr,jay-z007/dxr,KiemVM/Mozilla--dxr,gartung/dxr,erikrose/dxr,jay-z007/dxr,KiemVM/Mozilla--dxr,jbradberry/dxr...
67f62b161eb997b77e21a2c1bedd6748baa97908
app/components/quotes.js
app/components/quotes.js
import React, { PropTypes } from 'react'; const Quote = ({quote}) => ( <div> <p>{quote.value}</p> <p>{quote.author}</p> </div> ) Quote.propTypes = { quote: PropTypes.object.isRequired } export default Quote;
import React, { PropTypes } from 'react'; const Quote = ({quote}) => ( <div className='quote_comp'> <p className='quote_comp__text'>{quote.value}</p> <p className='quote_comp__author'>- {quote.author}</p> </div> ) Quote.propTypes = { quote: PropTypes.object.isRequired } export default Quote;
Add classes to quote component
Add classes to quote component
JavaScript
mit
subramaniashiva/quotes-pwa,subramaniashiva/quotes-pwa
c82e4c18c64c3f86e3865484b4b1a01de6f026a5
lib/app.js
lib/app.js
#!/usr/bin/env node /*eslint-disable no-var */ var path = require('path'); var spawner = require('child_process'); exports.getFullPath = function(script){ return path.join(__dirname, script); }; // Respawn ensuring proper command switches exports.respawn = function respawn(script, requiredArgs, hostProcess) { ...
#!/usr/bin/env node /*eslint-disable no-var */ var path = require('path'); var spawner = require('child_process'); exports.getFullPath = function(script){ return path.join(__dirname, script); }; // Respawn ensuring proper command switches exports.respawn = function respawn(script, requiredArgs, hostProcess) { ...
Fix ordering on command line
Fix ordering on command line
JavaScript
mit
SockDrawer/SockBot
f9ea5ab178f8326b79c177889a5266a2bd4af91b
client/app/scripts/services/api.js
client/app/scripts/services/api.js
angular .module('app') .factory('apiService', [ '$http', function($http) { return { client: $http.get('/api/bower'), server: $http.get('/api/package') }; } ]) ;
angular .module('app') .factory('apiService', [ '$http', function($http) { return { client: $http.get('../bower.json'), server: $http.get('../package.json') }; } ]) ;
Use relative paths for bower/package.json
Use relative paths for bower/package.json
JavaScript
mit
ericclemmons/ericclemmons.github.io,ericclemmons/ericclemmons.github.io
92b0f90d0962114f54ec58babcc6017018a1263b
client/helpers/validations/book.js
client/helpers/validations/book.js
const validate = (values) => { const errors = {}; if (!values.title || values.title.trim() === '') { errors.title = 'Book title is required'; } if (!values.author || values.author.trim() === '') { errors.author = 'Book author is required'; } if (!values.description || values.description.trim() === '...
const validate = (values) => { const errors = {}; if (!values.title || values.title.trim() === '') { errors.title = 'Book title is required'; } if (!values.author || values.author.trim() === '') { errors.author = 'Book author is required'; } if (!values.description || values.description.trim() === '...
Fix bug in validation method
Fix bug in validation method
JavaScript
mit
amarachukwu-agbo/hello-books,amarachukwu-agbo/hello-books
8070c9f13209b80b1881fc83de027b3895656046
test/unescape-css.js
test/unescape-css.js
var test = require('ava'); var unescapeCss = require('../lib/unescape-css'); test('should unescape plain chars', function (t) { t.is(unescapeCss('Romeo \\+ Juliette'), 'Romeo + Juliette'); }); test('should unescape ASCII chars', function (t) { t.is(unescapeCss('\\34\\32'), '42'); }); test('should unescape Unicod...
var test = require('ava'); var unescapeCss = require('../lib/unescape-css'); test('unescapes plain chars', function (t) { t.is(unescapeCss('Romeo \\+ Juliette'), 'Romeo + Juliette'); }); test('unescapes ASCII chars', function (t) { t.is(unescapeCss('\\34\\32'), '42'); }); test('unescapes Unicode chars', function...
Remove word "should" from test descriptions
Remove word "should" from test descriptions
JavaScript
mit
assetsjs/postcss-assets,borodean/postcss-assets
7c8a1b33bad96e772921a24ced0343d756dcae34
jquery.dragster.js
jquery.dragster.js
(function ($) { $.fn.dragster = function (options) { var settings = $.extend({ enter: $.noop, leave: $.noop }, options); return this.each(function () { var first = false, second = false, $this = $(this); $this...
(function ($) { $.fn.dragster = function (options) { var settings = $.extend({ enter: $.noop, leave: $.noop, over: $.noop }, options); return this.each(function () { var first = false, second = false, $this = $...
Fix drop event with preventDefault
Fix drop event with preventDefault If preventDefault is not triggered, we can't use drop event. I fix it and added an over function to disable it by default.
JavaScript
mit
catmanjan/jquery-dragster
439cfd0b85a8a2416aeac40607bfddad86ef9773
app/controllers/form.js
app/controllers/form.js
var args = arguments[0] || {}; if (args.hasOwnProperty('itemIndex')) { // Edit mode var myModel = Alloy.Collections.tasks.at(args.itemIndex); $.text.value = myModel.get('text'); } else { // Add mode var myModel = Alloy.createModel('tasks'); myModel.set("status", "pending"); } // Focus on 1st input functio...
var args = arguments[0] || {}; if (args.hasOwnProperty('itemIndex')) { // Edit mode var myModel = Alloy.Collections.tasks.at(args.itemIndex); $.text.value = myModel.get('text'); } else { // Add mode var myModel = Alloy.createModel('tasks'); myModel.set("status", "pending"); } // Focus on 1st input functio...
Validate the only 1 field we have right now
Validate the only 1 field we have right now
JavaScript
mit
HazemKhaled/TiTODOs,HazemKhaled/TiTODOs
350209bd9bebca2d9365e531d87ecdf53758026d
assets/javascripts/js.js
assets/javascripts/js.js
$(document).ready(function() { $('.side-nav-container').hover(function() { $(this).addClass('is-showed'); $('.kudo').addClass('hide'); }, function() { $(this).removeClass('is-showed'); $('.kudo').removeClass('hide'); }); $(window).scroll(function () { var logotype = $('.logotype'); v...
$(document).ready(function () { $('.side-nav-container').hover(function () { $(this).addClass('is-showed'); $('.kudo').addClass('hide'); }, function() { $(this).removeClass('is-showed'); $('.kudo').removeClass('hide'); }); $(window).scroll(function () { var logo...
Add animation for kudo-side when kudo-bottom is showed
Add animation for kudo-side when kudo-bottom is showed
JavaScript
cc0-1.0
cybertk/cybertk.github.io,margaritis/svbtle-jekyll,orlando/svbtle-jekyll,margaritis/margaritis.github.io,orlando/svbtle-jekyll,margaritis/margaritis.github.io,margaritis/margaritis.github.io,cybertk/cybertk.github.io,margaritis/svbtle-jekyll
67efb8bde264e3ea0823e40558d29dd89120c0c9
src/components/views/messages/MessageTimestamp.js
src/components/views/messages/MessageTimestamp.js
/* Copyright 2015, 2016 OpenMarket Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, sof...
/* Copyright 2015, 2016 OpenMarket Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, sof...
Add date tooltip to timestamps
Add date tooltip to timestamps
JavaScript
apache-2.0
vector-im/riot-web,vector-im/riot-web,vector-im/vector-web,vector-im/vector-web,vector-im/vector-web,martindale/vector,vector-im/vector-web,vector-im/riot-web,vector-im/riot-web,vector-im/vector-web,vector-im/riot-web,vector-im/riot-web,martindale/vector
50a084e7894ae1b3586709cf488bd2260cbeb615
packages/eslint-config-eventbrite/rules/style.js
packages/eslint-config-eventbrite/rules/style.js
// The rules ultimately override any rules defined in legacy/rules/style.js module.exports = { rules: { // Enforce function expressions // http://eslint.org/docs/rules/func-style 'func-style': ['error', 'expression'], // enforce that `let` & `const` declarations are declared togethe...
// The rules ultimately override any rules defined in legacy/rules/style.js module.exports = { rules: { // Enforce function expressions // http://eslint.org/docs/rules/func-style 'func-style': ['error', 'expression'], // enforce that `let` & `const` declarations are declared togethe...
Add new rule for spacing around infix operators
Add new rule for spacing around infix operators
JavaScript
mit
eventbrite/javascript
f683c19b98c6f2a87ea4c97e55854f871fae5763
app/reducers/network.js
app/reducers/network.js
import { ActionConstants as actions } from '../actions' import { NETWORK_MAIN, NETWORK_TEST } from '../actions/network' export default function network(state = {}, action) { switch (action.type) { case actions.network.SWITCH: { return { ...state, net: action.netw...
import { ActionConstants as actions } from '../actions' import { NETWORK_MAIN, NETWORK_TEST } from '../actions/network' export default function network(state = {}, action) { switch (action.type) { case actions.network.SWITCH: { return { ...state, net: action.netw...
Fix updating of balance after a logout followed by a quick login
Fix updating of balance after a logout followed by a quick login
JavaScript
mit
ixje/neon-wallet-react-native,ixje/neon-wallet-react-native,ixje/neon-wallet-react-native
0c009ce0f6c647b3e514f1e4efeefb30c929120e
client/angular/src/app/controllers/movies.controller.spec.js
client/angular/src/app/controllers/movies.controller.spec.js
'use strict'; describe('controllers', function() { var httpBackend, scope, createController; beforeEach(module('polyflix')); beforeEach(inject(function($rootScope, $httpBackend, $controller) { httpBackend = $httpBackend; scope = $rootScope.$new(); httpBackend.whenGET(mocks.configUrl).respond( ...
'use strict'; describe('controllers', function() { var httpBackend, scope, createController; beforeEach(module('polyflix')); beforeEach(inject(function($rootScope, $httpBackend, $controller) { httpBackend = $httpBackend; scope = $rootScope.$new(); httpBackend.whenGET(mocks.configUrl).respond( ...
Add mocks to movies controller tests
Add mocks to movies controller tests
JavaScript
mit
ryanbradynd05/polyflix,ryanbradynd05/polyflix,ryanbradynd05/polyflix,ryanbradynd05/polyflix,ryanbradynd05/polyflix
3f425c1e15751fd8ea7d857b417a2932208b4366
client/app/modules/sandbox/controllers/sandbox.forms.ctrl.js
client/app/modules/sandbox/controllers/sandbox.forms.ctrl.js
'use strict'; angular.module('com.module.sandbox') .controller('SandboxFormsCtrl', function ($scope, CoreService) { var now = new Date(); $scope.formOptions = {}; $scope.formData = { name: null, description: null, startDate: now, startTime: now, endDate: now, endTime...
'use strict'; angular.module('com.module.sandbox') .controller('SandboxFormsCtrl', function ($scope, CoreService) { var now = new Date(); $scope.formOptions = {}; $scope.formData = { name: null, description: null, startDate: now, startTime: now, endDate: now, endTime...
Remove obsolete object from scope
Remove obsolete object from scope
JavaScript
mit
TNick/loopback-angular-admin,igormusic/referenceData,gxr1028/loopback-angular-admin,shalkam/loopback-angular-admin,igormusic/referenceData,colmena/colmena,jingood2/loopbackadmin,Jeff-Lewis/loopback-angular-admin,colmena/colmena-cms,telemed-duth/eclinpro,senorcris/loopback-angular-admin,colmena/colmena-cms,shalkam/loopb...
5240db9f7366808a612e6ad722b16e63ba23baa6
package.js
package.js
Package.describe({ name: '255kb:cordova-disable-select', version: '1.0.2', summary: 'Disables user selection and iOS magnifying glass / longpress menu in Cordova applications.', git: 'https://github.com/255kb/cordova-disable-select', documentation: 'README.md' }); Package.onUse(function(api) { ...
Package.describe({ name: '255kb:cordova-disable-select', version: '1.0.2', summary: 'Disables user selection and iOS magnifying glass / longpress menu in Cordova applications.', git: 'https://github.com/255kb/cordova-disable-select', documentation: 'README.md' }); Package.onUse(function(api) { ...
Add css file as 'web.cordova' is more accurate.
Add css file as 'web.cordova' is more accurate. If application is browser and cordova in the same time, it will have impact on browser.
JavaScript
mit
255kb/cordova-disable-select
088438040d865c219cd602cc59bfb66d2b6f2486
scripts/pre-publish.js
scripts/pre-publish.js
const { join } = require('path') const { writeFile } = require('fs').promises const { default: players } = require('../lib/players') const generateSinglePlayers = async () => { for (const { key, name } of players) { const file = ` const { createReactPlayer } = require('./lib/ReactPlayer') const Playe...
const { join } = require('path') const { writeFile } = require('fs').promises const { default: players } = require('../lib/players') const generateSinglePlayers = async () => { for (const { key, name } of players) { const file = ` const createReactPlayer = require('./lib/ReactPlayer').createReactPlayer ...
Fix single player imports on IE11
Fix single player imports on IE11 Fixes https://github.com/CookPete/react-player/issues/954
JavaScript
mit
CookPete/react-player,CookPete/react-player
af31fac9ce0fcc39d6d8e079cc9c534261c2d455
wherehows-web/tests/integration/components/datasets/containers/dataset-acl-access-test.js
wherehows-web/tests/integration/components/datasets/containers/dataset-acl-access-test.js
import { moduleForComponent, skip } from 'ember-qunit'; import hbs from 'htmlbars-inline-precompile'; import notificationsStub from 'wherehows-web/tests/stubs/services/notifications'; import userStub from 'wherehows-web/tests/stubs/services/current-user'; import sinon from 'sinon'; moduleForComponent( 'datasets/cont...
import { moduleForComponent, test } from 'ember-qunit'; import hbs from 'htmlbars-inline-precompile'; import notificationsStub from 'wherehows-web/tests/stubs/services/notifications'; import userStub from 'wherehows-web/tests/stubs/services/current-user'; import sinon from 'sinon'; moduleForComponent( 'datasets/cont...
Undo skip test after fix
Undo skip test after fix
JavaScript
apache-2.0
mars-lan/WhereHows,linkedin/WhereHows,linkedin/WhereHows,camelliazhang/WhereHows,mars-lan/WhereHows,camelliazhang/WhereHows,camelliazhang/WhereHows,camelliazhang/WhereHows,alyiwang/WhereHows,theseyi/WhereHows,linkedin/WhereHows,mars-lan/WhereHows,theseyi/WhereHows,alyiwang/WhereHows,theseyi/WhereHows,camelliazhang/Wher...
b463c1709faf3da73b907dc842d83aa2709a1e77
app/services/redux.js
app/services/redux.js
import Ember from 'ember'; import redux from 'npm:redux'; import reducers from '../reducers/index'; import enhancers from '../enhancers/index'; import optional from '../reducers/optional'; import middlewareConfig from '../middleware/index'; const { assert, isArray } = Ember; // Util for handling the case where no set...
import Ember from 'ember'; import redux from 'npm:redux'; import reducers from '../reducers/index'; import enhancers from '../enhancers/index'; import optional from '../reducers/optional'; import middlewareConfig from '../middleware/index'; const { assert, isArray, K } = Ember; // Handle "classic" middleware exports ...
Use Ember.K instead of noOp
Use Ember.K instead of noOp
JavaScript
mit
ember-redux/ember-redux,dustinfarris/ember-redux,dustinfarris/ember-redux,toranb/ember-redux,toranb/ember-redux,ember-redux/ember-redux
bc19de3950abae46adf992dfa77ee890e8ed6aa9
src/DELETE/sanitizeArguments/index.js
src/DELETE/sanitizeArguments/index.js
const is = require('is'); const url = require('url'); /** * Returns an object containing the required properties to make an * http request. * @module DELETE/sanitizeArguments * @param {array} a - Arguments * @return {object} args - "Sanitized" arguments */ module.exports = function sanitizeArguments(a = []) { c...
const is = require('is'); const url = require('url'); /** * Returns an object containing the required properties to make an * http request. * @module DELETE/sanitizeArguments * @param {array} a - Arguments * @return {object} args - "Sanitized" arguments */ module.exports = function sanitizeArguments(a = []) { c...
DELETE correct options object + protocol handling
DELETE correct options object + protocol handling
JavaScript
mit
opensoars/ezreq
74eed05c7175e7fe96d54286f7feaaf68fcc3085
addon/services/ember-ambitious-forms.js
addon/services/ember-ambitious-forms.js
import Ember from 'ember' import AFField, { DEFAULT_CONFIG as FIELD_DEFAULT_CONFIG } from '../components/af-field' import i18n from '../mixins/i18n' import loc from '../mixins/loc' import restless from '../mixins/restless' import validations from '../mixins/validations' const AF_FIELD_MIXINS = { i18n, loc, restless,...
import Ember from 'ember' import { DEFAULT_CONFIG as FIELD_DEFAULT_CONFIG } from '../components/af-field' import i18n from '../mixins/i18n' import loc from '../mixins/loc' import restless from '../mixins/restless' import validations from '../mixins/validations' const AF_FIELD_MIXINS = { i18n, loc, restless, validati...
Load addons into resolver AFField instead of global AFField
Load addons into resolver AFField instead of global AFField
JavaScript
mit
dough-com/ember-ambitious-forms,dough-com/ember-ambitious-forms
29de57f99e6946e6db7257d650b860eaf2f58a7d
app/assets/javascripts/carnival/advanced_search.js
app/assets/javascripts/carnival/advanced_search.js
$(document).ready(function(){ $("#advanced_search_toggler").click(function(e){ $('body').append('<div class="as-form-overlay">') $("#advanced_search_toggler").toggleClass('is-opened') $("#advanced_search_form").toggle(); $(".as-form-overlay").click(function(e){ $(".as-form-overlay").remove(); ...
$(document).ready(function(){ $("#advanced_search_toggler").click(function(e){ $('body').append('<div class="as-form-overlay">') $("#advanced_search_toggler").toggleClass('is-opened') $("#advanced_search_form").toggle(); $('#advanced_search_form').find('input').focus(); $(".as-form-overlay").clic...
Set focus on the first advanced search field
Set focus on the first advanced search field
JavaScript
mit
cartolari/carnival,dsakuma/carnival,dsakuma/carnival,Vizir/carnival,dsakuma/carnival,cartolari/carnival,dsakuma/carnival,Vizir/carnival,cartolari/carnival,Vizir/carnival,cartolari/carnival,Vizir/carnival,cartolari/carnival,Vizir/carnival,dsakuma/carnival
bebd287f6a3552fcd0eabfa28afd522da32a6478
etc/protractorConfSauce.js
etc/protractorConfSauce.js
var pr = process.env.TRAVIS_PULL_REQUEST; var souceUser = process.env.SAUCE_USERNAME || "liqd"; var sauceKey = process.env.SAUCE_ACCESS_KEY; var name = ((pr === "false") ? "" : "#" + pr + " ") + process.env.TRAVIS_COMMIT; var common = require("./protractorCommon.js"); var local = { sauceUser: souceUser, sauce...
var pr = process.env.TRAVIS_PULL_REQUEST; var souceUser = process.env.SAUCE_USERNAME || "liqd"; var sauceKey = process.env.SAUCE_ACCESS_KEY; var name = ((pr === "false") ? "" : "#" + pr + " ") + process.env.TRAVIS_COMMIT; var common = require("./protractorCommon.js"); var local = { sauceUser: souceUser, sauce...
Disable direct connect for sauce labs
Disable direct connect for sauce labs
JavaScript
agpl-3.0
liqd/adhocracy3.mercator,liqd/adhocracy3.mercator,liqd/adhocracy3.mercator,liqd/adhocracy3.mercator,liqd/adhocracy3.mercator,liqd/adhocracy3.mercator,liqd/adhocracy3.mercator
d718fa64b1b3ab4fc0aa9c678faf15477a205dce
app/assets/javascripts/views/components/Editor/fields/virtualKeyboard.js
app/assets/javascripts/views/components/Editor/fields/virtualKeyboard.js
import React, {Component, PropTypes} from 'react'; import t from 'tcomb-form'; function renderInput(locals) { const onChange = function (event) { locals.onChange(event.target.value); }; const triggerRealInputChange = function (event) { locals.onChange(document.getElementById('virtual-keyboard-helper-' +...
import React, {Component, PropTypes} from 'react'; import t from 'tcomb-form'; function renderInput(locals) { const onChange = function (event) { locals.onChange(event.target.value); }; const triggerRealInputChange = function (event) { locals.onChange(document.getElementById('virtual-keyboard-helper-' +...
Fix bug with moving up and down
Fix bug with moving up and down
JavaScript
apache-2.0
First-Peoples-Cultural-Council/fv-web-ui,First-Peoples-Cultural-Council/fv-web-ui,First-Peoples-Cultural-Council/fv-web-ui,First-Peoples-Cultural-Council/fv-web-ui,First-Peoples-Cultural-Council/fv-web-ui
49500617b9ffe668dd4883c9190cac4c1ca15781
indico/htdocs/js/utils/i18n.js
indico/htdocs/js/utils/i18n.js
(function(global) { "use strict"; var default_i18n = new Jed({ locale_data: TRANSLATIONS, domain: "indico" }); global.i18n = default_i18n; global.$T = _.bind(default_i18n.gettext, default_i18n); ['gettext', 'ngettext', 'pgettext', 'npgettext', 'translate'].forEach(function(met...
(function(global) { "use strict"; var default_i18n = new Jed({ locale_data: global.TRANSLATIONS, domain: "indico" }); global.i18n = default_i18n; global.$T = _.bind(default_i18n.gettext, default_i18n); ['gettext', 'ngettext', 'pgettext', 'npgettext', 'translate'].forEach(funct...
Make it more obvious that TRANSLATIONS is global
Make it more obvious that TRANSLATIONS is global
JavaScript
mit
ThiefMaster/indico,OmeGak/indico,mvidalgarcia/indico,indico/indico,ThiefMaster/indico,DirkHoffmann/indico,pferreir/indico,DirkHoffmann/indico,mvidalgarcia/indico,ThiefMaster/indico,pferreir/indico,indico/indico,mic4ael/indico,pferreir/indico,mic4ael/indico,mic4ael/indico,DirkHoffmann/indico,OmeGak/indico,mvidalgarcia/i...
0939f9e32aa620132b444799f864056a097ead2d
test/e2e/main.js
test/e2e/main.js
'use strict'; describe('Sign up page', function () { var watchButton; beforeEach(function () { watchButton = element('.btn-primary'); }); it('should have Watch/Unwatch disabled by default', function() { expect(watchButton.attr('disabled')).toBeTruthy(); }); it('should enable Watch/Unwatch button', functi...
'use strict'; describe('Sign up page', function () { var watchButton; beforeEach(function () { watchButton = element('.btn-primary'); }); it('should have Watch enabled by default', function() { expect(watchButton.attr('disabled')).toBeFalsy(); }); it('should enable Watch/Unwatch button', function() { i...
Update default behavior of Watch button
Update default behavior of Watch button
JavaScript
mit
seriema/npmalerts-web,seriema/npmalerts-web
7a7a6905f01aa99f5ff2c75cee165cf691dde8eb
ui/src/shared/components/FancyScrollbar.js
ui/src/shared/components/FancyScrollbar.js
import React, {Component, PropTypes} from 'react' import classnames from 'classnames' import {Scrollbars} from 'react-custom-scrollbars' class FancyScrollbar extends Component { constructor(props) { super(props) } static defaultProps = { autoHide: true, autoHeight: false, } render() { const...
import React, {Component, PropTypes} from 'react' import classnames from 'classnames' import {Scrollbars} from 'react-custom-scrollbars' class FancyScrollbar extends Component { constructor(props) { super(props) } static defaultProps = { autoHide: true, autoHeight: false, } handleMakeDiv = clas...
Update FancyScrollBar to use arrow properties
Update FancyScrollBar to use arrow properties
JavaScript
mit
mark-rushakoff/influxdb,nooproblem/influxdb,influxdb/influxdb,influxdb/influxdb,mark-rushakoff/influxdb,influxdata/influxdb,nooproblem/influxdb,mark-rushakoff/influxdb,mark-rushakoff/influxdb,influxdb/influxdb,mark-rushakoff/influxdb,li-ang/influxdb,nooproblem/influxdb,li-ang/influxdb,mark-rushakoff/influxdb,nooproblem...
eca69d314c990f7523742277cd104ef5371a49d2
test/dummy/app/assets/javascripts/application.js
test/dummy/app/assets/javascripts/application.js
// This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directl...
// This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directl...
Remove jQuery from the assets
Remove jQuery from the assets
JavaScript
mit
Soluciones/kpi,Soluciones/kpi,Soluciones/kpi
1c84ae2c3ebe985ed1e5348cd4ee2cdb4aee1be3
test/mriTests.js
test/mriTests.js
"use strict" const mocha = require('mocha'); const expect = require('chai').expect; const fs = require('fs'); const mri = require('../src/mri'); describe("Detect CSharp functions", function(){ it("should detect functions", function(){ const expected = ["DiscoverTestsToExecute", "GetTestsThatCall", "GetTes...
"use strict" const mocha = require('mocha'); const expect = require('chai').expect; const fs = require('fs'); const mri = require('../src/mri'); describe("Detect CSharp functions", function(){ it("should detect functions", function(){ this.timeout(5000); const expected = ["DiscoverTestsTo...
Add timeout to mri tests
Add timeout to mri tests
JavaScript
mit
vgaltes/CrystalGazer,vgaltes/CrystalGazer
ad3279b9d7642dbe53e951ea7d7131e637c4e589
tests/lib/rules/no-const-outside-module-scope.js
tests/lib/rules/no-const-outside-module-scope.js
'use strict'; //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ var rule = require('../../../lib/rules/no-const-outside-module-scope'); var RuleTester = require('eslint').RuleTester; //---...
'use strict'; //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ var rule = require('../../../lib/rules/no-const-outside-module-scope'); var RuleTester = require('eslint').RuleTester; //---...
Add output returned by the fixer
Test: Add output returned by the fixer
JavaScript
mit
Turbo87/eslint-plugin-ember-internal
b2403270ce82fdae09db5e07b07ea6f92bb955d6
core-plugins/shared/1/as/webapps/project-viewer/html/js/config/config.js
core-plugins/shared/1/as/webapps/project-viewer/html/js/config/config.js
/** * This is the default (fallback) configuration file for the web application. */ // Create empty CONFIG object as fallback if it does not exist. var CONFIG = CONFIG || {}; // Default configuration. var DEFAULT_CONFIG = {};
/** * This is the default (fallback) configuration file for the web application. */ // Default configuration. var DEFAULT_CONFIG = {};
Remove duplicate declaration of CONFIG.
Remove duplicate declaration of CONFIG.
JavaScript
apache-2.0
aarpon/obit_shared_core_technology,aarpon/obit_shared_core_technology,aarpon/obit_shared_core_technology
ce7365ee16191777ad76d4009e2e0d21cde204fe
app/initializers/session.js
app/initializers/session.js
export default { name: 'app.session', initialize(container, application) { application.inject('controller', 'session', 'service:session'); application.inject('route', 'session', 'service:session'); } };
export default { name: 'app.session', initialize(application) { application.inject('controller', 'session', 'service:session'); application.inject('route', 'session', 'service:session'); } };
Fix a deprecation warning about `initialize` arguments
Fix a deprecation warning about `initialize` arguments This shows up in the browser console. Fixed as suggested at: http://emberjs.com/deprecations/v2.x/#toc_initializer-arity
JavaScript
apache-2.0
Susurrus/crates.io,achanda/crates.io,achanda/crates.io,steveklabnik/crates.io,achanda/crates.io,rust-lang/crates.io,steveklabnik/crates.io,Susurrus/crates.io,steveklabnik/crates.io,rust-lang/crates.io,rust-lang/crates.io,achanda/crates.io,steveklabnik/crates.io,Susurrus/crates.io,rust-lang/crates.io,Susurrus/crates.io
0e91b9b2a063a22bf1033777452c8c87cb399829
src/app/index.route.js
src/app/index.route.js
function routerConfig ($stateProvider, $urlRouterProvider) { 'ngInject'; $stateProvider // Holding page .state('holding-page', { url: '/', views: { 'content': { templateUrl: 'app/holding-page/holding-page.html' } } }) // Home page .state('home', { ...
function routerConfig ($stateProvider, $urlRouterProvider) { 'ngInject'; $stateProvider // Holding page .state('holding-page', { url: '/', views: { 'content': { templateUrl: 'app/holding-page/holding-page.html' } } }) // Home page .state('home', { ...
Add routing for EUFN and Lancastrians projects
Add routing for EUFN and Lancastrians projects
JavaScript
mit
RobEasthope/lazarus,RobEasthope/lazarus
657ea31a8373be43b33d80cfe58915e294ec21ea
index.js
index.js
var persist = require('./lib/persist'); module.exports = persist;
var persist = require('./lib/persist'); /** * @param String db MongoDB connection string * @param Array data * @return promise * This module makes use of the node-promise API. * Operate on the singular result argument passed to a `then` callback, as follows: * * persist(db, data).then(function (result) { * /...
Add a more useful comment
Add a more useful comment
JavaScript
mit
imgges/persist
0e3db15aa1c142c5028a0da35f0da42a237aa306
index.js
index.js
'use strict'; module.exports = function(prompts) { // This method will only show prompts that haven't been supplied as options. This makes the generator more composable. const filteredPrompts = []; const props = new Map(); prompts.forEach(function prompts(prompt) { this.option(prompt.name); const opti...
'use strict'; module.exports = function(prompts) { // This method will only show prompts that haven't been supplied as options. This makes the generator more composable. const filteredPrompts = []; const props = new Map(); prompts.forEach(function prompts(prompt) { const option = this.options[prompt.name]...
Fix to allow non boolean options
Fix to allow non boolean options
JavaScript
mit
artefact-group/yeoman-option-or-prompt
c631ca483da85d04ef13afcf9e9c0f78a74cfc61
index.js
index.js
exports.register = function(plugin, options, next) { // Wait 10 seconds for existing connections to close then exit. var stop = function() { plugin.servers[0].stop({ timeout: 10 * 1000 }, function() { process.exit(); }); }; process.on('SIGTERM', stop); process.on('SIGINT', stop); ...
exports.register = function(server, options, next) { // Wait 10 seconds for existing connections to close then exit. var stop = function() { server.connections[0].stop({ timeout: 10 * 1000 }, function() { process.exit(); }); }; process.on('SIGTERM', stop); process.on('SIGINT', sto...
Upgrade for compatability with Hapi 8
Upgrade for compatability with Hapi 8
JavaScript
mit
KyleAMathews/hapi-death
f2bbd2ed9f3a7cac8075d1ddb1b294c5069b0589
prototype.spawn.js
prototype.spawn.js
module.exports = function () { StructureSpawn.prototype.createCustomCreep = function(energy, roleName) { var numberOfParts = Math.floor(energy / 350); var body = []; for (let i = 0; i < numberOfParts; i++) { body.push(WORK); } for (let i = 0; ...
module.exports = function () { StructureSpawn.prototype.createCustomCreep = function(energy, roleName) { var numberOfParts = Math.floor(energy / 350); var body = []; for (let i = 0; i < numberOfParts; i++) { body.push(WORK); } for (let i = 0; ...
WORK WORK CARRY CARRY MOVE MOVE MOVE
WORK WORK CARRY CARRY MOVE MOVE MOVE
JavaScript
mit
Raltrwx/Ralt-Screeps
29aae66080fcdff0fe62486d445c6a3a9aeff406
app/assets/javascripts/forest/admin/partials/forest_tables.js
app/assets/javascripts/forest/admin/partials/forest_tables.js
// Forest tables $(document).on('mouseenter', '.forest-table tbody tr', function() { var $row = $(this); $row.addClass('active'); $(document).one('turbolinks:before-cache.forestTables', function() { $row.removeClass('active'); }); }); $(document).on('mouseleave', '.forest-table tbody tr', function() { ...
// Forest tables $(document).on('mouseenter', '.forest-table tbody tr', function() { var $row = $(this); $row.addClass('active'); $(document).one('turbolinks:before-cache.forestTables', function() { $row.removeClass('active'); }); }); $(document).on('mouseleave', '.forest-table tbody tr', function() { ...
Allow modifier key press when opening table rows
Allow modifier key press when opening table rows
JavaScript
mit
dylanfisher/forest,dylanfisher/forest,dylanfisher/forest
1d46cc1e616d64cdae5b29e9f777c309b3ea08f7
SPAWithAngularJS/module3/directives/controllersInsideDirective/js/app.shoppingListDirective.js
SPAWithAngularJS/module3/directives/controllersInsideDirective/js/app.shoppingListDirective.js
// app.shoppingListDirective.js (function() { "use strict"; angular.module("ShoppingListDirectiveApp") .directive("shoppingList", ShoppingList); function ShoppingList() { const templateUrl = "../templates/shoppingList.view.html"; const ddo = { restrict: "E", templateUrl, scope: { ...
// app.shoppingListDirective.js (function() { "use strict"; angular.module("ShoppingListDirectiveApp") .directive("shoppingList", ShoppingList); function ShoppingList() { const templateUrl = "../templates/shoppingList.view.html"; const ddo = { restrict: "E", templateUrl, scope: { ...
Edit controllerAs label for ShoppingListDirectiveController
Edit controllerAs label for ShoppingListDirectiveController
JavaScript
mit
var-bin/angularjs-training,var-bin/angularjs-training,var-bin/angularjs-training,var-bin/angularjs-training
5b7eda2be2c50e4aab45b862c2f9cde0d31c2dfe
gulpfile.js
gulpfile.js
var gulp = require('gulp'); var clean = require('gulp-clean'); var zip = require('gulp-zip'); var bases = { root: 'dist/' }; var paths = [ 'core/actions/*', 'core/common/**', 'admin/**', '!admin/config/*', 'boxoffice/**', '!boxoffice/config/*', 'customer/**', '!customer/config/*',...
var gulp = require('gulp'); var clean = require('gulp-clean'); var zip = require('gulp-zip'); var bases = { root: 'dist/' }; var paths = [ 'core/actions/*', 'core/common/**', 'admin/**', '!admin/config/*', 'boxoffice/**', '!boxoffice/config/*', 'customer/**', '!customer/config/*',...
Copy core .htaccess file to dist
Copy core .htaccess file to dist
JavaScript
mit
ssigg/ticketbox-server-php,ssigg/ticketbox-server-php,ssigg/ticketbox-server-php
e4e9561be08162dc7d00ce5cf38f55b52cad5863
src/models/interact.js
src/models/interact.js
var _ = require("lodash"); var Bacon = require("baconjs"); var Interact = module.exports; Interact.ask = function (question) { var readline = require("readline").createInterface({ input: process.stdin, output: process.stdout }); return Bacon.fromCallback(_.partial(readline.question.bind(readline), ques...
var _ = require("lodash"); var Bacon = require("baconjs"); var Interact = module.exports; Interact.ask = function (question) { var readline = require("readline").createInterface({ input: process.stdin, output: process.stdout }); return Bacon.fromCallback(_.partial(readline.question.bind(readline), ques...
Make Interact.confirm use configurable acceptance strings
Make Interact.confirm use configurable acceptance strings
JavaScript
apache-2.0
CleverCloud/clever-tools,CleverCloud/clever-tools,CleverCloud/clever-tools
8695e857ae870b1e991cd511ffd70101969876cc
api/feed/pending/matchExec.js
api/feed/pending/matchExec.js
(function () { var cogClass = function () {}; cogClass.prototype.exec = function (params, request, response) { var oops = this.sys.apiError; var sys = this.sys; var userID = params.id; var userKey = params.key; var pages = sys.pages; pages.reset(); ...
(function () { var cogClass = function () {}; cogClass.prototype.exec = function (params, request, response) { var oops = this.sys.apiError; var sys = this.sys; var userID = params.id; var userKey = params.key; var pages = sys.pages; pages.reset(); ...
Set short delay for demo
Set short delay for demo
JavaScript
unlicense
fbennett/newswriter
dda231347aeba1e692ddbf31d10897d6499cd44b
src/fn/fn-buckets-quantiles.js
src/fn/fn-buckets-quantiles.js
'use strict'; require('es6-promise').polyfill(); var debug = require('../helper/debug')('fn-quantiles'); var LazyFiltersResult = require('../model/lazy-filters-result'); var fnBuckets = require('./fn-buckets'); module.exports = function (datasource) { return function fn$quantiles (numBuckets) { debug('fn$quant...
'use strict'; var createBucketsFn = require('./fn-buckets').createBucketsFn; var FN_NAME = 'quantiles'; module.exports = function (datasource) { return createBucketsFn(datasource, FN_NAME, '>'); }; module.exports.fnName = FN_NAME;
Migrate quantiles to buckets creation
Migrate quantiles to buckets creation
JavaScript
bsd-3-clause
CartoDB/turbo-cartocss
2fa1bad5ac36807f47c184c31c36f0ecc050cea9
draft-js-inline-toolbar-plugin/src/components/Toolbar/__test__/Toolbar.js
draft-js-inline-toolbar-plugin/src/components/Toolbar/__test__/Toolbar.js
import React, { Component } from 'react'; import { expect } from 'chai'; import { mount } from 'enzyme'; import Toolbar from '../index'; describe('Toolbar', () => { it('allows children to override the content', (done) => { const structure = [class Child extends Component { componentDidMount() { set...
import React, { Component } from 'react'; import { expect } from 'chai'; import { mount } from 'enzyme'; import Toolbar from '../index'; describe('Toolbar', () => { it('allows children to override the content', (done) => { const structure = [class Child extends Component { componentDidMount() { set...
Fix test for inline toolbar
Fix test for inline toolbar
JavaScript
mit
draft-js-plugins/draft-js-plugins,dagopert/draft-js-plugins,nikgraf/draft-js-plugin-editor,nikgraf/draft-js-plugin-editor,draft-js-plugins/draft-js-plugins,dagopert/draft-js-plugins,nikgraf/draft-js-plugin-editor,draft-js-plugins/draft-js-plugins,dagopert/draft-js-plugins,draft-js-plugins/draft-js-plugins
9034a21f2762b6b01d6dc45a9f049e60cf3d7439
addon/components/course-publicationcheck.js
addon/components/course-publicationcheck.js
/* eslint-disable ember/no-computed-properties-in-native-classes */ import Component from '@glimmer/component'; import { inject as service } from '@ember/service'; export default class CoursePublicationCheckComponent extends Component { @service router; get showUnlinkIcon() { if (!this.args.course.courseObjec...
/* eslint-disable ember/no-computed-properties-in-native-classes */ import Component from '@glimmer/component'; import { inject as service } from '@ember/service'; import { use } from 'ember-could-get-used-to-this'; import ResolveAsyncValue from 'ilios-common/classes/resolve-async-value'; export default class CoursePu...
Resolve objectives in course publication check
Resolve objectives in course publication check We can also use the length value of the relationship to check if there are parents which engages auto tracking.
JavaScript
mit
ilios/common,ilios/common
5d9f0dbd9e287ad320f020238ab6d3e66ffb2f49
addon/components/floating-mobile-buttons.js
addon/components/floating-mobile-buttons.js
import Ember from 'ember'; import layout from '../templates/components/floating-mobile-buttons'; export default Ember.Component.extend({ layout, tagName: 'ul', classNames: ['floating-buttons'], classNameBindings: ['active:active', 'bottom:bottom', 'top:top', 'left:left', 'right:right'], active: false, chil...
import Ember from 'ember'; import layout from '../templates/components/floating-mobile-buttons'; export default Ember.Component.extend({ layout, tagName: 'ul', classNames: ['floating-buttons'], classNameBindings: ['active:active', 'bottom:bottom', 'top:top', 'left:left', 'right:right'], active: false, chil...
Use the afterRender run loop to check if has children
Use the afterRender run loop to check if has children
JavaScript
mit
yontxu/ember-floating-mobile-buttons,yontxu/ember-floating-mobile-buttons
bf5b8c20974dfe7d16dde885aa02ec39471e652a
great/static/js/models/artist.js
great/static/js/models/artist.js
"use strict"; great.Artist = Backbone.Model.extend({ }); great.ArtistsCollection = Backbone.PageableCollection.extend({ model: great.Artist, comparator: "name", url: "/great/music/artists/", mode: "client", });
"use strict"; great.Artist = Backbone.Model.extend({ urlRoot: "/great/music/artists/", }); great.ArtistsCollection = Backbone.PageableCollection.extend({ model: great.Artist, comparator: "name", url: "/great/music/artists/", mode: "client", });
Add a urlRoot to allow use outside of a collection.
Add a urlRoot to allow use outside of a collection.
JavaScript
mit
Julian/Great,Julian/Great,Julian/Great
8f0b0267da395ce2824122496408b4c3ac014a3d
src/camel-case.js
src/camel-case.js
import R from 'ramda'; import uncapitalize from './uncapitalize.js'; import pascalCase from './pascal-case.js'; // a -> a const camelCase = R.compose(uncapitalize, pascalCase); export default camelCase;
import R from 'ramda'; import compose from './util/compose.js'; import uncapitalize from './uncapitalize.js'; import pascalCase from './pascal-case.js'; // a -> a const camelCase = compose(uncapitalize, pascalCase); export default camelCase;
Refactor camelCase function to use custom compose function
Refactor camelCase function to use custom compose function
JavaScript
mit
restrung/restrung-js
6a5598ed7f1cf85502d58e7a9b774d31419ff79c
js/kamfu.js
js/kamfu.js
$(document).ready(function() { console.log( "ready!" ); var gameForeground = $('#gameForeground')[0]; var gameFront = $('#gameFront')[0]; var gameBack = $('#gameBack')[0]; var gameText = $('#gameText')[0]; gameCommon.setup(gameForeground, gameFront, gameBack, gameText); var video = documen...
$(document).ready(function() { console.log( "ready!" ); var gameForeground = $('#gameForeground')[0]; var gameFront = $('#gameFront')[0]; var gameBack = $('#gameBack')[0]; var gameText = $('#gameText')[0]; gameCommon.setup(gameForeground, gameFront, gameBack, gameText); var video = documen...
Remove reset camera click event
Remove reset camera click event
JavaScript
apache-2.0
pabloalba/kam-fu,pabloalba/kam-fu
0ca2b8e525a81eedb21af53b1ac2213b8efa4dd8
web/src/store.js
web/src/store.js
import { compose, createStore, applyMiddleware } from 'redux' import persistState from 'redux-localstorage' import thunk from 'redux-thunk' import RootReducer from 'reducers/RootReducer' export default createStore( RootReducer, compose( applyMiddleware(thunk), persistState(['user']), window.__REDUX_DE...
import { compose, createStore, applyMiddleware } from 'redux' import persistState from 'redux-localstorage' import thunk from 'redux-thunk' import RootReducer from 'reducers/RootReducer' const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose export default createStore( RootReducer, compo...
Fix Redux DevTools for mobile
Fix Redux DevTools for mobile
JavaScript
mit
RailsRoading/wissle,RailsRoading/wissle,RailsRoading/wissle
dc5f805dcea6d0c1dd27a98cadbf2290a323ea87
javascript/staticsearch.js
javascript/staticsearch.js
jQuery(function($) { $('#tipue_search_input').tipuesearch({ 'mode': 'static', 'contentLocation': '/search_index' }); $("form.no-pageload input").keypress(function(e){ var k = e.keyCode || e.which; if(k == 13){ e.preventDefault(); } }); $("form.button-submit input.submit-button").click(function(e){ ...
jQuery(function($) { //prevent undeclared variable var tipuesearch = {"pages": [ {"title": "", "text":"", "tags":"", "loc":""} ]}; $('#tipue_search_input').tipuesearch({ 'mode': 'static', 'contentLocation': '/search_index' }); $("form.no-pageload input").keypress(function(e){ var k = e.keyCode || e.wh...
Fix undefined error when no search file found
BUG: Fix undefined error when no search file found
JavaScript
bsd-3-clause
adrexia/silverstripe-staticsearch,adrexia/silverstripe-staticsearch
0ffa589122d21ab32099ec377ddbab6be15a593a
lib/exec.js
lib/exec.js
'use strict'; var shell = require('shelljs'); var cmd = require('./cmd'); // Execute msbuild.exe with passed arguments module.exports = function exec(args) { process.exit(shell.exec(cmd(args)).code); }
'use strict'; var shell = require('shelljs'); var cmd = require('./cmd'); // Execute nuget.exe with passed arguments module.exports = function exec(args) { const result = shell.exec(cmd(args)).code; if (result !== 0) { console.log(); console.log(`NuGet failed. ERRORLEVEL '${result}'.'`) ...
Fix handling of NuGet errors
Fix handling of NuGet errors
JavaScript
mit
TimMurphy/npm-nuget
bc80e82a05c0a7b19e538ff3773f8966e1bf28f8
lib/main.js
lib/main.js
'use babel' const FS = require('fs') const Path = require('path') const {View} = require('./view') const callsite = require('callsite') import {guessName, installPackages, packagesToInstall} from './helpers' // Renamed for backward compatibility if (typeof window.__steelbrain_package_deps === 'undefined') { window._...
'use babel' const FS = require('fs') const Path = require('path') const {View} = require('./view') const callsite = require('callsite') import {guessName, installPackages, packagesToInstall} from './helpers' // Renamed for backward compatibility if (typeof window.__steelbrain_package_deps === 'undefined') { window._...
Handle failure in name guessing
:art: Handle failure in name guessing
JavaScript
mit
steelbrain/package-deps,openlawlibrary/package-deps,steelbrain/package-deps
763e147ba669365e5f38f5b27c0dc1367087c031
lib/util.js
lib/util.js
"use strict"; var Class = require("./Class"); var CompileError = exports.CompileError = Class.extend({ initialize: function () { switch (arguments.length) { case 2: // token, text this._filename = arguments[0].filename; this._pos = arguments[0].pos; this._message = arguments[1]; break; case 3: // ...
"use strict"; var Class = require("./Class"); var CompileError = exports.CompileError = Class.extend({ initialize: function () { switch (arguments.length) { case 2: // token, text this._filename = arguments[0].filename; this._pos = arguments[0].pos; this._message = arguments[1]; break; case 3: // ...
Fix error handling in lexer
Fix error handling in lexer
JavaScript
mit
mattn/JSX,jsx/JSX,jsx/JSX,dj31416/JSX,dj31416/JSX,mattn/JSX,jsx/JSX,jsx/JSX,dj31416/JSX,dj31416/JSX,jsx/JSX,dj31416/JSX
581b1239c070873fbede643c04b654067d5468a5
src/redux/__tests__/random.test.js
src/redux/__tests__/random.test.js
import { expect } from 'chai'; import Immutable from 'immutable'; import { createReducer } from 'rook/lib/redux/createStore'; import reducers from '../modules'; const reducer = createReducer(reducers.random); describe('redux', () => { describe('reducers', () => { describe('random', () => { const initialSta...
import { expect } from 'chai'; import Immutable from 'immutable'; import createReducer from 'rook/lib/redux/createReducer'; import reducers from '../modules'; const reducer = createReducer(reducers.random); describe('redux', () => { describe('reducers', () => { describe('random', () => { const initialState...
Update path to createReducer function
Update path to createReducer function
JavaScript
mit
apazzolini/rook-starter
a92dcb2c0c3b6fb4f79de28c18b3b0dd357d139d
app/components/text-search.js
app/components/text-search.js
export default Ember.TextField.extend(Ember.TargetActionSupport, { change: function() { this.triggerAction({ action: 'search' }); }, insertNewline: function() { this.triggerAction({ action: 'search' }); } });
export default Ember.TextField.extend(Ember.TargetActionSupport, { change: function() { this.triggerAction({ action: 'search' }); } });
Fix for search not working when pressing the enter key.
Fix for search not working when pressing the enter key.
JavaScript
mit
HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend,HospitalRun/hospitalrun-frontend
1505e4cae9730677d513c81d4cd66df1017e09e5
src/elementType.js
src/elementType.js
import React from 'react'; import createChainableTypeChecker from './utils/createChainableTypeChecker'; function elementType(props, propName, componentName, location, propFullName) { const propValue = props[propName]; const propType = typeof propValue; if (React.isValidElement(propValue)) { return new Erro...
import React from 'react'; import createChainableTypeChecker from './utils/createChainableTypeChecker'; function elementType(props, propName, componentName, location, propFullName) { const propValue = props[propName]; const propType = typeof propValue; if (React.isValidElement(propValue)) { return new Er...
Update for new React types, context, forwardRef, etc
Update for new React types, context, forwardRef, etc
JavaScript
mit
react-bootstrap/prop-types-extra
bf6234ad7030b45fe2ae70c67d720b6fd1898fe9
src/lib/Twilio.js
src/lib/Twilio.js
require('dotenv').config(); export const sendSMS = (message) => { const formData = new FormData() formData.append('body', encodeURIComponent(message)) formData.append('to', encodeURIComponent(process.env.TO_PHONE)) formData.append('from', encodeURIComponent(process.env.FROM_PHONE)) const options = { ...
require('dotenv').config() const twilio = require('twilio') const client = new twilio(process.env.SID, process.env.TOKEN) const sendSMS = (message) => { client.api.messages.create({ body: message, to: process.env.TO_PHONE, from: process.env.FROM_PHONE }) .then((mes) => { console.log(mes.sid) ...
Add sendSMS method and confirm that it works
Add sendSMS method and confirm that it works
JavaScript
mit
severnsc/brewing-app,severnsc/brewing-app
5ca0961dbd3c171a248452726e9f283a955babb8
src/App.js
src/App.js
import React, { Component } from 'react'; import logo from './logo.svg'; import './App.css'; class App extends Component { render() { return ( <div className="App"> <div className="App-header"> <img src={logo} className="App-logo" alt="logo" /> <h2>Welcome to React</h2> ...
import React, { Component } from 'react'; import logo from './logo.svg'; import './App.css'; class App extends Component { render() { return ( <div className="App"> <div className="App-header"> <img src={logo} className="App-logo" alt="logo" /> <h2>Welcome to React</h2> ...
Add leading to zeros to single digit
Add leading to zeros to single digit
JavaScript
mit
cauldyclark15/pomodoro,cauldyclark15/pomodoro
fb083580920b89bda2cbfc0d3be5ad5c2a0ca074
src/jwt-request.js
src/jwt-request.js
var JWTHelper = require('./jwt-helper'); var JWTConfig = require('./jwt-config'); var JWTRequest = { setAuthorizationHeader(options, token) { if (!options.headers) options.headers = {}; options.headers[JWTConfig.authHeader] = `${JWTConfig.authPrefix} ${token}`; return options; }, ...
var JWTHelper = require('./jwt-helper'); var JWTConfig = require('./jwt-config'); var JWTRequest = { setAuthorizationHeader(options, token) { if (!options.headers) options.headers = {}; options.headers[JWTConfig.authHeader] = `${JWTConfig.authPrefix} ${token}`; return options; }, ...
Add skipAuthorization to options instead of a variable in our method
Add skipAuthorization to options instead of a variable in our method
JavaScript
mit
iDay/react-native-http,iktw/react-native-http
3f7dba1f6063671e1a0ec6f9b547c7aa05b85260
src/js/directives/textfit.js
src/js/directives/textfit.js
'use strict'; // Directive for using http://www.jacklmoore.com/autosize/ angular.module('Teem') .directive('textfit',[ '$timeout', function($timeout) { return { link: function(scope, element, attrs) { textFit(element); scope.$watch(attrs.ngBind, function() { $timeout(() => { ...
'use strict'; // Directive for using http://www.jacklmoore.com/autosize/ angular.module('Teem') .directive('textfit',[ '$timeout', function($timeout) { return { link: function(scope, element, attrs) { scope.$watch(attrs.ngBind, function() { $timeout(() => { textFit(element);...
Remove first call to textFit
Remove first call to textFit
JavaScript
agpl-3.0
P2Pvalue/teem,P2Pvalue/teem,P2Pvalue/pear2pear,Grasia/teem,P2Pvalue/teem,Grasia/teem,P2Pvalue/pear2pear,Grasia/teem
1c0597d51a0ff4646bff7ffe895cd7ac8c1e77c2
client/components/Loading.js
client/components/Loading.js
import React from 'react'; import { CircularProgress } from 'material-ui/Progress'; import Text from './Text'; const Loading = ({ message }) => ( <div className="loading"> <CircularProgress size={300} thickness={7} mode="indeterminate" /> <Text>{message}</Text> <style jsx>{` ....
import React from 'react'; import { CircularProgress } from 'material-ui/Progress'; import Text from './Text'; const Loading = ({ message }) => ( <div className="loading"> <CircularProgress size={300} mode="indeterminate" /> <Text>{message}</Text> <style jsx>{` .loading { width: 100%; ...
Remove obsolete prop from CircularProgress.
client: Remove obsolete prop from CircularProgress.
JavaScript
mit
u-wave/hub
ae3c0d72e26ec037aac7290fbb248386e35a04c9
scripts/get-latest-platform-tests.js
scripts/get-latest-platform-tests.js
"use strict"; if (process.env.NO_UPDATE) { process.exit(0); } const path = require("path"); const fs = require("fs"); const request = require("request"); // Pin to specific version, reflecting the spec version in the readme. // // To get the latest commit: // 1. Go to https://github.com/w3c/web-platform-tests/tree...
"use strict"; if (process.env.NO_UPDATE) { process.exit(0); } const path = require("path"); const fs = require("fs"); const request = require("request"); // Pin to specific version, reflecting the spec version in the readme. // // To get the latest commit: // 1. Go to https://github.com/w3c/web-platform-tests/tree...
Update to include latest web platform tests
Update to include latest web platform tests Includes https://github.com/w3c/web-platform-tests/pull/5146.
JavaScript
mit
jsdom/whatwg-url,jsdom/whatwg-url,jsdom/whatwg-url