hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
8cdf012098b73d14e4325d5a84a572d7698cacdf | diff --git a/tests/Middleware/StratigilityDispatcherTest.php b/tests/Middleware/StratigilityDispatcherTest.php
index <HASH>..<HASH> 100644
--- a/tests/Middleware/StratigilityDispatcherTest.php
+++ b/tests/Middleware/StratigilityDispatcherTest.php
@@ -33,7 +33,9 @@ class StratigilityDispatcherTest extends DispatcherTest... | Update StratigilityDispatcherTest | rougin_slytherin | train |
ac2bc84a2f37b8552a9ee6945a44975aac0b6982 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,9 @@ user.role = :admin
user.role # => :admin
user.admin? # => true
user.is_admin? # => true
+user.has_role? :admin # => true
+user.has_role? :user # => false
+user.has_any_role? :user, :editor, :admin # => ... | added has_role? and has_any_role? methods into One strategy | stanislaw_simple_roles | train |
786217fbada908af424ecebd9ac99f8eb380a42e | diff --git a/go/vt/orchestrator/http/api.go b/go/vt/orchestrator/http/api.go
index <HASH>..<HASH> 100644
--- a/go/vt/orchestrator/http/api.go
+++ b/go/vt/orchestrator/http/api.go
@@ -218,7 +218,7 @@ func (this *HttpAPI) Discover(params martini.Params, r render.Render, req *http.
if orcraft.IsRaftEnabled() {
orcraf... | force tablet refresh in vtorc | vitessio_vitess | train |
8ab4ed01382565f2b91fc4ceaec17f8a4aeb474f | diff --git a/tests/HtImgModuleTest/Imagine/Loader/FileSystemLoaderTest.php b/tests/HtImgModuleTest/Imagine/Loader/FileSystemLoaderTest.php
index <HASH>..<HASH> 100644
--- a/tests/HtImgModuleTest/Imagine/Loader/FileSystemLoaderTest.php
+++ b/tests/HtImgModuleTest/Imagine/Loader/FileSystemLoaderTest.php
@@ -17,7 +17,9 @@... | Fixed error in test for file system loader | hrevert_HtImgModule | train |
6082e8e9a22bad11cccb8ecb3ac961d7af5a35b5 | diff --git a/pyvista/plotting/qt_plotting.py b/pyvista/plotting/qt_plotting.py
index <HASH>..<HASH> 100644
--- a/pyvista/plotting/qt_plotting.py
+++ b/pyvista/plotting/qt_plotting.py
@@ -1,5 +1,5 @@
"""Qt interactive plotter."""
-
+import warnings
import logging
import os
import time
@@ -199,7 +199,9 @@ class Doubl... | added drop functionality (#<I>) | vtkiorg_vtki | train |
48190009ed31a264130b2985b975f3f35bb21751 | diff --git a/loopingtaskproducer/src/main/java/org/duracloud/mill/ltp/LoopingTaskProducer.java b/loopingtaskproducer/src/main/java/org/duracloud/mill/ltp/LoopingTaskProducer.java
index <HASH>..<HASH> 100644
--- a/loopingtaskproducer/src/main/java/org/duracloud/mill/ltp/LoopingTaskProducer.java
+++ b/loopingtaskproducer... | Fixes subject in run failure email. | duracloud_mill | train |
dbe1986c98e3fed6ae5cd8f1d19c8c27c563e576 | diff --git a/heartbeat.go b/heartbeat.go
index <HASH>..<HASH> 100644
--- a/heartbeat.go
+++ b/heartbeat.go
@@ -61,12 +61,19 @@ func (k *Kite) kontrolFunc(fn kontrolFunc) error {
// use it during app initializations. After the registration a reconnect is
// automatically handled inside the RegisterHTTP method.
func (... | backoff: No longer storing the backoff instance on Kite | koding_kite | train |
1b2432b9ccfd64ca1c838dba5223ec32476499f7 | diff --git a/aquarius/events/processors.py b/aquarius/events/processors.py
index <HASH>..<HASH> 100644
--- a/aquarius/events/processors.py
+++ b/aquarius/events/processors.py
@@ -122,6 +122,13 @@ class EventProcessor(ABC):
}
return self._es_instance.update(soft_deleted_asset, did)
+ def update_aq... | Update NFT state field in ES when MetadaState event received (#<I>)
* Update NFT state field in ES when MetadaState event received | oceanprotocol_aquarius | train |
0b7cf8e351b95359152df0ae5565e7e0379b472a | diff --git a/deliver/lib/deliver/version.rb b/deliver/lib/deliver/version.rb
index <HASH>..<HASH> 100644
--- a/deliver/lib/deliver/version.rb
+++ b/deliver/lib/deliver/version.rb
@@ -1,4 +1,4 @@
module Deliver
- VERSION = "1.16.0"
+ VERSION = "1.16.1"
DESCRIPTION = 'Upload screenshots, metadata and your app to th... | [deliver] Version bump to <I> (#<I>) | fastlane_fastlane | train |
9e308bbdff7da3a1eee8011480ba394b46aed3f2 | diff --git a/acorn/src/tokencontext.js b/acorn/src/tokencontext.js
index <HASH>..<HASH> 100644
--- a/acorn/src/tokencontext.js
+++ b/acorn/src/tokencontext.js
@@ -110,7 +110,8 @@ tt.incDec.updateContext = function() {
}
tt._function.updateContext = tt._class.updateContext = function(prevType) {
- if (prevType.befo... | Fix inappropriate regexp tokenizing after anon class/function in for spec
Closes #<I> | acornjs_acorn | train |
4be8142725c3220256bc8984400cd04fe8de803c | diff --git a/gwpy/types/series.py b/gwpy/types/series.py
index <HASH>..<HASH> 100644
--- a/gwpy/types/series.py
+++ b/gwpy/types/series.py
@@ -1012,7 +1012,7 @@ class Series(Array):
idx1 = (
numpy.searchsorted(
self.xindex.value, xtype(end), sid... | series.py: minor fix to irregular cropping | gwpy_gwpy | train |
faf506afed6ada47de8befca2de5c27a1138e171 | diff --git a/presto-main/src/main/java/com/facebook/presto/execution/buffer/ArbitraryOutputBuffer.java b/presto-main/src/main/java/com/facebook/presto/execution/buffer/ArbitraryOutputBuffer.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/execution/buffer/ArbitraryOutputBuffer.java
+... | Finish ArbitraryOutputBuffer when all pages are read
The buffer only produces a single copy of each page for an arbitrary
reader, so we don't need to wait for no-more-buffers to finish. This
allows the stage to finish while the downstream stage is still scheduling
and thus has not set that flag, which is needed for wr... | prestodb_presto | train |
a02daf27afc54abb3abcf78547fea0baca5b5c8e | diff --git a/simulator/src/main/java/com/hazelcast/simulator/coordinator/CoordinatorCli.java b/simulator/src/main/java/com/hazelcast/simulator/coordinator/CoordinatorCli.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/coordinator/CoordinatorCli.java
+++ b/simulator/src/main/java/c... | Updated cli documentation regarding running without duration | hazelcast_hazelcast-simulator | train |
2aacd823adf9bb245970652e7f51ca1e0c67019b | diff --git a/nfc/npp/server.py b/nfc/npp/server.py
index <HASH>..<HASH> 100644
--- a/nfc/npp/server.py
+++ b/nfc/npp/server.py
@@ -56,16 +56,16 @@ class NPPServer(Thread):
while nfc.llcp.poll(socket, "recv"):
data += nfc.llcp.recv(socket)
- log.debug("got {:d} octets data".for... | Support python <I>. | nfcpy_nfcpy | train |
2953c0011964bf86634fb0d1b990f636cf2ad029 | diff --git a/fullstop-plugins/fullstop-save-securitygroups-plugin/src/main/java/org/zalando/stups/fullstop/plugin/SaveSecurityGroupsPlugin.java b/fullstop-plugins/fullstop-save-securitygroups-plugin/src/main/java/org/zalando/stups/fullstop/plugin/SaveSecurityGroupsPlugin.java
index <HASH>..<HASH> 100644
--- a/fullstop-... | map security groups result to syntactic correct json | zalando-stups_fullstop | train |
b215e3206b2c82a7bf274205dad5309afd073d05 | diff --git a/formly/forms/widgets.py b/formly/forms/widgets.py
index <HASH>..<HASH> 100644
--- a/formly/forms/widgets.py
+++ b/formly/forms/widgets.py
@@ -11,9 +11,6 @@ class MultiTextWidget(MultiWidget):
kwargs.update({"widgets": widgets})
super(MultiTextWidget, self).__init__(**kwargs)
- def de... | don't try to load json data second time | eldarion_formly | train |
528127a8a0155cefafc8d2e1a48e3fe2e5d19281 | diff --git a/bonecp/src/main/java/com/jolbox/bonecp/ConnectionHandle.java b/bonecp/src/main/java/com/jolbox/bonecp/ConnectionHandle.java
index <HASH>..<HASH> 100755
--- a/bonecp/src/main/java/com/jolbox/bonecp/ConnectionHandle.java
+++ b/bonecp/src/main/java/com/jolbox/bonecp/ConnectionHandle.java
@@ -391,6 +391,7 @@ p... | Added notification for PoolwatchThread when a connection is killed | wwadge_bonecp | train |
4c807d3ef6b60dacf7aa68f8243bffd7a10f08e6 | diff --git a/oz/aws_cdn/__init__.py b/oz/aws_cdn/__init__.py
index <HASH>..<HASH> 100644
--- a/oz/aws_cdn/__init__.py
+++ b/oz/aws_cdn/__init__.py
@@ -45,7 +45,10 @@ def get_bucket(s3_bucket=None, validate=False):
if S3Connection != None:
settings = oz.settings
s3_bucket = s3_bucket or settings["... | Support s3_host option
Support s3_host to allow uploading on regions that require sigv4. | dailymuse_oz | train |
aae7722ca111ec064dee01f39ffa4459b47d3de5 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -13,11 +13,11 @@ function uncssTransform(options) {
// Returns a callback that handles the buffered content
return function(err, buffer, cb) {
if (err) {
- cb(gutil.PluginError(PLUGIN_NAME, err));... | Emit error from stream. Use new with gutil plugin error. | ben-eb_gulp-uncss | train |
93ab35a72a3e1ec08ffd4bc11bcd1e80277cf211 | diff --git a/src/Repository/OMA/OffSessionRepository.php b/src/Repository/OMA/OffSessionRepository.php
index <HASH>..<HASH> 100644
--- a/src/Repository/OMA/OffSessionRepository.php
+++ b/src/Repository/OMA/OffSessionRepository.php
@@ -252,25 +252,7 @@ class OffSessionRepository extends BaseRepository
/**
* Create ... | Add changes for self enrollment create student from already existing member | OliveMedia_academyhq-api-client | train |
db677e12e77934b7762271934a4ba88022c3a7c6 | diff --git a/TYPO3.Media/Classes/TYPO3/Media/Domain/Service/ThumbnailService.php b/TYPO3.Media/Classes/TYPO3/Media/Domain/Service/ThumbnailService.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Media/Classes/TYPO3/Media/Domain/Service/ThumbnailService.php
+++ b/TYPO3.Media/Classes/TYPO3/Media/Domain/Service/ThumbnailServi... | BUGFIX: Do not automatically persist new thumbnails
When an asset is uploaded and a thumbnail is generated for it,
the thumbnail object might not have been persisted already leading
to issues when the thumbnail is updated after rendering.
This fixes an issue in the asset list when uploading document assets. | neos_neos-development-collection | train |
1c6ffb99f999263ecc77a450508fe0b0006a53db | diff --git a/src/Link.php b/src/Link.php
index <HASH>..<HASH> 100644
--- a/src/Link.php
+++ b/src/Link.php
@@ -24,7 +24,9 @@ class Link implements Item, HasHtmlAttributes, HasParentAttributes, Activatable
protected $url = null;
/** @var string */
- protected $prepend;
+ protected $prepend = '';
+
+ ... | Ensure appended and prepended items are stringified before rendering | spatie_menu | train |
1629df80087c053c4c9b441e563f319a3ec8777f | diff --git a/docs/assets/js/bootstrap-popover.js b/docs/assets/js/bootstrap-popover.js
index <HASH>..<HASH> 100644
--- a/docs/assets/js/bootstrap-popover.js
+++ b/docs/assets/js/bootstrap-popover.js
@@ -1,5 +1,5 @@
/* ===========================================================
- * bootstrap-popover.js v2.2.2
+ * boots... | screwed up a merge and an old version number crept in | twbs_bootstrap | train |
254e748c5227830e118d6687d5f5d67a2946e958 | diff --git a/src/Humbug/Adapter/Phpunit/XmlConfiguration.php b/src/Humbug/Adapter/Phpunit/XmlConfiguration.php
index <HASH>..<HASH> 100644
--- a/src/Humbug/Adapter/Phpunit/XmlConfiguration.php
+++ b/src/Humbug/Adapter/Phpunit/XmlConfiguration.php
@@ -99,6 +99,7 @@ class XmlConfiguration
&& ($node->tagN... | Full path for glob when running with chdir
When humbug is running with chdir we need to add this dir to every node value of phpunit.xml since they have relative paths. | humbug_humbug | train |
7fb8c2924e8bb08a548bf101d0605db09a6f6952 | diff --git a/lib/util/eventedhttp.js b/lib/util/eventedhttp.js
index <HASH>..<HASH> 100644
--- a/lib/util/eventedhttp.js
+++ b/lib/util/eventedhttp.js
@@ -1,11 +1,11 @@
+'use strict';
+
var debug = require('debug')('EventedHTTPServer');
var EventEmitter = require('events').EventEmitter;
var inherits = require('util'... | Address a problem with using HAP-NodeJS on older release. | KhaosT_HAP-NodeJS | train |
bb13f410fb72bc4e4d56f4de2bdf35a1c3a6d679 | diff --git a/src/test/java/de/unistuttgart/ims/uimautil/TestWindowAnnotator.java b/src/test/java/de/unistuttgart/ims/uimautil/TestWindowAnnotator.java
index <HASH>..<HASH> 100644
--- a/src/test/java/de/unistuttgart/ims/uimautil/TestWindowAnnotator.java
+++ b/src/test/java/de/unistuttgart/ims/uimautil/TestWindowAnnotato... | added unit test for WindowAnnotator with overlapping windows | nilsreiter_uima-util | train |
8f0f35b4ae18b3690095ee3dde6475e72e24a944 | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/jslint/nls/root/messages.js b/bundles/org.eclipse.orion.client.ui/web/orion/jslint/nls/root/messages.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/jslint/nls/root/messages.js
+++ b/bundles/org.eclipse.orion.client.ui/web/ori... | [no bug] Improve JSON lint translation | eclipse_orion.client | train |
f7a8d42a1bde66c7be1a9b835ec8a3dacc4bb031 | diff --git a/lib/puppet/provider/aixobject.rb b/lib/puppet/provider/aixobject.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/aixobject.rb
+++ b/lib/puppet/provider/aixobject.rb
@@ -196,7 +196,7 @@ class Puppet::Provider::AixObject < Puppet::Provider
end
attrs.each { |val|
- key = key_list.shi... | (PUP-<I>) Some of the user attributes in Aix could be UPPERCASE | puppetlabs_puppet | train |
47b00937694e66f6093e43abc91621db63270e65 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -86,6 +86,33 @@ func (s *server) handleFuseRequest(fuseReq bazilfuse.Request) {
s.logger.Println("Responding:", fuseResp)
typed.Respond(fuseResp)
+ case *bazilfuse.LookupRequest:
+ // Convert the request.
+ req :... | Added server support for lookup. | jacobsa_fuse | train |
9f0a180b7657b3d309599b6727a3e0d88e513451 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ with open('LICENSE') as fl:
setup(
name='CurrencyConverter',
- version='0.14.3',
+ version='0.14.4',
author='Alex Prengère',
author_email='alexprengere@gmail.com',
url='https://githu... | Bump to version <I> | alexprengere_currencyconverter | train |
f879fd8b4a56f92d446aacd32fde9b0c43c8e9f3 | diff --git a/dropwizard-migrations/pom.xml b/dropwizard-migrations/pom.xml
index <HASH>..<HASH> 100644
--- a/dropwizard-migrations/pom.xml
+++ b/dropwizard-migrations/pom.xml
@@ -50,5 +50,13 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+
+ <depende... | Run dropwizard-migration tests sequentially
Liquibase in inherently not thread safe, so our single option is
just to mark the tests as thead unsafe.
The `maven-surefire` plugin will run them in the specific thread. | dropwizard_dropwizard | train |
892f176e2a28f3a571e2b452012c66cd03b23a89 | diff --git a/equations.py b/equations.py
index <HASH>..<HASH> 100644
--- a/equations.py
+++ b/equations.py
@@ -420,7 +420,7 @@ def MSE_from_DSE_qv(DSE, qv):
@autodoc(equation='omega = -rho*g0*w')
-@assumes('hydrostatic')
+@assumes('hydrostatic', 'constant g')
def omega_from_w_rho_hydrostatic(w, rho):
return ... | added unlisted assumptions for converting between w and omega | atmos-python_atmos | train |
5e7f97b175d6beeb822b36a0cca50dba93208501 | diff --git a/gns3server/compute/base_node.py b/gns3server/compute/base_node.py
index <HASH>..<HASH> 100644
--- a/gns3server/compute/base_node.py
+++ b/gns3server/compute/base_node.py
@@ -533,7 +533,7 @@ class BaseNode:
server_config = self._manager.config.get_section_config("Server")
server_host = s... | Fix when qemu exit by itself clean other processes
Fix <URL> | GNS3_gns3-server | train |
1913f4859e1a646b5dbbdfb3b50b1907f5c4cdee | diff --git a/src/org/jgroups/protocols/FRAG2.java b/src/org/jgroups/protocols/FRAG2.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/protocols/FRAG2.java
+++ b/src/org/jgroups/protocols/FRAG2.java
@@ -44,7 +44,7 @@ public class FRAG2 extends Protocol {
/* ----------------------------------------- Properti... | set frag_size=<I> by default | belaban_JGroups | train |
abc1dbec788cb92ebcb8958bc23addb856a66bc5 | diff --git a/slap/publisher.py b/slap/publisher.py
index <HASH>..<HASH> 100644
--- a/slap/publisher.py
+++ b/slap/publisher.py
@@ -65,7 +65,7 @@ class Publisher:
def publish_service(self, service_type, config_entry):
input_path, output_path, service_name, folder_name, json, initial_state = \
... | Switches argument order for sd and sddraft | lobsteropteryx_slap | train |
e01fe513ea90c1187b7d35efb9bb263254748e9d | diff --git a/djstripe/admin.py b/djstripe/admin.py
index <HASH>..<HASH> 100644
--- a/djstripe/admin.py
+++ b/djstripe/admin.py
@@ -63,7 +63,7 @@ class CustomerSubscriptionStatusListFilter(admin.SimpleListFilter):
if self.value() is None:
return queryset.all()
else:
- return que... | Bugfix (Thanks @ctrengove) | dj-stripe_dj-stripe | train |
218a876f97eca5a051882eb179cde25b92897f1e | diff --git a/tests/basics/builtin_range.py b/tests/basics/builtin_range.py
index <HASH>..<HASH> 100644
--- a/tests/basics/builtin_range.py
+++ b/tests/basics/builtin_range.py
@@ -33,6 +33,10 @@ print(range(1, 4)[0:])
print(range(1, 4)[1:])
print(range(1, 4)[:-1])
print(range(7, -2, -4)[:])
+print(range(1, 100, 5)[5:... | tests/basics/builtin_range: Add tests for negative slicing of range. | micropython_micropython | train |
ec3fe579f2cf4beb3d4dd48c9008b340a70bc393 | diff --git a/src/Parser.php b/src/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -6,6 +6,9 @@ use MarkWilson\XmlToJson\XmlToJsonConverter;
class Parser {
public $c;
+ public $header;
+ public $proxy;
+ public $opts;
public function __construct()
{
@@... | more complex file fet contents, so we have proxy oprion on it (testing in order) and we have user agent set method | iWedmak_laravel-5-extra-curl | train |
d6df2c7feba00beac63f327535c55f230254692e | diff --git a/lxc/project.go b/lxc/project.go
index <HASH>..<HASH> 100644
--- a/lxc/project.go
+++ b/lxc/project.go
@@ -164,7 +164,13 @@ func (c *cmdProjectDelete) Run(cmd *cobra.Command, args []string) error {
fmt.Printf(i18n.G("Project %s deleted")+"\n", resource.name)
}
- return nil
+ // Switch back to default... | Switch back to the default project after deleting a project | lxc_lxd | train |
3f6dea37b7b94cba046a5cc3ee3a19c3f7c49fcc | diff --git a/fireplace/card.py b/fireplace/card.py
index <HASH>..<HASH> 100644
--- a/fireplace/card.py
+++ b/fireplace/card.py
@@ -610,7 +610,7 @@ class Spell(PlayableCard):
def hit(self, target, amount):
if not self.immune_to_spellpower:
- amount += self.controller.spellpower
+ amount = self.controller.get_... | Implement Player.get_spell_damage()
This allows us to reuse the same spell damage logic in cards such
as Arcane Missiles as the base logic in Spell.hit().
Required to implement Velen (SPELLPOWER_DOUBLE). | jleclanche_fireplace | train |
b9bbc30b932b116b685e60243b3398ed2f64321b | diff --git a/cheroot/test/test_conn.py b/cheroot/test/test_conn.py
index <HASH>..<HASH> 100644
--- a/cheroot/test/test_conn.py
+++ b/cheroot/test/test_conn.py
@@ -385,7 +385,9 @@ def test_keepalive(test_client, http_server_protocol):
assert status_line[4:] == 'OK'
assert actual_resp_body == pov.encode()
... | Fix pylint issues | cherrypy_cheroot | train |
d14b16d753669ec3fc86483285703259bf457595 | diff --git a/pylls/cachet.py b/pylls/cachet.py
index <HASH>..<HASH> 100644
--- a/pylls/cachet.py
+++ b/pylls/cachet.py
@@ -456,7 +456,7 @@ class MetricPoints(client.CachetAPIEndPoint):
class Subscribers(client.CachetAPIEndPoint):
- """Subscribers endpoint: https://docs.cachethq.io/reference#get-subscribers
+ ... | Change Subscribers class behavior (+docstrings)
The delete method now return None on success.
Docstrings has be reviewed to be Sphynx compatible. | outini_python-pylls | train |
39eb8abe15ca1c6b2a55012825815c46f7c2c188 | diff --git a/lib/testing/classes/util.php b/lib/testing/classes/util.php
index <HASH>..<HASH> 100644
--- a/lib/testing/classes/util.php
+++ b/lib/testing/classes/util.php
@@ -940,11 +940,22 @@ abstract class testing_util {
}
/**
+ * Delete tablesupdatedbyscenario file. This should be called before suite... | MDL-<I> behat: Delete tablesupdatedbyscenario before suite
Delete tablesupdatedbyscenario before db reset to ensure
db is fully reset. In case user exits or process terminated
then the file will be left and can lead to wrong results | moodle_moodle | train |
4370bd4faf8913a72d9a6afc7e804b61126d0e59 | diff --git a/salt/payload.py b/salt/payload.py
index <HASH>..<HASH> 100644
--- a/salt/payload.py
+++ b/salt/payload.py
@@ -133,7 +133,9 @@ class Serial(object):
for idx, entry in enumerate(obj):
obj[idx] = verylong_encoder(entry)
return obj
- ... | Pylint 3 compatability fix for payload.py | saltstack_salt | train |
2c81c92e39132343aaa117ba2741afad8ff5fbad | diff --git a/lib/Builder/ParseQueueProcessor.php b/lib/Builder/ParseQueueProcessor.php
index <HASH>..<HASH> 100644
--- a/lib/Builder/ParseQueueProcessor.php
+++ b/lib/Builder/ParseQueueProcessor.php
@@ -10,8 +10,10 @@ use Doctrine\RST\ErrorManager;
use Doctrine\RST\Kernel;
use Doctrine\RST\Metas;
use Doctrine\RST\Pa... | Split up responsibilities in ParseQueueProcessor | doctrine_rst-parser | train |
93a452f2538c36a042f7f70c18caa4a856467274 | diff --git a/lib/Models/WebMapServiceCatalogItem.js b/lib/Models/WebMapServiceCatalogItem.js
index <HASH>..<HASH> 100644
--- a/lib/Models/WebMapServiceCatalogItem.js
+++ b/lib/Models/WebMapServiceCatalogItem.js
@@ -1463,13 +1463,17 @@ function computeLegendForLayer(catalogItem, thisLayer, styleName) {
}
}... | Fix incorrect logic when there is more than one legend for a style. | TerriaJS_terriajs | train |
3c49252d47f149c8b3262f9a1db83f11340e368b | diff --git a/src/python/grpcio_tests/tests/unit/_server_shutdown_scenarios.py b/src/python/grpcio_tests/tests/unit/_server_shutdown_scenarios.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio_tests/tests/unit/_server_shutdown_scenarios.py
+++ b/src/python/grpcio_tests/tests/unit/_server_shutdown_scenarios.py
@@ -8... | bazel docker image does not support ipv6 | grpc_grpc | train |
234d8aa6ce5b9d46f774df3ab37414f5d2023070 | diff --git a/src/basis.js b/src/basis.js
index <HASH>..<HASH> 100644
--- a/src/basis.js
+++ b/src/basis.js
@@ -881,18 +881,15 @@
var processing = false;
var timer;
- function process(){
- // if any timer - reset it
- if (timer)
- timer = clearImmediate(timer);
-
+ // run process queue... | core: move asap try/finally code aside (to not call unoptimized function when no task in queue) | basisjs_basisjs | train |
cbca656e6dbc2138f96f7234076f15d65dd760f6 | diff --git a/code/fulfilment/OrderProcessor.php b/code/fulfilment/OrderProcessor.php
index <HASH>..<HASH> 100644
--- a/code/fulfilment/OrderProcessor.php
+++ b/code/fulfilment/OrderProcessor.php
@@ -92,7 +92,7 @@ class OrderProcessor{
return false;
}
$payment = Payment::create()
- ->init($gateway, $this->or... | FIX: allow changing payment currency
fixes #<I> | silvershop_silvershop-core | train |
4cb4f73e95f300b366707366d52dd179059f9bdb | diff --git a/decidim-generators/lib/decidim/generators/install_generator.rb b/decidim-generators/lib/decidim/generators/install_generator.rb
index <HASH>..<HASH> 100644
--- a/decidim-generators/lib/decidim/generators/install_generator.rb
+++ b/decidim-generators/lib/decidim/generators/install_generator.rb
@@ -89,7 +89,... | Add natively a .keep file to empty directory to include on git committing (#<I>) | decidim_decidim | train |
764551699e5eaab39193601375e380811255e1eb | diff --git a/asv/runner.py b/asv/runner.py
index <HASH>..<HASH> 100644
--- a/asv/runner.py
+++ b/asv/runner.py
@@ -728,7 +728,7 @@ class ForkServer(Spawner):
def _stdout_reader(self):
try:
- out, _ = self.server_proc.communicate()
+ out = self.server_proc.stdout.read()
... | forkserver: wait for child process in main thread
This ensures the pid remains valid, so that the calls to killpg_safe in
ForkServer.close work. | airspeed-velocity_asv | train |
82eeccba9cd589df85caba12251e0535299c5a4b | diff --git a/src/module-elasticsuite-core/Search/Request/Query/Fulltext/QueryBuilder.php b/src/module-elasticsuite-core/Search/Request/Query/Fulltext/QueryBuilder.php
index <HASH>..<HASH> 100644
--- a/src/module-elasticsuite-core/Search/Request/Query/Fulltext/QueryBuilder.php
+++ b/src/module-elasticsuite-core/Search/R... | Use cutoff frequency on weighted fields search. | Smile-SA_elasticsuite | train |
e4dd72a3e77e2975f243195c9db2a256c8b8116c | diff --git a/salt/grains/core.py b/salt/grains/core.py
index <HASH>..<HASH> 100644
--- a/salt/grains/core.py
+++ b/salt/grains/core.py
@@ -1047,6 +1047,7 @@ _OS_NAME_MAP = {
'synology': 'Synology',
'nilrt': 'NILinuxRT',
'manjaro': 'Manjaro',
+ 'manjarolin': 'Manjaro',
'antergos': 'Antergos',
... | Update os_name_map in core grains for new manjaro systems | saltstack_salt | train |
5d6023cf8ebf6c3097d7a4b88a102a270f0d740d | diff --git a/daemon/create.go b/daemon/create.go
index <HASH>..<HASH> 100644
--- a/daemon/create.go
+++ b/daemon/create.go
@@ -42,7 +42,7 @@ func (daemon *Daemon) containerCreate(params types.ContainerCreateConfig, manage
err = daemon.verifyNetworkingConfig(params.NetworkingConfig)
if err != nil {
- return types... | add warning in containerCreate response | moby_moby | train |
8d1806945ef6811990c3cd01e3b5ea70badee0e6 | diff --git a/test/end2end_test.go b/test/end2end_test.go
index <HASH>..<HASH> 100644
--- a/test/end2end_test.go
+++ b/test/end2end_test.go
@@ -1595,6 +1595,61 @@ func testExceedMaxStreamsLimit(t *testing.T, e env) {
}
}
+func TestStreamsQuotaRecovery(t *testing.T) {
+ defer leakCheck(t)()
+ for _, e := range listT... | Release the quota taken in streamsQuota when an rpc is timeout or canceled. | grpc_grpc-go | train |
4bd6a9b431625687776cb5d5a99e888a952e024d | diff --git a/sovrin_node/pool/local_pool.py b/sovrin_node/pool/local_pool.py
index <HASH>..<HASH> 100644
--- a/sovrin_node/pool/local_pool.py
+++ b/sovrin_node/pool/local_pool.py
@@ -1,11 +1,13 @@
import os
from collections import deque
+import shutil
from plenum.common.member.steward import Steward
from plenum.c... | Agent generalization (#<I>)
* import tweek for changes in client
* fix getting started 2 script issues | hyperledger_indy-node | train |
8eea0244a11a1a4df1fce8a5db4141c515ce4c56 | diff --git a/pymc3/sampling.py b/pymc3/sampling.py
index <HASH>..<HASH> 100644
--- a/pymc3/sampling.py
+++ b/pymc3/sampling.py
@@ -351,6 +351,7 @@ def sample(draws=500, step=None, init='auto', n_init=200000, start=None,
# gradient computation failed
pm._log.info("Initializing NUTS failed. "
... | Catch pickle related AttributeErrors | pymc-devs_pymc | train |
97dff5b51ca691e1cdc238f712253a5f5372d5ae | diff --git a/requirements-dev.txt b/requirements-dev.txt
index <HASH>..<HASH> 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,5 +1,6 @@
-e .
behave==1.2.5
pexpect==4.0.1
+pytest-asyncio==0.3.0
pytest-xdist==1.13.1
pytest==2.8.5
diff --git a/tests/test_prompt.py b/tests/test_prompt.py
index <HASH... | exit gracefully on ctrl+d | renanivo_with | train |
32e96311c15b6710b18d757c1d4ab06e21272265 | diff --git a/src/jsgrid.core.js b/src/jsgrid.core.js
index <HASH>..<HASH> 100755
--- a/src/jsgrid.core.js
+++ b/src/jsgrid.core.js
@@ -911,7 +911,7 @@
},
loadData: function(filter) {
- filter = filter || (this.filtering ? this._getFilter() : {});
+ filter = filter || (this.filt... | Core: Make getFilter method public | tabalinas_jsgrid | train |
ba99ab35a4346aab117bebca0a2636086d9ab3cf | diff --git a/src/collectors/postfix/postfix.py b/src/collectors/postfix/postfix.py
index <HASH>..<HASH> 100644
--- a/src/collectors/postfix/postfix.py
+++ b/src/collectors/postfix/postfix.py
@@ -57,10 +57,13 @@ class PostfixCollector(diamond.collector.Collector):
return None
def getData(self):
-... | Catch an error when run before a email has been sent take 2 | python-diamond_Diamond | train |
b6119d930eea96a6114136f2ac55d3ae711fb466 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -18,6 +18,8 @@ end
require 'resque'
require 'resque_cleaner'
+$TEST_PID = Process.pid
+
#
# make sure we can run redis
#
@@ -34,11 +36,14 @@ end
# kill it when they end
#
M... | tests: sync "kill test server" code with resque
Copy the logic from Resque's test/legacy/test_helper.rb.This allows
Travis CI to properly kill the test redis server. | ono_resque-cleaner | train |
221aab3352ebef9b7f3d215b8adafcb44db1c3ff | diff --git a/lib/core/topologies/replset.js b/lib/core/topologies/replset.js
index <HASH>..<HASH> 100644
--- a/lib/core/topologies/replset.js
+++ b/lib/core/topologies/replset.js
@@ -300,15 +300,11 @@ function connectNewServers(self, servers, callback) {
// Destroyed
if (self.state === DESTROYED || self... | refactor(replset): reduce server count when destroyed | mongodb_node-mongodb-native | train |
25f2e0c57eae5e20f2edf3078acf2e4d372f6622 | diff --git a/hazelcast-client/src/test/java/com/hazelcast/client/ClientServiceTest.java b/hazelcast-client/src/test/java/com/hazelcast/client/ClientServiceTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast-client/src/test/java/com/hazelcast/client/ClientServiceTest.java
+++ b/hazelcast-client/src/test/java/com/hazel... | add messages to tests in testClientListenerDisconnected
Removed test timeout and added log messages to asserts to understand
where the test failed.
related to <URL> | hazelcast_hazelcast | train |
05916ed32ec9206baff2dd917440569bbae8c106 | diff --git a/tutorials/future/tf2/cifar10_tutorial.py b/tutorials/future/tf2/cifar10_tutorial.py
index <HASH>..<HASH> 100644
--- a/tutorials/future/tf2/cifar10_tutorial.py
+++ b/tutorials/future/tf2/cifar10_tutorial.py
@@ -50,7 +50,17 @@ def ld_cifar10():
dataset, info = tfds.load('cifar10',
... | Update tutorials/future/tf2/cifar<I>_tutorial.py | tensorflow_cleverhans | train |
0ec63afec2558d76312bf6fddc3f171ceebfa584 | diff --git a/src/transformers/convert_pegasus_tf_to_pytorch.py b/src/transformers/convert_pegasus_tf_to_pytorch.py
index <HASH>..<HASH> 100644
--- a/src/transformers/convert_pegasus_tf_to_pytorch.py
+++ b/src/transformers/convert_pegasus_tf_to_pytorch.py
@@ -47,8 +47,8 @@ PATTERNS = [
def rename_state_dict_key(k):
... | fix bug in pegasus converter (#<I>) | huggingface_pytorch-pretrained-BERT | train |
ac71a7ec80c4c35f4172c948838e69c856757f42 | diff --git a/src/sap.ui.unified/test/sap/ui/unified/visual/CalendarVisual.spec.js b/src/sap.ui.unified/test/sap/ui/unified/visual/CalendarVisual.spec.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.unified/test/sap/ui/unified/visual/CalendarVisual.spec.js
+++ b/src/sap.ui.unified/test/sap/ui/unified/visual/CalendarVisu... | [INTERNAL] sap.ui.unified.Calendar: visual tests are working for IOS
BCP: <I>
Change-Id: Ic<I>aa1d2ce2da<I>e<I>c<I>f9ad<I>f<I>b<I>cad | SAP_openui5 | train |
c2aeadf53a48bce12d4600a4a26e89cff0a96255 | diff --git a/tests/state_machine.py b/tests/state_machine.py
index <HASH>..<HASH> 100755
--- a/tests/state_machine.py
+++ b/tests/state_machine.py
@@ -14,7 +14,7 @@ except ImportError:
from bacpypes.debugging import bacpypes_debugging, ModuleLogger
from bacpypes.comm import Client, Server
-from bacpypes.task import... | make a specialized task for state timeouts for easier debugging | JoelBender_bacpypes | train |
6739cc3f518bec49c5bf1af5642830e585c859ff | diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py
index <HASH>..<HASH> 100755
--- a/seleniumbase/fixtures/base_case.py
+++ b/seleniumbase/fixtures/base_case.py
@@ -3598,6 +3598,7 @@ class BaseCase(unittest.TestCase):
or srt_actions[n - 1][0] == "js_ca"
... | Optimize Recorder-exported files | seleniumbase_SeleniumBase | train |
9e5c687a8c9ccff11e4d28f2f3e8d6181805ebda | diff --git a/dimodsampler/samplers/simulated_annealing.py b/dimodsampler/samplers/simulated_annealing.py
index <HASH>..<HASH> 100644
--- a/dimodsampler/samplers/simulated_annealing.py
+++ b/dimodsampler/samplers/simulated_annealing.py
@@ -58,9 +58,9 @@ class SimulatedAnnealingSampler(DiscreteModelSampler):
# i... | samples -> n_samples | dwavesystems_dimod | train |
56dd480eec2b0409a72af1a9ef49f388e4d86771 | diff --git a/lib/swf/task_handler.rb b/lib/swf/task_handler.rb
index <HASH>..<HASH> 100644
--- a/lib/swf/task_handler.rb
+++ b/lib/swf/task_handler.rb
@@ -21,7 +21,7 @@ module SWF
begin
details_json = JSON.pretty_unparse({
handler_class: handler_class && handler_class.name,
- ... | inspect is too long, truncating is unhelpful, need to override inspect to not include gigantic instance variables | change_aws-swf | train |
5ce16a7b85d2f38952f26c5025f9f841bbc4bb54 | diff --git a/components/vr-image.js b/components/vr-image.js
index <HASH>..<HASH> 100644
--- a/components/vr-image.js
+++ b/components/vr-image.js
@@ -19,9 +19,8 @@
value: function() {
var material = this.getMaterial();
var geometry = this.getGeometry();
- this.ob... | Fixing inefficiencies in sphere and image | aframevr_aframe | train |
a7a81e79691c23a97f9fee0035f81dd8908c589f | diff --git a/src/data/Data.js b/src/data/Data.js
index <HASH>..<HASH> 100644
--- a/src/data/Data.js
+++ b/src/data/Data.js
@@ -11,7 +11,8 @@
}
// TODO: Implement find
-// TODO: How to solve switching storages? Option?
+// TODO: Implement update
+// TODO: How to solve switching storages? Option? What about h... | Updating existing object in storage. | wigy_chronicles_of_angular | train |
cf8b6c123756fca2ee1c21ae61e86795df7bdd04 | diff --git a/pkg/codegen/hcl2/rewrite_convert.go b/pkg/codegen/hcl2/rewrite_convert.go
index <HASH>..<HASH> 100644
--- a/pkg/codegen/hcl2/rewrite_convert.go
+++ b/pkg/codegen/hcl2/rewrite_convert.go
@@ -2,11 +2,13 @@ package hcl2
import (
"github.com/hashicorp/hcl/v2"
+ "github.com/hashicorp/hcl/v2/hclsyntax"
"g... | Convert primitive types in C# program gen (#<I>) | pulumi_pulumi | train |
d40276a1f558c6b23a78b03c7956e910a73ddf95 | diff --git a/src/test/java/edu/jhu/pacaya/gm/inf/BfsMpScheduleTest.java b/src/test/java/edu/jhu/pacaya/gm/inf/BfsMpScheduleTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/edu/jhu/pacaya/gm/inf/BfsMpScheduleTest.java
+++ b/src/test/java/edu/jhu/pacaya/gm/inf/BfsMpScheduleTest.java
@@ -21,7 +21,7 @@ import edu.... | Using MST features in speed tests. | mgormley_pacaya | train |
19ef7e297522bb1514055d580eadf248db47a1eb | diff --git a/core/server/master/src/main/java/alluxio/master/file/meta/InodeLockList.java b/core/server/master/src/main/java/alluxio/master/file/meta/InodeLockList.java
index <HASH>..<HASH> 100644
--- a/core/server/master/src/main/java/alluxio/master/file/meta/InodeLockList.java
+++ b/core/server/master/src/main/java/a... | Use initial capacity for locklist (#<I>) | Alluxio_alluxio | train |
2d01c06211a13c26fe88a1bb134192569eb2b54b | diff --git a/instances/src/components/ServiceInstanceDetails/ServiceInstanceBindings/BindApplicationModal/Resources.component.js b/instances/src/components/ServiceInstanceDetails/ServiceInstanceBindings/BindApplicationModal/Resources.component.js
index <HASH>..<HASH> 100644
--- a/instances/src/components/ServiceInstanc... | Fix bindable resources (#<I>) | kyma-project_console | train |
4d798416834f0caa813311016eed9c9d3f04bdb1 | diff --git a/stomp/test/utils_test.py b/stomp/test/utils_test.py
index <HASH>..<HASH> 100644
--- a/stomp/test/utils_test.py
+++ b/stomp/test/utils_test.py
@@ -29,3 +29,16 @@ class TestUtils(unittest.TestCase):
]
self.assertEquals(
{'h1': r'foo:\bar ', 'h:2': 'baz\r\nquux'}, parse_headers... | Fix heartbeat calculation
Need to compare client outgoing/incoming with server incoming/outgoing,
not server outgoing/incoming. | jasonrbriggs_stomp.py | train |
a2ec2a203e5bb55c80de4b085bbd1848d5c52907 | diff --git a/spyder/plugins/findinfiles/widgets.py b/spyder/plugins/findinfiles/widgets.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/findinfiles/widgets.py
+++ b/spyder/plugins/findinfiles/widgets.py
@@ -1384,7 +1384,7 @@ class FindInFilesWidget(PluginMainWidget):
# Set dialog properties
... | Find: Change title of max results dialog | spyder-ide_spyder | train |
821e009626d282c41e071e727c2932f8bdf561d7 | diff --git a/app/models/changeset.rb b/app/models/changeset.rb
index <HASH>..<HASH> 100644
--- a/app/models/changeset.rb
+++ b/app/models/changeset.rb
@@ -529,9 +529,11 @@ class Changeset < ActiveRecord::Base
all_deps = []
to_resolve = package_names
-
while not to_resolve.empty?
+
deps = get... | <I> - dep. calc. selects only latest versions of packages | Katello_katello | train |
cf36604b9952eefe4c58f8ffa00a6bfe76427704 | diff --git a/control/runner.go b/control/runner.go
index <HASH>..<HASH> 100644
--- a/control/runner.go
+++ b/control/runner.go
@@ -173,19 +173,6 @@ func (c *apCollection) Next() bool {
}
// Handles events pertaining to plugins and control the runnning state accordingly.
-type runner struct {
- delegates []go... | Relocate runner struct closer to runner functions | intelsdi-x_snap | train |
992b259bc7ea13ef26e26e4bb0039ee1091c10eb | diff --git a/src/Parser.php b/src/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -38,10 +38,10 @@ class Parser
public $feedName = false;
/**
- * Contains an array of found events that need to be handled
+ * Contains an array of found incidents that need to be han... | refactor event to incident to prevent model confusion | AbuseIO_parser-common | train |
aab77c029c2bd4a2a5f10630d683725daf2299ac | diff --git a/face/geomajas-face-pure-gwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/gadget/ZoomToRectangleGadget.java b/face/geomajas-face-pure-gwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/gadget/ZoomToRectangleGadget.java
index <HASH>..<HASH> 100644
--- a/face/geomajas-face-pure-gwt/cli... | PURE-<I>: Make sure the zoom to rectangle controller can be canceled through the escape key. | geomajas_geomajas-project-server | train |
aa12aee8216612551f629d3aa7d37552aaf86801 | diff --git a/aws/s3.go b/aws/s3.go
index <HASH>..<HASH> 100644
--- a/aws/s3.go
+++ b/aws/s3.go
@@ -63,8 +63,12 @@ func (s S3) GetURLTemplate(option *media_library.Option) (path string) {
}
func (s S3) Store(url string, option *media_library.Option, reader io.Reader) error {
- var buffer = []byte{}
- reader.Read(buf... | Fix file read when uploading to s3 | qor_media | train |
9ea0ed38e2335140a4e3f0203dda09efd906ef76 | diff --git a/dice_vs.go b/dice_vs.go
index <HASH>..<HASH> 100644
--- a/dice_vs.go
+++ b/dice_vs.go
@@ -1,6 +1,7 @@
package dice
import (
+ "errors"
"fmt"
"math/rand"
"regexp"
@@ -27,11 +28,17 @@ func (VsRoller) Roll(matches []string) (fmt.Stringer, error) {
if err != nil {
return nil, err
}
+ if dice <... | Fixing tom's exploding d1's bug | justinian_dice | train |
988e16a839f98dd7956825c32037ecd3261d8217 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Retry any exceptions (not just `DockerClientException`) on image pull ([\#662](https://github.com/testcontainers... | #<I> Fixed handling of the paths with `+` in them (#<I>) | testcontainers_testcontainers-java | train |
7f28fe06cf7888589e8d4fdaa65d537490c45438 | diff --git a/lxd/storage/drivers/utils.go b/lxd/storage/drivers/utils.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/utils.go
+++ b/lxd/storage/drivers/utils.go
@@ -295,17 +295,12 @@ func deleteParentSnapshotDirIfEmpty(poolName string, volType VolumeType, volName
// ensureSparseFile creates a sparse empty fi... | lxd/storage: Fix regression in truncate handling | lxc_lxd | train |
04bf0bce26944fa3b65fc382c6b2c24986713269 | diff --git a/testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java b/testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java
index <HASH>..<HASH> 100644
--- a/testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java
+++ b/testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java
@@ -11,6 +11,7 @@ import org.... | Lightweight test<I> runner | mozilla_rhino | train |
932721a05285564416b8dcc679dc0426f5e7744e | diff --git a/lib/interfaces/IMessage.js b/lib/interfaces/IMessage.js
index <HASH>..<HASH> 100644
--- a/lib/interfaces/IMessage.js
+++ b/lib/interfaces/IMessage.js
@@ -76,30 +76,41 @@ class IMessage extends IBase {
get edits() {
return this._discordie._messages.getEdits(this.id);
}
- edit(content, mentions) ... | Remove mentions array from sendMessage/reply/edit | qeled_discordie | train |
4b56ad7d4b03855de387a36b0a772534d2f6c144 | diff --git a/angr/analyses/decompiler/utils.py b/angr/analyses/decompiler/utils.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/decompiler/utils.py
+++ b/angr/analyses/decompiler/utils.py
@@ -220,7 +220,7 @@ def to_ail_supergraph(transition_graph: networkx.DiGraph) -> networkx.DiGraph:
# remove all edges that... | Edges may not have a 'type' label. | angr_angr | train |
2a3bff6171ad9c528be6bef40b0a93ad72875ca3 | diff --git a/foolbox/tests/conftest.py b/foolbox/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/foolbox/tests/conftest.py
+++ b/foolbox/tests/conftest.py
@@ -232,8 +232,13 @@ def bn_image():
@pytest.fixture
def bn_images():
np.random.seed(22)
- image = np.random.uniform(size=(7, 5, 5, 10)).astype(np.floa... | Test the batched attacks on batches containing the same image | bethgelab_foolbox | train |
9530f3c9b64fb4b53eaefeedc33045d8310cf801 | diff --git a/Web/Weather.php b/Web/Weather.php
index <HASH>..<HASH> 100644
--- a/Web/Weather.php
+++ b/Web/Weather.php
@@ -4,7 +4,6 @@
* used to read the weather from NOAA, requires sb_Weather_Feed
*
* @author Paul 05/21/2005
- * @version 2.11 12/08/2008
* @package sb_Web
*
*/ | removed versionnumber as they are no longer used since switching to svn | surebert_surebert-framework | train |
75197fe09a85646a6ca1d877f5dde21da60e6b76 | diff --git a/src/__tests__/events.js b/src/__tests__/events.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/events.js
+++ b/src/__tests__/events.js
@@ -167,6 +167,14 @@ eventTypes.forEach(({type, events, elementType}) => {
expect(spy).toHaveBeenCalledTimes(1)
})
})
+
+ it('fires resize', () =... | feat(fireEvent): Add resize event (#<I>) | testing-library_dom-testing-library | train |
00d31acd07201296b11244747af64ea36cdea882 | diff --git a/packages/api-client/src/query.js b/packages/api-client/src/query.js
index <HASH>..<HASH> 100644
--- a/packages/api-client/src/query.js
+++ b/packages/api-client/src/query.js
@@ -4,7 +4,7 @@ function query(config: PhenomicQueryConfig): PhenomicQueryConfig {
debug("query", config);
// note that durin... | @phenomic/api-client: Remove hasOwnProperty checks (#<I>) | phenomic_phenomic | train |
c13f5af1a9447d25c4d09e208b960fe7313e0628 | diff --git a/src/java/com/bungleton/yarrgs/parser/Command.java b/src/java/com/bungleton/yarrgs/parser/Command.java
index <HASH>..<HASH> 100644
--- a/src/java/com/bungleton/yarrgs/parser/Command.java
+++ b/src/java/com/bungleton/yarrgs/parser/Command.java
@@ -17,9 +17,6 @@ import com.bungleton.yarrgs.YarrgParseException... | No need for these to be public now that help is generated in Command | groves_yarrgs | train |
1f583f90dcdb0d934b4ad695a185d8ec0903f46e | diff --git a/library/src/main/java/com/getbase/android/db/provider/Query.java b/library/src/main/java/com/getbase/android/db/provider/Query.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/getbase/android/db/provider/Query.java
+++ b/library/src/main/java/com/getbase/android/db/provider/Query.java
@@ -3... | Different approach in whereIn so sqlite doesn't complain about
'too many parameters' thing anymore | futuresimple_android-db-commons | train |
8859068cd4c5845d872625bce6ee4cd1ae2f8cbd | diff --git a/client/src/views/application.js b/client/src/views/application.js
index <HASH>..<HASH> 100644
--- a/client/src/views/application.js
+++ b/client/src/views/application.js
@@ -51,7 +51,7 @@ _kiwi.view.Application = Backbone.View.extend({
$(window).on('blur', function windowOnBlur() {
va... | Keeping the .last_seen message marker in place until window blurs again | prawnsalad_KiwiIRC | train |
6ce1ff80952e637b6c7cd416dd6744d2e65df26c | diff --git a/matplotlib2tikz/quadmesh.py b/matplotlib2tikz/quadmesh.py
index <HASH>..<HASH> 100644
--- a/matplotlib2tikz/quadmesh.py
+++ b/matplotlib2tikz/quadmesh.py
@@ -2,7 +2,8 @@
#
import os
import matplotlib as mpl
-from matplotlib.backends import backend_agg
+from matplotlib.backends.backend_agg import Rendere... | matplotlib2tikz/quadmesh.py - Change import of RendererAgg to the way it's done in matplotlib's own mixed backend | nschloe_matplotlib2tikz | train |
d1a0813efbbcc2bce884e779e3ce15ca90a9ab3e | diff --git a/transport/http2_client.go b/transport/http2_client.go
index <HASH>..<HASH> 100644
--- a/transport/http2_client.go
+++ b/transport/http2_client.go
@@ -252,6 +252,9 @@ func (t *http2Client) newStream(ctx context.Context, callHdr *CallHdr) *Stream {
s.windowHandler = func(n int) {
t.updateWindow(s, uint3... | Add comment for why use the user provided ctx in client side stream | grpc_grpc-go | train |
1d262254ee1e2297cb13f6a4eeba844e6f2808c8 | diff --git a/cnxepub/tests/test_collation.py b/cnxepub/tests/test_collation.py
index <HASH>..<HASH> 100644
--- a/cnxepub/tests/test_collation.py
+++ b/cnxepub/tests/test_collation.py
@@ -288,38 +288,32 @@ body::after {
/* copied from cte books/rulesets/common/toc.less */
body > div[data-type="page"],
-body > div[da... | convert ruleset to pass-in-selector syntax | openstax_cnx-epub | train |
dde8e2a02c1421deb3b4d9839ae23487f8bd412c | diff --git a/js/ui/ItemsView.js b/js/ui/ItemsView.js
index <HASH>..<HASH> 100644
--- a/js/ui/ItemsView.js
+++ b/js/ui/ItemsView.js
@@ -29,13 +29,13 @@ define(
$defaultTemplateName: 'item',
- ctor: function(){
+ ctor: function () {
this.callBase();
- ... | optimized caching of number and string items in ItemsView | rappid_rAppid.js | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.