hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
1c29309e3164865ac0119dfdb895ce01f4e5dc85 | diff --git a/aegean.py b/aegean.py
index <HASH>..<HASH> 100644
--- a/aegean.py
+++ b/aegean.py
@@ -52,7 +52,7 @@ VOBS = 0.00000000000E+00 /
BTYPE = 'intensity' /
RMS = 1 /"""
-header="""#Tesla version {0}
+header="""#Aegean version {0}
# on dataset: {1}
#isl,src bkg err RA ... | Aegean: don't print header to stdout when no outfile provided. Change 'tesla' to 'aegean' in header | PaulHancock_Aegean | train | py |
5c0f896a0a5007025d75973ba19a15c3060f08cd | diff --git a/src/Configuration.php b/src/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/Configuration.php
+++ b/src/Configuration.php
@@ -57,10 +57,6 @@ class Configuration
* @var string
*/
protected $originalURL = 'http://fakehost';
- /**
- * @var LoggerInterface
- */
- protecte... | Remove logger declaration inside the Configuration | andreskrey_readability.php | train | php |
5638c4ba87c82fa6531833337f60256c4c8a0000 | diff --git a/cmd/syncthing/gui.go b/cmd/syncthing/gui.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/gui.go
+++ b/cmd/syncthing/gui.go
@@ -255,7 +255,7 @@ func restGetNeed(m *model.Model, w http.ResponseWriter, r *http.Request) {
var qs = r.URL.Query()
var repo = qs.Get("repo")
- files := m.NeedFilesRepoLimit... | Woops (fixup of previous) | syncthing_syncthing | train | go |
2fb0cc607e9fa9f15f81c650720306269efcf790 | diff --git a/sphinx_gallery/gen_rst.py b/sphinx_gallery/gen_rst.py
index <HASH>..<HASH> 100644
--- a/sphinx_gallery/gen_rst.py
+++ b/sphinx_gallery/gen_rst.py
@@ -643,7 +643,8 @@ def generate_file_rst(fname, target_dir, src_dir, gallery_conf):
example_nb.add_markdown_cell(text2string(bcontent))
# Wr... | [Fix BUG] no-plot caches the md5sum files
If running under no-plot all files are generated correctly and no
example is assumed to fail. Thus md5sum files where written and on next
builds of the project no example would be executed to generate the images.
TODO test reminder added | sphinx-gallery_sphinx-gallery | train | py,py |
f919d5f1d9bfd9dac92b46f841f522dab59112af | diff --git a/tests/test_interpolation.py b/tests/test_interpolation.py
index <HASH>..<HASH> 100644
--- a/tests/test_interpolation.py
+++ b/tests/test_interpolation.py
@@ -319,4 +319,18 @@ def test_order_zero_3d_with_key_col():
index=[10, 4, 7, 0, 9])
result = interp(interpolants)... | adding test for interpolation with different bin sizes | ihmeuw_vivarium | train | py |
aa74c7aba3d227e1ea53a294d3e61d0864d51f5e | diff --git a/src/example-types/facet.js b/src/example-types/facet.js
index <HASH>..<HASH> 100644
--- a/src/example-types/facet.js
+++ b/src/example-types/facet.js
@@ -43,7 +43,7 @@ module.exports = {
terms: _.extendAll([
{
field,
- size: context.size || 10,
+ ... | Facet wasn't allowing size 0
Not it will! :D | smartprocure_contexture-elasticsearch | train | js |
44afa93dbf5510ed26512999ed47f6611f4e4251 | diff --git a/src/share/classes/com/sun/tools/javac/comp/Attr.java b/src/share/classes/com/sun/tools/javac/comp/Attr.java
index <HASH>..<HASH> 100644
--- a/src/share/classes/com/sun/tools/javac/comp/Attr.java
+++ b/src/share/classes/com/sun/tools/javac/comp/Attr.java
@@ -3372,12 +3372,16 @@ public class Attr extends JCT... | Ensure that tree.sym is non-null. In test case FailOver<I>.java, the nested method getString has a null sym, because an unknown class is instantiated. | wmdietl_jsr308-langtools | train | java |
043c88a3b9ff5ebeed59cd6f1da4a81e88e7922c | diff --git a/src/plugin.js b/src/plugin.js
index <HASH>..<HASH> 100644
--- a/src/plugin.js
+++ b/src/plugin.js
@@ -2,7 +2,7 @@
// Make our own plugin main interface an event emitter.
// This can be used to communicate and subscribe to others plugins events.
-import { EventEmitter } from 'events';
+var EventEmitter ... | Convert to native es6 | ManiaJS_plugins | train | js |
bffd7e6ce7920765e9aca85ceba29261ead67709 | diff --git a/lib/classes/searchEngine/options.class.php b/lib/classes/searchEngine/options.class.php
index <HASH>..<HASH> 100644
--- a/lib/classes/searchEngine/options.class.php
+++ b/lib/classes/searchEngine/options.class.php
@@ -442,8 +442,14 @@ class searchEngine_options implements Serializable
foreach ($seri... | Fix #<I> : cache is not well refreshed | alchemy-fr_Phraseanet | train | php |
764bd0a047d1acc26b6c32bb195c24ece6b86959 | diff --git a/Admin/Admin.php b/Admin/Admin.php
index <HASH>..<HASH> 100644
--- a/Admin/Admin.php
+++ b/Admin/Admin.php
@@ -2014,8 +2014,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
$menu = $menu->addChild($this->toString($this->getSubject()));
} elseif ($action != 'li... | Fix breadcrumbs for custom routes when subject is empty
Hi. When I open my custom routes, there is no label in breadcrumbs for it, because subject is empty. | sonata-project_SonataAdminBundle | train | php |
bb333742bd3fbfca285fc8984eb577f67c306426 | diff --git a/cm-mlops/automation/script/module.py b/cm-mlops/automation/script/module.py
index <HASH>..<HASH> 100644
--- a/cm-mlops/automation/script/module.py
+++ b/cm-mlops/automation/script/module.py
@@ -567,7 +567,18 @@ class CAutomation(Automation):
update_state_from_meta(variation_meta, env, st... | Support usage of env variables as env value in meta | ctuning_ck | train | py |
604d5d98af251772e6a699a163ca664285bee489 | diff --git a/cli/lib/cli/commands/release.rb b/cli/lib/cli/commands/release.rb
index <HASH>..<HASH> 100644
--- a/cli/lib/cli/commands/release.rb
+++ b/cli/lib/cli/commands/release.rb
@@ -303,12 +303,6 @@ module Bosh::Cli::Command
Dir[File.join(work_dir, "jobs", "*")].each do |job_dir|
next unless File.d... | Fix create release
When building jobs that have a prepare script, spec file must be read
after the prepare script execution, because the prepare script is who
finally builds the spec file.
Change-Id: If<I>cda7c2fbcc4d<I>b<I>fa6afcea1d<I>bf5 | cloudfoundry_bosh | train | rb |
8ed67fe3493df256403edf99a9015cdf476efefd | diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -714,9 +714,7 @@ func syncthingMain() {
func dbOpts() *opt.Options {
// Calculate a suitable database block cache capacity.
- // Default is 8 MiB. In reality, the databa... | Reduce db write cache to (2*) 4 MiB
I haven't been able to reproduce any performance advantage of having it
set higher and it reduces the memory footprint a bit. | syncthing_syncthing | train | go |
2272b8d00f906321f8476eb64c9f8c6475061783 | diff --git a/nptdms/tdms.py b/nptdms/tdms.py
index <HASH>..<HASH> 100644
--- a/nptdms/tdms.py
+++ b/nptdms/tdms.py
@@ -7,8 +7,12 @@ from collections import namedtuple
try:
from collections import OrderedDict
except ImportError:
- # For Python < 2.7, just use a normal dict
- OrderedDict = dict
+ try:
+ ... | Use ordereddict package if it's available on Python < <I>
Issue #6 | adamreeve_npTDMS | train | py |
df52848521544eb575b7623661e93eda993bce4d | diff --git a/salt/utils/socket_util.py b/salt/utils/socket_util.py
index <HASH>..<HASH> 100644
--- a/salt/utils/socket_util.py
+++ b/salt/utils/socket_util.py
@@ -337,6 +337,9 @@ class IPv4Address(object):
def __repr__(self):
return 'IPv4Address("{0}")'.format(str(self))
+ def __cmp__(self, other):
+... | support comparisons for IPv4Address | saltstack_salt | train | py |
596fc02157813271d6db4c880dd371d2b0035560 | diff --git a/js/track-adder.js b/js/track-adder.js
index <HASH>..<HASH> 100644
--- a/js/track-adder.js
+++ b/js/track-adder.js
@@ -27,6 +27,23 @@ if (typeof(require) !== 'undefined') {
var makeTreeTableSection = domui.makeTreeTableSection;
var probeResource = require('./probe').probeResource;
+
+
+ // Mo... | Fix addition of binary tracks by URL. | dasmoth_dalliance | train | js |
96483a990744682504101aac74fe709ec32886ad | diff --git a/src/Stream/StreamDecoratorTrait.php b/src/Stream/StreamDecoratorTrait.php
index <HASH>..<HASH> 100644
--- a/src/Stream/StreamDecoratorTrait.php
+++ b/src/Stream/StreamDecoratorTrait.php
@@ -44,7 +44,10 @@ trait StreamDecoratorTrait
}
$read = min(1048576, $maxLength - $len)... | Preventing infinite loops in broken implementations | guzzle_guzzle | train | php |
8ae69f3ee9c133ac0672e0f8615956bcee973ec4 | diff --git a/odinweb/testing.py b/odinweb/testing.py
index <HASH>..<HASH> 100644
--- a/odinweb/testing.py
+++ b/odinweb/testing.py
@@ -5,16 +5,20 @@ Testing Helpers
Collection of Mocks and Tools for testing APIs.
"""
+from odin.codecs import json_codec
class MockRequest(object):
"""
Mocked Request ob... | Expanded Mock request with codecs | python-odin_odinweb | train | py |
dde4cd026ce0030c120a6694ec6ded32f1b841bb | diff --git a/publishable/assets/js/voyager_tinymce.js b/publishable/assets/js/voyager_tinymce.js
index <HASH>..<HASH> 100644
--- a/publishable/assets/js/voyager_tinymce.js
+++ b/publishable/assets/js/voyager_tinymce.js
@@ -14,14 +14,14 @@ $(document).ready(function(){
menubar: false,
selector:'textarea.richTe... | tinymce add forecolor and backcolor | the-control-group_voyager | train | js |
4a0341c26e31b95cc9ff75222a4ad7a229a711e0 | diff --git a/src/plugins/color-adjust.js b/src/plugins/color-adjust.js
index <HASH>..<HASH> 100644
--- a/src/plugins/color-adjust.js
+++ b/src/plugins/color-adjust.js
@@ -1,10 +1,12 @@
import prefix from '../prefix'
+// Support old color-adjust prop syntax.
+// https://caniuse.com/#search=color-adjust
export defaul... | Fix for color-adjust and inline-border/margin etc. | cssinjs_css-vendor | train | js,js |
a7afc96d7afe7c5f5934f52fedd8d5afbf86f3f1 | diff --git a/tests/test_exposition.py b/tests/test_exposition.py
index <HASH>..<HASH> 100644
--- a/tests/test_exposition.py
+++ b/tests/test_exposition.py
@@ -111,7 +111,7 @@ class TestPushGateway(unittest.TestCase):
do_DELETE = do_PUT
httpd = HTTPServer(('localhost', 0), TestHandler)
- s... | Another potential workaround for py<I> test failures. | prometheus_client_python | train | py |
fea3ea4eda8468e2e09cbb5b505913d5a5a863af | diff --git a/lib/catarse_pagarme/configuration.rb b/lib/catarse_pagarme/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/catarse_pagarme/configuration.rb
+++ b/lib/catarse_pagarme/configuration.rb
@@ -3,7 +3,7 @@ module CatarsePagarme
attr_accessor :api_key, :slip_tax, :credit_card_tax, :interest_rate, :host... | Added use_simility defaults is true configuration | catarse_catarse_pagarme | train | rb |
0d56a1607531c8ceba3da93b80437caaf8e64f90 | diff --git a/packages/selenium-ide/src/neo/IO/legacy/migrate.js b/packages/selenium-ide/src/neo/IO/legacy/migrate.js
index <HASH>..<HASH> 100644
--- a/packages/selenium-ide/src/neo/IO/legacy/migrate.js
+++ b/packages/selenium-ide/src/neo/IO/legacy/migrate.js
@@ -117,9 +117,11 @@ export function migrateTestCase(data) {
... | fixed error when migrating old test case which has a command | SeleniumHQ_selenium-ide | train | js |
d17607078d75dfcac55941fa75d229cfaf074703 | diff --git a/cmd/oauth.go b/cmd/oauth.go
index <HASH>..<HASH> 100644
--- a/cmd/oauth.go
+++ b/cmd/oauth.go
@@ -24,7 +24,7 @@ func open(url string) error {
return exec.Command("open", url).Start()
}
-func serve() (string, error) {
+func serve(url chan string) {
http.HandleFunc("/callback", func(w http.ResponseWri... | cmd/oauth: make local server runs in background. | tsuru_tsuru | train | go |
4a404bc53d93c937a85406d7f950492366f7af0e | diff --git a/cheroot/test/test_conn.py b/cheroot/test/test_conn.py
index <HASH>..<HASH> 100644
--- a/cheroot/test/test_conn.py
+++ b/cheroot/test/test_conn.py
@@ -430,9 +430,8 @@ def test_keepalive_conn_management(test_client):
assert header_has_value('Connection', 'Keep-Alive', actual_headers)
... | Fix a trailing comma after dict unpack @ py2
This change fixes a bug introduced in <I> @ test_conn module | cherrypy_cheroot | train | py |
f83b66637c264ee5599897d772131d5fcbb40ee0 | diff --git a/php/commands/rewrite.php b/php/commands/rewrite.php
index <HASH>..<HASH> 100644
--- a/php/commands/rewrite.php
+++ b/php/commands/rewrite.php
@@ -17,8 +17,8 @@ class Rewrite_Command extends WP_CLI_Command {
* To regenerate a .htaccess file with WP-CLI, you'll need to add the mod_rewrite module
* to y... | Backtick `wp rewrite flush` snippet, so it gets formatted in docs | wp-cli_export-command | train | php |
b1f1cf92db346d5c3f6603e8467a88fdd26a7aef | diff --git a/lib/puppet/type/file/source.rb b/lib/puppet/type/file/source.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/type/file/source.rb
+++ b/lib/puppet/type/file/source.rb
@@ -127,9 +127,9 @@ module Puppet
if Puppet.features.microsoft_windows?
if [:use, :use_when_creating].include?(resour... | (#<I>) Deprecate instead of remove original windows behavior
The original windows behavior was to attempt to translate posix mode to
the windows file. Although we want deprecate this behavior, this
previous work on #<I> was removing it entirely.
This patch returns original behavior and marks it as deprecated for
fut... | puppetlabs_puppet | train | rb,rb |
8e6fa14222540b258c3738a4d3591cabdd52de29 | diff --git a/spec/acceptance_spec.rb b/spec/acceptance_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/acceptance_spec.rb
+++ b/spec/acceptance_spec.rb
@@ -26,7 +26,7 @@ RSpec.describe "Acceptance", timeout: 10 do
end
end
- describe "Remote plugin DSL" do
+ describe "Remote plugins" do
before do
... | Add retries to documentation spec, instead of skipping | neovim_neovim-ruby | train | rb |
5cf0bc218f3c2e4a7cfff8a687b0e939401651e3 | diff --git a/lib/porch/context.rb b/lib/porch/context.rb
index <HASH>..<HASH> 100644
--- a/lib/porch/context.rb
+++ b/lib/porch/context.rb
@@ -9,6 +9,7 @@ module Porch
def initialize(context={}, success=true)
@message = nil
@success = success
+ @skip_remaining = false
deep_duplicate(conte... | Add the ability to skip the remaining steps | jwright_porch | train | rb,rb |
35b073906c9296897ad7d27a3ca0e9aab2785f24 | diff --git a/gwpy/cli/cliproduct.py b/gwpy/cli/cliproduct.py
index <HASH>..<HASH> 100644
--- a/gwpy/cli/cliproduct.py
+++ b/gwpy/cli/cliproduct.py
@@ -41,7 +41,7 @@ import time
from dateutil.parser import parser
-from ..timeseries import TimeSeries
+from gwpy.timeseries import TimeSeries
__author__ = 'Joseph Ar... | deal with '*' as a unit | gwpy_gwpy | train | py |
b94c7b4210921e3a7a2521805766e12e4ce0005e | diff --git a/passpie/cli.py b/passpie/cli.py
index <HASH>..<HASH> 100644
--- a/passpie/cli.py
+++ b/passpie/cli.py
@@ -219,7 +219,11 @@ def add(db, fullname, password, random, pattern, interactive, comment, force, co
pattern = pattern if pattern else db.config['genpass_pattern']
password = genpass(pat... | Add support for empty passwords when adding credentials. closes #<I> | marcwebbie_passpie | train | py |
0612cfcd3ceda58eca9cee6ad9d3e778f1630bc4 | diff --git a/lib/fidgit/elements/composite.rb b/lib/fidgit/elements/composite.rb
index <HASH>..<HASH> 100644
--- a/lib/fidgit/elements/composite.rb
+++ b/lib/fidgit/elements/composite.rb
@@ -1,10 +1,10 @@
# encoding: utf-8
-require_relative 'container'
+require_relative 'packer'
module Fidgit
# A composite ele... | Changed composite to be a packer, not a container. | gosu_fidgit | train | rb |
5282518c1333c5509e64082cfba0fe64871d2ffc | diff --git a/actionview/test/template/sanitizers_test.rb b/actionview/test/template/sanitizers_test.rb
index <HASH>..<HASH> 100644
--- a/actionview/test/template/sanitizers_test.rb
+++ b/actionview/test/template/sanitizers_test.rb
@@ -1,6 +1,6 @@
require 'abstract_unit'
-class SanitizerTest < ActionController::TestC... | Renamed the SanitizerTest class to SanitersTest, to remove the conflict with the old SanitizerTest for html-scanner. | rails_rails | train | rb |
cd6014eb0dee70732ecc154263a3f51d50e9b3d6 | diff --git a/ImageCacheProvider.js b/ImageCacheProvider.js
index <HASH>..<HASH> 100644
--- a/ImageCacheProvider.js
+++ b/ImageCacheProvider.js
@@ -138,10 +138,13 @@ function downloadImage(fromUrl, toFile, headers = {}) {
.config({path: tmpFile})
.fetch('GET', fromUrl, headers)
... | properly check for cache response when downloading an image | kfiroo_react-native-cached-image | train | js |
28e3ede3d1731f1da1a461cdcb5c5c223cd41aa1 | diff --git a/spec/adhearsion/logging_spec.rb b/spec/adhearsion/logging_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/adhearsion/logging_spec.rb
+++ b/spec/adhearsion/logging_spec.rb
@@ -1,5 +1,8 @@
require 'spec_helper'
+Foo = Class.new
+Foo::Bar = Class.new
+
describe Adhearsion::Logging do
before do
... | [CS] Move some helper classes for the logging specs locally | adhearsion_adhearsion | train | rb,rb |
03726ec53cb138b74da948b17fc9b3d6f2df26e6 | diff --git a/example/www/php/example.php b/example/www/php/example.php
index <HASH>..<HASH> 100644
--- a/example/www/php/example.php
+++ b/example/www/php/example.php
@@ -136,6 +136,7 @@ function save_order_data($orderid, $data) {
$data['orderid'] = $orderid;
ftruncate($fh, 0);
+ rewind($fh);... | Rewund the handle as well after we truncate or we will create a file
with a hole in it. | trustly_trustly-client-php | train | php |
1cf3a870ad62bfbec1715fb9b7b261948c48d5d2 | diff --git a/src/network/connection.js b/src/network/connection.js
index <HASH>..<HASH> 100644
--- a/src/network/connection.js
+++ b/src/network/connection.js
@@ -100,7 +100,7 @@ module.exports = class Connection {
clearTimeout(timeoutId)
const error = new KafkaJSConnectionError(`Connection error: $... | Add stack trace to connection error logs | tulios_kafkajs | train | js |
6ae04f99ad4cea3d33d8b62f9cce05f15683bbbe | diff --git a/src/prod/bootstrap.js b/src/prod/bootstrap.js
index <HASH>..<HASH> 100644
--- a/src/prod/bootstrap.js
+++ b/src/prod/bootstrap.js
@@ -174,8 +174,8 @@ class Bootstrap {
document.getElementById('loader_bar').style.width = '30%';
humane.infoLarge = humane.spawn({addnCls: 'humane-libnotify-... | PHRAS-<I> :
change the notification timeout only for downloading files | alchemy-fr_Phraseanet-production-client | train | js |
58b9ebad96054218281750dbad0bcc0ae98b5088 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -33,7 +33,7 @@ return array(
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=6.4.0',
- 'taoQtiItem' => '>=9.7.0',
+ 'taoQtiItem' => '... | Update taoQtiItem dependency. | oat-sa_extension-tao-testqti | train | php |
d5ecf8f5eaf818e85455d286dd635511012d5659 | diff --git a/metaknowledge/recordCollection.py b/metaknowledge/recordCollection.py
index <HASH>..<HASH> 100644
--- a/metaknowledge/recordCollection.py
+++ b/metaknowledge/recordCollection.py
@@ -951,9 +951,13 @@ class RecordCollection(object):
> A networkx Graph with the objects of the tags _tags_ as nodes a... | Cleaned up input to nMode as well
Former-commit-id: a<I>dbe<I>a8a3df<I>fb<I>da8c<I>f<I>c | networks-lab_metaknowledge | train | py |
cdbd60ab9cc2fb288c524ae232ad719d81fd8de4 | diff --git a/test/test_cassandraclient.py b/test/test_cassandraclient.py
index <HASH>..<HASH> 100644
--- a/test/test_cassandraclient.py
+++ b/test/test_cassandraclient.py
@@ -267,10 +267,21 @@ class CassandraClientTest(unittest.TestCase):
memtable_operations_in_millions=1.1671875,
replicate_on... | Don't compare post-<I> CfDef attributes in tests | driftx_Telephus | train | py |
198ce6c4e29577e5f7969cbdd13414748f5c487d | diff --git a/classes/Gems/Tracker/Field/DateField.php b/classes/Gems/Tracker/Field/DateField.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Tracker/Field/DateField.php
+++ b/classes/Gems/Tracker/Field/DateField.php
@@ -120,6 +120,13 @@ class DateField extends FieldAbstract
}
}
+ if ($... | Restored some code that was removedin earlier commit | GemsTracker_gemstracker-library | train | php |
863c18904febf364876494ee650ced49c3b08bd9 | diff --git a/mode/javascript/javascript.js b/mode/javascript/javascript.js
index <HASH>..<HASH> 100644
--- a/mode/javascript/javascript.js
+++ b/mode/javascript/javascript.js
@@ -640,7 +640,7 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
return cont(expect("variable"), maybetypeOrIn, ex... | [javascript mode] Make sure type props don't consume closing braces | codemirror_CodeMirror | train | js |
7805647934b2e73fdc5c16eb273d4ba04facb1cd | diff --git a/lib/flipper/dsl.rb b/lib/flipper/dsl.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/dsl.rb
+++ b/lib/flipper/dsl.rb
@@ -47,7 +47,7 @@ module Flipper
end
def features
- adapter.set_members('features').map { |name| feature(name) }.to_set
+ adapter.features.map { |name| feature(name) }... | Use adapter wrapper #features instead of set_members with key | jnunemaker_flipper | train | rb |
24fb715b801c98cae6cc5c094f397a814a796b7f | diff --git a/chainlet/wrapper.py b/chainlet/wrapper.py
index <HASH>..<HASH> 100644
--- a/chainlet/wrapper.py
+++ b/chainlet/wrapper.py
@@ -27,18 +27,3 @@ class WrapperMixin(object):
@property
def slave(self):
return self.__wrapped__
-
- @classmethod
- def linklet(cls, target):
- """
- ... | removed deprecated linklet interface for GeneratorLink and FunctionLink | maxfischer2781_chainlet | train | py |
acbfae658f7e7726dd0575559887baa8fb33753c | diff --git a/salt/states/file.py b/salt/states/file.py
index <HASH>..<HASH> 100644
--- a/salt/states/file.py
+++ b/salt/states/file.py
@@ -742,6 +742,20 @@ def managed(name,
Default is None. If specified, will use the given string as the
contents of the file. Should not be used in conjunction with a... | Added note about multiline content when using file.managed.contents
Closes #<I> | saltstack_salt | train | py |
8783c7bcaaba72cda39021a4af3990782d22eda3 | diff --git a/insights/util/subproc.py b/insights/util/subproc.py
index <HASH>..<HASH> 100644
--- a/insights/util/subproc.py
+++ b/insights/util/subproc.py
@@ -97,7 +97,7 @@ class Pipeline(object):
last = len(self.cmds) - 2
for i, arg in enumerate(self.cmds[1:]):
if i < last:
- ... | Fix a typo of stdout in subproc.py (#<I>) | RedHatInsights_insights-core | train | py |
5e0a208fa28403891eeaf1903d8d348154465ace | diff --git a/spec/support/dtmf_helper.rb b/spec/support/dtmf_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/support/dtmf_helper.rb
+++ b/spec/support/dtmf_helper.rb
@@ -1,4 +1,5 @@
# encoding: utf-8
+# frozen_string_literal: true
#
# Convert a simple DTMF string from "1 star 2" to "dtmf-1 dtmf-star dtmf-2". | [CS] Appease the blood hound with a frozen string sacrifice | adhearsion_ruby_speech | train | rb |
700a93f935bd1dd11d4fa2204adcc27f08659938 | diff --git a/lib/minstall.js b/lib/minstall.js
index <HASH>..<HASH> 100755
--- a/lib/minstall.js
+++ b/lib/minstall.js
@@ -681,6 +681,11 @@ function runPostinstalls(modules) {
continue;
}
+ if (!module.postinstallCommand) {
+ logger.debug(`skipping the postinstall of ${module.name}... | :bug: fix installing of peer-dependencies of the parent-module | heikomat_minstall | train | js,js |
e93b43972040952482d6cbe62a05264fbef5e718 | diff --git a/symphony/lib/toolkit/class.databasequery.php b/symphony/lib/toolkit/class.databasequery.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/toolkit/class.databasequery.php
+++ b/symphony/lib/toolkit/class.databasequery.php
@@ -275,6 +275,10 @@ class DatabaseQuery extends DatabaseStatement
$... | Allow RAND() to be used as a column name in sorts
Picked from c5cfd<I>c
Picked from 5cd6afad0a
Picked from 0e<I>cfde1 | symphonycms_symphony-2 | train | php |
60123b2358da6c178805eae89b323c6b81e37e2d | diff --git a/tests/test_argc.py b/tests/test_argc.py
index <HASH>..<HASH> 100644
--- a/tests/test_argc.py
+++ b/tests/test_argc.py
@@ -149,4 +149,5 @@ if __name__ == "__main__":
test_arm()
test_i386()
test_amd64()
- test_ppc32()
+ # ppc32 doesn't work for now
+ #test_ppc32() | Commented out test_ppc<I>() from test_argc.py as it doesn't work for now. | angr_angr | train | py |
c78a86ddc963c4b41f381e6b3f5e484935824cf9 | diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/threadsafety/WellKnownMutability.java b/core/src/main/java/com/google/errorprone/bugpatterns/threadsafety/WellKnownMutability.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/errorprone/bugpatterns/threadsafety/WellKnownMutability.jav... | Add java.nio.file.Path to the list of well known immutable types.
RELNOTES: Added java.nio.file.Path to the list of well known immutable types.
-------------
Created by MOE: <URL> | google_error-prone | train | java |
0e2e5f94833fe2385fb75287990a0570dc7cff54 | diff --git a/components/Account.php b/components/Account.php
index <HASH>..<HASH> 100644
--- a/components/Account.php
+++ b/components/Account.php
@@ -330,6 +330,8 @@ class Account extends ComponentBase
Flash::success(Lang::get(/*An activation email has been sent to your email address.*/'rainlab.user::... | Fix intended redirect fix on register success (#<I>) | rainlab_user-plugin | train | php |
a98ea87e463383a77d7244c78c9da3ac9f2cd086 | diff --git a/graph/pull.go b/graph/pull.go
index <HASH>..<HASH> 100644
--- a/graph/pull.go
+++ b/graph/pull.go
@@ -654,6 +654,10 @@ func (s *TagStore) pullV2Tag(r *registry.Session, out io.Writer, endpoint *regis
return false, err
}
+ if err := s.graph.SetDigest(d.img.ID, d.digest); err != nil {
+ r... | Store layer digests on pull
Currently digests are not stored on pull, causing a simple re-tag or re-push to send up all layers. Storing the digests on pull will allow subsequent pushes to the same repository to not push up content.
This does not address pushing content to a new repository. When content is pushed to a ... | moby_moby | train | go |
76e433e358e66d343048cff431183e23bcd17ef1 | diff --git a/src/Core/Content/Media/DataAbstractionLayer/Indexing/MediaThumbnailIndexer.php b/src/Core/Content/Media/DataAbstractionLayer/Indexing/MediaThumbnailIndexer.php
index <HASH>..<HASH> 100644
--- a/src/Core/Content/Media/DataAbstractionLayer/Indexing/MediaThumbnailIndexer.php
+++ b/src/Core/Content/Media/DataA... | NTR - Prevent thumbnail indexer to index all media every time | shopware_platform | train | php |
093522b2877fc8d3049d69f7b3fe6b000643e568 | diff --git a/lib/rubocop_challenger/rubocop/yardoc.rb b/lib/rubocop_challenger/rubocop/yardoc.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop_challenger/rubocop/yardoc.rb
+++ b/lib/rubocop_challenger/rubocop/yardoc.rb
@@ -66,15 +66,7 @@ module RubocopChallenger
end
def source_file_path
- if Obje... | Remove the code for backward compatibility with Ruby <I> | ryz310_rubocop_challenger | train | rb |
521e998ba71c9859e3f2202baac3b7baea7d6222 | diff --git a/test/unit/builtins/test_packages.py b/test/unit/builtins/test_packages.py
index <HASH>..<HASH> 100644
--- a/test/unit/builtins/test_packages.py
+++ b/test/unit/builtins/test_packages.py
@@ -129,7 +129,8 @@ class TestPackage(BuiltinTest):
mock_obj = mock.patch.object
with mock_obj(... | Silence some extraneous logging in unit test | jimporter_bfg9000 | train | py |
9f6b577f081a88ff5917166775b1b53ffcc07fcd | diff --git a/aiogram/dispatcher/filters/builtin.py b/aiogram/dispatcher/filters/builtin.py
index <HASH>..<HASH> 100644
--- a/aiogram/dispatcher/filters/builtin.py
+++ b/aiogram/dispatcher/filters/builtin.py
@@ -501,7 +501,7 @@ class ExceptionsFilter(BoundFilter):
return False
-class IdFilter(Filter):
+... | Rename IdFilter to IDFilter
Rename IdFilter to IDFilter as it is an abbreviation like URL | aiogram_aiogram | train | py |
894b8f23d6d51188d8e8f3e14ac432a5bdc4aace | diff --git a/lib/omnibus.rb b/lib/omnibus.rb
index <HASH>..<HASH> 100644
--- a/lib/omnibus.rb
+++ b/lib/omnibus.rb
@@ -116,6 +116,13 @@ module Omnibus
@logger ||= Logger.new
end
+ #
+ # @api private
+ #
+ # Programatically set the logger for Omnibus.
+ #
+ # @param [Logger] logger
+ #... | Document attr_writer for logger | chef_omnibus | train | rb |
304f0c02c2d596a64a17e6dbf10baadf49a6024a | diff --git a/benchexec/tools/metaval.py b/benchexec/tools/metaval.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/metaval.py
+++ b/benchexec/tools/metaval.py
@@ -29,7 +29,7 @@ class Tool(benchexec.tools.template.BaseTool2):
"""
TOOL_TO_PATH_MAP = {
- "cpachecker-metaval": "CPAchecker-backend",
+... | Correct imprecise naming in MetaVal | sosy-lab_benchexec | train | py |
18b70fc71b0ff46cefc9c842c1de00e1d8d32a91 | diff --git a/src/Models/Category.php b/src/Models/Category.php
index <HASH>..<HASH> 100644
--- a/src/Models/Category.php
+++ b/src/Models/Category.php
@@ -4,12 +4,16 @@ declare(strict_types=1);
namespace Cortex\Categories\Models;
-use Cortex\Foundation\Events\CrudPerformed;
use Kalnoy\Nestedset\NestedSet;
use Co... | Refactor model CRUD dispatched events | rinvex_cortex-categories | train | php |
2e92b015dbe28c2038801a8375b7ac5a7a6c8dfc | diff --git a/drools-core/src/test/java/org/drools/reteoo/NodeSegmentUnlinkingTest.java b/drools-core/src/test/java/org/drools/reteoo/NodeSegmentUnlinkingTest.java
index <HASH>..<HASH> 100644
--- a/drools-core/src/test/java/org/drools/reteoo/NodeSegmentUnlinkingTest.java
+++ b/drools-core/src/test/java/org/drools/reteoo... | added @ignore to failing test | kiegroup_drools | train | java |
f6ef0c046d78c75d177099fea276f83c8dab178f | diff --git a/lib/coa.js b/lib/coa.js
index <HASH>..<HASH> 100644
--- a/lib/coa.js
+++ b/lib/coa.js
@@ -21,9 +21,12 @@ module.exports = require('coa').Cmd()
// Give ability for external technologies to has its own options without conflicts with borschik
.name('techOptions') .title('Additional options f... | Allow to pass an object as the techOptions value | borschik_borschik | train | js |
c203f70b29e1027b479bbbbfb00dbfbffab9bf31 | diff --git a/api/src/main/java/org/commonjava/indy/conf/DefaultIndyConfiguration.java b/api/src/main/java/org/commonjava/indy/conf/DefaultIndyConfiguration.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/org/commonjava/indy/conf/DefaultIndyConfiguration.java
+++ b/api/src/main/java/org/commonjava/indy/conf/Def... | Added Configuration for SSL required and for remote noSSL hosts | Commonjava_indy | train | java |
4a8d9da9e4000df78199df119ba62cb9f7db75a6 | diff --git a/gcs/update_object.go b/gcs/update_object.go
index <HASH>..<HASH> 100644
--- a/gcs/update_object.go
+++ b/gcs/update_object.go
@@ -87,6 +87,9 @@ func (b *bucket) UpdateObject(
query := make(url.Values)
query.Set("projection", "full")
+ if req.Generation != 0 {
+ query.Set("generation", fmt.Sprintf("%... | Include a generation, if set. | jacobsa_gcloud | train | go |
a8b9941e64b6797586f5259e6e4dcc5f2f30636f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ params = dict(
'keyring[test] >= 10.3.1',
'fs>=0.5,<2',
- 'pycrypto',
+ 'pycrypto; sys_platform!="win32" or python_version=="2.7"',
# gdata doesn'... | Pycrypto isn't building on Python <I> in Appveyor, so disable it. | jaraco_keyrings.alt | train | py |
b98e7c62ff0645c49d981f7f673152d6b563d466 | diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100755
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -2653,7 +2653,6 @@ function get_roles_with_capability($capability, $permission=NULL, $context='') {
*/
function role_assign($roleid, $userid, $groupid, $contextid, $timestart=0, $timeend=... | MDL-<I>: required library was included in the wrong function - this removes the old one. | moodle_moodle | train | php |
699682274056351d9c7eec3259abb7e558d2947a | diff --git a/lib/Serverless.js b/lib/Serverless.js
index <HASH>..<HASH> 100644
--- a/lib/Serverless.js
+++ b/lib/Serverless.js
@@ -186,6 +186,10 @@ class Serverless {
if (!_this.commands[_this.cli.context][_this.cli.action]) {
return BbPromise.reject(new SError('Command not found. Enter "serverless help" t... | validating that we are inside a serverless project for all actions except project create | serverless_serverless | train | js |
12092f4c1329fa0fefbf57cf553e5e25523c5717 | diff --git a/gwpy/timeseries/io/lalframe.py b/gwpy/timeseries/io/lalframe.py
index <HASH>..<HASH> 100644
--- a/gwpy/timeseries/io/lalframe.py
+++ b/gwpy/timeseries/io/lalframe.py
@@ -209,11 +209,14 @@ def read_timeseriesdict(source, channels, start=None, end=None, dtype=None,
# now read the data
out = serie... | timeseries.io.lalframe: use numpy to acquire data if needed | gwpy_gwpy | train | py |
cdd3aa6d01d42872c4a3572d2e73639500bffc42 | diff --git a/lib/dynamoid/adapter_plugin/aws_sdk_v3.rb b/lib/dynamoid/adapter_plugin/aws_sdk_v3.rb
index <HASH>..<HASH> 100644
--- a/lib/dynamoid/adapter_plugin/aws_sdk_v3.rb
+++ b/lib/dynamoid/adapter_plugin/aws_sdk_v3.rb
@@ -605,7 +605,7 @@ module Dynamoid
results = client.query(q)
results.i... | Use `result.count` in query and scan operations | Dynamoid_dynamoid | train | rb |
d9360500be30d742ee5b7d7d5dcd6e2402b9ebb4 | diff --git a/databasetools/csv_tools/csv.py b/databasetools/csv_tools/csv.py
index <HASH>..<HASH> 100644
--- a/databasetools/csv_tools/csv.py
+++ b/databasetools/csv_tools/csv.py
@@ -26,7 +26,7 @@ class CSVExport:
self.data_to_csv()
def __str__(self):
- return str(self.file_name)
+ return ... | Added .strip() method to str return | mrstephenneal_databasetools | train | py |
dc9d46f0baae868b86189fc2b293d9dadb4b7230 | diff --git a/src/ng-tiny-scrollbar.js b/src/ng-tiny-scrollbar.js
index <HASH>..<HASH> 100644
--- a/src/ng-tiny-scrollbar.js
+++ b/src/ng-tiny-scrollbar.js
@@ -159,7 +159,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
$element.on(wheelEvent, wheel);
... | Update ng-tiny-scrollbar.js | yads_ngTinyScrollbar | train | js |
2d0dfdf6be23743e90c091c3f543293cc099d043 | diff --git a/embark-ui/src/components/Processes.js b/embark-ui/src/components/Processes.js
index <HASH>..<HASH> 100644
--- a/embark-ui/src/components/Processes.js
+++ b/embark-ui/src/components/Processes.js
@@ -26,7 +26,7 @@ const Process = ({process}) => (
<i className={iconClasses(process.state)}></i>
... | uiux(embark-ui/HomeContainer): show state of connected processes | embark-framework_embark | train | js |
534762ca35cbe605e7f0380b5f3b4c68217d0a48 | diff --git a/src/Sylius/Bundle/AdminBundle/Controller/DashboardController.php b/src/Sylius/Bundle/AdminBundle/Controller/DashboardController.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/AdminBundle/Controller/DashboardController.php
+++ b/src/Sylius/Bundle/AdminBundle/Controller/DashboardController.php
@@ -7... | fixed name to channelCode since we are sending code | Sylius_Sylius | train | php |
f78e7d6c155f32327d77e20fe406b36a69eeb013 | diff --git a/alot/buffers.py b/alot/buffers.py
index <HASH>..<HASH> 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -310,7 +310,7 @@ class TagListBuffer(Buffer):
self.isinitialized = True
lines = list()
- displayedtags = filter(self.filtfun, self.tags)
+ displayedtags = sorte... | Sort TagListBuffer
Make sorting of tags in TagListBuffer case insensitive. So far the following
three tags would have been sorted like ['Notmuch', 'alot', 'xapian']. The new
case insensitive sorting will arrange them as ['alot', 'Notmuch', 'xapian'].
Closes #<I>. | pazz_alot | train | py |
31b55d14d60d82e4d94bd603d80dc88e4c76c28c | diff --git a/src/ibmiotf/__init__.py b/src/ibmiotf/__init__.py
index <HASH>..<HASH> 100644
--- a/src/ibmiotf/__init__.py
+++ b/src/ibmiotf/__init__.py
@@ -142,7 +142,7 @@ class AbstractClient(object):
# Attach MQTT callbacks
self.client.on_log = self._onLog
self.client.on_disconnect = self._o... | Mark on_publish() as private -> _onPublish() | ibm-watson-iot_iot-python | train | py |
775f6592a168ba3eb7b7d6ff214ece7d2026baa1 | diff --git a/pyocd/flash/loader.py b/pyocd/flash/loader.py
index <HASH>..<HASH> 100755
--- a/pyocd/flash/loader.py
+++ b/pyocd/flash/loader.py
@@ -471,10 +471,16 @@ class FlashLoader(object):
totalSamePageCount += perf.same_page_count
totalProgramTime += perf.program_time
+ # ... | Work around potential zero-div error in FlashLoader. | mbedmicro_pyOCD | train | py |
9f5033b6f3c18ab8fdbdfe2d111f4c46ce02c5af | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -3,10 +3,10 @@ var gutil = require('gulp-util');
var mocha = require('gulp-mocha');
var jshint = require('gulp-jshint');
-gulp.task('default', ['lint','unitTest','integrationTest']);
+gulp.task('default', ['lin... | Updated gulp to include a test task | tjchaplin_hammerdown | train | js |
61db0f0391cbdcb925f13659da6647fea85bb155 | diff --git a/spec/mail/encodings_spec.rb b/spec/mail/encodings_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mail/encodings_spec.rb
+++ b/spec/mail/encodings_spec.rb
@@ -430,7 +430,6 @@ describe Mail::Encodings do
it "should handle a very long string efficiently" do
string = "This is a string " * 10000
-... | No need to force encoding of anything in this spec | mikel_mail | train | rb |
c3fdc990fcccb0171d59a9684cdadf1f869cb5f3 | diff --git a/lxd/storage/filesystem/fs.go b/lxd/storage/filesystem/fs.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/filesystem/fs.go
+++ b/lxd/storage/filesystem/fs.go
@@ -36,9 +36,7 @@ func StatVFS(path string) (*unix.Statfs_t, error) {
// Detect returns the filesystem on which the passed-in path sits.
func Det... | lxd/storage/filesystem/fs: Switch Detect to use StatVFS | lxc_lxd | train | go |
02c1101d8a3cdbf5ce05d14eb63fa7cba859f278 | diff --git a/lib/linked-list/list.rb b/lib/linked-list/list.rb
index <HASH>..<HASH> 100644
--- a/lib/linked-list/list.rb
+++ b/lib/linked-list/list.rb
@@ -62,7 +62,7 @@ module LinkedList
self
end
- # Removes node from the end of the list.
+ # Removes data from the end of the list.
#
# == R... | Update docs.
Those are data stored, not nodes. | spectator_linked-list | train | rb |
03b44e399248f1b208b17afb8be6de5a4017c36e | diff --git a/lib/determine-basal/determine-basal.js b/lib/determine-basal/determine-basal.js
index <HASH>..<HASH> 100644
--- a/lib/determine-basal/determine-basal.js
+++ b/lib/determine-basal/determine-basal.js
@@ -69,7 +69,11 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
if (... | log when Adjusting target_bg | openaps_oref0 | train | js |
a1a8c9438fc3fd6a2b153187f545c95f6e261699 | diff --git a/src/server/pps/server/worker_rc.go b/src/server/pps/server/worker_rc.go
index <HASH>..<HASH> 100644
--- a/src/server/pps/server/worker_rc.go
+++ b/src/server/pps/server/worker_rc.go
@@ -122,6 +122,9 @@ func (a *apiServer) workerPodSpec(options *workerOptions, pipelineInfo *pps.Pipe
}, {
Name: "POSTGR... | Respect metrics state in pipeline pods. (#<I>) | pachyderm_pachyderm | train | go |
f791e43495804fcbd049f5d6262005f16e41f888 | diff --git a/src/Adapters/FHIRAppointmentAdapter.php b/src/Adapters/FHIRAppointmentAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Adapters/FHIRAppointmentAdapter.php
+++ b/src/Adapters/FHIRAppointmentAdapter.php
@@ -250,10 +250,10 @@ class FHIRAppointmentAdapter extends AbstractFHIRAdapter implements BaseAdapterI
... | fixing hardcoded value in Appointment | LibreHealthIO_lh-ehr-fhir-api | train | php |
d68fcfcde5fa1bac8656d15e6b19e02effa8eabf | diff --git a/phonenumber_field/modelfields.py b/phonenumber_field/modelfields.py
index <HASH>..<HASH> 100644
--- a/phonenumber_field/modelfields.py
+++ b/phonenumber_field/modelfields.py
@@ -57,6 +57,8 @@ class PhoneNumberField(models.Field):
"""
value = super(PhoneNumberField, self).get_prep_value(va... | Return None when value is one of EMPTY_VALUES and null is True | stefanfoulis_django-phonenumber-field | train | py,py |
b8b6fc8a360b669dec8d93c0d09511f0ddc80bab | diff --git a/views/js/runner/plugins/controls/review/review.js b/views/js/runner/plugins/controls/review/review.js
index <HASH>..<HASH> 100644
--- a/views/js/runner/plugins/controls/review/review.js
+++ b/views/js/runner/plugins/controls/review/review.js
@@ -228,6 +228,7 @@ define([
can... | Set the correct state for the show/hide review button after the review panel is restored | oat-sa_extension-tao-testqti | train | js |
b8001c56a3a9c234d188a39c75c6701adf56f71a | diff --git a/addon/initializers/route-alias.js b/addon/initializers/route-alias.js
index <HASH>..<HASH> 100644
--- a/addon/initializers/route-alias.js
+++ b/addon/initializers/route-alias.js
@@ -96,9 +96,9 @@ function patchRoute(lookup) {
};
}
-export function initialize(container, application) {
- // Make this ... | Pass one argument to initialize to address deprecation warning
This shows up in the browser console when using ember-route-alias with a
project that uses ember <I>+.
Use the method suggested by the documentation at:
<URL> | nathanhammond_ember-route-alias | train | js |
d22dc751f9bb254e76cab742fc9d46fd7b1da2fc | diff --git a/src/FormHandler/Renderer/AbstractRenderer.php b/src/FormHandler/Renderer/AbstractRenderer.php
index <HASH>..<HASH> 100644
--- a/src/FormHandler/Renderer/AbstractRenderer.php
+++ b/src/FormHandler/Renderer/AbstractRenderer.php
@@ -65,7 +65,7 @@ abstract class AbstractRenderer
* @param Element $element... | Tag is no longer by reference, not needed | FormHandler_FormHandler | train | php |
b7a1fce2a17f0dbf7bae03aa9a1933c4351ed317 | diff --git a/sprinter/recipes/perforce.py b/sprinter/recipes/perforce.py
index <HASH>..<HASH> 100644
--- a/sprinter/recipes/perforce.py
+++ b/sprinter/recipes/perforce.py
@@ -83,6 +83,10 @@ class PerforceRecipe(RecipeStandard):
self.__destroy_perforce(config)
def reload(self, feature_name, config):
+ ... | bugfix to perforce for syncing | toumorokoshi_sprinter | train | py |
a6ffbaff57f8a3c86eaf061000781f1f05efe49d | diff --git a/src/tuwien/auto/calimero/serial/TpuartConnection.java b/src/tuwien/auto/calimero/serial/TpuartConnection.java
index <HASH>..<HASH> 100644
--- a/src/tuwien/auto/calimero/serial/TpuartConnection.java
+++ b/src/tuwien/auto/calimero/serial/TpuartConnection.java
@@ -310,8 +310,8 @@ public class TpuartConnection... | Quit receiver before closing adapter to avoid unnecessary close | calimero-project_calimero-core | train | java |
ad7239e81a6fecb6b2dde876d4275e598ec3519b | diff --git a/EventListener/ActionCacheListener.php b/EventListener/ActionCacheListener.php
index <HASH>..<HASH> 100644
--- a/EventListener/ActionCacheListener.php
+++ b/EventListener/ActionCacheListener.php
@@ -113,7 +113,9 @@ class ActionCacheListener {
public function handleResponse(FilterResponseEvent $Event)... | Added injecting of assets only in debug mode | RickySu_tagcache-bundle | train | php |
20c666047d8aa143668b0d33c6966a2e21067c45 | diff --git a/src/Model/BaseModel.php b/src/Model/BaseModel.php
index <HASH>..<HASH> 100644
--- a/src/Model/BaseModel.php
+++ b/src/Model/BaseModel.php
@@ -279,7 +279,7 @@ class BaseModel
if (is_array($where)) {
$tmp = array();
foreach ($where as $k => $v) {
- $tmp[] = !... | FIXED: update replacement ISSUE | wangxian_ephp | train | php |
5ba376e362c2b1d62f206ab0b637372d4230a7b0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,8 @@ Plugin provides some fixtures to simplify app testing:
- ``client`` - an instance of ``app.test_client``,
- ``client_class`` - ``client`` fixture for class-based tests,
- ``config`` - you application config,
... | Add note about `live_server` to pypi page | pytest-dev_pytest-flask | train | py |
208794073cb60c20e55015822dcb746aee80a3db | diff --git a/fastlane_core/lib/fastlane_core/version.rb b/fastlane_core/lib/fastlane_core/version.rb
index <HASH>..<HASH> 100644
--- a/fastlane_core/lib/fastlane_core/version.rb
+++ b/fastlane_core/lib/fastlane_core/version.rb
@@ -1,3 +1,3 @@
module FastlaneCore
- VERSION = "0.48.0".freeze
+ VERSION = "0.48.1".freez... | [fastlane_core] Version bump (#<I>)
* Use the exception handler in the inspector when you don't have a specific message (#<I>)
* [fastlane_core] Added missing prefix when printing out GH issue errors (#<I>) | fastlane_fastlane | train | rb |
fc84457a3d3da46d22ec6bff90b5c3ef4fa1a3d0 | diff --git a/lib/rails_best_practices/reviews/restrict_auto_generated_routes_review.rb b/lib/rails_best_practices/reviews/restrict_auto_generated_routes_review.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_best_practices/reviews/restrict_auto_generated_routes_review.rb
+++ b/lib/rails_best_practices/reviews/restrict_a... | restrict to parse hash option for resources command | flyerhzm_rails_best_practices | train | rb |
2fd9b38101ed940bed2c2c896ef8a2f98aa7a9a1 | diff --git a/lib/chessmonger/game.rb b/lib/chessmonger/game.rb
index <HASH>..<HASH> 100644
--- a/lib/chessmonger/game.rb
+++ b/lib/chessmonger/game.rb
@@ -24,5 +24,9 @@ module Chessmonger
def cancel
history.pop.cancel self
end
+
+ def player
+ @rules.current_player self
+ end
end
end
dif... | Game current player spec and implementation. | AlphaHydrae_chessmonger | train | rb,rb |
5d17a87b1ef8b7cf69f7bb9f06b9e13c756f70a1 | diff --git a/Lib/fontbakery/commands/check_specification.py b/Lib/fontbakery/commands/check_specification.py
index <HASH>..<HASH> 100644
--- a/Lib/fontbakery/commands/check_specification.py
+++ b/Lib/fontbakery/commands/check_specification.py
@@ -196,7 +196,7 @@ def get_spec():
imported = get_module(args.specificati... | Minor: Use double quotes if string contains single quote | googlefonts_fontbakery | train | py |
1068cca301ea0a448684e7df7c0c8cd41335bf2e | diff --git a/src/Picture.php b/src/Picture.php
index <HASH>..<HASH> 100644
--- a/src/Picture.php
+++ b/src/Picture.php
@@ -594,6 +594,11 @@ class Picture {
if($extension === 'png') {
+ if($this->progressive)
+ {
+ imageinterlace($this->resource, TRUE);
+... | Support saving progressive images in GD. | MichaelPavlista_palette | train | php |
360cb4ac2af350c8b96b2fd56b67ef9d5589836a | diff --git a/src/Composer/Console/Application.php b/src/Composer/Console/Application.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Console/Application.php
+++ b/src/Composer/Console/Application.php
@@ -188,7 +188,7 @@ class Application extends BaseApplication
}
// Check system temp fold... | Fix for a fatal error when system temp dir is not available | composer_composer | train | php |
056d190ed6c9d2dfd289f0dba6f4ce648e4c20cb | diff --git a/lib/apply-credentials.js b/lib/apply-credentials.js
index <HASH>..<HASH> 100644
--- a/lib/apply-credentials.js
+++ b/lib/apply-credentials.js
@@ -43,9 +43,14 @@ const applyCredentialsByType = {
header,
};
-const applyCredentials = (reqParams, { type, payload = {} }, callback) => {
+const applyCredent... | default credentials type to `header` and make payload required | benkroeger_oniyi-http-plugin-credentials | train | js |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.