hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
89bd1d4a44292b76b825cbdd5b90fd1849ab1c76 | diff --git a/app/helpers/effective_datatables_private_helper.rb b/app/helpers/effective_datatables_private_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/effective_datatables_private_helper.rb
+++ b/app/helpers/effective_datatables_private_helper.rb
@@ -34,15 +34,15 @@ module EffectiveDatatablesPrivateHelper
... | Do some permission checking around reorder and new buttons | code-and-effect_effective_datatables | train |
af05d2ba7149d78731f63c57acfee119b716a58d | diff --git a/lib/skinny_controllers/operation/base.rb b/lib/skinny_controllers/operation/base.rb
index <HASH>..<HASH> 100644
--- a/lib/skinny_controllers/operation/base.rb
+++ b/lib/skinny_controllers/operation/base.rb
@@ -51,13 +51,11 @@ module SkinnyControllers
lookup = nil,
options = {})
-
-
... | don't actually convert away from strong params | NullVoxPopuli_skinny_controllers | train |
454ae9d92c43aa43ceb268826b8dbd42625c0976 | diff --git a/libraries/jquery-ui-timepicker-addon.js b/libraries/jquery-ui-timepicker-addon.js
index <HASH>..<HASH> 100644
--- a/libraries/jquery-ui-timepicker-addon.js
+++ b/libraries/jquery-ui-timepicker-addon.js
@@ -90,7 +90,7 @@ $.extend(Timepicker.prototype, {
hour: 0,
minute: 0,
second: 0,
- timezone: '+000... | timezone will now be set and updated | AKSW_RDFauthor | train |
b151d5c040f46bd1dda0db4768d30b976dd8faf3 | diff --git a/test/test_upgrade.py b/test/test_upgrade.py
index <HASH>..<HASH> 100644
--- a/test/test_upgrade.py
+++ b/test/test_upgrade.py
@@ -67,7 +67,7 @@ class TestClientUpgrade(object):
response = b"HTTP/1.1 101 Switching Protocols\r\n"
response += b"Connection: Upgrade\r\n"
response += b... | <I> and <I> don't want % in bytes. | python-hyper_wsproto | train |
72f275906f71f04069f957b2c59dd889b5c6d76f | diff --git a/scrapelib.py b/scrapelib.py
index <HASH>..<HASH> 100644
--- a/scrapelib.py
+++ b/scrapelib.py
@@ -319,6 +319,7 @@ class Scraper(object):
headers['Content-Type'] = ('application/'
'x-www-form-urlencoded')
+ # tell httplib2... | change behavior on <I>x after POST to match browsers | jamesturk_scrapelib | train |
e5580065e25a4d3a4202a2670e1b68dadba1ceb5 | diff --git a/angr/analyses/veritesting.py b/angr/analyses/veritesting.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/veritesting.py
+++ b/angr/analyses/veritesting.py
@@ -382,7 +382,7 @@ class Veritesting(Analysis):
# This is a special hack for CGC stuff, since the CGCAnalysis relies on correct condition... | update veritesting to path history changes | angr_angr | train |
8e2b5abfc2ed2886631f32cbdbe575169178d91a | diff --git a/src/Swipeable.js b/src/Swipeable.js
index <HASH>..<HASH> 100644
--- a/src/Swipeable.js
+++ b/src/Swipeable.js
@@ -117,6 +117,7 @@ class Swipeable extends React.Component {
const pos = calculatePos(e, this.swipeable);
+ // if swipe is under delta and we have not already started to track a swipe:... | add comment for delta update, add swiped callbacks to delta test | dogfessional_react-swipeable | train |
03ad61e12b2ea8b462cab745f344ca21849df168 | diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteHostBatcherTest.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/WriteHostBatcherTest.java
index <HASH>..<HASH> 100644
--- a/marklogic-client-... | #<I> - Test corrected to have operation flag when default meta data and
doc URI is used | marklogic_java-client-api | train |
d1090c30c5ea5a18a88392742b81c854bc500926 | diff --git a/rprof.py b/rprof.py
index <HASH>..<HASH> 100644
--- a/rprof.py
+++ b/rprof.py
@@ -24,7 +24,7 @@ def rprof_cmd(args):
plot_grid = True
plot_temperature = True
- plot_minmaxtemp = True
+ plot_minmaxtemp = False
plot_velocity = True
plot_minmaxvelo = False
plot_viscosity = Fal... | Added back support for the theoretical initial composition profile and its overturned version.
Also modified the naming of files to include information on profile times (-s option) in the names. | StagPython_StagPy | train |
5aaaa3006eec8ce53f21df681f5a25b0f62443ed | diff --git a/rah_flat.php b/rah_flat.php
index <HASH>..<HASH> 100644
--- a/rah_flat.php
+++ b/rah_flat.php
@@ -228,7 +228,7 @@ class rah_flat {
continue;
self::row($d);
- callback_event('rah_flat.importing', '', '', $database['table']);
+ callback_event('rah_flat.importing', '', '', $database['table']... | Pass taken action via rah_flat.importing hook. | gocom_rah_flat | train |
9da5f3788c769223781b9c946fa275cdda22b371 | diff --git a/src/Auth/Repository/User.php b/src/Auth/Repository/User.php
index <HASH>..<HASH> 100644
--- a/src/Auth/Repository/User.php
+++ b/src/Auth/Repository/User.php
@@ -35,13 +35,13 @@ class User extends AbstractRepository
} elseif (null === $criteria['isDraft']) {
unset($criteria['isDraft']... | fix: findOneBy methods of repositories classes
They are incomaptible with the base class from
doctrine/mongodb-odm <I> | yawik_auth | train |
3a93082abbaecc2a7ab0e69641e45f2ba540819e | diff --git a/fabric-client/lib/Client.js b/fabric-client/lib/Client.js
index <HASH>..<HASH> 100644
--- a/fabric-client/lib/Client.js
+++ b/fabric-client/lib/Client.js
@@ -321,29 +321,30 @@ const Client = class extends BaseClient {
if (channel) {
return channel;
- } else {
- // maybe it is defined in the net... | FABN-<I>: Remove spurious error log
Calling Client.getChannel() with the option to prevent errors
still resulted in error log being produced. Changed to if
errors are suppressed a debug log is produced instead of an
error.
Change-Id: Ib<I>a<I>f<I>cf<I>e<I>aad2c<I>f<I> | hyperledger_fabric-sdk-node | train |
8ea1fba3bca63d1c1add4d05dffed9924acf61af | diff --git a/spyder/plugins/explorer/plugin.py b/spyder/plugins/explorer/plugin.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/explorer/plugin.py
+++ b/spyder/plugins/explorer/plugin.py
@@ -211,8 +211,13 @@ class Explorer(SpyderDockablePlugin):
ipyconsole.create_client_from_path)
self.sig_run... | IPython console: Add default values to most args of run_script
- That makes easier to call that method from other plugins.
- Fix call to run_script from Files/Projects, which was broken after
adding the focus_to_editor arg to it. | spyder-ide_spyder | train |
126e9fca35251f6a8b6893ce2fbe707cc8d2cbef | diff --git a/bridge.go b/bridge.go
index <HASH>..<HASH> 100644
--- a/bridge.go
+++ b/bridge.go
@@ -162,7 +162,10 @@ func FindBridges() ([]Bridge, error) {
bridges := []Bridge{}
err = json.Unmarshal(body, &bridges)
if err != nil {
- return []Bridge{}, errors.New("unable to parse FindBridges response")
+ return b... | Merge of nixpanic's pull request: Return an error if no bridges were found | Collinux_gohue | train |
d02c2d22cae8c5f17668d03d25b7e3b08555c7ab | diff --git a/biojava-core/src/main/java/org/biojava/nbio/core/sequence/location/InsdcParser.java b/biojava-core/src/main/java/org/biojava/nbio/core/sequence/location/InsdcParser.java
index <HASH>..<HASH> 100644
--- a/biojava-core/src/main/java/org/biojava/nbio/core/sequence/location/InsdcParser.java
+++ b/biojava-core/... | maybe better to delete, can be recreated eventually needed | biojava_biojava | train |
b5729234ee4bc39a86735879cb9aee599d486af1 | diff --git a/hrepr/core.py b/hrepr/core.py
index <HASH>..<HASH> 100644
--- a/hrepr/core.py
+++ b/hrepr/core.py
@@ -306,21 +306,16 @@ class StdHrepr(Hrepr):
def hrepr_short(self, obj: types.AsyncGeneratorType):
return self.H.defn("async_generator", obj.__name__)
- def hrepr_short(self, obj: types.Meth... | Fix for non-exposed types in <I> | breuleux_hrepr | train |
04ceb00ee7aeea0164e7d58bf9d594411fb86921 | diff --git a/src/optimizer/transforms/__tests__/quantifier-range-to-symbol-transform-test.js b/src/optimizer/transforms/__tests__/quantifier-range-to-symbol-transform-test.js
index <HASH>..<HASH> 100644
--- a/src/optimizer/transforms/__tests__/quantifier-range-to-symbol-transform-test.js
+++ b/src/optimizer/transforms/... | Add support for {0,} -> * in optimizer's quantifier-range-to-symbol transform | DmitrySoshnikov_regexp-tree | train |
8eaf1e41ed893a94a8dc767a418f7f5ccb9bfe39 | diff --git a/dalesbred/src/main/java/fi/evident/dalesbred/instantiation/PropertyAccessor.java b/dalesbred/src/main/java/fi/evident/dalesbred/instantiation/PropertyAccessor.java
index <HASH>..<HASH> 100644
--- a/dalesbred/src/main/java/fi/evident/dalesbred/instantiation/PropertyAccessor.java
+++ b/dalesbred/src/main/jav... | Simplified the code to find property accessors. | EvidentSolutions_dalesbred | train |
d4b1821a84d41c64e392c0a086fadb8b8b457977 | diff --git a/models/deployment_manifest.go b/models/deployment_manifest.go
index <HASH>..<HASH> 100644
--- a/models/deployment_manifest.go
+++ b/models/deployment_manifest.go
@@ -46,12 +46,12 @@ type manifestResourcePool struct {
// ManifestJob describes a cluster of VMs each running the same set of job templates
typ... | fix unmarshal of job template | cloudfoundry-community_gogobosh | train |
d607b9c670d9c7f7c749cda0a12a1dc6f55da6e4 | diff --git a/src/Illuminate/Foundation/Console/Kernel.php b/src/Illuminate/Foundation/Console/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Console/Kernel.php
+++ b/src/Illuminate/Foundation/Console/Kernel.php
@@ -6,6 +6,7 @@ use Closure;
use Exception;
use Throwable;
use Illuminate\Support\... | check if the command being auto registered is subclass of illuminate console command | laravel_framework | train |
fbe3681f0e5d86ce4724ed5ebe414ba579f665f4 | diff --git a/webroot/js/search.js b/webroot/js/search.js
index <HASH>..<HASH> 100644
--- a/webroot/js/search.js
+++ b/webroot/js/search.js
@@ -122,7 +122,7 @@ var search = search || {};
inputHtml = inputHtml.replace('{{fieldLabel}}', this._generateFieldLabel(properties.label));
inputHtml = inputHtml.r... | fix for new search operators structure (task #<I>) | QoboLtd_cakephp-search | train |
90a2f3d4d4960691a5d8f779990f247f565a5e0a | diff --git a/src/main/java/in/yuvi/http/fluent/CountingRequestEntity.java b/src/main/java/in/yuvi/http/fluent/CountingRequestEntity.java
index <HASH>..<HASH> 100644
--- a/src/main/java/in/yuvi/http/fluent/CountingRequestEntity.java
+++ b/src/main/java/in/yuvi/http/fluent/CountingRequestEntity.java
@@ -26,6 +26,8 @@ pub... | Triggers Progress Changed events much less frequently | yuvipanda_java-http-fluent | train |
a9c19d3120d2752985aad4ae7f83e6e8dcbc1829 | diff --git a/cqlengine/models.py b/cqlengine/models.py
index <HASH>..<HASH> 100644
--- a/cqlengine/models.py
+++ b/cqlengine/models.py
@@ -53,6 +53,25 @@ class QuerySetDescriptor(object):
:rtype: QuerySet
"""
raise NotImplementedError
+
+class QueryExpressionDescriptor(object):
+ """
+ ... | implementing query method, and mode query method descriptor | cqlengine_cqlengine | train |
d0347e4c533a13e85c526966aba4ccd9dd6a0b37 | diff --git a/src/Ddeboer/DataImport/ValueConverter/CharsetValueConverter.php b/src/Ddeboer/DataImport/ValueConverter/CharsetValueConverter.php
index <HASH>..<HASH> 100644
--- a/src/Ddeboer/DataImport/ValueConverter/CharsetValueConverter.php
+++ b/src/Ddeboer/DataImport/ValueConverter/CharsetValueConverter.php
@@ -17,13... | Add the ability to set the input charset for the iconv extension | ddeboer_data-import | train |
57b1045acd1a7a9941f5481d250af8864359b316 | diff --git a/spec/support/shared_examples/querying_examples.rb b/spec/support/shared_examples/querying_examples.rb
index <HASH>..<HASH> 100644
--- a/spec/support/shared_examples/querying_examples.rb
+++ b/spec/support/shared_examples/querying_examples.rb
@@ -301,14 +301,14 @@ shared_examples_for "Sequel Model with tran... | Improve Sequel querying examples for 'or' | shioyama_mobility | train |
9ab7e077e5849b15ea0adc0e51ef778acd9ca11d | diff --git a/libs/holograph.js b/libs/holograph.js
index <HASH>..<HASH> 100644
--- a/libs/holograph.js
+++ b/libs/holograph.js
@@ -55,9 +55,21 @@ function extractPalette(file, config) {
}
function setupBuildDir(dir, assets, cb) {
- rmdir(dir, function() {
+ var ncpOptions = {
+ filter: function(filePat... | Only copy over scripts and styles, for now | holography_holograph | train |
3e58f83e56af4d5081007bece54ffe62bf17533b | diff --git a/tests/cases/console/command/RouteTest.php b/tests/cases/console/command/RouteTest.php
index <HASH>..<HASH> 100644
--- a/tests/cases/console/command/RouteTest.php
+++ b/tests/cases/console/command/RouteTest.php
@@ -128,8 +128,8 @@ class RouteTest extends \lithium\test\Unit {
$command->all();
$expect... | Updating test for `route` console command to reflect CamelCased controller names. | UnionOfRAD_lithium | train |
efcd819ec3ba309711edc2ec5ff00b40a7a325f4 | diff --git a/shared/util.go b/shared/util.go
index <HASH>..<HASH> 100644
--- a/shared/util.go
+++ b/shared/util.go
@@ -461,7 +461,7 @@ func isSharedMount(file *os.File, pathName string) int {
for scanner.Scan() {
line := scanner.Text()
rows := strings.Fields(line)
- if rows[3] != pathName || rows[4] != pathNam... | Fix shared mount detection on btrfs | lxc_lxd | train |
6a141331628e1a06f600207f059c63ab6a36bbfe | diff --git a/server/webapp/WEB-INF/rails.new/app/helpers/pipelines_helper.rb b/server/webapp/WEB-INF/rails.new/app/helpers/pipelines_helper.rb
index <HASH>..<HASH> 100644
--- a/server/webapp/WEB-INF/rails.new/app/helpers/pipelines_helper.rb
+++ b/server/webapp/WEB-INF/rails.new/app/helpers/pipelines_helper.rb
@@ -18,14... | #<I> - Remove unused code and specs. | gocd_gocd | train |
132d8f146c111ca7acf890fc2e2950e4931b2c7b | diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/AbstractStreamOperator.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/a... | [hotfix] Add Check for Keyed Operator in getInternalTimerService() | apache_flink | train |
c86f12a2771bdf9baea9b347ce0ef18c61cf9198 | diff --git a/dallinger/experiment_server/experiment_server.py b/dallinger/experiment_server/experiment_server.py
index <HASH>..<HASH> 100644
--- a/dallinger/experiment_server/experiment_server.py
+++ b/dallinger/experiment_server/experiment_server.py
@@ -1492,8 +1492,7 @@ def worker_function(event_type, assignment_id, ... | Oops, remove lingering details setter from Notification route. | Dallinger_Dallinger | train |
e5787536bebae0060650a2f59c6d28458d2d0ecd | diff --git a/planetaryimage/image.py b/planetaryimage/image.py
index <HASH>..<HASH> 100644
--- a/planetaryimage/image.py
+++ b/planetaryimage/image.py
@@ -75,8 +75,14 @@ class PlanetaryImage(object):
return self.filename
def save(self, file_to_write=None, overwrite=False):
+
if overwrite:
... | Won't allow user if he writes into existing file without setting overwrite.
refs#<I> | planetarypy_planetaryimage | train |
519bdd6438a8227bf0fe9815e3e117fb697f9ca4 | diff --git a/tests/integration/modules/git.py b/tests/integration/modules/git.py
index <HASH>..<HASH> 100644
--- a/tests/integration/modules/git.py
+++ b/tests/integration/modules/git.py
@@ -35,10 +35,7 @@ import integration
log = logging.getLogger(__name__)
-def _worktrees_supported():
- '''
- Check if the ... | Fix integration tests for worktree addition in git >= <I>
The output from 'git worktree add' changed slightly in <I>. | saltstack_salt | train |
7a5586201add7af918d31324e8fe77bb8134af09 | diff --git a/source/rafcon/gui/runtime_config.py b/source/rafcon/gui/runtime_config.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/runtime_config.py
+++ b/source/rafcon/gui/runtime_config.py
@@ -36,7 +36,7 @@ class RuntimeConfig(ObservableConfig):
if config_file is None:
config_file = CONF... | runtime config: correct spelling of method name | DLR-RM_RAFCON | train |
1b7cb2e891245905214d9282b0b4733ff8c75439 | diff --git a/src/environment.js b/src/environment.js
index <HASH>..<HASH> 100644
--- a/src/environment.js
+++ b/src/environment.js
@@ -108,7 +108,7 @@ function makeMethod(registrations) {
* method(name, predicate, f) - adds an multimethod implementation
* property(name, value) - sets a property to value
- *... | Rename Environemnt#extend to Environment#concat
This is to not conflict with object extend in helpers.js (same
function as defined in underscore.js)
Also gives errors if trying to define a method or property that
already exists on the environment. | puffnfresh_bilby.js | train |
77102743c194e4f3005447d825d482682280abde | diff --git a/scripts/pkg/upload/index.js b/scripts/pkg/upload/index.js
index <HASH>..<HASH> 100755
--- a/scripts/pkg/upload/index.js
+++ b/scripts/pkg/upload/index.js
@@ -41,4 +41,15 @@ if (!/^v\d+\.\d+\.\d+$/.test(versionTag)) {
}
require('./world')(versionTag, { isLegacyVersion: argv.legacy });
-require('./china'... | ci: Temporary patch to handle China upload issues as non fatal | serverless_serverless | train |
09412e39ffa5787a0b8a8a95ddac2c2600223801 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -10,11 +10,11 @@ const DEFAULTS = {
chunkName: 'main'
}
-function interopRequireDefault(obj) {
+function interopRequireDefault (obj) {
return obj && obj.__esModule ? obj.default : obj
}
-function getF... | fix: fix invalid variable name "serverRenderer" -> "compiledCode"
fix invalid variable name "serverRenderer" -> "compiledCode" | Metnew_webpack-get-code-on-done | train |
c8283f507ebb733246b8758a6213b0f44b4e9527 | diff --git a/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/util/HealthNetworkServiceImpl.java b/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/util/HealthNetworkServiceImpl.java
index <HASH>..<HASH> 100644
--- a/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/util/H... | :scream: Since FCM endpoint is used for sending, health checker should do so too | aerogear_aerogear-unifiedpush-server | train |
7024493d7bbabfd2435f8823562be11a30d4e5b3 | diff --git a/treeherder/webapp/api/resultset.py b/treeherder/webapp/api/resultset.py
index <HASH>..<HASH> 100644
--- a/treeherder/webapp/api/resultset.py
+++ b/treeherder/webapp/api/resultset.py
@@ -115,7 +115,7 @@ class ResultSetViewSet(viewsets.ViewSet):
)
if with_jobs:
- results = ... | made result_set_ids key removal conditional | mozilla_treeherder | train |
1a3504a6803f6fe8e3ab0ff50076061e423097f2 | diff --git a/src/Schema/Database.php b/src/Schema/Database.php
index <HASH>..<HASH> 100644
--- a/src/Schema/Database.php
+++ b/src/Schema/Database.php
@@ -64,9 +64,11 @@ class Database
$link = $this->connect();
$sql = "DROP DATABASE IF EXISTS `{$this->config->get(ConfigInterface::PARAM_DB_NAME)}`";
... | Added mysql error message on drop operation | edmondscommerce_doctrine-static-meta | train |
f171a7f8747e0c9054ab4eec7436cc0bb4911fed | diff --git a/test/e2e/lib/pages/twitter-feed-page.js b/test/e2e/lib/pages/twitter-feed-page.js
index <HASH>..<HASH> 100644
--- a/test/e2e/lib/pages/twitter-feed-page.js
+++ b/test/e2e/lib/pages/twitter-feed-page.js
@@ -9,7 +9,7 @@ import config from 'config';
*/
import * as slackNotifier from '../slack-notifier';
i... | Update to fix twitter issues that are still occurring (#<I>) | Automattic_wp-calypso | train |
1edc81f85f793b10dbb73e87d5332a5478fb5a94 | diff --git a/MANIFEST.in b/MANIFEST.in
index <HASH>..<HASH> 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,4 @@
-include shijian.py
include LICENSE
include README.md
+include setup.py
+include shijian.py
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,31 +3,29 @... | add conversion from Markdown to reStructuredText to setup.py | wdbm_shijian | train |
3c73b098b9c099c32d63e11aa36ce49cf4185768 | diff --git a/test/youtube-dl/video_test.rb b/test/youtube-dl/video_test.rb
index <HASH>..<HASH> 100644
--- a/test/youtube-dl/video_test.rb
+++ b/test/youtube-dl/video_test.rb
@@ -114,6 +114,15 @@ describe YoutubeDL::Video do
it 'should be an OpenStruct' do
assert_instance_of OpenStruct, @information
en... | Added get_filename breakage test. | layer8x_youtube-dl.rb | train |
49e70a69de709afd3e0ceaf1a1fd41705c186c63 | diff --git a/document.go b/document.go
index <HASH>..<HASH> 100644
--- a/document.go
+++ b/document.go
@@ -75,9 +75,13 @@ func (d *Document) Poll(timeout time.Duration) error {
case <-quit:
return
default:
- doc, _ := d.client.Get(d.Links.Document, d.Owner)
+ doc, err := d.client.Get(d.Links.Document... | Fix to prevent zombie golang routines that could come back to life | dkerwin_gini-api-go | train |
9c3c2c5d85772fbc1ddb9884e37aba52702628ad | diff --git a/Swat/SwatNoteBook.php b/Swat/SwatNoteBook.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatNoteBook.php
+++ b/Swat/SwatNoteBook.php
@@ -143,8 +143,8 @@ class SwatNoteBook extends SwatWidget implements SwatUIParent
echo'<ul class="yui-nav">';
foreach ($this->pages as $page)
{
- $li_counter ++;
- ... | Changed a few convention errors mike pointed out.
svn commit r<I> | silverorange_swat | train |
0fe788d1c0bcb7169cb4285ad0c3559f0ecc8346 | diff --git a/src/Validation/ValidationRule.php b/src/Validation/ValidationRule.php
index <HASH>..<HASH> 100644
--- a/src/Validation/ValidationRule.php
+++ b/src/Validation/ValidationRule.php
@@ -112,7 +112,7 @@ class ValidationRule {
return true;
}
- if (is_callable($this->_rule)) {
+ if (!is_string($this->_... | Fixed global callback issue in validation rule | cakephp_cakephp | train |
ca411f8671a908f11c763bb81274c450c1abc0b6 | diff --git a/app/lookups/sqlite/psms.py b/app/lookups/sqlite/psms.py
index <HASH>..<HASH> 100644
--- a/app/lookups/sqlite/psms.py
+++ b/app/lookups/sqlite/psms.py
@@ -41,7 +41,7 @@ class PSMDB(ResultLookupInterface):
self.store_associated_ids(syms)
descs = ((protein, mapped['desc']) for protein, mappe... | More flexibility in reading biomart output when adding genes | glormph_msstitch | train |
1db065b06b2e1b16ea997927d158a4cae5162714 | diff --git a/lxd/db/raft.go b/lxd/db/raft.go
index <HASH>..<HASH> 100644
--- a/lxd/db/raft.go
+++ b/lxd/db/raft.go
@@ -15,7 +15,10 @@ import (
//
// This is just a convenience alias for the equivalent data structure in the
// dqlite client package.
-type RaftNode = client.NodeInfo
+type RaftNode struct {
+ client.No... | lxd/db/raft: add Name field to RaftNode | lxc_lxd | train |
df0c7520f5fc5cc75f8c65c242d40b2e183acf4f | diff --git a/public/js/render/console.js b/public/js/render/console.js
index <HASH>..<HASH> 100644
--- a/public/js/render/console.js
+++ b/public/js/render/console.js
@@ -369,6 +369,9 @@ window._console = {
}
};
+// give info support too
+window._console.info = window._console.log;
+
function about() {
return... | fixed #<I> and fixed #<I> by ensuring the _console object is pointing to the right window in both embed and full edit mode | jsbin_jsbin | train |
ac971c7dcde4af4d3328d1246db25cc60e982299 | diff --git a/packages/plugin-phone/src/call.js b/packages/plugin-phone/src/call.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-phone/src/call.js
+++ b/packages/plugin-phone/src/call.js
@@ -832,15 +832,15 @@ const Call = SparkPlugin.extend({
offerToReceiveAudio: recvOnly || !!options.constraints.audio,
... | fix(plugin-phone): RemoteMediaStream fail when localMedia was provided | webex_spark-js-sdk | train |
fae0f081e9111d01413611b6843dc915afc3f95a | diff --git a/examples/node/search.js b/examples/node/search.js
index <HASH>..<HASH> 100644
--- a/examples/node/search.js
+++ b/examples/node/search.js
@@ -174,7 +174,6 @@
cmdline.parse(argv);
- console.log(cmdline.opts);
var service = createService(cmdline.opts);
se... | Examples: fix search.js (DVPL-<I>)
There was some debug code in search.js that caused results.js to not
work. This has now been fixed. | splunk_splunk-sdk-javascript | train |
0c4bedf6f7a0dfdb812bed2d2e2fba19790694d7 | diff --git a/app/models/hook.rb b/app/models/hook.rb
index <HASH>..<HASH> 100644
--- a/app/models/hook.rb
+++ b/app/models/hook.rb
@@ -22,7 +22,7 @@ class Hook < ActiveRecord::Base
class << self
def emit(event, stack, payload)
- Resque.enqueue(EmitEventJob, event: event, stack_id: stack.try!(:id), payloa... | Publish task/deploy/rollback webhooks | Shopify_shipit-engine | train |
72f8317c70038a8d26004a1932a653a0badeaeb0 | diff --git a/lib/synvert/core/rewriter.rb b/lib/synvert/core/rewriter.rb
index <HASH>..<HASH> 100644
--- a/lib/synvert/core/rewriter.rb
+++ b/lib/synvert/core/rewriter.rb
@@ -46,6 +46,7 @@ module Synvert::Core
# @param name [String] the unique rewriter name.
# @param rewriter [Synvert::Core::Rewriter] the... | raise RewriterNotFound if rewriter not found | xinminlabs_synvert-core | train |
e0fef32f5167e764fdd09ff882fd947800edbeaf | diff --git a/src/Illuminate/Database/Query/JoinClause.php b/src/Illuminate/Database/Query/JoinClause.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Query/JoinClause.php
+++ b/src/Illuminate/Database/Query/JoinClause.php
@@ -55,10 +55,10 @@ class JoinClause
*
* on `contacts`.`user_id` = `user... | Remove extraneous docs | laravel_framework | train |
6480f2a3a7b1c38ab6825ffc15a4aaa5c5dc68af | diff --git a/indra/sources/cwms/processor.py b/indra/sources/cwms/processor.py
index <HASH>..<HASH> 100644
--- a/indra/sources/cwms/processor.py
+++ b/indra/sources/cwms/processor.py
@@ -171,7 +171,7 @@ class CWMSProcessor(object):
epi = {}
if sec:
epi['section_type'] = sec
- ev = ... | Rename source to cwms | sorgerlab_indra | train |
0c49879b16fc61823e427793bd9bce4de5eb27e8 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(name="pygccxml",
url="https://github.com/gccxml/pygccxml",
download_url="https://github.com/gccxml/pygccxml/archive/master.zip",
license="Boost",
- keywords="C++, declaration pars... | Add CastXML keyword to setup.py | gccxml_pygccxml | train |
6af5f1cf97359972a260694ebcc067d4dab6ac63 | diff --git a/test/lib/roster.js b/test/lib/roster.js
index <HASH>..<HASH> 100644
--- a/test/lib/roster.js
+++ b/test/lib/roster.js
@@ -203,7 +203,11 @@ describe('Roster', function() {
should.not.exist(success)
error.should.eql({
type: 'cancel',
- ... | Update roster tests to work with new error stanza parsing | xmpp-ftw_xmpp-ftw | train |
7c9ebe91c3cd58c4222bd423691c4628412f88b9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -91,6 +91,7 @@ setup(
"api",
"marshmallow",
),
+ python_requires=">=3.5",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers", | Add python_requires to help pip | marshmallow-code_webargs | train |
60aa2a52d3324190a46af04c3194f55a9e29e618 | diff --git a/lib/consulService.js b/lib/consulService.js
index <HASH>..<HASH> 100755
--- a/lib/consulService.js
+++ b/lib/consulService.js
@@ -48,15 +48,17 @@ const rootService = {
});
},
update(delay) {
- if(delay) {
- const service = this;
- if(this.updateTimer) { clearTimeout(this.updateTimer); };
... | Fix: pull a variable definition out of the if-clause. | Kronos-Integration_kronos-service-consul | train |
5eb5f3bb4a02f5ee92b5816986c2ca7e60d472b7 | diff --git a/src/Orm/EntityRepository.php b/src/Orm/EntityRepository.php
index <HASH>..<HASH> 100644
--- a/src/Orm/EntityRepository.php
+++ b/src/Orm/EntityRepository.php
@@ -15,6 +15,7 @@ use EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory;
use EasyCorp\Bundle\EasyAdminBundle\Form\Type\ComparisonType;
use EasyCo... | Use the UUID regex defined in symfony/uid instead of the old regex which cannot handle v6 UUIDs (for v6 UUIDs see <URL>) | EasyCorp_EasyAdminBundle | train |
83602924419be845e0ad54fb151d4a9df61889a0 | diff --git a/splinter/driver/__init__.py b/splinter/driver/__init__.py
index <HASH>..<HASH> 100644
--- a/splinter/driver/__init__.py
+++ b/splinter/driver/__init__.py
@@ -233,6 +233,8 @@ class DriverAPI(InheritedDocs('_DriverAPI', (object,), {})):
Types the ``value`` in the field identified by ``name``.
... | Document behavior of `slowly` in `type()`
I was surprised to find that passing `slowly=True` changes the function's behavior so that it doesn't perform the action directly, but instead returns an iterator. Hopefully this will help keep others from being surprised. | cobrateam_splinter | train |
4c69052a54a18f21899ea449ddf17a35ad015e38 | diff --git a/packages/@vue/cli-ui/src/graphql-api/connectors/plugins.js b/packages/@vue/cli-ui/src/graphql-api/connectors/plugins.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-ui/src/graphql-api/connectors/plugins.js
+++ b/packages/@vue/cli-ui/src/graphql-api/connectors/plugins.js
@@ -8,7 +8,7 @@ const {
ge... | fix(ui): wrong context for webpack config, closes <I> | vuejs_vue-cli | train |
488bb676a5b55b9de2f84fbadee8d97d9ecb2b11 | diff --git a/blur/rand.py b/blur/rand.py
index <HASH>..<HASH> 100644
--- a/blur/rand.py
+++ b/blur/rand.py
@@ -42,16 +42,16 @@ def _linear_interp(curve, test_x, round_result=False):
the ``y`` value of the curve at ``test_x`` rounded to the
nearest whole number.
+ Raises:
+ ProbabilityU... | Finish doctests in rand.py | ajyoon_blur | train |
d01f9300afc5b174212945226ea97b32a1acf2e3 | diff --git a/wandb/history.py b/wandb/history.py
index <HASH>..<HASH> 100644
--- a/wandb/history.py
+++ b/wandb/history.py
@@ -129,6 +129,10 @@ class History(object):
if self._start_time > self._current_timestamp:
self._start_time = timestamp
+ for k in row.keys():
+ if not k:
... | Warn when users log keys with empty names (#<I>) | wandb_client | train |
1e4986fc5974b0f6d871e9fad9119386152b5798 | diff --git a/Tests/Functional/Controller/CmsControllerTest.php b/Tests/Functional/Controller/CmsControllerTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Functional/Controller/CmsControllerTest.php
+++ b/Tests/Functional/Controller/CmsControllerTest.php
@@ -156,7 +156,7 @@ class CmsControllerTest extends WebTestCaseFu... | fixed asset test due to change on business theme | redkite-labs_RedKiteCmsBundle | train |
ca1c87b838f3cd0825f5f07f5f6ceddb2dca9dbb | diff --git a/openfisca_france_indirect_taxation/example/utils_example.py b/openfisca_france_indirect_taxation/example/utils_example.py
index <HASH>..<HASH> 100644
--- a/openfisca_france_indirect_taxation/example/utils_example.py
+++ b/openfisca_france_indirect_taxation/example/utils_example.py
@@ -101,7 +101,6 @@ def g... | correction of the graph_builder_line | openfisca_openfisca-france-indirect-taxation | train |
ad0bdea8aec4a43f90bf1aa3bfcfc430c8ca1620 | diff --git a/client_it_test.go b/client_it_test.go
index <HASH>..<HASH> 100644
--- a/client_it_test.go
+++ b/client_it_test.go
@@ -37,7 +37,6 @@ package pilosa
import (
"bytes"
"crypto/tls"
- "errors"
"io"
"net/http"
"net/http/httptest"
@@ -48,6 +47,8 @@ import (
"testing"
"time"
+ "github.com/pkg/erro... | add field to integration tests to improve coverage | pilosa_go-pilosa | train |
af1266c20c796ea9ce28bb8c0f4509d194f93265 | diff --git a/src/PhpSlackBot/Base.php b/src/PhpSlackBot/Base.php
index <HASH>..<HASH> 100644
--- a/src/PhpSlackBot/Base.php
+++ b/src/PhpSlackBot/Base.php
@@ -9,6 +9,7 @@ abstract class Base
private $context;
private $mentionOnly = false;
private $channel;
+ private $caseInsensitive = false;
abst... | Adds case insensitivity to command (#<I>)
* Adds case insensitivity to command | jclg_php-slack-bot | train |
f5ea6b119fd0412b164703a32eb78c0d58a677f8 | diff --git a/tests/test_color.py b/tests/test_color.py
index <HASH>..<HASH> 100644
--- a/tests/test_color.py
+++ b/tests/test_color.py
@@ -1,8 +1,8 @@
import sys
try:
- from io import StringIO
-except ImportError:
from StringIO import StringIO
+except ImportError:
+ from io import StringIO
import unittest... | swap order of StringIO imports to support Python<I> and 3.x at the same time | glyphobet_fragments | train |
356166489150af4348d460862f416b4192d340b2 | diff --git a/salt/modules/saltutil.py b/salt/modules/saltutil.py
index <HASH>..<HASH> 100644
--- a/salt/modules/saltutil.py
+++ b/salt/modules/saltutil.py
@@ -408,6 +408,34 @@ def sync_proxymodules(saltenv=None, refresh=False):
return ret
+def sync_engines(saltenv=None, refresh=False):
+ '''
+ .. version... | sync engines to minions (#<I>) | saltstack_salt | train |
0cbc1fac7fad5523c2d4127912d65e5ae0e7c6b2 | diff --git a/lib/sneakers/runner.rb b/lib/sneakers/runner.rb
index <HASH>..<HASH> 100644
--- a/lib/sneakers/runner.rb
+++ b/lib/sneakers/runner.rb
@@ -63,19 +63,22 @@ module Sneakers
config
end
- private
- def make_serverengine_config
+ private
+
+ def make_serverengine_config
# From Sneake... | Fix config for serverengine to have :logger key instead of :log | jondot_sneakers | train |
e970cdb653485f58acad596f9eed8cd7855ef707 | diff --git a/osd.go b/osd.go
index <HASH>..<HASH> 100644
--- a/osd.go
+++ b/osd.go
@@ -23,7 +23,7 @@ var (
)
type osd struct {
- Providers map[string]volume.DriverParams
+ Providers map[string][]volume.DriverParams
}
type Config struct { | fixed yaml parse issue | libopenstorage_openstorage | train |
03c295b02f5dad13a01faa5cc4ed2f7434c0ea8c | diff --git a/errors.go b/errors.go
index <HASH>..<HASH> 100644
--- a/errors.go
+++ b/errors.go
@@ -9,4 +9,6 @@ const (
// Errors corresponding to kernel error numbers. These may be treated
// specially when returned by a FileSystem method.
ENOSYS = bazilfuse.ENOSYS
+ ENOENT = bazilfuse.ENOENT
+ EIO = bazilfuse... | First try at HelloFS.ReadDir. | jacobsa_fuse | train |
0ee34c9add653a25ebc1ec8adfc126efa14fc65b | diff --git a/src/extras/TilingSprite.js b/src/extras/TilingSprite.js
index <HASH>..<HASH> 100644
--- a/src/extras/TilingSprite.js
+++ b/src/extras/TilingSprite.js
@@ -385,8 +385,8 @@ TilingSprite.prototype.generateTilingTexture = function (renderer, texture, forc
m.a = (targetWidth + 1) / (frame.width);
... | removed tile offset for tilingsprite generation | pixijs_pixi.js | train |
23da878155923b8e5098ef417662a8dbf0899d5a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -18,8 +18,8 @@ setup(
long_description=README,
long_description_content_type='text/markdown',
url='https://github.com/City-of-Helsinki/django-helusers',
- author='Juha Yrjölä',
- author_email='juha.yrjola@... | Update author information in setup.py | City-of-Helsinki_django-helusers | train |
d9248cfae90934b2a5501ce2b727b40f13d07bc1 | diff --git a/src/renderable/sprite.js b/src/renderable/sprite.js
index <HASH>..<HASH> 100644
--- a/src/renderable/sprite.js
+++ b/src/renderable/sprite.js
@@ -372,7 +372,9 @@
/** @scope me.AnimationSheet.prototype */
{
// Spacing and margin
+ /** @ignore */
spacing: 0,
+ /** @ignore */
margin: 0,
... | doc : fixed private properties being displayed as global ! | melonjs_melonJS | train |
4dabaf41d468d219e46a3d8b4d73f4dd3ac44563 | diff --git a/pybar/fei4/register_utils.py b/pybar/fei4/register_utils.py
index <HASH>..<HASH> 100644
--- a/pybar/fei4/register_utils.py
+++ b/pybar/fei4/register_utils.py
@@ -20,7 +20,7 @@ from pybar.daq.fei4_record import FEI4Record
class FEI4RegisterUtils(object):
- def __init__(self, dut, register):
+ ... | ENH: use wait_for_ready that comes with basil | SiLab-Bonn_pyBAR | train |
d7b518d0da3dd311e040d6d2874278cfebbb4982 | diff --git a/openquake/calculators/hazard/classical/core.py b/openquake/calculators/hazard/classical/core.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/hazard/classical/core.py
+++ b/openquake/calculators/hazard/classical/core.py
@@ -19,12 +19,8 @@
"""Core functionality for Classical PSHA-based hazard cal... | removed some unused imports
Former-commit-id: <I>fd3c2ec<I>b0bf<I>e7b<I>e8d<I>ec7 | gem_oq-engine | train |
823d06fdf78eda39b9f8f64dd3e511cd7a574539 | diff --git a/src/main/java/com/google/cloud/tools/appengine/cloudsdk/CloudSdk.java b/src/main/java/com/google/cloud/tools/appengine/cloudsdk/CloudSdk.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/google/cloud/tools/appengine/cloudsdk/CloudSdk.java
+++ b/src/main/java/com/google/cloud/tools/appengine/cloudsdk... | Makes JAR_LOCATIONS not static. (#<I>) | GoogleCloudPlatform_appengine-plugins-core | train |
0e9569ea33561f37c94d4bc2e6b985b4dfdc0d49 | diff --git a/ucoinpy/grammars/output.py b/ucoinpy/grammars/output.py
index <HASH>..<HASH> 100644
--- a/ucoinpy/grammars/output.py
+++ b/ucoinpy/grammars/output.py
@@ -3,11 +3,11 @@ from ..documents.constants import block_hash_regex as hash_regex
from pypeg2 import *
-class Pubkey(Symbol):
+class Pubkey(str):
... | Pubkey and Hash are better as str classes | duniter_duniter-python-api | train |
35784cfec8415a1fa17f0017a06fc82bcfc9c3e0 | diff --git a/app/view/js/bolt.js b/app/view/js/bolt.js
index <HASH>..<HASH> 100644
--- a/app/view/js/bolt.js
+++ b/app/view/js/bolt.js
@@ -211,12 +211,17 @@ function bindFileUpload(key) {
dropZone: $('#dropzone-' + key),
done: function (e, data) {
$.each(data.result, function ... | Show an error when the file-upload wasn't successful. | bolt_bolt | train |
6a80a367cd0fe912d043fcbe7695c181b02f03d0 | diff --git a/lib/rails-api/application.rb b/lib/rails-api/application.rb
index <HASH>..<HASH> 100644
--- a/lib/rails-api/application.rb
+++ b/lib/rails-api/application.rb
@@ -37,6 +37,14 @@ module Rails
config.api_only = true
setup_generators!
end
+
+ def check_serve_static_files
+ if Rai... | Fixes Deprecation warning raised on <I>
Fixes this warning:
DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_... | rails-api_rails-api | train |
117c50068f06ebadfe2e7b3c0152b5e6f01c4278 | diff --git a/aioice/stun.py b/aioice/stun.py
index <HASH>..<HASH> 100644
--- a/aioice/stun.py
+++ b/aioice/stun.py
@@ -44,6 +44,10 @@ def pack_bytes(value):
return value
+def pack_error_code(value):
+ return pack('!HBB', 0, value[0] // 100, value[0] % 100) + value[1].encode('utf8')
+
+
def pack_none(value)... | [stun] add support for ERROR-CODE attribute | aiortc_aioice | train |
c04f8b96276889e1d18a591a01cbb32d01f4bb40 | diff --git a/structr-core/src/main/java/org/structr/core/entity/SchemaProperty.java b/structr-core/src/main/java/org/structr/core/entity/SchemaProperty.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/entity/SchemaProperty.java
+++ b/structr-core/src/main/java/org/structr/core/entity/S... | Bugfix: Removes strictr enforcement of rules for propertyname as it might interfere with custom schemas | structr_structr | train |
79061800040d566c9bb9823da43f8bff4576ffef | diff --git a/compilers/jsio_compile/compiler.js b/compilers/jsio_compile/compiler.js
index <HASH>..<HASH> 100755
--- a/compilers/jsio_compile/compiler.js
+++ b/compilers/jsio_compile/compiler.js
@@ -214,7 +214,8 @@ exports.run = function(args, opts) {
defines: opts.defines,
autoDetectPaths: true,
environment: ... | forward raw opts along to dynamic imports modules | gameclosure_js.io | train |
3b8365f8716add070490e7aca46b728eb8cbc43b | diff --git a/telethon/extensions/tcp_client.py b/telethon/extensions/tcp_client.py
index <HASH>..<HASH> 100644
--- a/telethon/extensions/tcp_client.py
+++ b/telethon/extensions/tcp_client.py
@@ -56,12 +56,7 @@ class TcpClient:
:param port: the port to connect to.
"""
if ':' in ip: # IPv6
- ... | Remove square braces from IPv6 addresses (#<I>) | LonamiWebs_Telethon | train |
87a5fb803b6ff0c041075e39d0e2b4f460b06de7 | diff --git a/tests/test_apps/export-benchmark/src/exportbenchmark/ExportBenchmark.java b/tests/test_apps/export-benchmark/src/exportbenchmark/ExportBenchmark.java
index <HASH>..<HASH> 100644
--- a/tests/test_apps/export-benchmark/src/exportbenchmark/ExportBenchmark.java
+++ b/tests/test_apps/export-benchmark/src/export... | Added more CLI options for more comprehensive logging | VoltDB_voltdb | train |
3db9d017342d7e61a6b8881acf582259efe0b4fd | diff --git a/GPy/likelihoods/noise_model_constructors.py b/GPy/likelihoods/noise_model_constructors.py
index <HASH>..<HASH> 100644
--- a/GPy/likelihoods/noise_model_constructors.py
+++ b/GPy/likelihoods/noise_model_constructors.py
@@ -42,7 +42,7 @@ def exponential(gp_link=None):
analytical_variance = False
re... | change in gaussian noise to avoid confusion with Gaussian likelihood | SheffieldML_GPy | train |
4e862e0dfabfb7451c0949d078a15681060fda8b | diff --git a/api/src/main/java/com/messagebird/objects/conversations/ConversationWebhookCreateRequest.java b/api/src/main/java/com/messagebird/objects/conversations/ConversationWebhookCreateRequest.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/com/messagebird/objects/conversations/ConversationWebhookCreateRe... | Adding getter to ConversationWebhookCreateRequest as JSON parser doesn't pick up the channelId parameter otherwise | messagebird_java-rest-api | train |
f145de103cc537666ec07a7b45a3a638529ee7d9 | diff --git a/DataFixtures/ORM/FixtureMtt.php b/DataFixtures/ORM/FixtureMtt.php
index <HASH>..<HASH> 100644
--- a/DataFixtures/ORM/FixtureMtt.php
+++ b/DataFixtures/ORM/FixtureMtt.php
@@ -196,8 +196,6 @@ class FixturesMtt extends SamBaseFixture
//associer les utilisateurs avec l'application
foreach (... | Fixture updated. (isSuperAdmin removed) | CanalTP_MttBundle | train |
ee610a26a56570fcd569428c22af43cea337fd49 | diff --git a/Pipfile b/Pipfile
index <HASH>..<HASH> 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,18 +6,17 @@ name = "pypi"
[packages]
requests = "*"
pyyaml = "*"
-"jinja2" = "*"
-"har2case" = "*"
+jinja2 = "*"
+har2case = "*"
colorama = "*"
colorlog = "*"
requests-toolbelt = "*"
[dev-packages]
Flask = "<1.0.0"
-h... | fix #<I> #<I>: do not install httpbin as default, make compatible with Windows | HttpRunner_HttpRunner | train |
6881dd2981b189a3dd4cb95f5ca217b2fcda3f93 | diff --git a/classloading/classloading-base/src/main/java/org/powermock/classloading/ClassloaderExecutor.java b/classloading/classloading-base/src/main/java/org/powermock/classloading/ClassloaderExecutor.java
index <HASH>..<HASH> 100644
--- a/classloading/classloading-base/src/main/java/org/powermock/classloading/Class... | Added javadoc to the classloaderexecutor | powermock_powermock | train |
1ac64601141105f25e91deab22000f43ea57b8a6 | diff --git a/Slim/Route.php b/Slim/Route.php
index <HASH>..<HASH> 100644
--- a/Slim/Route.php
+++ b/Slim/Route.php
@@ -72,15 +72,15 @@ class Route extends Routable implements RouteInterface
/**
* Create new route
*
- * @param string[] $methods The route HTTP methods
- * @param string ... | added check for single method as string in Route constructor, updated docblock | slimphp_Slim | train |
b6099c93b4b53bfb14afabb7aa3f944f06c4cc2c | diff --git a/lib/logger.js b/lib/logger.js
index <HASH>..<HASH> 100644
--- a/lib/logger.js
+++ b/lib/logger.js
@@ -1,5 +1,5 @@
-import { getLogger } from 'appium-logger';
+import { logger } from 'appium-support';
-const log = getLogger('RemoteDebugger');
+const log = logger.getLogger('RemoteDebugger');
export defa... | Move to logger from appium-support | appium_appium-remote-debugger | train |
74ab4fcba2c9ca9101926054698b8e543af13fd2 | diff --git a/src/main/java/com/amashchenko/maven/plugin/gitflow/GitFlowHotfixStartMojo.java b/src/main/java/com/amashchenko/maven/plugin/gitflow/GitFlowHotfixStartMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/amashchenko/maven/plugin/gitflow/GitFlowHotfixStartMojo.java
+++ b/src/main/java/com/amashchenk... | Allow to start hotfix from support branch in non-interactive mode - closes #<I> | aleksandr-m_gitflow-maven-plugin | train |
8b6d8c160a3f8741242be433df64b01acbf2632c | diff --git a/examples/regex.py b/examples/regex.py
index <HASH>..<HASH> 100644
--- a/examples/regex.py
+++ b/examples/regex.py
@@ -40,7 +40,7 @@ def genseq(x, y, Ns):
regex_parse = Parser(r"""
-start = exp $
+regex = exp $
exp = term [|] exp either
| term | rename top-level rule for clearer parse-error messages | darius_peglet | train |
271a6c031f137b58be8ef9602fd0b1100f3a82eb | diff --git a/validator/sawtooth_validator/networking/interconnect.py b/validator/sawtooth_validator/networking/interconnect.py
index <HASH>..<HASH> 100644
--- a/validator/sawtooth_validator/networking/interconnect.py
+++ b/validator/sawtooth_validator/networking/interconnect.py
@@ -177,8 +177,9 @@ class _SendReceive(ob... | Serialize message outside of coroutine | hyperledger_sawtooth-core | train |
8fd3bbaa0655e41538235d03fbff843b000f4be4 | diff --git a/lib/https/index.js b/lib/https/index.js
index <HASH>..<HASH> 100644
--- a/lib/https/index.js
+++ b/lib/https/index.js
@@ -123,6 +123,8 @@ function handleWebsocket(socket, clientIp, callback) {
var ruleUrlValue = util.rule.getUrl(_rules.rule);
if (/^wss?:\/\//.test(ruleUrlValue) && fullUrl != ... | refactor: Use the new plugin | avwo_whistle | train |
679b2587c6de170edc6f192e5cae11edfb2800fe | diff --git a/plex_metadata/guid.py b/plex_metadata/guid.py
index <HASH>..<HASH> 100644
--- a/plex_metadata/guid.py
+++ b/plex_metadata/guid.py
@@ -45,7 +45,10 @@ class Guid(object):
result = Guid(uri.netloc, uri.query)
if not match:
- # No extra matching enabled
+ # No agent ma... | Implemented basic guid results from `Guid.parse()` with `match=False` | fuzeman_plex.metadata.py | train |
1bf216c8239acf00a6078836342bd73565dc981d | diff --git a/spyder/plugins/editor/widgets/editor.py b/spyder/plugins/editor/widgets/editor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/editor/widgets/editor.py
+++ b/spyder/plugins/editor/widgets/editor.py
@@ -559,7 +559,7 @@ class EditorStack(QWidget):
# Real-time code analysis
self.analysi... | Editor: Fix pdating TODOs menu with a timer | spyder-ide_spyder | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.