hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
306f90c2fe71b94680a878286fe3cd5f87271c08 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,6 +1,6 @@
'use strict';
-var is = require('is_js');
+var is = require('fi-is');
var fs = require('fs-extra');
var path = require('path');
var os = require('os');
diff --git a/lib/save.js b/lib/save.js
... | Replaced is_js with fi-is | FinalDevStudio_fi-fileman | train |
ee5db8eee95cdd326ff973cb4e3916b56eca3155 | diff --git a/views/js/qtiRunner/core/Renderer.js b/views/js/qtiRunner/core/Renderer.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiRunner/core/Renderer.js
+++ b/views/js/qtiRunner/core/Renderer.js
@@ -145,22 +145,14 @@ define([
/**
* The built Renderer class
* @constructor
- * @param {Object} [op... | add the asset manager to the QTI Renderer | oat-sa_extension-tao-itemqti | train |
7d171f575f22d7c6bd3addc2905fd823f514ae74 | diff --git a/lib/ronin/network/http/proxy.rb b/lib/ronin/network/http/proxy.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/network/http/proxy.rb
+++ b/lib/ronin/network/http/proxy.rb
@@ -29,10 +29,21 @@ module Ronin
#
# Creates a new Proxy object that represents a proxy to connect to.
#
- ... | Allow options to be passed into Proxy.new. | ronin-ruby_ronin | train |
0e12b4d967fb5ca07e29de832ef4d49e956f821a | diff --git a/lib/sensu/api/process.rb b/lib/sensu/api/process.rb
index <HASH>..<HASH> 100644
--- a/lib/sensu/api/process.rb
+++ b/lib/sensu/api/process.rb
@@ -665,9 +665,10 @@ module Sensu
response = Array.new
settings.redis.smembers("aggregates:#{aggregate}") do |aggregate_members|
unless ... | [aggregates-<I>] tested and fixed aggregate clients and checks | sensu_sensu | train |
f23d03ba96b691295f30db288dd927eea48bdea4 | diff --git a/src/java/voldemort/client/AbstractStoreClientFactory.java b/src/java/voldemort/client/AbstractStoreClientFactory.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/client/AbstractStoreClientFactory.java
+++ b/src/java/voldemort/client/AbstractStoreClientFactory.java
@@ -106,7 +106,6 @@ public abstra... | Fixed case with statsTrackingStore not being wrapped around properly
with DynamicTimeoutStoreClient since ser. and compression were disabled | voldemort_voldemort | train |
a7c4d1c1e5eb0247b94528e0aada4f531a3c8896 | diff --git a/lib/mshoplib/tests/Perf/CatalogIndexTest.php b/lib/mshoplib/tests/Perf/CatalogIndexTest.php
index <HASH>..<HASH> 100644
--- a/lib/mshoplib/tests/Perf/CatalogIndexTest.php
+++ b/lib/mshoplib/tests/Perf/CatalogIndexTest.php
@@ -48,31 +48,6 @@ class Perf_CatalogIndexTest extends MW_Unittest_Testcase
$resul... | removed rebuildIndex() from performance tests | Arcavias_arcavias-core | train |
da205438df575f961e0d6d0a1051b0c682b35a60 | diff --git a/src/main/java/water/Job.java b/src/main/java/water/Job.java
index <HASH>..<HASH> 100644
--- a/src/main/java/water/Job.java
+++ b/src/main/java/water/Job.java
@@ -700,10 +700,10 @@ public abstract class Job extends Func {
@Override protected void init() {
super.init();
// Reject request i... | Manual rever of deducing value of classification parameter to
make Jenkins happy. | h2oai_h2o-2 | train |
49dbe99df4c2847d300ff0bd39c505b85b47702b | diff --git a/lib/marionette_dust/version.rb b/lib/marionette_dust/version.rb
index <HASH>..<HASH> 100644
--- a/lib/marionette_dust/version.rb
+++ b/lib/marionette_dust/version.rb
@@ -1,3 +1,3 @@
module MarionetteDust
- VERSION = "0.0.3"
+ VERSION = "0.1.0"
end | [ Version Changes ]
- Updated the gem version | roperzh_marionette_dust-rails | train |
c16399f3bf7de2710ea89ffb8d120e0e22329591 | diff --git a/hwt/hdlObjects/types/booleanVal.py b/hwt/hdlObjects/types/booleanVal.py
index <HASH>..<HASH> 100644
--- a/hwt/hdlObjects/types/booleanVal.py
+++ b/hwt/hdlObjects/types/booleanVal.py
@@ -122,13 +122,14 @@ class BooleanVal(Value):
def _ternary__val(self, ifTrue, ifFalse):
if self.val:
- ... | fix BooleanVal._ternary__val was damaging values | Nic30_hwt | train |
6b600568bc88f3b8d192fdc948244926072968f0 | diff --git a/manager/state/store/memory.go b/manager/state/store/memory.go
index <HASH>..<HASH> 100644
--- a/manager/state/store/memory.go
+++ b/manager/state/store/memory.go
@@ -271,13 +271,20 @@ func (s *MemoryStore) Update(cb func(state.Tx) error) error {
}
type batch struct {
- tx tx
- stor... | store: Use protobuf Size method for size calculation
This is cheaper than the original approach of marshalling every object
twice. It avoids the short-term need to switch to a streaming approach
for writing out transactions. | docker_swarmkit | train |
8900057419e8b488ed7c7d09884e654a1810adba | diff --git a/src/atoms/TextComponent/index.js b/src/atoms/TextComponent/index.js
index <HASH>..<HASH> 100644
--- a/src/atoms/TextComponent/index.js
+++ b/src/atoms/TextComponent/index.js
@@ -18,7 +18,7 @@ function TextComponent( props ) {
className,
} = props;
- const kids = typeof(children.type) === "functi... | Update Form Fields to take in an object or string as a label | policygenius_athenaeum | train |
48e62997338b5ba6550818f90249f884cc1fd033 | diff --git a/Stub/StubIntlDateFormatter.php b/Stub/StubIntlDateFormatter.php
index <HASH>..<HASH> 100644
--- a/Stub/StubIntlDateFormatter.php
+++ b/Stub/StubIntlDateFormatter.php
@@ -29,7 +29,25 @@ class StubIntlDateFormatter
const TRADITIONAL = 0;
const GREGORIAN = 1;
+ private $defaultDateFormats = arr... | [Locale] support standard date and time types if no format is set, refactoring and more tests | symfony_locale | train |
f23274e84a44cfe2b51607147dba4c151f735dee | diff --git a/lib/capybara.rb b/lib/capybara.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara.rb
+++ b/lib/capybara.rb
@@ -371,6 +371,10 @@ module Capybara
def HTML(html) # rubocop:disable Naming/MethodName
if Nokogiri.respond_to?(:HTML5) && Capybara.allow_gumbo # Nokogumbo installed and allowed for use
... | template content should not be part of the document | teamcapybara_capybara | train |
965dae91887f98f5fdec4758eb42336574828efc | diff --git a/lib/resources/Customers.js b/lib/resources/Customers.js
index <HASH>..<HASH> 100644
--- a/lib/resources/Customers.js
+++ b/lib/resources/Customers.js
@@ -144,6 +144,12 @@ module.exports = StripeResource.extend({
urlParams: ['customerId', 'sourceId'],
}),
+ verifySource: stripeMethod({
+ metho... | Add the ability to verify a customer source | stripe_stripe-node | train |
f0b529e0a9cf5c5771f73af3384aef9a624e983d | diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php
index <HASH>..<HASH> 100644
--- a/lib/ajax/ajaxlib.php
+++ b/lib/ajax/ajaxlib.php
@@ -849,7 +849,7 @@ class required_skip_link extends linked_requirement {
}
public function get_html() {
- return '<a class="skip" href="#' . $this->url . '">' . ... | ajaxlib MDL-<I> Squashed minor XHTML compliance issue, wrapped an :a: in a :div: | moodle_moodle | train |
d2d05be3ab83e385de45bc78be1a591c4b4adfda | diff --git a/timeseries/time_series.py b/timeseries/time_series.py
index <HASH>..<HASH> 100644
--- a/timeseries/time_series.py
+++ b/timeseries/time_series.py
@@ -162,10 +162,14 @@ class TimeSeriesGroup(MutableMapping):
colours_pos += 1
if not overlay:
pylab.subplot(plots, 1, ... | Hide labels when plotting time series groups | chriso_timeseries | train |
53b3c30156f454d6984e51aad18da963114ac2a4 | diff --git a/lib/watch/watcher.go b/lib/watch/watcher.go
index <HASH>..<HASH> 100644
--- a/lib/watch/watcher.go
+++ b/lib/watch/watcher.go
@@ -237,7 +237,9 @@ func (w *Watcher) Observe() {
if cbs, exist := w.watched[dir]; ev.Op&fsnotify.Create != 0 && exist {
for _, cb := range cbs {
if c, ok := cb.(F... | Fixed watch package lock problem
we were not unlocking the watcher before calling the callbacks
so if one of the callbacks wanted to watch sth else we would stuck
on a dead lock what we should do is unlock the lock before the
callback and lock it again after the callback finished | limetext_backend | train |
2418c6aca134a609e41debae284431022d0a621d | diff --git a/aio/tools/transforms/angular-base-package/post-processors/add-image-dimensions.js b/aio/tools/transforms/angular-base-package/post-processors/add-image-dimensions.js
index <HASH>..<HASH> 100644
--- a/aio/tools/transforms/angular-base-package/post-processors/add-image-dimensions.js
+++ b/aio/tools/transform... | refactor(docs-infra): refactors `addImageDimensionsImpl` (#<I>)
This commit changes the `addImageDimensionsImpl` method to reduce
nesting. It will exit early, if the conditions are not matched.
PR Close #<I> | angular_angular | train |
c771f54a57c458225d9bc1435f173c76876a41ca | diff --git a/src/main/java/org/jutils/jhardware/info/os/unix/UnixOSInfo.java b/src/main/java/org/jutils/jhardware/info/os/unix/UnixOSInfo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jutils/jhardware/info/os/unix/UnixOSInfo.java
+++ b/src/main/java/org/jutils/jhardware/info/os/unix/UnixOSInfo.java
@@ -52,12... | Close file handles after reading with Files.lines | profesorfalken_jHardware | train |
342d4d855ee83130e59fbff5875a7f9496c3fc4f | diff --git a/src/Psy/Command/DocCommand.php b/src/Psy/Command/DocCommand.php
index <HASH>..<HASH> 100644
--- a/src/Psy/Command/DocCommand.php
+++ b/src/Psy/Command/DocCommand.php
@@ -87,6 +87,8 @@ HELP
private function getManualDoc($reflector)
{
switch (get_class($reflector)) {
+ case 'Ref... | Add support for reading class docs from manual.
Note that this requires updating to a new manual build to actually have class documentation to show :)
Fixes #<I> | bobthecow_psysh | train |
526b91539e96eda980d5c4d6a44ea9c024ae9d25 | diff --git a/checksummedio.go b/checksummedio.go
index <HASH>..<HASH> 100644
--- a/checksummedio.go
+++ b/checksummedio.go
@@ -287,7 +287,8 @@ type multiCoreChecksummedWriterBuffer struct {
// for computing the checksums.
//
// Note that this is generally only faster for large files and reasonably sized
-// checksum... | Added note about NewMultiCoreChecksummedWriter | gholt_brimio | train |
c07896e1c08aeec979d5f3a46851bd5e80ef3b78 | diff --git a/src/kff.base.js b/src/kff.base.js
index <HASH>..<HASH> 100644
--- a/src/kff.base.js
+++ b/src/kff.base.js
@@ -341,7 +341,7 @@ kff.define = function(name, deps, factory)
{
if(!factory && typeof deps === 'function')
{
- factoy = deps;
+ factory = deps;
deps = [];
}
kff.modules[name] = { | fix(kff.define): typo in factory var name | karfcz_kff | train |
61a8c32c8d8987fac5d98fb0d19729f8ee724868 | diff --git a/packages/veritone-react-common/src/components/MediaPlayer/VideoSource.js b/packages/veritone-react-common/src/components/MediaPlayer/VideoSource.js
index <HASH>..<HASH> 100644
--- a/packages/veritone-react-common/src/components/MediaPlayer/VideoSource.js
+++ b/packages/veritone-react-common/src/components/... | Export Help (#<I>)
* Export Help from src
* Remove lint warning
* Unused variable prevProps | veritone_veritone-sdk | train |
d6a8d30f21c621071c11afb6bb7ffa1de5e31b21 | diff --git a/clients/python/girder_client/__init__.py b/clients/python/girder_client/__init__.py
index <HASH>..<HASH> 100644
--- a/clients/python/girder_client/__init__.py
+++ b/clients/python/girder_client/__init__.py
@@ -376,8 +376,14 @@ class GirderClient(object):
:return: The API version as a list (e.g. ``... | Fix girder client to work with pre <I> girder server | girder_girder | train |
c6c7e162b3eb6889b093c9f9d7a2c426abd67df2 | diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py
index <HASH>..<HASH> 100644
--- a/i3pystatus/battery.py
+++ b/i3pystatus/battery.py
@@ -51,6 +51,8 @@ class Battery:
def status(self):
if self.consumption() > 0.1 and self.percentage() < 99.9:
return "Discharging" if self.battery_info... | Add support for depleted batteries
This commit adds support for detecting depleted (empty) batteries.
Introduces new 'Depleted' battery status and a 'DPL' status mapping. | enkore_i3pystatus | train |
bf3c1743a20180404b66a19486b355ff232fd883 | diff --git a/raiden/ui/cli.py b/raiden/ui/cli.py
index <HASH>..<HASH> 100644
--- a/raiden/ui/cli.py
+++ b/raiden/ui/cli.py
@@ -93,6 +93,7 @@ from raiden_contracts.constants import (
CONTRACT_SECRET_REGISTRY,
CONTRACT_TOKEN_NETWORK_REGISTRY,
)
+from raiden.storage.sqlite import RAIDEN_DB_VERSION
log = st... | Added database version
[ci integration] | raiden-network_raiden | train |
7c72c7ab96fc4a9afb5208d228dee3f7629b695d | diff --git a/src/TaskRunner/Commands/BuildCommands.php b/src/TaskRunner/Commands/BuildCommands.php
index <HASH>..<HASH> 100644
--- a/src/TaskRunner/Commands/BuildCommands.php
+++ b/src/TaskRunner/Commands/BuildCommands.php
@@ -145,7 +145,7 @@ class BuildCommands extends AbstractCommands
'private_folder' =>... | MULTISITE-<I>: Update permissions to folder and files inside files folder. | ec-europa_toolkit | train |
81b3cb15321aaef824e35922966fb1118175f7ff | diff --git a/formats/fql.py b/formats/fql.py
index <HASH>..<HASH> 100644
--- a/formats/fql.py
+++ b/formats/fql.py
@@ -1312,10 +1312,13 @@ def getassignments(q, i, assignments, focus=None):
l = len(q)
while i < l:
if q.kw(i, ('id','set','annotator','class','n')):
- assignments[q[i]] = q[i... | [fql] Allow unsetting more properties using NONE keyword | proycon_pynlpl | train |
6e7aa65a8bfb64837ae9d082b674b2f5ee056d2c | diff --git a/mode/sass/sass.js b/mode/sass/sass.js
index <HASH>..<HASH> 100644
--- a/mode/sass/sass.js
+++ b/mode/sass/sass.js
@@ -445,7 +445,12 @@ CodeMirror.defineMode("sass", function(config) {
indent: function(state) {
return state.scopes[0].offset;
- }
+ },
+
+ blockCommentStart: "/*",
+ ... | [sass mode] Add fold and comment metadata | codemirror_CodeMirror | train |
352952fd55e1421e1625efbd885039882523161f | diff --git a/lib/view.js b/lib/view.js
index <HASH>..<HASH> 100644
--- a/lib/view.js
+++ b/lib/view.js
@@ -122,7 +122,7 @@ View.prototype._delegateDomEvents = function () {
selectors = selectors.split(',');
for (var i2 = 0, len2 = eventsList.length; i2 < len2; i2 += 1) {
- events = eventsList[i];
+ ... | fix multiple delegates
typo on events loop index variable ('i' instead of 'i2') | avetisk_ak-view | train |
61a37bce4804530e9de10cbc26373bd521440e45 | diff --git a/lib/em-hiredis/client.rb b/lib/em-hiredis/client.rb
index <HASH>..<HASH> 100644
--- a/lib/em-hiredis/client.rb
+++ b/lib/em-hiredis/client.rb
@@ -9,16 +9,18 @@ module EventMachine::Hiredis
method_missing(:monitor, &blk)
end
- def info(&blk)
- hash_processor = lambda do |response|
+ ... | Allow info command to be used with deferrable
* Block now optional, as for all other commands
* Passes the parsed hash to the deferrable callback | mloughran_em-hiredis | train |
d2d7906a24d15900845cbae8fe03879f639b4332 | diff --git a/hypercorn/__main__.py b/hypercorn/__main__.py
index <HASH>..<HASH> 100644
--- a/hypercorn/__main__.py
+++ b/hypercorn/__main__.py
@@ -136,7 +136,7 @@ def main() -> None:
if args.certfile is not None and args.keyfile is not None:
config.ssl = ssl.create_default_context(ssl.Purpose.CLIENT_AUT... | Fix ssl: values from 'args' instead of hardcoded | pgjones_hypercorn | train |
8a15773db113ffc209c13d9da0f4afb244fe645f | diff --git a/ddmrp/hooks.py b/ddmrp/hooks.py
index <HASH>..<HASH> 100644
--- a/ddmrp/hooks.py
+++ b/ddmrp/hooks.py
@@ -21,12 +21,12 @@ def post_load_hook():
unfolded=False,
)
- data = self._get_bom(bom_id=bom_id, product_id=product_id.id, line_qty=qty)
+ data = self._get_bo... | [FIX] ddmrp: fix crash in BOM structure report | OCA_ddmrp | train |
3228bd2baae385f46a58bbbbff0a0e386d6cb10e | diff --git a/h11/_abnf.py b/h11/_abnf.py
index <HASH>..<HASH> 100644
--- a/h11/_abnf.py
+++ b/h11/_abnf.py
@@ -51,6 +51,7 @@ field_name = token
# https://github.com/python-hyper/h11/issues/57
# We still don't allow NUL or whitespace, because those are often treated as
# meta-characters and letting them through can... | Constrain regex request-target matching
This constrains the matching to the printable ASCII characters that
are not the space ' ' character i.e. between '!' (<I>, 0x<I>) and '~'
(<I>, 0x7e). Doing so will mean that a request containing bytes
outside of this range will not match and instead raise an error.
This is bas... | python-hyper_h11 | train |
014787b3d920993b87d77f93ab5c70fdb2231f00 | diff --git a/cnxarchive/tests/test_views.py b/cnxarchive/tests/test_views.py
index <HASH>..<HASH> 100644
--- a/cnxarchive/tests/test_views.py
+++ b/cnxarchive/tests/test_views.py
@@ -153,7 +153,7 @@ COLLECTION_JSON_TREE = {
MODULE_METADATA = {
u'roles': None,
u'subject': u'Science and Technology',
- u'abs... | Fixes the testing data by adding an empty abstract. | openstax_cnx-archive | train |
f0a78bf6d85c4c1f447f0e37f7870b460241b4b3 | diff --git a/src/java/org/apache/cassandra/db/CommitLogExecutorService.java b/src/java/org/apache/cassandra/db/CommitLogExecutorService.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/db/CommitLogExecutorService.java
+++ b/src/java/org/apache/cassandra/db/CommitLogExecutorService.java
@@ -42,7 +42,... | the right max queue size for CLES is always the number of writer threads (since they always block for the CL before proceeding). patch by jbellis
git-svn-id: <URL> | Stratio_stratio-cassandra | train |
dfa5d176704139119aa649a19c773603e4627d7b | diff --git a/pkg/services/alerting/notifier.go b/pkg/services/alerting/notifier.go
index <HASH>..<HASH> 100644
--- a/pkg/services/alerting/notifier.go
+++ b/pkg/services/alerting/notifier.go
@@ -77,6 +77,10 @@ func (n *notificationService) sendNotifications(evalContext *EvalContext, notifi
//send notification
s... | don't write to notification journal when testing notifier/rule | grafana_grafana | train |
19e107e6e740da2499213878f07e740f41918e57 | diff --git a/client/html/templates/catalog/home/header-standard.php b/client/html/templates/catalog/home/header-standard.php
index <HASH>..<HASH> 100644
--- a/client/html/templates/catalog/home/header-standard.php
+++ b/client/html/templates/catalog/home/header-standard.php
@@ -37,6 +37,16 @@ $config = $this->config( '... | Added preloading for first stage image in catalog home component | aimeos_ai-client-html | train |
02ab55d3e30fdd17bf85864e72add8940b7b0a93 | diff --git a/Cake/ORM/Behavior.php b/Cake/ORM/Behavior.php
index <HASH>..<HASH> 100644
--- a/Cake/ORM/Behavior.php
+++ b/Cake/ORM/Behavior.php
@@ -169,6 +169,20 @@ class Behavior implements EventListener {
/**
* implementedFinders
*
+ * provides and alias->methodname map of which finders a behavior implements. Exa... | don't force strtolower in implemented* behavior methods
Since it's a public function don't leave open the possibility that
though configuration it doesn't "work" due to case changes. In the
behavior class, return without case manipulation - take care of that in
the behavior registry class.
Also add documentation for ... | cakephp_cakephp | train |
3a69b837ea68581355eab6330d390be64a1f7c30 | diff --git a/java/client/test/org/openqa/selenium/ExecutingAsyncJavascriptTest.java b/java/client/test/org/openqa/selenium/ExecutingAsyncJavascriptTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/ExecutingAsyncJavascriptTest.java
+++ b/java/client/test/org/openqa/selenium/ExecutingAsyncJ... | Update two tests to work when running with a remote server, where the
original js error will be the root exception, but not necessarily the second
error in the cause chain. | SeleniumHQ_selenium | train |
fc94c5735f0d8562f374476c0bd9ab87b569ad27 | diff --git a/iterator.go b/iterator.go
index <HASH>..<HASH> 100644
--- a/iterator.go
+++ b/iterator.go
@@ -68,7 +68,7 @@ func (item *Item) ToString() string {
// Key returns the key.
//
// Key is only valid as long as item is valid, or transaction is valid. If you need to use it
-// outside its validity, please use... | Fixed some typos (#<I>) | dgraph-io_badger | train |
30f4503b93d2d54a92edc134a76ec8ac947be293 | diff --git a/neomodel/core.py b/neomodel/core.py
index <HASH>..<HASH> 100644
--- a/neomodel/core.py
+++ b/neomodel/core.py
@@ -164,15 +164,20 @@ class StructuredNode(RelationshipInstaller):
raise exc_info[1], None, exc_info[2]
def _update_index(self, props):
- batch = IndexBatch(self._index)
... | index subclass nodes in superclass indexes as well | neo4j-contrib_neomodel | train |
565d3d9ff0a8e7ab40cb71f89b634baaf16afc19 | diff --git a/tarbell/cli.py b/tarbell/cli.py
index <HASH>..<HASH> 100644
--- a/tarbell/cli.py
+++ b/tarbell/cli.py
@@ -29,7 +29,7 @@ from oauth2client.clientsecrets import InvalidClientSecretsError
from git import Repo
from .oauth import get_drive_api
-from .contextmanagers import ensure_settings, ensure_site
+from... | Rename EnsureSite to EnsureProject to better reflect what's happening. | tarbell-project_tarbell | train |
a2e65a4aa42790a726f48300c3d9048e42f09302 | diff --git a/blockstack_cli_0.14.1/blockstore_client/parser.py b/blockstack_cli_0.14.1/blockstore_client/parser.py
index <HASH>..<HASH> 100644
--- a/blockstack_cli_0.14.1/blockstore_client/parser.py
+++ b/blockstack_cli_0.14.1/blockstore_client/parser.py
@@ -85,9 +85,6 @@ def add_subparsers(subparsers):
subparser.... | register command doesn't take in data anymore | blockstack_blockstack-core | train |
7f5c2edfd8f7864bef513ce6911190e55953d1e8 | diff --git a/client/runtime.go b/client/runtime.go
index <HASH>..<HASH> 100644
--- a/client/runtime.go
+++ b/client/runtime.go
@@ -340,6 +340,10 @@ func (r *Runtime) Submit(operation *runtime.ClientOperation) (interface{}, error
}
}
+ if _, ok := r.Producers[cmt]; !ok {
+ return nil, fmt.Errorf("none o... | Added map access check to avoid panic in case producer isn't registered | go-openapi_runtime | train |
538e06c4b214c3ff74ee182c6796dfc74d89b57e | diff --git a/src/REST/keywords.py b/src/REST/keywords.py
index <HASH>..<HASH> 100644
--- a/src/REST/keywords.py
+++ b/src/REST/keywords.py
@@ -1245,9 +1245,10 @@ class Keywords(object):
try:
response_body = response.json()
except ValueError:
- logger.warn("Response body is not ... | Fix logging warning on content not JSON, when no content at all | asyrjasalo_RESTinstance | train |
17bc57779b9ea95a241585cb737c30b361cab3e9 | diff --git a/lib/email_address/host.rb b/lib/email_address/host.rb
index <HASH>..<HASH> 100644
--- a/lib/email_address/host.rb
+++ b/lib/email_address/host.rb
@@ -366,7 +366,13 @@ module EmailAddress
if self.ip_address
@config[:host_allow_ip] && self.valid_ip?
elsif rule == :mx
- self.exch... | Detect MX IP of <I> and ::0 as invalid
yahoo.wtf is registerd with a placeholder MX IP of <I>
detect if the first IP is this or ::0 (IPv6) and treat as invalid | afair_email_address | train |
5d52a144ec6a00e66b9409ec1524d4f87eeda4bb | diff --git a/wpull/phantomjs.js b/wpull/phantomjs.js
index <HASH>..<HASH> 100644
--- a/wpull/phantomjs.js
+++ b/wpull/phantomjs.js
@@ -9,6 +9,7 @@ function readRpc() {
console.log('Read RPC loop.');
if (system.stdin.atEnd()) {
+ console.log('Stdin at end.');
setTimeout(readRpc, 100);
return;
}
@@ -16,7 +... | phantomjs: Don't use wait_for to avoid losing items from queue. | ArchiveTeam_wpull | train |
0149b64a5f0ee36505f48dbd58b46d1554949d4c | diff --git a/spec/active_interaction/filters/interface_filter_spec.rb b/spec/active_interaction/filters/interface_filter_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/active_interaction/filters/interface_filter_spec.rb
+++ b/spec/active_interaction/filters/interface_filter_spec.rb
@@ -13,6 +13,14 @@ describe ActiveInt... | Add a test for handling basic objects
This is what caused me to discover the problem I fixed in <I>c<I>. | AaronLasseigne_active_interaction | train |
a6d6a2a9c546bd7b2e04042a4134c9b61587daf4 | diff --git a/notifier/_notifier.py b/notifier/_notifier.py
index <HASH>..<HASH> 100644
--- a/notifier/_notifier.py
+++ b/notifier/_notifier.py
@@ -276,6 +276,7 @@ class Notifier(object):
"Failure calling listener %s to notify about event"
" %s, details: %s", listener, event_typ... | Have notify return a future that will eventually return how many listeners were called | harlowja_notifier | train |
cead1178159469e8acc8944559928ac930798460 | diff --git a/code/OpauthController.php b/code/OpauthController.php
index <HASH>..<HASH> 100644
--- a/code/OpauthController.php
+++ b/code/OpauthController.php
@@ -138,7 +138,7 @@ class OpauthController extends Controller {
}
// Clear any identity ID
- Session::set('OpauthIdentityID');
+ Session::clear('Opauth... | FIX it's session clear, not session set, eedjit | BetterBrief_silverstripe-opauth | train |
24b749fd55413f6eded1908185bb1a190b53a902 | diff --git a/mangopay/resources.py b/mangopay/resources.py
index <HASH>..<HASH> 100644
--- a/mangopay/resources.py
+++ b/mangopay/resources.py
@@ -488,8 +488,8 @@ class RecurringPayInRegistration(BaseModel):
fixed_next_amount = BooleanField(api_name='FixedNextAmount')
fractioned_payment = BooleanField(api_nam... | MPSDK-<I>: fixed typos | Mangopay_mangopay2-python-sdk | train |
4dc3253829a70ec29f73c6993d7bb51574f7f8f5 | diff --git a/lib/vmapi.js b/lib/vmapi.js
index <HASH>..<HASH> 100644
--- a/lib/vmapi.js
+++ b/lib/vmapi.js
@@ -143,21 +143,59 @@ VMAPI.prototype.getVm = function (params, options, callback) {
/**
* Creates a VM. Returns a Job Response Object
*
- * @param {Object} body : attributes of the VM.
+ * @param {Object} pa... | ZAPI-<I> add support for sync=true for createVm and deleteVm | joyent_node-sdc-clients | train |
10106ea8014e3d60ddae0608d7cc220f47458a16 | diff --git a/example/synchronous_client.py b/example/synchronous_client.py
index <HASH>..<HASH> 100644
--- a/example/synchronous_client.py
+++ b/example/synchronous_client.py
@@ -71,7 +71,7 @@ def wsproto_demo(host: str, port: int) -> None:
# 3) Send ping and display pong
payload = b"table tennis"
- prin... | Fix mypy issues with the latest mypy
This also clarifies some of the typing (i.e. Iterable being required
rather than the more specific List). | python-hyper_wsproto | train |
a91ff4511e00d7dea79eb8b37b7b5f802f172123 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ with open('README.md') as f:
long_description = f.read()
setup(name='kmapper',
- version='1.1.4',
+ version='1.1.5',
description='Python implementation of Mapper algorithm for Topological ... | incremement to get new pypi features working | scikit-tda_kepler-mapper | train |
d6c5095b3145e2ee7cfd67067110bda25d663d5e | diff --git a/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java b/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java
index <HASH>..<HASH> 100644
--- a/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java
+++ b/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java
@... | Make map-building in MetricRegistry overrideable.
Closes #<I>. | dropwizard_metrics | train |
427c205018018654040199bb0e2f809636159989 | diff --git a/openquake/server/dbserver.py b/openquake/server/dbserver.py
index <HASH>..<HASH> 100644
--- a/openquake/server/dbserver.py
+++ b/openquake/server/dbserver.py
@@ -214,5 +214,6 @@ run_server.opt('loglevel', 'WARN or INFO')
if __name__ == '__main__':
if hasattr(os, 'fork'):
- detach_process() ... | Improved a comment [skip CI] | gem_oq-engine | train |
7710f5d71fe6dfb16c3e9fe0404eef835b625df1 | diff --git a/pyhocon/config_parser.py b/pyhocon/config_parser.py
index <HASH>..<HASH> 100644
--- a/pyhocon/config_parser.py
+++ b/pyhocon/config_parser.py
@@ -85,15 +85,27 @@ class ConfigFactory(object):
"""
return ConfigParser().parse(content, basedir, resolve)
- @staticmethod
- def from_dict... | fixed from_dict according to @zanhsieh | chimpler_pyhocon | train |
87435d0e33946a3b0a14907d9840800306df3ff6 | diff --git a/src/components/fields/AxesSelector.js b/src/components/fields/AxesSelector.js
index <HASH>..<HASH> 100644
--- a/src/components/fields/AxesSelector.js
+++ b/src/components/fields/AxesSelector.js
@@ -2,31 +2,21 @@ import Field from './Field';
import PropTypes from 'prop-types';
import RadioBlocks from '../... | AxesSelector only handles context
PR review comment suggested that until override via props is necessary
we implement only the necessary context | plotly_react-chart-editor | train |
5bd9434ab127b1ed0ec5208ef6be444735d5feb7 | diff --git a/lib/services/local/trust.go b/lib/services/local/trust.go
index <HASH>..<HASH> 100644
--- a/lib/services/local/trust.go
+++ b/lib/services/local/trust.go
@@ -16,12 +16,10 @@ package local
import (
"context"
- "fmt"
"github.com/gravitational/teleport/api/types"
"github.com/gravitational/teleport/... | improve ca cmp (#<I>) | gravitational_teleport | train |
4beecc3d6d47a4ba365e2482d18d57408771948b | diff --git a/android/src/main/java/community/revteltech/nfc/NfcManager.java b/android/src/main/java/community/revteltech/nfc/NfcManager.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/community/revteltech/nfc/NfcManager.java
+++ b/android/src/main/java/community/revteltech/nfc/NfcManager.java
@@ -100,9 +10... | Capture all NDEF related dispatch | whitedogg13_react-native-nfc-manager | train |
a3d092a29ff44e228a0b08d878290201241e389c | diff --git a/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ZPageHandlers.java b/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ZPageHandlers.java
index <HASH>..<HASH> 100644
--- a/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ZPageHandlers.java
+++ b/contrib/zpages/src/main/java/io/op... | zPages: Enable RunningSpanStore only when /tracez is in use. (#<I>)
* zPages: Enable RunningSpanStore only when /tracez is in use.
* Add a note in Javadoc.
* Only initialize RunningSpanStore once.
* Use explicit locking instead of atomic. | census-instrumentation_opencensus-java | train |
a9ba87683bfe88048348ed7091cd76241f239d14 | diff --git a/src/variety/shimaguni.js b/src/variety/shimaguni.js
index <HASH>..<HASH> 100644
--- a/src/variety/shimaguni.js
+++ b/src/variety/shimaguni.js
@@ -120,31 +120,6 @@ Board:{
}
},
-CellList:{
- getLandAreaOfClist : function(){
- var cnt = 0;
- for(var i=0,len=this.length;i<len;i++){
- if(this[i].isSha... | shimaguni, stostone: Use common routine with lits to reduce code size | sabo2_pzprjs | train |
0c8d6a4ee96276e19fc1013f62efb22a085d5d66 | diff --git a/src/Embera/Provider/Instagram.php b/src/Embera/Provider/Instagram.php
index <HASH>..<HASH> 100644
--- a/src/Embera/Provider/Instagram.php
+++ b/src/Embera/Provider/Instagram.php
@@ -31,7 +31,7 @@ class Instagram extends ProviderAdapter implements ProviderInterface
];
/** inline {@inheritdoc} */... | Update Instagram.php
New fields param | mpratt_Embera | train |
d1929dcbf8f987148e59c5555a92724936f0c01a | diff --git a/Model/Behavior/GeocoderBehavior.php b/Model/Behavior/GeocoderBehavior.php
index <HASH>..<HASH> 100644
--- a/Model/Behavior/GeocoderBehavior.php
+++ b/Model/Behavior/GeocoderBehavior.php
@@ -155,6 +155,7 @@ class GeocoderBehavior extends ModelBehavior {
}
return false;
}
+ return true;
}
... | bah. 1 more unit test failure/fix (great tests!) | dereuromark_cakephp-tinyauth | train |
b1e5c69d3fb5513bc0b1457b703654a7ce899314 | diff --git a/flask_oidc/__init__.py b/flask_oidc/__init__.py
index <HASH>..<HASH> 100644
--- a/flask_oidc/__init__.py
+++ b/flask_oidc/__init__.py
@@ -111,13 +111,15 @@ class OpenIDConnect(object):
app.config.setdefault('OIDC_REQUIRE_VERIFIED_EMAIL', False)
app.config.setdefault('OIDC_OPENID_REALM', N... | Added options to modify callback and redirect uris. | puiterwijk_flask-oidc | train |
141988fbe3fb0c5d2a23b64114a2a50758eb68a7 | diff --git a/lib/pact/mock_service/request_handlers/options.rb b/lib/pact/mock_service/request_handlers/options.rb
index <HASH>..<HASH> 100644
--- a/lib/pact/mock_service/request_handlers/options.rb
+++ b/lib/pact/mock_service/request_handlers/options.rb
@@ -32,7 +32,7 @@ module Pact
end
def is_admi... | fix: don't blow up if Access-Control-Request-Headers is not present in OPTIONS request | pact-foundation_pact-mock_service | train |
69dfb34ede9d4c21a230b937ed3f1f7f062190ae | diff --git a/spec/unit/application/agent_spec.rb b/spec/unit/application/agent_spec.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/application/agent_spec.rb
+++ b/spec/unit/application/agent_spec.rb
@@ -557,8 +557,7 @@ describe Puppet::Application::Agent do
it "should stop the daemon" do
@daemon.expec... | (#<I>) Fix spec test expectations in <I>.x branch
The <I> spec tests didn't catch the SystemExit exception thrown by the call to
Kernel#exit in the one-time agent, while the <I> branch demands that. This
adds the extra expectation to ensure that the specs pass. | puppetlabs_puppet | train |
004d80d24fbb7e4f50d9bc009fd86affed33aeb4 | diff --git a/lib/Fhaculty/Graph/Algorithm/MaximumMatching/Flow.php b/lib/Fhaculty/Graph/Algorithm/MaximumMatching/Flow.php
index <HASH>..<HASH> 100644
--- a/lib/Fhaculty/Graph/Algorithm/MaximumMatching/Flow.php
+++ b/lib/Fhaculty/Graph/Algorithm/MaximumMatching/Flow.php
@@ -2,6 +2,10 @@
namespace Fhaculty\Graph\Algo... | Explicitly create directed edges for temporary flow graph | graphp_graph | train |
f85288823786d14d632d07e28b7725571a17b46b | diff --git a/girder/utility/install.py b/girder/utility/install.py
index <HASH>..<HASH> 100644
--- a/girder/utility/install.py
+++ b/girder/utility/install.py
@@ -139,8 +139,9 @@ def runWebBuild(wd=None, dev=False, npm='npm', allPlugins=False, plugins=None, p
commands.append((npm, 'install', '--unsafe-perm') if de... | Support dev/prod flag for girder-install web build step | girder_girder | train |
3012a4efbcbd2fda485ddb4077aafaccade0d499 | diff --git a/tests/test_views.py b/tests/test_views.py
index <HASH>..<HASH> 100644
--- a/tests/test_views.py
+++ b/tests/test_views.py
@@ -16,7 +16,6 @@ from pyramid import testing
from pyramid.config import Configurator
from sqlalchemy import create_engine
from sqlalchemy.orm import scoped_session, sessionmaker
-fr... | ++test for page_visible view | uralbash_pyramid_pages | train |
b85bb97473019061969d00cb503fe9b0f965182c | diff --git a/lib/brightbox-cli/config.rb b/lib/brightbox-cli/config.rb
index <HASH>..<HASH> 100644
--- a/lib/brightbox-cli/config.rb
+++ b/lib/brightbox-cli/config.rb
@@ -15,9 +15,15 @@ module Brightbox
# @option options [String] :directory A path to the directory where config and
# cached and located. Othe... | Tests BBConfig#client_name with options support
Added the means to pass in client_name and account to BBConfig as
options. | brightbox_brightbox-cli | train |
9769d5dad88c5b399d962741f61685c1e6d67eb7 | diff --git a/app/models/layout.rb b/app/models/layout.rb
index <HASH>..<HASH> 100644
--- a/app/models/layout.rb
+++ b/app/models/layout.rb
@@ -1,4 +1,5 @@
class Layout < ActiveRecord::Base
+ self.table_name = "layouts"
attr_accessible :lock_version, :name, :content_type, :content
# Default Order
default_scop... | update AR query methods. set table names to overcome test errors | radiant_radiant | train |
f7a9dacc4f9fc908f87ab0cb254353800e7754fc | diff --git a/pandas/core/generic.py b/pandas/core/generic.py
index <HASH>..<HASH> 100644
--- a/pandas/core/generic.py
+++ b/pandas/core/generic.py
@@ -5284,6 +5284,8 @@ class NDFrame(PandasObject, indexing.IndexingMixin):
For negative values of `n`, this function returns all rows except
the last `n` r... | updated head and tail docstrings (#<I>)
* updated head and tail docstrings
* fixed typos | pandas-dev_pandas | train |
bd1bb2adbe5d9837b074f728e302487be4b15502 | diff --git a/src/Slim/Middleware/Minify.php b/src/Slim/Middleware/Minify.php
index <HASH>..<HASH> 100644
--- a/src/Slim/Middleware/Minify.php
+++ b/src/Slim/Middleware/Minify.php
@@ -38,7 +38,7 @@ class Minify extends \Slim\Middleware
$this->next->call();
$res = $app->response();
- $squeezedHTML = $res->bo... | Fix error "variable body is not defined" | christianklisch_slim-minify | train |
99a19e4ed0214db7143864f651dc59cc279f4610 | diff --git a/log_adapter.go b/log_adapter.go
index <HASH>..<HASH> 100644
--- a/log_adapter.go
+++ b/log_adapter.go
@@ -272,6 +272,6 @@ func (la *LogAdapter) Diem(exitCode int, m *Attrs, msg string, a ...interface{})
}
// ShutdownLoggers will call the wrapped logger's ShutdownLoggers method.
-func (la *LogAdapter) S... | Fix LogAdapter's ShutdownLoggers return type (did not conform to interface). | aphistic_gomol | train |
c34e2747865d7c8c5eb4b8414119fcf7e829f695 | diff --git a/async_producer.go b/async_producer.go
index <HASH>..<HASH> 100644
--- a/async_producer.go
+++ b/async_producer.go
@@ -1064,6 +1064,7 @@ func (p *asyncProducer) retryBatch(topic string, partition int32, pSet *partitio
}
bp := p.getBrokerProducer(leader)
bp.output <- produceSet
+ p.unrefBrokerProducer(... | fix: prevent AsyncProducer retryBatch from leaking
retryBatch caused the brokerRefs count to be incremented
(getBrokerProducer), but it is never decremented again, so the
goroutines related to the brokerProducer are leaked. | Shopify_sarama | train |
172119319ce117034b84f7f4c4bce9552c559e9b | diff --git a/java/client/src/org/openqa/selenium/internal/seleniumemulation/Type.java b/java/client/src/org/openqa/selenium/internal/seleniumemulation/Type.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/internal/seleniumemulation/Type.java
+++ b/java/client/src/org/openqa/selenium/internal/s... | SimonStewart: There seems to be an odd problem when emulating 'type' into a rich text area. Falling back to using sendKeys directly
r<I> | SeleniumHQ_selenium | train |
0fd4eedb92c77785d6e8014754cfe60b9592705e | diff --git a/tests/concur.js b/tests/concur.js
index <HASH>..<HASH> 100644
--- a/tests/concur.js
+++ b/tests/concur.js
@@ -2,9 +2,8 @@ QUnit.module('Concur')
QUnit.test('Concur.extend', 12, function() {
var Widget = Concur.extend({
- constructor: function(kwargs) {
- kwargs = Concur.cp({attrs: null}, kwar... | [test] Removing test dependency on a function which will no longer be exported in the near-future | insin_concur | train |
afa976066ae7e401c924ba883067767fde89c5c6 | diff --git a/core/server/api/canary/members.js b/core/server/api/canary/members.js
index <HASH>..<HASH> 100644
--- a/core/server/api/canary/members.js
+++ b/core/server/api/canary/members.js
@@ -242,7 +242,9 @@ module.exports = {
if (error.code && error.message.toLowerCase().indexOf('unique') !== -1) {... | 🐛 Fixed table constraint error when updating member's email with an already existing email (#<I>)
closes #<I>
- When member's email is updated to an already existing email of different member it caused table's unique constraint error, which was not handled properly.
- Added handling for this error similar to o... | TryGhost_Ghost | train |
3cbf97a251bd9f3ca635f723222745a69d6fbe96 | diff --git a/SECEdgar/crawler.py b/SECEdgar/crawler.py
index <HASH>..<HASH> 100755
--- a/SECEdgar/crawler.py
+++ b/SECEdgar/crawler.py
@@ -126,6 +126,26 @@ class SecCrawler():
print ("Successfully downloaded all the files")
+ def filing_SD(self, company_code, cik, priorto, count):
+
+ self.make_d... | add feature to download sd forms | coyo8_sec-edgar | train |
b2ce721222014e575f9441f18f79ae46332f12f6 | diff --git a/test/e2e/multiplexing.test.js b/test/e2e/multiplexing.test.js
index <HASH>..<HASH> 100644
--- a/test/e2e/multiplexing.test.js
+++ b/test/e2e/multiplexing.test.js
@@ -1,9 +1,14 @@
+import path from 'path';
+import clone from 'lodash.clonedeep';
import run from '../common/run-e2e';
-const clientJson = {
+... | test: add tests for multiplxing over ws and tls | blinksocks_blinksocks | train |
6d55db996a3167c72119f0c64686632bbe25c708 | diff --git a/restdl-spring/src/main/java/com/zvoykish/restdl/adapters/partials/PartialSpringMvcAdapter.java b/restdl-spring/src/main/java/com/zvoykish/restdl/adapters/partials/PartialSpringMvcAdapter.java
index <HASH>..<HASH> 100644
--- a/restdl-spring/src/main/java/com/zvoykish/restdl/adapters/partials/PartialSpringMv... | Using Spring ASM for discovering variable names, impressed yet again with Spring's work! | zvoykish_restdl | train |
630cde3173e64af55c5dcea653736f6361039f87 | diff --git a/src/Ufo/Cache/Cache.php b/src/Ufo/Cache/Cache.php
index <HASH>..<HASH> 100644
--- a/src/Ufo/Cache/Cache.php
+++ b/src/Ufo/Cache/Cache.php
@@ -10,6 +10,7 @@
namespace Ufo\Cache;
use Ufo\Core\Config;
+use Ufo\Core\Db;
use Ufo\Core\DebugInterface;
use Ufo\Core\TypeNotSupportedException;
@@ -57,9 +58,1... | feat: added mysql storage support | enikeishik_ufoframework | train |
1addd01021828566f3c71487f6ac852e279e3d7f | diff --git a/filteralchemy/filterset.py b/filteralchemy/filterset.py
index <HASH>..<HASH> 100644
--- a/filteralchemy/filterset.py
+++ b/filteralchemy/filterset.py
@@ -62,10 +62,18 @@ class FilterSetMeta(type):
for operator in opts.operators:
name = underscore_formatter(prop.key, operator)
... | Allow operators to deserialize lists. | jmcarp_filteralchemy | train |
51f78171805a8e832df83b020c52c1d418a3f9d8 | diff --git a/views/js/qtiCreator/widgets/interactions/graphicGapMatchInteraction/Widget.js b/views/js/qtiCreator/widgets/interactions/graphicGapMatchInteraction/Widget.js
index <HASH>..<HASH> 100755
--- a/views/js/qtiCreator/widgets/interactions/graphicGapMatchInteraction/Widget.js
+++ b/views/js/qtiCreator/widgets/int... | feat: refactor to match maxscore corner cases | oat-sa_extension-tao-itemqti | train |
a9f2f1cb4ce3425eebaa2288e9a0ef34b0f56d6a | diff --git a/js/core/Runtime.js b/js/core/Runtime.js
index <HASH>..<HASH> 100644
--- a/js/core/Runtime.js
+++ b/js/core/Runtime.js
@@ -4,7 +4,6 @@
// For all details and documentation:
// http://jefri.org
-
(function(_, $){
"use strict";
@@ -271,28 +270,18 @@ _.mixin({
_build_relationship(definitio... | Rewrote entity::encode; transaction::toString now uses encode. | DavidSouther_JEFRi | train |
5775e8cc92dbb123fd424588b710a51b7de67952 | diff --git a/src/selectors/entities/posts.js b/src/selectors/entities/posts.js
index <HASH>..<HASH> 100644
--- a/src/selectors/entities/posts.js
+++ b/src/selectors/entities/posts.js
@@ -46,9 +46,13 @@ export const getPostsInCurrentChannel = createSelector(
export function makeGetPostsInChannel() {
return createS... | Return null if no posts have been loaded for a channel | mattermost_mattermost-redux | train |
85e30247319d51a99b95c867a8011e28a628bd56 | diff --git a/p2p/protocol/identify/pb/identify.pb.go b/p2p/protocol/identify/pb/identify.pb.go
index <HASH>..<HASH> 100644
--- a/p2p/protocol/identify/pb/identify.pb.go
+++ b/p2p/protocol/identify/pb/identify.pb.go
@@ -13,7 +13,7 @@ It has these top-level messages:
*/
package identify_pb
-import proto "code.google.... | vendor identify pb
not sure how it wasnt an error | ipfs_go-ipfs | train |
14bcf0941e588875efc20b6ef0e0603cf4d44e9c | diff --git a/lib/ast/node.rb b/lib/ast/node.rb
index <HASH>..<HASH> 100644
--- a/lib/ast/node.rb
+++ b/lib/ast/node.rb
@@ -227,6 +227,22 @@ module AST
def to_ast
self
end
+
+ # Converts `self` to an Array where the first element is the type as a Symbol,
+ # and subsequent elements are the sam... | Add to_sexp_array method to AST::Node.
This is useful e.g. for serializing AST to JSON. | whitequark_ast | train |
67a785569a3f63a899362fa76edd8b6b2ffee807 | diff --git a/lib/garage/representer.rb b/lib/garage/representer.rb
index <HASH>..<HASH> 100644
--- a/lib/garage/representer.rb
+++ b/lib/garage/representer.rb
@@ -147,7 +147,7 @@ module Garage::Representer
end
def name
- @options[:as] || @name.to_s
+ (@options[:as] || @name).to_s
end
d... | Fix Definition#name to convert @options[:as] to string
In case define property with `as` and `selectable`
options:
```
property :first_name, as: :name, selectable: true
```
Representer#handle_definition? returns false
because `@options[:as]` is a Symbol and selector keeps
their keys as String. | cookpad_garage | train |
0814a294d4f32190d3a3160ddbb51cfa821545a6 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
"vendor prefix"
],
"homepage": "https://www.github.com/exactquery/pleasing-filters",
- "version": "1.0.3",
+ "version": "1.0.4",
"authors": [
{
"name": "Aa... | Fix for missing value in flex-wrap prefixing. | jonesiscoding_pleasing-filters | train |
ad85ce17171c196de27521482322983579ace5c1 | diff --git a/tweepy/streaming.py b/tweepy/streaming.py
index <HASH>..<HASH> 100644
--- a/tweepy/streaming.py
+++ b/tweepy/streaming.py
@@ -283,7 +283,7 @@ class Stream(object):
if exception:
# call a handler first so that the exception can be logged.
self.listener.on_exception(excepti... | Fixes issue #<I>
This resolves an issue found here: <URL> | tweepy_tweepy | train |
db3bf430680fe974bb83ca67fc03f6b50414f3e8 | diff --git a/pyquil/api/_base_connection.py b/pyquil/api/_base_connection.py
index <HASH>..<HASH> 100644
--- a/pyquil/api/_base_connection.py
+++ b/pyquil/api/_base_connection.py
@@ -393,3 +393,11 @@ class ForestConnection:
response = post_json(self.session, self.sync_endpoint + "/quilc", payload)
unp... | Add version information facilities for the Compiler and QPU (#<I>)
* Add get_version_info to all the flavors of compiler objects available
* Add get_version_info to the QPU
* Add get_version_info handler to the mock_compiler_server
* Add docstring for QPU.get_version_info | rigetti_pyquil | train |
152a0a83f87bc2f2519fdeecb0761603265fd462 | diff --git a/pkg/controller/route/route_controller.go b/pkg/controller/route/route_controller.go
index <HASH>..<HASH> 100644
--- a/pkg/controller/route/route_controller.go
+++ b/pkg/controller/route/route_controller.go
@@ -66,8 +66,8 @@ type RouteController struct {
}
func New(routes cloudprovider.Routes, kubeClien... | pass stop channel to route-controller main goroutine | kubernetes_kubernetes | train |
7b9b90e49496dcc0751bc35e844d2b9114a6ed84 | diff --git a/src/de/mrapp/android/preference/PreferenceActivity.java b/src/de/mrapp/android/preference/PreferenceActivity.java
index <HASH>..<HASH> 100644
--- a/src/de/mrapp/android/preference/PreferenceActivity.java
+++ b/src/de/mrapp/android/preference/PreferenceActivity.java
@@ -18,12 +18,15 @@
package de.mrapp.and... | The action bar's back button is now shown when a preference header is selected on smartphones. | michael-rapp_AndroidPreferenceActivity | train |
8224c46c84bc0d25c36d49d13610e8c4d02e2c5c | diff --git a/wkhtmltopdf/tests/run.py b/wkhtmltopdf/tests/run.py
index <HASH>..<HASH> 100644
--- a/wkhtmltopdf/tests/run.py
+++ b/wkhtmltopdf/tests/run.py
@@ -2,10 +2,12 @@
import os
import sys
+import django
from django.conf import settings
DIRNAME = os.path.abspath(os.path.dirname(__file__))
+sys.path.inser... | Enable tests to run with Django >= <I> and silence warnings | incuna_django-wkhtmltopdf | train |
42a871a0a5aed378bfb1c8e8b3fc343073364214 | diff --git a/sync-crawl/index.js b/sync-crawl/index.js
index <HASH>..<HASH> 100644
--- a/sync-crawl/index.js
+++ b/sync-crawl/index.js
@@ -9,7 +9,7 @@ const startingDollarSign = /^\$/;
const jsFileExt = /\.js$/;
function syncCrawlRoutesDir(dirpath, uriPathTokens) {
- if (arguments.length === 2) {
+ if (arguments.... | woops - wrong arg length check | ConjureLabs_route | train |
9f2041d1c97b470812a931e4edc53c38ebdba803 | diff --git a/fluid-ws-java-client/src/test/java/com/fluid/ws/client/v1/user/TestLoginClient.java b/fluid-ws-java-client/src/test/java/com/fluid/ws/client/v1/user/TestLoginClient.java
index <HASH>..<HASH> 100644
--- a/fluid-ws-java-client/src/test/java/com/fluid/ws/client/v1/user/TestLoginClient.java
+++ b/fluid-ws-java... | Updated to ensure token is different every-time. | Koekiebox-PTY-LTD_Fluid | train |
2fa3553c75775d2d2a3a98f51c92b5c758c7abc9 | diff --git a/gobblin-runtime/src/main/java/org/apache/gobblin/runtime/AbstractJobLauncher.java b/gobblin-runtime/src/main/java/org/apache/gobblin/runtime/AbstractJobLauncher.java
index <HASH>..<HASH> 100644
--- a/gobblin-runtime/src/main/java/org/apache/gobblin/runtime/AbstractJobLauncher.java
+++ b/gobblin-runtime/src... | [GOBBLIN-<I>] Fix bug where state is set twice when no workunits created
Closes #<I> from jack-moseley/empty-workunit-bug | apache_incubator-gobblin | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.