hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b3b3fbee0705d0b01550f5956b7ce6f244874cfd | diff --git a/src/components/OverflowMenu/OverflowMenu.js b/src/components/OverflowMenu/OverflowMenu.js
index <HASH>..<HASH> 100644
--- a/src/components/OverflowMenu/OverflowMenu.js
+++ b/src/components/OverflowMenu/OverflowMenu.js
@@ -488,16 +488,17 @@ export default class OverflowMenu extends Component {
};
/*... | fix(OverflowMenu): assign menu body ref for non-floating menu (#<I>) | carbon-design-system_carbon-components | train |
adfd2dfff0ce887131689a71423db7df4fcc6c0d | diff --git a/src/main/org/codehaus/groovy/tools/groovydoc/LinkArgument.java b/src/main/org/codehaus/groovy/tools/groovydoc/LinkArgument.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/tools/groovydoc/LinkArgument.java
+++ b/src/main/org/codehaus/groovy/tools/groovydoc/LinkArgument.java
@@ -5,8 +5,8 ... | GROOVY-<I>
If ant groovydoc->link element did not specify attribute 'packages', the groovy-doc generation failed with NPE. Reported in migration from javadoc to groovydoc - packages, being a groovy specific attribute, was missing in existing javadoc ant script. Fixed it.
git-svn-id: <URL> | groovy_groovy-core | train |
3671e65d89e44633ed4a18478b14edb3d8677f11 | diff --git a/src/Generators/ModelGenerator.php b/src/Generators/ModelGenerator.php
index <HASH>..<HASH> 100755
--- a/src/Generators/ModelGenerator.php
+++ b/src/Generators/ModelGenerator.php
@@ -332,12 +332,16 @@ class ModelGenerator extends BaseGenerator
*/
private function generateEloquent()
{
- ... | minor fix for eloquent functions | InfyOmLabs_laravel-generator | train |
47cdf6de069381ea0517c5595953b62d268ad077 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
- install_requires=['requ... | Declare more precise variant of requests dependency. | AnalogJ_lexicon | train |
1e02a962863fac2f519683cd512e0b8ca9145497 | diff --git a/src/Symfony/Component/Validator/Constraints/Sequentially.php b/src/Symfony/Component/Validator/Constraints/Sequentially.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Validator/Constraints/Sequentially.php
+++ b/src/Symfony/Component/Validator/Constraints/Sequentially.php
@@ -16,7 +16,7 @@ nam... | [Validator] Allow Sequentially constraints on classes | symfony_symfony | train |
2ae3c6305dd80fb6c86fffb6a57450ad72aebddb | diff --git a/app/helpers/file-system.js b/app/helpers/file-system.js
index <HASH>..<HASH> 100644
--- a/app/helpers/file-system.js
+++ b/app/helpers/file-system.js
@@ -13,8 +13,7 @@ module.exports = {
if (err) {
console.log(err);
} else if (typeof cb === "function") {
- cb(descriptor);
- ... | Delete shutdown.txt on server startup | Rise-Vision_rise-cache-v2 | train |
6313677bddccf7afc7a181b873f847af26595e9f | diff --git a/aws/resource_aws_s3outposts_endpoint_test.go b/aws/resource_aws_s3outposts_endpoint_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_s3outposts_endpoint_test.go
+++ b/aws/resource_aws_s3outposts_endpoint_test.go
@@ -6,19 +6,20 @@ import (
"testing"
"github.com/aws/aws-sdk-go/service/s3outpo... | s3outposts: Prepare for acctest, revamp provider | terraform-providers_terraform-provider-aws | train |
2f0119839e51c0d08488d8c4f4693dd0bb29d993 | diff --git a/aospy/plotting.py b/aospy/plotting.py
index <HASH>..<HASH> 100644
--- a/aospy/plotting.py
+++ b/aospy/plotting.py
@@ -228,7 +228,7 @@ class Ax(object):
self.Plot = []
self._copy_attrs_from_fig()
- # self._set_ax_loc_specs()
+ self._set_ax_loc_specs()
self._set_xy_... | For map plots, turn off axis tweaks used for line plots | spencerahill_aospy | train |
253041d6b89cfc2dac8d93cc6eaa7f77d2c15ded | diff --git a/tests/Doctrine/Tests/TestInit.php b/tests/Doctrine/Tests/TestInit.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/TestInit.php
+++ b/tests/Doctrine/Tests/TestInit.php
@@ -8,7 +8,10 @@ error_reporting(E_ALL | E_STRICT);
require_once 'PHPUnit/Framework.php';
require_once 'PHPUnit/TextUI/TestRu... | Fixing dbal TestInit so tests will pass | doctrine_dbal | train |
37a1d0dfe48e270a4e16a6803b7ea197fcef8302 | diff --git a/src/angular.js b/src/angular.js
index <HASH>..<HASH> 100644
--- a/src/angular.js
+++ b/src/angular.js
@@ -36,7 +36,7 @@ function run($rootScope, Language, languages, $http, $route, $cacheFactory) {
$cacheFactory.get(cache).removeAll();
}
$route.reload();
- $rootScope.$... | prefix event with our "namespace" | monomelodies_monad | train |
ba0d27735aa6cc1a739bee986c02d067caca5240 | diff --git a/lib/grade/grade_category.php b/lib/grade/grade_category.php
index <HASH>..<HASH> 100644
--- a/lib/grade/grade_category.php
+++ b/lib/grade/grade_category.php
@@ -783,6 +783,24 @@ class grade_category extends grade_object {
private function set_usedinaggregation($userid, $usedweights, $novalue, $droppe... | MDL-<I> Grades: Fix for set_usedinaggregation
Used in aggregation was not resetting previously set values
when recalculating an aggregation. This meant that items no longer
in the aggregation, were displayed with stale weights in the user report. | moodle_moodle | train |
2862b1a15309496c82c2b2dd95e1569a9b5bc738 | diff --git a/app/views/ivy-sortable.js b/app/views/ivy-sortable.js
index <HASH>..<HASH> 100644
--- a/app/views/ivy-sortable.js
+++ b/app/views/ivy-sortable.js
@@ -1,3 +1 @@
-import IvySortableView from 'ivy-sortable/views/ivy-sortable';
-
-export default IvySortableView;
+export { default } from 'ivy-sortable/views/ivy... | Use re-export syntax. | IvyApp_ivy-sortable | train |
8bd8e3f7b821accda597196c2cf7ee025a1edc73 | diff --git a/mwxml/iteration/tests/test_user.py b/mwxml/iteration/tests/test_user.py
index <HASH>..<HASH> 100644
--- a/mwxml/iteration/tests/test_user.py
+++ b/mwxml/iteration/tests/test_user.py
@@ -23,3 +23,13 @@ def test_user():
user = User.from_element(ElementIterator.from_string(XML))
eq_(user.id, None)
... | handle missing contributor ids
Emit 0 if the contributor id is None
Add appropriate test case. | mediawiki-utilities_python-mwxml | train |
d388c1e816d692c74e4db71fab05f4dbc8e45417 | diff --git a/addon/components/cart-area/component.js b/addon/components/cart-area/component.js
index <HASH>..<HASH> 100644
--- a/addon/components/cart-area/component.js
+++ b/addon/components/cart-area/component.js
@@ -40,7 +40,8 @@ export default Ember.Component.extend(EmberD3, {
width: 300,
height: 150,
- xS... | update line chart scales to be lazy | ming-codes_ember-cli-d3 | train |
f669f937a74322eaaff26548f992c96035b9b16c | diff --git a/ndio/remote/ndingest.py b/ndio/remote/ndingest.py
index <HASH>..<HASH> 100644
--- a/ndio/remote/ndingest.py
+++ b/ndio/remote/ndingest.py
@@ -361,7 +361,8 @@ specify the time steps?')
resp.close()
except AssertionError:
raise OSErro... | Update ndingest.py | neurodata_ndio | train |
84533b31ce40f39765e6175f5ec6d4ccb7e884ed | diff --git a/preview/assets/js/toolconfigs/BubbleChart-gapminder.js b/preview/assets/js/toolconfigs/BubbleChart-gapminder.js
index <HASH>..<HASH> 100644
--- a/preview/assets/js/toolconfigs/BubbleChart-gapminder.js
+++ b/preview/assets/js/toolconfigs/BubbleChart-gapminder.js
@@ -13,6 +13,8 @@ var VIZABI_MODEL = {
... | Fix the missing time config during ready so that chart loads | vizabi_vizabi | train |
a76783ac94eeed90640b6bb6308f1fcf5c777c46 | diff --git a/src/com/google/javascript/jscomp/CompilerOptions.java b/src/com/google/javascript/jscomp/CompilerOptions.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/CompilerOptions.java
+++ b/src/com/google/javascript/jscomp/CompilerOptions.java
@@ -157,7 +157,7 @@ public class CompilerOptions ... | When using --browser_featureset_year=<I>, don't emit template strings.
Safari <I> has a bug that undermines one of the critical invariants of tagged template literals: <URL> | google_closure-compiler | train |
c5ebfb31d1e9b5d201232aae1b6dd5b1feeca9fe | diff --git a/ommprotocol/ommprotocol.py b/ommprotocol/ommprotocol.py
index <HASH>..<HASH> 100644
--- a/ommprotocol/ommprotocol.py
+++ b/ommprotocol/ommprotocol.py
@@ -73,7 +73,7 @@ REPORTERS = {
}
SELECTORS = {
'protein': lambda a: a.residue.name not in ('WAT', 'HOH') and a.name not in ('Cl-', 'Na+'),
- 'prot... | *.vel restarts are already scaled; no need for division | insilichem_ommprotocol | train |
5f1952bf6c8cd4bf8457312a64f5e269ff4efff3 | diff --git a/lib/trello/webhook.rb b/lib/trello/webhook.rb
index <HASH>..<HASH> 100644
--- a/lib/trello/webhook.rb
+++ b/lib/trello/webhook.rb
@@ -1,9 +1,9 @@
module Trello
# A webhook is an url called each time a specified idModel is updated
class Webhook < BasicData
- register_attributes :id, :description, ... | Update webhooks properties to be undescored. | jeremytregunna_ruby-trello | train |
f13897b3fb5961befc4dbbaa9a43cac02e1e671e | diff --git a/src/Driver/API/MySQL/ExceptionConverter.php b/src/Driver/API/MySQL/ExceptionConverter.php
index <HASH>..<HASH> 100644
--- a/src/Driver/API/MySQL/ExceptionConverter.php
+++ b/src/Driver/API/MySQL/ExceptionConverter.php
@@ -95,6 +95,7 @@ final class ExceptionConverter implements ExceptionConverterInterface
... | Handle the MySQL "authentication method unknown" error | doctrine_dbal | train |
8ca996ed662bb6a9a7cd72bfd3a2e2ecdc703921 | diff --git a/lib/dm-core/types/paranoid_boolean.rb b/lib/dm-core/types/paranoid_boolean.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-core/types/paranoid_boolean.rb
+++ b/lib/dm-core/types/paranoid_boolean.rb
@@ -21,10 +21,18 @@ module DataMapper
end
def destroy
+ paranoid_destroy
+ ... | Improve paranoia, will be extracted to a plugin in the relative short term | datamapper_dm-core | train |
49ad0eef19d9c9579f2216758ed1bf056819bf5e | diff --git a/internal/cui/cui.go b/internal/cui/cui.go
index <HASH>..<HASH> 100644
--- a/internal/cui/cui.go
+++ b/internal/cui/cui.go
@@ -15,6 +15,7 @@ func GetSelection(ctx context.Context, prompt string, choices []string) (string,
if ctxutil.IsAlwaysYes(ctx) || !ctxutil.IsInteractive(ctx) {
return "impossible",... | Honor Ctrl+C while waiting for user input (#<I>)
Fixes #<I>
RELEASE_NOTES=[BUGFIX] Honor Ctrl+C while waiting for user input | gopasspw_gopass | train |
099715312ee161d20adf441f034e4d21f9e94f85 | diff --git a/src/main/java/com/hankcs/hanlp/dictionary/CustomDictionary.java b/src/main/java/com/hankcs/hanlp/dictionary/CustomDictionary.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/hankcs/hanlp/dictionary/CustomDictionary.java
+++ b/src/main/java/com/hankcs/hanlp/dictionary/CustomDictionary.java
@@ -85,7 ... | for a unexpected crash because of the custom dictionary's empty | hankcs_HanLP | train |
6e5d2a0f6fa2c533d4a8558b1a82ee8dea2182b8 | diff --git a/packages/wdio-cli/src/launcher.js b/packages/wdio-cli/src/launcher.js
index <HASH>..<HASH> 100644
--- a/packages/wdio-cli/src/launcher.js
+++ b/packages/wdio-cli/src/launcher.js
@@ -29,7 +29,7 @@ class Launcher {
process.env.WDIO_LOG_PATH = path.join(config.outputDir, 'wdio.log')
}
... | apply wdioLogLevel before starting workers (#<I>)
* apply wdioLogLevel before starting workers
* wdio-logger: change ternary condition | webdriverio_webdriverio | train |
674f9ce2bf6130837c74f2b889131f71b3bc180a | diff --git a/resources/views/admin/fileCategories/edit.php b/resources/views/admin/fileCategories/edit.php
index <HASH>..<HASH> 100644
--- a/resources/views/admin/fileCategories/edit.php
+++ b/resources/views/admin/fileCategories/edit.php
@@ -1,7 +1,7 @@
<?php $view->layout() ?>
<div class="page-header">
- <a clas... | refactoring: pull => float | miaoxing_file | train |
3f7d6cae3a3eb0e8d568a37ee2aedc3981468707 | diff --git a/ns_api/ns_api.py b/ns_api/ns_api.py
index <HASH>..<HASH> 100644
--- a/ns_api/ns_api.py
+++ b/ns_api/ns_api.py
@@ -69,9 +69,7 @@ def list_from_json(source_list_json):
for list_item in source_list_json:
item = json.loads(list_item)
try:
- if item['class_name'] == 'Trip':
- ... | Deserialisation of Trip's sub objects; some fixes | aquatix_ns-api | train |
4e177ac37258cd538eccd2230f735f164a4071ef | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -4,7 +4,9 @@ require 'bundler/setup'
require 'remote_database_cleaner'
RSpec.configure do |config|
-
+ config.mock_with :rspec do |c|
+ c.syntax = [:should, :expect]
+ end
... | Allow old syntax for rspec-mock | tdouce_remote_database_cleaner | train |
50855e805fd4643f74a5929d596d768f927dfcec | diff --git a/pliers/tests/extractors/test_image_extractors.py b/pliers/tests/extractors/test_image_extractors.py
index <HASH>..<HASH> 100644
--- a/pliers/tests/extractors/test_image_extractors.py
+++ b/pliers/tests/extractors/test_image_extractors.py
@@ -4,7 +4,7 @@ from pliers.extractors import (BrightnessExtractor,
... | add test for TensorFlowKerasInceptionV3Extractor.
This also removes the test for TensorFlowInceptionV3Extractor. | tyarkoni_pliers | train |
36928d154857b17db30334c7cbe6c7e312e4c44c | diff --git a/integration_tests/test_trash_rm.py b/integration_tests/test_trash_rm.py
index <HASH>..<HASH> 100644
--- a/integration_tests/test_trash_rm.py
+++ b/integration_tests/test_trash_rm.py
@@ -4,10 +4,23 @@ from nose.tools import assert_false, assert_raises
from files import require_empty_dir, write_file
from... | Caracterization test for bug of issue #<I> (trash-rm crashes on .trashinfo files without Path) | andreafrancia_trash-cli | train |
acfec992edddeb28279f6dc0ec8fa3737a4494a1 | diff --git a/solvebio/query.py b/solvebio/query.py
index <HASH>..<HASH> 100644
--- a/solvebio/query.py
+++ b/solvebio/query.py
@@ -145,22 +145,6 @@ class RangeFilter(Filter):
return '<RangeFilter {0}>'.format(self.filters)
-class QueryResult(dict):
- """
- Container for Query result key/value documen... | remove the QueryResult and replace the default result class with dict | solvebio_solvebio-python | train |
3d1c23b1f87672b7939c08440f8a5ee29f4df694 | diff --git a/lib/lev/active_job.rb b/lib/lev/active_job.rb
index <HASH>..<HASH> 100644
--- a/lib/lev/active_job.rb
+++ b/lib/lev/active_job.rb
@@ -21,10 +21,10 @@ if defined?(::ActiveJob)
def perform(*args, &block)
# Pop arguments added by perform_later
- uuid = args.pop
+ id = a... | Rename uuid to id everywhere | lml_lev | train |
fa66eac8e260db34c03052db3c82c007fce22287 | diff --git a/curtsies/window.py b/curtsies/window.py
index <HASH>..<HASH> 100644
--- a/curtsies/window.py
+++ b/curtsies/window.py
@@ -333,7 +333,7 @@ class CursorAwareWindow(BaseWindow):
c = retrying_read()
resp += c
m = re.search('(?P<extra>.*)'
- '(?P<C... | Fixed escape sequence issue
Removed the backslash before the open square
bracket to fix issue with invalid escape sequence.
Fixes #<I> | bpython_curtsies | train |
f2a45f7ed7d54f8c4adafdd18c68e5a3f74de5b3 | diff --git a/proctor-store-git/src/main/java/com/indeed/proctor/store/GitDirectoryRefresher.java b/proctor-store-git/src/main/java/com/indeed/proctor/store/GitDirectoryRefresher.java
index <HASH>..<HASH> 100644
--- a/proctor-store-git/src/main/java/com/indeed/proctor/store/GitDirectoryRefresher.java
+++ b/proctor-store... | PROC-<I>: Synchronize refreshers with doInWorkingDirectory | indeedeng_proctor | train |
3dd0877716f2483050735205840e423bac1af42f | diff --git a/lib/configs/default.js b/lib/configs/default.js
index <HASH>..<HASH> 100644
--- a/lib/configs/default.js
+++ b/lib/configs/default.js
@@ -30,10 +30,13 @@ module.exports = function(options) {
// Authentication settings
'auth': {
- 'basic': true
+ // Redirect user to... | Improve authentication
Support option “redirect” | CodeboxIDE_codebox | train |
b5a9a998780146d6a066fe9f18a3e2ebabf53418 | diff --git a/job-scheduler/src/test/java/org/hawkular/metrics/scheduler/impl/JobExecutionTest.java b/job-scheduler/src/test/java/org/hawkular/metrics/scheduler/impl/JobExecutionTest.java
index <HASH>..<HASH> 100644
--- a/job-scheduler/src/test/java/org/hawkular/metrics/scheduler/impl/JobExecutionTest.java
+++ b/job-sch... | [HWKMETRICS-<I>] fix merge conflicts | hawkular_hawkular-metrics | train |
63b10dd4705ceaf1863e599fec609c54e3a45e9d | diff --git a/test/Event/Events/MajorInfoUpdatedTest.php b/test/Event/Events/MajorInfoUpdatedTest.php
index <HASH>..<HASH> 100644
--- a/test/Event/Events/MajorInfoUpdatedTest.php
+++ b/test/Event/Events/MajorInfoUpdatedTest.php
@@ -7,7 +7,7 @@ use CultuurNet\UDB3\Address\Locality;
use CultuurNet\UDB3\Address\PostalCode... | III-<I>: Update Event major-info updated test with Calendar type | cultuurnet_udb3-php | train |
876f0400a61d5480c5d007d76e8068a822e272b0 | diff --git a/pandas/tests/arrays/integer/test_arithmetic.py b/pandas/tests/arrays/integer/test_arithmetic.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/arrays/integer/test_arithmetic.py
+++ b/pandas/tests/arrays/integer/test_arithmetic.py
@@ -279,9 +279,7 @@ def test_unary_minus_nullable_int(any_signed_nullable_int... | remove trailing commas for black update (#<I>) | pandas-dev_pandas | train |
e56c164d751bf6a67fa391f26cbd8424487b21ea | diff --git a/cmd/jujud/machine.go b/cmd/jujud/machine.go
index <HASH>..<HASH> 100644
--- a/cmd/jujud/machine.go
+++ b/cmd/jujud/machine.go
@@ -3,37 +3,30 @@ package main
import (
"fmt"
"launchpad.net/gnuflag"
- "strconv"
)
// MachineAgent is a cmd.Command responsible for running a machine agent.
type MachineA... | machine id is now an int | juju_juju | train |
b43011fbf1dfcc9020113cfc710405f40b49a87d | diff --git a/lib/assert/context.rb b/lib/assert/context.rb
index <HASH>..<HASH> 100644
--- a/lib/assert/context.rb
+++ b/lib/assert/context.rb
@@ -58,6 +58,8 @@ module Assert
protected
+ # ask the running test to handle the result of the assertion and decide how to store
+ # that result
def assertio... | updated some of test's tests for new logic moved from context to test | redding_assert | train |
78338a797e759f74f7746eb226e1ca14ed96f7b4 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -46,7 +46,7 @@ module.exports = postcss.plugin(
* @callback PostcssUrl~UrlProcessor
* @param {String} from from
* @param {String} dirname to dirname
- * @param {String} urlMeta url meta data
+ * @param {String} oldUrl ur... | Pass url inplace of urlMeta to processors | sebastian-software_postcss-smart-asset | train |
28097c4d3dad73f7813a5e271ab3ad9dc6302b99 | diff --git a/ez_setup.py b/ez_setup.py
index <HASH>..<HASH> 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "5.4.3"
+DEFAULT_VERSION = "5.5"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):... | Bumped to <I> in preparation for next release. | pypa_setuptools | train |
f15616dc2959b8cb37b420135b8cc83e7daa2ef6 | diff --git a/lib/janky/chat_service/slack.rb b/lib/janky/chat_service/slack.rb
index <HASH>..<HASH> 100644
--- a/lib/janky/chat_service/slack.rb
+++ b/lib/janky/chat_service/slack.rb
@@ -3,6 +3,9 @@ require "slack"
module Janky
module ChatService
class Slack
+ Attachment = Struct.new(:fallback, :text, :pr... | Adds attachments to Slack adapter to give the message a nicer touch | github_janky | train |
973037189feef06843254262b77eac2873bc3187 | diff --git a/delphi/AnalysisGraph.py b/delphi/AnalysisGraph.py
index <HASH>..<HASH> 100644
--- a/delphi/AnalysisGraph.py
+++ b/delphi/AnalysisGraph.py
@@ -39,7 +39,6 @@ class AnalysisGraph(nx.DiGraph):
self.dateCreated = datetime.now()
self.name: str = "Linear Dynamical System with Stochastic Transiti... | Removing data attribute from AnalysisGraph class | ml4ai_delphi | train |
b700bc2e20141cd9adca38e61f50579b45c3a893 | diff --git a/src/metpy/calc/cross_sections.py b/src/metpy/calc/cross_sections.py
index <HASH>..<HASH> 100644
--- a/src/metpy/calc/cross_sections.py
+++ b/src/metpy/calc/cross_sections.py
@@ -292,12 +292,14 @@ def absolute_momentum(u, v, index='index'):
"""
# Get the normal component of the wind
- norm_wi... | Absolute momentum bug fix
Ensures that units are provided to `u` and `v` when calculating normal_component. | Unidata_MetPy | train |
44618ffb3968cedffd06bd9c350923e89dc0df6e | diff --git a/pixiedust/display/graph/display.py b/pixiedust/display/graph/display.py
index <HASH>..<HASH> 100644
--- a/pixiedust/display/graph/display.py
+++ b/pixiedust/display/graph/display.py
@@ -18,6 +18,9 @@ from ..display import Display
from pyspark.sql import DataFrame
from pyspark.sql import functions as F
i... | Fixed GraphMap issue with Python <I> | pixiedust_pixiedust | train |
9b5fe67f46aa6ab2324438a9c2fcf88269491a2d | diff --git a/envcfg.go b/envcfg.go
index <HASH>..<HASH> 100644
--- a/envcfg.go
+++ b/envcfg.go
@@ -5,12 +5,16 @@ package envcfg
import (
"bytes"
+ "crypto/tls"
"encoding/base64"
"io/ioutil"
"os"
"regexp"
"strconv"
"strings"
+ "sync"
+
+ "golang.org/x/crypto/acme/autocert"
"github.com/knq/ini"
)
@@... | Adding more standardized config options | brankas_envcfg | train |
378dc26ea191cbed68ec1d33fd301ee219d30c36 | diff --git a/gophish/api/api.py b/gophish/api/api.py
index <HASH>..<HASH> 100644
--- a/gophish/api/api.py
+++ b/gophish/api/api.py
@@ -24,6 +24,19 @@ class APIEndpoint(object):
self.endpoint = endpoint
self._cls = cls
+ def _build_url(self, *parts):
+ """Builds a path to an API resource by... | Fixing syntax error for PUT requests. Updating the way URLs are built to be more reliable | gophish_api-client-python | train |
c2c2e09b1feec92d2dff03b590c3d756d3982338 | diff --git a/bql/planner/planner_test.go b/bql/planner/planner_test.go
index <HASH>..<HASH> 100644
--- a/bql/planner/planner_test.go
+++ b/bql/planner/planner_test.go
@@ -1100,8 +1100,6 @@ func TestReificationResolutionIssue70(t *testing.T) {
// benchmarkQuery is a helper function that runs a specified query on the ... | Remove double assignment of ctx in benchmarkQuery | google_badwolf | train |
96ac1097bc5eb4192a86462e230942c439375424 | diff --git a/spec/example_app/config/environments/development.rb b/spec/example_app/config/environments/development.rb
index <HASH>..<HASH> 100644
--- a/spec/example_app/config/environments/development.rb
+++ b/spec/example_app/config/environments/development.rb
@@ -38,7 +38,7 @@ Rails.application.configure do
confi... | Fix deprecation warning about i<I>n errors (#<I>)
For example:
DEPRECATION WARNING: action_view.raise_on_missing_translations is
deprecated and will be removed in Rails <I>. Set i<I>n.raise_on_missing_translations
instead. Note that this new setting also affects how missing translations
are handled in controller... | thoughtbot_administrate | train |
043ef318fd177b4bc8944c8dbd11f49c72b8d4de | diff --git a/src/InteractionResponse.php b/src/InteractionResponse.php
index <HASH>..<HASH> 100644
--- a/src/InteractionResponse.php
+++ b/src/InteractionResponse.php
@@ -4,7 +4,9 @@ namespace Wirecard\PaymentSdk;
/**
* Class InteractionResponse
*
- * This object is returned if interaction with the consumer browse... | improved class comment of InteractionResponse | wirecard_paymentSDK-php | train |
dbfac789700e7a64f7ada36dc5805c91d5cdda38 | diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -2814,7 +2814,6 @@ define.classMethod('geoHaystackSearch', {callback: true, promise:true});
// }.toString();
var groupFunction = 'function () {\nvar c = db[ns].find(condition);\nvar map = ... | harded gridfs checks to ensure an aborted upload does not keep writing | mongodb_node-mongodb-native | train |
78b6acc429028439f9cbcc7ff6f2afa760361205 | diff --git a/actions/class.TestRunner.php b/actions/class.TestRunner.php
index <HASH>..<HASH> 100644
--- a/actions/class.TestRunner.php
+++ b/actions/class.TestRunner.php
@@ -661,6 +661,8 @@ class taoQtiTest_actions_TestRunner extends tao_actions_ServiceModule {
common_Logger::i("Retrieving QTI Assessment Tes... | preserve outcomes variables that are declared in the rdf-to-outcome config | oat-sa_extension-tao-testqti | train |
93bddb3e65101d553e596d975098949129dfba36 | diff --git a/builder/lxc/communicator.go b/builder/lxc/communicator.go
index <HASH>..<HASH> 100644
--- a/builder/lxc/communicator.go
+++ b/builder/lxc/communicator.go
@@ -71,6 +71,24 @@ func (c *LxcAttachCommunicator) Upload(dst string, r io.Reader, fi *os.FileInfo)
return err
}
+ if fi != nil {
+ tfDir := file... | implement directory fix for lxc file uploads | hashicorp_packer | train |
8a07293bf5c6f73c845cea4080294e60031cbb90 | diff --git a/packages/upload/Upload.js b/packages/upload/Upload.js
index <HASH>..<HASH> 100644
--- a/packages/upload/Upload.js
+++ b/packages/upload/Upload.js
@@ -90,7 +90,7 @@ class Upload extends Component {
};
handleFileInputChange = event => {
- this.setFiles(event.target.selectedFiles);
+ this.setFil... | fix(upload): file button handler fix | Availity_availity-react | train |
822bf1f5d8602dc828638e46b1d75cafa9aed49d | diff --git a/src/cobaya/hamster_db.py b/src/cobaya/hamster_db.py
index <HASH>..<HASH> 100644
--- a/src/cobaya/hamster_db.py
+++ b/src/cobaya/hamster_db.py
@@ -25,15 +25,14 @@ class HamsterDB(object):
db_filepath = conf.get_option('hamster.db')
self.connection = sqlite3.connect(db_filepath)
- ... | Using field names of the database in order to prevent of future changes on it.
Also using list comprehension to generate automatically dicts of categories and tags | pablorecio_Cobaya | train |
261588cc8e68d83c50836ed51e90e3f0d9d35420 | diff --git a/lntest/itest/lnd_mpp_test.go b/lntest/itest/lnd_mpp_test.go
index <HASH>..<HASH> 100644
--- a/lntest/itest/lnd_mpp_test.go
+++ b/lntest/itest/lnd_mpp_test.go
@@ -139,7 +139,7 @@ func testSendToRouteMultiPath(net *lntest.NetworkHarness, t *harnessTest) {
// block as long as the payment is in flight.
g... | itest: switch over to routerrpc.SendToRouteV2 | lightningnetwork_lnd | train |
acff83865a2a520292ff1e36883a2470f30049ce | diff --git a/src/Generator.php b/src/Generator.php
index <HASH>..<HASH> 100644
--- a/src/Generator.php
+++ b/src/Generator.php
@@ -0,0 +1,96 @@
+<?php
+namespace Anolilab\Wordpress\SaltGenerator;
+
+/**
+ * Generates the salts for phpdotenv based Wordpress Composer projects.
+ *
+ * @author Daniel Bannert <info@an... | added generateSalt, writeToFile and addSalts func | anolilab_wordpress-salt-generator | train |
322846f071775f7dac0b11988e8b375ddcaeaedc | diff --git a/app/models/faalis/user.rb b/app/models/faalis/user.rb
index <HASH>..<HASH> 100644
--- a/app/models/faalis/user.rb
+++ b/app/models/faalis/user.rb
@@ -21,14 +21,6 @@ module Faalis
# **User** model for **Faalis** platform
class User < Faalis::ORM.proper_base_class
- # AuthDefinitions contains all ... | user/devise bug fixed (occured in mongoid) | Yellowen_Faalis | train |
cc2d6192c23a45a89b0409c5ea546c28df81221e | diff --git a/src/Sylius/Bundle/UiBundle/Resources/private/js/sylius-form-collection.js b/src/Sylius/Bundle/UiBundle/Resources/private/js/sylius-form-collection.js
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/UiBundle/Resources/private/js/sylius-form-collection.js
+++ b/src/Sylius/Bundle/UiBundle/Resources/privat... | Fix UI form add button issue collection in a collection
If you have a collection in a collection in an admin form for example, it should take the last add button not the first.
If you take the first, it will take the first of the first embedded collection if you have one (not the right one). | Sylius_Sylius | train |
08515e8659db25a44a0cf3b5e5653deb7f31200b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,6 @@ requirements = [
'jwcrypto',
'six',
'requests',
- 'pyasn1 < 0.3', # https://pagure.io/freeipa/issue/7082
]
# extra requirements | Drop pyasn1 workaround for IPA | latchset_custodia | train |
c1b48e9c702d7d3beb74e06e416c24c464102a8c | diff --git a/shinken/scheduler.py b/shinken/scheduler.py
index <HASH>..<HASH> 100644
--- a/shinken/scheduler.py
+++ b/shinken/scheduler.py
@@ -88,6 +88,7 @@ class Scheduler:
#Load conf for future use
def load_conf(self, conf):
+ self.program_start = time.time()
self.conf = conf
self... | Fix : program_start value was not accurate for export. Now it is. | Alignak-monitoring_alignak | train |
5338d58417aed4b59dbde81b0a82d31a209b4c95 | diff --git a/lib/terminal-table/table.rb b/lib/terminal-table/table.rb
index <HASH>..<HASH> 100755
--- a/lib/terminal-table/table.rb
+++ b/lib/terminal-table/table.rb
@@ -118,16 +118,26 @@ module Terminal
def recalc_column_lengths row
if row.is_a?(Symbol) then return end
i = 0
- row.each do |row... | Evenly size spanned columns
My previous commit did not take into account that when a cell spans
multiple columns, and the existing columns combined are not wide enough,
then spanned columns should grow evenly (just as the original code did).
This fix keeps the old behavior, while still maintaing the speed
benefits of ... | tj_terminal-table | train |
849b312f63dbeaca33af35bdf781c75baea0c1bd | diff --git a/src/editor/CodeHintManager.js b/src/editor/CodeHintManager.js
index <HASH>..<HASH> 100644
--- a/src/editor/CodeHintManager.js
+++ b/src/editor/CodeHintManager.js
@@ -88,7 +88,7 @@ define(function (require, exports, module) {
*/
CodeHintList.prototype.addItem = function (name) {
var disp... | remove global from regex expression so only the first match is made bold | adobe_brackets | train |
c8cd3c79da2b243c19ecb21b1cffc75b09c20b01 | diff --git a/src/frontend/org/voltdb/utils/CommandLine.java b/src/frontend/org/voltdb/utils/CommandLine.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/utils/CommandLine.java
+++ b/src/frontend/org/voltdb/utils/CommandLine.java
@@ -554,7 +554,9 @@ public class CommandLine extends VoltDB.Configuration
... | ENG-<I>-apprunner-support-start-with-null-catalog | VoltDB_voltdb | train |
36cf8e700f6995830ecf8627977524111fa5daab | diff --git a/nestly/scripts/nestrun.py b/nestly/scripts/nestrun.py
index <HASH>..<HASH> 100644
--- a/nestly/scripts/nestrun.py
+++ b/nestly/scripts/nestrun.py
@@ -70,7 +70,6 @@ def invoke(max_procs, data, json_files):
signal.signal(signal.SIGINT,
functools.partial(sigint_handler, nonlocal, write_this_summ... | Don't ignore SIGCHLD
Prevented `nestrun` from spawning additional processes. | fhcrc_nestly | train |
21f747cc97eb422f8c662e931e9d34f98031278f | diff --git a/library/CM/RenderAdapter/Layout.php b/library/CM/RenderAdapter/Layout.php
index <HASH>..<HASH> 100644
--- a/library/CM/RenderAdapter/Layout.php
+++ b/library/CM/RenderAdapter/Layout.php
@@ -50,14 +50,14 @@ class CM_RenderAdapter_Layout extends CM_RenderAdapter_Abstract {
$js->onloadReadyJs('cm.get... | Pass page params to fetch function (due to stateless component), also pass pageName instead of page instance | cargomedia_cm | train |
e65fa0805f066770d1d59d0b1ed6251aa90817ff | diff --git a/hypem-resolver.js b/hypem-resolver.js
index <HASH>..<HASH> 100644
--- a/hypem-resolver.js
+++ b/hypem-resolver.js
@@ -8,31 +8,28 @@ var q = require('q'),
var hypemResolver = {};
-hypemResolver.getById = function (hypemId) {
- var resultUrl = "https://soundcloud.com/griz/summer-97-ft-muzzy-bearr";
-... | Remove async methods and make standard methods async | feedm3_hypem-resolver | train |
141b44c2cdc9fa711fcbd44c9f4459ada05323ec | diff --git a/converters/fromZigbee.js b/converters/fromZigbee.js
index <HASH>..<HASH> 100644
--- a/converters/fromZigbee.js
+++ b/converters/fromZigbee.js
@@ -2952,6 +2952,94 @@ const converters = {
ratelimitedDimmer(model, msg, publish, options);
},
},
+ terncy_temperature: {
+ clu... | TERNCY Awareness switch, ORVIBO Smart sticker switch (#<I>)
* TERNCY Awareness switch, ORVIBO Smart sticker switch
* Change cluster <I>
* Update devices.js
* Update fromZigbee.js
* Update fromZigbee.js | Koenkk_zigbee-shepherd-converters | train |
397a62f8b822bfd6977e8479e1cb408162fa550c | diff --git a/src/Stack/Layers/EIPLayer.js b/src/Stack/Layers/EIPLayer.js
index <HASH>..<HASH> 100644
--- a/src/Stack/Layers/EIPLayer.js
+++ b/src/Stack/Layers/EIPLayer.js
@@ -72,7 +72,7 @@ class EIPLayer extends Layer {
this._dataLength = 0;
this._data = Buffer.alloc(0);
- this.connectionState = 0;
+... | Fixed all connectionState/connectionStatus inconsistencies | jmmoser_node-drivers | train |
b91eef070db6ebe1ef7654e24c33d6eb9f0fca80 | diff --git a/src/ajax.js b/src/ajax.js
index <HASH>..<HASH> 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -144,7 +144,9 @@ jQuery.extend({
contentType: "application/x-www-form-urlencoded",
processData: true,
async: true,
- data: null
+ data: null,
+ username: null,
+ password: null
},
// Last-Modifi... | Adds support for username and password to $.ajax | jquery_jquery | train |
14eeb66ade03da2fb831f70a7b6bf3b7a8c5fac2 | diff --git a/src/Model.js b/src/Model.js
index <HASH>..<HASH> 100644
--- a/src/Model.js
+++ b/src/Model.js
@@ -569,6 +569,7 @@ Model.deserialize = function(pojo, options = {}) {
console.error('Could not deserialize due to inability to find a matching model: ', pojo, options);
return Model;
}
+
/... | Fix bug in Model with construct() where the Model class definitions were identical. | ringa-js_ringa | train |
f6bf8aaf08c616f1b3d1e9b81e85488da340db43 | diff --git a/dolo/compiler/compiler_python.py b/dolo/compiler/compiler_python.py
index <HASH>..<HASH> 100644
--- a/dolo/compiler/compiler_python.py
+++ b/dolo/compiler/compiler_python.py
@@ -110,7 +110,6 @@ class GModel(object):
from collections import OrderedDict
l = [ (vg, [str(s) for s in model.sy... | Suprressed unneeded print statement. | EconForge_dolo | train |
3093b2fd2895e4ec8324d931ae0484f42da86bea | diff --git a/platform/bind/panel/watch.js b/platform/bind/panel/watch.js
index <HASH>..<HASH> 100644
--- a/platform/bind/panel/watch.js
+++ b/platform/bind/panel/watch.js
@@ -5,7 +5,7 @@ const config = require('./util/config');
const record = require('../../recorder');
const purify = require('./util/purify-recordin... | Fixed bug where panel/watch was missing the correct signature key to distinguish between nodes | CONNECT-platform_connect-platform | train |
e4b76edd965cd9ad79cc7c455f841c9a7b8083d9 | diff --git a/cmd/server/main.go b/cmd/server/main.go
index <HASH>..<HASH> 100644
--- a/cmd/server/main.go
+++ b/cmd/server/main.go
@@ -149,6 +149,13 @@ func main() {
return err
}
+ cf := &logrus.TextFormatter{
+ TimestampFormat: "2006-01-02 15:04:05.000000000Z07:00",
+ FullTimestamp: true,
+ }
+
+ log... | Add timestamps to logs | cri-o_cri-o | train |
a04e27cb4ad79a9566f161e084655dc32013d8e6 | diff --git a/core-bundle/contao/classes/FrontendTemplate.php b/core-bundle/contao/classes/FrontendTemplate.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/classes/FrontendTemplate.php
+++ b/core-bundle/contao/classes/FrontendTemplate.php
@@ -131,7 +131,7 @@ class FrontendTemplate extends \Template
$intCache... | [Core] Do not cache pages if the request contains a token (see #<I>) | contao_contao | train |
753ba3a7575acaf949a2762abdf087e15a8c63e3 | diff --git a/cumulusci/tasks/github/release.py b/cumulusci/tasks/github/release.py
index <HASH>..<HASH> 100644
--- a/cumulusci/tasks/github/release.py
+++ b/cumulusci/tasks/github/release.py
@@ -61,7 +61,8 @@ class CreateRelease(BaseGithubTask):
# Build tag message
message = self.options.get("messag... | Update cumulusci/tasks/github/release.py | SFDO-Tooling_CumulusCI | train |
6f429116af4820f96223de8eb60e3df653b9f567 | diff --git a/build.py b/build.py
index <HASH>..<HASH> 100755
--- a/build.py
+++ b/build.py
@@ -136,7 +136,7 @@ runDependencyJars = [
"isorelax.jar",
"mozilla/intl/chardet/java/dist/lib/chardet.jar",
"saxon9.jar",
- "galimatias-0.0.4.jar",
+ "galimatias-0.1.0.jar",
]
buildOnlyDependencyJars = [ | Match the galimatias version in classpath with the version under dependencies/. | validator_validator | train |
9bb789d7f6c60d8617487c21c46152cfac326465 | diff --git a/lib/project/action_sheet_provider.rb b/lib/project/action_sheet_provider.rb
index <HASH>..<HASH> 100644
--- a/lib/project/action_sheet_provider.rb
+++ b/lib/project/action_sheet_provider.rb
@@ -6,7 +6,7 @@ module RubyMotionQuery
attr_reader :action_sheet
def build(actions, opts={})
- raise... | Proper exception throwing & catching for the providers. | GantMan_RedAlert | train |
560b6e9e09a4867d0e3979a49d9d9ed616f77c06 | diff --git a/examples/scripts/copy-profile.py b/examples/scripts/copy-profile.py
index <HASH>..<HASH> 100755
--- a/examples/scripts/copy-profile.py
+++ b/examples/scripts/copy-profile.py
@@ -80,20 +80,22 @@ def get_server(con, srv, server_id, forcePowerOff, name):
servers = srv.get_servers()
located_server = ... | Update the copy-profile example script to support the <I> API changes | HewlettPackard_python-hpOneView | train |
e4c6701a1c09aefbbce1a0cd2976ed471a8ded93 | diff --git a/test/lib/Elastica/Test/DocumentTest.php b/test/lib/Elastica/Test/DocumentTest.php
index <HASH>..<HASH> 100644
--- a/test/lib/Elastica/Test/DocumentTest.php
+++ b/test/lib/Elastica/Test/DocumentTest.php
@@ -88,4 +88,15 @@ class DocumentTest extends BaseTest
$this->assertEquals('index', $document->g... | Add Document->hasId test to complete coverage for pull request #<I> | ruflin_Elastica | train |
d4be0d5b4c5108edf182e0d4b0b41bdadf583243 | diff --git a/src/App.php b/src/App.php
index <HASH>..<HASH> 100644
--- a/src/App.php
+++ b/src/App.php
@@ -1100,14 +1100,26 @@ class App
foreach (ob_get_status(true) as $status) {
if ($status['buffer_used'] !== 0) {
- throw new LateOutputError('Unexpected output detected');
+ ... | Handle late error when exception handler is active (#<I>) | atk4_ui | train |
6c112b2355f061be0e43efbeff11214362e6293b | diff --git a/addon/components/docs-viewer/x-search/component.js b/addon/components/docs-viewer/x-search/component.js
index <HASH>..<HASH> 100644
--- a/addon/components/docs-viewer/x-search/component.js
+++ b/addon/components/docs-viewer/x-search/component.js
@@ -16,10 +16,11 @@ export default Component.extend(EKMixin, ... | Search fixes
* When searching, don't link to routes that dont exist (was throwing glimmer error)
* Don't load search index until didInsertElement, fix for addons that support fastboot | ember-learn_ember-cli-addon-docs | train |
99596b04345ab79fc2bca9016779b2671db87bd7 | diff --git a/src/core/core.scale.js b/src/core/core.scale.js
index <HASH>..<HASH> 100644
--- a/src/core/core.scale.js
+++ b/src/core/core.scale.js
@@ -1617,41 +1617,46 @@ export default class Scale extends Element {
const items = me._gridLineItems || (me._gridLineItems = me._computeGridLineItems(chartArea));
... | Reduce duplication in drawGrid (#<I>) | chartjs_Chart.js | train |
8527f9148c4de31128d1799340db80e10796e4b6 | diff --git a/java/messaging/messaging-common/src/main/java/io/joynr/messaging/routing/MessageRouterImpl.java b/java/messaging/messaging-common/src/main/java/io/joynr/messaging/routing/MessageRouterImpl.java
index <HASH>..<HASH> 100644
--- a/java/messaging/messaging-common/src/main/java/io/joynr/messaging/routing/Messag... | [Java] Log error if no route found for given participantId
Modification for multicast receiver caused messages for which no
router could be found to be discarded silently. This patch restores
the logging from before the multicast change.
Change-Id: I<I>a<I>f<I>daed<I>e<I>f<I>e<I>e<I>a9ed6bcd | bmwcarit_joynr | train |
b0ba546a1fa5b53055ee4f29d84293213a551b92 | diff --git a/agent/consul/util.go b/agent/consul/util.go
index <HASH>..<HASH> 100644
--- a/agent/consul/util.go
+++ b/agent/consul/util.go
@@ -1,8 +1,6 @@
package consul
import (
- "encoding/binary"
- "fmt"
"runtime"
"strconv"
@@ -50,18 +48,6 @@ func isConsulNode(m serf.Member) (bool, string) {
return true,... | Remove bytesToUint<I> from agent/consul | hashicorp_consul | train |
eb8d170d93e139d71218a758be80d7398d392406 | diff --git a/pyeda/boolalg/expr.py b/pyeda/boolalg/expr.py
index <HASH>..<HASH> 100644
--- a/pyeda/boolalg/expr.py
+++ b/pyeda/boolalg/expr.py
@@ -3,7 +3,6 @@ Boolean Logic Expressions
Interface Functions:
exprvar
- exprcomp
expr
ast2expr
expr2dimacscnf
@@ -103,7 +102,7 @@ def exprvar(name, in... | Remove exprcomp function from public interface | cjdrake_pyeda | train |
1e9bf3af5172e6b6883f0d52af27001de5a8e7bf | diff --git a/nunaliit2-js/src/main/js/nunaliit2/n2.displayRibbon.js b/nunaliit2-js/src/main/js/nunaliit2/n2.displayRibbon.js
index <HASH>..<HASH> 100644
--- a/nunaliit2-js/src/main/js/nunaliit2/n2.displayRibbon.js
+++ b/nunaliit2-js/src/main/js/nunaliit2/n2.displayRibbon.js
@@ -1065,6 +1065,7 @@ var RibbonDisplay = $n2... | nunaliit2-js: Adjust previous/next arrows on window resize.
Issue #<I> | GCRC_nunaliit | train |
eb16e022bc363b0b78603e707e945aa66ce96a54 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100755
--- a/src/core.js
+++ b/src/core.js
@@ -2200,36 +2200,30 @@ var me = me || {};
*/
obj.change = function(state) {
- switch (state) {
- default: {
- _extraArgs = null;
- if (arguments.length > 1) {
- // store extra arguments if ... | cleaned-up old unused piece of code (ticket #<I>) | melonjs_melonJS | train |
7e8635e40d3155a8f8118be6494c67c6c6370899 | diff --git a/sciunit/base.py b/sciunit/base.py
index <HASH>..<HASH> 100644
--- a/sciunit/base.py
+++ b/sciunit/base.py
@@ -211,22 +211,30 @@ class Versioned(object):
version = property(get_version)
- def get_remote(self, remote: str = "origin") -> Remote:
+ def get_remote(self, remote_name: str = "origin... | Fix caching for repos without remotes (#<I>)
* Fix caching for repos without remotes
* snake_case!
* Added tests for Versioned.get_remote (old and new versions)
* Removed old_get_remote() | scidash_sciunit | train |
55161ce2ad69f2cc6443905ecc890ab22c944b01 | diff --git a/node-tests/unit/utils/save-cordova-xml-test.js b/node-tests/unit/utils/save-cordova-xml-test.js
index <HASH>..<HASH> 100644
--- a/node-tests/unit/utils/save-cordova-xml-test.js
+++ b/node-tests/unit/utils/save-cordova-xml-test.js
@@ -1,11 +1,12 @@
'use strict';
const expect = require('../../help... | style(save-cordova-xml): Update test to separate file under test from helper and dependancies | isleofcode_splicon | train |
3183f023b416b25024890372e6e53198f3c28567 | diff --git a/dalesbred/src/main/java/fi/evident/dalesbred/instantiation/DefaultTypeConversions.java b/dalesbred/src/main/java/fi/evident/dalesbred/instantiation/DefaultTypeConversions.java
index <HASH>..<HASH> 100644
--- a/dalesbred/src/main/java/fi/evident/dalesbred/instantiation/DefaultTypeConversions.java
+++ b/dale... | Support converting Blobs to byte-arrays. | EvidentSolutions_dalesbred | train |
bc217ba3fe8c328e422727cdadc281ea258faa12 | diff --git a/aioxmpp/callbacks.py b/aioxmpp/callbacks.py
index <HASH>..<HASH> 100644
--- a/aioxmpp/callbacks.py
+++ b/aioxmpp/callbacks.py
@@ -230,6 +230,8 @@ class AdHocSignal(AbstractAdHocSignal):
.. automethod:: connect
+ .. automethod:: future
+
.. attribute:: logger
This may be a :class:... | Implement AdHocSignal.future() | horazont_aioxmpp | train |
3351e803359faece2eabd0f213ac619f315d4688 | diff --git a/src/java/com/samskivert/util/ObserverList.java b/src/java/com/samskivert/util/ObserverList.java
index <HASH>..<HASH> 100644
--- a/src/java/com/samskivert/util/ObserverList.java
+++ b/src/java/com/samskivert/util/ObserverList.java
@@ -136,13 +136,13 @@ public class ObserverList<T> extends ArrayList<T>
... | Implement indexOf and lastIndexOf using reference equality.
For observer lists, we do not care if two observers happen to
implement equals() such that they agree to be the same, we care
only if they're the exact same observer.
git-svn-id: <URL> | samskivert_samskivert | train |
79789c693860117e1c975bfc42e18c93b8dca267 | diff --git a/pyes/tests/queries.py b/pyes/tests/queries.py
index <HASH>..<HASH> 100644
--- a/pyes/tests/queries.py
+++ b/pyes/tests/queries.py
@@ -4,7 +4,8 @@
Unit tests for pyes. These require an es server with thrift plugin and the lang-javascript plugin running on the default port (localhost:9500).
"""
from pyes... | fix some imports in tests/queries.py | aparo_pyes | train |
a0a2a68c9d3d9c4eb7250c81877bba2d3e341843 | diff --git a/examples/radio-app/src/main/java/io/joynr/demo/MyRadioConsumerApplication.java b/examples/radio-app/src/main/java/io/joynr/demo/MyRadioConsumerApplication.java
index <HASH>..<HASH> 100644
--- a/examples/radio-app/src/main/java/io/joynr/demo/MyRadioConsumerApplication.java
+++ b/examples/radio-app/src/main/... | [Java] MyRadioConsumerApplication uses Scanner
* Support redirecting output to logfile which is not
possible with previously used Console | bmwcarit_joynr | train |
598ae5b9ea99500d284328fe52167569118d2b6b | diff --git a/sprd/view/svg/ConfigurationViewerClass.js b/sprd/view/svg/ConfigurationViewerClass.js
index <HASH>..<HASH> 100644
--- a/sprd/view/svg/ConfigurationViewerClass.js
+++ b/sprd/view/svg/ConfigurationViewerClass.js
@@ -915,7 +915,13 @@ define(['js/svg/SvgElement', 'sprd/entity/TextConfiguration', 'sprd/entity/D... | DEV-<I> - product-viewer removes configuration when right-clicking the delete icon on the configuration | spreadshirt_rAppid.js-sprd | train |
7871d26df452ef1922f18f9cef15d59fc34777e1 | diff --git a/lib/OpenLayers/Layer/Vector.js b/lib/OpenLayers/Layer/Vector.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Layer/Vector.js
+++ b/lib/OpenLayers/Layer/Vector.js
@@ -97,8 +97,7 @@ OpenLayers.Layer.Vector.prototype =
destroy: function() {
OpenLayers.Layer.prototype.destroy.apply(this, argu... | Since we have a destroyFeatures command, use it. Patch from fredj, closes
#<I>.
git-svn-id: <URL> | openlayers_openlayers | train |
fad1c76401819f98da629a3c13a5a25b61da6e60 | diff --git a/py/regions/SPRegion.py b/py/regions/SPRegion.py
index <HASH>..<HASH> 100644
--- a/py/regions/SPRegion.py
+++ b/py/regions/SPRegion.py
@@ -31,7 +31,7 @@ from nupic.support import getArgumentDescriptions
from PyRegion import PyRegion
-gDefaultSpatialImp = 'py'
+gDefaultSpatialImp = 'oldpy'
##########... | Made old spatial pooler default implementation. Added spatial implementation option to model spec | numenta_nupic | train |
4b88e1153b13da1036f39378183496d1c16bdb54 | diff --git a/pymomo/config/site_scons/unit_test12.py b/pymomo/config/site_scons/unit_test12.py
index <HASH>..<HASH> 100644
--- a/pymomo/config/site_scons/unit_test12.py
+++ b/pymomo/config/site_scons/unit_test12.py
@@ -17,6 +17,7 @@ class Pic12UnitTest (unit_test.UnitTest):
self.i2c_capture = None
self.checkpoint... | Add support for triggered masters with python based payloads | iotile_coretools | train |
36dcc0fdda91ba5c5e1628c05f8cf8237c1ee669 | diff --git a/docs/src/markdown/about/changelog.md b/docs/src/markdown/about/changelog.md
index <HASH>..<HASH> 100644
--- a/docs/src/markdown/about/changelog.md
+++ b/docs/src/markdown/about/changelog.md
@@ -1,5 +1,9 @@
# Changelog
+## 1.6.1
+
+- **FIX**: Fix warning about not importing `Mapping` from `collections.ab... | Import Mapping from collections.abc on Python 3 (#<I>) | facelessuser_soupsieve | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.