hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
00d0cad9b45d36e17ba87bf1174b4f06a6c28bfc | diff --git a/src/rest-mongo/mongo_backend.js b/src/rest-mongo/mongo_backend.js
index <HASH>..<HASH> 100644
--- a/src/rest-mongo/mongo_backend.js
+++ b/src/rest-mongo/mongo_backend.js
@@ -1,5 +1,5 @@
-require.paths.unshift(__dirname + "/../vendor/node-mongodb-native/lib")
+require.paths.unshift(__dirname + "/../../ven... | Fix require.paths.push stuff. | af83_rest-mongo | train |
554da1f85acafe04910ff5e206804581015bcc5d | diff --git a/examples/gh-pages/src/App.js b/examples/gh-pages/src/App.js
index <HASH>..<HASH> 100644
--- a/examples/gh-pages/src/App.js
+++ b/examples/gh-pages/src/App.js
@@ -52,7 +52,7 @@ export default class App extends Component {
<div className="github-button-container">
<iframe
- s... | docs(gh-pages): http to https | tomchentw_react-toastr | train |
daaa088c61f7b3459ee286f41c29c0064b56663c | diff --git a/lib/pam/pam.go b/lib/pam/pam.go
index <HASH>..<HASH> 100644
--- a/lib/pam/pam.go
+++ b/lib/pam/pam.go
@@ -56,6 +56,23 @@ var log = logrus.WithFields(logrus.Fields{
trace.Component: teleport.ComponentPAM,
})
+const (
+ // maxMessageSize is the maximum size of a message to accept from PAM. In
+ // theor... | Increase maximum size of pam message.
Many applications don't respect the maximum PAM message size
PAM_MAX_MSG_SIZE. To interoperate with those applications, increase the
maximum message size to around 1 MB. | gravitational_teleport | train |
e458e8c3c5313c10b18bf8dcb2d68571bdce331f | diff --git a/tests/risk/test_risk_cumulative.py b/tests/risk/test_risk_cumulative.py
index <HASH>..<HASH> 100644
--- a/tests/risk/test_risk_cumulative.py
+++ b/tests/risk/test_risk_cumulative.py
@@ -23,7 +23,7 @@ from zipline.utils import factory
from zipline.finance.trading import SimulationParameters
-import ans... | MAINT: Use explicit relative pathing for Python 3 compatibility.
Python 3 requires submodules to have more explicit pathing, so use
the dot syntax to declare submodules which are in the same directory
as another module. | quantopian_zipline | train |
b528ec965a0f9b08c44c7b395adc360f4cdd90df | diff --git a/toolsrc/org/mozilla/javascript/tools/debugger/Main.java b/toolsrc/org/mozilla/javascript/tools/debugger/Main.java
index <HASH>..<HASH> 100644
--- a/toolsrc/org/mozilla/javascript/tools/debugger/Main.java
+++ b/toolsrc/org/mozilla/javascript/tools/debugger/Main.java
@@ -2624,23 +2624,23 @@ public class Main... | Siplified code to extract error message from Throwable to reflect recent changes in exception-related API semantics. | mozilla_rhino | train |
c5fb9d8ec2ed38d08542fd409f9ea5cfbacfeeea | diff --git a/services/Schematic_PluginsService.php b/services/Schematic_PluginsService.php
index <HASH>..<HASH> 100644
--- a/services/Schematic_PluginsService.php
+++ b/services/Schematic_PluginsService.php
@@ -136,13 +136,14 @@ class Schematic_PluginsService extends Schematic_AbstractService
foreach ($pluginD... | Can't run migrations after just installing a plugin | nerds-and-company_schematic | train |
b7616b2e4fd4674cd2964508e7ceb311382db503 | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -95,6 +95,9 @@ Unreleased
change to ``strict_slashes`` in routing. :issue:`2351`
- Fix ``ValueError: I/O operation on closed file.`` with the test
client when following more than one redirect. :issue:`... | disable autocorrect_location_header | pallets_werkzeug | train |
ff9cf9739b5df0330305d21ea0cc4941acee1a85 | diff --git a/pyArango/collection.py b/pyArango/collection.py
index <HASH>..<HASH> 100644
--- a/pyArango/collection.py
+++ b/pyArango/collection.py
@@ -16,7 +16,22 @@ class CachedDoc(object) :
self.prev = prev
self.document = document
self.nextDoc = nextDoc
- self.key = document.key
+ ... | Cache fixed
Cache now exposes document store and attribute transparently | ArangoDB-Community_pyArango | train |
ccd66d8580e7b3ed9244c17e6a88a2d366bd9a8d | diff --git a/lib/field_validators/object_field.js b/lib/field_validators/object_field.js
index <HASH>..<HASH> 100644
--- a/lib/field_validators/object_field.js
+++ b/lib/field_validators/object_field.js
@@ -84,7 +84,7 @@ var ObjectField = createObjectPrototype({
var outp = {};
Object.keys(inp)... | Fix when calling toString (undocumented feature) | jhsware_isomorphic-schema | train |
173852e97c6437609c4ca38b7b03a1077df31a70 | diff --git a/hearthstone/entities.py b/hearthstone/entities.py
index <HASH>..<HASH> 100644
--- a/hearthstone/entities.py
+++ b/hearthstone/entities.py
@@ -45,14 +45,15 @@ class Entity:
return self.tags.get(GameTag.ZONE, Zone.INVALID)
def _update_tags(self, tags):
+ for tag, value in tags.items():
+ if tag == ... | Fix initial_controller not being updated when revealing entities
This fixes entities stolen by Death Grip appearing in player's initial
deck. | HearthSim_python-hearthstone | train |
26d86fc2e258ddf5e179b0aa07deea2f7789d657 | diff --git a/lib/currency_spy/nbp.rb b/lib/currency_spy/nbp.rb
index <HASH>..<HASH> 100644
--- a/lib/currency_spy/nbp.rb
+++ b/lib/currency_spy/nbp.rb
@@ -7,8 +7,9 @@ module CurrencySpy
@page = parser.get(url)
end
- def buy_rate
- regexp = Regexp.new(@currency_code)
+ def buy_rate(currency_code... | Initial version of the NBP scraper. | lbadura_currency_spy | train |
e5631add7f89b00bbd2168c1082878fb545650bb | diff --git a/examples/a_new_hope.py b/examples/a_new_hope.py
index <HASH>..<HASH> 100644
--- a/examples/a_new_hope.py
+++ b/examples/a_new_hope.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
"""
Using custom colors
====================
diff --git a/examples/colored.py b/examples/colored.py
index <... | don't use python2 by default in examples, fix stopwords in colored.py | amueller_word_cloud | train |
309821db34f7f1a6ccc6143993d04bf8e0c90e5e | diff --git a/lib/rasn1/model.rb b/lib/rasn1/model.rb
index <HASH>..<HASH> 100644
--- a/lib/rasn1/model.rb
+++ b/lib/rasn1/model.rb
@@ -260,10 +260,18 @@ module RASN1
end
end
+ # @return [String]
def inspect(level=0)
' ' * level + "#{@root} (#{type}) #{root.inspect(-level)}"
end
+ ... | Add Model#== and Types::Base#== | sdaubert_rasn1 | train |
0bbc60ccd7df8897c439652958e67d999ac44013 | diff --git a/tests/integration/modules/pip.py b/tests/integration/modules/pip.py
index <HASH>..<HASH> 100644
--- a/tests/integration/modules/pip.py
+++ b/tests/integration/modules/pip.py
@@ -40,6 +40,12 @@ class PipModuleTest(integration.ModuleCase):
os.makedirs(self.pip_temp)
os.environ['PIP_SOUR... | Skip over tests where upstream pip isn't there | saltstack_salt | train |
b03b2d93e68ee6315caa2e89ee72f0301020ce12 | diff --git a/mordred/config.py b/mordred/config.py
index <HASH>..<HASH> 100644
--- a/mordred/config.py
+++ b/mordred/config.py
@@ -415,7 +415,7 @@ class Config():
def get_global_data_sources(cls):
""" Data sources than are collected and enriched globally """
- return ['bugzilla', 'bugzillarest', ... | [task_projects] Add discourse to the data sources that are always downloaded globally | chaoss_grimoirelab-sirmordred | train |
386ec3b7617de41134ad0bb224573fa60353f99f | diff --git a/esprima.js b/esprima.js
index <HASH>..<HASH> 100644
--- a/esprima.js
+++ b/esprima.js
@@ -3567,8 +3567,6 @@ parseStatement: true, parseSourceElement: true */
extra.parseForVariableDeclaration = parseForVariableDeclaration;
extra.parseFunctionDeclaration = parseFunctionDeclaration;... | Vary the parsing test with and without location info.
<URL> | jscs-dev_esprima-harmony | train |
d45c248b169029f9f69b1dd77b2ba91144956a29 | diff --git a/andes/routines/timedomain.py b/andes/routines/timedomain.py
index <HASH>..<HASH> 100644
--- a/andes/routines/timedomain.py
+++ b/andes/routines/timedomain.py
@@ -82,6 +82,7 @@ def run(system):
# main loop
bar.start()
actual_time = 0
+ rt_headroom = 0
settings.qrtstart = time()
w... | show qrt headroom in debug info, removed overrun restriction | cuihantao_andes | train |
c53602bfc6d218e7be69e9cf5880ec5150e2e992 | diff --git a/src/com/xtremelabs/robolectric/AndroidTranslator.java b/src/com/xtremelabs/robolectric/AndroidTranslator.java
index <HASH>..<HASH> 100644
--- a/src/com/xtremelabs/robolectric/AndroidTranslator.java
+++ b/src/com/xtremelabs/robolectric/AndroidTranslator.java
@@ -14,7 +14,7 @@ public class AndroidTranslator ... | only process classes in the maps package, and not all google packages | robolectric_robolectric | train |
1cf3738ed82a5b869e25fa9d5ea803e7aa5c6ce2 | diff --git a/src/QRCode.php b/src/QRCode.php
index <HASH>..<HASH> 100755
--- a/src/QRCode.php
+++ b/src/QRCode.php
@@ -20,7 +20,7 @@ use chillerlan\QRCode\Output\{
};
use chillerlan\Settings\SettingsContainerInterface;
-use function call_user_func_array, class_exists, in_array, mb_internal_encoding, ord, strlen, st... | :octocat: nah, stop tampering with mb_internal_encoding as it doesn't have any effect here anyway. | chillerlan_php-qrcode | train |
85adf39b2446b0c2353094368de29db28c1d7623 | diff --git a/avatar/views.py b/avatar/views.py
index <HASH>..<HASH> 100644
--- a/avatar/views.py
+++ b/avatar/views.py
@@ -37,15 +37,21 @@ def _get_next(request):
3. If Django can determine the previous page from the HTTP headers, the view will
redirect to that previous page.
"""
- next = request.POST... | More obsessive compulsiveness | grantmcconnaughey_django-avatar | train |
2598dd6441a9efe9646449bfdcfc29155824e1c8 | diff --git a/audit/hashstructure_test.go b/audit/hashstructure_test.go
index <HASH>..<HASH> 100644
--- a/audit/hashstructure_test.go
+++ b/audit/hashstructure_test.go
@@ -43,3 +43,14 @@ func TestHashWalker(t *testing.T) {
}
}
}
+
+func TestHashSHA1(t *testing.T) {
+ fn := HashSHA1("")
+ result, err := fn("foo")
+... | audit: sanity sha1 test | hashicorp_vault | train |
0c555034b20df62ff519aa163a5dc26351bb6842 | diff --git a/lexicon/providers/transip.py b/lexicon/providers/transip.py
index <HASH>..<HASH> 100644
--- a/lexicon/providers/transip.py
+++ b/lexicon/providers/transip.py
@@ -39,7 +39,13 @@ class Provider(BaseProvider):
def authenticate(self):
## This request will fail when the domain does not exist,
... | Handle authentication against not-owned domains and set domain_id
We don't use self.domain_id, but setting it is expected. | AnalogJ_lexicon | train |
7d959423ddc39a525d5d0a3d1e52003d6f620ec4 | diff --git a/app/models/deletion.rb b/app/models/deletion.rb
index <HASH>..<HASH> 100644
--- a/app/models/deletion.rb
+++ b/app/models/deletion.rb
@@ -36,5 +36,7 @@ class Deletion < ActiveRecord::Base
def remove_from_storage
RubygemFs.instance.remove("gems/#{@version.full_name}.gem")
RubygemFs.instance.rem... | purge gem and gemspec after yank | rubygems_rubygems.org | train |
e8a84d9aeefedb8ea022795a1fbd0f603c12f2a5 | diff --git a/fluid-api/src/main/java/com/fluid/program/api/util/elasticsearch/ABaseESUtil.java b/fluid-api/src/main/java/com/fluid/program/api/util/elasticsearch/ABaseESUtil.java
index <HASH>..<HASH> 100644
--- a/fluid-api/src/main/java/com/fluid/program/api/util/elasticsearch/ABaseESUtil.java
+++ b/fluid-api/src/main/... | Update to make use of Elasticsearch <I>. | Koekiebox-PTY-LTD_Fluid | train |
50a9adeb20282319c94c190d1bbb19713b736e34 | diff --git a/versionner/cli.py b/versionner/cli.py
index <HASH>..<HASH> 100755
--- a/versionner/cli.py
+++ b/versionner/cli.py
@@ -259,6 +259,32 @@ def update_project_files(cfg, proj_version):
return counters
+def save_version_and_update_files(cfg, version_file, version_to_save):
+ """
+ Save version to ... | extract vcs handling and saving new version to save_version_and_update_files helper | msztolcman_versionner | train |
58b26e4703dbbb39ad9f915ba4f440a6c0a35983 | diff --git a/tests/api/test_sentinelhub_batch.py b/tests/api/test_sentinelhub_batch.py
index <HASH>..<HASH> 100644
--- a/tests/api/test_sentinelhub_batch.py
+++ b/tests/api/test_sentinelhub_batch.py
@@ -68,6 +68,8 @@ def test_create_and_run_batch_request(batch_client, requests_mock):
}
... | fixed failing batch test by adding new fields in mocked response | sentinel-hub_sentinelhub-py | train |
8ecf87d034a640a464b695516dda5306bd6889fd | diff --git a/js/gateio.js b/js/gateio.js
index <HASH>..<HASH> 100644
--- a/js/gateio.js
+++ b/js/gateio.js
@@ -898,7 +898,7 @@ module.exports = class gateio extends Exchange {
const code = this.safeCurrencyCode (currencyId, currency);
const id = this.safeString (transaction, 'id');
const txid... | gateio parseTransaction edits | ccxt_ccxt | train |
53b6c28e4cbc9d50b62fa534ef8e820e6c08075e | diff --git a/cirq/ops/phased_x_gate.py b/cirq/ops/phased_x_gate.py
index <HASH>..<HASH> 100644
--- a/cirq/ops/phased_x_gate.py
+++ b/cirq/ops/phased_x_gate.py
@@ -156,8 +156,8 @@ class PhasedXPowGate(gate_features.SingleQubitGate):
def _is_parameterized_(self) -> bool:
"""See `cirq.SupportsParameterizat... | Fix bug in parameterized protocol for PhasedXPowGate (#<I>) | quantumlib_Cirq | train |
92b8a681a968e8fa7ea26381b34abb22c87fa75b | diff --git a/cobra/flux_analysis/double_deletion.py b/cobra/flux_analysis/double_deletion.py
index <HASH>..<HASH> 100644
--- a/cobra/flux_analysis/double_deletion.py
+++ b/cobra/flux_analysis/double_deletion.py
@@ -15,13 +15,11 @@ from ..external.six import iteritems, string_types
from ..manipulation.delete import fin... | only numpy needed for double deletion
scipy is only necessary if MOMA is used | opencobra_cobrapy | train |
3d6cfad06bf1dc770c5beeb7f4832e4cd2f74273 | diff --git a/src/diff.js b/src/diff.js
index <HASH>..<HASH> 100644
--- a/src/diff.js
+++ b/src/diff.js
@@ -2,27 +2,44 @@
var Immutable = require('immutable');
-var mapDiff = function(a, b){
+var addPath = function(path, key) {
+ return path + '/' + key;
+};
+
+var isMap = function(obj){ return Immutable.Iterable.... | checking for add ops in nested structures | intelie_immutable-js-diff | train |
c6fd52e446ed5a4e9b2e83081d76a8c63502d15c | diff --git a/tests/test_tun.py b/tests/test_tun.py
index <HASH>..<HASH> 100644
--- a/tests/test_tun.py
+++ b/tests/test_tun.py
@@ -185,59 +185,6 @@ def test_serialToTUN():
TUNMonitor._TUN._tun.write(b"\x00\x00\x08\x00" + srcPacket.__bytes__())
time.sleep(0.1)
-
-
-
-
-
- # while True:
- # ... | Removed unused code with working Netcat use. | FaradayRF_faradayio | train |
02c86cf39f5f389b69ee3176121f769f77e36f72 | diff --git a/spec/Layers/BasemapLayerSpec.js b/spec/Layers/BasemapLayerSpec.js
index <HASH>..<HASH> 100644
--- a/spec/Layers/BasemapLayerSpec.js
+++ b/spec/Layers/BasemapLayerSpec.js
@@ -57,7 +57,7 @@ describe('L.esri.BasemapLayer', function () {
});
it('can return valid basemaps', function () {
- var testma... | add world physical as a base map option | Esri_esri-leaflet | train |
26418e9a7392be888160fe6997de5dc137699c19 | diff --git a/lib/unsplash/connection.rb b/lib/unsplash/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/unsplash/connection.rb
+++ b/lib/unsplash/connection.rb
@@ -130,6 +130,8 @@ module Unsplash #:nodoc:
case status_code
when 200..299
response
+ when 401
+ raise Unsplash::Unauthor... | Add Unsplash::UnauthorizedError for <I> responses. | unsplash_unsplash_rb | train |
b6f11af7b3ad7f1dfa38e78a0fdcede323dff83c | diff --git a/pycbc/pnutils.py b/pycbc/pnutils.py
index <HASH>..<HASH> 100644
--- a/pycbc/pnutils.py
+++ b/pycbc/pnutils.py
@@ -518,6 +518,13 @@ def _get_imr_duration(m1, m2, s1z, s2z, f_low, approximant="SEOBNRv4"):
# NB for no clear reason this function has f_low as first argument
time_length = lalsi... | Added SPAtmplt option in _get_imr_duration (#<I>)
* Added SPAtmplt approximant in _get_imr_duration function
* Added SPAtmplt approximant in _get_imr_duration function
* Corrected minor whitespaces and lenght issues
* Fixing codeclimate issues
* Codeclimate | gwastro_pycbc | train |
c3dd99f22d87a86e9612dfe4cb937537fbd0f92a | diff --git a/source/test/common/test_zz_gui_docking_windows.py b/source/test/common/test_zz_gui_docking_windows.py
index <HASH>..<HASH> 100644
--- a/source/test/common/test_zz_gui_docking_windows.py
+++ b/source/test/common/test_zz_gui_docking_windows.py
@@ -24,7 +24,7 @@ def trigger_docking_signals(*args):
# time... | Reduced Sleep times to <I> seconds in Docking Unit-Test
- Test was completed successfully with the reduced sleep times. | DLR-RM_RAFCON | train |
87022055ea7f62a06a7778c61371f1644b96ccf0 | diff --git a/code/libraries/koowa/components/com_koowa/templates/helpers/listbox.php b/code/libraries/koowa/components/com_koowa/templates/helpers/listbox.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/components/com_koowa/templates/helpers/listbox.php
+++ b/code/libraries/koowa/components/com_koowa/templat... | re #<I> minor cleanup | timble_kodekit | train |
0c3c8b0ded0560a870fd6c996ce036af9ced5876 | diff --git a/visualization/visualizer3d.py b/visualization/visualizer3d.py
index <HASH>..<HASH> 100644
--- a/visualization/visualizer3d.py
+++ b/visualization/visualizer3d.py
@@ -149,7 +149,7 @@ class Visualizer3D:
Parameters
----------
- mesh : :obj:`meshpy.Mesh3D`
+ mesh : :obj:`trim... | Fixed error in the comments of visualizer 3D referencing deprecated meshpy | BerkeleyAutomation_visualization | train |
6929c10acf769f448eb155e5610e7acf3b67a20e | diff --git a/rules/ast/ast.go b/rules/ast/ast.go
index <HASH>..<HASH> 100644
--- a/rules/ast/ast.go
+++ b/rules/ast/ast.go
@@ -450,6 +450,8 @@ func evalVectorBinop(opType BinOpType,
}
case AND:
return lhs, true
+ case OR:
+ return lhs, true // TODO: implement OR
}
panic("Not all enum values enumerated in s... | Add case-statement for OR, which still needs to be implemented. | prometheus_prometheus | train |
e3c6ee25b2d08e7f73491205fd09000e5eac62f2 | diff --git a/smart_selects/widgets.py b/smart_selects/widgets.py
index <HASH>..<HASH> 100644
--- a/smart_selects/widgets.py
+++ b/smart_selects/widgets.py
@@ -27,23 +27,13 @@ class ChainedSelect(Select):
url = "/".join(reverse("chained_filter", kwargs={'app':self.app_name,'model':self.model_name,'field':self.m... | cleanup. function call way more nicer. fixed a bug with multiple chained fields. | digi604_django-smart-selects | train |
9c5603a48862060d1e211011abfee7c70d6ef791 | diff --git a/lib/dragonfly/data_storage/memory_data_store.rb b/lib/dragonfly/data_storage/memory_data_store.rb
index <HASH>..<HASH> 100644
--- a/lib/dragonfly/data_storage/memory_data_store.rb
+++ b/lib/dragonfly/data_storage/memory_data_store.rb
@@ -7,7 +7,7 @@ module Dragonfly
end
def store(temp_objec... | Allow setting uid in MemoryDataStore | markevans_dragonfly | train |
486be54b94b77cc9df5f3cde838ad7cfd025fbec | diff --git a/lib/auth.js b/lib/auth.js
index <HASH>..<HASH> 100644
--- a/lib/auth.js
+++ b/lib/auth.js
@@ -33,10 +33,10 @@ Auth= module.exports = function(optionsOrStrategy) {
}
var isAuthenticated = function( request, scope ) {
if( scope === undefined ) {
- return !(!(request.getAuthDetails().user));
+... | Last and final change to this boolean quandry, closes <I> | ciaranj_connect-auth | train |
6a8d7201deb6d92ceb69bdcb0600870f850e1bda | diff --git a/nlp/src/main/java/org/ocpsoft/prettytime/nlp/PrettyTimeParser.java b/nlp/src/main/java/org/ocpsoft/prettytime/nlp/PrettyTimeParser.java
index <HASH>..<HASH> 100644
--- a/nlp/src/main/java/org/ocpsoft/prettytime/nlp/PrettyTimeParser.java
+++ b/nlp/src/main/java/org/ocpsoft/prettytime/nlp/PrettyTimeParser.ja... | Removed an 'o' from "afternooon" | ocpsoft_prettytime | train |
d05298862aede456f457c7c1999f32f9bff8693e | diff --git a/directory/directory_test.go b/directory/directory_test.go
index <HASH>..<HASH> 100644
--- a/directory/directory_test.go
+++ b/directory/directory_test.go
@@ -142,39 +142,34 @@ func TestGetPutSignatures(t *testing.T) {
ref, tmpDir := refToTempDir(t)
defer os.RemoveAll(tmpDir)
- dest, err := ref.NewIma... | Improve directory.TestGetPutSignatures
- Use a different manifest and manifest list
- Write per-arch manifest before the top-level one
- Same for signatures
- Don't write the top-level manifest twice | containers_image | train |
c44f154df322e63852831ebc18aa27cc2a1bc008 | diff --git a/Ajax/common/traits/JsUtilsAjaxTrait.php b/Ajax/common/traits/JsUtilsAjaxTrait.php
index <HASH>..<HASH> 100644
--- a/Ajax/common/traits/JsUtilsAjaxTrait.php
+++ b/Ajax/common/traits/JsUtilsAjaxTrait.php
@@ -331,6 +331,42 @@ trait JsUtilsAjaxTrait {
}
/**
+ * Performs an ajax request to $url on the ev... | DataTable get or post on edit/delete buttons | phpMv_phpMv-UI | train |
d3fd9d2b947cdeacddbb9e3a16c0bb3d13a97436 | diff --git a/openstatesapi/people.py b/openstatesapi/people.py
index <HASH>..<HASH> 100644
--- a/openstatesapi/people.py
+++ b/openstatesapi/people.py
@@ -234,7 +234,8 @@ class OpenstatesPersonScraper(OpenstatesBaseScraper):
to_extras = ['+occupation', '+twitter', '+facebook_url', '+sworn_in_date', '+professio... | added +youtube, +facebook, +instagram to people extras | openstates_billy | train |
7371adbd9fcb84402d69ea552242a3a44d847353 | diff --git a/cordova-lib/src/cordova/metadata/firefoxos_parser.js b/cordova-lib/src/cordova/metadata/firefoxos_parser.js
index <HASH>..<HASH> 100644
--- a/cordova-lib/src/cordova/metadata/firefoxos_parser.js
+++ b/cordova-lib/src/cordova/metadata/firefoxos_parser.js
@@ -82,6 +82,46 @@ firefoxos_parser.prototype.update_... | CB-<I> add support for activities | apache_cordova-lib | train |
63110ca02812a75b01f53d1fb4c84e47e2633af9 | diff --git a/app/models/renalware/hd/modality_description.rb b/app/models/renalware/hd/modality_description.rb
index <HASH>..<HASH> 100644
--- a/app/models/renalware/hd/modality_description.rb
+++ b/app/models/renalware/hd/modality_description.rb
@@ -7,7 +7,7 @@ module Renalware
validates :description, presence:... | Check modality inclusion in a more succinct manner | airslie_renalware-core | train |
a24f14558f3ec7f6ad2e18c3488e489bde986310 | diff --git a/.rubocop.yml b/.rubocop.yml
index <HASH>..<HASH> 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -18,6 +18,8 @@ inherit_from:
# Metrics/BlockLength:
# Exclude:
# - 'tasks/the_huge_task.rake'
+
AllCops:
Exclude:
- - spec/setup
+ - phobos_db_checkpoint.gemspec
+ - spec/setup/**/*.rb
diff... | Fix lint: Useless assignment, uncommunicative name, guard | phobos_phobos_db_checkpoint | train |
0603a7aa6b7cd2302f5b93189dece3a17aa0bc5e | diff --git a/src/MetaModels/DcGeneral/Data/FilterBuilderSql.php b/src/MetaModels/DcGeneral/Data/FilterBuilderSql.php
index <HASH>..<HASH> 100644
--- a/src/MetaModels/DcGeneral/Data/FilterBuilderSql.php
+++ b/src/MetaModels/DcGeneral/Data/FilterBuilderSql.php
@@ -196,11 +196,6 @@ class FilterBuilderSql
}
... | Remove call for unimplemented getAndOrFilter()
See #<I> | MetaModels_core | train |
2ee01f0f563baef1299d3dcab5b8df5b9ad8122c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -431,6 +431,24 @@ end
See the [xml encoding example](https://github.com/DannyBen/victor/tree/master/examples#18-xml-encoding).
+
+### XML Newlines
+
+By default, the generated SVGs will have a newline glue between the... | add glue to SVG#save and add glue docs | DannyBen_victor | train |
05e7a0e17679d72ce3b3c0d8c9beb19316b14d6c | diff --git a/config/src/main/java/com/typesafe/config/impl/ConfigDocumentParser.java b/config/src/main/java/com/typesafe/config/impl/ConfigDocumentParser.java
index <HASH>..<HASH> 100644
--- a/config/src/main/java/com/typesafe/config/impl/ConfigDocumentParser.java
+++ b/config/src/main/java/com/typesafe/config/impl/Con... | Add line numbers to ConfigDocumentParser errors
Add line numbers into the ConfigDocumentParser error messages,
as these were previously not being displayed. | lightbend_config | train |
d9e7264ba615180bd4f597614d5ff7a8b0eb4bef | diff --git a/mongo/mongo.go b/mongo/mongo.go
index <HASH>..<HASH> 100644
--- a/mongo/mongo.go
+++ b/mongo/mongo.go
@@ -83,6 +83,12 @@ const (
// Upgrading is a special case where mongo is being upgraded.
Upgrading StorageEngine = "Upgrading"
+
+ // SnapTrack is the track to get the juju-db snap from
+ SnapTrack =... | Use stable channel, no jailmode for snaps. | juju_juju | train |
c41c48927f594ce11bd709b487fbb2797f91a62d | diff --git a/src/featherlight.gallery.js b/src/featherlight.gallery.js
index <HASH>..<HASH> 100644
--- a/src/featherlight.gallery.js
+++ b/src/featherlight.gallery.js
@@ -107,12 +107,13 @@
self.$currentTarget = source.eq(index);
self.beforeSlide(event);
-
+ self.beforeContent();
return $.when(
self... | Trigger {before|after}Content from gallery too | noelboss_featherlight | train |
6d7c97c6c7d273c63fcf0e87c2a97056787e63de | diff --git a/api/python/setup.py b/api/python/setup.py
index <HASH>..<HASH> 100644
--- a/api/python/setup.py
+++ b/api/python/setup.py
@@ -78,6 +78,7 @@ setup(
'pyarrow>=0.14.1', # as of 7/5/19: linux/circleci bugs on 0.14.0
],
'tests': [
+ 'urllib3<1.26,>=1.25.4' ... | pin urllib3 (#<I>) | quiltdata_quilt | train |
b5406b8f793c27389101becf6eee5bc8ad161bc0 | diff --git a/src/ServiceManager/Services/AuthService.php b/src/ServiceManager/Services/AuthService.php
index <HASH>..<HASH> 100644
--- a/src/ServiceManager/Services/AuthService.php
+++ b/src/ServiceManager/Services/AuthService.php
@@ -102,7 +102,14 @@ class AuthService extends AbstractServiceProvider
*/
public f... | Catch exceptions when checking for logged in | cubex_framework | train |
e246c8c24ffdedd2933a9c6ff6e2a8744131d631 | diff --git a/lib/lexer.js b/lib/lexer.js
index <HASH>..<HASH> 100644
--- a/lib/lexer.js
+++ b/lib/lexer.js
@@ -604,13 +604,15 @@ Lexer.prototype = {
get hex3() {
var captures;
- if (captures = /^#([a-f-A-F0-9]{3}) */.exec(this.str)) {
+ if (captures = /^#([a-fA-F0-9]{3}) */.exec(this.str)) {
th... | Fixed ids that are also valid colors. Closes #<I>
calling toString() previously compressed some colors, which
of course if you have an id #aabbcc you do not want #abc.
Also a regexp bug allowed "-" to become part of the color | stylus_stylus | train |
a8818139fd87187953f99b8e81c22d4c36672f34 | diff --git a/src/pixi/utils/EventTarget.js b/src/pixi/utils/EventTarget.js
index <HASH>..<HASH> 100644
--- a/src/pixi/utils/EventTarget.js
+++ b/src/pixi/utils/EventTarget.js
@@ -24,10 +24,16 @@ PIXI.EventTarget = function () {
};
this.dispatchEvent = this.emit = function ( event ) {
+
+ if ( typeof listeners[ e... | Only loop through array indices and error checking | pixijs_pixi.js | train |
ebfddaaace0a3b545d868bcf42840fb0bf11b6b4 | diff --git a/ui-v2/app/adapters/application.js b/ui-v2/app/adapters/application.js
index <HASH>..<HASH> 100644
--- a/ui-v2/app/adapters/application.js
+++ b/ui-v2/app/adapters/application.js
@@ -1,4 +1,5 @@
import Adapter from 'ember-data/adapters/rest';
+import { AbortError } from 'ember-data/adapters/errors';
impor... | ui: ember-data AbortError should have a `0` status (#<I>) | hashicorp_consul | train |
e352c7a506b2d5a6030d17e8c91ce663f375143e | diff --git a/lib/cloud_providers/cloud_provider.rb b/lib/cloud_providers/cloud_provider.rb
index <HASH>..<HASH> 100644
--- a/lib/cloud_providers/cloud_provider.rb
+++ b/lib/cloud_providers/cloud_provider.rb
@@ -58,5 +58,24 @@ module CloudProviders
raise StandardError.new("method_not_defined :describe_instances")... | Adding nodes method on cloud_provider | auser_poolparty | train |
4e164de589186eb0418139bde7d50c3c726945da | diff --git a/core/workflow/src/main/java/org/openengsb/core/workflow/internal/RulebaseBuilder.java b/core/workflow/src/main/java/org/openengsb/core/workflow/internal/RulebaseBuilder.java
index <HASH>..<HASH> 100644
--- a/core/workflow/src/main/java/org/openengsb/core/workflow/internal/RulebaseBuilder.java
+++ b/core/wo... | do not qurey declarations when just recreating a package | openengsb_openengsb | train |
501a3c3fbefbcc0d6071a00eb101110fc4733e08 | diff --git a/airflow/models/abstractoperator.py b/airflow/models/abstractoperator.py
index <HASH>..<HASH> 100644
--- a/airflow/models/abstractoperator.py
+++ b/airflow/models/abstractoperator.py
@@ -180,8 +180,8 @@ class AbstractOperator(LoggingMixin, DAGNode):
if isinstance(item, str) and any(... | Meaningful error mssage in resolve_template_files (#<I>)
When fails to get source | apache_airflow | train |
6a788f5ce201bf5512716aef71962f7507fc2884 | diff --git a/lib/rack/tracker/google_tag_manager/google_tag_manager.rb b/lib/rack/tracker/google_tag_manager/google_tag_manager.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/tracker/google_tag_manager/google_tag_manager.rb
+++ b/lib/rack/tracker/google_tag_manager/google_tag_manager.rb
@@ -17,6 +17,10 @@ class Rack::Tr... | google_tag_manager code should be in body tag by default | railslove_rack-tracker | train |
3d658170898e03c99d3c4fcb3e7a08a83739daa7 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -24,5 +24,5 @@ func configure() {
log.Printf("\tSMTPPass -> %s", env.SMTPPass)
log.Printf("\tSMTPHost -> %s", env.SMTPHost)
log.Printf("\tSMTPPort -> %s", env.SMTPPort)
-
+ log.Printf("\tSend... | Logs the sender configuration on boot
[#<I>] | cloudfoundry-incubator_notifications | train |
5c9673d0e8706d183a060961eda59e181019854e | diff --git a/somber/sequential.py b/somber/sequential.py
index <HASH>..<HASH> 100644
--- a/somber/sequential.py
+++ b/somber/sequential.py
@@ -96,7 +96,7 @@ class Sequential(Som):
"""Do a forward pass."""
raise ValueError("Base class.")
- def predict_distance(self, X, batch_size=100, show_progres... | Updated defaults, receptive field function | stephantul_somber | train |
ee6bf4a5b9b377fc01baa593741125cdcc8aeed6 | diff --git a/src/java/com/threerings/media/sound/SoundManager.java b/src/java/com/threerings/media/sound/SoundManager.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/media/sound/SoundManager.java
+++ b/src/java/com/threerings/media/sound/SoundManager.java
@@ -352,7 +352,7 @@ public class SoundManager
... | Whoops, that was supposed to be a regular loop. Caught by the Raydar.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@<I> ed5b<I>cb-e<I>-<I>-a<I>-f6a<I>f<I>b<I> | threerings_nenya | train |
a4597295b0cfa207ca2f5c83b791d1fe9188dd5e | diff --git a/k2catalogue/cli.py b/k2catalogue/cli.py
index <HASH>..<HASH> 100755
--- a/k2catalogue/cli.py
+++ b/k2catalogue/cli.py
@@ -102,4 +102,4 @@ def main():
'get_by_epicid': partial(get_by_epicid, session=session),
'get_by_proposal': partial(get_by_proposal, session=session),
'func': fu... | Do not pass command line arguments to ipython | mindriot101_k2catalogue | train |
37e7e84b03f16caa315abff01a25f410f4a22b36 | diff --git a/src/Graviton/FileBundle/Manager/RequestManager.php b/src/Graviton/FileBundle/Manager/RequestManager.php
index <HASH>..<HASH> 100644
--- a/src/Graviton/FileBundle/Manager/RequestManager.php
+++ b/src/Graviton/FileBundle/Manager/RequestManager.php
@@ -5,6 +5,7 @@
namespace Graviton\FileBundle\Manager;
+... | use proper library to parse multipart instead of doing this on our own; allows us to clean up some pretty nasty stuff.. | libgraviton_graviton | train |
1e6ce777209c70700690b14f5e20eb20cdc9e58f | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -3,7 +3,8 @@
var AWS;
/* istanbul ignore if */
if (process.LLTRACE_ON) {
- AWS = require('lltrace-aws-sdk').AWS;
+ var PAWS = require('lltrace-aws-sdk');
+ AWS = new PAWS.AWS();
} else {
AWS = require... | Instantiate a patched instance of AWS | numo-labs_aws-lambda-helper | train |
775a77570971233b99f4c5cc62085ea57d6b29de | diff --git a/authomatic/core.py b/authomatic/core.py
index <HASH>..<HASH> 100644
--- a/authomatic/core.py
+++ b/authomatic/core.py
@@ -406,6 +406,9 @@ class Session(object):
if not self._data:
self._data = self._get_data()
+ # Always return a dict, even if deserialization returned nothing... | Ensure deserialization of session data always returns non-None object.
When deserializing invalid session data, such as an expired session,
the `_get_data()` method sometimes returns None. This fix ensures that
the `data` property always returns an empty dict instead of None in this
and all cases, to avoid breaking su... | authomatic_authomatic | train |
d759ad088a092f09eff93b48f34563b591b80316 | diff --git a/tests/test_instaLooter.py b/tests/test_instaLooter.py
index <HASH>..<HASH> 100644
--- a/tests/test_instaLooter.py
+++ b/tests/test_instaLooter.py
@@ -38,7 +38,11 @@ class TestInstaLooterProfileDownload(unittest.TestCase):
def _test(self):
looter = instaLooter.InstaLooter(self.tmpdir, ... | Fix general use case tests to work with multiposts | althonos_InstaLooter | train |
ed9cd478baa1efc8c9ec1d2bbf6514d31bf8264f | diff --git a/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/endpoint/WebClientReactiveClientCredentialsTokenResponseClient.java b/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/endpoint/WebClientReactiveClientCredentialsTokenResponseClient.java
index <HASH>.... | Polish
Issue gh-<I> | spring-projects_spring-security | train |
ac720af632a4024e55f5d4e7a85112bf4b8991c1 | diff --git a/tests/test_replay.py b/tests/test_replay.py
index <HASH>..<HASH> 100644
--- a/tests/test_replay.py
+++ b/tests/test_replay.py
@@ -87,10 +87,7 @@ def test_dump_run_json_dump(
"""Test that replay.dump runs json.dump under the hood and that the context
is correctly written to the expected file in th... | Use spy instead of mock.patch in test_replay | audreyr_cookiecutter | train |
cc8fbe0e2d484e026a49204e69bc04ec4dcd598b | diff --git a/lib/hydra.js b/lib/hydra.js
index <HASH>..<HASH> 100644
--- a/lib/hydra.js
+++ b/lib/hydra.js
@@ -1,8 +1,10 @@
var fs = require('fs');
-var HydraHead = require('./hydraHead.js').HydraHead,
- HydraHeadStatic = require('./hydraHead.js').HydraHeadStatic,
+var HydraHead = require('./hydraHead.js'... | Expose serveStaticFile and proxyRequest publicly | robohydra_robohydra | train |
f2f0090fe2928a2a2f5095f8191a73b3ac9af593 | diff --git a/packages/hemera/lib/add.js b/packages/hemera/lib/add.js
index <HASH>..<HASH> 100644
--- a/packages/hemera/lib/add.js
+++ b/packages/hemera/lib/add.js
@@ -10,7 +10,6 @@
*/
const _ = require('lodash')
-const IsGeneratorFn = require('is-generator-function')
const Co = require('co')
const Util = require... | use faster method to check for generator function, remove dependency | hemerajs_hemera | train |
71a4f682e27df859d73b3a9f4cbef12cc65705cc | diff --git a/src/extensions/renderer.canvas.load-and-listeners.js b/src/extensions/renderer.canvas.load-and-listeners.js
index <HASH>..<HASH> 100644
--- a/src/extensions/renderer.canvas.load-and-listeners.js
+++ b/src/extensions/renderer.canvas.load-and-listeners.js
@@ -603,9 +603,9 @@
toTrigger.push( ... | improves drag w/ tap threshold re #<I> (mouse case) | cytoscape_cytoscape.js | train |
9974142353f77b53522c184e52b24751bd32de3c | diff --git a/app/controllers/katello/products_controller.rb b/app/controllers/katello/products_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/katello/products_controller.rb
+++ b/app/controllers/katello/products_controller.rb
@@ -17,15 +17,14 @@ module Katello
render_bad_parameters _('Reposito... | Fixes #<I> - allow disabling of orhpaned repo | Katello_katello | train |
28d903d71166656c91aac314c087aa3195ffe82e | diff --git a/java/client/test/org/openqa/selenium/SvgDocumentTest.java b/java/client/test/org/openqa/selenium/SvgDocumentTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/SvgDocumentTest.java
+++ b/java/client/test/org/openqa/selenium/SvgDocumentTest.java
@@ -26,14 +26,18 @@ import static... | Updating SVG tests to run under IE9 and higher. | SeleniumHQ_selenium | train |
ee7fe18674e1d7aae9dc2f542ab81305bae607b4 | diff --git a/streamteam/dynamics/actionangle.py b/streamteam/dynamics/actionangle.py
index <HASH>..<HASH> 100644
--- a/streamteam/dynamics/actionangle.py
+++ b/streamteam/dynamics/actionangle.py
@@ -383,10 +383,6 @@ def find_actions(t, w, N_max, usys, return_Sn=False, force_harmonic_oscillator=F
toy_potent... | fix bugs in specifying own toy potential | adrn_gala | train |
58baee5e168f8ed9701f3edd8c08f66a697fa17f | diff --git a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/ui/SeaGlassTabbedPaneUI.java b/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/ui/SeaGlassTabbedPaneUI.java
index <HASH>..<HASH> 100644
--- a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/ui/SeaGlassTabbedPaneUI.jav... | Mistaken check for only one tab is fixed. | khuxtable_seaglass | train |
2c414a010072d0fea2239f2e459f88c87f1da175 | diff --git a/src/train-announcement-request.xml b/src/train-announcement-request.xml
index <HASH>..<HASH> 100644
--- a/src/train-announcement-request.xml
+++ b/src/train-announcement-request.xml
@@ -10,6 +10,7 @@
{optionalFilters}
</AND>
</FILTER>
+ <INCLUDE>InformationOwner<... | fix(getDepartures): exclude non SJ results | eduardoportilho_trafikverket | train |
cc2fabe611a53ffb1fc34fbf1e7c16a06121f9ef | diff --git a/html/pfappserver/root/static.alt/src/utils/api.js b/html/pfappserver/root/static.alt/src/utils/api.js
index <HASH>..<HASH> 100644
--- a/html/pfappserver/root/static.alt/src/utils/api.js
+++ b/html/pfappserver/root/static.alt/src/utils/api.js
@@ -19,14 +19,14 @@ function _encodeURL (url) {
return url
}
... | (web admin) add bulk_delete | inverse-inc_packetfence | train |
99e88da1ed052d59851325990a3cedac1571b457 | diff --git a/common/src/rb/lib/selenium/webdriver/target_locator.rb b/common/src/rb/lib/selenium/webdriver/target_locator.rb
index <HASH>..<HASH> 100644
--- a/common/src/rb/lib/selenium/webdriver/target_locator.rb
+++ b/common/src/rb/lib/selenium/webdriver/target_locator.rb
@@ -32,7 +32,15 @@ module Selenium
i... | JariBakken: switch_to.window now handles 'driver.close' in the block
r<I> | SeleniumHQ_selenium | train |
bb464d5f02b1811488e8c93d19710f8ba114a4f9 | diff --git a/docroot/modules/custom/ymca_groupex/src/DrupalProxy.php b/docroot/modules/custom/ymca_groupex/src/DrupalProxy.php
index <HASH>..<HASH> 100644
--- a/docroot/modules/custom/ymca_groupex/src/DrupalProxy.php
+++ b/docroot/modules/custom/ymca_groupex/src/DrupalProxy.php
@@ -118,50 +118,56 @@ class DrupalProxy i... | Check whether pusher created event on Gcal | ymcatwincities_openy | train |
330ca1134def7421da61259d4a0900d81e95ca23 | diff --git a/ui/web/src/test/java/org/openengsb/ui/web/TestClientTest.java b/ui/web/src/test/java/org/openengsb/ui/web/TestClientTest.java
index <HASH>..<HASH> 100644
--- a/ui/web/src/test/java/org/openengsb/ui/web/TestClientTest.java
+++ b/ui/web/src/test/java/org/openengsb/ui/web/TestClientTest.java
@@ -70,15 +70,6 @... | unworking testcase removed, link changed | openengsb_openengsb | train |
dccb7cd2d5b949d8a1c96359652cd976ca2f101d | 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
@@ -23,14 +23,12 @@
* the following format:
* <pre>
* {
- TODO: Maybe one more round of simplification and expect directly Type instances here.
* na... | Final fixes for refactoring. | wigy_chronicles_of_angular | train |
0685a72851e5c72495531ea14fe73f7fee4edf19 | diff --git a/lib/rails_best_practices/core/methods.rb b/lib/rails_best_practices/core/methods.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_best_practices/core/methods.rb
+++ b/lib/rails_best_practices/core/methods.rb
@@ -16,6 +16,7 @@ module RailsBestPractices
# @param [String] access control, public, protecte... | do not add method if it is already existed | flyerhzm_rails_best_practices | train |
4ef622e0874c53c8060531d43da06f0fd6fddc36 | diff --git a/lib/puppet/parser/functions/sha1.rb b/lib/puppet/parser/functions/sha1.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/functions/sha1.rb
+++ b/lib/puppet/parser/functions/sha1.rb
@@ -1,5 +1,5 @@
Puppet::Parser::Functions::newfunction(:sha1, :type => :rvalue, :doc => "Returns a SHA1 hash value from ... | (#<I>) Fix sha1 to digest/sha1 require issue for Ruby <I> | puppetlabs_puppet | train |
208db979333fbefeef7a4646b3afa3fdce86abb2 | diff --git a/tests/rackspace/requests/queues/messages_tests.rb b/tests/rackspace/requests/queues/messages_tests.rb
index <HASH>..<HASH> 100644
--- a/tests/rackspace/requests/queues/messages_tests.rb
+++ b/tests/rackspace/requests/queues/messages_tests.rb
@@ -1,7 +1,4 @@
Shindo.tests('Fog::Rackspace::Queues | messages_... | On to the messages_tests. | fog_fog | train |
eea5ce624df1fda523aad0437e70444b55e0d4a9 | diff --git a/spec/private/router/behavior_spec.rb b/spec/private/router/behavior_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/private/router/behavior_spec.rb
+++ b/spec/private/router/behavior_spec.rb
@@ -41,3 +41,20 @@ describe Merb::Router::Behavior, "#redirect" do
@behavior.should redirect
end
end
+
+
+
+... | Spec for previously applied patch to Behavior#defer_to. | wycats_merb | train |
d4e11c4d1fd5a69f03b95b9c9bfbd4097be3f42a | diff --git a/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java b/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/testing/drivers/TestIgnorance.java
+++ b/java/client/test/org/openqa/selenium/testing/driv... | SimonStewart: Restoring the ability to filter tests by onlyrun and method system properties
r<I> | SeleniumHQ_selenium | train |
1a6c157644c6cf4f0f932f94d031a21966a9a8f3 | diff --git a/lib/faraday/response/rashify.rb b/lib/faraday/response/rashify.rb
index <HASH>..<HASH> 100644
--- a/lib/faraday/response/rashify.rb
+++ b/lib/faraday/response/rashify.rb
@@ -2,6 +2,7 @@ require 'faraday'
module Faraday
class Response::Rashify < Response::Middleware
+ dependency 'hashie/mash'
... | Add hashie/mash dependency to Rashify response middleware | lostisland_faraday_middleware | train |
a701f49a35cc637794fdd3245c95e7b9ee9dd48e | diff --git a/biodata-models/src/main/java/org/opencb/biodata/models/variant/Variant.java b/biodata-models/src/main/java/org/opencb/biodata/models/variant/Variant.java
index <HASH>..<HASH> 100644
--- a/biodata-models/src/main/java/org/opencb/biodata/models/variant/Variant.java
+++ b/biodata-models/src/main/java/org/open... | models: Do not use start as end when no end is given. | opencb_biodata | train |
1ed33201b11a2620a53fa506c5a3d005581af86f | diff --git a/course/search.php b/course/search.php
index <HASH>..<HASH> 100644
--- a/course/search.php
+++ b/course/search.php
@@ -178,10 +178,16 @@
} else {
$pixpath = "$CFG->themedir/$CFG->theme/pix";
}
+
echo "<a title=\"".get_st... | merged fix for MDL-<I>, removed link to teacher.php | moodle_moodle | train |
db700839d48ff36c8e61c7cdf3358e5fd9e704e9 | diff --git a/core/bootstrap.go b/core/bootstrap.go
index <HASH>..<HASH> 100644
--- a/core/bootstrap.go
+++ b/core/bootstrap.go
@@ -67,9 +67,6 @@ func bootstrap(ctx context.Context,
notConnected = append(notConnected, p)
}
}
- for _, p := range notConnected {
- log.Infof("not connected to %v", p)
- }
var r... | rm logging statement that isn't that useful
License: MIT | ipfs_go-ipfs | train |
993f5d5d14159c1c0061faa397faac993c841ff9 | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -135,8 +135,11 @@ Usage
Diverse life forms have evolved internal clocks enabling them to monitor time and thereby anticipate the daily environmental changes caused by Earth's rotation. The plant circadian clock re... | Create command-line tool to quickly retrieve article and DOI URLs for PubMed IDs/URLS | mfcovington_pubmed-lookup | train |
5ad8247a01ef8532fbc02c7c367130e501e1852a | diff --git a/src/Dots.js b/src/Dots.js
index <HASH>..<HASH> 100644
--- a/src/Dots.js
+++ b/src/Dots.js
@@ -8,23 +8,67 @@ const styles = {
background: '#fff',
margin: '0 4px',
float: 'left',
- transition: 'all 400ms cubic-bezier(0.4, 0.0, 0.2, 1)'
+ transition: 'all 400ms cubic-bezier(0.4, 0.0, 0.2,... | Animate dots as in the specs. | TeamWertarbyte_material-auto-rotating-carousel | train |
488d808e4cfebfa435c8abfe24b9881a6198a0c9 | diff --git a/jTplCompiler.class.php b/jTplCompiler.class.php
index <HASH>..<HASH> 100644
--- a/jTplCompiler.class.php
+++ b/jTplCompiler.class.php
@@ -3,9 +3,9 @@
* @package jelix
* @subpackage jtpl
* @author Laurent Jouanneau
-* @contributor Mathaud Loic (version standalone)
+* @contributor Mathaud Loic (... | enhancement #<I>: added support of 'else' keyword for block plugin in jtpl. p=Dominique Papin
fixed bug in jtpl : there was no error when a block wasn't closed. p=LJ
--HG--
extra : convert_revision : svn%3Ab2e<I>-df<I>-<I>-9efa-d<I>cf<I>d<I>/trunk%<I> | jelix_castor | train |
6eb76cc3a74fd50075ece5b1cf6159fafccbef29 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,7 @@ class PyTest(TestCommand):
setup(
name='raven',
- version='5.2.0',
+ version='5.3.0.dev0',
author='David Cramer',
author_email='dcramer@gmail.com',
url='http://github.com/getsentry... | Bump to <I>.dev0 | getsentry_raven-python | train |
6b1a55ccbe1053fd9e623ea6d3cb2f3415fa981a | diff --git a/Tree/PhpcrOdmTree.php b/Tree/PhpcrOdmTree.php
index <HASH>..<HASH> 100644
--- a/Tree/PhpcrOdmTree.php
+++ b/Tree/PhpcrOdmTree.php
@@ -213,7 +213,7 @@ class PhpcrOdmTree implements TreeInterface
}
// TODO: ideally the tree should simply not make the node clickable
- $label .= $adm... | Add translate for "Not editable" node
Hello,
There is a message for the not editable node, this one is not translatable. So I modified the line <I> to translate this.
Regards, | sonata-project_SonataDoctrinePhpcrAdminBundle | train |
98226d198c82c7c58eee678f81ec9656f9255a05 | diff --git a/gyp/pylib/gyp/MSVSSettings.py b/gyp/pylib/gyp/MSVSSettings.py
index <HASH>..<HASH> 100644
--- a/gyp/pylib/gyp/MSVSSettings.py
+++ b/gyp/pylib/gyp/MSVSSettings.py
@@ -16,6 +16,8 @@ MSBuild install directory, e.g. c:\Program Files (x86)\MSBuild
from __future__ import print_function
+from gyp import stri... | gyp: replace basestring with str, but only on Python 3.
On Python 2, basestring is (unicode, str).
On Python 3, basestring and unicode are gone, and there is only str. | nodejs_node-gyp | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.