hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
5c15f2dccb791531d39958a959a434d821f93d55 | diff --git a/read-json.js b/read-json.js
index <HASH>..<HASH> 100644
--- a/read-json.js
+++ b/read-json.js
@@ -143,9 +143,10 @@ function extras (file, data, cb) {
function gypfile (file, data, cb) {
var dir = path.dirname(file)
var s = data.scripts || {}
- if (s.install... | mark gypfile as auto, if it's explicitly the same | npm_read-package-json | train |
ef670eef7e4ff42e3cb8c41716f2589193d557d8 | diff --git a/src/main/java/ca/krasnay/sqlbuilder/Predicates.java b/src/main/java/ca/krasnay/sqlbuilder/Predicates.java
index <HASH>..<HASH> 100644
--- a/src/main/java/ca/krasnay/sqlbuilder/Predicates.java
+++ b/src/main/java/ca/krasnay/sqlbuilder/Predicates.java
@@ -20,6 +20,13 @@ import java.util.List;
public final c... | Implement "is" and "all" predicates | jkrasnay_sqlbuilder | train |
4faaaa72b034b214dce1fafb4e8f6b213a828a68 | diff --git a/pythainlp/util/normalize.py b/pythainlp/util/normalize.py
index <HASH>..<HASH> 100644
--- a/pythainlp/util/normalize.py
+++ b/pythainlp/util/normalize.py
@@ -5,35 +5,35 @@ Text normalization
import re
import warnings
-from pythainlp import (
- thai_above_vowels,
- thai_below_vowels,
- thai_fol... | Merge TONEMARK/Thanthakhat+ + ABOVE/BELOWVOWEL+ -> ABOVE/BELOWVOWEL+ + TONEMARK/Thanthakhat+ rule | PyThaiNLP_pythainlp | train |
e03bb7b29a1373c54ac4c22ac623d4b4867f4246 | diff --git a/salt/client.py b/salt/client.py
index <HASH>..<HASH> 100644
--- a/salt/client.py
+++ b/salt/client.py
@@ -77,6 +77,8 @@ class LocalClient(object):
# Wait for the hosts to check in
while True:
for fn_ in os.listdir(jid_dir):
+ if fn_.startswith('.'):
+ ... | Fix issue with parsing the returns and thinking that the load.p was a
host | saltstack_salt | train |
c82b703ca26b72ac2460dd0d35fd29d33df1c063 | diff --git a/example/game/index.html b/example/game/index.html
index <HASH>..<HASH> 100644
--- a/example/game/index.html
+++ b/example/game/index.html
@@ -5,8 +5,8 @@
<title>sottolio - è sopraffino</title>
<style>
#game { border: 0px solid #000000; }
- input#input { font-size: 25px; width: 380px; ... | Remove id from both CanvasError and CanvasInput elements | RoxasShadow_sottolio | train |
ffe5bd65924d37790e3fc94e2bfd11f9e90df25a | diff --git a/blockade/cli.py b/blockade/cli.py
index <HASH>..<HASH> 100644
--- a/blockade/cli.py
+++ b/blockade/cli.py
@@ -68,15 +68,19 @@ def print_containers(containers, to_json=False):
["IP", 15],
["NETWORK", 10],
... | start implementing neutral containers
Neutral containers are supposed to be reachable by all containers
meaning not to become part of any partition at all. | worstcase_blockade | train |
8482f33099803fad73cf8dd12566a7db7d83b8b9 | diff --git a/js/jquery.stickytableheaders.js b/js/jquery.stickytableheaders.js
index <HASH>..<HASH> 100644
--- a/js/jquery.stickytableheaders.js
+++ b/js/jquery.stickytableheaders.js
@@ -26,10 +26,12 @@
var clonedHeader = $('thead:first', this);
clonedHeader.addClass('tableFloatingHeader');
- clonedHe... | Combine CSS changes to single call to avoid unneeded redraws | jmosbech_StickyTableHeaders | train |
6f682bacec78ec2db51b84fcdbfcd86c23dd2987 | diff --git a/chess/variant.py b/chess/variant.py
index <HASH>..<HASH> 100644
--- a/chess/variant.py
+++ b/chess/variant.py
@@ -343,7 +343,7 @@ class KingOfTheHillBoard(chess.Board):
def is_variant_loss(self):
return self.kings & self.occupied_co[not self.turn] & chess.BB_CENTER
- def is_insufficient_... | Trivial insufficient material for some variants | niklasf_python-chess | train |
43ed0a3411ca0c9ec0225049d1a66814dcea61dd | diff --git a/examples/ShrinkingTimeLimitTest.php b/examples/ShrinkingTimeLimitTest.php
index <HASH>..<HASH> 100644
--- a/examples/ShrinkingTimeLimitTest.php
+++ b/examples/ShrinkingTimeLimitTest.php
@@ -4,9 +4,9 @@ use Eris\Generator;
function very_slow_concatenation($first, $second)
{
if (strlen($second) > 5) {... | Stricter timing in ShrinkingTimeLimitTest | giorgiosironi_eris | train |
5fff014411e5e59efb0e3ccd5cec3d3e2db93d49 | diff --git a/resources/recorder/src/main/java/org/mobicents/media/server/impl/resource/audio/AudioRecorderImpl.java b/resources/recorder/src/main/java/org/mobicents/media/server/impl/resource/audio/AudioRecorderImpl.java
index <HASH>..<HASH> 100644
--- a/resources/recorder/src/main/java/org/mobicents/media/server/impl/... | Resolved oob recording bug | RestComm_media-core | train |
0ef40b5413dde2b60fd8d16b2559e705da261fe7 | diff --git a/ui/AnnotationCommand.js b/ui/AnnotationCommand.js
index <HASH>..<HASH> 100644
--- a/ui/AnnotationCommand.js
+++ b/ui/AnnotationCommand.js
@@ -67,7 +67,10 @@ AnnotationCommand.Prototype = function() {
@returns {Boolean} Whether or not command could be executed.
*/
this.isDisabled = function(sel)... | Disable annotation tools for ContainerSelections.
We have to bring this back when we reenable container annotations. | substance_substance | train |
b97d1aa301907f39adcfb2eebfb4f72faa5eaa89 | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -238,12 +238,17 @@ var measureString = function(str, $parent) {
if (!Selectize.$testInput) {
Selectize.$testInput = $('<span />').css({
position: 'absolute',
- top: -99999,
- left: -99999,
widt... | Fix measureString to not show a scollbar on IE/Edge and Firefox on Android | selectize_selectize.js | train |
b1ef9a22a52ccc743ee1693919429e185492714d | diff --git a/core/src/main/java/io/undertow/io/AsyncSenderImpl.java b/core/src/main/java/io/undertow/io/AsyncSenderImpl.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/io/AsyncSenderImpl.java
+++ b/core/src/main/java/io/undertow/io/AsyncSenderImpl.java
@@ -120,11 +120,11 @@ public class AsyncSende... | UNDERTOW-<I> Additional fixes for IllegalStateException | undertow-io_undertow | train |
f17a1923aece8ff7512a185f8bf40029b6045a37 | diff --git a/code/extensions/BetterButtonDataObject.php b/code/extensions/BetterButtonDataObject.php
index <HASH>..<HASH> 100644
--- a/code/extensions/BetterButtonDataObject.php
+++ b/code/extensions/BetterButtonDataObject.php
@@ -166,7 +166,7 @@ class BetterButtonDataObject extends DataExtension {
*/
public... | BUGFIX: Reference to nonexistent ->record property | unclecheese_silverstripe-gridfield-betterbuttons | train |
1ed3b7ba9c486a58f86866a35e24e82796dda7ce | diff --git a/Model/MySQLLockService.php b/Model/MySQLLockService.php
index <HASH>..<HASH> 100644
--- a/Model/MySQLLockService.php
+++ b/Model/MySQLLockService.php
@@ -30,7 +30,11 @@ class MySQLLockService extends AbstractLockService
private function prepareLockName(string $lockName) : string
{
- retu... | Update MySQLLockService.php
>MySQL <I> and later enforces a maximum length on lock names of <I> characters. Previously, no limit was enforced.
<URL> | snowio_magento2-lock | train |
4ea143aa50132aea727a2ff42bb7a48cf85a0997 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,5 @@ There is one blade extension for you to use
```
Column parameter is `order by` and Title parameter is displayed inside anchor tags.
-
-__You can ommit Title parameter. __
+You can ommit Title parameter.
... | Some documentation. 'fa' class pulled out to config file. | Kyslik_column-sortable | train |
360dfe1cade8b0303db43c9346856b621298d527 | diff --git a/src/J5ReportRecordView/processDataForTables.js b/src/J5ReportRecordView/processDataForTables.js
index <HASH>..<HASH> 100644
--- a/src/J5ReportRecordView/processDataForTables.js
+++ b/src/J5ReportRecordView/processDataForTables.js
@@ -93,28 +93,19 @@ const processJ5PcrReactions = j5PcrReactions =>
}));
... | no longer removing annealed oligos from oligo synthesis table | TeselaGen_teselagen-react-components | train |
89ad844d4502c8e836180da8324fb1e85c15e7af | diff --git a/lib/server-code/runners/cloud-worker.js b/lib/server-code/runners/cloud-worker.js
index <HASH>..<HASH> 100644
--- a/lib/server-code/runners/cloud-worker.js
+++ b/lib/server-code/runners/cloud-worker.js
@@ -26,11 +26,17 @@ logger.useBackendlessLogging = true
logger.appAliases = RunOptions.backendless.appAl... | - resolve worker only after app logs are flushed | Backendless_JS-Code-Runner | train |
c50ff694f013cac12651b813a285d2f32ce9f4cd | diff --git a/cmd/containerd/builtins_linux.go b/cmd/containerd/builtins_linux.go
index <HASH>..<HASH> 100644
--- a/cmd/containerd/builtins_linux.go
+++ b/cmd/containerd/builtins_linux.go
@@ -22,6 +22,6 @@ import (
_ "github.com/containerd/containerd/runtime/v1/linux"
_ "github.com/containerd/containerd/runtime/v2"
... | refactor(native): separate init from implementation
Part of #<I> | containerd_containerd | train |
cf6b80996fe22a6ac75755d4c4ac44cae9135f34 | diff --git a/src/Command/ImageResizeCommand.php b/src/Command/ImageResizeCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/ImageResizeCommand.php
+++ b/src/Command/ImageResizeCommand.php
@@ -92,6 +92,7 @@ class ImageResizeCommand extends AbstractCommand
public function setDimension($dimension)
{
... | fix crop overwrite on media regenerate | kiwi-suite_media42 | train |
c1f62a2dbdbbb3baad8fc67ab1e7747a1d2a6433 | diff --git a/cmd/converger/main_test.go b/cmd/converger/main_test.go
index <HASH>..<HASH> 100644
--- a/cmd/converger/main_test.go
+++ b/cmd/converger/main_test.go
@@ -10,6 +10,7 @@ import (
. "github.com/onsi/ginkgo"
"github.com/onsi/ginkgo/config"
. "github.com/onsi/gomega"
+ "github.com/onsi/gomega/gbytes"
"g... | Wait for lock to be acquired in test | cloudfoundry_converger | train |
a099aaa9e81b18507a996da3aa1d4e0056f64c63 | diff --git a/apps/actor-android/build.gradle b/apps/actor-android/build.gradle
index <HASH>..<HASH> 100644
--- a/apps/actor-android/build.gradle
+++ b/apps/actor-android/build.gradle
@@ -181,7 +181,7 @@ android {
} else if (file.name == "actor-android-dev1.apk") {
output.outputFile... | feat(js): More logging for Web Socket | actorapp_actor-platform | train |
cdc7806ebd55d26dfff833514d109fbc15071dc8 | diff --git a/babelfish/country.py b/babelfish/country.py
index <HASH>..<HASH> 100644
--- a/babelfish/country.py
+++ b/babelfish/country.py
@@ -46,4 +46,7 @@ class Country(object):
return not self == other
def __repr__(self):
- return '<Country [%s]>' % self.alpha2
+ return '<Country [%s]>'... | Add __str__ to Country and Language | Diaoul_babelfish | train |
46dbf9e071a60b6818d6f24247b175b16676c28c | diff --git a/protempa-framework/src/main/java/org/protempa/SequencePredicateExpression.java b/protempa-framework/src/main/java/org/protempa/SequencePredicateExpression.java
index <HASH>..<HASH> 100644
--- a/protempa-framework/src/main/java/org/protempa/SequencePredicateExpression.java
+++ b/protempa-framework/src/main/... | Added @Override annotations to the methods implementing/overriding methods from interfaces or superclasses. | eurekaclinical_protempa | train |
ab5d0f634ef718e5a8c01b48fac33c59ef7abaab | diff --git a/gwpy/detector/channel.py b/gwpy/detector/channel.py
index <HASH>..<HASH> 100644
--- a/gwpy/detector/channel.py
+++ b/gwpy/detector/channel.py
@@ -398,8 +398,10 @@ class ChannelList(list):
c = [entry for entry in c if
name_regexp.search(entry.name) is not None]
if sam... | ChannelList.sieve: improved sample_rate sieving | gwpy_gwpy | train |
4bcbe4a2760714972f8e1a37a56620aaeb7d636e | diff --git a/moa/src/main/java/moa/classifiers/trees/HoeffdingTree.java b/moa/src/main/java/moa/classifiers/trees/HoeffdingTree.java
index <HASH>..<HASH> 100644
--- a/moa/src/main/java/moa/classifiers/trees/HoeffdingTree.java
+++ b/moa/src/main/java/moa/classifiers/trees/HoeffdingTree.java
@@ -551,8 +551,10 @@ public F... | Updated HoeffdingTree getVotes and serialized GeneratorCluster | Waikato_moa | train |
e77d1b8a171127aa6bc415c0644eeff82da08020 | diff --git a/Controller/MyContentController.php b/Controller/MyContentController.php
index <HASH>..<HASH> 100644
--- a/Controller/MyContentController.php
+++ b/Controller/MyContentController.php
@@ -88,7 +88,7 @@ class MyContentController extends Controller
'action' => $this->generateUrl('sherlockode_acb_c... | Simplify content form builder requirements | sherlockode_advanced-content-bundle | train |
e56a78b1605ea958d844b4efca507074d5050c71 | diff --git a/code/model/SiteTreeFileExtension.php b/code/model/SiteTreeFileExtension.php
index <HASH>..<HASH> 100644
--- a/code/model/SiteTreeFileExtension.php
+++ b/code/model/SiteTreeFileExtension.php
@@ -9,7 +9,7 @@ class SiteTreeFileExtension extends DataExtension {
'BackLinkTracking' => 'SiteTree'
);
- publ... | FIX: updateCMSFields not accepting var by reference
updateCMSFields should be taking the fields var by reference.
@see <URL> | silverstripe_silverstripe-reports | train |
ec6fa24e33dc7f028c67dc26380b32bb3854cb0e | diff --git a/tests/metal/modules/test_lstm.py b/tests/metal/modules/test_lstm.py
index <HASH>..<HASH> 100644
--- a/tests/metal/modules/test_lstm.py
+++ b/tests/metal/modules/test_lstm.py
@@ -48,7 +48,7 @@ class LSTMTest(unittest.TestCase):
seed=1,
verbose=False,
)
- em.train_mo... | Turn off verbosity in unit test | HazyResearch_metal | train |
d9348ab889044eeb730d942b8f446a8a5b5c5706 | diff --git a/Classes/Backend/LayoutSetup.php b/Classes/Backend/LayoutSetup.php
index <HASH>..<HASH> 100644
--- a/Classes/Backend/LayoutSetup.php
+++ b/Classes/Backend/LayoutSetup.php
@@ -74,6 +74,10 @@ class LayoutSetup
$this->setDatabaseConnection($GLOBALS['TYPO3_DB']);
$this->setLanguageService($GLO... | [BUGFIX] Get correct PID since negative IDs point to content records
Change-Id: Ide<I>a<I>e4af<I>d<I>a<I>f<I>df<I>
Resolves: #<I>
Releases: master, 7-0 | TYPO3-extensions_gridelements | train |
d1758e2ff9f392615301521f7e623b5e649b9603 | diff --git a/galpy/df/diskdf.py b/galpy/df/diskdf.py
index <HASH>..<HASH> 100644
--- a/galpy/df/diskdf.py
+++ b/galpy/df/diskdf.py
@@ -14,7 +14,6 @@ _EPSREL=10.**-14.
_NSIGMA= 4.
_INTERPDEGREE= 3
_RMIN=10.**-10.
-_CORRECTIONSDIR='./data'
import copy
import os, os.path
import cPickle as pickle
@@ -24,6 +23,8 @@ im... | galpy: switch corrections interpolation to InterpolatedUnivariateSpline | jobovy_galpy | train |
b7f122bb6cc236196ed6968e63f1185eabf43858 | diff --git a/packages/grpc-native-core/src/grpc_extension.js b/packages/grpc-native-core/src/grpc_extension.js
index <HASH>..<HASH> 100644
--- a/packages/grpc-native-core/src/grpc_extension.js
+++ b/packages/grpc-native-core/src/grpc_extension.js
@@ -38,8 +38,7 @@ try {
try {
foundNames = fs.readdirSync(searchP... | Merge two lines of the error message | grpc_grpc-node | train |
95be0ad94e1534ff1a18592263330ffd14f56fe8 | diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -25,7 +25,8 @@ Config.prototype.read = function(callback){
return fs.readFile(jsonConfigFile, function (err, data) {
if (!err) {
var cfg = JSON.parse(data.... | overwrite progOptions so that it watches on the right config file | testem_testem | train |
0520cba7dc0ec127b6d0bfb2fa92146237b5ba64 | diff --git a/src/Share.php b/src/Share.php
index <HASH>..<HASH> 100644
--- a/src/Share.php
+++ b/src/Share.php
@@ -202,11 +202,11 @@ class Share implements IShare {
$command = Server::CLIENT . ' -U ' . escapeshellarg($this->server->getUser()) .
' //' . $this->server->getHost() . '/' . $this->name
. ' -c \'ge... | Add some comment about usage of environment auth | icewind1991_SMB | train |
58ad817e48f91f3a4e7d9b3ce1c5884c6f6ffcc5 | diff --git a/configmanager/managers.py b/configmanager/managers.py
index <HASH>..<HASH> 100644
--- a/configmanager/managers.py
+++ b/configmanager/managers.py
@@ -103,8 +103,8 @@ class Config(Section):
cm__item_cls = Item
cm__configparser_factory = configparser.ConfigParser
- def __init__(self, config_de... | Share configmanager_settings between Config and its sub-sections | jbasko_configmanager | train |
b130e9953b935169d15fc63033878c9ac19fd53c | diff --git a/lib/lovely_rufus/hangout_wrapper.rb b/lib/lovely_rufus/hangout_wrapper.rb
index <HASH>..<HASH> 100644
--- a/lib/lovely_rufus/hangout_wrapper.rb
+++ b/lib/lovely_rufus/hangout_wrapper.rb
@@ -1,7 +1,8 @@
module LovelyRufus class HangoutWrapper < Layer
def call text: text, width: 72
- @text, @width = t... | minor HangoutWrapper#call readability change | chastell_lovely_rufus | train |
e28c7cf7c3e6cfcb3e41c98891d2efa2ae907d39 | diff --git a/src/Csv.php b/src/Csv.php
index <HASH>..<HASH> 100644
--- a/src/Csv.php
+++ b/src/Csv.php
@@ -35,12 +35,14 @@ public function __construct($filePath) {
throw new InvalidPathException($filePath);
}
+ ini_set("auto_detect_line_endings", true);
+
$this->file = new File($filePath, "r+");
+ $this->file-... | Test new lines are added in fields
closes #7 | g105b_phpcsv | train |
895c47a55d5784ea14b032cf78c6bb294029139e | diff --git a/lib/sync.js b/lib/sync.js
index <HASH>..<HASH> 100644
--- a/lib/sync.js
+++ b/lib/sync.js
@@ -172,6 +172,7 @@ function SyncFuture(fiber)
});
}
+SyncFuture.prototype.__proto__ = Function;
Sync.Future = SyncFuture;
/**
diff --git a/test/future.js b/test/future.js
index <HASH>..<HASH> 100644
--- a... | fixed SyncFuture ticket __proto__ chain to be instance of Function | ybogdanov_node-sync | train |
1430bbbe9b9d87c86a316d98bd808fe73d7afead | diff --git a/lib/appsignal.rb b/lib/appsignal.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal.rb
+++ b/lib/appsignal.rb
@@ -99,6 +99,9 @@ module Appsignal
@logger.formatter = Logger::Formatter.new
else
@logger = Logger.new($stdout)
+ @logger.formatter = lambda do |severity, datetime, ... | Appsignal prefix when logging to stdout | appsignal_appsignal-ruby | train |
edffadfd1ce69077f6625c4cebff3f9512784a96 | diff --git a/grade/report/user/lib.php b/grade/report/user/lib.php
index <HASH>..<HASH> 100644
--- a/grade/report/user/lib.php
+++ b/grade/report/user/lib.php
@@ -446,6 +446,32 @@ class grade_report_user extends grade_report {
}
}
+ // Actual Grade - We need to calculate this ... | MDL-<I> Grades: Handle the case when a grade category is hidden.
This was breaking the contribution column, which needs to know the
weights of all the categories up the tree, whether they are visible or
not. | moodle_moodle | train |
3292cb7c4d303931328f091a61da7ac00b8a14c0 | diff --git a/resolver/resolver.go b/resolver/resolver.go
index <HASH>..<HASH> 100644
--- a/resolver/resolver.go
+++ b/resolver/resolver.go
@@ -38,14 +38,19 @@ type Resolver struct {
rsLock sync.RWMutex
leader string
leaderLock sync.RWMutex
+
+ // pluggable external DNS resolution, mainly for unit testing
... | fix unit test in presence of flaky real-world dns resolution | mesosphere_mesos-dns | train |
0b83376ec694ae03f406790a2f026a749d93fa2a | diff --git a/lib/baza_models/helpers/ransacker_helper.rb b/lib/baza_models/helpers/ransacker_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/baza_models/helpers/ransacker_helper.rb
+++ b/lib/baza_models/helpers/ransacker_helper.rb
@@ -1,8 +1,46 @@
module BazaModels::Helpers::RansackerHelper
- def bm_sort_link(ransack... | Added helper method for pagination content | kaspernj_baza_models | train |
bcc3f9a3a4f9d587ab2041c657695b3396496b23 | diff --git a/bcbio/variation/vfilter.py b/bcbio/variation/vfilter.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/vfilter.py
+++ b/bcbio/variation/vfilter.py
@@ -213,6 +213,16 @@ def samtools(in_file, data):
'((AC[0] / AN) > 0.5 && DP < 4 && %QUAL < 50)')
return cutoff_w_expression(in_file, fi... | GATK: Add low quality, low frequency filter
Provide filter for problematic low quality and low frequency variants
at the ends of reads. This handles issues with adapter heavy data
like <I>x and improves specificity generally on standard non-adapter/UMI
inputs:
<URL> | bcbio_bcbio-nextgen | train |
8c221278b3549b322f9df1e001bcffa10018f5ce | diff --git a/salt/exceptions.py b/salt/exceptions.py
index <HASH>..<HASH> 100644
--- a/salt/exceptions.py
+++ b/salt/exceptions.py
@@ -36,6 +36,10 @@ class SaltMasterError(SaltException):
Problem reading the master root key
'''
+class SaltNoMinionsFound(SaltException):
+ '''
+ An attempt to retrieve a... | Pull jid generation into own priv method. Make prep_pub only return dict. | saltstack_salt | train |
3c18445e2eaa1b4728761c8e7c40dd3e3b44be88 | diff --git a/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analytics/internal/BMSAnalytics.java b/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analytics/internal/BMSAnalytics.java
index <HASH>..<HASH> 100644
--- a/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analy... | Log a default user during Analytics.init. | ibm-bluemix-mobile-services_bms-clientsdk-android-analytics | train |
de47686318a0561fba33fe02836194f5d99a28b8 | diff --git a/src/XeroPHP/Application.php b/src/XeroPHP/Application.php
index <HASH>..<HASH> 100644
--- a/src/XeroPHP/Application.php
+++ b/src/XeroPHP/Application.php
@@ -130,8 +130,8 @@ abstract class Application {
/**
- * @param $model
- * @return $this
+ * @param string $model
+ * @return Qu... | Added phpdoc on in places | calcinai_xero-php | train |
892ef7e70eb2d97dd5ad43ae9c8225311f3fe4be | diff --git a/src/DcGeneral/Contao/View/Contao2BackendView/ListView.php b/src/DcGeneral/Contao/View/Contao2BackendView/ListView.php
index <HASH>..<HASH> 100644
--- a/src/DcGeneral/Contao/View/Contao2BackendView/ListView.php
+++ b/src/DcGeneral/Contao/View/Contao2BackendView/ListView.php
@@ -217,11 +217,11 @@ class ListV... | Bugfix: do only group when grouping has indeed been defined. | contao-community-alliance_dc-general | train |
8d517f242d6cd86e8394235c33ca8c9c302d1801 | diff --git a/anyconfig/tests/cli.py b/anyconfig/tests/cli.py
index <HASH>..<HASH> 100644
--- a/anyconfig/tests/cli.py
+++ b/anyconfig/tests/cli.py
@@ -34,7 +34,7 @@ class Test(unittest.TestCase):
try:
TT.main(["dummy"] + ([] if args is None else args))
except exc_cls as exc:
- ... | reduce conditional branches in test helper function | ssato_python-anyconfig | train |
7294993370643b687cf3a979bc41f8cf319255c2 | diff --git a/bin/rr.js b/bin/rr.js
index <HASH>..<HASH> 100644
--- a/bin/rr.js
+++ b/bin/rr.js
@@ -12,7 +12,7 @@ const panelUrl = 'https://alpha.rallf.com/'
let requester, identity, config;
if (!fs.existsSync(manifestPath)) {
- log(
+ log.write(
'Could not find ' + info('./config/manifest.json'),
'\... | fixed log is not a function should be log.write | RobotUnion_rallf-js-sdk | train |
f1aa36041ee8332b611ac356b0f32195bbcf5be8 | diff --git a/src/main/java/org/lastaflute/thymeleaf/processor/attr/ErrorsAttrProcessor.java b/src/main/java/org/lastaflute/thymeleaf/processor/attr/ErrorsAttrProcessor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/lastaflute/thymeleaf/processor/attr/ErrorsAttrProcessor.java
+++ b/src/main/java/org/lastaflute... | resolve some #thinking of la:errors | lastaflute_lasta-thymeleaf | train |
8709e6de22b50624021d5bbd5afede0eac6119e9 | diff --git a/src/main/java/water/fvec/Vec.java b/src/main/java/water/fvec/Vec.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/fvec/Vec.java
+++ b/src/main/java/water/fvec/Vec.java
@@ -706,7 +706,10 @@ public class Vec extends Iced {
public final double set( long i, double d) { return _vec.chunkForRow(i)... | Add postWrite() to Vec.Writer.close() | h2oai_h2o-2 | train |
04ba45ac831e2c7fd4a6273207498b9b2b88102f | diff --git a/src/configupdater/configupdater.py b/src/configupdater/configupdater.py
index <HASH>..<HASH> 100644
--- a/src/configupdater/configupdater.py
+++ b/src/configupdater/configupdater.py
@@ -21,7 +21,7 @@ else: # pragma: no cover
from .block import AlreadyAttachedError, Comment, NotAttachedError, Space
fro... | Add test case in issue #<I> | pyscaffold_configupdater | train |
7cd2869722ffc53cdd854c5d50ee7c8d30dcde42 | diff --git a/circonusllhist.go b/circonusllhist.go
index <HASH>..<HASH> 100644
--- a/circonusllhist.go
+++ b/circonusllhist.go
@@ -464,6 +464,9 @@ func (h *Histogram) Count() uint64 {
}
var count uint64
for _, bin := range h.bvs[0:h.used] {
+ if bin.isNaN() {
+ continue
+ }
count += bin.count
}
return ... | Added the bin isNaN short circuit | circonus-labs_circonusllhist | train |
27d41019e4a45da054ab3b64bcfde7e6675631cb | diff --git a/lib/textbringer/modes/c_mode.rb b/lib/textbringer/modes/c_mode.rb
index <HASH>..<HASH> 100644
--- a/lib/textbringer/modes/c_mode.rb
+++ b/lib/textbringer/modes/c_mode.rb
@@ -186,6 +186,9 @@ module Textbringer
end
@buffer.save_excursion do
@buffer.beginning_of_line
+ if @buffer... | Indent preprocessing directives. | shugo_textbringer | train |
cd78d3df1b5951ea9e12217cff04191847a1a3de | diff --git a/java-symbol-solver-core/src/test/java/me/tomassetti/symbolsolver/resolution/AnalyseJavaParserTest.java b/java-symbol-solver-core/src/test/java/me/tomassetti/symbolsolver/resolution/AnalyseJavaParserTest.java
index <HASH>..<HASH> 100644
--- a/java-symbol-solver-core/src/test/java/me/tomassetti/symbolsolver/... | * Fixed comparison of expected and generated output of the AnalyzeJavaParserTests for Windows.
* Reduced long term memory consumption of these tests. | javaparser_javasymbolsolver | train |
5f44e76b077ab83db3afe12274290403454459bb | diff --git a/tests/Keboola/StorageApi/Tables/AliasesTest.php b/tests/Keboola/StorageApi/Tables/AliasesTest.php
index <HASH>..<HASH> 100644
--- a/tests/Keboola/StorageApi/Tables/AliasesTest.php
+++ b/tests/Keboola/StorageApi/Tables/AliasesTest.php
@@ -89,6 +89,18 @@ class Keboola_StorageApi_Tables_AliasesTest extends St... | test: alias of already aliased table should fail | keboola_storage-api-php-client | train |
1c501705fb22e5d6e863dc9cab6ff0fa6d01807f | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@
the checksum of all the arguments used to create the thumbnail. Using the
prefix of a thumbnail, it will be possible to identify the original image
from which it was generated;
+* th... | the `Last-Modified` header is set up and sent to the client. It indicates the
date and time at which the thumbnail file was modified for the last time | mirko-pagliai_cakephp-thumber | train |
67e4a6d15613afa99ae5002bab83cc7dbfa16028 | diff --git a/p2p/host/autonat/autonat_test.go b/p2p/host/autonat/autonat_test.go
index <HASH>..<HASH> 100644
--- a/p2p/host/autonat/autonat_test.go
+++ b/p2p/host/autonat/autonat_test.go
@@ -5,15 +5,16 @@ import (
"testing"
"time"
- pb "github.com/libp2p/go-libp2p-autonat/pb"
"github.com/libp2p/go-libp2p-core/e... | upgrade deps + interoperable uvarint delimited writer/reader. (#<I>) | libp2p_go-libp2p | train |
a06b4db29ae14866dc709cbca51714ce92339dc7 | diff --git a/src/main/java/io/javalin/Javalin.java b/src/main/java/io/javalin/Javalin.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/javalin/Javalin.java
+++ b/src/main/java/io/javalin/Javalin.java
@@ -828,7 +828,15 @@ public class Javalin {
* Adds a lambda handler for a Server Sent Event connection on t... | [core] Add access-managed SSE function | tipsy_javalin | train |
361725712226389370c888c702affc5e229f5152 | diff --git a/tests/server/integration/lib/servers-under-test.js b/tests/server/integration/lib/servers-under-test.js
index <HASH>..<HASH> 100644
--- a/tests/server/integration/lib/servers-under-test.js
+++ b/tests/server/integration/lib/servers-under-test.js
@@ -1,5 +1,6 @@
'use strict';
+var fs = require('fs');
va... | fixes race condition in tests, cleans up test artifacts | springernature_shunter | train |
05a50287762584ff235d01e1b8a8f108dcd60331 | diff --git a/app/scripts/configs/tracks-info.js b/app/scripts/configs/tracks-info.js
index <HASH>..<HASH> 100644
--- a/app/scripts/configs/tracks-info.js
+++ b/app/scripts/configs/tracks-info.js
@@ -171,47 +171,6 @@ export const TRACKS_INFO = [
heatmapValueScaling: 'log',
},
},
- // {
- // type: 'hor... | removed multivec from tracks-info | higlass_higlass | train |
09cb50427691a4b434b31deab2285e8218a4013e | diff --git a/pybar/ViTablesPlugin/__init__.py b/pybar/ViTablesPlugin/__init__.py
index <HASH>..<HASH> 100644
--- a/pybar/ViTablesPlugin/__init__.py
+++ b/pybar/ViTablesPlugin/__init__.py
@@ -1 +0,0 @@
-__all__ = ['pybar_vitables_plugin.py'] # only these modules will be visible in ViTables | BUG: addressing #<I> | SiLab-Bonn_pyBAR | train |
da4e9c8f4cad6620138ac3e48febb9358d21650c | diff --git a/tests/Unit/AuditableTest.php b/tests/Unit/AuditableTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/AuditableTest.php
+++ b/tests/Unit/AuditableTest.php
@@ -472,11 +472,11 @@ class AuditableTest extends AuditingTestCase
$model = new Article();
$model->auditExclude = [
- ... | fix(Tests): use correct attribute name | owen-it_laravel-auditing | train |
02a1591fc07885ac6269d135a9c8ce751f67da6a | diff --git a/src/lib/proxy.js b/src/lib/proxy.js
index <HASH>..<HASH> 100644
--- a/src/lib/proxy.js
+++ b/src/lib/proxy.js
@@ -29,7 +29,9 @@ export function proxyMethod(name : string, win : ?CrossDomainWindowType, origina
methods = methods.filter(method => !isWindowClosed(method.source));
if (method... | For proxy, use last available frame, and fall back to original | paypal_paypal-checkout-components | train |
ee3b8c49f7b0ecc5097362e4e40996abd1905f0a | diff --git a/sexpr/grammar.py b/sexpr/grammar.py
index <HASH>..<HASH> 100644
--- a/sexpr/grammar.py
+++ b/sexpr/grammar.py
@@ -15,7 +15,6 @@ grammar_str_form = \
class Grammar(Matcher):
default_options = {}
- default_parser_options = {}
def __init__(self, source, options = None):
rules = sour... | Throw ValueError if loading root rule fails | IwoHerka_sexpr | train |
375152412b80ac8f4787bc7c346c9f70d459226a | diff --git a/tracer/runner.py b/tracer/runner.py
index <HASH>..<HASH> 100644
--- a/tracer/runner.py
+++ b/tracer/runner.py
@@ -124,7 +124,7 @@ class Runner(object):
"""
if self.os == "cgc":
- self.tracer_qemu = "shellphish-qemu-cgc"
+ self.tracer_qemu = "shellphish-qemu-cgc-tra... | Update usage of shellphish_qemu, pick out tracer build | angr_angr | train |
9b2127018daddecc997240a2f3e2a3e066043d65 | diff --git a/ackhandler/sent_packet_handler.go b/ackhandler/sent_packet_handler.go
index <HASH>..<HASH> 100644
--- a/ackhandler/sent_packet_handler.go
+++ b/ackhandler/sent_packet_handler.go
@@ -42,6 +42,8 @@ type sentPacketHandler struct {
rttStats *congestion.RTTStats
congestion congestion.SendAlgorithm
+
+ c... | add exponential backoff to RTO calculation
fixes #<I> | lucas-clemente_quic-go | train |
4f2a0e1631971f0dc159f72c7267a536c93ec174 | diff --git a/spec/pivotal-ui-react/lists/lists_spec.js b/spec/pivotal-ui-react/lists/lists_spec.js
index <HASH>..<HASH> 100644
--- a/spec/pivotal-ui-react/lists/lists_spec.js
+++ b/spec/pivotal-ui-react/lists/lists_spec.js
@@ -127,5 +127,22 @@ describe('lists', function() {
});
});
});
+
+ describe('Lis... | feat(lists): react lists accept classname, id, and style props
[#<I>] | pivotal-cf_pivotal-ui | train |
48506b6ea7a2f2f311c12c7c9e079fd28218ec31 | diff --git a/src/main/java/org/minimalj/model/properties/FlatProperties.java b/src/main/java/org/minimalj/model/properties/FlatProperties.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/minimalj/model/properties/FlatProperties.java
+++ b/src/main/java/org/minimalj/model/properties/FlatProperties.java
@@ -4,6 +... | FlatProperties: keep order of properties | BrunoEberhard_minimal-j | train |
47505ccc427b4d864989a046855db7d9feba2214 | diff --git a/lib/obf/utils.rb b/lib/obf/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/obf/utils.rb
+++ b/lib/obf/utils.rb
@@ -161,7 +161,7 @@ module OBF::Utils
# TODO: maybe convert to jpg instead of png?
# see https://github.com/prawnpdf/prawn/issues/324
# in that case, fill the image with a white back... | white background for all symbols, should help prawn perf | CoughDrop_obf | train |
7767837bab89c60cc992d15c5adb53588189f301 | diff --git a/nipap-www/nipapwww/public/directives.js b/nipap-www/nipapwww/public/directives.js
index <HASH>..<HASH> 100644
--- a/nipap-www/nipapwww/public/directives.js
+++ b/nipap-www/nipapwww/public/directives.js
@@ -106,9 +106,7 @@ nipapAppDirectives.directive('nipapVrfSelector', function ($http, $timeout) {
sco... | www-ui: Make sure VRF field stays populated
Removed a race condition which caused the VRF field on the add prefix
page to be reset when the VRF was set on page load (when adding a prefix
from another prefix or from a pool).
Fixes #<I> | SpriteLink_NIPAP | train |
e506db5c92465fec2e67b00ef99132a25530a7f8 | diff --git a/src/main/java/nl/hsac/fitnesse/fixture/util/FreeMarkerHelper.java b/src/main/java/nl/hsac/fitnesse/fixture/util/FreeMarkerHelper.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/hsac/fitnesse/fixture/util/FreeMarkerHelper.java
+++ b/src/main/java/nl/hsac/fitnesse/fixture/util/FreeMarkerHelper.java
@... | Ensure we read templates containing UTF-8 characters (since we have that as default encoding in our project) | fhoeben_hsac-fitnesse-fixtures | train |
ef899f0c93a1d17bd1bddcc48626a25629a32e9d | diff --git a/lib/Cake/Utility/Validation.php b/lib/Cake/Utility/Validation.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Utility/Validation.php
+++ b/lib/Cake/Utility/Validation.php
@@ -263,7 +263,7 @@ class Validation {
* Used when a custom regular expression is needed.
*
* @param string|array $check When used ... | Make API docs easier to read. | cakephp_cakephp | train |
324b5b74447a6aaab60d7b8f550cadac9dc2ff07 | diff --git a/pypinfo/cli.py b/pypinfo/cli.py
index <HASH>..<HASH> 100644
--- a/pypinfo/cli.py
+++ b/pypinfo/cli.py
@@ -50,7 +50,7 @@ def pypinfo(ctx, project, fields, run, auth, timeout, limit, days,
click.echo('Credentials location set to "{}".'.format(get_credentials()))
return
- if project is ... | allow no project if fields are supplied | ofek_pypinfo | train |
e051dc4ba3c4588fa5261a8791010cec7bf3f345 | diff --git a/Workerman/Events/Libevent.php b/Workerman/Events/Libevent.php
index <HASH>..<HASH> 100644
--- a/Workerman/Events/Libevent.php
+++ b/Workerman/Events/Libevent.php
@@ -46,11 +46,10 @@ class Libevent implements EventInterface
*/
public function add($fd, $flag, $func, $args=null)
{
- $fd... | update workerman core to <I> | walkor_workerman-statistics | train |
bb20cd84da043b406fbc3cd42eb5345e5258a06d | diff --git a/lib/thinking_sphinx/active_record/interpreter.rb b/lib/thinking_sphinx/active_record/interpreter.rb
index <HASH>..<HASH> 100644
--- a/lib/thinking_sphinx/active_record/interpreter.rb
+++ b/lib/thinking_sphinx/active_record/interpreter.rb
@@ -1,5 +1,5 @@
class ThinkingSphinx::ActiveRecord::Interpreter <
- ... | Use BasicObject instead of BlankSlate for Interpreters.
This definitely ties things to <I>. Sorry <I> users! | pat_thinking-sphinx | train |
91e9f6aff997baac5e01640bc129e77c7f596a57 | diff --git a/docs/source/roadmap.rst b/docs/source/roadmap.rst
index <HASH>..<HASH> 100644
--- a/docs/source/roadmap.rst
+++ b/docs/source/roadmap.rst
@@ -58,4 +58,9 @@ Catalog services
We are experimenting with reflecting external catalog-like data servers as Intake catalogs, so that the
familiar API can be used for... | Improve message when failing to find a driver | intake_intake | train |
73808f375dfe2d8fe2641b10360464e8ccddd18e | diff --git a/src/NumericalAnalysis/RootFinding/SecantMethod.php b/src/NumericalAnalysis/RootFinding/SecantMethod.php
index <HASH>..<HASH> 100644
--- a/src/NumericalAnalysis/RootFinding/SecantMethod.php
+++ b/src/NumericalAnalysis/RootFinding/SecantMethod.php
@@ -45,36 +45,19 @@ class SecantMethod
/**
* Verif... | Updated Secant Method to reflect Root Finding Validation trait | markrogoyski_math-php | train |
4b4dffc302781e7832c3e475538479fc0687792c | diff --git a/master/buildbot/status/web/grid.py b/master/buildbot/status/web/grid.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/status/web/grid.py
+++ b/master/buildbot/status/web/grid.py
@@ -181,6 +181,7 @@ class TransposedGridStatusResource(HtmlResource, GridStatusMixin):
# TODO: docs
status = None
... | tgrid: Put default value of rev_order in a class variable.
Avoids having the default value written twice
(prone to mistakes if it changes),
and allows easy monkey-patching of the default. | buildbot_buildbot | train |
f4755993dc3119d587418c61a419edec8154c4c0 | diff --git a/yandextank/plugins/Autostop/criterions.py b/yandextank/plugins/Autostop/criterions.py
index <HASH>..<HASH> 100644
--- a/yandextank/plugins/Autostop/criterions.py
+++ b/yandextank/plugins/Autostop/criterions.py
@@ -56,10 +56,14 @@ class AvgTimeCriterion(AbstractCriterion):
return self.RC_TIME
... | fixed comments in criteria, removed logging, fixed typo in cummulative | yandex_yandex-tank | train |
ece9ef48b5fbd1d91ea49c0e30f1a5b5c0ebc5aa | diff --git a/php/commands/media.php b/php/commands/media.php
index <HASH>..<HASH> 100644
--- a/php/commands/media.php
+++ b/php/commands/media.php
@@ -27,7 +27,10 @@ class Media_Command extends WP_CLI_Command {
* seq 1000 2000 | xargs wp media regenerate
*/
function regenerate( $args, $assoc_args = array() ... | wp media regenerate: check if there is platform support for generating images before starting | wp-cli_extension-command | train |
063087f6fb098aaf71515a3d507747d8edf082d8 | diff --git a/gns3server/controller/__init__.py b/gns3server/controller/__init__.py
index <HASH>..<HASH> 100644
--- a/gns3server/controller/__init__.py
+++ b/gns3server/controller/__init__.py
@@ -277,7 +277,10 @@ class Controller:
:param compute_id: Compute server identifier
"""
- compute = se... | Fix an error when deleting a compute already deleted
Fix #<I> | GNS3_gns3-server | train |
52ec9dbb260784758468e266a3064677711a6b18 | diff --git a/lib/regtype.js b/lib/regtype.js
index <HASH>..<HASH> 100644
--- a/lib/regtype.js
+++ b/lib/regtype.js
@@ -33,14 +33,13 @@ exports.RegType = RegType;
function _u(str) { return str[0] == '_' ? str : "_" + str; }
RegType.prototype.toString = function() {
+ var type_string = _u(this.serviceType) + "." + _... | refactored RegType string generation | agnat_node_mdns | train |
3d94f7402b4b24574f37ac0727f5db05fdcfa239 | diff --git a/build/script/CheckBinariesForBuild.js b/build/script/CheckBinariesForBuild.js
index <HASH>..<HASH> 100644
--- a/build/script/CheckBinariesForBuild.js
+++ b/build/script/CheckBinariesForBuild.js
@@ -9,11 +9,13 @@ const path = require("path")
const fs = require("fs")
const mkdirp = require("mkdirp")
const... | Build: Fix typo in 'CheckBinariesForBuild' (#<I>)
* Fix typo in check binaries for build script
* Update check to ignore oni-neovim-binaries on linux
* Add os dependency | onivim_oni | train |
fd49466d3e7e982bcb0ba117257e143029847506 | diff --git a/openquake/commonlib/oqvalidation.py b/openquake/commonlib/oqvalidation.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/oqvalidation.py
+++ b/openquake/commonlib/oqvalidation.py
@@ -19,6 +19,8 @@
import os
import logging
import collections
+import numpy
+
from openquake.commonlib import valid, ... | Replaced BOGUS_DEFAULT with NaN | gem_oq-engine | train |
99c079dbfcacd35b373c5e6ba2120c78ecb88155 | diff --git a/mithril.js b/mithril.js
index <HASH>..<HASH> 100644
--- a/mithril.js
+++ b/mithril.js
@@ -857,7 +857,7 @@ Mithril = m = new function app(window, undefined) {
else options.onerror({type: "error", target: xhr})
}
}
- if (options.serialize == JSON.stringify && options.method != "GET") {
+ i... | don't send content-type header if no data | MithrilJS_mithril.js | train |
de79fb843001c0c9ab4a9709d92de869b2799449 | diff --git a/lib/yard/registry_store.rb b/lib/yard/registry_store.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/registry_store.rb
+++ b/lib/yard/registry_store.rb
@@ -139,7 +139,7 @@ module YARD
destroy unless merge
sdb = Registry.single_object_db
- if sdb == true || (sdb == nil && keys.size < 3000... | Remove heuristics that disable single object db
Closes #<I> | lsegal_yard | train |
f10b747f7fb9d1d6c8d8b4a0a39c6c89c94b3fd8 | diff --git a/lib/devise.rb b/lib/devise.rb
index <HASH>..<HASH> 100644
--- a/lib/devise.rb
+++ b/lib/devise.rb
@@ -157,6 +157,9 @@ module Devise
@@warden_config = nil
@@warden_config_block = nil
+ mattr_accessor :sign_out_scoped
+ @@sign_out_scoped = true
+
# Default way to setup Devise. Run rails generate... | Devise.sign_out_scoped option added | plataformatec_devise | train |
94dd2c8d83b099f7f852b6cef35eaf9f8b77a2d6 | diff --git a/formats.js b/formats.js
index <HASH>..<HASH> 100644
--- a/formats.js
+++ b/formats.js
@@ -80,7 +80,7 @@ CSG.prototype.toX3D = function() {
// create output document
var docType = document.implementation.createDocumentType("X3D",
- 'ISO//Web3D//DTD X3D 3.1//EN" "http://www.web3d.org/speci... | Corrected DocumentType when creating X3D documents | jscad_csg.js | train |
ea8a702e3ba4a67ff87eeded3c7df7758760f440 | diff --git a/flake8_django/checkers/model_fields.py b/flake8_django/checkers/model_fields.py
index <HASH>..<HASH> 100644
--- a/flake8_django/checkers/model_fields.py
+++ b/flake8_django/checkers/model_fields.py
@@ -4,7 +4,7 @@ from .issue import Issue
NOT_NULL_TRUE_FIELDS = [
'CharField', 'TextField', 'SlugFiel... | Removed UUIDField from DJ<I>. | rocioar_flake8-django | train |
76c235796cd5292980a4250f37121d50f8cea716 | diff --git a/sprd/entity/SpecialTextConfiguration.js b/sprd/entity/SpecialTextConfiguration.js
index <HASH>..<HASH> 100644
--- a/sprd/entity/SpecialTextConfiguration.js
+++ b/sprd/entity/SpecialTextConfiguration.js
@@ -47,6 +47,12 @@ define(['sprd/entity/DesignConfiguration', "sprd/util/ProductUtil", "js/core/Bin
... | DEV-<I> - product with special Text is NOT saved to localStorage | spreadshirt_rAppid.js-sprd | train |
84ef60cba26f99a07a6d2c4058a1c9d35a0142a9 | diff --git a/daemon/container_operations.go b/daemon/container_operations.go
index <HASH>..<HASH> 100644
--- a/daemon/container_operations.go
+++ b/daemon/container_operations.go
@@ -527,13 +527,15 @@ func (daemon *Daemon) updateContainerNetworkSettings(container *container.Contai
}
func (daemon *Daemon) allocateNe... | allocateNetwork: don't assign unneeded variables
allocateNetwork() can return early, in which case these variables were unused. | moby_moby | train |
2408c7a55a82f1f94974ed5449a9894a92bb311b | diff --git a/lib/jsduck/source_formatter.rb b/lib/jsduck/source_formatter.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/source_formatter.rb
+++ b/lib/jsduck/source_formatter.rb
@@ -16,13 +16,23 @@ module JsDuck
# Converts source to HTML and writes into file in output
# directory. It returns the name of the... | Resolved files-with-same-name problem.
Add a number to the end of the original filename until we get
a unique name. | senchalabs_jsduck | train |
0e490b38b0521484b01b07bc5838082141e027e0 | diff --git a/src/main/java/io/nats/client/ConnectionFactory.java b/src/main/java/io/nats/client/ConnectionFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/nats/client/ConnectionFactory.java
+++ b/src/main/java/io/nats/client/ConnectionFactory.java
@@ -114,7 +114,7 @@ public class ConnectionFactory implem... | Added default async ExceptionHandler and set as default in ConnectionFactory | nats-io_java-nats | train |
3d566b1744f141e4b8ea66a6943bc6a29856021c | diff --git a/src/livestreamer/plugins/picarto.py b/src/livestreamer/plugins/picarto.py
index <HASH>..<HASH> 100644
--- a/src/livestreamer/plugins/picarto.py
+++ b/src/livestreamer/plugins/picarto.py
@@ -12,7 +12,7 @@ _url_re = re.compile(r"""
""", re.VERBOSE)
_channel_casing_re = re.compile(r"""
- <script>placeS... | Quick hack to handle Picarto changes
Picarto renamed "placeStreamChannel()" to "placeStreamChannelFlash()" and added a parameter. "placeStreamChannel()" still exists but I didn't see it in use. Looks like they're going to use the original function for the HTML5 stream eventually. | streamlink_streamlink | train |
d362e869e65c0daf7ea9065ce3e9441da0db0d64 | diff --git a/backtrader/broker.py b/backtrader/broker.py
index <HASH>..<HASH> 100644
--- a/backtrader/broker.py
+++ b/backtrader/broker.py
@@ -107,6 +107,17 @@ class BrokerBase(with_metaclass(MetaBroker, object)):
def getvalue(self, datas=None):
raise NotImplementedError
+ def get_fundshares(self):
+... | Fix #<I> by providing default properties/methods for fundvalue/fundshares for all brokers | backtrader_backtrader | train |
1509e58ad15fc1a59b44d7804f29be00024e3eff | diff --git a/src/Illuminate/Support/Str.php b/src/Illuminate/Support/Str.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Support/Str.php
+++ b/src/Illuminate/Support/Str.php
@@ -39,7 +39,7 @@ class Str
public static function after($subject, $search)
{
if (! static::contains($subject, $search)) {... | Return entire string if search is not found. | laravel_framework | train |
b59ec318c0516a9a96412d9ab07e86dbd794e93e | diff --git a/discord/channel.py b/discord/channel.py
index <HASH>..<HASH> 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -1383,7 +1383,7 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable):
ret.sort(key=lambda c: (c.position, c.id))
return ret
- async def create_text_channel... | Fix Category.create_x_channel raising without overwrites | Rapptz_discord.py | train |
0b151a3655a44afdcf6beea995838fcb5e062923 | diff --git a/lib/checks/language/xml-lang-mismatch-evaluate.js b/lib/checks/language/xml-lang-mismatch-evaluate.js
index <HASH>..<HASH> 100644
--- a/lib/checks/language/xml-lang-mismatch-evaluate.js
+++ b/lib/checks/language/xml-lang-mismatch-evaluate.js
@@ -1,8 +1,8 @@
import { getBaseLang } from '../../core/utils';
... | refactor(xml-lang-mismatch): work with virtualNodes (#<I>) | dequelabs_axe-core | train |
93d9e66a056959a246d6d1126139f8c09847af84 | diff --git a/cltk/corpus/sanskrit/corpora.py b/cltk/corpus/sanskrit/corpora.py
index <HASH>..<HASH> 100644
--- a/cltk/corpus/sanskrit/corpora.py
+++ b/cltk/corpus/sanskrit/corpora.py
@@ -2,4 +2,8 @@ SANSKRIT_CORPORA = [
{'name':'sanskrit_text_jnu',
'location':'remote',
'type':'text'},
+ ... | Added entry for sanskrit_text_dcs in cltk/cltk/corpus/sanskrit/corpora.py | cltk_cltk | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.