hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
69ea1b668799985fdf881c5e7f2c8cf5a07f02e9 | diff --git a/packages/blueprint-schedule/app/services/schedule.js b/packages/blueprint-schedule/app/services/schedule.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-schedule/app/services/schedule.js
+++ b/packages/blueprint-schedule/app/services/schedule.js
@@ -111,11 +111,35 @@ module.exports = Service.extend... | chore: added unit test for lifecycle methods | onehilltech_blueprint | train |
f153dd67dcb67ab1dff866f1ca6fa09beea4cb48 | diff --git a/statik/pagination.py b/statik/pagination.py
index <HASH>..<HASH> 100644
--- a/statik/pagination.py
+++ b/statik/pagination.py
@@ -78,7 +78,7 @@ class PaginatorIterator:
return self
def next(self):
- if self.cur_page > self.paginator.total_pages:
+ if self.cur_page > self.pagin... | bugfix for incorrect page iteration in pagination | thanethomson_statik | train |
37ba358c3078245765e6f27d90782a592200d306 | diff --git a/mopidy_alarmclock/alarm_manager.py b/mopidy_alarmclock/alarm_manager.py
index <HASH>..<HASH> 100644
--- a/mopidy_alarmclock/alarm_manager.py
+++ b/mopidy_alarmclock/alarm_manager.py
@@ -89,7 +89,7 @@ class AlarmManager(object):
# if self.core.tracklist.length < 1:
# raise Except... | Test: troubleshoot exception in tests | DavisNT_mopidy-alarmclock | train |
9b3203d370eee8e0dc1b90b9d399ed1ae9141f8a | diff --git a/src/components/mixins/selectMixin.js b/src/components/mixins/selectMixin.js
index <HASH>..<HASH> 100644
--- a/src/components/mixins/selectMixin.js
+++ b/src/components/mixins/selectMixin.js
@@ -3,6 +3,39 @@ var React = require('react');
var DropdownList = require('react-widgets/lib/DropdownList');
var Mu... | Fix strict mode violation
I didn't realize this file went through a transform and strictmode automatically applied. The JSX at the bottom should have been a dead-giveaway ;P ohwell.. this makes my transformer work by escaping strict mode for the evaluation of the field expressions. | formio_react-formio | train |
a38a8f047f443c0b9be2a82e15a8b2867e4c9db9 | diff --git a/rstcheck.py b/rstcheck.py
index <HASH>..<HASH> 100755
--- a/rstcheck.py
+++ b/rstcheck.py
@@ -23,7 +23,7 @@ RED = '\x1b[31m'
END = '\x1b[0m'
-def error(text):
+def print_error(text):
"""Return text colored with ANSI escapes."""
if sys.stderr.isatty():
text = RED + text + END
@@ -144... | Make rstcheck more usable as a module | myint_rstcheck | train |
fac67d6c828398171938754e810a36653c457bc5 | diff --git a/algorithms/sort/heap_sort.py b/algorithms/sort/heap_sort.py
index <HASH>..<HASH> 100644
--- a/algorithms/sort/heap_sort.py
+++ b/algorithms/sort/heap_sort.py
@@ -38,7 +38,7 @@ def max_heapify(arr, end, simulation, iteration):
if simulation:
iteration = iteration + 1
... | docs: fix simple typo, occured -> occurred (#<I>)
There is a small typo in algorithms/sort/heap_sort.py.
Should read `occurred` rather than `occured`. | keon_algorithms | train |
b4192cf7fe11ab725b946511acaafc11be476732 | diff --git a/example/src/spinning_dots.js b/example/src/spinning_dots.js
index <HASH>..<HASH> 100644
--- a/example/src/spinning_dots.js
+++ b/example/src/spinning_dots.js
@@ -9,20 +9,10 @@ export default class SpinningDots extends Component {
super();
this.state = {
layers: 9,
- ... | remove width and height measurement on spinning dots. not needed | bringking_react-web-animation | train |
7f60713d8b3aeb9ce5713cda04a6397283605a5b | diff --git a/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java b/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java
index <HASH>..<HASH> 100644
--- a/servlet/src/main/java/io/undertow/servlet/spec/AsyncContextImpl.java
+++ b/servlet/src/main/java/io/undertow/servlet/spec/AsyncContex... | UNDERTOW-<I> Don't actually complete() the async context until the thread has returned to the container | undertow-io_undertow | train |
46db8f3c8cd8b106ade8d7e04a191ee388683d60 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -209,3 +209,7 @@ TransportStream.prototype._nop = function _nop() {
// eslint-disable-next-line no-undefined
return void undefined;
};
+
+
+// Expose legacy stream
+module.exports.LegacyTransportStream = require('./lega... | Expose LegacyTransportStream on index (#<I>)
Expose LegacyTransportStream on index to allow bundlers to include the precompiled ES5 file.
Please see winstonjs/winston#<I> | winstonjs_winston-transport | train |
1710e763032d1cad792ec593ad76fb89e9fbc942 | diff --git a/src/adapters/mocha-blanket.js b/src/adapters/mocha-blanket.js
index <HASH>..<HASH> 100644
--- a/src/adapters/mocha-blanket.js
+++ b/src/adapters/mocha-blanket.js
@@ -52,7 +52,9 @@
};
mocha.reporter(blanketReporter);
+ var oldRun = mocha.run;
+ mocha.run = function(){ console.log("... | Prevent mocha dapter from running tests twice | alex-seville_blanket | train |
f2b7370f4601bd422a4cc84dd05b5a8f78dccf44 | diff --git a/lib/gir_ffi/builders/user_defined_builder.rb b/lib/gir_ffi/builders/user_defined_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/gir_ffi/builders/user_defined_builder.rb
+++ b/lib/gir_ffi/builders/user_defined_builder.rb
@@ -10,15 +10,19 @@ module GirFFI
end
def instantiate_class
- ... | Avoid re-registering a registered class | mvz_gir_ffi | train |
b9d7cabcaed9f9b8f7604505804cb6c6b7098829 | diff --git a/lib/corejs.js b/lib/corejs.js
index <HASH>..<HASH> 100644
--- a/lib/corejs.js
+++ b/lib/corejs.js
@@ -218,13 +218,16 @@ CoreJS.bootstrap = function(dir, config) {
return corejs.environment;
});
- // Run environment script
- var envFunc = app.require('config/env/' + appEnv);
- envFunc... | Config environments are now optional.
+ Boot file now exports app | derdesign_protos | train |
b9202b68f3fed6eeabdc0c38b6b06f6317ab226e | diff --git a/src/Request.php b/src/Request.php
index <HASH>..<HASH> 100644
--- a/src/Request.php
+++ b/src/Request.php
@@ -52,6 +52,12 @@ abstract class Request {
*/
private static $_cookie = array();
+ /**
+ * $_ENV
+ * @var array
+ */
+ private static $_env = array();
+
/**
... | Env variables now are available for the Request class | orbital-framework_framework | train |
1958520e349732dd51fbdffdbeefb03da9031c0b | diff --git a/lib/classes/ACL.class.php b/lib/classes/ACL.class.php
index <HASH>..<HASH> 100644
--- a/lib/classes/ACL.class.php
+++ b/lib/classes/ACL.class.php
@@ -1508,4 +1508,36 @@ class ACL implements cache_cacheableInterface
return $this;
}
+
+ /**
+ * get array of base_id's on which the user ... | methods moved to acl, added test | alchemy-fr_Phraseanet | train |
21dbbc3f0b5b8a8856e84520fbc7bf37d242b7f6 | diff --git a/pyrogram/client/style/html.py b/pyrogram/client/style/html.py
index <HASH>..<HASH> 100644
--- a/pyrogram/client/style/html.py
+++ b/pyrogram/client/style/html.py
@@ -17,6 +17,7 @@
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
import re
+from collections import OrderedDict
from ... | Fix style parsers randomly returning "unsorted" dicts.
This is due to Python <<I> having "unsorted" dicts. Dicts are inherently
unsorted, but starting from Python <I> they keep the order in which the
keys are inserted (useful for unpacking) | pyrogram_pyrogram | train |
b89ca084221a908fb01afbf50996d91ee0f2e7a3 | diff --git a/src/de/mrapp/android/preference/activity/PreferenceFragment.java b/src/de/mrapp/android/preference/activity/PreferenceFragment.java
index <HASH>..<HASH> 100644
--- a/src/de/mrapp/android/preference/activity/PreferenceFragment.java
+++ b/src/de/mrapp/android/preference/activity/PreferenceFragment.java
@@ -6... | Added condition to avoid repeately inflating the button bar. | michael-rapp_AndroidPreferenceActivity | train |
ed4b9eb26f1e7723ec5bfdd3690b9528fadb2450 | diff --git a/acceptancetests/assess_caas_deploy_kubeflow.py b/acceptancetests/assess_caas_deploy_kubeflow.py
index <HASH>..<HASH> 100755
--- a/acceptancetests/assess_caas_deploy_kubeflow.py
+++ b/acceptancetests/assess_caas_deploy_kubeflow.py
@@ -324,7 +324,8 @@ def prepare(caas_client, caas_provider, build):
caas... | Reset in kubeflow dir; | juju_juju | train |
f9de9fd68e5df67a2f5fcd37507c458865d0a132 | diff --git a/amplpy/__init__.py b/amplpy/__init__.py
index <HASH>..<HASH> 100644
--- a/amplpy/__init__.py
+++ b/amplpy/__init__.py
@@ -18,7 +18,7 @@ from .dataframe import DataFrame, Row, Column
from .utils import multidict, register_magics
from .environment import Environment
from .ampl import AMPL
-__version__ = '... | Prepare test release <I>b3 | ampl_amplpy | train |
fb0f7fe8c286edfa0ddd252024f8994cb00208b3 | diff --git a/prometheus/http.go b/prometheus/http.go
index <HASH>..<HASH> 100644
--- a/prometheus/http.go
+++ b/prometheus/http.go
@@ -15,9 +15,7 @@ package prometheus
import (
"bufio"
- "bytes"
"compress/gzip"
- "fmt"
"io"
"net"
"net/http"
@@ -41,19 +39,10 @@ const (
acceptEncodingHeader = "Accept-Enco... | Pull up HTTP changes into deprecated functions
So that also users of those can benefit. Obviously, we will end
updating deprecated functions one day (at latest once <I> is out). | prometheus_client_golang | train |
3fafe978a8b1cacd4748ea705ca39407dfe36eee | diff --git a/src/harvesters/_private/frontend/canvas.py b/src/harvesters/_private/frontend/canvas.py
index <HASH>..<HASH> 100644
--- a/src/harvesters/_private/frontend/canvas.py
+++ b/src/harvesters/_private/frontend/canvas.py
@@ -33,7 +33,8 @@ from genicam2.gentl import PAYLOADTYPE_INFO_IDS
# Local application/libr... | Resolve issue #<I> | genicam_harvesters | train |
bf6dc7a714df06c17709bfb73fa273bf9e8be1c6 | diff --git a/activerecord/test/cases/associations/eager_test.rb b/activerecord/test/cases/associations/eager_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/associations/eager_test.rb
+++ b/activerecord/test/cases/associations/eager_test.rb
@@ -1618,32 +1618,6 @@ class EagerAssociationTest < ActiveRec... | Partly revert #<I>
The PR#<I> changed `#preloaders_on` and added some test,
then #<I> reverted changes that were added to the method in #<I>.
Since changes in the method were reverted and as mentioned in the
comment <URL> | rails_rails | train |
5f214e4282b64ccbdac2f85c058cb64baec4d537 | diff --git a/generators/event_calendar/templates/jq_javascript.js b/generators/event_calendar/templates/jq_javascript.js
index <HASH>..<HASH> 100644
--- a/generators/event_calendar/templates/jq_javascript.js
+++ b/generators/event_calendar/templates/jq_javascript.js
@@ -2,7 +2,7 @@
* Smart event highlighting
* Hand... | Removed conflicts when using the jquery calendar and also using prototype in the project | elevation_event_calendar | train |
84d83b80d45908df85dceb1772a3432cc5214ae9 | diff --git a/src/test/java/javax/util/streamex/StreamExTest.java b/src/test/java/javax/util/streamex/StreamExTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/javax/util/streamex/StreamExTest.java
+++ b/src/test/java/javax/util/streamex/StreamExTest.java
@@ -601,6 +601,10 @@ public class StreamExTest {
... | StreamExTest: testOfPairs | amaembo_streamex | train |
e0d3811aedbfeb6a182b15dfa534cca0391e8955 | diff --git a/zipline/monitor.py b/zipline/monitor.py
index <HASH>..<HASH> 100644
--- a/zipline/monitor.py
+++ b/zipline/monitor.py
@@ -3,10 +3,9 @@ import gevent
import itertools
# pyzmq
import zmq
-# gevent_zeromq
import gevent_zeromq
-# zmq_ctypes
-#import zmq_ctypes
+
+from collections import OrderedDict
from... | Fail fast in monitor on errors. | quantopian_zipline | train |
5a42b58e7da1893c77278ddb05120071128d1e99 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,10 @@ Configure:
Squall can load configuration from a yaml file:
# .squall.yml
- base_uri 'https://onappurl.com'
- username 'username'
- password 'topsecret'
+ base_uri: 'https://onappurl.com'... | Added support for debug setting to config | Bweeb_squall | train |
f19e1603af84435ddc3c4b2055cdfc0cba6d6e63 | diff --git a/vendor/github.com/docker/engine-api/client/container_attach.go b/vendor/github.com/docker/engine-api/client/container_attach.go
index <HASH>..<HASH> 100644
--- a/vendor/github.com/docker/engine-api/client/container_attach.go
+++ b/vendor/github.com/docker/engine-api/client/container_attach.go
@@ -28,6 +28,... | UPSTREAM: docker/engine-api: <I>: Add Logs to ContainerAttachOptions
This is docker/docker PR <I> because docker has reintegrated
engine-api into the primary docker repo. | openshift_origin | train |
b7a2cd78c6151cd09229948a6356ddf58b9b636b | diff --git a/lib/emeril/metadata_chopper.rb b/lib/emeril/metadata_chopper.rb
index <HASH>..<HASH> 100644
--- a/lib/emeril/metadata_chopper.rb
+++ b/lib/emeril/metadata_chopper.rb
@@ -24,10 +24,10 @@ module Emeril
def initialize(metadata_file)
eval(IO.read(metadata_file), nil, metadata_file)
%w{name v... | Use a next to skip iteration in each block (style). | fnichol_emeril | train |
cef78ec6f25b47bc9cfde4f23a5e7645564ef4cc | diff --git a/guppi.py b/guppi.py
index <HASH>..<HASH> 100755
--- a/guppi.py
+++ b/guppi.py
@@ -229,7 +229,7 @@ class GuppiRaw(object):
plt.savefig(filename)
plt.show()
- def plot_spectrum(self, filename=None):
+ def plot_spectrum(self, filename=None, plot_db=True):
""" Do a (slow) numpy FFT and take power o... | Tested plotting on pks machine | UCBerkeleySETI_blimpy | train |
09a2f4d6e384789719a221dde089499d9e0f1b74 | diff --git a/lib/services/s3.js b/lib/services/s3.js
index <HASH>..<HASH> 100644
--- a/lib/services/s3.js
+++ b/lib/services/s3.js
@@ -38,7 +38,7 @@ AWS.util.update(AWS.S3.prototype, {
1) User defined version specified:
a) always return user defined version
2) No user defined version specified:
-... | fix: Update comment in s3.getSignatureVersion (#<I>) | aws_aws-sdk-js | train |
b0974d72f5efa0e771d43ddd6523afc337f57da5 | diff --git a/framework/core/src/Http/Middleware/ShareErrorsFromSession.php b/framework/core/src/Http/Middleware/ShareErrorsFromSession.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Http/Middleware/ShareErrorsFromSession.php
+++ b/framework/core/src/Http/Middleware/ShareErrorsFromSession.php
@@ -1,4 +1,5 @@
... | satisfying sci isnt enough for it, lets please it further | flarum_core | train |
84d627af1c4c3c4f8538b9aebcc5563cd58076b3 | diff --git a/money-api/convert/src/main/java/javax/money/convert/ExchangeRateBuilder.java b/money-api/convert/src/main/java/javax/money/convert/ExchangeRateBuilder.java
index <HASH>..<HASH> 100644
--- a/money-api/convert/src/main/java/javax/money/convert/ExchangeRateBuilder.java
+++ b/money-api/convert/src/main/java/ja... | Renamed get/setTimestamp to get/setValidFrom. | JavaMoney_jsr354-api | train |
99510a69c30018aa61e383a2e10910345501a222 | diff --git a/app/models/socializer/circle.rb b/app/models/socializer/circle.rb
index <HASH>..<HASH> 100644
--- a/app/models/socializer/circle.rb
+++ b/app/models/socializer/circle.rb
@@ -88,9 +88,9 @@ module Socializer
#
# @param contact_id [Integer] The guid of the person to add to the circle
#
- # @... | Circle Model - Unresolved type | socializer_socializer | train |
7f49be88d7d26c2dbcc5328ab626130fd26f2e79 | diff --git a/google-cloud-storage/acceptance/storage/file_test.rb b/google-cloud-storage/acceptance/storage/file_test.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-storage/acceptance/storage/file_test.rb
+++ b/google-cloud-storage/acceptance/storage/file_test.rb
@@ -232,6 +232,7 @@ describe Google::Cloud::Storage::... | Skip Storage File acceptance test.
The download verification sometimes fails on CI. | googleapis_google-cloud-ruby | train |
9527827b4760e1fff0bd096cafe53edf33829c17 | diff --git a/src/Vies/Validator/ValidatorBG.php b/src/Vies/Validator/ValidatorBG.php
index <HASH>..<HASH> 100644
--- a/src/Vies/Validator/ValidatorBG.php
+++ b/src/Vies/Validator/ValidatorBG.php
@@ -40,10 +40,24 @@ class ValidatorBG extends ValidatorAbstract
public function validate(string $vatNumber): bool
{... | Separating logic for business and natural persons in BG
It seems that natural persons have <I> digits and the way the checksum is calculated differs from the way business identities are being calculated. I've found a solution in a Ruby VAT validation package [yolk/valvat](<URL> they describe issues with validating Bul... | DragonBe_vies | train |
5963596ac585cdcb5445f7fe224deab200348a39 | diff --git a/tests/unit/IteratorNodeTest.php b/tests/unit/IteratorNodeTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/IteratorNodeTest.php
+++ b/tests/unit/IteratorNodeTest.php
@@ -20,7 +20,7 @@ use Graze\DataNode\Test\AbstractTestCase;
use Iterator;
use Traversable;
-class IteratorNodeText extends AbstractTe... | Fix class name
Fixes this composer autloader warning:
Deprecation Notice: Class Graze\DataNode\Test\Unit\IteratorNodeText located
in ./tests/unit/IteratorNodeTest.php does not comply with psr-4 autoloading
standard. It will not autoload anymore in Composer <I>. in
phar:///usr/bin/composer/src/Composer/Autoload/ClassM... | graze_data-node | train |
939ef7b92e26f1c00b7bbc8a7d53639b9283cb8d | diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAPI.php
+++ b/classes/PodsAPI.php
@@ -1525,6 +1525,60 @@ class PodsAPI
}
/**
+ * Load Multiple Pods Objects
+ *
+ * $params['type'] string The Object type
+ * $params['options'] array Pod Opt... | PodsAPI->load_objects works | pods-framework_pods | train |
7ff9547afa6bf32f6ce822a6e7b5f44f93dfbf4d | diff --git a/PyOpenGraph/PyOpenGraph.py b/PyOpenGraph/PyOpenGraph.py
index <HASH>..<HASH> 100644
--- a/PyOpenGraph/PyOpenGraph.py
+++ b/PyOpenGraph/PyOpenGraph.py
@@ -23,6 +23,7 @@
import rdfadict
OPENGRAPH_NAMESPACES = [
+ "http://opengraphprotocol.org/schema",
"http://opengraphprotocol.org/schema/",
"http:... | some sites are using this; don't blame me | minichiello_PyOpenGraph | train |
1fe50d9dcbaea2f0392c94d18b5537ae32c5549b | diff --git a/src/core.py b/src/core.py
index <HASH>..<HASH> 100755
--- a/src/core.py
+++ b/src/core.py
@@ -17,7 +17,7 @@ class Config(object):
# read configurations
try:
- f = codecs.open(config_file, "r", "utf-8")
+ f = codecs.open(config_file, "rU", "utf-8")
... | #<I>: Opening files with universal newline support because exec
statement only works with Unix-style end of line (contribution of Bruno Caimar). | guilhermechapiewski_simple-db-migrate | train |
a4383fcc59bc217a3ce38626700859cdd7bcccc6 | diff --git a/lib/magic_grid/column.rb b/lib/magic_grid/column.rb
index <HASH>..<HASH> 100644
--- a/lib/magic_grid/column.rb
+++ b/lib/magic_grid/column.rb
@@ -1,5 +1,8 @@
+require 'magic_grid/order'
+
module MagicGrid
class Column
+ attr_accessor :order
def self.columns_for_collection(collection, columns,... | Re-organize the column headers | rmg_magic_grid | train |
8d13af77dbc8923ca4137fdbef9df6d71f2ae8ce | diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php
+++ b/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php
@... | [FrameworkBundle] output failed matched path for clarification | symfony_symfony | train |
9a3a8a5ebf58234d12d5120f3a377c39256120d6 | diff --git a/libcontainer/configs/namespaces_linux.go b/libcontainer/configs/namespaces_linux.go
index <HASH>..<HASH> 100644
--- a/libcontainer/configs/namespaces_linux.go
+++ b/libcontainer/configs/namespaces_linux.go
@@ -7,12 +7,13 @@ import (
)
const (
- NEWNET NamespaceType = "NEWNET"
- NEWPID NamespaceType =... | libcontainer: implement CLONE_NEWCGROUP
This is a very simple implementation because it doesn't require any
configuration unlike the other namespaces, and in its current state it
only masks paths.
This feature is available in Linux <I>+ and is enabled by default for
kernels compiled with CONFIG_CGROUP=y. | opencontainers_runc | train |
4cc6f1314cc6c7031e22fa37849080ca632fb8ca | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ deps = {
"eth-utils>=1.3.0b0,<2.0.0",
"lru-dict>=1.1.6",
"mypy_extensions>=0.4.1,<1.0.0",
- "py-ecc==1.4.3",
+ "py-ecc>=1.4.6,<2.0.0",
"pyethash>=0.1.27,<1.0.0",... | Upgrade py-ecc past a buggy release, to <I> | ethereum_py-evm | train |
9591d82ff85077b46a57242ea88116af5fec6128 | diff --git a/lib/bits_service_client/client.rb b/lib/bits_service_client/client.rb
index <HASH>..<HASH> 100644
--- a/lib/bits_service_client/client.rb
+++ b/lib/bits_service_client/client.rb
@@ -45,6 +45,11 @@ module BitsService
FileUtils.mkdir_p(File.dirname(destination_path))
File.open(destination_path,... | Follow redirects when copying bits between keys
[#<I>] | cloudfoundry-incubator_bits-service-client | train |
876d57cf6323ae56c47303744de449489f8e142b | diff --git a/hammer_cli.gemspec b/hammer_cli.gemspec
index <HASH>..<HASH> 100644
--- a/hammer_cli.gemspec
+++ b/hammer_cli.gemspec
@@ -30,6 +30,7 @@ EOF
s.add_dependency 'clamp', '~> 1.0'
s.add_dependency 'logging'
s.add_dependency 'unicode-display_width'
+ s.add_dependency 'unicode'
s.add_dependency 'awes... | Fixes #<I> - Consistant capitalization in hammer help | theforeman_hammer-cli | train |
bcf0d161cf3e8b9ba532ada3282f09f4cc7a9c60 | diff --git a/mr/awsome/__init__.py b/mr/awsome/__init__.py
index <HASH>..<HASH> 100644
--- a/mr/awsome/__init__.py
+++ b/mr/awsome/__init__.py
@@ -94,7 +94,6 @@ class Server(object):
self.id = sid
self.ec2 = ec2
self.config = self.ec2.config['instance'][sid]
- self._securitygroups = Se... | Get the security groups when needed to avoid unnecessary network connections. | ployground_ploy | train |
65875a8593f4f8162f9bff04b0cfc051148c3c7d | diff --git a/src/main/java/org/roaringbitmap/ArrayContainer.java b/src/main/java/org/roaringbitmap/ArrayContainer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/roaringbitmap/ArrayContainer.java
+++ b/src/main/java/org/roaringbitmap/ArrayContainer.java
@@ -68,13 +68,12 @@ public final class ArrayContainer ext... | Optimized "numberOfRuns" in array containers for better superscalarity. | RoaringBitmap_RoaringBitmap | train |
f6095e217eb83567ae5cc64d495810d2dd4cc0a8 | diff --git a/tensorflow_datasets/core/tfrecords_reader_test.py b/tensorflow_datasets/core/tfrecords_reader_test.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/core/tfrecords_reader_test.py
+++ b/tensorflow_datasets/core/tfrecords_reader_test.py
@@ -578,8 +578,7 @@ class ReaderTest(testing.TestCase):
... | Allow test to pass when there are unrelated logging.warning() calls
PiperOrigin-RevId: <I> | tensorflow_datasets | train |
259476533e95bdb07f61c120c9f3ce2029715c62 | diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index <HASH>..<HASH> 100755
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -378,13 +378,12 @@ function eslintTargets() {
return [
'gulpfile.babel.js',
'docs/packages/**/*.js',
- 'core/src/*.js',
'core/src/**/*.js',
- 'bindings/angular1/js/*.... | refactor(gulpfile): Use `**` correctly. | OnsenUI_OnsenUI | train |
a29d27937fb2cac8447daa90a37c654b86fc384f | diff --git a/addon/running-transition.js b/addon/running-transition.js
index <HASH>..<HASH> 100644
--- a/addon/running-transition.js
+++ b/addon/running-transition.js
@@ -4,7 +4,7 @@ export default class RunningTransition {
constructor(transitionMap, versions, animation) {
this.transitionMap = transitionMap;
... | allow animations to lookup other animations | ember-animation_liquid-fire | train |
4d8c9446e6e73c48ae168739d1ba60c65d78f462 | diff --git a/blockstack/lib/nameset/db.py b/blockstack/lib/nameset/db.py
index <HASH>..<HASH> 100644
--- a/blockstack/lib/nameset/db.py
+++ b/blockstack/lib/nameset/db.py
@@ -336,6 +336,9 @@ def namedb_update_prepare( cur, primary_key, input_record, table_name, must_equa
where_values = tuple(where_values)
q... | creating a new state entity as an import can now take a set of equality
constraints to ignore. Also, log updates (for debugging) | blockstack_blockstack-core | train |
e6f7db2cbf2902481028fd13395cd47cc8fd7e31 | diff --git a/lib/Elastica/Query/FuzzyLikeThis.php b/lib/Elastica/Query/FuzzyLikeThis.php
index <HASH>..<HASH> 100644
--- a/lib/Elastica/Query/FuzzyLikeThis.php
+++ b/lib/Elastica/Query/FuzzyLikeThis.php
@@ -192,10 +192,6 @@ class FuzzyLikeThis extends AbstractQuery
$args['boost'] = $this->_boost;
... | Removed empty check around like_text because like_text is a required parameter | ruflin_Elastica | train |
ced3f6725ca338e460f20562c3d0f2ebb0af161a | diff --git a/query.go b/query.go
index <HASH>..<HASH> 100644
--- a/query.go
+++ b/query.go
@@ -4,7 +4,6 @@ package neutrino
import (
"fmt"
- "strings"
"sync"
"sync/atomic"
"time"
@@ -560,7 +559,7 @@ func (s *ChainService) GetBlockFromNetwork(blockHash chainhash.Hash,
}
// SendTransaction sends a transact... | query: don't filter out reject messages in SendTransaction | lightninglabs_neutrino | train |
c02b51aab4cbc819cd96fedc086b406e3cc724ac | diff --git a/firefly-net/src/main/java/com/fireflysource/net/http/client/HttpClientConnectionManager.java b/firefly-net/src/main/java/com/fireflysource/net/http/client/HttpClientConnectionManager.java
index <HASH>..<HASH> 100644
--- a/firefly-net/src/main/java/com/fireflysource/net/http/client/HttpClientConnectionManag... | [feat]: add http client connection manager API | hypercube1024_firefly | train |
abdf977b5dda87094d142cb4be8502615eca6577 | diff --git a/core/lib/rom/types.rb b/core/lib/rom/types.rb
index <HASH>..<HASH> 100644
--- a/core/lib/rom/types.rb
+++ b/core/lib/rom/types.rb
@@ -1,5 +1,5 @@
-require 'json'
require 'dry-types'
+require 'json'
module ROM
module Types | Reorder required libs alphabetically | rom-rb_rom | train |
17684836ac7d52e5ab78fa49afb38f701ca2f100 | diff --git a/test/commands/expire.js b/test/commands/expire.js
index <HASH>..<HASH> 100644
--- a/test/commands/expire.js
+++ b/test/commands/expire.js
@@ -12,7 +12,7 @@ describe('expire', () => {
return Promise.all([
redis.expire('foo', 1),
redis.get('foo'),
- Promise.delay(1000).then(() => redi... | refactor(test): made expire more stable | stipsan_ioredis-mock | train |
26ea1020d332d843649d3f0c5572fb9a79b74e75 | diff --git a/dingos/import_handling.py b/dingos/import_handling.py
index <HASH>..<HASH> 100644
--- a/dingos/import_handling.py
+++ b/dingos/import_handling.py
@@ -438,7 +438,18 @@ class DingoImportHandling(object):
# containing an idref (and, since we might need them,
... | Adding capability in xml import to read id_and_rev info from embedding_predicate. | siemens_django-dingos | train |
9e4a909ba6602cfecc80301e4dd0f0abca13eb84 | diff --git a/lfu.go b/lfu.go
index <HASH>..<HASH> 100644
--- a/lfu.go
+++ b/lfu.go
@@ -3,12 +3,14 @@ package lfu
import (
"container/list"
"fmt"
+ "sync"
)
type Cache struct {
values map[string]*cacheEntry
freqs *list.List
len int
+ lock *sync.Mutex
}
type cacheEntry struct {
@@ -26,10 +28,13 @... | using mutex to synchronize access to the cache | dgrijalva_lfu-go | train |
6085e6e622b92b2ca9cca4df7401a3a53e357296 | diff --git a/mungers/submit-queue.go b/mungers/submit-queue.go
index <HASH>..<HASH> 100644
--- a/mungers/submit-queue.go
+++ b/mungers/submit-queue.go
@@ -1014,9 +1014,14 @@ func (sq *SubmitQueue) doGithubE2EAndMerge(obj *github.MungeObject) bool {
return true
}
- maySkipTest := sq.interruptedObj != nil && !sq.i... | Get new PR if interrupted PR has changed
If the interrupted PR has changed, it means we will need to re-test
it. Make sure that we don't test this PR if we have any other higher
priority PR to test first. This is done by going trough the loop on more
time without removing the interrupted PR from the list. | kubernetes_test-infra | train |
7a49ce9d3d4148411503f6fcd00276fe2fe8de58 | diff --git a/motor/core.py b/motor/core.py
index <HASH>..<HASH> 100644
--- a/motor/core.py
+++ b/motor/core.py
@@ -369,10 +369,10 @@ class MotorPool(object):
if _closed(sock_info.sock):
sock_info.close()
error = True
- # elif time.time() - sock_info.last_checkout > ... | MOTOR-<I> Implement fileno() for Motor sockets.
Now we can restore the socket-closed check that rejoc commented out
during asyncio branch merge. | mongodb_motor | train |
dfe18d2e7f31dd71e0489f4a218ea638c06fcde5 | diff --git a/src/Composer/DependencyResolver/RuleSetGenerator.php b/src/Composer/DependencyResolver/RuleSetGenerator.php
index <HASH>..<HASH> 100644
--- a/src/Composer/DependencyResolver/RuleSetGenerator.php
+++ b/src/Composer/DependencyResolver/RuleSetGenerator.php
@@ -241,7 +241,7 @@ class RuleSetGenerator
... | Fixed dependency problem caused by pull request #<I> | mothership-ec_composer | train |
586b3d47a780c7976e1e5c02416fc5c7a950be57 | diff --git a/docs/storage/blob_test.go b/docs/storage/blob_test.go
index <HASH>..<HASH> 100644
--- a/docs/storage/blob_test.go
+++ b/docs/storage/blob_test.go
@@ -17,6 +17,39 @@ import (
"github.com/docker/distribution/testutil"
)
+// TestWriteSeek tests that the current file size can be
+// obtained using Seek
+f... | Storage: blobwriter.Write/Seek test case | docker_distribution | train |
583f7eca30d52dee9dcd50088ddd3635bff9ec05 | diff --git a/commerce-product-service/src/main/java/com/liferay/commerce/product/service/impl/CPDefinitionLocalServiceImpl.java b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/impl/CPDefinitionLocalServiceImpl.java
index <HASH>..<HASH> 100644
--- a/commerce-product-service/src/main/java/co... | COMMERCE-<I> Ensure catalog groupId is unchanged when definition is updated | liferay_com-liferay-commerce | train |
d779bc78828029b32d4ed16a91a5975bb6a704cd | diff --git a/src/FrameReflower/Image.php b/src/FrameReflower/Image.php
index <HASH>..<HASH> 100644
--- a/src/FrameReflower/Image.php
+++ b/src/FrameReflower/Image.php
@@ -162,8 +162,8 @@ class Image extends AbstractFrameReflower
print $width . ' ' . $height . ';';
}
- $style->width = $wid... | Don't append `pt` to resolved dimensions
The resolved values are expected to be `float` values and are
automatically treated as pt. | dompdf_dompdf | train |
f67d8a9c0b5721acc9c2cf9b7311d61663a6f0f3 | diff --git a/openpnm/topotools/topotools.py b/openpnm/topotools/topotools.py
index <HASH>..<HASH> 100644
--- a/openpnm/topotools/topotools.py
+++ b/openpnm/topotools/topotools.py
@@ -76,7 +76,7 @@ def find_neighbor_sites(sites, am, flatten=True, include_input=False,
am = am.tolil(copy=False)
am_coo = am.t... | Bugfix: find_neighbor_sites with flatten=False must return a list (of arrays) not array of arrays | PMEAL_OpenPNM | train |
657970106175092967a8a553081d0b14abf4632d | diff --git a/profile/profile_default/static/genepattern/auth-widget.js b/profile/profile_default/static/genepattern/auth-widget.js
index <HASH>..<HASH> 100644
--- a/profile/profile_default/static/genepattern/auth-widget.js
+++ b/profile/profile_default/static/genepattern/auth-widget.js
@@ -35,8 +35,7 @@ define(["widget... | Partial implementation of support for custom GenePattern servers | genepattern_genepattern-notebook | train |
d4855d0180dccc499fbad8fd4420a1202babc6a2 | diff --git a/react/Rating/Rating.demo.js b/react/Rating/Rating.demo.js
index <HASH>..<HASH> 100644
--- a/react/Rating/Rating.demo.js
+++ b/react/Rating/Rating.demo.js
@@ -20,6 +20,14 @@ export default {
...props,
showTextRating: true
})
+ },
+ {
+ label: 'Show... | feat(Rating): Add ratingComment prop (#<I>)
Add ability to append rating with custom text if rating is displayed with `ratingComment` prop which might be string/component.
```js
<Rating
rating={<I>}
description="overall from <I> employee reviews"
/>
```
<img width="<I>" alt="screen shot <I>-<I>-<I> at 3... | seek-oss_seek-style-guide | train |
aab60f2a390f3b4dc8c213c4586ef1d6bf8caa73 | diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -37,7 +37,9 @@
* CHANGED: Whois::Answer::Parser::Base#throttle? returns false to differentiate
the abstract method from a real implementation (that returns true/false).
-* CHANGED: Remove &block f... | Renamed Whois::Answer::Parser::Base.register_property to Whois::Answer::Parser::Base.property_register. | weppos_whois | train |
1a5d5eac4bf75dfd9a934f2e6514880877316f0c | diff --git a/code/model/editableformfields/EditableFileField.php b/code/model/editableformfields/EditableFileField.php
index <HASH>..<HASH> 100755
--- a/code/model/editableformfields/EditableFileField.php
+++ b/code/model/editableformfields/EditableFileField.php
@@ -54,7 +54,7 @@ class EditableFileField extends Editabl... | BUGFIX incorrect method name
fixes #<I> | silverstripe_silverstripe-userforms | train |
fde271ea9b46de947b67af465c404487386b196e | diff --git a/core/src/main/java/cucumber/runtime/formatter/JUnitFormatter.java b/core/src/main/java/cucumber/runtime/formatter/JUnitFormatter.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/cucumber/runtime/formatter/JUnitFormatter.java
+++ b/core/src/main/java/cucumber/runtime/formatter/JUnitFormatter.java
@... | [Core, Java] Fix Windows issues
Document.createCDATASection seems to convert "\n" to "\r\n" on Windows,
in case the data originally contains "\r\n" line separators the result
becomes "\r\r\n", which are displayed as double line breaks.
With Gherkin v4 the parsed data will always use LF (Unix) line endings,
even if th... | cucumber_cucumber-jvm | train |
b9309b47cda12db34ac3427fbafff2dca0314ed7 | diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -298,6 +298,24 @@ module ActionView
#
# If you d... | Added tests for form_for and an authenticity_token option. Added docs for for_for and authenticity_token option. Added section to form helpers guide about forms for external resources and new authenticity_token option for form_tag and form_for helpers.
[#<I> state:committed] | rails_rails | train |
137e5ab7069fee298961cedaf1ac63eb3dc0394e | diff --git a/autoinput.js b/autoinput.js
index <HASH>..<HASH> 100644
--- a/autoinput.js
+++ b/autoinput.js
@@ -1,4 +1,4 @@
-import {Pos, $node} from "../model"
+import {Pos} from "../model"
import {defineOption} from "../edit"
import {Rule, addInputRules, removeInputRules} from "./inputrules"
@@ -39,7 +39,7 @@ func... | Remove global node constructors and nodeType binding | ProseMirror_prosemirror-inputrules | train |
588938675b23bc7f3af1f72cfdfc46e3375d03a8 | diff --git a/src/services/BaseService.js b/src/services/BaseService.js
index <HASH>..<HASH> 100644
--- a/src/services/BaseService.js
+++ b/src/services/BaseService.js
@@ -62,7 +62,7 @@ export default class BaseService {
// Only set the X-Stormpath-Agent header if we're on the same domain as the requested URI.
... | change the user-agent to have stormpath-sdk-react as a fixed name | stormpath_stormpath-sdk-react | train |
a44f9925ae8c776d5ad9a5823ede4a3acbc6bc88 | diff --git a/androguard/misc.py b/androguard/misc.py
index <HASH>..<HASH> 100644
--- a/androguard/misc.py
+++ b/androguard/misc.py
@@ -25,7 +25,7 @@ def get_default_session():
return androconf.CONF["SESSION"]
-def AnalyzeAPK(filename, session=None):
+def AnalyzeAPK(filename, session=None, raw=False):
"""
... | Added switch for raw in AnalyzeAPK
The filename is always not necessary if a preprocess
editing of file has happened. | androguard_androguard | train |
2682bb16ba3a5ac82b7a31aeb7f0ac55903894a5 | diff --git a/src/DirectionSelectionMixin.js b/src/DirectionSelectionMixin.js
index <HASH>..<HASH> 100644
--- a/src/DirectionSelectionMixin.js
+++ b/src/DirectionSelectionMixin.js
@@ -23,21 +23,46 @@ export default function DirectionSelectionMixin(Base) {
get defaultState() {
const state = Object.assign(su... | Vertical support for DirectionSelectionMixin | elix_elix | train |
c0a63754555a160243acc1e52db2edbea0b15155 | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,15 @@
Change Log
----------
+0.999999/1.0b7
+~~~~~~~~~~~~~~
+
+Released on July 7, 2015
+
+* Fix #189: fix the sanitizer to allow relative URLs again (as it did
+ prior to 0.9999/1.0b5).
+
+
0.99999/1... | Fix #<I>: fix the sanitizer to allow relative URLs again.
We regressed this when we added support for data URLs. Oops. | html5lib_html5lib-python | train |
02581e339b0afd27f1d5cf05af5513dd3d151c60 | diff --git a/examples/wikilibrary/static/library.py b/examples/wikilibrary/static/library.py
index <HASH>..<HASH> 100644
--- a/examples/wikilibrary/static/library.py
+++ b/examples/wikilibrary/static/library.py
@@ -57,5 +57,5 @@ class Library(EObject, metaclass=MetaEClass):
def __init__(self):
pass
-__e... | Change '__eClassifiers' to 'eClassifiers' for EPackages
For static metamodels, EPackage is sort of mapped to Python
module. Each EPackage defines some informations like 'nsURI' and
contains the list of all EClassifiers defined inside it
(EClass/EEnum). This relation is named 'eClassifiers' but in was
spelled '__eClass... | pyecore_pyecore | train |
9568e673c8d1d4b38c05800a6946ea1e01cda710 | diff --git a/src/main/java/com/couchbase/lite/LiveQuery.java b/src/main/java/com/couchbase/lite/LiveQuery.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/LiveQuery.java
+++ b/src/main/java/com/couchbase/lite/LiveQuery.java
@@ -40,11 +40,20 @@ public class LiveQuery extends Query implements Datab... | Calling LiveQuery.run() now causes it to call start(). this makes the testLiveQueryRun() test pass. | couchbase_couchbase-lite-java-core | train |
0e7912c107d888ad969c78a85be856f01ad08c62 | diff --git a/bootstrap/manifest_template.json b/bootstrap/manifest_template.json
index <HASH>..<HASH> 100644
--- a/bootstrap/manifest_template.json
+++ b/bootstrap/manifest_template.json
@@ -601,7 +601,7 @@
"release": {
"processes": {
"app": {
- "args": ["/bin/logaggregator", "-logaddr", "... | logaggregator,bootstrap: Use ports and service name from env | flynn_flynn | train |
9a2c34e98c9fcaeb7f124edf0ed60e072d290414 | diff --git a/sampler_remote.go b/sampler_remote.go
index <HASH>..<HASH> 100644
--- a/sampler_remote.go
+++ b/sampler_remote.go
@@ -95,22 +95,30 @@ func (s *RemotelyControlledSampler) IsSampled(id TraceID, operation string) (boo
// OnCreateSpan implements OnCreateSpan of SamplerV2.
func (s *RemotelyControlledSampler... | Lock RemotelyControlledSampler.sampler on callbacks (#<I>)
* Make access to RemotelyControlledSampler.sampler serialized | jaegertracing_jaeger-client-go | train |
2c9843b5ad87d397f8a0013705218059a88e7a3f | diff --git a/hylar/core/Logics/Logics.js b/hylar/core/Logics/Logics.js
index <HASH>..<HASH> 100644
--- a/hylar/core/Logics/Logics.js
+++ b/hylar/core/Logics/Logics.js
@@ -294,11 +294,12 @@ module.exports = {
return complement;
},
- filterKnownOrAlternativeImplicitFact: function(derivedFact, kb) {
+ ... | Filtering of known implicit facts temporary disabled due to downtime issues. | ucbl_HyLAR-Reasoner | train |
47907c7dda6fb90348f2519777c123f0cf8ef2fb | diff --git a/scripts/node/generate-tokens.js b/scripts/node/generate-tokens.js
index <HASH>..<HASH> 100644
--- a/scripts/node/generate-tokens.js
+++ b/scripts/node/generate-tokens.js
@@ -1,6 +1,17 @@
#!/usr/bin/env node
-// Dependencies
+/**
+ * @fileoverview This script uses theo to generate
+ * different types of ... | Tidy up and add docjs comments | infor-design_design-system | train |
2949c639aeb03f536d1dff2b3b933585d9b78436 | diff --git a/androguard/session.py b/androguard/session.py
index <HASH>..<HASH> 100644
--- a/androguard/session.py
+++ b/androguard/session.py
@@ -1,5 +1,4 @@
import hashlib
-
from androguard.core.analysis.analysis import *
from androguard.core.bytecodes.dvm import *
from androguard.decompiler.decompiler import *
@... | Allow higher recursion limit for saving sessions
resolves #<I>
also adding ability to save sessions without specifying filename | androguard_androguard | train |
c4fb247119aaefe01cdfd0674651e331cbb53e00 | diff --git a/lib/dragonfly/active_model_extensions/attachment.rb b/lib/dragonfly/active_model_extensions/attachment.rb
index <HASH>..<HASH> 100644
--- a/lib/dragonfly/active_model_extensions/attachment.rb
+++ b/lib/dragonfly/active_model_extensions/attachment.rb
@@ -14,9 +14,11 @@ module Dragonfly
:data, :to_f... | Simplify attachment basename and ext, to simply use name and HasFilename module | markevans_dragonfly | train |
55ddd24e0357d733b321872fda8b183025f6a2c4 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -9,7 +9,7 @@ import (
const (
// version of Convoy
- VERSION = "0.4.3"
+ VERSION = "0.4.4-dev"
)
func cleanup() { | Update Convoy version to <I>-dev | rancher_convoy | train |
f8a401652a208ed6a0e5c078634e9a669114022f | diff --git a/pyhomematic/devicetypes/misc.py b/pyhomematic/devicetypes/misc.py
index <HASH>..<HASH> 100644
--- a/pyhomematic/devicetypes/misc.py
+++ b/pyhomematic/devicetypes/misc.py
@@ -54,6 +54,8 @@ class Remote(HMEvent, HelperEventRemote, HelperActionPress):
return [1, 2, 3, 4]
if "HMW-IO-12-FM... | Add support for 8 button remote control HmIP-RC8 | danielperna84_pyhomematic | train |
6846b22c480f8e373c2044180c3648490f70e479 | diff --git a/fsm.go b/fsm.go
index <HASH>..<HASH> 100644
--- a/fsm.go
+++ b/fsm.go
@@ -472,33 +472,6 @@ func (f *FSMContext) Stay(data interface{}, decisions []Decision) Outcome {
}
}
-// Goto is a helper func to easily create a TransitionOutcome.
-func (f *FSMContext) Goto(state string, data interface{}, decision... | allow other decisions in the FSMContext.Complete outcome | sclasen_swf4go | train |
22accd6e075ee0a388d6a148941133114116b631 | diff --git a/src/sos/step_executor.py b/src/sos/step_executor.py
index <HASH>..<HASH> 100755
--- a/src/sos/step_executor.py
+++ b/src/sos/step_executor.py
@@ -357,11 +357,7 @@ class Base_Step_Executor:
raise ValueError(r"Depends needs to handle undetermined")
env.sos_dict.set('_depends', dfiles)... | Add groups to sos_step and test it #<I> | vatlab_SoS | train |
a645760286d9f642ce1f50f9610b1ea138aee957 | diff --git a/backbone.js b/backbone.js
index <HASH>..<HASH> 100644
--- a/backbone.js
+++ b/backbone.js
@@ -796,7 +796,7 @@
this.models.sort(_.bind(this.comparator, this));
}
- if (!options || !options.silent) this.trigger('reset', this, options);
+ if (!options || !options.silent) this.trigg... | Change Collection#sort's event from 'reset' to 'sort', so you can optimize further if you wish. | jashkenas_backbone | train |
97a2ab64d3da8182c0e3130a1d64d4eb3f995a8c | diff --git a/spec/lib/simple_token_authentication/token_authentication_handler_spec.rb b/spec/lib/simple_token_authentication/token_authentication_handler_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/simple_token_authentication/token_authentication_handler_spec.rb
+++ b/spec/lib/simple_token_authentication/token_... | Add failing specs for Devise case-insentitive keys integration | gonzalo-bulnes_simple_token_authentication | train |
6fc98b89c9078ad7f50557f86ead9fbb684ae86f | diff --git a/dev/_pep425.py b/dev/_pep425.py
index <HASH>..<HASH> 100644
--- a/dev/_pep425.py
+++ b/dev/_pep425.py
@@ -166,12 +166,13 @@ def _pep425tags():
if sys.platform == 'win32':
if 'amd64' in sys.version.lower():
arches = ['win_amd64']
- arches = [sys.platform]
+ ... | Fix pep <I> tag handling on armv7l and win/amd<I>
Also, use an older version of coverage for Windows Python <I> so we get
a compiled version for faster execution | wbond_oscrypto | train |
efc248c93f9cd290824643ae43c6db0f876cc990 | diff --git a/src/plugins/Transloadit/index.js b/src/plugins/Transloadit/index.js
index <HASH>..<HASH> 100644
--- a/src/plugins/Transloadit/index.js
+++ b/src/plugins/Transloadit/index.js
@@ -301,9 +301,10 @@ module.exports = class Transloadit extends Plugin {
onRestored (pluginData) {
const opts = this.opts
-... | transloadit: Fix restore attempt crash when there were no uploads or assemblies yet | transloadit_uppy | train |
0909488fac0d952fc296fedf91db4a3ceb841559 | diff --git a/spec/basic_app/actions/basic_action_spec.rb b/spec/basic_app/actions/basic_action_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/basic_app/actions/basic_action_spec.rb
+++ b/spec/basic_app/actions/basic_action_spec.rb
@@ -56,7 +56,7 @@ describe RepoManager::BaseAction do
args = ['--force']
... | replace BasicApp with RepoMan after last merge | robertwahler_repo_manager | train |
93a45f7719a05c04425f8f83b6c24901f5c3c097 | diff --git a/src/main/java/javax/util/streamex/OrderedCancellableSpliterator.java b/src/main/java/javax/util/streamex/OrderedCancellableSpliterator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/javax/util/streamex/OrderedCancellableSpliterator.java
+++ b/src/main/java/javax/util/streamex/OrderedCancellableSplite... | OrderedCancellableSpliterator: unordered and sequential support removed | amaembo_streamex | train |
bc53dacd045764ea4567347ac11d13ee6796d91c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -105,22 +105,13 @@ Logbook logbook = Logbook.builder()
The goal of *Obfuscation* is to prevent the logging of certain sensitive parts of HTTP requests and responses. This usually includes the *Authorization* header, but c... | Enabled authorization header obfuscation by default | zalando_logbook | train |
2900a3aae2628cd6ce9267fafd08d31a268a00db | diff --git a/src/Rules/NoUnnecessaryCollectionCallRule.php b/src/Rules/NoUnnecessaryCollectionCallRule.php
index <HASH>..<HASH> 100644
--- a/src/Rules/NoUnnecessaryCollectionCallRule.php
+++ b/src/Rules/NoUnnecessaryCollectionCallRule.php
@@ -151,7 +151,7 @@ class NoUnnecessaryCollectionCallRule implements Rule
... | Fix NoUnnecessaryCollectionCallRule when query result is mixed | nunomaduro_larastan | train |
c2d94763991457d6476465f90fe90e870ab13e5c | diff --git a/app/harmony/README.md b/app/harmony/README.md
index <HASH>..<HASH> 100644
--- a/app/harmony/README.md
+++ b/app/harmony/README.md
@@ -11,7 +11,7 @@ Choose your own visualization adventure.
3. Run the following after cloning this repository:
```bash
- cd resplendent_repo_dir
+ cd candela_repo_dir
... | Fix a few remaining resplendent occurrences | Kitware_candela | train |
ef0fce9c19bef70a4f7a6f7ad6e103600aef1825 | diff --git a/system/Commands/Database/CreateDatabase.php b/system/Commands/Database/CreateDatabase.php
index <HASH>..<HASH> 100644
--- a/system/Commands/Database/CreateDatabase.php
+++ b/system/Commands/Database/CreateDatabase.php
@@ -86,26 +86,37 @@ class CreateDatabase extends BaseCommand
$name = CLI::prompt('Dat... | Fix connection error on db:create | codeigniter4_CodeIgniter4 | train |
6fb7a0f54c5053f8643c4bf9021f32bcb8326ec0 | diff --git a/src/main/java/com/authlete/jaxrs/TokenRequestHandler.java b/src/main/java/com/authlete/jaxrs/TokenRequestHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/authlete/jaxrs/TokenRequestHandler.java
+++ b/src/main/java/com/authlete/jaxrs/TokenRequestHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright... | Added a variant of handle() method to TokenRequestHandler for backward compatibility. | authlete_authlete-java-jaxrs | train |
3f5b969939b5ef0d64eccbaa4857b2ea884b1f3e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def readme(file='', split=False):
setup(
name='pyderman',
- version='1.0.1',
+ version='1.2.0',
description='Installs the latest Chrome/Firefox/Gecko web drivers automatically.',
long_description=readme... | Increment for release <I> | shadowmoose_chrome_driver | train |
287134e1dd8343cb909e8d7c4dbd4c3e21e7e919 | diff --git a/mod/quiz/report/statistics/statistics_table.php b/mod/quiz/report/statistics/statistics_table.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/report/statistics/statistics_table.php
+++ b/mod/quiz/report/statistics/statistics_table.php
@@ -469,7 +469,7 @@ class quiz_statistics_table extends flexible_table {
... | MDL-<I> quiz stats: discriminativeefficiency is already out of <I> | moodle_moodle | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.