hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b6ff304f49a2f6a1695fbfa5628d9bba4b030822 | diff --git a/lenstronomy/Sampling/Likelihoods/flux_ratio_likelihood.py b/lenstronomy/Sampling/Likelihoods/flux_ratio_likelihood.py
index <HASH>..<HASH> 100644
--- a/lenstronomy/Sampling/Likelihoods/flux_ratio_likelihood.py
+++ b/lenstronomy/Sampling/Likelihoods/flux_ratio_likelihood.py
@@ -50,6 +50,8 @@ class FluxRatio... | Number of images check and allow for covariance matrix
Checks if the num. of images is the same for the model and the data of
flux ratios, and if not returns a very low likelihood.
And allows one to pass a covariance matrix instead of Gaussian errors. | sibirrer_lenstronomy | train |
3c949025bf23c7ca59bfc5cd6cfd9c314344a76f | diff --git a/graph/api/src/main/java/org/jboss/windup/graph/GraphTypeManager.java b/graph/api/src/main/java/org/jboss/windup/graph/GraphTypeManager.java
index <HASH>..<HASH> 100644
--- a/graph/api/src/main/java/org/jboss/windup/graph/GraphTypeManager.java
+++ b/graph/api/src/main/java/org/jboss/windup/graph/GraphTypeMa... | Fix GraphTypeManager.addProperty() (#<I>)
It was storing the added type String only instead of adding it | windup_windup | train |
eb80a0ec6045f7cda4bfc151f66ad2f2b1ec4699 | diff --git a/openquake/commonlib/calculators/event_based.py b/openquake/commonlib/calculators/event_based.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/calculators/event_based.py
+++ b/openquake/commonlib/calculators/event_based.py
@@ -25,7 +25,7 @@ import collections
import numpy
-from openquake.baseli... | Some utility to show the size of the GMFs | gem_oq-engine | train |
3722a09d74919f637110ff1f57f46f287c1f66da | diff --git a/lib/watir-webdriver/browser.rb b/lib/watir-webdriver/browser.rb
index <HASH>..<HASH> 100644
--- a/lib/watir-webdriver/browser.rb
+++ b/lib/watir-webdriver/browser.rb
@@ -29,7 +29,7 @@ module Watir
when Selenium::WebDriver::Driver
@driver = browser
else
- raise ArugmentError, "... | Fixed typo in ArgumentError. Removed #close method to because alias_method overrides it anyway. | watir_watir | train |
0f36c46c08212ae60e2c83794a1ff6269388e006 | diff --git a/marklogic-client-api/src/test/java/com/marklogic/client/test/dataservices/CallbackGeneratorTest.java b/marklogic-client-api/src/test/java/com/marklogic/client/test/dataservices/CallbackGeneratorTest.java
index <HASH>..<HASH> 100644
--- a/marklogic-client-api/src/test/java/com/marklogic/client/test/dataserv... | Adding changes as per the discussion. | marklogic_java-client-api | train |
9935fca1f614b94696b83560743aec378b16c23e | diff --git a/mopidy_spotify/playlists.py b/mopidy_spotify/playlists.py
index <HASH>..<HASH> 100644
--- a/mopidy_spotify/playlists.py
+++ b/mopidy_spotify/playlists.py
@@ -53,6 +53,8 @@ class SpotifyPlaylistsProvider(backend.PlaylistsProvider):
if not self._backend._web_client.logged_in:
return
+... | Log when refresh of playlists starts (#<I>)
I have ~1k playlists on my account so a refresh takes about 8 minutes.
The logs gives no indication what is happening and I was confused so
providing an explanation to what is happening would have been useful. | mopidy_mopidy-spotify | train |
1b7ee36680e24a183035c96767971e61c390cd33 | diff --git a/src/ol/renderer/dom/domtilelayerrenderer.js b/src/ol/renderer/dom/domtilelayerrenderer.js
index <HASH>..<HASH> 100644
--- a/src/ol/renderer/dom/domtilelayerrenderer.js
+++ b/src/ol/renderer/dom/domtilelayerrenderer.js
@@ -115,7 +115,7 @@ ol.renderer.dom.TileLayer.prototype.renderFrame =
tilesToDrawB... | Use high resolution tiles in DOM renderer | openlayers_openlayers | train |
42275f5d13ad47ed7e4a51e622d2aac2a6f43c97 | diff --git a/code/model/DMSDocument.php b/code/model/DMSDocument.php
index <HASH>..<HASH> 100644
--- a/code/model/DMSDocument.php
+++ b/code/model/DMSDocument.php
@@ -820,12 +820,12 @@ class DMSDocument extends DataObject implements DMSDocumentInterface
new GridFieldDataColumns(),
new ... | FIX: Escape double quotes so Field can be safely eval()’d | silverstripe_silverstripe-dms | train |
08c48a9ab3d3f2fc5b70fe693deae2674cae1591 | diff --git a/bcbio/broad/picardrun.py b/bcbio/broad/picardrun.py
index <HASH>..<HASH> 100644
--- a/bcbio/broad/picardrun.py
+++ b/bcbio/broad/picardrun.py
@@ -174,6 +174,7 @@ def picard_mark_duplicates(picard, align_bam, remove_dups=False):
opts = [("INPUT", align_bam),
("OUTPU... | Avoid writing program id with new Picard <I> release, since tags are not supported by pysam parser | bcbio_bcbio-nextgen | train |
697d706578a74abe1bf4493318bf0c10757bddf4 | diff --git a/src/PeskyCMF/public/js/cmf.app.js b/src/PeskyCMF/public/js/cmf.app.js
index <HASH>..<HASH> 100644
--- a/src/PeskyCMF/public/js/cmf.app.js
+++ b/src/PeskyCMF/public/js/cmf.app.js
@@ -129,28 +129,6 @@ function fixAdminLte() {
}
function extendRouter() {
- /**
- * Failsafe way to declare routes. No... | Updated js according to new page.js lib version | swayok_PeskyCMF | train |
c8c6f6551b186f30189333fe01d85d667b278f6a | diff --git a/src/Malenki/Bah/S.php b/src/Malenki/Bah/S.php
index <HASH>..<HASH> 100644
--- a/src/Malenki/Bah/S.php
+++ b/src/Malenki/Bah/S.php
@@ -68,6 +68,7 @@ namespace Malenki\Bah;
* @property-read Malenki\Bah\S $dash Get dashrized version (`some-words-into-sentence`)
* @property-read Malenki\Bah\S $upper_camel_... | Class S: new magic getter alias for camel case | malenkiki_bah | train |
b203be07ec1633ef5e19d01767e668c453070887 | diff --git a/lib/drndump/command.rb b/lib/drndump/command.rb
index <HASH>..<HASH> 100644
--- a/lib/drndump/command.rb
+++ b/lib/drndump/command.rb
@@ -15,6 +15,7 @@
require "socket"
require "optparse"
+require "json"
require "cool.io"
@@ -114,7 +115,9 @@ module Drndump
:backend => :coolio,
:l... | Don't output result by Dumper itself | droonga_drndump | train |
da74d12d5d72e50d8f49c5665df8c2fb2f526109 | diff --git a/lib/relations/numero-voies.js b/lib/relations/numero-voies.js
index <HASH>..<HASH> 100644
--- a/lib/relations/numero-voies.js
+++ b/lib/relations/numero-voies.js
@@ -1,3 +1,4 @@
+/* eslint array-callback-return: off */
const booleanPointInPolygon = require('@turf/boolean-point-in-polygon')
const {getRela... | Fix error when parcelle is not found | etalab_edigeo-parser | train |
7cd2770a13653ec647279f44775c80c67ab8ab41 | diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index <HASH>..<HASH> 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -4,6 +4,12 @@ RELEASE NOTES
OCRmyPDF uses `semantic versioning <http://semver.org/>`_.
+v4.5.1
+======
+
+- Fix issue #137, proportions of images with a non-square pixel aspect ratio w... | Fix issue #<I> - proportions of non-square resolution distorted
Distortion mainly affected —force-ocr | jbarlow83_OCRmyPDF | train |
75f42ff1230e200ef7349391b75b66579d55c8e4 | diff --git a/base/base/src/main/java/org/jbundle/base/util/DatabaseCollection.java b/base/base/src/main/java/org/jbundle/base/util/DatabaseCollection.java
index <HASH>..<HASH> 100644
--- a/base/base/src/main/java/org/jbundle/base/util/DatabaseCollection.java
+++ b/base/base/src/main/java/org/jbundle/base/util/DatabaseC... | Update javadocs and add mongo to dependencies | jbundle_jbundle | train |
495ab4b419dfbdefcb8b211d4cf8e7ccc9ae8bbc | diff --git a/core/src/main/java/org/eobjects/datacleaner/windows/DataSetWindow.java b/core/src/main/java/org/eobjects/datacleaner/windows/DataSetWindow.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/eobjects/datacleaner/windows/DataSetWindow.java
+++ b/core/src/main/java/org/eobjects/datacleaner/windows/... | When the user click the previous page an exception is thrown on screen saying "first row cannot be zero or negative". MetaModel3 has 1 based row numbering, so the required change is now made the DataCleaner also. | datacleaner_DataCleaner | train |
abf6e6b4be6a45f93189216a2553085440e5de9d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,7 @@ setup(
'psycopg2cffi==2.7.4',
'djangorestframework==3.3.3',
'drf-extensions==0.2.8',
+ 'djangorestframework-composed-permissions==0.1',
],
classifiers=[
'Deve... | Add composed permissions package to install list | praekeltfoundation_seed-auth-api | train |
30acab9b565117d837772dbe55e07a28c8f169a6 | diff --git a/examples/typescript/webpack.config.js b/examples/typescript/webpack.config.js
index <HASH>..<HASH> 100644
--- a/examples/typescript/webpack.config.js
+++ b/examples/typescript/webpack.config.js
@@ -1,8 +1,10 @@
+var path = require('path');
+
module.exports = {
entry: './handler.ts',
output: {
l... | Adjust typescript config file to add full output directory | serverless-heaven_serverless-webpack | train |
3849368c4040381f79efe0b796944ebbffe8e2e4 | diff --git a/recipe-server/normandy/selfrepair/templates/selfrepair/repair.html b/recipe-server/normandy/selfrepair/templates/selfrepair/repair.html
index <HASH>..<HASH> 100644
--- a/recipe-server/normandy/selfrepair/templates/selfrepair/repair.html
+++ b/recipe-server/normandy/selfrepair/templates/selfrepair/repair.ht... | Add correct classify_client url to self-repair | mozilla_normandy | train |
771fa78b5d0719382799fdb27f512df086c0a7c6 | diff --git a/src/UDB2/Udb2UtilityTrait.php b/src/UDB2/Udb2UtilityTrait.php
index <HASH>..<HASH> 100644
--- a/src/UDB2/Udb2UtilityTrait.php
+++ b/src/UDB2/Udb2UtilityTrait.php
@@ -362,7 +362,7 @@ trait Udb2UtilityTrait
$filename = end($uriParts);
$fileparts = explode('.', $filename);
- $extens... | Make sure the extension is always lowercase | cultuurnet_udb3-php | train |
7e03167ca1e109a33fdc7a479e6ca21110151ba5 | diff --git a/rx-run/src/create-view.js b/rx-run/src/create-view.js
index <HASH>..<HASH> 100644
--- a/rx-run/src/create-view.js
+++ b/rx-run/src/create-view.js
@@ -50,15 +50,20 @@ function createView() {
}
delete view.events;
}
- view.vtree$ = view.vtree$.map(function (vtree) {
- if (vtree.type !== 'Vir... | Made test for #<I>, made partially working solution | cyclejs_cyclejs | train |
65a7c3daa71c2ca8d6ebccfd02e4831ae448e609 | diff --git a/storage/completion.go b/storage/completion.go
index <HASH>..<HASH> 100644
--- a/storage/completion.go
+++ b/storage/completion.go
@@ -6,7 +6,7 @@ import (
"github.com/anacrolix/torrent/metainfo"
)
-// Implementations track the completion of pieces.
+// Implementations track the completion of pieces. I... | storage: Fix race condition in mapPieceCompletion | anacrolix_torrent | train |
eb1b59f301fbebe447a3dd6f1e81ccb49901ce12 | diff --git a/pandas/core/frame.py b/pandas/core/frame.py
index <HASH>..<HASH> 100644
--- a/pandas/core/frame.py
+++ b/pandas/core/frame.py
@@ -101,6 +101,7 @@ def comp_method(func, name):
class DataFrame(NDFrame):
_auto_consolidate = True
_verbose_info = True
+ _het_axis = 1
_AXIS_NUMBERS = {
... | BUG: address GH #<I> and implement some setting on mixed-type DataFrame using .ix | pandas-dev_pandas | train |
8d5257f4f1652fd1cc7455d170042cb51b9ec870 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ other types may be faster in certain cases (e.g. `Int32Array` when your data is
#### index.add(minX, minY, maxX, maxY)
-Adds a given rectangle to the index.
+Adds a given rectangle to the index. Return... | Explain what item indices are (and expose them) (#<I>)
* expose item index
* add unit test | mourner_flatbush | train |
15a57a94fdaa19471c6cff1db8e12b55d3bbe079 | diff --git a/lib/capnotify.rb b/lib/capnotify.rb
index <HASH>..<HASH> 100644
--- a/lib/capnotify.rb
+++ b/lib/capnotify.rb
@@ -46,12 +46,12 @@ module Capnotify
set :capnotify_component_list, []
# The name of the application. Used in pretty much every built-in message
- # by default, the output shou... | changed the way capnotify constructs the appname
- now capitalizes the application and stages
- put stage first
- use @ instead of / for branch | spikegrobstein_capnotify | train |
82a726642204a61b1141035f053cc36a3a44129e | diff --git a/spec/Packagist/Api/Result/Package/DistSpec.php b/spec/Packagist/Api/Result/Package/DistSpec.php
index <HASH>..<HASH> 100644
--- a/spec/Packagist/Api/Result/Package/DistSpec.php
+++ b/spec/Packagist/Api/Result/Package/DistSpec.php
@@ -43,4 +43,28 @@ class DistSpec extends ObjectBehavior
{
$thi... | Add tests to prove that nullable reference or shasum in Dist will cause the object hydration to fail | KnpLabs_packagist-api | train |
a065ed82b031e8730cf2a5244de2b886e35aea0c | diff --git a/src/Traits/Filterable.php b/src/Traits/Filterable.php
index <HASH>..<HASH> 100644
--- a/src/Traits/Filterable.php
+++ b/src/Traits/Filterable.php
@@ -48,11 +48,12 @@ trait Filterable
$relation = camel_case($relation);
$column = $this->repository->makeModel()->$relation()->getModel()->ge... | Change like to ilike for PgSQL databases in filters. | SebastianBerc_Repositories | train |
59557d9aed6193ca8275ad487a283c582fc9ce41 | diff --git a/views/js/test/qtiCommonRenderer/interactions/textEntry/test.js b/views/js/test/qtiCommonRenderer/interactions/textEntry/test.js
index <HASH>..<HASH> 100644
--- a/views/js/test/qtiCommonRenderer/interactions/textEntry/test.js
+++ b/views/js/test/qtiCommonRenderer/interactions/textEntry/test.js
@@ -57,18 +57... | fix unit tests for %d/%d texts | oat-sa_extension-tao-itemqti | train |
53f8b3a46d61215b4411339c4f38f23d45eda98c | diff --git a/concrete/src/Form/Service/Form.php b/concrete/src/Form/Service/Form.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Form/Service/Form.php
+++ b/concrete/src/Form/Service/Form.php
@@ -511,10 +511,11 @@ class Form
}
$str .= '</select>';
if ($configuration['linkStateProvinceField... | Escape the Country field ID for jQuery selector
So that it can contain special characters like [] | concrete5_concrete5 | train |
86fe7d9bffd1250bb7137af35ebb5d6843893552 | diff --git a/worker/buildbot_worker/pb.py b/worker/buildbot_worker/pb.py
index <HASH>..<HASH> 100644
--- a/worker/buildbot_worker/pb.py
+++ b/worker/buildbot_worker/pb.py
@@ -113,6 +113,8 @@ class BotFactory(AutoLoginPBFactory):
log.msg("Master replied to keepalive, everything's fine")
... | worker: Ignore keepalive errors that could happen during shutdown | buildbot_buildbot | train |
ce675ffa1959192ae82be7810c1b2cecb1bc7b37 | diff --git a/hazelcast/src/main/java/com/hazelcast/util/VersionCheck.java b/hazelcast/src/main/java/com/hazelcast/util/VersionCheck.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/util/VersionCheck.java
+++ b/hazelcast/src/main/java/com/hazelcast/util/VersionCheck.java
@@ -99,11 +99,11 @@ p... | update on versioncheck default value is set to source. It will be updated as maven in release process | hazelcast_hazelcast | train |
166b3705c9079efafe9217d98e7edaf54e6a84cf | diff --git a/flink-test-utils/src/main/java/org/apache/flink/test/util/CollectionTestEnvironment.java b/flink-test-utils/src/main/java/org/apache/flink/test/util/CollectionTestEnvironment.java
index <HASH>..<HASH> 100644
--- a/flink-test-utils/src/main/java/org/apache/flink/test/util/CollectionTestEnvironment.java
+++ ... | [FLINK-<I>] [tests] Create new Test Environments on every call to getExecutionEnvironment and allow sharing of job execution results | apache_flink | train |
9968bc1d47948b36cb7519102dbb4b9da8c01906 | diff --git a/pydevd_file_utils.py b/pydevd_file_utils.py
index <HASH>..<HASH> 100644
--- a/pydevd_file_utils.py
+++ b/pydevd_file_utils.py
@@ -83,7 +83,6 @@ else:
# r'd:\temp\temp_workspace_2\test_python\src\hhh\xxx')
# ]
-
convert_to_long_pathname = lambda filename:filename
convert_to_short_pathname = lambda f... | Fix issue where the filename was being returned as unicode on Python 2. | fabioz_PyDev.Debugger | train |
50bc236836dc20546af61ea7ca6198c3f039a816 | diff --git a/wikipedia/wikipedia.py b/wikipedia/wikipedia.py
index <HASH>..<HASH> 100644
--- a/wikipedia/wikipedia.py
+++ b/wikipedia/wikipedia.py
@@ -386,7 +386,7 @@ class WikipediaPage(object):
request = _wiki_request(query_params)
html = request['query']['pages'][pageid]['revisions'][0]['*']
- l... | Added 'html.parser' to BeautifulSoup call
To avoid unnecessary warning. | goldsmith_Wikipedia | train |
d04d1f4a4bf41d26d28835d7a7551408274187c0 | diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolImpl.java b/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolImpl.java
index <HASH>..<HASH> 100644
--- a/flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/SlotPoolImpl.java
+... | [FLINK-<I>][runtime] Harden SlotPoolImpl#maybeRemapOrphanedAllocation | apache_flink | train |
f8f9a679a0ab1060ad5445d07dee25995371c394 | diff --git a/src/transformers/file_utils.py b/src/transformers/file_utils.py
index <HASH>..<HASH> 100644
--- a/src/transformers/file_utils.py
+++ b/src/transformers/file_utils.py
@@ -1715,10 +1715,10 @@ def is_tensor(x):
return True
if is_flax_available():
- import jaxlib.xla_extension as jax... | fix type check (#<I>) | huggingface_pytorch-pretrained-BERT | train |
ab504cb8cba67aa67ccc9f1b8caa8fec4ec49cf0 | diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_user_storage.py b/integration_tests/blockstack_integration_tests/scenarios/name_preorder_register_update_user_storage.py
index <HASH>..<HASH> 100644
--- a/integration_tests/blockstack_integration_tests/scenarios/name_pre... | proper search through the API log for errors | blockstack_blockstack-core | train |
8a5037065298a05f7501163a0a1d1aca2448a2ab | diff --git a/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php b/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php
+++ b/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php
@@ -538,7 +538,10 @@ ... | Only set timestamps if timestamp is in pivot on existing pivots. | laravel_framework | train |
4df88f033bbd405ab29771b67ac00382f18b65db | diff --git a/lib/cucumber/wire_support/wire_packet.rb b/lib/cucumber/wire_support/wire_packet.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber/wire_support/wire_packet.rb
+++ b/lib/cucumber/wire_support/wire_packet.rb
@@ -23,7 +23,7 @@ module Cucumber
def to_json
packet = [@message]
packet << ... | migrating dependency on json to multi_json
use MultiJson.dump instead of
JSON::Ext::Generator::GeneratorMethods::Array#to_json | cucumber_cucumber-ruby | train |
67cb65bb770e4b9e7eae2bb5c3217aa4c197d09f | diff --git a/Annotation/Admin.php b/Annotation/Admin.php
index <HASH>..<HASH> 100644
--- a/Annotation/Admin.php
+++ b/Annotation/Admin.php
@@ -123,6 +123,11 @@ class Admin implements MetadataProcessorInterface
$tag = array_filter($tag, function ($v) {
return !is_null($v);
});
+
+ i... | Take admin annotation id into account (#<I>)
When using the Admin annotation, the provided id was ignored and an
auto-generated id was used instead. | sonata-project_SonataAdminBundle | train |
0e27799bea038f388a40ec03cdac11a3881f4353 | diff --git a/generator/python/babel_serializers.py b/generator/python/babel_serializers.py
index <HASH>..<HASH> 100644
--- a/generator/python/babel_serializers.py
+++ b/generator/python/babel_serializers.py
@@ -719,7 +719,7 @@ def _make_babel_friendly(
if isinstance(data_type, bv.Timestamp):
try:
... | Python: Fix error when decoding timestamp that's the wrong type.
Test Plan: Added test.
Reviewed By: jiuyangzhao | dropbox_stone | train |
77da358de9a856b1bf6e0b2afa8f53fedd162fa5 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -4,93 +4,27 @@
*
* Copyright (c) 2013 Ruben Vermeersch
* Licensed under the MIT license.
- */
-
+ *
+ *//* jshint esversion: 6 */
'use strict';
-module.exports = function (grunt) {
-
- // Project co... | moved configurations to .conf/grunt/*.js. Added load-grunt-config and load-grunt-tasks | rubenv_grunt-git | train |
bdf416dfde950770dc4012525a4f1817170d5ae7 | diff --git a/core/client/src/main/java/alluxio/client/block/stream/NettyPacketReader.java b/core/client/src/main/java/alluxio/client/block/stream/NettyPacketReader.java
index <HASH>..<HASH> 100644
--- a/core/client/src/main/java/alluxio/client/block/stream/NettyPacketReader.java
+++ b/core/client/src/main/java/alluxio/... | Use NIO in netty client, use LevelTriggered epoll mode in netty server | Alluxio_alluxio | train |
67c3b12da7628ed679cee0060c9ab13412d9112c | diff --git a/src/TwitterApio.php b/src/TwitterApio.php
index <HASH>..<HASH> 100644
--- a/src/TwitterApio.php
+++ b/src/TwitterApio.php
@@ -50,9 +50,9 @@ class TwitterApio extends tmhOAuth
public function __construct($settings = [], $config = [])
{
include dirname(__DIR__) . '/config/config.php';
- ... | Fix missing merge from twitter settings into general config. | j3j5_twitterapio | train |
871b9aa4b9e3fcdf5290503d9b2202ea03c5415b | diff --git a/phy/gui/widgets.py b/phy/gui/widgets.py
index <HASH>..<HASH> 100644
--- a/phy/gui/widgets.py
+++ b/phy/gui/widgets.py
@@ -17,7 +17,7 @@ from qtconsole.inprocess import QtInProcessKernelManager
from .qt import (
WebView, QObject, QWebChannel, QWidget, QGridLayout, QPlainTextEdit,
QLabel, QLineEdi... | Remove unused is_high_dpi import | kwikteam_phy | train |
405f2c7e2bd8eb1bdc1a5d3560df6e66c3117a29 | diff --git a/spyder/plugins/ipythonconsole/widgets/shell.py b/spyder/plugins/ipythonconsole/widgets/shell.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/shell.py
+++ b/spyder/plugins/ipythonconsole/widgets/shell.py
@@ -186,8 +186,14 @@ class ShellWidget(NamepaceBrowserWidget, HelpWidget, Deb... | IPython Console: Handle Sympy foreground color setting following color scheme | spyder-ide_spyder | train |
bf2044fca00bc481452b5fbb4154b677c70f0d73 | diff --git a/scratchpad.txt b/scratchpad.txt
index <HASH>..<HASH> 100644
--- a/scratchpad.txt
+++ b/scratchpad.txt
@@ -2,13 +2,9 @@ TOOO:
-------------
TODO: extractors using multiprocessing hang when updating database
-BUG: Unstored feature with stored dependent gets recomputed
-
-BUG: Leaves that aren't stored sh... | Fixed bug whereby new, unstored leaf features were triggering a database update. Added test to demonstrate bug/fix | JohnVinyard_zounds | train |
5c3ecbf3597577b02ccbf3613b43fea804015830 | diff --git a/chainer_ui/app.py b/chainer_ui/app.py
index <HASH>..<HASH> 100644
--- a/chainer_ui/app.py
+++ b/chainer_ui/app.py
@@ -6,10 +6,8 @@ import os
from chainer_ui import create_app, create_db
-from chainer_ui import (DB_FILE_PATH, ENGINE, SQLALCHEMY_DATABASE_URI,
- PACKAGE_DIR, DB_SES... | refactored chainer-ui project create command | chainer_chainerui | train |
2b0b8f1c3f46aa41e4b4ddaf14ad1fdebccfaf8a | diff --git a/workflow/metrics/server.go b/workflow/metrics/server.go
index <HASH>..<HASH> 100644
--- a/workflow/metrics/server.go
+++ b/workflow/metrics/server.go
@@ -2,6 +2,7 @@ package metrics
import (
"context"
+ "fmt"
"net/http"
"github.com/prometheus/client_golang/prometheus"
@@ -20,7 +21,7 @@ type Prom... | Fix the Prometheus address references (#<I>) | argoproj_argo | train |
7f4bbf87a0c8e2020ab3e3048c884ebd78328895 | diff --git a/packages/react-form-with-layout/__tests__/utils/humanize-test.js b/packages/react-form-with-layout/__tests__/utils/humanize-test.js
index <HASH>..<HASH> 100644
--- a/packages/react-form-with-layout/__tests__/utils/humanize-test.js
+++ b/packages/react-form-with-layout/__tests__/utils/humanize-test.js
@@ -1... | use relative paths to reference humanize in tests | blacktangent_react-layout-builder | train |
49e81563e6459704ad935a5724475885705fabfd | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -42,5 +42,9 @@ setup(
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.4",
"Topic :: Scientific/Engineering :: Data processing",
+ ],
+
+ data_files=[
+ ('oplus... | added data_files to setup.py | openergy_oplus | train |
b60d0617d8ce7f857ff30751c09ebd31f5f55e5a | diff --git a/lib/zendesk2.rb b/lib/zendesk2.rb
index <HASH>..<HASH> 100644
--- a/lib/zendesk2.rb
+++ b/lib/zendesk2.rb
@@ -17,14 +17,9 @@ require 'securerandom'
module Zendesk2
def self.defaults
@defaults ||= begin
- config_path = File.expand_path("~/.zendesk2")
- if File.... | collapse ~/.zendesk2 rescue logic | lanej_zendesk2 | train |
531ce16ff9248cfe80f8018c593fbabe2ceca7f8 | diff --git a/openquake/calculators/tests/ucerf_test.py b/openquake/calculators/tests/ucerf_test.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/tests/ucerf_test.py
+++ b/openquake/calculators/tests/ucerf_test.py
@@ -107,8 +107,10 @@ class UcerfTestCase(CalculatorTestCase):
@attr('qa', 'hazard', 'ucerf_t... | Add source splitting in tests [skip hazardlib] | gem_oq-engine | train |
042a9fbb85398f8b478cf44e9f3f015fe93bb4a0 | diff --git a/test/helpers.py b/test/helpers.py
index <HASH>..<HASH> 100644
--- a/test/helpers.py
+++ b/test/helpers.py
@@ -204,11 +204,16 @@ def add_point_data(mesh, dim):
mesh2 = _clone(mesh)
if dim == 1:
- data = numpy.random.rand(len(mesh['points']))
+ data_a = numpy.random.rand(len(mesh['p... | test multiple point/cell data arrays | nschloe_meshio | train |
69505ff89aedbb36f564977af3924aea7195e521 | diff --git a/galpy/potential/TwoPowerSphericalPotential.py b/galpy/potential/TwoPowerSphericalPotential.py
index <HASH>..<HASH> 100644
--- a/galpy/potential/TwoPowerSphericalPotential.py
+++ b/galpy/potential/TwoPowerSphericalPotential.py
@@ -459,7 +459,7 @@ class DehnenSphericalPotential(TwoPowerSphericalPotential):
... | Implement TwoPowerSphericalPotential masses so they work for r=numpy.inf | jobovy_galpy | train |
f8ab4e7f23017452986d01f72b9a0cad0672dee8 | diff --git a/server/sonar-server/src/main/java/org/sonar/server/platform/BackendCleanup.java b/server/sonar-server/src/main/java/org/sonar/server/platform/BackendCleanup.java
index <HASH>..<HASH> 100644
--- a/server/sonar-server/src/main/java/org/sonar/server/platform/BackendCleanup.java
+++ b/server/sonar-server/src/m... | Clean source line index in BackendCleanup | SonarSource_sonarqube | train |
16275f13e5c446ddd18c9c60a774297a1afe589a | diff --git a/lib/contracts/deploy_manager.js b/lib/contracts/deploy_manager.js
index <HASH>..<HASH> 100644
--- a/lib/contracts/deploy_manager.js
+++ b/lib/contracts/deploy_manager.js
@@ -62,7 +62,8 @@ DeployManager.prototype.deployContracts = function(done) {
if (err) {
return callback(new Error(err));
... | if any account is configured in blockchain.json then use it as the default account for deploying contracts | embark-framework_embark | train |
3f27aa8cdf8c3c7f36d630f0241854f712e4c937 | diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/cache.rb
+++ b/activesupport/lib/active_support/cache.rb
@@ -327,7 +327,7 @@ module ActiveSupport
end
if entry
- get_en... | These `options` are not defined as keyword arguments
Fixes Ruby <I> warnings | rails_rails | train |
f3bb6bfea6e434f74b50641cc1c51f5aa5c3cc73 | diff --git a/dataviews/collector.py b/dataviews/collector.py
index <HASH>..<HASH> 100644
--- a/dataviews/collector.py
+++ b/dataviews/collector.py
@@ -447,7 +447,7 @@ class Collector(AttrTree):
"""
A Collector specifies a template for how to populate a AttrTree
with data over time. Two methods are used t... | Now using US English spelling for method 'analyze' | pyviz_holoviews | train |
3f38a2fcadbbb1fc955f7e9e8a407985054e109b | diff --git a/lib/ronin/support/version.rb b/lib/ronin/support/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/support/version.rb
+++ b/lib/ronin/support/version.rb
@@ -20,6 +20,6 @@
module Ronin
module Support
# ronin-support version
- VERSION = '0.2.0'
+ VERSION = '0.3.0'
end
end | Version bump to <I>. | ronin-ruby_ronin-support | train |
168264d917e3501150eaf6d3ca785c83a62fbeb2 | diff --git a/pygooglechart.py b/pygooglechart.py
index <HASH>..<HASH> 100644
--- a/pygooglechart.py
+++ b/pygooglechart.py
@@ -443,6 +443,15 @@ class Chart(object):
self.legend = None
def set_legend_position(self, legend_position):
+ """Sets legend position. Default is 'r'.
+
+ b - At ... | Add doc to set_legend_postion method | gak_pygooglechart | train |
db99bf18ccf05ad676c7ea7fd4ab54d4ef719c52 | diff --git a/Model/Api/ShippingMethods.php b/Model/Api/ShippingMethods.php
index <HASH>..<HASH> 100644
--- a/Model/Api/ShippingMethods.php
+++ b/Model/Api/ShippingMethods.php
@@ -192,12 +192,12 @@ class ShippingMethods implements ShippingMethodsInterface
$cartItems = [];
foreach ($cart['items'] as $... | use SKU instead of product_id in Shipping and Tax checkCartItems and cache_identifier | BoltApp_bolt-magento2 | train |
30622d996b91973f74b2bef7a990c3b08afa8b2b | diff --git a/cli/src/commands/create-stub.js b/cli/src/commands/create-stub.js
index <HASH>..<HASH> 100644
--- a/cli/src/commands/create-stub.js
+++ b/cli/src/commands/create-stub.js
@@ -1,7 +1,7 @@
// @flow
export const name = 'create-stub';
-export const description = 'Creates a libdef stub for an untyped npm pac... | Improve CLI commands texts (#<I>) | flow-typed_flow-typed | train |
277ce6346b243a793b0e7f962091ad41b9213ecc | diff --git a/src/Internal/Bitwise.php b/src/Internal/Bitwise.php
index <HASH>..<HASH> 100644
--- a/src/Internal/Bitwise.php
+++ b/src/Internal/Bitwise.php
@@ -118,7 +118,7 @@ abstract class Bitwise
}
/**
- * Returns the BigInteger representation of a binary number.
+ * Returns the positive BigIntege... | Note about toBigInteger() always considering the number positive | brick_math | train |
07031dbf73aa8257238d256787b92050584fc356 | diff --git a/climlab/model/column.py b/climlab/model/column.py
index <HASH>..<HASH> 100644
--- a/climlab/model/column.py
+++ b/climlab/model/column.py
@@ -4,6 +4,26 @@ Object-oriented code for radiative-convective models with grey-gas radiation.
Code developed by Brian Rose, University at Albany
brose@albany.edu
+
... | Added example code for creating a seasonal column model in docstring of column.py | brian-rose_climlab | train |
193d201dbd5c33e42b87dbf421bbc7a6816eb7a8 | diff --git a/lib/akephalos/capybara.rb b/lib/akephalos/capybara.rb
index <HASH>..<HASH> 100644
--- a/lib/akephalos/capybara.rb
+++ b/lib/akephalos/capybara.rb
@@ -235,11 +235,11 @@ class Capybara::Driver::Akephalos < Capybara::Driver::Base
# Execute the given block within the context of a specified frame.
#
- ... | Added support for acessing a frame by its index | Nerian_akephalos2 | train |
decbd2d65333f65e73edc2eb8cf39f54e54dd3c4 | diff --git a/libraries/joomla/application/web/router/base.php b/libraries/joomla/application/web/router/base.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/application/web/router/base.php
+++ b/libraries/joomla/application/web/router/base.php
@@ -76,7 +76,7 @@ class JApplicationWebRouterBase extends JApplicatio... | Update libraries/joomla/application/web/router/base.php | joomla_joomla-framework | train |
09f912541c1bd3b4bf60f6864c67ada0868b28d8 | diff --git a/Schema.php b/Schema.php
index <HASH>..<HASH> 100644
--- a/Schema.php
+++ b/Schema.php
@@ -132,7 +132,7 @@ class Schema extends Object
if ($db->enableSchemaCache && !in_array($name, $db->schemaCacheExclude, true)) {
/** @var $cache Cache */
- $cache = is_string($db->schema... | refactored code to use Instance::ensure() | yiisoft_yii2-sphinx | train |
80b9e24048c542f7818a2f8ed3da197a9c60f943 | diff --git a/src/PeskyCMF/Config/helpers.php b/src/PeskyCMF/Config/helpers.php
index <HASH>..<HASH> 100644
--- a/src/PeskyCMF/Config/helpers.php
+++ b/src/PeskyCMF/Config/helpers.php
@@ -63,6 +63,23 @@ if (!function_exists('routeToCmfPage')) {
}
}
+if (!function_exists('redirectToCmfPage')) {
+ /**
+ * @... | Minor refactoring to avoid problems with redirects | swayok_PeskyCMF | train |
6f2cf2519e7ac898502e1de61d86f1a513e3e207 | diff --git a/src/Uri.php b/src/Uri.php
index <HASH>..<HASH> 100644
--- a/src/Uri.php
+++ b/src/Uri.php
@@ -36,6 +36,28 @@ class Uri implements UriInterface
private $fragment = '';
/**
+ * Creates a new instance of Uri.
+ * @param string $uri The Uri provided as a string or empty string for none
+ ... | Add constructor to the Uri class | Riimu_Kit-UrlParser | train |
1f342a2298734e52b421569ecd715bcb2751974e | diff --git a/pygeoip/const.py b/pygeoip/const.py
index <HASH>..<HASH> 100644
--- a/pygeoip/const.py
+++ b/pygeoip/const.py
@@ -408,11 +408,13 @@ ISP_EDITION = 4
ASNUM_EDITION = 9
ASNUM_EDITION_V6 = 21
NETSPEED_EDITION = 10
-# Not yet supported databases
-PROXY_EDITION = 8
NETSPEED_EDITION_REV1 = 32
NETSPEED_EDITIO... | add NETSPEED_Edition_* databases to "supported"
Since, well, the API claims to be supporting them (and soon will!) | appliedsec_pygeoip | train |
506dd1137b096c6580fe9aab7038f81da3128de8 | diff --git a/lib/command/CommandClient.js b/lib/command/CommandClient.js
index <HASH>..<HASH> 100644
--- a/lib/command/CommandClient.js
+++ b/lib/command/CommandClient.js
@@ -210,7 +210,7 @@ class CommandClient extends Client {
case "edit": {
Promise.resolve(action.execute(msg, act... | Silently catch reaction button errors
It's not like we can do anything about those | abalabahaha_eris | train |
d890dd1843234c3a381e0ebca18dd1aac936f4e5 | diff --git a/crud-archetype/src/main/resources/archetype-resources/client/src/main/java/Main.java b/crud-archetype/src/main/resources/archetype-resources/client/src/main/java/Main.java
index <HASH>..<HASH> 100644
--- a/crud-archetype/src/main/resources/archetype-resources/client/src/main/java/Main.java
+++ b/crud-arche... | added a warning to not put common logic in client Main | dukescript_maven-archetypes | train |
663ca18e8dd0bb530bf405cfec48187a5c361658 | diff --git a/test/e2e/service.go b/test/e2e/service.go
index <HASH>..<HASH> 100644
--- a/test/e2e/service.go
+++ b/test/e2e/service.go
@@ -409,7 +409,7 @@ func waitForPublicIPs(c *client.Client, serviceName, namespace string) (*api.Ser
}
Logf("Waiting for service %s in namespace %s to have a public IP (%v)", serv... | Fix a broken fmt.Errorf in the services e2e test. | kubernetes_kubernetes | train |
c7f7fbd31b3658f3d57c524666701facd71a4cdb | diff --git a/Tone/effect/preset/Chorus.preset.js b/Tone/effect/preset/Chorus.preset.js
index <HASH>..<HASH> 100644
--- a/Tone/effect/preset/Chorus.preset.js
+++ b/Tone/effect/preset/Chorus.preset.js
@@ -1,7 +1,7 @@
-define(["Tone/core/Tone", "Tone/effect/AutoWah"], function(Tone){
+define(["Tone/core/Tone", "Tone/effec... | fixed deps and description
used to say AutoWah incorrectly. | Tonejs_Tone.js | train |
e2ece1ef348213197b710110f4cb6c971f70de1c | diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AddEdgeStep.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AddEdgeStep.java
index <HASH>..<HASH> 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/travers... | AddEdgeStep always recommends Scope.global as it does not emit a Map. | apache_tinkerpop | train |
f1023531b1586485a4fd5d6b2c336fddd3303474 | diff --git a/hollow/src/main/java/com/netflix/hollow/api/producer/HollowProducer.java b/hollow/src/main/java/com/netflix/hollow/api/producer/HollowProducer.java
index <HASH>..<HASH> 100644
--- a/hollow/src/main/java/com/netflix/hollow/api/producer/HollowProducer.java
+++ b/hollow/src/main/java/com/netflix/hollow/api/pr... | Added comments to HollowProducer | Netflix_hollow | train |
acb7c934eea439ab8908cb65bc512f7af54ca6ba | diff --git a/hn/hn.py b/hn/hn.py
index <HASH>..<HASH> 100644
--- a/hn/hn.py
+++ b/hn/hn.py
@@ -53,7 +53,6 @@ class HN(object):
the bottom of the page)
"""
table = soup.findChildren('table')[2] # the table with all submissions
-
# the last row of the table contains the relative ur... | Modified get_stories function so that More link works for newest and best | karan_HackerNewsAPI | train |
33526edd6633f3d76e0f64bb35366091b86f9779 | diff --git a/src/Zephyrus/Database/Core/Adapters/DatabaseAdapter.php b/src/Zephyrus/Database/Core/Adapters/DatabaseAdapter.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/Database/Core/Adapters/DatabaseAdapter.php
+++ b/src/Zephyrus/Database/Core/Adapters/DatabaseAdapter.php
@@ -30,6 +30,11 @@ abstract class Databas... | refactor: rename and improve accessibility | dadajuice_zephyrus | train |
1340fac0217fb07cf8af670db2c282c24dd3f193 | diff --git a/sfm-jmh/src/main/java/org/simpleflatmapper/csv/DiscriminatorBenchmark.java b/sfm-jmh/src/main/java/org/simpleflatmapper/csv/DiscriminatorBenchmark.java
index <HASH>..<HASH> 100644
--- a/sfm-jmh/src/main/java/org/simpleflatmapper/csv/DiscriminatorBenchmark.java
+++ b/sfm-jmh/src/main/java/org/simpleflatmapp... | #<I> refactor dsl | arnaudroger_SimpleFlatMapper | train |
17d3613aaebaf553f97c0336b7248c5167835ca2 | diff --git a/acceptancetests/assess_upgrade_series.py b/acceptancetests/assess_upgrade_series.py
index <HASH>..<HASH> 100755
--- a/acceptancetests/assess_upgrade_series.py
+++ b/acceptancetests/assess_upgrade_series.py
@@ -34,6 +34,7 @@ def assess_juju_upgrade_series(client, args):
target_machine = '0'
assert... | Fixes assess_upgrade_series acceptance test. | juju_juju | train |
cbcf01577f2ef75e1737d44a5b99823ca6afceda | diff --git a/schema_test.go b/schema_test.go
index <HASH>..<HASH> 100644
--- a/schema_test.go
+++ b/schema_test.go
@@ -499,7 +499,9 @@ func TestExtractAnnotations(t *testing.T) {
"description": "this is description",
"$comment": "this is comment",
"format": "date-time",
- "examples": ["2019-04-09T21:54:56... | tests/TestExtractAnnotations: include readOnly, writeOnly | santhosh-tekuri_jsonschema | train |
2d6fe8201921e1b72bdb53bf500210a79c9bfff3 | diff --git a/scss/functions/compass/sprites.py b/scss/functions/compass/sprites.py
index <HASH>..<HASH> 100644
--- a/scss/functions/compass/sprites.py
+++ b/scss/functions/compass/sprites.py
@@ -368,8 +368,9 @@ def sprite_map(g, **kwargs):
sprite_map['*n*'] = map_name
sprite_map['*t*'] = filet... | Sprite sheets didn't properly initialized sizes the first time | Kronuz_pyScss | train |
2c032175af69f0d4d12e0911fe6fb8a2b027ce1a | diff --git a/jsf/subsystem/src/main/java/org/jboss/as/jsf/deployment/JSFDependencyProcessor.java b/jsf/subsystem/src/main/java/org/jboss/as/jsf/deployment/JSFDependencyProcessor.java
index <HASH>..<HASH> 100644
--- a/jsf/subsystem/src/main/java/org/jboss/as/jsf/deployment/JSFDependencyProcessor.java
+++ b/jsf/subsystem... | WFLY-<I> Severe error on deploy of ear: 'Unable to obtain CDI <I> utils for Mojarra' | wildfly_wildfly | train |
493676979502cc0e02bb85c8a175854dc4cf84e0 | diff --git a/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java b/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java
+++ b/S... | Modify error message
Was previously giving perhaps too much information to the user (ie, that
the upper limit was coming from how long we would wait to kill a task
that didn't appear to be starting). Not it just reflects the maximum
amount of time that you are allowed to put down. | HubSpot_Singularity | train |
d11b6dd198ff62755a1035884d82288e1130d00a | diff --git a/CalendarFXView/src/main/java/impl/com/calendarfx/view/DayViewEditController.java b/CalendarFXView/src/main/java/impl/com/calendarfx/view/DayViewEditController.java
index <HASH>..<HASH> 100644
--- a/CalendarFXView/src/main/java/impl/com/calendarfx/view/DayViewEditController.java
+++ b/CalendarFXView/src/mai... | handle cases where the mouse button gets released outside of the component. | dlemmermann_CalendarFX | train |
de7ffca33ff30932bdaa2dbe51862af32e8a30b1 | diff --git a/test/app.routes.error.js b/test/app.routes.error.js
index <HASH>..<HASH> 100644
--- a/test/app.routes.error.js
+++ b/test/app.routes.error.js
@@ -3,6 +3,22 @@ var express = require('../')
describe('app', function(){
describe('.VERB()', function(){
+ it('should not get invoked without error handler... | tests: add test for matching route after error | expressjs_express | train |
254c473eb5844ea5993bb85aba22f1b4fad934d4 | diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -319,7 +319,7 @@ func NewFromConfig(conf Config) (ret Server, err error) {
log.WithError(err).WithFields(logrus.Fields{
"port": port,
"default_port": lightstepDefaultPort,
- }).Error("Error pars... | Adjust log levels, these are warnings. | stripe_veneur | train |
c833704cae6a3c41767a0ec39245d375beeb46b1 | diff --git a/auto-release.js b/auto-release.js
index <HASH>..<HASH> 100644
--- a/auto-release.js
+++ b/auto-release.js
@@ -10,6 +10,7 @@ const { getLatestDeploy } = require('./scripts/utils');
const { IncomingWebhook } = require('@slack/webhook');
const chalk = require('chalk');
const semver = require('semver');
+co... | test: re-test canary release | bolt-design-system_bolt | train |
7d947a21308ef938c1b7c8bb6bf756054a59af32 | diff --git a/tests/frontend/org/voltdb/benchmark/BenchmarkController.java b/tests/frontend/org/voltdb/benchmark/BenchmarkController.java
index <HASH>..<HASH> 100644
--- a/tests/frontend/org/voltdb/benchmark/BenchmarkController.java
+++ b/tests/frontend/org/voltdb/benchmark/BenchmarkController.java
@@ -305,7 +305,6 @@ p... | Rolling back an unintended commit. Sorry. | VoltDB_voltdb | train |
80000f73bb76cb9c874ff2f1cc79b2e1ef70759e | diff --git a/core/serial.js b/core/serial.js
index <HASH>..<HASH> 100644
--- a/core/serial.js
+++ b/core/serial.js
@@ -115,7 +115,10 @@
connectionInfo = cInfo;
connectedPort = serialPort;
console.log("Connected", cInfo);
- Espruino.callProcessor("connected", {port:serialPort}, function... | Fix repeated GET of /serial/ports, and now include more detailed bluetooth device name in connected callback so it can go in the bottom-right of the IDE | espruino_EspruinoTools | train |
55bde5cfff9e0bc17b8651a30075fdb3616eab48 | diff --git a/metrics-jersey/src/main/java/com/yammer/metrics/jersey/InstrumentedResourceMethodDispatchProvider.java b/metrics-jersey/src/main/java/com/yammer/metrics/jersey/InstrumentedResourceMethodDispatchProvider.java
index <HASH>..<HASH> 100644
--- a/metrics-jersey/src/main/java/com/yammer/metrics/jersey/Instrument... | Make sure InstrumentedResourceMethodDispatchProvider doesn't suppress errors. | dropwizard_metrics | train |
3f937a8dd2b534d3356643f87add7cce447a97d9 | diff --git a/plugins/data.uribl.js b/plugins/data.uribl.js
index <HASH>..<HASH> 100644
--- a/plugins/data.uribl.js
+++ b/plugins/data.uribl.js
@@ -7,7 +7,7 @@ var net_utils = require('./net_utils');
// Default regexps to extract the URIs from the message
var numeric_ip = /\w{3,16}:\/+(\S+@)?(\d+|0[xX][0-9A-Fa-f]+)\... | Fix parsing of URIs that have been URL encoded | haraka_Haraka | train |
8995c8043e3e5219d4aa11abfe69d061089e5854 | diff --git a/src/adaptermanager.js b/src/adaptermanager.js
index <HASH>..<HASH> 100644
--- a/src/adaptermanager.js
+++ b/src/adaptermanager.js
@@ -281,7 +281,7 @@ exports.checkBidRequestSizes = (adUnits) => {
return adUnits;
}
-exports.callBids = (adUnits, bidRequests, addBidResponse, doneCb, requestCallbacks) =>... | give s2s request the same amount of time from the client side (#<I>)
* give s2s request the same amount of time from the client side, ie do not abort early
* missed auctionjs | prebid_Prebid.js | train |
6d4354f581d24892bfdd49d8e0916981a1573f8b | diff --git a/bundles/BlockManagerBundle/Resources/config/block_definitions.yml b/bundles/BlockManagerBundle/Resources/config/block_definitions.yml
index <HASH>..<HASH> 100644
--- a/bundles/BlockManagerBundle/Resources/config/block_definitions.yml
+++ b/bundles/BlockManagerBundle/Resources/config/block_definitions.yml
@... | Use content and design forms for map type | netgen-layouts_layouts-core | train |
26810b9c1d492c9f28cb3f4bb418524d5594ed34 | diff --git a/lib/gitlab/client/commits.rb b/lib/gitlab/client/commits.rb
index <HASH>..<HASH> 100644
--- a/lib/gitlab/client/commits.rb
+++ b/lib/gitlab/client/commits.rb
@@ -136,7 +136,7 @@ class Gitlab::Client
# @return [Gitlab::ObjectifiedHash] hash of commit related data
def create_commit(project, branch,... | rename branch_name parameter to branch in create_commit method | NARKOZ_gitlab | train |
8332aba6b347dee30083ce5ef8124d72b147a6cd | diff --git a/Core/TemplateSlots/AlTemplateSlots.php b/Core/TemplateSlots/AlTemplateSlots.php
index <HASH>..<HASH> 100755
--- a/Core/TemplateSlots/AlTemplateSlots.php
+++ b/Core/TemplateSlots/AlTemplateSlots.php
@@ -33,8 +33,6 @@ abstract class AlTemplateSlots implements AlTemplateSlotsInterface
private $kernel;
... | adapted at the changes made to the AlTemplateSlotsInterface | redkite-labs_ThemeEngineBundle | train |
b889482b2cc360c7ab91876127f699e9df4a8872 | diff --git a/src/Rct567/DomQuery/DomQuery.php b/src/Rct567/DomQuery/DomQuery.php
index <HASH>..<HASH> 100644
--- a/src/Rct567/DomQuery/DomQuery.php
+++ b/src/Rct567/DomQuery/DomQuery.php
@@ -81,7 +81,7 @@
*/
public static function create() {
- return new DomQuery(...func_get_args());
+ return new self(...f... | use self to create new instances of self | Rct567_DomQuery | train |
9692b09addfe55172d2ec5e15eb32986dcf2c275 | diff --git a/theanets/feedforward.py b/theanets/feedforward.py
index <HASH>..<HASH> 100644
--- a/theanets/feedforward.py
+++ b/theanets/feedforward.py
@@ -28,6 +28,7 @@ import gzip
import numpy as np
import theano
import theano.tensor as TT
+import warnings
from theano.sandbox.rng_mrg import MRG_RandomStreams as ... | Add a module-level method to load an entire network from a pickle file. | lmjohns3_theanets | train |
0d3705f7175d7c0342b3a4567b1926d617ca2bee | diff --git a/airflow/contrib/hooks/gcloud/gcs_hook.py b/airflow/contrib/hooks/gcloud/gcs_hook.py
index <HASH>..<HASH> 100644
--- a/airflow/contrib/hooks/gcloud/gcs_hook.py
+++ b/airflow/contrib/hooks/gcloud/gcs_hook.py
@@ -6,6 +6,7 @@ from airflow.hooks import BaseHook
from airflow.utils import AirflowException
imp... | support for scopes, also pass arguments at initialization | apache_airflow | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.