hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1f4b2562b9292f385a7322f1010f535c8022ef29 | diff --git a/src/Javascript/RuleParser.php b/src/Javascript/RuleParser.php
index <HASH>..<HASH> 100644
--- a/src/Javascript/RuleParser.php
+++ b/src/Javascript/RuleParser.php
@@ -93,7 +93,7 @@ class RuleParser
{
foreach ((array) $attribute as $key) {
$current = isset($this->conditional[$key])... | Fix #<I>
(cherry picked from commit <I>e9b<I>) | proengsoft_laravel-jsvalidation | train |
49b31000efd80bcea3cdfe5b35c868198b4e9fb6 | diff --git a/functions/timber-post-getter.php b/functions/timber-post-getter.php
index <HASH>..<HASH> 100644
--- a/functions/timber-post-getter.php
+++ b/functions/timber-post-getter.php
@@ -1,7 +1,6 @@
<?php
-class TimberPostGetter
-{
+class TimberPostGetter {
/**
* @param mixed $query
@@ -11,14 +10,14... | tweaked filter name and gave one to get_post as well | timber_timber | train |
1bac4f166ad01d81dd0d7c3fbc02ac78a7a856b5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -56,7 +56,7 @@ module.exports = function(options) {
stream.end();
});
- return src(stream).pipe(handle(this, 'onStream'));
+ return src(stream.pipe(handle(this, 'onStream')));
});
if (ap... | passing entire stream created after piping to `handle` to `src-stream` to ensure any files piped into `.toStream` are passed through correctly. | assemble_assemble-streams | train |
40afea5b8f3f582bc34ef4c2f90db2663590577e | diff --git a/src/pipeline.js b/src/pipeline.js
index <HASH>..<HASH> 100644
--- a/src/pipeline.js
+++ b/src/pipeline.js
@@ -87,6 +87,17 @@ class Pipeline extends Array {
this.push(handler);
}
+ // Remove a request or response handler.
+ removeHandler(handler) {
+ assert(handler.call, 'Handler must be a fu... | Implement removeHandler method in Pipeline | assaf_zombie | train |
eea6d8327b793a897091d843413ae2cb77420133 | diff --git a/core/src/main/java/hudson/model/BallColor.java b/core/src/main/java/hudson/model/BallColor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/BallColor.java
+++ b/core/src/main/java/hudson/model/BallColor.java
@@ -67,6 +67,8 @@ public enum BallColor implements StatusIcon {
DISABLED... | JENKINS-<I> NOT_BUILT & other build status are reported inconsistently
The tooltip for the grey ball is "Pending" when it should be "Not built". | jenkinsci_jenkins | train |
320e7feb0ef63ed45e376330508ed59131e856dc | diff --git a/ghost/job-manager/lib/job-manager.js b/ghost/job-manager/lib/job-manager.js
index <HASH>..<HASH> 100644
--- a/ghost/job-manager/lib/job-manager.js
+++ b/ghost/job-manager/lib/job-manager.js
@@ -112,6 +112,21 @@ class JobManager {
}
/**
+ * Removes a job from sqcheduled (offloaded) jobs queu... | ✨ Added ability to remove scheduled jobs
closes #<I>
- A future use-case which this feature caters for is allowing to migrate "post scheduler" to use job manager instead of managing scheduling itself
- removeJob method will be needed to allow "rescheduling" of the post | TryGhost_Ghost | train |
ad2b8e7818fac6c854a105b05ff919cf59f56b04 | diff --git a/dynaphopy/interface/iofile/__init__.py b/dynaphopy/interface/iofile/__init__.py
index <HASH>..<HASH> 100644
--- a/dynaphopy/interface/iofile/__init__.py
+++ b/dynaphopy/interface/iofile/__init__.py
@@ -608,12 +608,12 @@ def save_quasiparticle_data_to_file(quasiparticle_data, filename):
output_dict =... | Added save quasiparticle data using YAML formatted file | abelcarreras_DynaPhoPy | train |
b5a302e2840df0c10d4d7ba63f1e8436b5085158 | diff --git a/src/v1/data_transfer_service_client.js b/src/v1/data_transfer_service_client.js
index <HASH>..<HASH> 100644
--- a/src/v1/data_transfer_service_client.js
+++ b/src/v1/data_transfer_service_client.js
@@ -54,7 +54,7 @@ class DataTransferServiceClient {
* your project ID will be detected automatically.... | docs: document apiEndpoint over servicePath (#<I>) | googleapis_nodejs-bigquery-data-transfer | train |
0060e719ec84d0b1fcf15fcf4a1213f58592002c | diff --git a/packages/site/pages/components/badge.js b/packages/site/pages/components/badge.js
index <HASH>..<HASH> 100644
--- a/packages/site/pages/components/badge.js
+++ b/packages/site/pages/components/badge.js
@@ -1,5 +1,6 @@
import React from 'react'
import Badge from '@pluralsight/ps-design-system-badge'
+impo... | docs(site): badge color & appearance | pluralsight_design-system | train |
08d670eeb0a2592b92f1ff9a767e4d2f73fa3851 | diff --git a/lib/index_shotgun/analyzer.rb b/lib/index_shotgun/analyzer.rb
index <HASH>..<HASH> 100644
--- a/lib/index_shotgun/analyzer.rb
+++ b/lib/index_shotgun/analyzer.rb
@@ -9,19 +9,19 @@ module IndexShotgun
indexes = table_indexes(table)
indexes.permutation(2).each_with_object([]) do |(source_... | Resolve Style/Next: Use next to skip iteration | sue445_index_shotgun | train |
fe89cb5551f23e22f01ffe62834799876d0cf342 | diff --git a/client/js/Widgets/DiagramDesigner/DiagramDesignerWidget.js b/client/js/Widgets/DiagramDesigner/DiagramDesignerWidget.js
index <HASH>..<HASH> 100644
--- a/client/js/Widgets/DiagramDesigner/DiagramDesignerWidget.js
+++ b/client/js/Widgets/DiagramDesigner/DiagramDesignerWidget.js
@@ -331,12 +331,12 @@ define(... | cozy grid layout in DEBUG mode just for testing purpose
Former-commit-id: <I>fda<I>d<I>ebb<I>f<I>b5b8fd2 | webgme_webgme-engine | train |
7368e3bc08a6d1f9cad3dd2bc204c73fa1225647 | diff --git a/pysd/py_backend/functions.py b/pysd/py_backend/functions.py
index <HASH>..<HASH> 100644
--- a/pysd/py_backend/functions.py
+++ b/pysd/py_backend/functions.py
@@ -1181,6 +1181,9 @@ def random_uniform(m, x, s):
-------
A random number from the uniform distribution between m and x (exclusive of the ... | Throw a warning when a nonzero seed value is used in random uniform function | JamesPHoughton_pysd | train |
182ebdf3ca6976306de04bc01b65bf5b36327530 | diff --git a/lib/net/ssh/authentication/pageant.rb b/lib/net/ssh/authentication/pageant.rb
index <HASH>..<HASH> 100644
--- a/lib/net/ssh/authentication/pageant.rb
+++ b/lib/net/ssh/authentication/pageant.rb
@@ -1,7 +1,7 @@
if RUBY_VERSION < "1.9"
require 'dl/import'
require 'dl/struct'
-elsif RUBY_VERSION < "2.2... | Need using Fiddler on Ruby <I> and must using, other will break due to #<I>
<URL> | net-ssh_net-ssh | train |
acef68502c004f9daad37b250386a62de6daf25e | diff --git a/LiSE/gui/charsheet/charsheet.py b/LiSE/gui/charsheet/charsheet.py
index <HASH>..<HASH> 100644
--- a/LiSE/gui/charsheet/charsheet.py
+++ b/LiSE/gui/charsheet/charsheet.py
@@ -750,7 +750,7 @@ class CharSheet(StackLayout):
uberskel = self.character.closet.skeleton[
u'character_sheet_item... | To properly cut out the event handlers previously responsible for
tracking changes, I had to change the way it works to delete things from
the skeleton. There's gotta be a better way. | LogicalDash_LiSE | train |
094910df5a523e0517c6b71f403fcc0e6f679d63 | diff --git a/lib/util/log.js b/lib/util/log.js
index <HASH>..<HASH> 100644
--- a/lib/util/log.js
+++ b/lib/util/log.js
@@ -100,6 +100,11 @@ module.exports = function logger() {
return this;
};
+ log.error = function (msg) {
+ this.write('✗ '.red + util.format.apply(util, arguments) + '\n');
+ return th... | adding to complement
log.error appends a red x, the same as log.ok appends a green check. | yeoman_environment | train |
7526584aca6e1230c4ff03728bb8f9aeb3ecfa42 | diff --git a/internal/service/amplify/app_test.go b/internal/service/amplify/app_test.go
index <HASH>..<HASH> 100644
--- a/internal/service/amplify/app_test.go
+++ b/internal/service/amplify/app_test.go
@@ -3,21 +3,18 @@ package amplify_test
import (
"encoding/base64"
"fmt"
- "log"
"os"
"regexp"
"testing"
... | amplify: Fix more import problems | terraform-providers_terraform-provider-aws | train |
0d639f6fb7cc9c8780a1368471507b1087f78a60 | diff --git a/lib/rollbar/item.rb b/lib/rollbar/item.rb
index <HASH>..<HASH> 100644
--- a/lib/rollbar/item.rb
+++ b/lib/rollbar/item.rb
@@ -85,7 +85,7 @@ module Rollbar
:notifier => {
:name => 'rollbar-gem',
:version => VERSION,
- :configured_options => scrub(configuration.configu... | fix: bypass sending configured_options in ActiveSupport < <I> | rollbar_rollbar-gem | train |
52daf73faa86692675e2083e6799a0e60e4bef47 | diff --git a/pylisp/packet/lisp/control/map_referral.py b/pylisp/packet/lisp/control/map_referral.py
index <HASH>..<HASH> 100644
--- a/pylisp/packet/lisp/control/map_referral.py
+++ b/pylisp/packet/lisp/control/map_referral.py
@@ -122,7 +122,7 @@ class LISPMapReferralMessage(LISPControlMessage):
# Add the re... | Fix bug in MapReferral packet building | steffann_pylisp | train |
b748b27e1610b750dddabe95274413a1c0f0e020 | diff --git a/climdir/__init__.py b/climdir/__init__.py
index <HASH>..<HASH> 100644
--- a/climdir/__init__.py
+++ b/climdir/__init__.py
@@ -17,7 +17,10 @@ ATTR_KEYS = [
'version_number',
'variable_name',
'temporal_subset',
- 'geographical_info'
+ 'geographical_info',
+ 't_start',
+ 't_end',
+ ... | Add temporal/geographic subset properties with tests | pacificclimate_cfmeta | train |
136a300e2480dbd107c7010700d87df4d70ce66f | diff --git a/source/2.0/includes/classes/api.class.php b/source/2.0/includes/classes/api.class.php
index <HASH>..<HASH> 100644
--- a/source/2.0/includes/classes/api.class.php
+++ b/source/2.0/includes/classes/api.class.php
@@ -167,9 +167,10 @@ class API extends Base {
if(!empty($achievement['EarnDates'][$g][... | Fixes #<I>
More documentation changes, made timestamps consistent throughout (ints
vs strings), removed double HTML encoding. | XboxLeaders_XboxLiveAPI | train |
0b7dadf99f446eb5a1082816beb9cbf2bef0a704 | diff --git a/languagetool-language-modules/en/src/main/java/org/languagetool/language/English.java b/languagetool-language-modules/en/src/main/java/org/languagetool/language/English.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/en/src/main/java/org/languagetool/language/English.java
+++ b/languag... | [en] set default language variant to en-GB | languagetool-org_languagetool | train |
9a118e8594314231927d713bb7fa569f4a56b511 | diff --git a/tool.go b/tool.go
index <HASH>..<HASH> 100644
--- a/tool.go
+++ b/tool.go
@@ -35,12 +35,12 @@ func init() {
var err error
currentDirectory, err = os.Getwd()
if err != nil {
- fmt.Println(err)
+ fmt.Fprintln(os.Stderr, err)
os.Exit(1)
}
currentDirectory, err = filepath.EvalSymlinks(currentDir... | gopherjs: Minor improvements.
Print potential errors to stderr rather than stdout.
Use syscall.Stderr instead of hardcoding a magic number. It increases
readability. | gopherjs_gopherjs | train |
08f48284e7b8c6918405959b4fb7227640b01afe | diff --git a/microcosm_flask/conventions/crud.py b/microcosm_flask/conventions/crud.py
index <HASH>..<HASH> 100644
--- a/microcosm_flask/conventions/crud.py
+++ b/microcosm_flask/conventions/crud.py
@@ -21,6 +21,10 @@ from microcosm_flask.paging import Page, PaginatedList, make_paginated_list_sche
class CRUDConventi... | Support customized query string arguments during pagination | globality-corp_microcosm-flask | train |
b37bd049ba71dea9143bb5652242254140a2081e | diff --git a/ppb/systems/_sdl_utils.py b/ppb/systems/_sdl_utils.py
index <HASH>..<HASH> 100644
--- a/ppb/systems/_sdl_utils.py
+++ b/ppb/systems/_sdl_utils.py
@@ -1,13 +1,21 @@
+import atexit
+
from sdl2 import (
SDL_GetError, # https://wiki.libsdl.org/SDL_GetError
SDL_ClearError, # https://wiki.libsdl.or... | _sdl_utils: Arrange for SDL_Quit to be called | ppb_pursuedpybear | train |
1d811731576d596520723414986f768927d4b923 | diff --git a/cron/controllers/Export.php b/cron/controllers/Export.php
index <HASH>..<HASH> 100644
--- a/cron/controllers/Export.php
+++ b/cron/controllers/Export.php
@@ -20,6 +20,9 @@ class Export extends Base
{
$this->writeLog('Generating exports');
+ $oNow = Factory::factory('DateTime');
+ ... | More logging + setting timestanmp of last cron run | nails_module-admin | train |
be7f51ac647af34d75fb857ee683dc3374292373 | diff --git a/src/Illuminate/Support/Collection.php b/src/Illuminate/Support/Collection.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Support/Collection.php
+++ b/src/Illuminate/Support/Collection.php
@@ -10,7 +10,6 @@ use ArrayIterator;
use CachingIterator;
use JsonSerializable;
use IteratorAggregate;
-use In... | Apply fixes from StyleCI (#<I>) | laravel_framework | train |
277dff77055067b5ba4db25db425754daa52f49c | diff --git a/sgp4/functions.py b/sgp4/functions.py
index <HASH>..<HASH> 100644
--- a/sgp4/functions.py
+++ b/sgp4/functions.py
@@ -5,6 +5,8 @@ modules to offer simple date handling, so this small module holds the
routines instead.
"""
+import datetime as dt
+
def jday(year, mon, day, hr, minute, sec):
"""Ret... | Add jday_datetime() to parse native `datetime`
Resolves #<I> by merging. | brandon-rhodes_python-sgp4 | train |
1183f270cb5aefbe8ae2d4ff6624adf4a65eb96c | diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go
index <HASH>..<HASH> 100644
--- a/pkg/features/kube_features.go
+++ b/pkg/features/kube_features.go
@@ -923,7 +923,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
NodeSwap: ... | Updating TopologyAwareHints feature gate to be on by default
Change-Id: Ib<I>b2dc5f8c2cc<I>cb9b<I>e6e<I>de1 | kubernetes_kubernetes | train |
7c5edf5d6b3dbae6c5e552027ca9cd423f27f0d9 | diff --git a/yapsydir/trunk/test/test_All.py b/yapsydir/trunk/test/test_All.py
index <HASH>..<HASH> 100644
--- a/yapsydir/trunk/test/test_All.py
+++ b/yapsydir/trunk/test/test_All.py
@@ -18,6 +18,7 @@ import test_Singleton
import test_ConfigPlugin
import test_VersionedPlugin
import test_AutoInstallPlugin
+import tes... | - include the test for FilteredPlugin to the whole test battery
--HG--
extra : convert_revision : svn%3A3e6e<I>ca-<I>-<I>-a<I>-d<I>c<I>b3c<I>e%<I> | benhoff_pluginmanager | train |
19a0b2edad9a0f39c4774534f484328f43ae28e1 | diff --git a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/impl/MongoDBEntityMappingValidator.java b/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/impl/MongoDBEntityMappingValidator.java
index <HASH>..<HASH> 100644
--- a/mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/impl/MongoDBEntit... | OGM-<I> Using specific logger method rather than warnf() | hibernate_hibernate-ogm | train |
7bed2052769b29cb453df78fb4ff15d0a33be765 | diff --git a/src/com/mebigfatguy/fbcontrib/detect/ConfusingArrayAsList.java b/src/com/mebigfatguy/fbcontrib/detect/ConfusingArrayAsList.java
index <HASH>..<HASH> 100644
--- a/src/com/mebigfatguy/fbcontrib/detect/ConfusingArrayAsList.java
+++ b/src/com/mebigfatguy/fbcontrib/detect/ConfusingArrayAsList.java
@@ -18,6 +18,... | make constant sets unmodifiable | mebigfatguy_fb-contrib | train |
649a9bdd0d8211fab62e61f3fa4d37e048949a97 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,23 +8,6 @@ import codecs
here = os.path.abspath(os.path.dirname(__file__))
-def find_version(*file_paths):
- """
- Read the version number from a source file.
- Why read it, and not import?
- see https://gr... | store version number only in setup.py | ransford_sllurp | train |
8037d00c11bf54df5de7791dbff19da3329cde31 | diff --git a/marko/ext/gfm/elements.py b/marko/ext/gfm/elements.py
index <HASH>..<HASH> 100644
--- a/marko/ext/gfm/elements.py
+++ b/marko/ext/gfm/elements.py
@@ -57,11 +57,11 @@ class _MatchObj(object):
class Url(inline.AutoLink):
www_pattern = re.compile(
- r'(?:^|(?<=[\s*_~(]))(www\.([\w.\-]*?\.[\w.\-... | Recognize chinese punctuations as delimiters
Fixes #1 | frostming_marko | train |
d1bc2a4b78ac7b48e14e0195eeb27d58e41cb076 | diff --git a/PySimpleGUIQt/PySimpleGUIQt.py b/PySimpleGUIQt/PySimpleGUIQt.py
index <HASH>..<HASH> 100644
--- a/PySimpleGUIQt/PySimpleGUIQt.py
+++ b/PySimpleGUIQt/PySimpleGUIQt.py
@@ -1579,7 +1579,7 @@ class ProgressBar(Element):
# ---------------------------------------------------------------------- #
class Image(El... | Added click_submits option for Image Elements | PySimpleGUI_PySimpleGUI | train |
b8ee995ec181b8b57156ee3c66b6f61336d2d1f2 | diff --git a/decode_test.go b/decode_test.go
index <HASH>..<HASH> 100644
--- a/decode_test.go
+++ b/decode_test.go
@@ -96,29 +96,30 @@ func TestUTF16(t *testing.T) {
// a = "b" in UTF-16, without BOM and with the LE and BE BOMs.
{
[]byte{0x61, 0x00, 0x20, 0x00, 0x3d, 0x00, 0x20, 0x00, 0x22, 0x00, 0x62, 0x00, ... | Read over BOM
Appearantly some UTF-8 files can start with a BOM, so read over that
instead of assuming it's UTF-<I>. Also move the check for NULL out of the
lexer, so it can remain "UTF-8 clean"; just examine the first few bytes
instead.
Ref: <URL> | BurntSushi_toml | train |
14760f7194dff89b2c8f3310a1f095fcf5c398eb | diff --git a/lib/sidekiq/limit_fetch/queues.rb b/lib/sidekiq/limit_fetch/queues.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq/limit_fetch/queues.rb
+++ b/lib/sidekiq/limit_fetch/queues.rb
@@ -32,13 +32,16 @@ class Sidekiq::LimitFetch
end
def set(limit_type, limits)
- return unless limits
- limi... | Start from fresh state (no limits, blocks) after startup | brainopia_sidekiq-limit_fetch | train |
5b86e3db3067efb6398e14cc07c25c3990450aad | diff --git a/contao/languages/de/tl_metamodel_attribute.php b/contao/languages/de/tl_metamodel_attribute.php
index <HASH>..<HASH> 100644
--- a/contao/languages/de/tl_metamodel_attribute.php
+++ b/contao/languages/de/tl_metamodel_attribute.php
@@ -8,9 +8,9 @@
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LG... | Updated translations from transifex. | MetaModels_attribute_langcode | train |
e3ec4da898216e1c8aed880122eb76bb00efe272 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100644
--- a/manifest.php
+++ b/manifest.php
@@ -25,7 +25,7 @@ return array(
'label' => 'Proctoring',
'description' => 'Proctoring for deliveries',
'license' => 'GPL-2.0',
- 'version' => '3.4.1',
+ 'version' => '3.4.2',
'author' => ... | Reset joins array (#<I>) | oat-sa_extension-tao-proctoring | train |
10f32a4b8041e6df349ba725e6deb498e91ca967 | diff --git a/gtki/gtk.go b/gtki/gtk.go
index <HASH>..<HASH> 100644
--- a/gtki/gtk.go
+++ b/gtki/gtk.go
@@ -3,7 +3,6 @@ package gtki
import (
"github.com/coyim/gotk3adapter/gdki"
"github.com/coyim/gotk3adapter/glibi"
- "github.com/coyim/gotk3adapter/gtki"
)
type Gtk interface {
@@ -62,7 +61,7 @@ type Gtk interf... | It's a good idea to not import your own package | coyim_gotk3adapter | train |
99c3c3294ac697e36c7a9dd9f3c9d96d626fd6bd | diff --git a/src/Plugin.php b/src/Plugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin.php
+++ b/src/Plugin.php
@@ -166,7 +166,7 @@ class Plugin extends AbstractPlugin
if (array_key_exists($letter, $this->array_upside_down)) {
$flippedString = $this->utf8_chr($this->array_upside... | using camelCase method names for all but the borrowed code; gave attribution for the borrowed code | elstamey_phergie-irc-plugin-react-tableflip | train |
3158c95340a060c549aeeb3f74ba60e6c61b6689 | diff --git a/elasticsearch-transport/spec/elasticsearch/transport/client_spec.rb b/elasticsearch-transport/spec/elasticsearch/transport/client_spec.rb
index <HASH>..<HASH> 100644
--- a/elasticsearch-transport/spec/elasticsearch/transport/client_spec.rb
+++ b/elasticsearch-transport/spec/elasticsearch/transport/client_s... | [CLIENT] Fix test to check correct port | elastic_elasticsearch-ruby | train |
3e080d75ef0dbb96a1396ccdd33371ae42107a26 | diff --git a/course/report/participation/index.php b/course/report/participation/index.php
index <HASH>..<HASH> 100644
--- a/course/report/participation/index.php
+++ b/course/report/participation/index.php
@@ -2,7 +2,7 @@
require_once('../../../config.php');
require_once($CFG->libdir.'/statslib.php');
-
+ ... | Fixed 2 typos identified by Dan (guset instead of guest). MDL-<I> | moodle_moodle | train |
14ef91e42b5f88d66302e7a4b8f0b72abdc8aee7 | diff --git a/src/Sag.php b/src/Sag.php
index <HASH>..<HASH> 100644
--- a/src/Sag.php
+++ b/src/Sag.php
@@ -96,23 +96,6 @@ class Sag
}
}
- public function setAuthType($type)
- {
- if($type != Sag::$AUTH_BASIC && $type != Sag::$AUTH_COOKIE)
- throw new SagException("Unknown auth type for login()");
-
... | Don't need these functions. AuthType is set when logging in. | sbisbee_sag | train |
b0fc8d9085d27a00d1e68e71a3b3ca3012d2ab6e | diff --git a/Command/PlatformUpdateCommand.php b/Command/PlatformUpdateCommand.php
index <HASH>..<HASH> 100644
--- a/Command/PlatformUpdateCommand.php
+++ b/Command/PlatformUpdateCommand.php
@@ -45,7 +45,8 @@ class PlatformUpdateCommand extends ContainerAwareCommand
}
);
$installer->insta... | Replaced complete refresh by dump + theme compilation | claroline_CoreBundle | train |
9628ef33605ca2aa164fc6e857a4a436e9f9f678 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -54,4 +54,4 @@ See the `example.php` file on how you could use this library.
## Developer Installation
1. Clone the project
2. Run `composer install`
-3. Verify the install by running `phpunit` or opening the `example.p... | adds missing @throw, clean up and release patch version | gerbenjacobs_HabboAPI | train |
58e52674162acf0506a02952648146c91af526d5 | diff --git a/indra/sources/cwms/processor.py b/indra/sources/cwms/processor.py
index <HASH>..<HASH> 100644
--- a/indra/sources/cwms/processor.py
+++ b/indra/sources/cwms/processor.py
@@ -85,7 +85,7 @@ class CWMSProcessor(object):
# In some EKBs we get two redundant relations over the same arguments,
... | Adapt CWMS tests to Event structure | sorgerlab_indra | train |
8677240ad352df7fe904d8e781cecf2448139b70 | diff --git a/PHPDaemon/Core/AppInstance.php b/PHPDaemon/Core/AppInstance.php
index <HASH>..<HASH> 100644
--- a/PHPDaemon/Core/AppInstance.php
+++ b/PHPDaemon/Core/AppInstance.php
@@ -160,7 +160,7 @@ class AppInstance {
* @return AppInstance
*/
public static function getInstance($name, $spawn = true) {
- return... | AppInstance::getInstance(): missing backslash before class | kakserpom_phpdaemon | train |
c8f02475fbf8e0d125ee59c3ec497c6e6031fea3 | diff --git a/tests/_support/AcceptanceTester.php b/tests/_support/AcceptanceTester.php
index <HASH>..<HASH> 100644
--- a/tests/_support/AcceptanceTester.php
+++ b/tests/_support/AcceptanceTester.php
@@ -61,7 +61,7 @@ class AcceptanceTester extends \Codeception\Actor
break;
case "Credit Car... | #<I> Increase wait time for ui tests | wirecard_paymentSDK-php | train |
e0753f9fb61e514b821108fcde665a10e1cce51c | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -11,7 +11,7 @@
"google/apiclient-services": "~0.13",
"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
"monolog/monolog": "^1.17|^2.0",
- "phpseclib/phpseclib": "~2.0",
+ ... | feat: support phpseclib3 (#<I>) | googleapis_google-api-php-client | train |
dbe872b72dc5bc8ac164c20d6d39989fa5906079 | diff --git a/glue/ligolw/utils/__init__.py b/glue/ligolw/utils/__init__.py
index <HASH>..<HASH> 100644
--- a/glue/ligolw/utils/__init__.py
+++ b/glue/ligolw/utils/__init__.py
@@ -387,7 +387,6 @@ def write_fileobj(xmldoc, fileobj, gz = False):
fileobj = codecs.EncodedFile(fileobj, "unicode_internal", "utf_8")
xmldoc... | Don't call .close() on the file object in write_fileobj() so as to allow
the file object to be written to afterward by the calling code (or
retrieved in the case of a StringIO object). Call .close() in
write_filename() instead, after the call to write_fileobj(). | gwastro_pycbc-glue | train |
158f5b62d27b57528e7943b7825a49bbb3653d4c | diff --git a/test/www/jxcore/bv_tests/testTests.js b/test/www/jxcore/bv_tests/testTests.js
index <HASH>..<HASH> 100644
--- a/test/www/jxcore/bv_tests/testTests.js
+++ b/test/www/jxcore/bv_tests/testTests.js
@@ -32,9 +32,14 @@ if (!tape.coordinated) {
}
test('can pass data in setup', function (t) {
+ var uuidFound ... | Make own uuid accessible
This allows more easily determining which custom data is sent by
this instance of the tests (self). | thaliproject_Thali_CordovaPlugin | train |
ac265c1ac3ed37f22fdbb85c89bd73943c1e89e5 | diff --git a/lib/barometer/data/distance.rb b/lib/barometer/data/distance.rb
index <HASH>..<HASH> 100644
--- a/lib/barometer/data/distance.rb
+++ b/lib/barometer/data/distance.rb
@@ -123,5 +123,9 @@ module Barometer
@miles = nil unless difference.abs <= 1.0
end
+ def nil?
+ (@kilometers || @mi... | added nil? method to custom data classes | attack_barometer | train |
ac77a482a9f622767b58e156d97a47d88ed892da | diff --git a/recipe/deploy/release.php b/recipe/deploy/release.php
index <HASH>..<HASH> 100644
--- a/recipe/deploy/release.php
+++ b/recipe/deploy/release.php
@@ -54,7 +54,12 @@ set('releases_list', function () {
if ($keepReleases === -1) {
$csv = run('cat .dep/releases');
} else {
- ... | Increase tailed lines in releases_list | deployphp_deployer | train |
476a5225480c0175097d38c8406bcf3bcb272308 | diff --git a/modopt/opt/proximity.py b/modopt/opt/proximity.py
index <HASH>..<HASH> 100644
--- a/modopt/opt/proximity.py
+++ b/modopt/opt/proximity.py
@@ -463,10 +463,10 @@ class OrderedWeightedL1Norm(ProximityParent):
def __init__(self, weights):
- if any([weights_i < 0 for weights_i in np.squeeze(weig... | Squeezing the weights before starting | CEA-COSMIC_ModOpt | train |
4f3d2b6b01436a0e8c2a06453b980f1d0762d5d7 | diff --git a/lib/adapters/sqlite.js b/lib/adapters/sqlite.js
index <HASH>..<HASH> 100644
--- a/lib/adapters/sqlite.js
+++ b/lib/adapters/sqlite.js
@@ -113,13 +113,9 @@ function initialize(config, callback) {
callback(null, {
saveTask: saveTask,
listenTask: listenTask
- // readTask: readTask
});
}
... | removed deprecated methods from sqlite adapter | meetings_gearsloth | train |
559eb4ae99c4b502b72e79a6d438f96b500d3919 | diff --git a/avatar/models.py b/avatar/models.py
index <HASH>..<HASH> 100644
--- a/avatar/models.py
+++ b/avatar/models.py
@@ -64,6 +64,8 @@ class Avatar(models.Model):
image = image.crop((0, diff, w, h - diff))
image = image.resize((size, size), AVATAR_RESIZE_METHOD)
thumb = default_stor... | Fixed problem with uploading .GIF files, as they need to be conditionally converted to RGB.
git-svn-id: <URL> | grantmcconnaughey_django-avatar | train |
8747f437650f09ead9e0d08bd74efb73530ff018 | diff --git a/bika/lims/browser/calcs.py b/bika/lims/browser/calcs.py
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/calcs.py
+++ b/bika/lims/browser/calcs.py
@@ -8,11 +8,11 @@ class ajaxCalculateAnalysisEntry():
entered. Returns a JSON dictionary, or None if no action is required or possible.
"""
-... | Avoid errors in calcs.py when screen contains deleted analyses | senaite_senaite.core | train |
4e19ed964d9efeeea0e02ebb34d433e8fd68f1c0 | diff --git a/src/API/Management.php b/src/API/Management.php
index <HASH>..<HASH> 100644
--- a/src/API/Management.php
+++ b/src/API/Management.php
@@ -157,6 +157,17 @@ final class Management implements ManagementInterface
$cache->save($cachedKey);
}
}
+ ... | Add network exception to management (#<I>) (#<I>) | auth0_auth0-PHP | train |
7e89d8e260b9ff585a1c4de716ac222a946fe9d9 | diff --git a/crawler.js b/crawler.js
index <HASH>..<HASH> 100644
--- a/crawler.js
+++ b/crawler.js
@@ -148,20 +148,22 @@ Crawler.prototype._crawlUrl = function(url, depth, onSuccess, onFailure, onAllFi
if (!error && (response.statusCode === 200)) {
//If no redirects, then response.request.uri.href === url, ... | Checking whether the last url in a redirect chain should be also crawled according to the 'shouldCrawl' function. | antivanov_js-crawler | train |
1a5dea3f4790333973f80a70787704272d5a4778 | diff --git a/shutit_global.py b/shutit_global.py
index <HASH>..<HASH> 100644
--- a/shutit_global.py
+++ b/shutit_global.py
@@ -429,9 +429,7 @@ class ShutIt(object):
# Handle OSX to get the GNU version of the command
if assume_gnu:
- cmd_arr = send.split()
- if len(cmd_arr) and cmd_arr[0] in ('md5sum','sed',... | _get_send_command helper function added and used | ianmiell_shutit | train |
b3547d375bbc0bcbec6532b67511435674890bac | diff --git a/metpy/calc/tools.py b/metpy/calc/tools.py
index <HASH>..<HASH> 100644
--- a/metpy/calc/tools.py
+++ b/metpy/calc/tools.py
@@ -366,8 +366,7 @@ def _get_bound_pressure_height(pressure, bound, heights=None, interpolate=True):
# If we have heights, we know the exact height value, otherwise return ... | Add check for bounds out of range of the data. | Unidata_MetPy | train |
6459a0a30acd0c5a62940067db77e7240d3cb276 | diff --git a/lib/helper/Nightmare.js b/lib/helper/Nightmare.js
index <HASH>..<HASH> 100644
--- a/lib/helper/Nightmare.js
+++ b/lib/helper/Nightmare.js
@@ -865,7 +865,7 @@ class Nightmare extends Helper {
}
/**
- * {{> ../webapi/waitForVisible }}
+ * {{> ../webapi/waitForInvisible }}
*/
waitForInvisib... | Fixed docs in Nightmare | Codeception_CodeceptJS | train |
22172c170dc8d86d43a428d6165f7c08787fbbbe | diff --git a/config.js b/config.js
index <HASH>..<HASH> 100644
--- a/config.js
+++ b/config.js
@@ -2,13 +2,18 @@ const { join } = require('path')
const config = {
port: 5000,
- url: 'wss://localhost.holodex.is:5000',
+ url: '//localhost:5000',
entry: join(__dirname, 'browser.js'),
dbPath: join(__dirname, ... | only use Let's Encrypt in production | holodex_app | train |
f7cc0822895b4864784fd1589aed747b91fe28e4 | diff --git a/examples/word_language_model/data.py b/examples/word_language_model/data.py
index <HASH>..<HASH> 100644
--- a/examples/word_language_model/data.py
+++ b/examples/word_language_model/data.py
@@ -53,20 +53,11 @@ class Corpus(object):
class Loader:
def __init__(self, source, use_cuda=False, bptt=10, b... | Simplify RNN example based on recent changes. | skorch-dev_skorch | train |
27c9f8be7a1142a92881f2f053130e259ecab1af | diff --git a/cmd/bootstrap-peer-server.go b/cmd/bootstrap-peer-server.go
index <HASH>..<HASH> 100644
--- a/cmd/bootstrap-peer-server.go
+++ b/cmd/bootstrap-peer-server.go
@@ -92,7 +92,8 @@ func (s1 ServerSystemConfig) Diff(s2 ServerSystemConfig) error {
}
var skipEnvs = map[string]struct{}{
- "MINIO_OPTS": {},
+ "M... | ignore MINIO_CERT_PASSWD to be same on all instances | minio_minio | train |
8ba2db21aeea9ebfa10a9c1ef310b83da5d2040c | diff --git a/py/build_for_clone.py b/py/build_for_clone.py
index <HASH>..<HASH> 100755
--- a/py/build_for_clone.py
+++ b/py/build_for_clone.py
@@ -3,7 +3,7 @@ import unittest, time, sys, random
sys.path.extend(['.','..','py','../h2o/py','../../h2o/py'])
import h2o, h2o_cmd
-start = time.time()
+beginning = time.tim... | add a little rf to the example | h2oai_h2o-2 | train |
11b9f9156b120d678e580bcbea0c5a2e86810ee9 | diff --git a/modules/CUAV/camera.py b/modules/CUAV/camera.py
index <HASH>..<HASH> 100644
--- a/modules/CUAV/camera.py
+++ b/modules/CUAV/camera.py
@@ -72,6 +72,8 @@ class camera_state(object):
self.transmit = True
self.roll_stabilised = True
+
+ self.minscore = 4
# setup di... | camera: use <I>x<I> images, and have settable minscore | ArduPilot_MAVProxy | train |
417597fbf71ac9062bed1abf04139d46ec830ec4 | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpoint.java b/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpoint.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CompletedCheckpoint.java
+++ ... | [hotfix] [checkpoints] Remove equals()/hashCode() from CompletedCheckpoint as semantic equality is not well defined. | apache_flink | train |
f9e7ba07b7af053f219d48f3f5690e03793da265 | diff --git a/pkg/volume/rbd/rbd.go b/pkg/volume/rbd/rbd.go
index <HASH>..<HASH> 100644
--- a/pkg/volume/rbd/rbd.go
+++ b/pkg/volume/rbd/rbd.go
@@ -1077,8 +1077,8 @@ func getVolumeAccessModes(spec *volume.Spec) ([]v1.PersistentVolumeAccessMode, e
func parsePodSecret(pod *v1.Pod, secretName string, kubeClient clientset.... | rbd: log error when unable to get Secret | kubernetes_kubernetes | train |
6bfb37d0cc1fe1b91305bde5ddbca0248f9fbc8c | diff --git a/glitter/publisher/models.py b/glitter/publisher/models.py
index <HASH>..<HASH> 100644
--- a/glitter/publisher/models.py
+++ b/glitter/publisher/models.py
@@ -73,31 +73,39 @@ class PublishAction(models.Model):
def _publish(self):
"""
- Process a publish action on the related object.
+... | Return True/False if actions are actually actioned | developersociety_django-glitter | train |
1f1771a3f977fccd9f5025c0a9c103a3704f5e79 | diff --git a/request.go b/request.go
index <HASH>..<HASH> 100644
--- a/request.go
+++ b/request.go
@@ -18,7 +18,6 @@ import (
"gopkg.in/h2non/gentleman.v1/plugins/multipart"
"gopkg.in/h2non/gentleman.v1/plugins/query"
"gopkg.in/h2non/gentleman.v1/plugins/url"
- "gopkg.in/h2non/gentleman.v1/utils"
)
const (
@@... | fix(request.go): remove finalizer statement | h2non_gentleman | train |
765c4f256297e3863f0e9b73f62b6c3c0a2e6e7d | diff --git a/lib/command.js b/lib/command.js
index <HASH>..<HASH> 100644
--- a/lib/command.js
+++ b/lib/command.js
@@ -362,7 +362,7 @@ class Command extends events.EventEmitter {
next();
});
}
- const arg = toQuestion(flag, cmd, current);
+ const arg = toQuestion(flag, cmd... | command: pass answers back to interactive questions | esatterwhite_node-seeli | train |
b85fbfc2b9acdc8e5ac72cf48642caa10f32c115 | diff --git a/test/e2e_node/runner/local/run_local.go b/test/e2e_node/runner/local/run_local.go
index <HASH>..<HASH> 100644
--- a/test/e2e_node/runner/local/run_local.go
+++ b/test/e2e_node/runner/local/run_local.go
@@ -41,7 +41,7 @@ func main() {
klog.InitFlags(nil)
flag.Parse()
- // Build dependencies - ginkgo, ... | Update dependencies in local node test runner
Updates comment on building dependencies step in the local node test
runner to reflect the binaries that are actually produced. | kubernetes_kubernetes | train |
55e6da38c6718252aebae4ed8c777e6c7352a795 | diff --git a/xchart/src/main/java/com/xeiam/xchart/Histogram.java b/xchart/src/main/java/com/xeiam/xchart/Histogram.java
index <HASH>..<HASH> 100644
--- a/xchart/src/main/java/com/xeiam/xchart/Histogram.java
+++ b/xchart/src/main/java/com/xeiam/xchart/Histogram.java
@@ -17,7 +17,6 @@ package com.xeiam.xchart;
import... | Fix Histogram
1. Improved the constructor. Now it has better performance when data is
vary large (e.g. >1M).
2. Fixed line <I>. When bin==numBins, the value falls on the next bin of
the max bin, not right on the edge. | knowm_XChart | train |
54e5bcf472ef1cbbe7e98f5809e9363bf37b6734 | diff --git a/postgres/datadog_checks/postgres/statements.py b/postgres/datadog_checks/postgres/statements.py
index <HASH>..<HASH> 100644
--- a/postgres/datadog_checks/postgres/statements.py
+++ b/postgres/datadog_checks/postgres/statements.py
@@ -128,8 +128,7 @@ class PostgresStatementMetrics(DBMAsyncJob):
... | Fix wrong errors related to pg_stat_statements setup (#<I>) | DataDog_integrations-core | train |
53af01d17a512578f5fc0e3111d4eec29c49b9ca | diff --git a/sh.py b/sh.py
index <HASH>..<HASH> 100644
--- a/sh.py
+++ b/sh.py
@@ -3512,7 +3512,18 @@ class SelfWrapper(ModuleType):
# if we set this to None. and 3.3 needs a value for __path__
self.__path__ = []
self.__self_module = self_module
- self.__env = Environment(globals(), b... | When wrapping th module, also copy the Command class. Make it aware of baked args | amoffat_sh | train |
1a7aec124f741f7a35e8d4641e643951d5910b6e | diff --git a/safe/storage/vector.py b/safe/storage/vector.py
index <HASH>..<HASH> 100644
--- a/safe/storage/vector.py
+++ b/safe/storage/vector.py
@@ -828,6 +828,7 @@ class Vector(Layer):
# Write keywords if any
# write_keywords(self.keywords, base_name + '.keywords')
write_iso19115_metadata(... | Read keywords again after saving to a file. | inasafe_inasafe | train |
8b51d8508c89446768bc53fe17503e858eb76265 | diff --git a/loadbalancer/dnssrv/publisher.go b/loadbalancer/dnssrv/publisher.go
index <HASH>..<HASH> 100644
--- a/loadbalancer/dnssrv/publisher.go
+++ b/loadbalancer/dnssrv/publisher.go
@@ -13,12 +13,11 @@ import (
// Publisher yields endpoints taken from the named DNS SRV record. The name is
// resolved on a fixed ... | loadbalancer/dnssrv: EndpointCache is safe | go-kit_kit | train |
87b4dd0a2872b19b1e150c373946b4daa8b5c875 | diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/cache/impl/AbstractClientInternalCacheProxy.java b/hazelcast-client/src/main/java/com/hazelcast/client/cache/impl/AbstractClientInternalCacheProxy.java
index <HASH>..<HASH> 100644
--- a/hazelcast-client/src/main/java/com/hazelcast/client/cache/impl/Abstra... | Small cleanup of NearCacheContext to ease usage in different Near Cache scenarios. | hazelcast_hazelcast | train |
a341d1c323cde966f8f29698a73d57382458d7aa | diff --git a/lib/gds_api/helpers.rb b/lib/gds_api/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/gds_api/helpers.rb
+++ b/lib/gds_api/helpers.rb
@@ -25,11 +25,6 @@ module GdsApi
Object::const_defined?(:PANOPTICON_API_CREDENTIALS) ? PANOPTICON_API_CREDENTIALS : {}
end
- # This method is deprecated. U... | Let's remove this deprecated method.
This will be released as a new version, so anything using this can be
refactored when upgrading. | alphagov_gds-api-adapters | train |
626706899b16bbe7537baab01cce29b02c02148f | diff --git a/configs/prettier.config.js b/configs/prettier.config.js
index <HASH>..<HASH> 100644
--- a/configs/prettier.config.js
+++ b/configs/prettier.config.js
@@ -1,5 +1,6 @@
module.exports = {
arrowParens: 'avoid',
printWidth: 100,
- singleQuote: true
+ singleQuote: true,
+ trailingComma: 'none'
}; | fix: do not add trailing comma during formatting | deftomat_opinionated | train |
57e7197aa551eac9049d3eee75ba32ab1b58a6d5 | diff --git a/lxd/network/driver_ovn.go b/lxd/network/driver_ovn.go
index <HASH>..<HASH> 100644
--- a/lxd/network/driver_ovn.go
+++ b/lxd/network/driver_ovn.go
@@ -205,6 +205,16 @@ func (n *ovn) Validate(config map[string]string) error {
return err
}
+ // Check that if IPv6 enabled then the network size must be a... | lxd/network/driver/ovn: Enforce that ipv6.address if specified is at least a /<I> subnet
OVN requires at least a /<I> for DHCP and SLAAC. | lxc_lxd | train |
2e3f520664729ea078e1dddc569d5d50e9453c47 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,6 +11,7 @@
from datetime import datetime
import os
+import re
import sys
import metpy
@@ -89,6 +90,7 @@ autosummary_imported_members = True
# The encoding of source files.
# source_encoding = 'u... | DOCS: Cleanup conf.py a bit
Use f-strings and clean up version/release parsing code. | Unidata_MetPy | train |
ba70a44fa2aa32bc222cd578e240b96c213e908b | diff --git a/server/src/com/thoughtworks/go/server/service/plugins/builder/ElasticAgentViewViewModelBuilder.java b/server/src/com/thoughtworks/go/server/service/plugins/builder/ElasticAgentViewViewModelBuilder.java
index <HASH>..<HASH> 100644
--- a/server/src/com/thoughtworks/go/server/service/plugins/builder/ElasticAg... | Fixed issue in listing down the elastic profiles | gocd_gocd | train |
bf620a9e10153d10a9af45013dac6880e69e2f72 | diff --git a/lib/rib/core/multiline.rb b/lib/rib/core/multiline.rb
index <HASH>..<HASH> 100644
--- a/lib/rib/core/multiline.rb
+++ b/lib/rib/core/multiline.rb
@@ -48,6 +48,7 @@ module Rib::Multiline
# mri and rubinius
"syntax error, unexpected \\$end" ,
... | so here's the missing part for rubinius | godfat_rib | train |
eb3dd53d20bbad7f36d14f5f1a9393967dee7275 | diff --git a/spec/app/models/metasploit_data_models/search/visitor/relation_spec.rb b/spec/app/models/metasploit_data_models/search/visitor/relation_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/app/models/metasploit_data_models/search/visitor/relation_spec.rb
+++ b/spec/app/models/metasploit_data_models/search/visito... | Mdm::Service#host os_sp search
MSP-<I> | rapid7_metasploit_data_models | train |
6dcd63a0517a067901b16609fada856527771288 | diff --git a/examples/splitter/.bitbundler.js b/examples/splitter/.bitbundler.js
index <HASH>..<HASH> 100644
--- a/examples/splitter/.bitbundler.js
+++ b/examples/splitter/.bitbundler.js
@@ -6,8 +6,8 @@ module.exports = {
"bit-loader-js"
],
bundler: [
- ["bit-bundler-splitter", { name: "vendor", match: { ... | tweaked order of options in the splitter example | MiguelCastillo_bit-bundler | train |
d22cc075e08bb89ffdca72e167b7212811488992 | diff --git a/brozzler/browser.py b/brozzler/browser.py
index <HASH>..<HASH> 100644
--- a/brozzler/browser.py
+++ b/brozzler/browser.py
@@ -157,7 +157,10 @@ class WebsockReceiverThread(threading.Thread):
brozzler.thread_raise(self.calling_thread, BrowsingException)
def run(self):
- self.websock.ru... | restore ping_timeout argument to WebSocketApp.run_forever to fix problem of leaking websocket receiver threads hanging forever on select() | internetarchive_brozzler | train |
f81bfb7b86589d7f199a44013c0279077adc2d49 | diff --git a/default_app/main.js b/default_app/main.js
index <HASH>..<HASH> 100644
--- a/default_app/main.js
+++ b/default_app/main.js
@@ -306,7 +306,6 @@ function startRepl () {
if (process.platform === 'win32') {
console.error('Electron REPL not currently supported on Windows')
process.exit(1)
- retur... | :wrench: Fix style issues | electron_electron | train |
f86eba810808016552fada80fb668610e9e0b7e3 | diff --git a/src/Auth/Importer.php b/src/Auth/Importer.php
index <HASH>..<HASH> 100644
--- a/src/Auth/Importer.php
+++ b/src/Auth/Importer.php
@@ -57,20 +57,22 @@ class Importer implements ImporterInterface
return;
}
- if (method_exists($model, 'trashed')) {
+ $query = $model->newQ... | Fixed overwriting first user
- No new query object was created when calling methods upon the model,
so the first model was always returned.
- Closes #<I> & #<I> | Adldap2_Adldap2-Laravel | train |
564999ad7b9fbdf759da9a87bc1cbfcd5bc0841c | diff --git a/spec/Configuration/Translations/TranslationsSpec.php b/spec/Configuration/Translations/TranslationsSpec.php
index <HASH>..<HASH> 100644
--- a/spec/Configuration/Translations/TranslationsSpec.php
+++ b/spec/Configuration/Translations/TranslationsSpec.php
@@ -31,16 +31,15 @@ class TranslationsSpec extends Ob... | Removed exception when the WPML is not active | LIN3S_WPFoundation | train |
46d6c43ebbfc5aad2682179590ce179f572b284d | diff --git a/shared/desktop/package.desktop.js b/shared/desktop/package.desktop.js
index <HASH>..<HASH> 100644
--- a/shared/desktop/package.desktop.js
+++ b/shared/desktop/package.desktop.js
@@ -119,7 +119,7 @@ function startPack() {
}
copySyncFolder('./dist', 'build/desktop/sourcemaps', ['.map'])
- copy... | add otf to bundles (#<I>) | keybase_client | train |
5b7556b80910ae3abf0cc1985f45ccf07febea88 | diff --git a/flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/LocalStandaloneFlinkResource.java b/flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/LocalStandaloneFlinkResource.java
index <HASH>..<HASH> 100644
--- a/f... | [FLINK-<I>][tests] Log path of used distribution | apache_flink | train |
eba14d1cdffbe770346fc41a4f66ba1d76d34bc4 | diff --git a/asv/benchmark.py b/asv/benchmark.py
index <HASH>..<HASH> 100644
--- a/asv/benchmark.py
+++ b/asv/benchmark.py
@@ -916,7 +916,8 @@ def disc_benchmarks(root, ignore_import_errors=False):
(k, v) for k, v in module.__dict__.items()
if not k.startswith('_')
):
- if ... | FIX do not try to test abstract Benchmark classes | airspeed-velocity_asv | train |
a43b49575b69488a98619c852c720b984f135ad1 | diff --git a/baron/dumper.py b/baron/dumper.py
index <HASH>..<HASH> 100644
--- a/baron/dumper.py
+++ b/baron/dumper.py
@@ -6,7 +6,7 @@ def dumps(tree):
class Dumper(RenderWalker):
- def on_constant(self, constant, pos, key):
+ def on_leaf(self, constant, pos, key):
self.dump += constant
ret... | [mod] rename on_constant to on_leaf to match reality, not so cool way of doing this | PyCQA_baron | train |
227d3d6c19c47c77567724e7e6d2af3101e56f3a | diff --git a/lib/specials.js b/lib/specials.js
index <HASH>..<HASH> 100644
--- a/lib/specials.js
+++ b/lib/specials.js
@@ -3,8 +3,6 @@ const intended = [
'ZEIT Inc.',
'CLI',
'API',
- 'Next.js',
- 'Node.js',
'HTTP',
'HTTPS',
'JSX',
@@ -19,7 +17,10 @@ const intended = [
'CSS',
'JS',
'HTML',
-... | Fixed tests (#<I>) | zeit_title | train |
6d16b08a349c300413e3ced054890f17ff4efb08 | diff --git a/src/Interfaces/Library.php b/src/Interfaces/Library.php
index <HASH>..<HASH> 100644
--- a/src/Interfaces/Library.php
+++ b/src/Interfaces/Library.php
@@ -143,10 +143,10 @@ interface Library
* be thrown when an attempt to create a query is made.
*
* @param string $table Table to join to
- ... | fix default value for join method
Builder class of the sub-component must not be accessed from the
Database component | SlaxWeb_Database | train |
8899d31870505e846c0efc66f746b26608b99bfe | diff --git a/lib/firehose/server/channel_subscription.rb b/lib/firehose/server/channel_subscription.rb
index <HASH>..<HASH> 100644
--- a/lib/firehose/server/channel_subscription.rb
+++ b/lib/firehose/server/channel_subscription.rb
@@ -76,16 +76,13 @@ module Firehose
@subscriber.unsubscribe self
end
-
... | Fix unnecessary code nesting for ChannelSubscription#process_messages | firehoseio_firehose | train |
aef96874f2cfca66addc9ad29cabb7d2327559b9 | diff --git a/lib/xcodeproj/project.rb b/lib/xcodeproj/project.rb
index <HASH>..<HASH> 100644
--- a/lib/xcodeproj/project.rb
+++ b/lib/xcodeproj/project.rb
@@ -79,7 +79,8 @@ module Xcodeproj
# @example Opening a project
# Project.new("path/to/Project.xcodeproj")
#
- def initialize(xcodeproj = nil, bu... | Do not define default build configurations in the method signature
This will ensure they always get a Release and a Debug configuration and makes it so subclasses don’t need to repeat the default values. | CocoaPods_Xcodeproj | train |
7ad1944187bff4393fd47fd2b786ef24bc268d98 | diff --git a/id.go b/id.go
index <HASH>..<HASH> 100644
--- a/id.go
+++ b/id.go
@@ -78,6 +78,8 @@ var objectIDCounter = randInt()
// to NewObjectId function.
var machineID = readMachineID()
+var pid = os.Getpid()
+
// readMachineId generates machine id and puts it into the machineId global
// variable. If this fun... | Get pid only once (#6)
This increases the performance of New() by <I>% | rs_xid | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.