hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
0a5632c529ce1f3f0c6988db7e9d9337a1377982 | diff --git a/test/tests/revwalk.js b/test/tests/revwalk.js
index <HASH>..<HASH> 100644
--- a/test/tests/revwalk.js
+++ b/test/tests/revwalk.js
@@ -9,7 +9,7 @@ describe("Revwalk", function() {
var Oid = require("../../lib/oid");
// Set a reasonable timeout here now that our repository has grown.
- this.timeout(... | stop thrashing cpu with GCs | nodegit_nodegit | train |
2248f7540686661aa17a7a7768e5935689fb71d2 | diff --git a/lib/ruote/exp/ro_variables.rb b/lib/ruote/exp/ro_variables.rb
index <HASH>..<HASH> 100644
--- a/lib/ruote/exp/ro_variables.rb
+++ b/lib/ruote/exp/ro_variables.rb
@@ -148,14 +148,12 @@ module Ruote::Exp
Ruote.unset(h.variables, var)
end
- return unless should_persist
-
- if r = t... | made sure "variable_[un]set" is always emitted | jmettraux_ruote | train |
dc9cbca9bdfbb5278aacaefe4e895be094f8eebc | diff --git a/lib/json_api_resource/version.rb b/lib/json_api_resource/version.rb
index <HASH>..<HASH> 100644
--- a/lib/json_api_resource/version.rb
+++ b/lib/json_api_resource/version.rb
@@ -1,3 +1,3 @@
module JsonApiResource
- VERSION = "0.4.5"
+ VERSION = "1.0.0"
end | revving version to 1, due to breaking interface chahnges | avvo_json_api_resource | train |
b82867be46ca5e2812169cfe97f4e9a34f1fbe2f | diff --git a/boundary/api_cli.py b/boundary/api_cli.py
index <HASH>..<HASH> 100755
--- a/boundary/api_cli.py
+++ b/boundary/api_cli.py
@@ -18,6 +18,7 @@
import argparse
import logging
import os
+import sys
import requests
import urllib
from pygments import highlight, lexers, formatters
@@ -300,7 +301,10 @@ class ... | Make colorized output conditional based whether standard out is a tty or not | boundary_pulse-api-cli | train |
531752696fef5b2c2cc5fb44efab1a633ac906c1 | diff --git a/peyotl/phylesystem/git_actions.py b/peyotl/phylesystem/git_actions.py
index <HASH>..<HASH> 100644
--- a/peyotl/phylesystem/git_actions.py
+++ b/peyotl/phylesystem/git_actions.py
@@ -153,20 +153,21 @@ class GitAction(object):
pat = re.compile(r'.*_study_{i}_[0-9]+'.format(i=study_id))
head... | returning map of WIPs for return_study. Tested. | OpenTreeOfLife_peyotl | train |
e33abedb67fd9233c2d869fe42c80ed37952ccde | diff --git a/media/boom/js/boom.assets.js b/media/boom/js/boom.assets.js
index <HASH>..<HASH> 100755
--- a/media/boom/js/boom.assets.js
+++ b/media/boom/js/boom.assets.js
@@ -518,8 +518,6 @@ $.extend($.boom.asset, {
this.rid = rid;
- $.boom.events.register('asset.clickBefore', 'browser', { rid: rid });
-
var... | delete references to $.boom.hooks and $.boom.events | boomcms_boom-core | train |
556ad95eaf52550cae4b2cc9ce0d35bba6cc5f1b | diff --git a/chemlab/core/attributes.py b/chemlab/core/attributes.py
index <HASH>..<HASH> 100644
--- a/chemlab/core/attributes.py
+++ b/chemlab/core/attributes.py
@@ -168,16 +168,36 @@ class NDArrayAttr(AtomicArrayAttr):
class BondsAttr(object):
def __init__(self):
self.name = 'bonds'
+ self.field... | Worked out also concatenations | chemlab_chemlab | train |
5b127f887949a69dc3d401b214aad6e825e737a1 | diff --git a/resources/lang/he-IL/forms.php b/resources/lang/he-IL/forms.php
index <HASH>..<HASH> 100644
--- a/resources/lang/he-IL/forms.php
+++ b/resources/lang/he-IL/forms.php
@@ -154,6 +154,7 @@ return [
'about-this-page' => 'About this page',
'days-of-incidents' ... | New translations forms.php (Hebrew) | CachetHQ_Cachet | train |
fec81da49ee125c3810bac92d472b27a544bef36 | diff --git a/core/core.js b/core/core.js
index <HASH>..<HASH> 100644
--- a/core/core.js
+++ b/core/core.js
@@ -822,6 +822,18 @@ exports._setup = function() {
_globals.core.GamepadManager.prototype._gpButtonsPollInterval
+ _globals.core.GamepadManager.prototype._gpPollInterval
+
+ _globals.core.GamepadManager.prot... | Fix warning: move gamepad polling code to considered prototype. | pureqml_qmlcore | train |
6c38dffd1792f653ff2d8bb85bf35528ed707537 | diff --git a/commands/remote.go b/commands/remote.go
index <HASH>..<HASH> 100644
--- a/commands/remote.go
+++ b/commands/remote.go
@@ -89,7 +89,6 @@ func transformRemoteArgs(args *Args) {
}
host = hostConfig.Host
- isPrivate := parseRemotePrivateFlag(args)
numWord := 0
for i, p := range args.Params {
if !l... | Add repo visibility and permission check for remote add command | github_hub | train |
4b5038eda2f6238333a3f54706f031f5999e4dc3 | diff --git a/src/Forms/Fields/AbstractField.php b/src/Forms/Fields/AbstractField.php
index <HASH>..<HASH> 100644
--- a/src/Forms/Fields/AbstractField.php
+++ b/src/Forms/Fields/AbstractField.php
@@ -149,6 +149,14 @@ abstract class AbstractField extends HtmlContainer
}
/**
+ * @return string
+ */
+ ... | bugfix : Field setId must done on fied not container | cawaphp_html | train |
7285ac43990ebdb2f6de0aa428053a779d135412 | diff --git a/src/org/joml/Quaterniond.java b/src/org/joml/Quaterniond.java
index <HASH>..<HASH> 100644
--- a/src/org/joml/Quaterniond.java
+++ b/src/org/joml/Quaterniond.java
@@ -1166,10 +1166,14 @@ public class Quaterniond implements Externalizable {
double q1x = x, q1y = y, q1z = z, q1w = w;
double... | Fix Quaternion.nlerpIterative
Also:
- early-out if the two quaternions are almost identical | JOML-CI_JOML | train |
e6638f7409a3589d11a247a39b124a201a1ba2e3 | diff --git a/stan_test.go b/stan_test.go
index <HASH>..<HASH> 100644
--- a/stan_test.go
+++ b/stan_test.go
@@ -21,11 +21,22 @@ import (
"github.com/nats-io/go-nats"
"github.com/nats-io/go-nats-streaming/pb"
"github.com/nats-io/nats-streaming-server/server"
- "github.com/nats-io/nats-streaming-server/test"
)
f... | Fixed tests references to RunServer and RunServerWithOpts | nats-io_go-nats-streaming | train |
2b38f82b25dfc93188c63dc1d0894c4bfe364536 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,9 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/ladybug-tools/ladybug",
packages=setuptools.find_packages(),
+ install_requires=[
+ 'euclid3'
+ ... | fix(pypi): add elucid3 as a requirement
Resolved #<I> | ladybug-tools_ladybug | train |
31ee9f3026981201736e9eefc2f4dd8950b0b344 | diff --git a/lib/common/error_codes.js b/lib/common/error_codes.js
index <HASH>..<HASH> 100644
--- a/lib/common/error_codes.js
+++ b/lib/common/error_codes.js
@@ -5,18 +5,19 @@ module.exports = {
nonUnicodeCharacterInInputStream: 'non-unicode-character-in-input-stream',
selfClosingNonVoidHtmlElement: 'self-cl... | Generalize eof-in-tag error, Rename attrValue errors (more accurate) | inikulin_parse5 | train |
6956f8458a8c798141b137d2db2cbd10fbc8a583 | diff --git a/tests/benchmark_accuracy_real_data.py b/tests/benchmark_accuracy_real_data.py
index <HASH>..<HASH> 100755
--- a/tests/benchmark_accuracy_real_data.py
+++ b/tests/benchmark_accuracy_real_data.py
@@ -212,12 +212,20 @@ def scrub_documents(documents: Dict[str, str], known_filth_items: List[KnownFilt
def load_... | add in testing for the address_sklearn model | datascopeanalytics_scrubadub | train |
a43b713cbd852bac26f4774992929ad6d7033346 | diff --git a/girder/api/describe.py b/girder/api/describe.py
index <HASH>..<HASH> 100644
--- a/girder/api/describe.py
+++ b/girder/api/describe.py
@@ -336,7 +336,7 @@ class Describe(Resource):
'apiVersion': API_VERSION,
'swaggerVersion': SWAGGER_VERSION,
'basePath': getApiUrl(),
-... | Make api.docs.addModel require a resource type
Per the Swagger specification, each model should be applied only to a
specific resource or set of resources. More rationale is provided in issue
#<I>
This commit changes the undocumented, but public, addModel function to
require each new model to specify a resource type ... | girder_girder | train |
dadc71c4d523024d04c903fcf53a2b1a93c0e619 | diff --git a/test/doubleshot_test.js b/test/doubleshot_test.js
index <HASH>..<HASH> 100644
--- a/test/doubleshot_test.js
+++ b/test/doubleshot_test.js
@@ -18,20 +18,26 @@ var basicTests = {
}
};
+var intermediateTests = {
+ 'doubleshot': {
+ 'can be run against a folder not labelled `test` and options exclusi... | Added new test for aliasing within objects to other objects. It's failing =D | twolfson_doubleshot | train |
8ae1f15f1445e904dd94435e8efbec6a9b99c9eb | diff --git a/neon-server/src/main/javascript/eventing/eventBus.js b/neon-server/src/main/javascript/eventing/eventBus.js
index <HASH>..<HASH> 100644
--- a/neon-server/src/main/javascript/eventing/eventBus.js
+++ b/neon-server/src/main/javascript/eventing/eventBus.js
@@ -59,6 +59,8 @@ neon.eventing.EventBus.prototype.su... | Modifying the JS API methods that unsubscribe from channels to avoid one Messenger blowing away handlers that were registered through another messenger. | NextCenturyCorporation_neon | train |
a17bbec842f515842b2c01c2b2b02b12ec276058 | diff --git a/src/Composer/Console/Application.php b/src/Composer/Console/Application.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Console/Application.php
+++ b/src/Composer/Console/Application.php
@@ -156,7 +156,7 @@ class Application extends BaseApplication
}
// prompt user for dir change if ... | Avoid double warnings about composer.json when running outdated, fixes #<I> | composer_composer | train |
55b77526e1ea61064001796d8c0996c50978958b | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -60,7 +60,8 @@ Client.prototype = {
},
setupAPI: function(type, callback) {
this.cachedAPI = this.cachedAPI || {};
- if (type in this.cachedAPI)
+ var name = this.domainName + '_' + type;
+... | Update clietn with domain name automatically | groonga_gcs | train |
bd1fdaa4ccf82fa3b1b2e12120a3cba9d1c394b3 | diff --git a/benchmark/benchmark.rb b/benchmark/benchmark.rb
index <HASH>..<HASH> 100644
--- a/benchmark/benchmark.rb
+++ b/benchmark/benchmark.rb
@@ -3,21 +3,63 @@ require 'saxerator'
require 'benchmark'
file = ARGV.shift
-if !File.exists?(file)
+unless File.exists?(file)
puts "Cannot find file #{file}"
exit... | Added validation for output_type validation for difference parsers | soulcutter_saxerator | train |
27ead088b49c363b9081b499ddbe3324cd23ec12 | diff --git a/examples/response_action_examples/server.js b/examples/response_action_examples/server.js
index <HASH>..<HASH> 100644
--- a/examples/response_action_examples/server.js
+++ b/examples/response_action_examples/server.js
@@ -38,6 +38,33 @@ function responseLiteralWithUTF16BodyResponse() {
);
}
+functi... | #<I> added example showing json body with special character | jamesdbloom_mockserver-client-node | train |
40c89bd263867fe1da7de646a5a8672103af2d28 | diff --git a/core/src/main/java/hudson/FilePath.java b/core/src/main/java/hudson/FilePath.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/FilePath.java
+++ b/core/src/main/java/hudson/FilePath.java
@@ -1214,11 +1214,18 @@ public final class FilePath implements Serializable {
* that has this file.... | Correctly detect the platform of the target node.
This is suspected to cause <URL> | jenkinsci_jenkins | train |
8e459e14da5fd3c505427452798444929bb83ae7 | diff --git a/library/CM/Tools/Generator/FilesystemHelper.php b/library/CM/Tools/Generator/FilesystemHelper.php
index <HASH>..<HASH> 100644
--- a/library/CM/Tools/Generator/FilesystemHelper.php
+++ b/library/CM/Tools/Generator/FilesystemHelper.php
@@ -22,7 +22,6 @@ class CM_Tools_Generator_FilesystemHelper extends CM_Cl... | Do not create .gitkeep file when creating directory | cargomedia_cm | train |
1b372c6e541ca907e4cd9f0b5ea062ab56262601 | diff --git a/allegedb/allegedb/cache.py b/allegedb/allegedb/cache.py
index <HASH>..<HASH> 100644
--- a/allegedb/allegedb/cache.py
+++ b/allegedb/allegedb/cache.py
@@ -7,9 +7,8 @@ methods. But if you need to store historical data some other way,
you might want to store it in a ``WindowDict``.
"""
-from copy import c... | Add future() and past() views to WindowDict | LogicalDash_LiSE | train |
e36cebd6cf1cee7445079bb58d44af56c34327d2 | diff --git a/src/listeners.js b/src/listeners.js
index <HASH>..<HASH> 100644
--- a/src/listeners.js
+++ b/src/listeners.js
@@ -76,7 +76,7 @@ export default class ListenerGenerator {
if (isObject(rules)) {
Object.keys(rules).forEach(r => { // eslint-disable-line
if (/confirmed|after|before/.test(r))... | #<I> - "after" validation rule new feature problem | baianat_vee-validate | train |
44c2aaf9affb79bf7f2ac7c85bae1b605e7f667d | diff --git a/bcbio/variation/varscan.py b/bcbio/variation/varscan.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/varscan.py
+++ b/bcbio/variation/varscan.py
@@ -49,6 +49,46 @@ def _get_varscan_opts(config, tmp_dir):
jvm_opts += broad.get_default_jvm_opts(tmp_dir)
return " ".join(jvm_opts)
+def _safe_t... | Improve VarScan precision for somatic calling
Remove high frequency low probability (SPV) variants. False positives
dominate these results. Working on improve overall precision of VarScan. | bcbio_bcbio-nextgen | train |
5ff95df810862d9c44eeb2a23ed6b3b4ada0f79d | diff --git a/governator-providers/src/main/java/com/netflix/governator/providers/AdvisableAnnotatedMethodScanner.java b/governator-providers/src/main/java/com/netflix/governator/providers/AdvisableAnnotatedMethodScanner.java
index <HASH>..<HASH> 100644
--- a/governator-providers/src/main/java/com/netflix/governator/pro... | Fix @ProvidesWithAdvice to properly isolate @Advises for different types when no qualifier is specified | Netflix_governator | train |
b802d6efc99a26d7db62baa5ff7a444b76f2717b | diff --git a/src/com/opencms/workplace/CmsAdminPicGalleries.java b/src/com/opencms/workplace/CmsAdminPicGalleries.java
index <HASH>..<HASH> 100644
--- a/src/com/opencms/workplace/CmsAdminPicGalleries.java
+++ b/src/com/opencms/workplace/CmsAdminPicGalleries.java
@@ -2,7 +2,7 @@ package com.opencms.workplace;
/*
* ... | bugfix: picgallery didnt work whith new explorer | alkacon_opencms-core | train |
bf51e2ff980584603853cc1e7d47b8012316618f | diff --git a/tests/basics/bytearray_slice_assign.py b/tests/basics/bytearray_slice_assign.py
index <HASH>..<HASH> 100644
--- a/tests/basics/bytearray_slice_assign.py
+++ b/tests/basics/bytearray_slice_assign.py
@@ -51,6 +51,11 @@ b = bytearray(10)
b[:-1] = bytearray(500)
print(len(b), b[0], b[-1])
+# extension with... | tests/basics: Add tests for list and bytearray growing using themselves. | micropython_micropython | train |
aa1d9c0f6c950eaa2796c08f8d27d5caef9c20de | diff --git a/packages/NodeTypeResolver/tests/AbstractNodeTypeResolverTest.php b/packages/NodeTypeResolver/tests/AbstractNodeTypeResolverTest.php
index <HASH>..<HASH> 100644
--- a/packages/NodeTypeResolver/tests/AbstractNodeTypeResolverTest.php
+++ b/packages/NodeTypeResolver/tests/AbstractNodeTypeResolverTest.php
@@ -7... | fix tests by making paramter provider aware of source | rectorphp_rector | train |
ce83904cdbb26b1ffc5fe80c5c835abb5edf1ff0 | diff --git a/openaps/vendors/medtronic.py b/openaps/vendors/medtronic.py
index <HASH>..<HASH> 100644
--- a/openaps/vendors/medtronic.py
+++ b/openaps/vendors/medtronic.py
@@ -80,9 +80,9 @@ class MedtronicTask (scan):
return out
def create_session (self):
minutes = int(self.device.fields.get('minutes', 10))... | account for delay during power's effect time | openaps_openaps | train |
bb49cbfffd8d2c21681d72612033f66f86ee40b0 | diff --git a/lib/attribute_normalizer/model_inclusions.rb b/lib/attribute_normalizer/model_inclusions.rb
index <HASH>..<HASH> 100644
--- a/lib/attribute_normalizer/model_inclusions.rb
+++ b/lib/attribute_normalizer/model_inclusions.rb
@@ -62,7 +62,9 @@ module AttributeNormalizer
def inherited(subclass)
su... | Allow use of non-ORM subclasses | mdeering_attribute_normalizer | train |
f05bd2d6d311b10c956a9d1541e68673f3deca4f | diff --git a/packages/ember-runtime/lib/computed/reduce_computed_macros.js b/packages/ember-runtime/lib/computed/reduce_computed_macros.js
index <HASH>..<HASH> 100644
--- a/packages/ember-runtime/lib/computed/reduce_computed_macros.js
+++ b/packages/ember-runtime/lib/computed/reduce_computed_macros.js
@@ -13,6 +13,7 @@... | [BUGFIX beta] Fix a regression in Ember.computed.sort
Resolves a regression in `Ember.computed.sort` that has existed since
<I>. The regression occurred when there were multiple instances of a
class using `Ember.computed.sort` and caused the sorted value to stop
updating.
Closes #<I>.
Closes #<I>.
Closes #<I>.
Closes... | emberjs_ember.js | train |
536b9c89c1ea4235690bd485c8f58c9a5b202f5f | diff --git a/cluster/container.go b/cluster/container.go
index <HASH>..<HASH> 100644
--- a/cluster/container.go
+++ b/cluster/container.go
@@ -70,6 +70,14 @@ func (c *Cluster) ListContainers(opts *dcli.ListContainersOptions) ([]docker.API
}
}
+// RemoveContainer removes a container from the cluster.
+func (c *Clus... | cluster: add RemoveContainer method
This method will remove containers from the cluster. | tsuru_docker-cluster | train |
3c4cbb15598c0afabe769ef8e9b4e081e4227bc6 | diff --git a/source/rafcon/mvc/models/state_machine.py b/source/rafcon/mvc/models/state_machine.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/mvc/models/state_machine.py
+++ b/source/rafcon/mvc/models/state_machine.py
@@ -6,6 +6,7 @@ from rafcon.mvc.selection import Selection
from rafcon.statemachine.state_mach... | introduce that state-machine-model creates new root state model by default if new root_state is assigned
- the state-type-change-functions use a flake to suspend the new model for one assignment | DLR-RM_RAFCON | train |
b898d195be7a1bd27aca0fb02f610c15e67049d6 | diff --git a/lib/events-view.js b/lib/events-view.js
index <HASH>..<HASH> 100644
--- a/lib/events-view.js
+++ b/lib/events-view.js
@@ -18,9 +18,16 @@ class EventsView extends View {
filterEvents () {
const searchText = this.searchBox.value.toLowerCase()
- this.children.forEach((child) => {
- child.fil... | Show/collapse children when no search text is present | electron_devtron | train |
e93ec078dc466b577c463e96c5d637335a344314 | diff --git a/cmd/ilm/options.go b/cmd/ilm/options.go
index <HASH>..<HASH> 100644
--- a/cmd/ilm/options.go
+++ b/cmd/ilm/options.go
@@ -120,7 +120,7 @@ type LifecycleOptions struct {
// ToConfig create lifecycle.Configuration based on LifecycleOptions
func (opts LifecycleOptions) ToConfig(config *lifecycle.Configura... | ilm: Fix adding ExpiredObjectDeleteMarker alone (#<I>)
It is not possible to add rule with only ExpiredObjectDeleteMarker
activated. This commit fixes the issue. | minio_mc | train |
70ecf87d905f008642bf03a3f8e9c3c21278d245 | diff --git a/main/server/index.js b/main/server/index.js
index <HASH>..<HASH> 100644
--- a/main/server/index.js
+++ b/main/server/index.js
@@ -83,8 +83,7 @@ module.exports = Promise.resolve()
process.env.ENDPOINT = process.env.ENDPOINT ||
url.format({
protocol: protocol,
- hostname: process.... | make adjustments to use correct endpoint and other configs | agneta_platform | train |
c25be740615dfa1eefb106f8234b8f499bffa8ad | diff --git a/command/agent/config.go b/command/agent/config.go
index <HASH>..<HASH> 100644
--- a/command/agent/config.go
+++ b/command/agent/config.go
@@ -259,6 +259,8 @@ type Addresses struct {
Serf string `mapstructure:"serf"`
}
+// Interfaces provides an alternative to the Addresses configuration. We pick an
+/... | Added a comment about iteration of ips in a network device | hashicorp_nomad | train |
62f2540511082e7ef4f16b25add4a4415e80c437 | diff --git a/db/migrate/20101217113425_translate_page_plugin.rb b/db/migrate/20101217113425_translate_page_plugin.rb
index <HASH>..<HASH> 100644
--- a/db/migrate/20101217113425_translate_page_plugin.rb
+++ b/db/migrate/20101217113425_translate_page_plugin.rb
@@ -14,6 +14,10 @@ class TranslatePagePlugin < ActiveRecord::... | Ensure migrations load seeds where there have been no seeds before (aka no home page). | refinery_refinerycms | train |
5f6e55da54dd22008641868d9521bc53ce072dc7 | diff --git a/runtests.py b/runtests.py
index <HASH>..<HASH> 100644
--- a/runtests.py
+++ b/runtests.py
@@ -11,6 +11,7 @@ DEFAULT_SETTINGS = dict(
INSTALLED_APPS=[
"django.contrib.auth",
"django.contrib.contenttypes",
+ "django.contrib.sessions",
"django.contrib.sites",
"p... | added django.contrib.sessions to runtests.py INSTALLED_APPS | pinax_pinax-waitinglist | train |
472b388df84eb278ee4df3e6c34371430fe9a8b4 | diff --git a/axlsx.gemspec b/axlsx.gemspec
index <HASH>..<HASH> 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -19,8 +19,6 @@ Gem::Specification.new do |s|
s.test_files = Dir.glob("{test/**/*}")
s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
- s.add_runtime_dependency 'activesupport', '>= 2.3.9'
- s.add_... | Remove entirely the dependancies on i<I>n and active support. | randym_axlsx | train |
67672c531ac06f2d9bfae14080443a84e77604ac | diff --git a/src/QueryController.php b/src/QueryController.php
index <HASH>..<HASH> 100644
--- a/src/QueryController.php
+++ b/src/QueryController.php
@@ -4,6 +4,7 @@ namespace Simples\Controller;
use Simples\Http\Controller;
use Simples\Http\Response;
+use Simples\Persistence\QueryBuilder;
/**
* Class QueryCo... | QueryBuilder on QueryController | phpzm_controller | train |
7ef62287d91833c4decb58cd7ed4a15b12dcbf7f | diff --git a/validator/sawtooth_validator/consensus/handlers.py b/validator/sawtooth_validator/consensus/handlers.py
index <HASH>..<HASH> 100644
--- a/validator/sawtooth_validator/consensus/handlers.py
+++ b/validator/sawtooth_validator/consensus/handlers.py
@@ -53,11 +53,13 @@ class ConsensusServiceHandler(Handler):
... | Allow consensus handlers to specifier result type
Allow the consensus handlers to specify return type, so that they can be part of an
a handler chain. | hyperledger_sawtooth-core | train |
185b88f9c1fed1f6171dbf2968fe9c6e24027fad | diff --git a/lib/the86-client/conversation.rb b/lib/the86-client/conversation.rb
index <HASH>..<HASH> 100644
--- a/lib/the86-client/conversation.rb
+++ b/lib/the86-client/conversation.rb
@@ -5,6 +5,7 @@ module The86::Client
attribute :content, String # For creating new Conversation.
attribute :bumped_at, Date... | Add original_created_at for the OSQA migration | sitepoint_the86-client | train |
6f5cfff6dc1e1520918c8a5006afdce00b13c454 | diff --git a/lib/review/book.rb b/lib/review/book.rb
index <HASH>..<HASH> 100644
--- a/lib/review/book.rb
+++ b/lib/review/book.rb
@@ -16,7 +16,6 @@ require 'forwardable'
require 'nkf'
require 'review/book/base'
-require 'review/book/chapter_set'
require 'review/book/chapter'
require 'review/book/part'
require '... | Remove unwanted ChapterSet class rquire. Ref #<I> | kmuto_review | train |
69a3fa07f290a6d26a7f1ad1bc9090d4047bc99d | diff --git a/packages/cli/src/commands/run.js b/packages/cli/src/commands/run.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/commands/run.js
+++ b/packages/cli/src/commands/run.js
@@ -58,6 +58,8 @@ const run = async (command, config, declaration) => {
spinner.start();
});
runner.on(WorkerRunnerEvents.... | fix(log): purge process output stream before spinner stop
affects: @zetapush/cli
ISSUES CLOSED: #<I> | zetapush_zetapush | train |
2e3d325f71285f9812a1ddcffae21b28b648a8a5 | diff --git a/octodns/provider/yaml.py b/octodns/provider/yaml.py
index <HASH>..<HASH> 100644
--- a/octodns/provider/yaml.py
+++ b/octodns/provider/yaml.py
@@ -111,26 +111,6 @@ class YamlProvider(BaseProvider):
SUPPORTS_DYNAMIC = True
SUPPORTS_POOL_VALUE_STATUS = True
SUPPORTS_MULTIVALUE_PTR = True
- S... | YamlProvider.SUPPORTS dynamically returns the list of registered types | github_octodns | train |
b504387f4cb5c3f93ee47e33d3fb5ab96236d48d | diff --git a/globus_cli/commands/login.py b/globus_cli/commands/login.py
index <HASH>..<HASH> 100644
--- a/globus_cli/commands/login.py
+++ b/globus_cli/commands/login.py
@@ -121,6 +121,12 @@ def do_local_server_login_flow():
Starts a local http server, opens a browser to have the user login,
and gets the cod... | Update login command to print more help
If the user is doing local login, we might have issues with opening the
magic browser. Print a message about running with `--no-local-server` | globus_globus-cli | train |
bd6f9b0e6243a3846e52f2d3cd511be0d784d579 | diff --git a/server/src/com/thoughtworks/go/server/cache/GoCache.java b/server/src/com/thoughtworks/go/server/cache/GoCache.java
index <HASH>..<HASH> 100644
--- a/server/src/com/thoughtworks/go/server/cache/GoCache.java
+++ b/server/src/com/thoughtworks/go/server/cache/GoCache.java
@@ -201,9 +201,9 @@ public class GoCa... | fixing serilization exception that is thrown during cache eviction | gocd_gocd | train |
7a7dbd77d143cedd84c5e60f271f26b5e62fface | diff --git a/lib/completionlib.php b/lib/completionlib.php
index <HASH>..<HASH> 100644
--- a/lib/completionlib.php
+++ b/lib/completionlib.php
@@ -213,7 +213,7 @@ class completion_info {
* @return unknown
*/
function internal_get_state($cm, $userid, $current) {
- global $USER, $DB;
+ glob... | MDL-<I>: Completion system does not require_once gradelib when used | moodle_moodle | train |
ff648b6d84de332ed3bb3d8a37ed03d043f274ed | diff --git a/includes/general.php b/includes/general.php
index <HASH>..<HASH> 100644
--- a/includes/general.php
+++ b/includes/general.php
@@ -1058,7 +1058,9 @@ function pods_shortcode_run( $tags, $content = null ) {
$related = $pod->field( $tags['field'], array( 'output' => 'pods' ) );
/** @var Pods $rel_pod *... | Rel should be a Pods object | pods-framework_pods | train |
954f01c81b530b82577ac5074e88e45eff3de5d1 | diff --git a/scripts/snapshotResolver.js b/scripts/snapshotResolver.js
index <HASH>..<HASH> 100644
--- a/scripts/snapshotResolver.js
+++ b/scripts/snapshotResolver.js
@@ -5,8 +5,6 @@ const webpack = require('webpack');
const [webpackVersion] = webpack.version;
const snapshotExtension = `.snap.webpack${webpackVersion}... | chore: remove version logging in each test (#<I>) | webpack_webpack-cli | train |
eb2ede5d801fb94fe1d6290fb08850582f379168 | diff --git a/hystrix-core/src/main/java/com/netflix/hystrix/metric/CumulativeThreadPoolEventCounterStream.java b/hystrix-core/src/main/java/com/netflix/hystrix/metric/CumulativeThreadPoolEventCounterStream.java
index <HASH>..<HASH> 100644
--- a/hystrix-core/src/main/java/com/netflix/hystrix/metric/CumulativeThreadPoolE... | Removing stray println | Netflix_Hystrix | train |
b7eda794159e4023bbceb1e07938660fa0afebe8 | diff --git a/src/bucket/media.js b/src/bucket/media.js
index <HASH>..<HASH> 100644
--- a/src/bucket/media.js
+++ b/src/bucket/media.js
@@ -21,6 +21,9 @@ const mediaMethods = (bucket_config) => ({
if (params.metadata) {
data.append('metadata', JSON.stringify(params.metadata))
}
+ if (params.trigger_w... | fix: add / delete media trigger_webhook | cosmicjs_cosmicjs-node | train |
8a5588c51f2ccf62a47c7261419538d8b2f0a448 | diff --git a/spectra.js b/spectra.js
index <HASH>..<HASH> 100644
--- a/spectra.js
+++ b/spectra.js
@@ -196,13 +196,15 @@
var xyz, tc;
for (tc in rgb) {
- if (rgb[tc] > 0.04045) {
- rgb[tc] = Math.pow(((rgb[tc] + 0.055) / 1.055), 2.4);
- } else {
- rgb[tc] /= 12.92;
- }
+ if... | Fix unfiltered for in loops. | avp_spectra | train |
d721b5739b4265f5afefd82db1d57258f1e42c56 | diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index <HASH>..<HASH> 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -69,7 +69,7 @@ def determine_sender(mail, action='reply'):
for alias in acc_addresses:
if realname is not None:
break
- ... | Fix regexp treatment of alias addresses
Currently a regexp is created for every alias in configuration file. However
special characters are not escaped which causes a mismatch. Mail aliases are
string literals that may contain lots of special regexp chars and those
should be escaped before compiling a regexp.
Changed... | pazz_alot | train |
1183037d56dc52075d6f061fb0a5579825f9d359 | diff --git a/api/nodes.go b/api/nodes.go
index <HASH>..<HASH> 100644
--- a/api/nodes.go
+++ b/api/nodes.go
@@ -131,6 +131,7 @@ type Node struct {
type HostStats struct {
Memory *HostMemoryStats
CPU []*HostCPUStats
+ Uptime uint64
}
type HostMemoryStats struct {
diff --git a/client/stats/host.go b/client/sta... | Added uptime to node stats | hashicorp_nomad | train |
c71cc8d895eac238390e38f48b087f7ba003febb | diff --git a/gopdf.go b/gopdf.go
index <HASH>..<HASH> 100644
--- a/gopdf.go
+++ b/gopdf.go
@@ -444,6 +444,8 @@ func (gp *GoPdf) MeasureTextWidth(text string) (float64, error) {
fontSize := gp.Curr.Font_Size
sfont := gp.Curr.Font_ISubset
+ sfont.AddChars(text) //AddChars for create CharacterToGlyphIndex
+
sumWid... | fixed MeasureTextWidth befor pdf.Cell caused char not found Error | signintech_gopdf | train |
2f32c4521383c9c2116377930855a0419cc4d7ee | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,15 @@ import os
import shutil
from distutils.errors import DistutilsSetupError
+# Workaround for Python 2.6 issue https://bugs.python.org/issue15881
+# This causes this module to be referenced and prevents the pr... | Added workaround for Python <I> for Python issue <I>. | pywbem_pywbem | train |
0942556248ad867bd71130c0b29142e7a5ba38b9 | diff --git a/lib/draper/version.rb b/lib/draper/version.rb
index <HASH>..<HASH> 100644
--- a/lib/draper/version.rb
+++ b/lib/draper/version.rb
@@ -1,3 +1,3 @@
module Draper
- VERSION = "0.5.0"
+ VERSION = "0.6.0"
end | Bump minor version for new ApplicationDecorator structure | drapergem_draper | train |
ee4985c574cbec7f33d9496ee7a771b695b026fd | diff --git a/lib/waterline/utils/query/forge-stage-two-query.js b/lib/waterline/utils/query/forge-stage-two-query.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/utils/query/forge-stage-two-query.js
+++ b/lib/waterline/utils/query/forge-stage-two-query.js
@@ -340,6 +340,16 @@ module.exports = function forgeStageTwoQ... | Don't allow populating AND omitting an attribute at the same time. | balderdashy_waterline | train |
865abf1ba43715af94bf29b8648d18519838ae69 | diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js
index <HASH>..<HASH> 100644
--- a/js/bootstrap-select.js
+++ b/js/bootstrap-select.js
@@ -1567,13 +1567,13 @@
}
}
- for (var len = selectOptions.length; startIndex < len; startIndex++) {
- var item = selectOptions[startIndex];
+ ... | don't increase startIndex (to prevent issues with calculating "previous" in addOptgroup) | snapappointments_bootstrap-select | train |
f94c93e95c2e3806ef35843d8a267fea51841f7f | diff --git a/ber.go b/ber.go
index <HASH>..<HASH> 100644
--- a/ber.go
+++ b/ber.go
@@ -133,6 +133,7 @@ func readObject(ber []byte, offset int) (asn1Object, int, error) {
fmt.Printf("--> length bytes: %x\n", ber[offset:offset+numberOfBytes])
for i := 0; i < numberOfBytes; i++ {
length = length*0xFF + (int)(ber... | Fixes to BER decoding
- 0xFF != <I>
- markerIndex _is_ the length, since we the search slice starts at offset
- use a sub slice when reading sub objects | mastahyeti_cms | train |
c703a80b1c8f06e9b46df6fc6805d97b4c90e34b | diff --git a/bw-util-deployment/src/main/java/org/bedework/util/deployment/Process.java b/bw-util-deployment/src/main/java/org/bedework/util/deployment/Process.java
index <HASH>..<HASH> 100644
--- a/bw-util-deployment/src/main/java/org/bedework/util/deployment/Process.java
+++ b/bw-util-deployment/src/main/java/org/bed... | Reinstate method needed for maven plugin | Bedework_bw-util | train |
bd8cc1952d017decfd58413208378d459e4eba89 | diff --git a/src/Block/Service/AbstractCategoriesBlockService.php b/src/Block/Service/AbstractCategoriesBlockService.php
index <HASH>..<HASH> 100755
--- a/src/Block/Service/AbstractCategoriesBlockService.php
+++ b/src/Block/Service/AbstractCategoriesBlockService.php
@@ -27,6 +27,7 @@ use Symfony\Component\Form\Extensio... | Add missing import for PHPDoc in block services | sonata-project_SonataClassificationBundle | train |
fd5af2dfb8729407a33fb6aa0a4d9c6e35f70b21 | diff --git a/cli/src/main/java/org/jboss/as/cli/impl/CLIModelControllerClient.java b/cli/src/main/java/org/jboss/as/cli/impl/CLIModelControllerClient.java
index <HASH>..<HASH> 100644
--- a/cli/src/main/java/org/jboss/as/cli/impl/CLIModelControllerClient.java
+++ b/cli/src/main/java/org/jboss/as/cli/impl/CLIModelControl... | [WFLY-<I>] Add support for remoting:// URIs
was: 5ffbd5a2eb5e0d0dc<I>bc1c<I>e<I> | wildfly_wildfly-core | train |
fb8c823243b6ab98a55c45af10eeac117cb7d50d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -21,11 +21,10 @@ exports.levels = require('./levels');
* Exposes a sub-format on the main format object
* as a lazy-loaded getter.
*/
-function exposeFormat(name, path) {
- path = path || name;
+function exposeFormat(na... | fix: avoid dynamic requires (#<I>) | winstonjs_logform | train |
903390e86ba97ce63a4133defba1258417e8506c | diff --git a/lib/expressView.js b/lib/expressView.js
index <HASH>..<HASH> 100644
--- a/lib/expressView.js
+++ b/lib/expressView.js
@@ -32,7 +32,7 @@ function ReactEngineView(name, options) {
this.useRouter = (name[0] === '/');
if (this.useRouter) {
- name = url.parse(name).pathname;
+ name = url.parse(nam... | Use path instead of pathname to ensure querystring is not stripped | paypal_react-engine | train |
34b07ea9e2f202a36b51c4544b46f9a70fa4ba8d | diff --git a/lxd/storage/drivers/driver_cephfs_volumes.go b/lxd/storage/drivers/driver_cephfs_volumes.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/driver_cephfs_volumes.go
+++ b/lxd/storage/drivers/driver_cephfs_volumes.go
@@ -12,6 +12,7 @@ import (
"github.com/lxc/lxd/lxd/rsync"
"github.com/lxc/lxd/sha... | lxd/storage/drivers: Filler logging | lxc_lxd | train |
55cffdb7325977fd69e4155f3c82de7d3bc16182 | diff --git a/polls/views.py b/polls/views.py
index <HASH>..<HASH> 100644
--- a/polls/views.py
+++ b/polls/views.py
@@ -9,3 +9,8 @@ class PollListView(ListView):
class PollDetailView(DetailView):
model = Poll
+
+ def get_context_data(self, **kwargs):
+ context = super(PollDetailView, self).get_context_... | override get_context_data in poll detail view to set votable flag | byteweaver_django-polls | train |
7a635956632f474f51c9660eda00a1aac6e8a8a9 | diff --git a/src/Workflow/Activity/CallTask.php b/src/Workflow/Activity/CallTask.php
index <HASH>..<HASH> 100644
--- a/src/Workflow/Activity/CallTask.php
+++ b/src/Workflow/Activity/CallTask.php
@@ -63,10 +63,19 @@ class CallTask extends ProcessTask
return $this->calledElement;
}
- public function se... | CallTask - fetch process definition at runtime | phpmentors-jp_workflower | train |
f65e03adec8b7cde46f79c012b8d435b81113fae | diff --git a/openquake/risk/job/aggregate_loss_curve.py b/openquake/risk/job/aggregate_loss_curve.py
index <HASH>..<HASH> 100644
--- a/openquake/risk/job/aggregate_loss_curve.py
+++ b/openquake/risk/job/aggregate_loss_curve.py
@@ -22,7 +22,6 @@ Module to compute and plot an aggregate loss curve.
import os
-from op... | openquake/risk/job/* use specific job logger | gem_oq-engine | train |
71c024e545aa355cc3a90ecd6428fc9779fa5aeb | diff --git a/spec/unit/resource_controller_spec.rb b/spec/unit/resource_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/resource_controller_spec.rb
+++ b/spec/unit/resource_controller_spec.rb
@@ -254,6 +254,19 @@ RSpec.describe "A specific resource controller", type: :controller do
end
end
... | Add a spec that makes the alternative fix fail | activeadmin_activeadmin | train |
17268ed67aed0640b568e7b914bfe39f88c73720 | diff --git a/lib/rufus/tokyo/cabinet/abstract.rb b/lib/rufus/tokyo/cabinet/abstract.rb
index <HASH>..<HASH> 100644
--- a/lib/rufus/tokyo/cabinet/abstract.rb
+++ b/lib/rufus/tokyo/cabinet/abstract.rb
@@ -252,10 +252,13 @@ module Rufus::Tokyo
lib.abs_put(@db, k, Rufus::Tokyo.blen(k), v, Rufus::Tokyo.blen(v))
... | making sure putkeep accepts binary data | jmettraux_rufus-tokyo | train |
9eccd82044e91bd99f5e28e5e166bee2a7451355 | diff --git a/src/main/java/org/asteriskjava/live/AsteriskServer.java b/src/main/java/org/asteriskjava/live/AsteriskServer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/asteriskjava/live/AsteriskServer.java
+++ b/src/main/java/org/asteriskjava/live/AsteriskServer.java
@@ -208,8 +208,10 @@ public interface Ast... | ManagerConnection is now implicitly initialized if needed | asterisk-java_asterisk-java | train |
67ea2e9305cd6db0b8a481d5d6b7a9ff903f918f | diff --git a/drivers/docker/coordinator.go b/drivers/docker/coordinator.go
index <HASH>..<HASH> 100644
--- a/drivers/docker/coordinator.go
+++ b/drivers/docker/coordinator.go
@@ -65,6 +65,7 @@ type DockerImageClient interface {
// LogEventFn is a callback which allows Drivers to emit task events.
type LogEventFn func... | docker: add additional commens | hashicorp_nomad | train |
1d95d5bb29bf5d5319820c41308d732bba81ae20 | diff --git a/src/libtcod.py b/src/libtcod.py
index <HASH>..<HASH> 100644
--- a/src/libtcod.py
+++ b/src/libtcod.py
@@ -44,11 +44,9 @@ _lib_ctypes = _ctypes.CDLL(
# add Mac dylib's to DYLD_LIBRARY_PATH
if 'darwin' in _sys.platform:
if 'DYLD_LIBRARY_PATH' in _os.environ:
- _os.environ['DYLD_LIBRARY_PATH'] +... | try using realpath for dyld path | libtcod_python-tcod | train |
c3538219c1f50bb2dbaab5a467e288d22c12a76c | diff --git a/aiohttp/multidict.py b/aiohttp/multidict.py
index <HASH>..<HASH> 100644
--- a/aiohttp/multidict.py
+++ b/aiohttp/multidict.py
@@ -154,7 +154,7 @@ class _CIMultiDictProxy(_CIBase, _MultiDictProxy):
return _CIMultiDict(self.items())
-class MultiDictMixin:
+class _MultiDict(_Base, abc.MutableMapp... | Get rid of MultiDictMixin | aio-libs_aiohttp | train |
ea0f0b509dcb886b3cd88dc885077f196584c590 | diff --git a/src/animation.js b/src/animation.js
index <HASH>..<HASH> 100644
--- a/src/animation.js
+++ b/src/animation.js
@@ -167,7 +167,7 @@ Crafty.c("SpriteAnimation", {
}
- if (data.currentSlideNumber === data.currentReel.length && this._frame.frameNumberBetweenSlides === data.numberOfFramesBetweenSlides) {... | Fix spriteanimation so that the final frame doesn't display twice | craftyjs_Crafty | train |
b2e453786d4c6a9e2689a1afbd2cb3a2e75c64c0 | diff --git a/src/org/joml/Matrix4x3d.java b/src/org/joml/Matrix4x3d.java
index <HASH>..<HASH> 100644
--- a/src/org/joml/Matrix4x3d.java
+++ b/src/org/joml/Matrix4x3d.java
@@ -1603,7 +1603,7 @@ public class Matrix4x3d implements Externalizable, Matrix4x3dc {
if (Options.NO_UNSAFE)
throw new Unsuppo... | Determine matrix properties in Matrix4x3d.setFromAddress() | JOML-CI_JOML | train |
e066771207297be12998868874f110c6a4178d99 | diff --git a/core/router/api_builder.go b/core/router/api_builder.go
index <HASH>..<HASH> 100644
--- a/core/router/api_builder.go
+++ b/core/router/api_builder.go
@@ -188,20 +188,28 @@ func (api *APIBuilder) Handle(method string, relativePath string, handlers ...co
//
// This method is used behind the scenes at the `... | Add support for multi http methods route registration at the `.HandleMany`
Former-commit-id: 6aa2c<I>d<I>dac<I>a1cf<I>d<I>a3c<I>ad7b2fb0 | kataras_iris | train |
dc0f8d266beb21b0b63bfc78b5130eeef8e4e2b6 | diff --git a/python_modules/dagster/dagster/_core/definitions/materialize.py b/python_modules/dagster/dagster/_core/definitions/materialize.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/_core/definitions/materialize.py
+++ b/python_modules/dagster/dagster/_core/definitions/materialize.py
@@ -1,7 +... | materialize should not throw warnings for build_assets_job (#<I>) | dagster-io_dagster | train |
03727188310e7fa9b5fc0b3e04e8e418d2acac6a | diff --git a/.testing.pylintrc b/.testing.pylintrc
index <HASH>..<HASH> 100644
--- a/.testing.pylintrc
+++ b/.testing.pylintrc
@@ -154,7 +154,8 @@ disable=R,
E8266,
E8402,
E8731,
- 3rd-party-local-module-not-gated
+ 3rd-party-local-module-not-gated,
+ pep8-reserved-keywords
# Disabled:
# R* [refactoring... | Fix lint issues on salt | saltstack_salt | train |
d67f1b7718bb57c0137685eb609502869929b704 | diff --git a/www/docusaurus.config.js b/www/docusaurus.config.js
index <HASH>..<HASH> 100644
--- a/www/docusaurus.config.js
+++ b/www/docusaurus.config.js
@@ -48,12 +48,12 @@ module.exports = {
}
]
},
- announcementBar: {
- id: 'release-candiate-announcement',
- content: 'NextAuth.js n... | docs: remove announcement bar [skip release] | iaincollins_next-auth | train |
2d6c502ee3f41895881270dfbce4a4db8ab45336 | diff --git a/bigchaindb/commands/bigchain.py b/bigchaindb/commands/bigchain.py
index <HASH>..<HASH> 100644
--- a/bigchaindb/commands/bigchain.py
+++ b/bigchaindb/commands/bigchain.py
@@ -14,7 +14,7 @@ import bigchaindb
import bigchaindb.config_utils
from bigchaindb import db
from bigchaindb.exceptions import Databas... | Add exp command to start RethinkDB | bigchaindb_bigchaindb | train |
12d4a9739e3fde5441dc4f7f05f2eba603505e28 | diff --git a/lib/bookingsync/engine/helpers.rb b/lib/bookingsync/engine/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/bookingsync/engine/helpers.rb
+++ b/lib/bookingsync/engine/helpers.rb
@@ -31,6 +31,10 @@ module BookingSync::Engine::Helpers
end
end
+ def application_token
+ @application_token ||= oau... | Expose application token in controller helper
This token is obtained using the client credentials flow | BookingSync_bookingsync-engine | train |
4ec5582511c89064d3b9bf5b1ca0a47451243f53 | diff --git a/mythril/analysis/modules/integer.py b/mythril/analysis/modules/integer.py
index <HASH>..<HASH> 100644
--- a/mythril/analysis/modules/integer.py
+++ b/mythril/analysis/modules/integer.py
@@ -2,13 +2,12 @@
underflows."""
from math import log2, ceil
-from typing import cast, List, Dict, Set
+from typing i... | Handle the case for bool (#<I>) | ConsenSys_mythril-classic | train |
682d63c52b356e2b7343b9c1b4ba6215054aaff9 | diff --git a/aospy/calc.py b/aospy/calc.py
index <HASH>..<HASH> 100644
--- a/aospy/calc.py
+++ b/aospy/calc.py
@@ -542,24 +542,19 @@ class Calc(object):
raise ValueError("Specified time-reduction method '{}' is not "
"supported".format(reduction))
- def region_calcs(self,... | Add support for eddy computations for regionally-averaged computations | spencerahill_aospy | train |
7fc6de08264a19bbdf488e8cdaf6e276345a3c6b | diff --git a/lib/core/webdriver/chrome.js b/lib/core/webdriver/chrome.js
index <HASH>..<HASH> 100644
--- a/lib/core/webdriver/chrome.js
+++ b/lib/core/webdriver/chrome.js
@@ -25,7 +25,6 @@ const defaultChromeOptions = [
'--no-first-run',
'--new-window',
'--disable-translate',
- '--disable-infobars',
'--dis... | try out disabling enable-automation #<I> (#<I>) | sitespeedio_browsertime | train |
9f05851f097be044094c8799532453a0171a5d26 | diff --git a/src/Http/Request.php b/src/Http/Request.php
index <HASH>..<HASH> 100644
--- a/src/Http/Request.php
+++ b/src/Http/Request.php
@@ -286,6 +286,30 @@ class Request
}
/**
+ * Builds a query string, including the question mark.
+ *
+ * @param array $data
+ *
+ * @return string
+ ... | Add method to build a query string. | nirix_radium | train |
175d380189a302cef69169a3d611fe63aea3b63e | diff --git a/molgenis-data-mapper/src/main/resources/js/attribute-mapping.js b/molgenis-data-mapper/src/main/resources/js/attribute-mapping.js
index <HASH>..<HASH> 100644
--- a/molgenis-data-mapper/src/main/resources/js/attribute-mapping.js
+++ b/molgenis-data-mapper/src/main/resources/js/attribute-mapping.js
@@ -67,6 ... | Fix changing background when attribute is removed from mapping service editor | molgenis_molgenis | train |
8ec1a101d597e4a5f31be338205d5589b8e12ecd | diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js b/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
index <HASH>..<HASH> 100644
--- a/engines/basti... | Fixes #<I>: set search key for AK CH table.
We need to set the search key for the activation key content host
table in order for the search to work properly in the parent table.
Also fixed a couple of references to the parent table that should have
been references to the details table.
<URL> | Katello_katello | train |
9b9ae174da282c1e7ea41af240acc73abc5abc3e | diff --git a/backtrader/strategy.py b/backtrader/strategy.py
index <HASH>..<HASH> 100644
--- a/backtrader/strategy.py
+++ b/backtrader/strategy.py
@@ -661,7 +661,7 @@ class Strategy(with_metaclass(MetaStrategy, StrategyBase)):
data = self.getdatabyname(data)
data = data or self.datas[0]
- ... | Make sure sizer is only used if size is not None (default) | backtrader_backtrader | train |
fd40d0c8b670530867efe5194b29bdfaafde4c53 | diff --git a/src/Illuminate/Mail/Markdown.php b/src/Illuminate/Mail/Markdown.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Mail/Markdown.php
+++ b/src/Illuminate/Mail/Markdown.php
@@ -77,9 +77,13 @@ class Markdown
{
$this->view->flushFinderCache();
- return new HtmlString(preg_replace("/[\... | decode html entities in plain text email (#<I>) | laravel_framework | train |
82efd457e3fe0a352ef6487a4fdd3cdaae799a9c | diff --git a/publish/publish.go b/publish/publish.go
index <HASH>..<HASH> 100644
--- a/publish/publish.go
+++ b/publish/publish.go
@@ -45,7 +45,7 @@ func RegisterL10nForPublish(Publish *publish.Publish, Admin *admin.Admin) {
publishableLocales := getPublishableLocales(context.Request, context.CurrentUser)
retur... | Fix publish diff action for l<I>n | qor_l10n | train |
830a6325c82fcb8f4c55c81ea7234a7f23365c5a | diff --git a/phpstan.neon b/phpstan.neon
index <HASH>..<HASH> 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -2,6 +2,7 @@ includes:
- src/extension.neon
parameters:
+ inferPrivatePropertyTypeFromConstructor: true
level: max
paths:
- src
diff --git a/src/Extension/ProphetProphesizeDynamicReturnTypeExtension... | Enhancement: Infer private property type from constructor | Jan0707_phpstan-prophecy | train |
2676c0f24f97dcd323c28cf64d8f2a19b4920402 | diff --git a/src/colab_gitlab/signals.py b/src/colab_gitlab/signals.py
index <HASH>..<HASH> 100644
--- a/src/colab_gitlab/signals.py
+++ b/src/colab_gitlab/signals.py
@@ -184,7 +184,7 @@ def update_basic_info_gitlab_user(sender, **kwargs):
LOGGER.error(error_msg)
return
- if response.status_code ... | Fixed status_code when updated_basic_info | colab_colab-gitlab-plugin | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.