hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
20d0aae5e179e259cc084842bd93b382684498a2 | diff --git a/lib/instana/version.rb b/lib/instana/version.rb
index <HASH>..<HASH> 100644
--- a/lib/instana/version.rb
+++ b/lib/instana/version.rb
@@ -1,4 +1,4 @@
module Instana
- VERSION = "1.4.0"
+ VERSION = "1.4.1"
VERSION_FULL = "instana-#{VERSION}"
end | Bump gem version to <I> | instana_ruby-sensor | train |
8c6511d30a418ea9651437e6f35f549bc4547498 | diff --git a/js/directives.js b/js/directives.js
index <HASH>..<HASH> 100644
--- a/js/directives.js
+++ b/js/directives.js
@@ -12,7 +12,7 @@ angular.module('kibana.directives', [])
' <span class="editlink panelextra pointer" style="right:15px;top:0px" ' +
'bs-modal="\'partials/paneleditor.html\'" ng-s... | Moved dashUpload, added icon attribute to tip directive | grafana_grafana | train |
52699bd6ddedc399a2d93af8f630dde2a4d2ad63 | diff --git a/handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java b/handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java
index <HASH>..<HASH> 100644
--- a/handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java
+++ b/handler/src/test/java/io/netty/handler/ssl/SSLEngineTest.java
@@ -63,6 +63,7 @@... | Add test to verify that invalid ciphers are handled in all SSLEngine implementations correctly. (#<I>)
Motivation:
<URL> | netty_netty | train |
8aa445ca97b15c5182f0b7248634d89a1001b504 | diff --git a/lib/formatting.js b/lib/formatting.js
index <HASH>..<HASH> 100644
--- a/lib/formatting.js
+++ b/lib/formatting.js
@@ -204,7 +204,7 @@ function $formatQuery(query, values) {
var value = formatValue(values[i]); // expect a simple value;
if (value === null) {
// erro... | Improving error messages for arrays, making them consistent. | vitaly-t_pg-promise | train |
356cb84419c23f464eb14668f9f0f2249fdfe2b4 | diff --git a/directory_components/context_processors.py b/directory_components/context_processors.py
index <HASH>..<HASH> 100644
--- a/directory_components/context_processors.py
+++ b/directory_components/context_processors.py
@@ -70,7 +70,7 @@ def header_footer_processor(request):
'performance': urls.PERFORMA... | added description and changed market access url | uktrade_directory-components | train |
15bb03c969bd2f8ba5ab9b04fd68c983eddb1de1 | diff --git a/lib/emir/recipes/test/worker.py b/lib/emir/recipes/test/worker.py
index <HASH>..<HASH> 100644
--- a/lib/emir/recipes/test/worker.py
+++ b/lib/emir/recipes/test/worker.py
@@ -87,6 +87,9 @@ class Worker(object):
def para_map(worker, data, nthreads=4, daemons=True):
+ if nthreads <= 1:
+ return... | Using map if the number of threads is 1 | guaix-ucm_pyemir | train |
c1fa8ce974ddf3326c3c3e6ed6781fd0def47058 | diff --git a/osmnx/io.py b/osmnx/io.py
index <HASH>..<HASH> 100644
--- a/osmnx/io.py
+++ b/osmnx/io.py
@@ -105,11 +105,11 @@ def save_graphml(G, filepath=None, gephi=False, encoding="utf-8"):
G : networkx.MultiDiGraph
input graph
filepath : string
- path to the GraphML file including extension... | speed up gephi graphml saving | gboeing_osmnx | train |
5826156c837739ffa122c823546272d4e932debe | diff --git a/src/Mapper/Memory/ArrayMapper.php b/src/Mapper/Memory/ArrayMapper.php
index <HASH>..<HASH> 100644
--- a/src/Mapper/Memory/ArrayMapper.php
+++ b/src/Mapper/Memory/ArrayMapper.php
@@ -135,11 +135,8 @@ abstract class ArrayMapper extends BaseMapper
}
$storedData[$primaryValue] = NULL;
$this->sav... | php <I>: removed finally workarounds | nextras_orm | train |
2afa8b6b81dfdd0ac89661e61d5ed7df7e7d0765 | diff --git a/core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java b/core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
+++ b/core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
@@ -2... | Better diagnosis of URISyntaxException thrown when constructing context menus. | jenkinsci_jenkins | train |
0358c8e3e445509095b7daf510162dd2c663d4c4 | diff --git a/lib/secure_headers/configuration.rb b/lib/secure_headers/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/secure_headers/configuration.rb
+++ b/lib/secure_headers/configuration.rb
@@ -71,6 +71,7 @@ module SecureHeaders
ALL_HEADER_CLASSES.each do |klass|
config.send("#{klass::C... | Opting out of all protection would raise an exception because the idempotency check was wrong | twitter_secure_headers | train |
2193d902ed7b8ba41a5d38462633d4d4c7e2efa9 | diff --git a/collatex-core/src/main/java/eu/interedition/collatex/dekker/editgraphaligner/EditGraphAligner.java b/collatex-core/src/main/java/eu/interedition/collatex/dekker/editgraphaligner/EditGraphAligner.java
index <HASH>..<HASH> 100644
--- a/collatex-core/src/main/java/eu/interedition/collatex/dekker/editgraphalig... | [COL-1] Use comparator for TokenIndex only, breaks 2 tests with repeating tokens. | interedition_collatex | train |
4fb4e8763541026e7abf667788d893043a078576 | diff --git a/modules/citrus-admin/src/main/java/com/consol/citrus/admin/service/TestCaseService.java b/modules/citrus-admin/src/main/java/com/consol/citrus/admin/service/TestCaseService.java
index <HASH>..<HASH> 100644
--- a/modules/citrus-admin/src/main/java/com/consol/citrus/admin/service/TestCaseService.java
+++ b/m... | test case service now using config service | citrusframework_citrus | train |
c756e5092a1a810ec7a811854028645a69231085 | diff --git a/src/main/java/act/util/ClassDetector.java b/src/main/java/act/util/ClassDetector.java
index <HASH>..<HASH> 100644
--- a/src/main/java/act/util/ClassDetector.java
+++ b/src/main/java/act/util/ClassDetector.java
@@ -35,6 +35,7 @@ public abstract class ClassDetector extends ByteCodeVisitor {
private stat... | fix issue: the public and non abstract restriction not applied to AnnotationClassFinder | actframework_actframework | train |
ba37b4ba11eddcebe1eded3a37df962f385b3f8e | diff --git a/js2py/internals/simplex.py b/js2py/internals/simplex.py
index <HASH>..<HASH> 100644
--- a/js2py/internals/simplex.py
+++ b/js2py/internals/simplex.py
@@ -147,10 +147,10 @@ def js_dtoa(number):
elif number == 0.:
return u'0'
elif abs(number) < 1e-6 or abs(number) >= 1e21:
- frac, e... | Fix inconsistency between py2 and py3 jsdtoa | PiotrDabkowski_Js2Py | train |
4771e550d34d0f85bb9512f49d02be248324bfd0 | diff --git a/doc-src/HAML_CHANGELOG.md b/doc-src/HAML_CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/doc-src/HAML_CHANGELOG.md
+++ b/doc-src/HAML_CHANGELOG.md
@@ -3,6 +3,11 @@
* Table of contents
{:toc}
+## 2.2.10 (Unreleased)
+
+* Fixed a bug where elements with dynamic attributes and no content
+ would have too ... | [Haml] Fix a bug with elements with dynamic attributes and no content.
Closes gh-<I> | sass_ruby-sass | train |
4aa641e2fe20cf22c245d6cc0c10e90abbfc718d | diff --git a/lib/agent/providers/geo/index.js b/lib/agent/providers/geo/index.js
index <HASH>..<HASH> 100644
--- a/lib/agent/providers/geo/index.js
+++ b/lib/agent/providers/geo/index.js
@@ -9,7 +9,7 @@ function log_error(err, strategy) {
exports.get_location = function(cb) {
- strategies.google(google_cb)
+ str... | Fix geofencing trigger strategies tests | prey_prey-node-client | train |
fecd640b0a02122a060999662e159945cbb4d1e2 | diff --git a/fluids/units.py b/fluids/units.py
index <HASH>..<HASH> 100644
--- a/fluids/units.py
+++ b/fluids/units.py
@@ -399,7 +399,7 @@ for name in dir(fluids):
obj = wrap_numpydoc_obj(obj)
elif type(obj) is types.ModuleType:
# Functions accessed with the namespace like friction.friction_facto... | Trigger readthedocs build for new release | CalebBell_fluids | train |
2f9bf9f4182d303fb2a1515840a205229a5d56b6 | diff --git a/src/Presenters/DashboardPresenter.php b/src/Presenters/DashboardPresenter.php
index <HASH>..<HASH> 100644
--- a/src/Presenters/DashboardPresenter.php
+++ b/src/Presenters/DashboardPresenter.php
@@ -100,7 +100,9 @@ class DashboardPresenter extends AdminPresenter
$control = $factory->create()
... | Add support for date filter to `GoogleBarGraphGroup` and `GoogleLineGraphGroup`
remp/crm#<I> | remp2020_crm-subscriptions-module | train |
6bc8eb818327d6ad4172253deb20d4bd2a4674a1 | diff --git a/client/lib/purchases/stored-cards/store.js b/client/lib/purchases/stored-cards/store.js
index <HASH>..<HASH> 100644
--- a/client/lib/purchases/stored-cards/store.js
+++ b/client/lib/purchases/stored-cards/store.js
@@ -1,7 +1,21 @@
/**
+ * External Dependencies
+ */
+import assign from 'lodash/object/assig... | Purchases: Add method to retrieve a card by id in the Stored Cards store | Automattic_wp-calypso | train |
6847298f736575e86be2b0c51dda1899b2fce5ad | diff --git a/packages/bonde-admin-canary/src/scenes/Logged/scenes/Home/components/TableCardGadget.js b/packages/bonde-admin-canary/src/scenes/Logged/scenes/Home/components/TableCardGadget.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/scenes/Logged/scenes/Home/components/TableCardGadget.js
+++ b/p... | chore(admin-canary): remove layout absolute for pagination on Table | nossas_bonde-client | train |
8616b766b1a3d619e61bf31cdfcdad94dcecbae9 | diff --git a/src/oem/oem.go b/src/oem/oem.go
index <HASH>..<HASH> 100644
--- a/src/oem/oem.go
+++ b/src/oem/oem.go
@@ -74,7 +74,8 @@ func init() {
configs.Register(Config{
name: "ec2",
flags: map[string]string{
- "provider": "ec2",
+ "provider": "ec2",
+ "online-timeout": "0",
},
})
configs.R... | oem: remove timeout for EC2
We've seen cases if AWS taking <I> seconds to offer a DHCP lease. Rather
than playing cat and mouse with them, just remove the timeout
altogether. The emergency shell doesn't buy us anything anyway, given
that the console is not interactive. | coreos_ignition | train |
e76102ffd51d781bb5f714dc65293051fe896916 | diff --git a/lib/declarative_authorization/in_controller.rb b/lib/declarative_authorization/in_controller.rb
index <HASH>..<HASH> 100644
--- a/lib/declarative_authorization/in_controller.rb
+++ b/lib/declarative_authorization/in_controller.rb
@@ -416,6 +416,10 @@ module Authorization
# one. This is used to au... | Add :shallow option to filter_resource_access, allowing a nested resource to be declared as shallow.
This results in controller not attempting to load a parent object for the show, edit, update,
and destroy actions. | stffn_declarative_authorization | train |
ddda5c19cb4d5f2da6d630f85181d910c0b301bd | diff --git a/worker.rb b/worker.rb
index <HASH>..<HASH> 100644
--- a/worker.rb
+++ b/worker.rb
@@ -27,7 +27,7 @@ begin
puts "sending results for #{j[:id]}"
@results.yput({:id => j[:id],
- :result => result,
+ :output => result,
:retval => retval.to_... | changed :result to :output, so it's more meaningful | flapjack_flapjack | train |
2d7072afbc316cdc9c3dbfaabef6326ee0bdbdb2 | diff --git a/dark/bowtie2.py b/dark/bowtie2.py
index <HASH>..<HASH> 100644
--- a/dark/bowtie2.py
+++ b/dark/bowtie2.py
@@ -166,10 +166,11 @@ class Bowtie2(object):
raise ValueError('makeBAM() has not yet been called.')
self._report("removing primers specified in %s" % bedFile)
+ tempTrimm... | fixed naming issue with temporary bam file that resulted in concurency problems | acorg_dark-matter | train |
50153abc74e91b1f2ab914c2cf6d639f5e813087 | diff --git a/test/cases/coerced_tests.rb b/test/cases/coerced_tests.rb
index <HASH>..<HASH> 100644
--- a/test/cases/coerced_tests.rb
+++ b/test/cases/coerced_tests.rb
@@ -129,7 +129,7 @@ class CalculationsTest < ActiveRecord::TestCase
coerce_tests! :test_limit_is_kept
def test_limit_is_kept_coerced
- queries... | [Rails5] New SQL counter hacks and helper. | rails-sqlserver_activerecord-sqlserver-adapter | train |
8a298a274a3432c44343e091da0f62f5498b944e | diff --git a/workload/status/formatted.go b/workload/status/formatted.go
index <HASH>..<HASH> 100644
--- a/workload/status/formatted.go
+++ b/workload/status/formatted.go
@@ -7,6 +7,8 @@ import (
"strings"
)
+var allFields = strings.Split("unit machine id type payload-class tags status", " ")
+
type formattedPayl... | Factor out allFields. | juju_juju | train |
762074a35adac44efe12e19ce0e810a57cc335c8 | diff --git a/linux_backend/container_pool/container_pool.go b/linux_backend/container_pool/container_pool.go
index <HASH>..<HASH> 100644
--- a/linux_backend/container_pool/container_pool.go
+++ b/linux_backend/container_pool/container_pool.go
@@ -255,6 +255,7 @@ func (p *LinuxContainerPool) Create(spec warden.Container... | Remove container directory when create.sh fails
[#<I>] | cloudfoundry-attic_garden-linux | train |
e8f067238584e86cf750ff5807be581dc65612e4 | diff --git a/test/agent_test.rb b/test/agent_test.rb
index <HASH>..<HASH> 100644
--- a/test/agent_test.rb
+++ b/test/agent_test.rb
@@ -39,6 +39,12 @@ class AgentTest < Minitest::Test
end
def test_failed_entity_data_report
+ url = "http://#{::Instana.config[:agent_host]}:#{::Instana.config[:agent_port]}/com.i... | Call announce for a proper entity failure. | instana_ruby-sensor | train |
f65ad78f73aaf0df3223f8cd4dc98fc927348b6c | diff --git a/lib/sfn/command/destroy.rb b/lib/sfn/command/destroy.rb
index <HASH>..<HASH> 100644
--- a/lib/sfn/command/destroy.rb
+++ b/lib/sfn/command/destroy.rb
@@ -45,12 +45,17 @@ module Sfn
end
if config[:poll]
if stacks.size == 1
+ pstack = stacks.first
begin
- ... | Validate stack is destroyed after destroy polling | sparkleformation_sfn | train |
332ed6293166f07d81abb0689c1c9333b08acc6c | diff --git a/modules/backend/formwidgets/Repeater.php b/modules/backend/formwidgets/Repeater.php
index <HASH>..<HASH> 100644
--- a/modules/backend/formwidgets/Repeater.php
+++ b/modules/backend/formwidgets/Repeater.php
@@ -233,8 +233,8 @@ class Repeater extends FormWidgetBase
foreach ($items as $index => $gr... | Increment index count after new item is created
Effectively starts the repeater item indexes from 0 | octobercms_october | train |
0c16dc8650f7f0f149c4c2c5b315bd2b481f8073 | diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/util/HasContainer.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/util/HasContainer.java
index <HASH>..<HASH> 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/tra... | Add tests for g.V/E where string values of the id are present as a filter. | apache_tinkerpop | train |
3d653a7dd7b33ffaf7dc1ae65bfd624e6bcdd7ee | diff --git a/_updateversion.py b/_updateversion.py
index <HASH>..<HASH> 100644
--- a/_updateversion.py
+++ b/_updateversion.py
@@ -26,7 +26,7 @@ def updateversion(path=_HERE):
version_msg = "# Do not edit, pipeline versioning governed by git tags!"
with open(version_py,"w") as fh:
msg = "{0}__version... | [Issue <I>] PEP8 compliance 4 | ToFuProject_tofu | train |
91fbd650289fc4afd88dd1df1485b9f45bdf0424 | diff --git a/dopy/manager.py b/dopy/manager.py
index <HASH>..<HASH> 100755
--- a/dopy/manager.py
+++ b/dopy/manager.py
@@ -47,6 +47,9 @@ class DoManager(object):
ssh_key_ids[index] = str(ssh_key_ids[index])
params['ssh_keys'] = ssh_key_ids
json = self.request('/droplet... | Show full info on newly created droplet | Wiredcraft_dopy | train |
bcbb2984ad854a3f1031b6d0d4994cc4265b82e8 | diff --git a/src/Codesleeve/AssetPipeline/Commands/AssetsGenerateCommand.php b/src/Codesleeve/AssetPipeline/Commands/AssetsGenerateCommand.php
index <HASH>..<HASH> 100644
--- a/src/Codesleeve/AssetPipeline/Commands/AssetsGenerateCommand.php
+++ b/src/Codesleeve/AssetPipeline/Commands/AssetsGenerateCommand.php
@@ -29,14... | Fix An option named 'env' already exists LogicException | CodeSleeve_asset-pipeline | train |
cbc2f61d673dd38026473bd5dcf71b9370126dbc | diff --git a/src/main/php/Gomoob/Pushwoosh/Client/Pushwoosh.php b/src/main/php/Gomoob/Pushwoosh/Client/Pushwoosh.php
index <HASH>..<HASH> 100644
--- a/src/main/php/Gomoob/Pushwoosh/Client/Pushwoosh.php
+++ b/src/main/php/Gomoob/Pushwoosh/Client/Pushwoosh.php
@@ -76,20 +76,22 @@ class Pushwoosh implements IPushwoosh
... | Allow to use own url for API server | gomoob_php-pushwoosh | train |
625a1e3e187c411b5752433023f6d2c56bb25705 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,25 +1,37 @@
import io
import os
-import re
import sys
from setuptools import setup, find_packages
-THIS_DIR = os.path.dirname(__file__)
-sys.path.append(os.path.join(THIS_DIR, 'scripts'))
-import cosmic_ray_toolin... | Fixed tox-related CI problems. | sixty-north_cosmic-ray | train |
d372b539d0df9c3e851d87f07a5cebe7523d0394 | diff --git a/tests/test_expectations.py b/tests/test_expectations.py
index <HASH>..<HASH> 100644
--- a/tests/test_expectations.py
+++ b/tests/test_expectations.py
@@ -35,10 +35,10 @@ num_ind = 4
D_in = 2
D_out = 2
-Xmu = rng.randn(num_data, D_in)
-Xmu_markov = rng.randn(num_data + 1, D_in) # (N+1)xD
+Xmu = ctt(rng... | Removing ctt from non-parameters | GPflow_GPflow | train |
4277d40137a2729261ee00339dfbf2793159aacd | diff --git a/cephfs/cephfs_test.go b/cephfs/cephfs_test.go
index <HASH>..<HASH> 100644
--- a/cephfs/cephfs_test.go
+++ b/cephfs/cephfs_test.go
@@ -130,6 +130,11 @@ func TestChangeDir(t *testing.T) {
assert.NotEqual(t, dir1, dir2)
assert.Equal(t, dir1, "/")
assert.Equal(t, dir2, "/asdf")
+
+ err = mount.ChangeDir(... | cephfs: remove directory created in the ChangeDir test
The test function that exercises ChangeDir was creating a directory
and leaving it behind. Add some basic cleanup to the test to try
and avoid leaking stuff between test runs. | ceph_go-ceph | train |
4f55b6a5992c62208b7ebc5981a713c0f06dc994 | diff --git a/Command/SyncThumbsCommand.php b/Command/SyncThumbsCommand.php
index <HASH>..<HASH> 100644
--- a/Command/SyncThumbsCommand.php
+++ b/Command/SyncThumbsCommand.php
@@ -10,34 +10,48 @@
*/
namespace Sonata\MediaBundle\Command;
+use Symfony\Component\Console\Input\InputArgument;
+
use Sonata\MediaBundle\P... | renamed command, added arguments, removing old thumbs | sonata-project_SonataMediaBundle | train |
41944441367699bbfafcc023edffdae05e0875bf | diff --git a/cldoc/cmdgir.py b/cldoc/cmdgir.py
index <HASH>..<HASH> 100644
--- a/cldoc/cmdgir.py
+++ b/cldoc/cmdgir.py
@@ -344,7 +344,7 @@ class GirCursor:
def _extract_children(self):
children = []
- if self.typename in ['function', 'method', 'virtual-method']:
+ if self.typename in ['fun... | Added support for gobject constructors | jessevdk_cldoc | train |
e496194e0d98b281d3e6e79105549ee1c0aa6dc1 | diff --git a/tests/test_fandjango.py b/tests/test_fandjango.py
index <HASH>..<HASH> 100644
--- a/tests/test_fandjango.py
+++ b/tests/test_fandjango.py
@@ -551,4 +551,27 @@ class TestFacebookWebMiddleware(unittest.TestCase):
assert redirect_url == 'http://example.org/foo/bar/baz'
+ def test_querystring_r... | Added remove query param test. | jgorset_fandjango | train |
af21d6c96860c407d968e74512b6d85dd633d77d | diff --git a/pkg/wireguard/agent/agent.go b/pkg/wireguard/agent/agent.go
index <HASH>..<HASH> 100644
--- a/pkg/wireguard/agent/agent.go
+++ b/pkg/wireguard/agent/agent.go
@@ -98,6 +98,17 @@ func (a *Agent) Close() error {
// Init creates and configures the local WireGuard tunnel device.
func (a *Agent) Init(mtuConf... | wireguard: Add mutex in Init function
Previously, the Init() function did not lock the WireGuard agent under
the assumption that there can be no concurrent calls into the agent.
That assumption however is false, both Close() (via signal handler
cleanup) and UpdatePeer() (via node manager) can be called concurrently
wh... | cilium_cilium | train |
25555d27f8224ae356fc4fef3dc34d21981b8f35 | diff --git a/bids/layout/index.py b/bids/layout/index.py
index <HASH>..<HASH> 100644
--- a/bids/layout/index.py
+++ b/bids/layout/index.py
@@ -207,10 +207,10 @@ class BIDSLayoutIndexer(object):
with open(bf.path, 'r') as handle:
try:
payload = j... | Apply suggestions from code review
Use more specific exception classes. | bids-standard_pybids | train |
2d6bfd1937581e6fc277e81b39f4e986380e62d1 | diff --git a/src/Action/Controller.php b/src/Action/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Action/Controller.php
+++ b/src/Action/Controller.php
@@ -43,7 +43,7 @@ class Controller
/**
* Name of the layout to render.
*/
- public $layout = 'default';
+ public $layout = 'default.phtml'... | Add file extension for default controller layout. | nirix_radium | train |
4cf527e0b273d29196fac81347b25badb130ba18 | diff --git a/tests/test_bugs.py b/tests/test_bugs.py
index <HASH>..<HASH> 100644
--- a/tests/test_bugs.py
+++ b/tests/test_bugs.py
@@ -1,3 +1,4 @@
+import copy
import datetime
import responses
import json
@@ -467,3 +468,27 @@ def test_adding_new_field_to_existing_bug():
bug.alias = 'foobar'
diff = bug.diff... | Verify that bug._copy is updated after bug.update() | AutomatedTester_Bugsy | train |
c2e23c442f9df310d94ff9b44835096a43257001 | diff --git a/py3status/modules/pomodoro.py b/py3status/modules/pomodoro.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/pomodoro.py
+++ b/py3status/modules/pomodoro.py
@@ -34,7 +34,10 @@ class Py3status:
self.run = False
elif event['button'] == 3:
- self.__setup('break')
+ ... | A second right-click stops the ongoing break
In case a break is too long for you | ultrabug_py3status | train |
39c964604298f9a74e12039c8b63a7ef0009b104 | diff --git a/src/main/java/zmq/io/net/tcp/TcpUtils.java b/src/main/java/zmq/io/net/tcp/TcpUtils.java
index <HASH>..<HASH> 100644
--- a/src/main/java/zmq/io/net/tcp/TcpUtils.java
+++ b/src/main/java/zmq/io/net/tcp/TcpUtils.java
@@ -1,11 +1,13 @@
package zmq.io.net.tcp;
import java.io.IOException;
+import java.net.Se... | Make lib usable with Android API < <I> | zeromq_jeromq | train |
13375da89b658501ebcf3e0d69de434d0a8a868b | diff --git a/cirq/experiments/cross_entropy_benchmarking.py b/cirq/experiments/cross_entropy_benchmarking.py
index <HASH>..<HASH> 100644
--- a/cirq/experiments/cross_entropy_benchmarking.py
+++ b/cirq/experiments/cross_entropy_benchmarking.py
@@ -95,17 +95,17 @@ class CrossEntropyResult:
Attributes:
dat... | Fix duration documentation for Physical Z (#<I>)
* Fix duration documentation for Physical Z
- Adjust duration of physical Z to <I>ns.
- Add disclaimer and pointer to gate duration docs
- Fix other random indenting that sphinx is complaining about.
Fixes: #<I>
* Change args back to attributes.
* Update c... | quantumlib_Cirq | train |
be1978616c79cf69a4db56835687cc96f3c10ca8 | diff --git a/install.js b/install.js
index <HASH>..<HASH> 100644
--- a/install.js
+++ b/install.js
@@ -1,7 +1,7 @@
var binwrap = require("binwrap");
var path = require("path");
-var binVersion = "0.0.6";
+var binVersion = "0.0.7";
var root =
"https://github.com/zwilias/elm-instrument/releases/download/" + | Bump elm-instrument version to <I> | zwilias_elm-coverage | train |
245c682fdef0d68a11e22b57422c9a38e28cfcb1 | diff --git a/GVRf/Framework/framework/src/main/java/org/gearvrf/asynchronous/Throttler.java b/GVRf/Framework/framework/src/main/java/org/gearvrf/asynchronous/Throttler.java
index <HASH>..<HASH> 100644
--- a/GVRf/Framework/framework/src/main/java/org/gearvrf/asynchronous/Throttler.java
+++ b/GVRf/Framework/framework/src... | framework: propagate all exceptions openStream might throw | Samsung_GearVRf | train |
067ad5244ef4ee35365cb157439a7bfa1c17978d | diff --git a/src/services/Terminal.js b/src/services/Terminal.js
index <HASH>..<HASH> 100644
--- a/src/services/Terminal.js
+++ b/src/services/Terminal.js
@@ -1,4 +1,4 @@
-const {yellow, red, blue} = require('chalk');
+const {gray, yellow, red, blue} = require('chalk');
const readline = require('../lib/readline/readli... | Differentiate past commands prefix and prompt sequence
The blue command prompt sequence suggests interactivity. Past commands
should not be prefixed in the same way as the command prompt. Replace it
with a gray prompt sequence instead, similarly to browsers.
Change-Id: I1c<I>d<I>d<I>c<I>e6d<I>a4fb2c9a<I> | eclipsesource_tabris-js-cli | train |
23aa65f8a0d986e7c3958c42006f2fec1c0be306 | diff --git a/lib/stack_tracy/sinatra.rb b/lib/stack_tracy/sinatra.rb
index <HASH>..<HASH> 100644
--- a/lib/stack_tracy/sinatra.rb
+++ b/lib/stack_tracy/sinatra.rb
@@ -10,10 +10,9 @@ module StackTracy
def call(env)
request = ::Sinatra::Request.new env
- if request.path.match /^\/tracy-?(.*)?/
- ... | Improved StackTracy::Sinatra middleware a bit regarding the `/tracy` route | archan937_stack_tracy | train |
c75dc6580dd82f53dbd8b1e6565d1753805e4320 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -35,7 +35,8 @@ return array(
'taoDeliveryRdf' => '>=1.0',
'taoLti' => '>=5.0.0',
'taoResultServer' => '>=5.0.0',
- 'taoDelivery' => '>=9.0.0'
+ 'taoDelivery' => '>=9.0.0... | Added dependency for taoOutcomeUi extension | oat-sa_extension-tao-ltideliveryprovider | train |
d8e8fb2be11f214406a2c952cc83e386c58192ae | diff --git a/tensor2tensor/rl/trainer_model_based_params.py b/tensor2tensor/rl/trainer_model_based_params.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/rl/trainer_model_based_params.py
+++ b/tensor2tensor/rl/trainer_model_based_params.py
@@ -325,6 +325,14 @@ def rlmb_base_stochastic_discrete():
@registry.regi... | Added longer model training option for RLMB
PiperOrigin-RevId: <I> | tensorflow_tensor2tensor | train |
2e4c1c86ed59877cc029130bc4b826032a04e9a5 | diff --git a/django_q/brokers/disque.py b/django_q/brokers/disque.py
index <HASH>..<HASH> 100644
--- a/django_q/brokers/disque.py
+++ b/django_q/brokers/disque.py
@@ -23,6 +23,8 @@ class Disque(Broker):
return self.connection.execute_command('ACKJOB {}'.format(task_id))
def ping(self):
+ if Conf.... | Adds extra AUTH before PING | Koed00_django-q | train |
2263a76f4d97ef4f3d93e4b45a31e8c3e522e589 | diff --git a/superset/utils/webdriver.py b/superset/utils/webdriver.py
index <HASH>..<HASH> 100644
--- a/superset/utils/webdriver.py
+++ b/superset/utils/webdriver.py
@@ -138,7 +138,6 @@ class WebDriverProxy:
img = element.screenshot_as_png
except TimeoutException:
logger.warning("Sel... | remove eleement reference (#<I>) | apache_incubator-superset | train |
921736e431c78c4e50ada1bbe67aaf0099a1f07a | diff --git a/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java
index <HASH>..<HASH> 100644
--- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java
+++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.ja... | [Java] Error formatting. | real-logic_aeron | train |
abb9bd853ff1b6c0a39953d0ab0a4defe7901032 | diff --git a/dockerclient.go b/dockerclient.go
index <HASH>..<HASH> 100644
--- a/dockerclient.go
+++ b/dockerclient.go
@@ -441,15 +441,39 @@ func (client *DockerClient) MonitorEvents(options *MonitorEventsOptions, stopCha
}
if options.Filters != nil {
filterMap := make(map[string][]string)
- if len(options.... | Allow filtering events on multiple event/containers/images | samalba_dockerclient | train |
329d98a28f2b1fb7305582df2dee5a31e380757a | diff --git a/src/math/observable_vector3.js b/src/math/observable_vector3.js
index <HASH>..<HASH> 100644
--- a/src/math/observable_vector3.js
+++ b/src/math/observable_vector3.js
@@ -424,7 +424,7 @@
var y = this._y;
return this._set(
x * Math.cos(angle) - y * Math.sin(angle),
... | [#<I>] fixed the `perp` function in `me.ObservableVector3d` and improved all test cases | melonjs_melonJS | train |
9420d962a58f3399d82ebe9b9eee517638157be0 | diff --git a/code/plugins/koowa/default.php b/code/plugins/koowa/default.php
index <HASH>..<HASH> 100644
--- a/code/plugins/koowa/default.php
+++ b/code/plugins/koowa/default.php
@@ -10,11 +10,48 @@
/**
* Default Koowa plugin
+ *
+ * Koowa plugins can handle a number of events that are dynamically generated. The ... | Added documentation and loadLanguage function to offer same functionality as a Joomla plugin. | timble_kodekit | train |
6e521f09980d23c718c9765473198bbd0a6a97c8 | diff --git a/lib/puppet-lint/plugins.rb b/lib/puppet-lint/plugins.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet-lint/plugins.rb
+++ b/lib/puppet-lint/plugins.rb
@@ -28,13 +28,13 @@ class PuppetLint
def self.gem_directories
if has_rubygems?
if Gem::Specification.respond_to? :latest_specs
- ... | Remove other versions of puppet-lint from the plugin search path | rodjek_puppet-lint | train |
dac8ec39e6a57cddf73010b7fe29624089c73f8f | diff --git a/lib/api_resources/root.js b/lib/api_resources/root.js
index <HASH>..<HASH> 100644
--- a/lib/api_resources/root.js
+++ b/lib/api_resources/root.js
@@ -31,7 +31,7 @@ RootResource.prototype.list = function(env, next) {
var peerQuery = {
match: function(obj) {
- return obj.direction === 'accepto... | Only displaying connected peers in root of api. Added logging for peers connecting on the server side | zettajs_zetta | train |
666d271d98dec24b4840401c9fe58fb3ea6503d8 | diff --git a/src/gulpglob.js b/src/gulpglob.js
index <HASH>..<HASH> 100644
--- a/src/gulpglob.js
+++ b/src/gulpglob.js
@@ -107,9 +107,6 @@ const GulpGlob = SingletonFactory(SimpleGulpGlob, [
},
});
-GulpGlob.getDefaults = SimpleGulpGlob.getDefaults;
-GulpGlob.setDefaults = SimpleGulpGlob.setDefaults;
-
SimpleGul... | Retired global options
Just use ctor and methods options | jlenoble_gulpglob | train |
27a8ea637e29e78181d5b0259935ffc77c4e1832 | diff --git a/gtm.go b/gtm.go
index <HASH>..<HASH> 100644
--- a/gtm.go
+++ b/gtm.go
@@ -810,11 +810,56 @@ func (this *Op) matchesDirectFilter(options *Options) bool {
return options.DirectReadFilter == nil || options.DirectReadFilter(this)
}
+func normalizeDocSlice(a []interface{}) []interface{} {
+ var avs []inter... | deep convert bson specific types to generic map and slice | rwynn_gtm | train |
48efd438f4c00d6a4d36c5fc922fc0943fd37baf | diff --git a/base/app/models/channel.rb b/base/app/models/channel.rb
index <HASH>..<HASH> 100644
--- a/base/app/models/channel.rb
+++ b/base/app/models/channel.rb
@@ -57,4 +57,9 @@ class Channel < ActiveRecord::Base
def reflexive?
author_id == owner_id
end
+
+ # Is the author represented in this {Channel}?
... | Add group to user_author contacts. Fixes #<I> | ging_social_stream | train |
02134321aa8a265d1ac3bb08fced4190ae3e16de | diff --git a/QuickBooks/Callbacks/SQL/Callbacks.php b/QuickBooks/Callbacks/SQL/Callbacks.php
index <HASH>..<HASH> 100644
--- a/QuickBooks/Callbacks/SQL/Callbacks.php
+++ b/QuickBooks/Callbacks/SQL/Callbacks.php
@@ -5710,8 +5710,8 @@ class QuickBooks_Callbacks_SQL_Callbacks
<QBXML>
<QBXMLMsgsRq onError="' . QUI... | SQL mirror fix for sales tax items. | consolibyte_quickbooks-php | train |
efde1d516e9dfcf71a1d2559d1ab4d1718936ef6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,13 +10,13 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
setup(
name = 'AsyncUrban',
packages = ['AsyncUrban'],
- version = '0.1.3',
+ version = '0.1.4',
description = 'An asynchr... | fix setup.py to show proper version | Naught0_asyncurban | train |
bb9419705dbf9222d29ecbbd866ca850af619330 | diff --git a/src/config/config.php b/src/config/config.php
index <HASH>..<HASH> 100644
--- a/src/config/config.php
+++ b/src/config/config.php
@@ -33,7 +33,7 @@ return array(
// Switch to the stylesheets directory and require the "less" and "sass" directories.
// These directories both have a ... | Adjusting the default config and application collection. | Marwelln_basset | train |
7ecc7fbfe6971a1029c03b5ca3014e5bb93740fd | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -157,7 +157,9 @@
'new Boolean(' + recur(x.valueOf()) + ')' :
x.toString();
case 'Date':
- return 'new Date(' + quote(x.toISOString()) + ')';
+ return 'new Date(' +
+ (is... | handle "Invalid Date" in show | sanctuary-js_sanctuary-def | train |
528f35b6ecc8bdcbe5f04274c31cce4cca8fe2a3 | diff --git a/pymola/tree.py b/pymola/tree.py
index <HASH>..<HASH> 100644
--- a/pymola/tree.py
+++ b/pymola/tree.py
@@ -94,12 +94,66 @@ class TreeListener(object):
def exitClass(self, tree):
pass
+ def enterImportAsClause(self, tree):
+ pass
+
+ def exitImportAsClause(self, tree):
+ p... | Add missing methods to TreeListener | pymoca_pymoca | train |
73cf0dcace8887a26f92cb5f48510ecb6914d8bb | diff --git a/structr-core/src/main/java/org/structr/common/fulltext/Indexable.java b/structr-core/src/main/java/org/structr/common/fulltext/Indexable.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/common/fulltext/Indexable.java
+++ b/structr-core/src/main/java/org/structr/common/fulltext/... | Modified internal transaction class to allow notifications to be disabled locally (using
App#tx()) AND remotely (using SecurityContext#setDoNotifications()), removed contentType,
extractedContent, indexedWords from public view of interface Indexable. | structr_structr | train |
94f050f9e29ed3f9a7b6718c535523209c4fdf20 | diff --git a/src/DB/Codeigniter4Adapter.php b/src/DB/Codeigniter4Adapter.php
index <HASH>..<HASH> 100644
--- a/src/DB/Codeigniter4Adapter.php
+++ b/src/DB/Codeigniter4Adapter.php
@@ -66,4 +66,17 @@ class Codeigniter4Adapter extends DBAdapter
return '?';
}
-}
\ No newline at end of file
+
+ /**
+ ... | add ci4 builder class support | n1crack_datatables | train |
888846a8ce7e25c3d80e5f0de7412e93331aaec2 | diff --git a/lib/que/worker.rb b/lib/que/worker.rb
index <HASH>..<HASH> 100644
--- a/lib/que/worker.rb
+++ b/lib/que/worker.rb
@@ -37,7 +37,7 @@ module Que
begin
count = job[:error_count] + 1
- interval = (klass.retry_interval if klass) || Job.retry_interval
+ interval... | Reimplement fix for issue #<I> with the new worker system. | chanks_que | train |
7744ab63c79b3a86bdeb1ce37aff1d644ace02ae | diff --git a/lib/s3/object.rb b/lib/s3/object.rb
index <HASH>..<HASH> 100644
--- a/lib/s3/object.rb
+++ b/lib/s3/object.rb
@@ -9,7 +9,7 @@ module S3
attr_reader :last_modified, :etag, :size, :bucket, :key, :acl, :storage_class, :metadata
attr_writer :content
- def_instance_delegators :bucket, :name, :ser... | Trying to get rid of private method warning | qoobaa_s3 | train |
ff63e4300b847807e5d6f44ed0829870d472ec88 | diff --git a/providers/discord/discord.go b/providers/discord/discord.go
index <HASH>..<HASH> 100644
--- a/providers/discord/discord.go
+++ b/providers/discord/discord.go
@@ -126,14 +126,8 @@ func userFromReader(r io.Reader, user *goth.User) error {
user.Name = u.Name
user.Email = u.Email
- user.NickName = "No ni... | Removed commented out code.
Remove unneeded fields. | markbates_goth | train |
72d42eea006645895ca2928eb59df7754c731e61 | diff --git a/lib/knife-solo/node_config_command.rb b/lib/knife-solo/node_config_command.rb
index <HASH>..<HASH> 100644
--- a/lib/knife-solo/node_config_command.rb
+++ b/lib/knife-solo/node_config_command.rb
@@ -2,6 +2,7 @@ module KnifeSolo
module NodeConfigCommand
def self.load_deps
+ require 'fileutils'... | Create the directory for node_config if it does not exist | matschaffer_knife-solo | train |
df66d9f693473c2ddb1230432a15c691300479b2 | diff --git a/lib/formulaic/inputs/checkbox_input.rb b/lib/formulaic/inputs/checkbox_input.rb
index <HASH>..<HASH> 100644
--- a/lib/formulaic/inputs/checkbox_input.rb
+++ b/lib/formulaic/inputs/checkbox_input.rb
@@ -28,8 +28,17 @@ module Formulaic
"input[type='checkbox'][name='#{label.model_name}[#{label.attrib... | Allow assocation checkboxes to be filled
For an input such as `f.association :friends, as: :check_boxes`, we can
now `fill_form(:user, friends: ['Caleb', 'Rufino'])` and check the
appropriate boxes. | thoughtbot_formulaic | train |
60925de5c4564a7df5b16255e33db4fa410a7ff1 | diff --git a/src/rinoh/float.py b/src/rinoh/float.py
index <HASH>..<HASH> 100644
--- a/src/rinoh/float.py
+++ b/src/rinoh/float.py
@@ -40,8 +40,8 @@ class ImageState(HorizontallyAlignedFlowableState):
class ImageBase(Flowable):
def __init__(self, filename_or_file, scale=1.0, width=None, height=None,
- ... | Image: optionally limit the width of large images
Make use of this in the rST/Sphinx frontends to simulate Sphinx's LaTeX
builder's behavior. | brechtm_rinohtype | train |
276a40c1fc12a03ddb5dc53f65f365cb9cd8e5e8 | diff --git a/simple_blobstore_server/lib/simple_blobstore_server.rb b/simple_blobstore_server/lib/simple_blobstore_server.rb
index <HASH>..<HASH> 100644
--- a/simple_blobstore_server/lib/simple_blobstore_server.rb
+++ b/simple_blobstore_server/lib/simple_blobstore_server.rb
@@ -59,38 +59,49 @@ module Bosh
@aut... | support suggesting object id to blobstore server | cloudfoundry_bosh | train |
552f7c20095cf25c91796243676c6fd5b780a291 | diff --git a/model_utils/fields.py b/model_utils/fields.py
index <HASH>..<HASH> 100644
--- a/model_utils/fields.py
+++ b/model_utils/fields.py
@@ -195,7 +195,7 @@ class SplitField(models.TextField):
value = self._get_val_from_obj(obj)
return value.content
- def get_db_prep_value(self, value):
+ ... | Fixed #2 - Updated SplitField for <I>-style prep_value method. | jazzband_django-model-utils | train |
58b3f3ac682c842c0963a3859c59ba50c32d840c | diff --git a/src/LiveControl/EloquentDataTable/DataTable.php b/src/LiveControl/EloquentDataTable/DataTable.php
index <HASH>..<HASH> 100644
--- a/src/LiveControl/EloquentDataTable/DataTable.php
+++ b/src/LiveControl/EloquentDataTable/DataTable.php
@@ -162,6 +162,12 @@ class DataTable
$names[] = $column-... | Added fix for querying over multiple tables where columns are ambigious. | LiveControl_EloquentDataTable | train |
bc261b8e5979bcaf512f798d39f5432e5833f9b8 | diff --git a/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/ParallelScanTask.java b/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/ParallelScanTask.java
index <HASH>..<HASH> 100644
--- a/aws-java-sdk-dynamodb/src/main/java/com/amazonaws/services/dy... | Fix issue #<I> - Exception in Parallel Scan causes application to hang | aws_aws-sdk-java | train |
b61c6f646fd89e4b13ccca21503a651e0bb8b692 | diff --git a/survival/column.py b/survival/column.py
index <HASH>..<HASH> 100644
--- a/survival/column.py
+++ b/survival/column.py
@@ -126,8 +126,8 @@ def encode_categorical(table, **kwargs):
if series is None:
continue
- # join tables on index
- new_table =... | BUG: encode_categorical creates additional rows if index contains duplicates
DataFrame.join performs a database-style join, which means it creates one row for each
combination. For instance, if there is one index that appears twice, the resulting DataFrame
will contain 4 rows with this key. | sebp_scikit-survival | train |
4a2655eaf11997539d27567df3e0d0f105f77508 | diff --git a/lib/endpoints/class-wp-rest-posts-controller.php b/lib/endpoints/class-wp-rest-posts-controller.php
index <HASH>..<HASH> 100755
--- a/lib/endpoints/class-wp-rest-posts-controller.php
+++ b/lib/endpoints/class-wp-rest-posts-controller.php
@@ -70,6 +70,8 @@ class WP_REST_Posts_Controller extends WP_REST_Cont... | Ensure `GET /wp/v2/posts` respects `order` and `orderby` params
Also changes default to `orderby=>desc`, consistent with WP_Query | WP-API_WP-API | train |
30b0c943a07059cdf8bed7eb4f2426100ef5d108 | diff --git a/lib/cassandra_migrations/migration/table_operations.rb b/lib/cassandra_migrations/migration/table_operations.rb
index <HASH>..<HASH> 100644
--- a/lib/cassandra_migrations/migration/table_operations.rb
+++ b/lib/cassandra_migrations/migration/table_operations.rb
@@ -11,6 +11,12 @@ module CassandraMigrations... | Added operations 'drop_table' to migrations. | hsgubert_cassandra_migrations | train |
5c5d065e2eb3b19f1f45225d5950af6ddbc6892f | diff --git a/lib/rom/constants.rb b/lib/rom/constants.rb
index <HASH>..<HASH> 100644
--- a/lib/rom/constants.rb
+++ b/lib/rom/constants.rb
@@ -22,6 +22,12 @@ module ROM
UnsupportedRelationError = Class.new(StandardError)
MissingAdapterIdentifierError = Class.new(StandardError)
+ MissingSchemaClassError = Class... | Raise a meaningful error when schema_class is not set
Closes #<I> | rom-rb_rom | train |
af0e4bef5b14975685752869c5b8c20698229c6f | diff --git a/rejected/consumer.py b/rejected/consumer.py
index <HASH>..<HASH> 100644
--- a/rejected/consumer.py
+++ b/rejected/consumer.py
@@ -944,10 +944,8 @@ class Consumer(object):
:rtype: pika.BasicProperties
"""
- if not properties_in:
- return
properties = pika.Basic... | Always return properties, even if None | gmr_rejected | train |
f8a841bfb851474aa85401b85e45be52cc068843 | diff --git a/components/tabs/dumb-tabs.js b/components/tabs/dumb-tabs.js
index <HASH>..<HASH> 100644
--- a/components/tabs/dumb-tabs.js
+++ b/components/tabs/dumb-tabs.js
@@ -60,7 +60,7 @@ export default class Tabs extends PureComponent {
innerClassName={titleClasses}
className={titleClasses}
... | [RING-UI-CR-<I>] Tabs. Change onClick to onPlainLeftClick to prevent change the url inside the current opened window. | JetBrains_ring-ui | train |
645ae4e411b35c5b20ae1bfd2debddbccfc9e9bd | diff --git a/src/Repository.php b/src/Repository.php
index <HASH>..<HASH> 100755
--- a/src/Repository.php
+++ b/src/Repository.php
@@ -50,23 +50,23 @@ class Repository {
}
/**
- * Delete an entity from the database
+ * Delete an entity or an entity collection from the database
*
- * @param \Analogue\ORM\... | Support for Store/Delete on Collections | analogueorm_analogue | train |
517a72808886e010624316b441c0b1439d9233ee | diff --git a/src/Util/Base64Serialize.php b/src/Util/Base64Serialize.php
index <HASH>..<HASH> 100644
--- a/src/Util/Base64Serialize.php
+++ b/src/Util/Base64Serialize.php
@@ -53,13 +53,12 @@ class Base64Serialize
}
/**
- * @param string $object
+ * @param string $objectData
* @param mixed $opt... | Rename vars to be more descriptive | Nosto_nosto-php-sdk | train |
b67a6d80a19b6976f6450bffafc12a0a590b2568 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -36,7 +36,7 @@ var namehash = ENS.prototype.namehash;
* var registrar = new Registrar(web3)
*
* // On Ropsten with the public ENS registry
- * registrar.initDefault();
+ * registrar.init();
* ... | Simplify to a single constructor
variables will default to the ropsten deployment. | maurelian_eth-registrar-ens | train |
aeb84e6fe9ae8b6045a509081e54340fa5ff1f70 | diff --git a/Entities.js b/Entities.js
index <HASH>..<HASH> 100644
--- a/Entities.js
+++ b/Entities.js
@@ -212,7 +212,7 @@ class EntitiesFactory
{
return reservedKeys.indexOf(name) >= 0;
}
-
+ //Just creates the object, does not instanciate
create(name)
{
if (this.isReserved(name))
@@ -228,6 +228... | first stable version for dependency injection, WIP on remaining tests | tcardoso2_vermon | train |
bc470d9da2a2bac1e004389413feff7ed9d2f705 | diff --git a/leveldb/db_compaction.go b/leveldb/db_compaction.go
index <HASH>..<HASH> 100644
--- a/leveldb/db_compaction.go
+++ b/leveldb/db_compaction.go
@@ -131,7 +131,13 @@ haserr:
}
}
-func (d *DB) compactionTransact(name string, exec, rollback func() error) {
+type compactionTransactCounter int
+
+func (cnt *... | levledb: Add exponential backoff to compaction transact | FactomProject_goleveldb | train |
f0b4218f59abe7d68350ddf350179fe9d686b7ca | diff --git a/simulator/src/main/java/com/hazelcast/simulator/worker/tasks/AbstractWorker.java b/simulator/src/main/java/com/hazelcast/simulator/worker/tasks/AbstractWorker.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/worker/tasks/AbstractWorker.java
+++ b/simulator/src/main/jav... | Fixed CheckStyle issues in AbstractWorker and SyntheticTest. | hazelcast_hazelcast-simulator | train |
38575e0f18343752ccdbc656e232211328b601cf | diff --git a/www/src/py_int.js b/www/src/py_int.js
index <HASH>..<HASH> 100644
--- a/www/src/py_int.js
+++ b/www/src/py_int.js
@@ -697,9 +697,7 @@ int.$factory = function(value, base){
if(_pre == "0X"){base = 16}
}else if(_pre == "0X" && base != 16){invalid(_value, base)}
else... | Fix bug in int(s, <I>) when s starts with 0B, eg int("0BFE", <I>) | brython-dev_brython | train |
731d5dda4361ea8ca0f33ddd4bb60ca79fb4ec4a | diff --git a/pyhsmm/internals/hmm_states.py b/pyhsmm/internals/hmm_states.py
index <HASH>..<HASH> 100644
--- a/pyhsmm/internals/hmm_states.py
+++ b/pyhsmm/internals/hmm_states.py
@@ -471,14 +471,20 @@ class HMMStatesPython(_StatesBase):
if most_recently_updated:
return self._normalizer
el... | fix up vlb calculation when state factor is out of date | mattjj_pyhsmm | train |
a1d22606fb3232f21c99813d14e0892202901581 | diff --git a/fileobserver-impl/src/main/java/ch/sourcepond/io/fileobserver/impl/fs/DedicatedFileSystem.java b/fileobserver-impl/src/main/java/ch/sourcepond/io/fileobserver/impl/fs/DedicatedFileSystem.java
index <HASH>..<HASH> 100644
--- a/fileobserver-impl/src/main/java/ch/sourcepond/io/fileobserver/impl/fs/DedicatedFi... | Check attributes of newly created files that it is not empty before continuing processing | SourcePond_fileobserver | train |
06a9cb5d0f568eb5e04b3b87e1352630a07db646 | diff --git a/client/dispatch.go b/client/dispatch.go
index <HASH>..<HASH> 100644
--- a/client/dispatch.go
+++ b/client/dispatch.go
@@ -122,7 +122,7 @@ func (hs *hSet) dispatch(conn *Conn, line *Line) {
return
}
for hn := list.start; hn != nil; hn = hn.next {
- go hn.Handle(conn, line)
+ go hn.Handle(conn, line... | Give each handler its own copy of *Line.
Thanks to Kevin Ballard for the suggestion. | fluffle_goirc | train |
19c4ef1d44ca8044f402a30225cd0d1fa0030164 | diff --git a/test/resolve-sass-paths.js b/test/resolve-sass-paths.js
index <HASH>..<HASH> 100644
--- a/test/resolve-sass-paths.js
+++ b/test/resolve-sass-paths.js
@@ -14,19 +14,17 @@ function subdir(dir) {
return dir.slice(fixtures.length);
}
-
test('\nresolving sass paths starting in the fixtures main directory... | fixing resolve tests to work independent of order | thlorenz_sass-resolve | train |
79407432647c88b66932bae8cf5e227a21a3a572 | diff --git a/policyuniverse/tests/test_policy.py b/policyuniverse/tests/test_policy.py
index <HASH>..<HASH> 100644
--- a/policyuniverse/tests/test_policy.py
+++ b/policyuniverse/tests/test_policy.py
@@ -138,7 +138,7 @@ class PolicyTestCase(unittest.TestCase):
self.assertEqual(
summary,
... | Added permissions to EC2 | Netflix-Skunkworks_policyuniverse | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.