hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
3f2df554faacd440afe64f36529b96c4ebbc5a34 | diff --git a/lib/csv.js b/lib/csv.js
index <HASH>..<HASH> 100644
--- a/lib/csv.js
+++ b/lib/csv.js
@@ -20,6 +20,13 @@ Important, this documentation cover the current version of the node
csv parser. The documentation for the current version 0.1.0 is
available [here](https://github.com/wdavidw/node-csv-parser/tree/v0.... | chore(csv): Add install instruction | adaltas_node-csv | train | js |
fd1832c7f2e2ee8b0fc8f2c87e6a3b299e901d41 | diff --git a/opal/action_pack/action_view.rb b/opal/action_pack/action_view.rb
index <HASH>..<HASH> 100644
--- a/opal/action_pack/action_view.rb
+++ b/opal/action_pack/action_view.rb
@@ -145,7 +145,10 @@ module ActionView
end
def link_to(text, path, options={})
+ puts "path = #{path}, options=#{options... | Put params an link_to back in | boberetezeke_opal-actionpack | train | rb |
d00575bb90fd087aa43a16f331ee0d8ec741d5e9 | diff --git a/lib/editors/parser_helper.js b/lib/editors/parser_helper.js
index <HASH>..<HASH> 100644
--- a/lib/editors/parser_helper.js
+++ b/lib/editors/parser_helper.js
@@ -12,7 +12,7 @@ var cardinalities = require('../cardinalities'),
exports.isAnId = function(name, className) {
var regex = new RegExp('^' + clas... | Bug fix
If a field's name is "somethingId", then it is now considered as an Id. | jhipster_jhipster-uml | train | js |
2c752de71f427b5dca1be08ca21ddbff73f6af2a | diff --git a/src/test/java/jcifs/tests/InfoOnLock.java b/src/test/java/jcifs/tests/InfoOnLock.java
index <HASH>..<HASH> 100644
--- a/src/test/java/jcifs/tests/InfoOnLock.java
+++ b/src/test/java/jcifs/tests/InfoOnLock.java
@@ -59,7 +59,6 @@ public class InfoOnLock extends BaseCIFSTest {
@Test
public void test... | removed some redundent logs to console | AgNO3_jcifs-ng | train | java |
9cedb1cc997c2fcdb0af47de47eaa4c1bce301ab | diff --git a/gns3server/modules/qemu/qemu_vm.py b/gns3server/modules/qemu/qemu_vm.py
index <HASH>..<HASH> 100644
--- a/gns3server/modules/qemu/qemu_vm.py
+++ b/gns3server/modules/qemu/qemu_vm.py
@@ -27,6 +27,7 @@ import subprocess
import shlex
import ntpath
import telnetlib
+import time
from gns3server.config imp... | Add sleep after write to QEMU monitor (to work with new QEMU versions) | GNS3_gns3-server | train | py |
dd9d085a861e9e131945d43a6f2d123d776aa535 | diff --git a/Tests/StompConnectionFactoryConfigTest.php b/Tests/StompConnectionFactoryConfigTest.php
index <HASH>..<HASH> 100644
--- a/Tests/StompConnectionFactoryConfigTest.php
+++ b/Tests/StompConnectionFactoryConfigTest.php
@@ -136,6 +136,22 @@ class StompConnectionFactoryConfigTest extends TestCase
];
... | [stomp] Add test that ensure path is urldecoded. | php-enqueue_stomp | train | php |
842c307796491e6dc7f1209e1ab1936e1cfe83c9 | diff --git a/ibis/backends/pyspark/compiler.py b/ibis/backends/pyspark/compiler.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/pyspark/compiler.py
+++ b/ibis/backends/pyspark/compiler.py
@@ -395,6 +395,15 @@ def compile_aggregation(t, expr, scope, timecontext, **kwargs):
src_table = t.translate(op.table, sco... | fix(pyspark): handle predicates in Aggregation | ibis-project_ibis | train | py |
a17d87b5f1c6125c1538d9d862a5233aebdfb6a7 | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,12 @@ Gitpress Changelog
==================
+Version 1.0.0 (2015-11-27)
+--------------------------
+
+- Add Python 3 support
+
+
Version 0.1.0 (2013-01-08)
--------------------------
diff --git a/getc... | Set version to <I>. | joeyespo_py-getch | train | md,py,py |
fa67ade77d565845f5c614d04f22b79f08e02275 | diff --git a/connection.go b/connection.go
index <HASH>..<HASH> 100644
--- a/connection.go
+++ b/connection.go
@@ -34,8 +34,18 @@ func HTTPPost(path string, data *[]byte, headers [][]string) ([]byte, error) {
return body, nil
}
-func HTTPGet(url string) ([]byte, error) {
- resp, err := http.Get(url)
+func HTTPGet(... | Provide possibility to make get-request with headers | vanng822_go-solr | train | go |
3b4f1b794d93e54e0b6abd83add75c10cab36e91 | diff --git a/sorl/thumbnail/kvstores/dbm_kvstore.py b/sorl/thumbnail/kvstores/dbm_kvstore.py
index <HASH>..<HASH> 100644
--- a/sorl/thumbnail/kvstores/dbm_kvstore.py
+++ b/sorl/thumbnail/kvstores/dbm_kvstore.py
@@ -66,7 +66,10 @@ class KVStore(KVStoreBase):
def _get_raw(self, key):
with DBMContext(self.... | Use only the DBM mapping interface.
Not all DBM backends support the same operations. The only guaranteed API that
works consistently across all "anydbm" supported modules is the mapping
interface. In particular, the ".get()" method is not implemented by bsddbm,
dumbdbm nor dbm backends. | jazzband_sorl-thumbnail | train | py |
564e0795e8cc247fc5657e2548bc70625eca5b63 | diff --git a/emma2/msm/analysis/__init__.py b/emma2/msm/analysis/__init__.py
index <HASH>..<HASH> 100644
--- a/emma2/msm/analysis/__init__.py
+++ b/emma2/msm/analysis/__init__.py
@@ -18,7 +18,7 @@ Validation
is_transition_matrix - Positive entries and rows sum to one
is_rate_matrix - Nonpositive off-diagonal ... | [msm/analysis] Changed is_ergodic to is_connected | markovmodel_PyEMMA | train | py |
e502b0d3470fde6541337d926bfa5ba221e1d42e | diff --git a/src/test/java/com/brettonw/bag/SerializerTest.java b/src/test/java/com/brettonw/bag/SerializerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/brettonw/bag/SerializerTest.java
+++ b/src/test/java/com/brettonw/bag/SerializerTest.java
@@ -11,6 +11,7 @@ import java.time.LocalTime;
import java.ti... | Added a test of subtypes | brettonw_Bag | train | java |
b5745b9a54d82013a718bfba6fa39ee2a245c43f | diff --git a/atomic_reactor/tasks/binary_container_build.py b/atomic_reactor/tasks/binary_container_build.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/tasks/binary_container_build.py
+++ b/atomic_reactor/tasks/binary_container_build.py
@@ -5,6 +5,7 @@ All rights reserved.
This software may be modified and distr... | Switch from try/finally to contextlib.ExitStack
CLOUDBLD-<I>
There will be more cleanup to do after the remote host integration is
added. This is more convenient. And it's way cooler :) | projectatomic_atomic-reactor | train | py |
c961e6babc5744a8d369b1bac128ef42dd273da6 | diff --git a/src/vs/workbench/parts/html/browser/webview-pre.js b/src/vs/workbench/parts/html/browser/webview-pre.js
index <HASH>..<HASH> 100644
--- a/src/vs/workbench/parts/html/browser/webview-pre.js
+++ b/src/vs/workbench/parts/html/browser/webview-pre.js
@@ -128,6 +128,12 @@
const text = data.contents.join('\n'... | Add tooltip on links in markdown preview #<I> (#<I>)
* Add tooltip on links in markdown preview #<I>
* only set title when it not exist #<I> | Microsoft_vscode | train | js |
0e8ded18aa23604f0afb2dd37a9ebf50c2967ea1 | diff --git a/plugins/commands/serve/mappers/internal/graph.rb b/plugins/commands/serve/mappers/internal/graph.rb
index <HASH>..<HASH> 100644
--- a/plugins/commands/serve/mappers/internal/graph.rb
+++ b/plugins/commands/serve/mappers/internal/graph.rb
@@ -203,7 +203,7 @@ module VagrantPlugins
w = edges.... | Add significant weight to non-direct type matches | hashicorp_vagrant | train | rb |
1eb087eadec6043d780542f96f5ed07d404bdc3c | diff --git a/forms/CreditCardField.php b/forms/CreditCardField.php
index <HASH>..<HASH> 100755
--- a/forms/CreditCardField.php
+++ b/forms/CreditCardField.php
@@ -73,6 +73,9 @@ JS;
}
function validate($validator){
+ // If the field is empty then don't return an invalidation message
+ if(!trim(implode("", $this... | If the credit card field is completely blank, then it's not invalid. Required-fields should be used to check for values
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train | php |
766949757d2954b9345e033ee130b22900560a0b | diff --git a/pandas/_testing/_warnings.py b/pandas/_testing/_warnings.py
index <HASH>..<HASH> 100644
--- a/pandas/_testing/_warnings.py
+++ b/pandas/_testing/_warnings.py
@@ -147,9 +147,14 @@ def _assert_caught_no_extra_warnings(
for actual_warning in caught_warnings:
if _is_unexpected_warning(actual_wa... | CI: Filter any SSLSocket ResouceWarnings from dependencies (#<I>) | pandas-dev_pandas | train | py |
64e2645db2e11637a2b1f1d8c84a073d42315398 | diff --git a/src/TransportInterface.php b/src/TransportInterface.php
index <HASH>..<HASH> 100644
--- a/src/TransportInterface.php
+++ b/src/TransportInterface.php
@@ -89,11 +89,11 @@ interface TransportInterface
/**
* API call for "getMsgCharge".
*
- * @param string $apiMsgId ApiMsgId to query
+ ... | Update Interface to allow for cliMsgId | arcturial_clickatell | train | php |
405e1641c08fd4b4a5356d6a17e9d47a5bb1ae29 | diff --git a/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java b/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java
+++ b/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java
@@ -3052,7 +3052,7 @@... | Improved: searchfield mappings with locale "none" now also work for
contents that are not present in the systems default locale
Condition: locale property at the content contains at least one locale the content exists in. | alkacon_opencms-core | train | java |
4dce977034c5d169ff4af14d61eba50d992ac81d | diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo_dump.go b/staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo_dump.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo_dump.go
+++ b/staging/src/k8s.io/kubectl/pkg/cmd/clusterinfo/clusterinfo_dump.... | fix description of command kubectl cluster-info dump | kubernetes_kubernetes | train | go |
c048e79b8317c72f27fcc3d57644562b525f023d | diff --git a/il2fb/commons/actors.py b/il2fb/commons/actors.py
index <HASH>..<HASH> 100644
--- a/il2fb/commons/actors.py
+++ b/il2fb/commons/actors.py
@@ -50,7 +50,9 @@ class UnitActor(Actor):
@export
@dataclass(frozen=True)
class AIAircraftActor(UnitActor):
- ...
+ __slots__ = UnitActor.__slots__ + ["flight_index... | Add 'flight_index' to 'AIAircraftActor' | IL2HorusTeam_il2fb-commons | train | py |
224272e6520f5dcb49e731ba57ef3a54bf5b57ae | diff --git a/test/tdigest_test.rb b/test/tdigest_test.rb
index <HASH>..<HASH> 100644
--- a/test/tdigest_test.rb
+++ b/test/tdigest_test.rb
@@ -35,7 +35,7 @@ class TDigestTest < Minitest::Test
describe 'small byte serialization' do
it 'loads serialized data' do
tdigest.push(60, 1000)
- 10.times { tdi... | Make sure there is enough precision in test for small encoding | castle_tdigest | train | rb |
74a8023b6acc71432defdca3193d3e727f6b192f | diff --git a/pyensembl/species.py b/pyensembl/species.py
index <HASH>..<HASH> 100644
--- a/pyensembl/species.py
+++ b/pyensembl/species.py
@@ -204,5 +204,20 @@ brown_rat = Species.register(
synonyms=["brown rat", "lab rat", "rat"],
reference_assemblies={
"Rnor_5.0": (75, 79),
- "Rnor_6.0": (80... | fix assembly name in new release for brown_rat (#<I>)
* fix assembly name in new release for brown_rat
* add new species | openvax_pyensembl | train | py |
53242acf7644fd3f24bc445a5f722cbb7b80509a | diff --git a/deps.js b/deps.js
index <HASH>..<HASH> 100755
--- a/deps.js
+++ b/deps.js
@@ -18,7 +18,7 @@
// project depend on it.
const debug = require('debug')('deps');
-const builtins = require('builtins');
+const builtins = require('builtins')();
const detective = require('detective');
const fs = require('fs')... | fix(tooling): update to new builtins() behavior | webex_spark-js-sdk | train | js,js |
1d7db91d34276a93dc6453f9110440ab3427fa08 | diff --git a/src/Transport.php b/src/Transport.php
index <HASH>..<HASH> 100644
--- a/src/Transport.php
+++ b/src/Transport.php
@@ -42,14 +42,15 @@ final class Transport implements Swift_Transport
/**
* @param string $apiKey
+ * @param string $recipientOverride
*
* @return Transport
*/... | Add recipient override argument to the transport | f500_swiftmailer-sparkpost | train | php |
38ae8bbb675c33ab95009acace9fd1c7eb6c46c0 | diff --git a/zipline/transforms/utils.py b/zipline/transforms/utils.py
index <HASH>..<HASH> 100644
--- a/zipline/transforms/utils.py
+++ b/zipline/transforms/utils.py
@@ -367,7 +367,10 @@ class BatchTransform(object):
self.field_names = set()
self.refresh_period = refresh_period
+
+ check_win... | BUG: Ensure that window length value is sanity checked.
When moving BatchTransform off of EventWindow as a base object,
the checking of window length was lost, restore that check using
the same function as EventWindow. | quantopian_zipline | train | py |
845e95e50f4aa05004e1f12cac9d93a55d4c2d40 | diff --git a/packages/aws-amplify-react-native/src/Auth/withOAuth.js b/packages/aws-amplify-react-native/src/Auth/withOAuth.js
index <HASH>..<HASH> 100644
--- a/packages/aws-amplify-react-native/src/Auth/withOAuth.js
+++ b/packages/aws-amplify-react-native/src/Auth/withOAuth.js
@@ -53,10 +53,8 @@ export default (Comp) ... | update isMounted checker to onHubCapsule function | aws-amplify_amplify-js | train | js |
93de056b26c9c2f38825c47078adf8f6080e692a | diff --git a/src/test/java/net/openhft/chronicle/map/StatelessClientTest.java b/src/test/java/net/openhft/chronicle/map/StatelessClientTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/openhft/chronicle/map/StatelessClientTest.java
+++ b/src/test/java/net/openhft/chronicle/map/StatelessClientTest.java
@@ -2... | improved map full test for the stateless client | OpenHFT_Chronicle-Map | train | java |
88795c228943a0209f43d3af5ccb9e1e0871c1b8 | diff --git a/snippets/timer.js b/snippets/timer.js
index <HASH>..<HASH> 100644
--- a/snippets/timer.js
+++ b/snippets/timer.js
@@ -1,11 +1,11 @@
new tabris.Button({
- layoutData: {centerX: 0, centerY: 0},
+ centerX: 0, centerY: 0,
text: 'Press me!'
}).on('select', function(widget) {
- widget.set('text', 'Please... | Modernize timer snippet
Don't use practices, which are not encouraged in Tabris 2.x anymore,
e.g. using property setters/getters instead of fields and utilizing the
layoutData property.
Change-Id: Ia<I>fb8a<I>a<I>f<I>f<I>f2d6de<I>fd4db | eclipsesource_tabris-js | train | js |
5b67c0e2d264ee2c5f6edb1c62020d98ff1d0199 | diff --git a/classes/PodsInit.php b/classes/PodsInit.php
index <HASH>..<HASH> 100644
--- a/classes/PodsInit.php
+++ b/classes/PodsInit.php
@@ -69,7 +69,7 @@ class PodsInit {
*/
function init () {
// Session start
- if ( ( ( defined( 'WP_DEBUG' ) && WP_DEBUG ) || false === headers_sent() ) && ... | Fixes #<I>, define( 'PODS_SESSION_AUTO_START', false ) to get around this, put it into your Magento index.php file | pods-framework_pods | train | php |
fed438f895915ac4156d83d2b9a94b1c397bf822 | diff --git a/nanoplot/filteroptions.py b/nanoplot/filteroptions.py
index <HASH>..<HASH> 100644
--- a/nanoplot/filteroptions.py
+++ b/nanoplot/filteroptions.py
@@ -91,13 +91,15 @@ def filter_and_transform_data(df, settings):
str(settings["runtime_until"])))
settings["filtered"] = True
- num_re... | first have to make sure quals is in the df | wdecoster_NanoPlot | train | py |
4bebe98311d641ace4ece65d16702db3b06c1b72 | diff --git a/spec/notifier_spec.rb b/spec/notifier_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/notifier_spec.rb
+++ b/spec/notifier_spec.rb
@@ -23,6 +23,23 @@ describe "running the notifier" do
n.log.messages.last.should =~ /no notifiers/
end
+ it "should log when adding a new notifier" do
+ mock_notif... | added spec for logging and calling notify on each notifier | flapjack_flapjack | train | rb |
c8133c1250fe31a20c0c66918a20fb37419297ff | diff --git a/src/plugins/XHRUpload.js b/src/plugins/XHRUpload.js
index <HASH>..<HASH> 100644
--- a/src/plugins/XHRUpload.js
+++ b/src/plugins/XHRUpload.js
@@ -62,6 +62,14 @@ module.exports = class XHRUpload extends Plugin {
this.core.state.xhrUpload || {},
file.xhrUpload || {}
)
+ opts.headers = {... | xhrupload: Merge headers from different options locations | transloadit_uppy | train | js |
e697fd4e714c4c0c16b27984bf5d4fd535b2bf37 | diff --git a/app/controllers/staypuft/deployment_steps_controller.rb b/app/controllers/staypuft/deployment_steps_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/staypuft/deployment_steps_controller.rb
+++ b/app/controllers/staypuft/deployment_steps_controller.rb
@@ -36,7 +36,7 @@ module Staypuft
... | Do not use deployment name in hostgroup name
to remove the duplication from
"deploy-default/OS/OS: Controller (Neutron)"
reducing it to
"deploy-default/OS/Controller (Neutron)" | theforeman_staypuft | train | rb |
20347bd008feaa5fa2edb763e0239c2647e39af0 | diff --git a/tests/fake_webapp.py b/tests/fake_webapp.py
index <HASH>..<HASH> 100644
--- a/tests/fake_webapp.py
+++ b/tests/fake_webapp.py
@@ -12,6 +12,13 @@ EXAMPLE_HTML = """\
<script type="text/javascript" src="/static/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(func... | added actions in fake web app for double click | cobrateam_splinter | train | py |
ca8851aa66ba14fd820150fb134616487ede0ab1 | diff --git a/spyder/widgets/status.py b/spyder/widgets/status.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/status.py
+++ b/spyder/widgets/status.py
@@ -44,6 +44,14 @@ class StatusBarWidget(QWidget):
self.label_icon = QLabel()
self.label_value = QLabel()
+ # Layout setup
+ layout... | Setup layout before call to widget setVisible | spyder-ide_spyder | train | py |
49a131724d818976d6933ac66c88c297b11e3f3f | diff --git a/test/nightwatch.conf.js b/test/nightwatch.conf.js
index <HASH>..<HASH> 100644
--- a/test/nightwatch.conf.js
+++ b/test/nightwatch.conf.js
@@ -84,7 +84,8 @@ module.exports = (() => {
username: process.env.SAUCE_USERNAME,
access_key: process.env.SAUCE_ACCESS_KEY,
build: 'build-' + proces... | filter to run only e2e tests with saucelabs | summernote_summernote | train | js |
76137fd51e741c9c13c5325149ac8f3ade02d74f | diff --git a/Helper/Validator/ValidatorHelperInterface.php b/Helper/Validator/ValidatorHelperInterface.php
index <HASH>..<HASH> 100755
--- a/Helper/Validator/ValidatorHelperInterface.php
+++ b/Helper/Validator/ValidatorHelperInterface.php
@@ -20,7 +20,10 @@ namespace WellCommerce\Bundle\CoreBundle\Helper\Validator;
in... | Changed client entity
(cherry picked from commit <I>d<I>e<I>b<I>cc<I>c5acdd<I>f5c<I>d<I>bf<I>) | WellCommerce_WishlistBundle | train | php |
218d400aea963d46533ed2328cf990d5b5e03655 | diff --git a/src/Storage/Field/Collection/FieldCollection.php b/src/Storage/Field/Collection/FieldCollection.php
index <HASH>..<HASH> 100644
--- a/src/Storage/Field/Collection/FieldCollection.php
+++ b/src/Storage/Field/Collection/FieldCollection.php
@@ -92,6 +92,11 @@ class FieldCollection extends AbstractLazyCollecti... | fix hydration of lazy loaded references | bolt_bolt | train | php |
157a51392e87f9390c9cbca85e429459385f4132 | diff --git a/vendor/plugins/refinery/lib/refinery/application_controller.rb b/vendor/plugins/refinery/lib/refinery/application_controller.rb
index <HASH>..<HASH> 100644
--- a/vendor/plugins/refinery/lib/refinery/application_controller.rb
+++ b/vendor/plugins/refinery/lib/refinery/application_controller.rb
@@ -8,7 +8,7 ... | Default error messages when in development enviroment. This prevents
referiny from swallowing up usefull exceptions and redirecting them to a
<I> page. | refinery_refinerycms | train | rb |
2ab19e2a9747e4ea92b51580901a800e2490887f | diff --git a/lib/messagelib.php b/lib/messagelib.php
index <HASH>..<HASH> 100644
--- a/lib/messagelib.php
+++ b/lib/messagelib.php
@@ -288,8 +288,11 @@ function message_set_default_message_preferences($user) {
$offlineprocessortouse = $onlineprocessortouse = null;
//look for the pre-2.0 preference if it exi... | message MDL-<I> message defaults. having another go. | moodle_moodle | train | php |
e2e34fd4cf2db9f132937635c53513aeee434961 | diff --git a/src/Screen/Fields/Relation.php b/src/Screen/Fields/Relation.php
index <HASH>..<HASH> 100644
--- a/src/Screen/Fields/Relation.php
+++ b/src/Screen/Fields/Relation.php
@@ -149,6 +149,10 @@ class Relation extends Field
$scope = $this->get('scope', 'handler');
$class = app()->... | Fix issue with the relation when value is not iterable for the fromClass method (#<I>) | orchidsoftware_platform | train | php |
8ed69d99be47270777550b2276a7bececacbd50e | diff --git a/mongo/datadog_checks/mongo/config.py b/mongo/datadog_checks/mongo/config.py
index <HASH>..<HASH> 100644
--- a/mongo/datadog_checks/mongo/config.py
+++ b/mongo/datadog_checks/mongo/config.py
@@ -1,3 +1,5 @@
+import certifi
+
from datadog_checks.base import ConfigurationError, is_affirmative
from datadog_c... | Load CA certs if SSL is enabled and CA certs are not passed in (#<I>)
* added logic to load CA bundle only if ssl is required
* clean up logic to load certifi CA certs incase SSL is needed and no CA certs are passed in
* Fixed typo
* slight change in logic for clean up
* clean up logic | DataDog_integrations-core | train | py |
5a0858709f160839b399b5fb1e69b24768ac58ad | diff --git a/lib/id.js b/lib/id.js
index <HASH>..<HASH> 100644
--- a/lib/id.js
+++ b/lib/id.js
@@ -12,7 +12,15 @@ module.exports = (function() {
* objects that get passed around JS-land.
*/
function ID(pointer, classPointer) {
- if(!classPointer) Class.call(this, core.object_getClass(pointer));
+ var o... | Added type checking for issue <I>, added unit test for it | TooTallNate_NodObjC | train | js |
c7aa53b30bd4c5936f155f4fb0c97a2e283f9386 | diff --git a/spec/handlers/ruby/base_spec.rb b/spec/handlers/ruby/base_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/handlers/ruby/base_spec.rb
+++ b/spec/handlers/ruby/base_spec.rb
@@ -1,7 +1,7 @@
require File.dirname(__FILE__) + '/../spec_helper'
describe YARD::Handlers::Ruby::Base, '#valid_handler?' do
- inclu... | <I> compatibility fix: name resolution behaves differently | lsegal_yard | train | rb |
29707606108bac7eabed3b00f657bfa42a9d9168 | diff --git a/config/site.php b/config/site.php
index <HASH>..<HASH> 100644
--- a/config/site.php
+++ b/config/site.php
@@ -4,7 +4,7 @@ return [
'name' => 'Coaster CMS',
'email' => 'info@example.com',
- 'version' => 'v5.4.2',
+ 'version' => 'v5.4.3',
'pages' => '0',
'groups' => '0',
'sec... | update search data on new theme install with page data | Web-Feet_coasterframework | train | php,php |
076198e2e76130c11140866c3ee78549ca66d477 | diff --git a/src/java/org/apache/cassandra/concurrent/StageManager.java b/src/java/org/apache/cassandra/concurrent/StageManager.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/concurrent/StageManager.java
+++ b/src/java/org/apache/cassandra/concurrent/StageManager.java
@@ -50,7 +50,7 @@ public clas... | read repair stage requires a minimum of 2 threads
patch by tjake for CASSANDRA-<I>
git-svn-id: <URL> | Stratio_stratio-cassandra | train | java |
e25b5c60b4a1d76030621397502e912025b1bc3d | diff --git a/devices/rgb_genie.js b/devices/rgb_genie.js
index <HASH>..<HASH> 100644
--- a/devices/rgb_genie.js
+++ b/devices/rgb_genie.js
@@ -71,7 +71,8 @@ module.exports = [
fromZigbee: [fz.battery, fz.command_on, fz.command_off, fz.command_step, fz.command_move, fz.command_stop, fz.command_recall,
... | Expose color, hue, and color temperature actions for RGBgenie ZB-<I> (#<I>)
* Expose color, hue, and color temperature actions for RGBgenie ZB-<I>
Looks like the proper commands are defined in the `fromZigbee`, but those actions are not exposed in MQTT.
* Update rgb_genie.js | Koenkk_zigbee-shepherd-converters | train | js |
0e663c9454c9c3a429c38ebe1e96fa2e4400704d | diff --git a/js/modules/k6/metrics/metrics.go b/js/modules/k6/metrics/metrics.go
index <HASH>..<HASH> 100644
--- a/js/modules/k6/metrics/metrics.go
+++ b/js/modules/k6/metrics/metrics.go
@@ -23,6 +23,7 @@ package metrics
import (
"context"
"errors"
+ "fmt"
"regexp"
"time"
@@ -31,10 +32,6 @@ import (
"githu... | Report the name of the metric that is invalid | loadimpact_k6 | train | go |
9bd1855ce5d9ce8428aac9865e57f54ed8e841a4 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/TranslationMap.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/TranslationMap.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/TranslationMap.java
+++ b/presto-main/src/main/java/com/f... | Directly use hierarchyFieldIndex when rebinding field to symbol | prestodb_presto | train | java |
24114e91c19b7c6aa3fade262660bc781dea36c2 | diff --git a/tests/unit/states/test_file.py b/tests/unit/states/test_file.py
index <HASH>..<HASH> 100644
--- a/tests/unit/states/test_file.py
+++ b/tests/unit/states/test_file.py
@@ -814,7 +814,7 @@ class TestFileState(TestCase, LoaderModuleMockMixin):
'comment': comt,
... | test was different slightly on <I> | saltstack_salt | train | py |
b32fe3540240b9295540d61cead2b49a96b49c2a | diff --git a/example_passwordcredentials_test.go b/example_passwordcredentials_test.go
index <HASH>..<HASH> 100644
--- a/example_passwordcredentials_test.go
+++ b/example_passwordcredentials_test.go
@@ -31,7 +31,7 @@ func ExamplePasswordCredentials() {
if err != nil {
fmt.Println(err)
}
- oc := oauth2.NewClient(... | Use Client function from library in password example | brightbox_gobrightbox | train | go |
4353b120f61d37e535a60ad3bbf22a0b8b53c0e5 | diff --git a/src/scripts/utils/keyboard.js b/src/scripts/utils/keyboard.js
index <HASH>..<HASH> 100644
--- a/src/scripts/utils/keyboard.js
+++ b/src/scripts/utils/keyboard.js
@@ -194,6 +194,8 @@ export default class Keyboard {
this.selectedIndex = nextIndex(this.selectedIndex, lastIndex);
event.pr... | Only update on registered keys
HFP-<I> | h5p_h5p-sdk | train | js |
cafbcb8524d994069baa70b9672e79a05c2ffd53 | diff --git a/Classes/Testing/TestingFramework.php b/Classes/Testing/TestingFramework.php
index <HASH>..<HASH> 100644
--- a/Classes/Testing/TestingFramework.php
+++ b/Classes/Testing/TestingFramework.php
@@ -1234,10 +1234,10 @@ class TestingFramework
GeneralUtility::makeInstance(TypoScriptFrontendController... | [CLEANUP] Stop accessing deprecated TypoScriptFrontendController properties (#<I>)
Part of #<I> | oliverklee_ext-oelib | train | php |
3c17679467f421c1a9fc94d74edf85f871c05538 | diff --git a/src/conversion/view-v1-to-v2.js b/src/conversion/view-v1-to-v2.js
index <HASH>..<HASH> 100644
--- a/src/conversion/view-v1-to-v2.js
+++ b/src/conversion/view-v1-to-v2.js
@@ -203,6 +203,10 @@ export function generateCellDefinitions (containers) {
export default function viewV1ToV2 (v1View) {
const {type... | Stop showing label from only rootContainer | ciena-blueplanet_bunsen-core | train | js |
d5a9c654ca38d4e093e951fcb853bf36862ae512 | diff --git a/karaage/software/forms.py b/karaage/software/forms.py
index <HASH>..<HASH> 100644
--- a/karaage/software/forms.py
+++ b/karaage/software/forms.py
@@ -62,9 +62,11 @@ class AddPackageForm(SoftwareForm):
data = self.cleaned_data
- if data['license_version'] or data['license_date'] or data... | PEP8 issue solved.
Change-Id: Ifbdfa<I>de3a5d<I>fd6c8b6bd<I>a2b<I>b<I>ea | Karaage-Cluster_karaage | train | py |
42bbb63e9759fed18268e6e38ee0feac408c71bb | diff --git a/src/TocTwigExtension.php b/src/TocTwigExtension.php
index <HASH>..<HASH> 100644
--- a/src/TocTwigExtension.php
+++ b/src/TocTwigExtension.php
@@ -94,6 +94,10 @@ class TocTwigExtension extends Twig_Extension
return $this->generator->getMenu($markup, $top, $depth);
});
+ $funct... | Added 'add_anchors' Twig function. | caseyamcl_toc | train | php |
14209f305568214b9ac81f3be47531ca6b9929d2 | diff --git a/src/main/java/com/sd_editions/collatex/spike2/Colors.java b/src/main/java/com/sd_editions/collatex/spike2/Colors.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sd_editions/collatex/spike2/Colors.java
+++ b/src/main/java/com/sd_editions/collatex/spike2/Colors.java
@@ -46,9 +46,6 @@ public class Co... | [RHD] Removed code from old experiment | interedition_collatex | train | java |
9e4f5be89da4a5071d8b0f2eb64aec28295a06cf | diff --git a/engine/core/src/main/java/org/datacleaner/job/builder/AnalysisJobBuilderImportHelper.java b/engine/core/src/main/java/org/datacleaner/job/builder/AnalysisJobBuilderImportHelper.java
index <HASH>..<HASH> 100644
--- a/engine/core/src/main/java/org/datacleaner/job/builder/AnalysisJobBuilderImportHelper.java
+... | Fix for importing expression based input columns | datacleaner_DataCleaner | train | java |
91cfd816d92d9d7919bfdade8d70b27de968acf6 | diff --git a/src/python/pants/ivy/bootstrapper.py b/src/python/pants/ivy/bootstrapper.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/ivy/bootstrapper.py
+++ b/src/python/pants/ivy/bootstrapper.py
@@ -107,10 +107,10 @@ class Bootstrapper(object):
'tools', 'jvm', 'ivy')
d... | Python 3 fixes - fix ivy issues with unicode vs bytes (#<I>) | pantsbuild_pants | train | py |
b129859207a7e3989d50e761af0d6c9c176f81c3 | diff --git a/admin/webservice/forms.php b/admin/webservice/forms.php
index <HASH>..<HASH> 100644
--- a/admin/webservice/forms.php
+++ b/admin/webservice/forms.php
@@ -66,6 +66,10 @@ class external_service_form extends moodleform {
$mform->addElement('text', 'name', get_string('name'));
$mform->addRule... | MDL-<I> Service add admin page: should be able to enter the unique shortname of a service | moodle_moodle | train | php |
f1feb772d782708b2114a1cb4b529775853e7dd4 | diff --git a/pygal/util.py b/pygal/util.py
index <HASH>..<HASH> 100644
--- a/pygal/util.py
+++ b/pygal/util.py
@@ -38,7 +38,7 @@ def float_format(number):
def humanize(number):
"""Format a number to engineer scale"""
- order = number and int(floor(log(abs(number)) / log(1000)))
+ order = number and int(lo... | Update util.py
Changed line <I> so that the logarithmic change to base <I> formula uses log base <I> instead of natural log. this allows the denominator to be simplified to 3. Also got rid of the use of floor() inside of int() because it is redundant. | Kozea_pygal | train | py |
1ff3c7ea500bc8b8f9e2f6ed5ae262c484023b11 | diff --git a/lib/codemirror.js b/lib/codemirror.js
index <HASH>..<HASH> 100644
--- a/lib/codemirror.js
+++ b/lib/codemirror.js
@@ -60,7 +60,6 @@ window.CodeMirror = (function() {
draggingText: false,
highlight: new Delayed()};
- this.nextOpId = 0;
themeChanged(this);
... | Make sure operation ids aren't reused between editors
Issue #<I> | codemirror_CodeMirror | train | js |
80c846750b85392f8905043c3d0ebad8697fc96e | diff --git a/src/main/java/com/codeborne/selenide/ex/ErrorMessages.java b/src/main/java/com/codeborne/selenide/ex/ErrorMessages.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/codeborne/selenide/ex/ErrorMessages.java
+++ b/src/main/java/com/codeborne/selenide/ex/ErrorMessages.java
@@ -1,6 +1,7 @@
package com.... | Don't show "Screenshots: " in the error log when screenshots are disabled | selenide_selenide | train | java |
e7647e91124c80d250b443723e8020d55670ec1b | diff --git a/src/types/float.test.js b/src/types/float.test.js
index <HASH>..<HASH> 100644
--- a/src/types/float.test.js
+++ b/src/types/float.test.js
@@ -19,4 +19,12 @@ describe('float type', () => {
expect(type.validators[3](282.333)).to.be.true;
expect(type.validators[3](282.333333)).to.be.true;
});
+
+... | test(types): Add testcase with negative precision to NumberType tests. | CheerlessCloud_twconf | train | js |
8d4692171ca355038fca3a0d126fb5a468a3cbe9 | diff --git a/dist/leaflet.easyPrint.js b/dist/leaflet.easyPrint.js
index <HASH>..<HASH> 100644
--- a/dist/leaflet.easyPrint.js
+++ b/dist/leaflet.easyPrint.js
@@ -10,7 +10,7 @@ L.Control.EasyPrint = L.Control.extend({
var container = L.DomUtil.create('div', 'leaflet-control-easyPrint leaflet-bar leaflet-contro... | Update leaflet.easyPrint.js | rowanwins_leaflet-easyPrint | train | js |
9520bf5a97c524036fd6d1d82b8f0e59bb491ba5 | diff --git a/tests.py b/tests.py
index <HASH>..<HASH> 100644
--- a/tests.py
+++ b/tests.py
@@ -26,9 +26,6 @@ class TweepyAPITests(unittest.TestCase):
self.api.retry_count = 2
self.api.retry_delay = 5
- def testpublictimeline(self):
- self.api.public_timeline()
-
def testhometimeline(s... | Remove deprecated statuses/public_timeline. | tweepy_tweepy | train | py,py |
ba452e28ce5042634788782f7f846f89726a2fc7 | diff --git a/goatools/randseed.py b/goatools/randseed.py
index <HASH>..<HASH> 100644
--- a/goatools/randseed.py
+++ b/goatools/randseed.py
@@ -41,5 +41,9 @@ class RandomSeed32:
"""Print given random seed."""
return "0x{S:08x} = {S:,}".format(S=seed)
+ def get_seed_hexstr(self):
+ """Return... | Add new fnc to get hex seed to be used to name log files | tanghaibao_goatools | train | py |
18e503276a7857bc48bae961c02bcd819d3270a0 | diff --git a/core/src/elements/ons-select.js b/core/src/elements/ons-select.js
index <HASH>..<HASH> 100644
--- a/core/src/elements/ons-select.js
+++ b/core/src/elements/ons-select.js
@@ -171,10 +171,6 @@ export default class SelectElement extends BaseElement {
return this.querySelector('select');
}
- static ... | refactor(ons-select): Should not expose native events. | OnsenUI_OnsenUI | train | js |
d96e8018254da2d0e7efde135ebc6c558def9ef2 | diff --git a/server/jetstream_cluster.go b/server/jetstream_cluster.go
index <HASH>..<HASH> 100644
--- a/server/jetstream_cluster.go
+++ b/server/jetstream_cluster.go
@@ -6870,7 +6870,7 @@ func (js *jetStream) clusterInfo(rg *raftGroup) *ClusterInfo {
// If not, then add a name that indicates that the server name
... | Change the report to something like this instead:
```
Replica: Server name unknown at this time (peerID: jZ6RvVRH), outdated, OFFLINE, not seen
```
After discussing with @ripienaar, this text convey better a sense
that this is a transient situation. | nats-io_gnatsd | train | go |
a34793d561771caf61da7d21357ae03ea9e67110 | diff --git a/shinken/modules/graphite_broker.py b/shinken/modules/graphite_broker.py
index <HASH>..<HASH> 100644
--- a/shinken/modules/graphite_broker.py
+++ b/shinken/modules/graphite_broker.py
@@ -88,12 +88,13 @@ class Graphite_broker(BaseModule):
continue
# Try to get the int/float in... | Fix : extract int/float part of all metric in perfdata instead of only the first one | Alignak-monitoring_alignak | train | py |
56894d1f9eb652ba8ca353d3d118daa1ba8fa29b | diff --git a/testutils/channel_t.go b/testutils/channel_t.go
index <HASH>..<HASH> 100644
--- a/testutils/channel_t.go
+++ b/testutils/channel_t.go
@@ -31,16 +31,16 @@ func getOptsForTest(t testing.TB, opts *ChannelOpts) *ChannelOpts {
if opts == nil {
opts = &ChannelOpts{}
}
- if !opts.LogVerification.Disabled {... | testLogger should be used even if log verification is disabled | uber_tchannel-go | train | go |
bb46555a6880259876dd6781824a69276e671934 | diff --git a/src/Foundation/Validation/Account.php b/src/Foundation/Validation/Account.php
index <HASH>..<HASH> 100644
--- a/src/Foundation/Validation/Account.php
+++ b/src/Foundation/Validation/Account.php
@@ -31,6 +31,7 @@ class Account extends Validator
protected function onRegister()
{
$this->rul... | Resubmitting PR #<I> in <I> branch | orchestral_foundation | train | php |
697cbdefe4045384bcc26f3f203e8de7e168d8c5 | diff --git a/static/slidey/js/slidey.interactive.js b/static/slidey/js/slidey.interactive.js
index <HASH>..<HASH> 100644
--- a/static/slidey/js/slidey.interactive.js
+++ b/static/slidey/js/slidey.interactive.js
@@ -146,7 +146,7 @@ SlideyInteractiveExtension.prototype = {
var extension = this;
$.getJ... | Interactive not starting doing anything if not started | Gregwar_Slidey | train | js |
41185e9187140fd8105081be2a82d9b54ba0592d | diff --git a/tests/components/test_bash.py b/tests/components/test_bash.py
index <HASH>..<HASH> 100644
--- a/tests/components/test_bash.py
+++ b/tests/components/test_bash.py
@@ -131,3 +131,17 @@ class TestBash(unittest.TestCase):
assert_that(bash.render_bash_options(), equal_to('set -x\n'))
bash = Ba... | #<I>: coverage slightly improved | Nachtfeuer_pipeline | train | py |
e1b0f2a16fc03fe5127e74626a249d8f395d8d58 | diff --git a/tests/basics/list_slice_3arg.py b/tests/basics/list_slice_3arg.py
index <HASH>..<HASH> 100644
--- a/tests/basics/list_slice_3arg.py
+++ b/tests/basics/list_slice_3arg.py
@@ -26,3 +26,14 @@ print(x[-1:-1:-1])
print(x[-1:-2:-1])
print(x[-1:-11:-1])
print(x[-10:-11:-1])
+print(x[:-15:-1])
+
+# test negativ... | tests/basics/list_slice_3arg: Add more tests for negative slicing. | micropython_micropython | train | py |
6c392fa69ab7535d39cf11d5962bc4a77350f8d3 | diff --git a/backbone.js b/backbone.js
index <HASH>..<HASH> 100644
--- a/backbone.js
+++ b/backbone.js
@@ -1138,6 +1138,7 @@
// Change the view's element (`this.el` property), including event
// re-delegation.
setElement: function(element, delegate) {
+ if (this.$el) this.undelegateEvents();
... | Fix #<I> - Undelegate events before changing `el`. | jashkenas_backbone | train | js,js |
5b2b7a5ea18566c4069c79475f8268b9cbf6f64c | diff --git a/minimongo/model.py b/minimongo/model.py
index <HASH>..<HASH> 100644
--- a/minimongo/model.py
+++ b/minimongo/model.py
@@ -5,7 +5,7 @@ import re
from bson import DBRef, ObjectId
from minimongo.collection import DummyCollection
from minimongo.options import _Options
-from pymongo import Connection
+from p... | Update minimongo/model.py
Replaced deprecated Connection with MongoClient | slacy_minimongo | train | py |
29b96b64a58c4e1638e835954fb451dc39b9111f | diff --git a/commands/http/handler.go b/commands/http/handler.go
index <HASH>..<HASH> 100644
--- a/commands/http/handler.go
+++ b/commands/http/handler.go
@@ -9,9 +9,9 @@ import (
"github.com/jbenet/go-ipfs/core/commands"
)
-type Handler struct{}
-
-// TODO: store ipfsnode context
+type Handler struct {
+ Ctx cmds... | commands/http: Made Handler set request contexts | ipfs_go-ipfs | train | go |
6d4b8d59ecc0029b211a113e0dddaef743315424 | diff --git a/spec/live/ticket_spec.rb b/spec/live/ticket_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/live/ticket_spec.rb
+++ b/spec/live/ticket_spec.rb
@@ -90,7 +90,7 @@ describe ZendeskAPI::Ticket do
it "can comment while creating" do
VCR.use_cassette("ticket_inline_comments") do
ticket = ZendeskAPI:... | test fix for TicketComment -> Ticket::Comment | zendesk_zendesk_api_client_rb | train | rb |
c8006f7b3a5c2fdb5072283595f956c044538f6b | diff --git a/Factory/ReviewFactory.php b/Factory/ReviewFactory.php
index <HASH>..<HASH> 100755
--- a/Factory/ReviewFactory.php
+++ b/Factory/ReviewFactory.php
@@ -12,7 +12,7 @@
namespace WellCommerce\Bundle\ReviewBundle\Factory;
-use WellCommerce\Bundle\CoreBundle\Factory\AbstractFactory;
+use WellCommerce\Bundle\... | MOved factories to doctrine bundle >> EntityFactoryInterface | WellCommerce_WishlistBundle | train | php |
b87db8fdbc8878e151d81e04d3a5779a36af2ac4 | diff --git a/cmd/juju/cloud/updatecredential.go b/cmd/juju/cloud/updatecredential.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/cloud/updatecredential.go
+++ b/cmd/juju/cloud/updatecredential.go
@@ -16,10 +16,24 @@ import (
)
var usageUpdateCredentialSummary = `
-Updates a credential for a cloud.`[1:]
+Updates a co... | "controller credential" change to "cloud credential for controller" | juju_juju | train | go |
3d9a3302ecb06c721db392202745f4c089df7ed3 | diff --git a/simpleclient_servlet/src/main/java/io/prometheus/client/filter/MetricsFilter.java b/simpleclient_servlet/src/main/java/io/prometheus/client/filter/MetricsFilter.java
index <HASH>..<HASH> 100644
--- a/simpleclient_servlet/src/main/java/io/prometheus/client/filter/MetricsFilter.java
+++ b/simpleclient_servle... | Remove checked exception from constructor since it is not needed. | prometheus_client_java | train | java |
a84990f99cb825a576ec19b56b8466cbe10d419c | diff --git a/lib/triagens/ArangoDb/DefaultValues.php b/lib/triagens/ArangoDb/DefaultValues.php
index <HASH>..<HASH> 100644
--- a/lib/triagens/ArangoDb/DefaultValues.php
+++ b/lib/triagens/ArangoDb/DefaultValues.php
@@ -73,5 +73,5 @@ abstract class DefaultValues
/**
* Default value for checking if data is UTF... | set default value for UTF-8 checking to false
This causes a slight speedup for send/receive operations | arangodb_arangodb-php | train | php |
ff42be1ac9fad3c568bd074b87951f031b102147 | diff --git a/hererocks.py b/hererocks.py
index <HASH>..<HASH> 100755
--- a/hererocks.py
+++ b/hererocks.py
@@ -1139,7 +1139,7 @@ def setup_vs_and_rerun(vs_version, arch):
bat_h = open(bat_name, "wb")
bat_h.write(b"@echo off\r\n")
- bat_h.write(b"setlocal\r\n")
+ bat_h.write(b"setlocal enabledelayedexp... | Enable extensions before setting up MSVC
Apparently it's necessary when using setenv.cmd of WSDK. | mpeterv_hererocks | train | py |
928b170a953eede0e82859c9f73e2612ffc45dad | diff --git a/src/libraries/graphics.js b/src/libraries/graphics.js
index <HASH>..<HASH> 100644
--- a/src/libraries/graphics.js
+++ b/src/libraries/graphics.js
@@ -72,10 +72,14 @@ grob.copy = function (shape, copies, order, translate, rotate, scale) {
ty = 0,
r = 0,
sx = 1.0,
- sy = 1.0... | Copy now works on a list of points. | nodebox_g.js | train | js |
d9caa0613c3c7a3642b0804daded99eea4dd210a | diff --git a/org.opencompare/play-app/public/javascripts/neweditor/editorJQuery.js b/org.opencompare/play-app/public/javascripts/neweditor/editorJQuery.js
index <HASH>..<HASH> 100644
--- a/org.opencompare/play-app/public/javascripts/neweditor/editorJQuery.js
+++ b/org.opencompare/play-app/public/javascripts/neweditor/e... | Add SVG support
but the regex for handling URL is very dangerous (kind of infinite loop) | OpenCompare_OpenCompare | train | js |
8b3747c13e2bb688ce7e85c90ce244d770ebb5fe | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ MSVCP90Token = '1fc8b3b9a1e18e3b'
data_files = []
if os.name == 'nt':
- data_files.append(('share', ['doc/dosage.txt']))
+ data_files.append(('share', ['doc/README.txt']))
else:
data_files.append... | Use readme.txt as data file. | wummel_dosage | train | py |
43e6abae703262a39481116ff011925e5589e43e | diff --git a/modules/rubiconBidAdapter.js b/modules/rubiconBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/rubiconBidAdapter.js
+++ b/modules/rubiconBidAdapter.js
@@ -68,6 +68,7 @@ var sizeMap = {
83: '480x300',
85: '300x120',
90: '548x150',
+ 92: '728x90',
94: '970x310',
95: '970x100',
96: '... | Added sizeId <I> (#<I>) | prebid_Prebid.js | train | js |
a8552f329b9add7d1c396b1de93eaea8dee765a9 | diff --git a/publish.js b/publish.js
index <HASH>..<HASH> 100755
--- a/publish.js
+++ b/publish.js
@@ -57,7 +57,7 @@ var tgz = shell.exec("find ./build -name *.tar.gz");
shell.cp(tgz, "./bin-package/");
shell.pushd("./dist");
-shell.exec(shouldPublish ? "npm publish --access restricted" : "echo 'Skipping publishing... | Change NPM release to be public and not restricted | IronCoreLabs_recrypt-node-binding | train | js |
cf486a480e3f915c4527c6f0f5c046a1dfbcd9ff | diff --git a/controller/sync_hooks.go b/controller/sync_hooks.go
index <HASH>..<HASH> 100644
--- a/controller/sync_hooks.go
+++ b/controller/sync_hooks.go
@@ -311,6 +311,7 @@ func newHookStatus(hook *unstructured.Unstructured, hookType appv1.HookType) app
Group: gvk.Group,
Version: gvk.Version,
HookType:... | Hooks result should have Running phase by default (given we don't have Pending state) (#<I>) | argoproj_argo-cd | train | go |
f6c592c7a10407613739650662dcd3f14f24abda | diff --git a/salt/utils/jinja.py b/salt/utils/jinja.py
index <HASH>..<HASH> 100644
--- a/salt/utils/jinja.py
+++ b/salt/utils/jinja.py
@@ -54,6 +54,9 @@ class SaltCacheLoader(BaseLoader):
Templates are cached like regular salt states
and only loaded once per loader instance.
'''
+
+ _file_client = Non... | Don't instantiate the file_client every time | saltstack_salt | train | py |
fcf27a9c174a563ad672b08c3751eb1eb6d88361 | diff --git a/wikitextparser/_section.py b/wikitextparser/_section.py
index <HASH>..<HASH> 100644
--- a/wikitextparser/_section.py
+++ b/wikitextparser/_section.py
@@ -13,6 +13,18 @@ class Section(SubWikiText):
"""Section class is used to represent page sections."""
+ _header_match_cache = (None, None)
+
+ ... | Cache HEADER_MATCH result for Section objects | 5j9_wikitextparser | train | py |
d0c9f77139dd294947b3f59dbd07390cb69ab351 | diff --git a/addon/components/single-event-learningmaterial-list.js b/addon/components/single-event-learningmaterial-list.js
index <HASH>..<HASH> 100644
--- a/addon/components/single-event-learningmaterial-list.js
+++ b/addon/components/single-event-learningmaterial-list.js
@@ -1,8 +1,6 @@
import Ember from 'ember';
... | rm obsolete vars. | ilios_common | train | js |
5b978b3bab29b6ff7e5143771037d39fc1f3feae | diff --git a/testsuite/test_contrib_orcid.py b/testsuite/test_contrib_orcid.py
index <HASH>..<HASH> 100644
--- a/testsuite/test_contrib_orcid.py
+++ b/testsuite/test_contrib_orcid.py
@@ -58,7 +58,11 @@ class OrcidTestCase(OAuth2ClientTestCase):
WTF_CSRF_ENABLED=False,
OAUTHCLIENT_STATE_ENABLED... | oauthclient: fix missing config in ORCID test | inveniosoftware_invenio-oauthclient | train | py |
66e55901920a56327eb7d69725c48036827a9805 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
# 'Django>=1.4,<1.5', # no need to limit while in development
'Django>=1.4',
'easy-thumbnails>=1.0',
- 'django-mptt==0.5.2,==0.6,==0.6.1',
+ 'django-mptt>=0.6,<0.... | Change mptt version dependency to be PEP<I> compatible | divio_django-filer | train | py |
34b2d94868823d9e426372dca64527237edd886b | diff --git a/obdalib/obdalib-core/src/main/java/org/obda/query/domain/imp/PredicateImp.java b/obdalib/obdalib-core/src/main/java/org/obda/query/domain/imp/PredicateImp.java
index <HASH>..<HASH> 100644
--- a/obdalib/obdalib-core/src/main/java/org/obda/query/domain/imp/PredicateImp.java
+++ b/obdalib/obdalib-core/src/mai... | Type correction in the variable name: indentfier to identifier. | ontop_ontop | train | java |
0938b942b6b1199ad0acd337cc03d9b961abd60f | diff --git a/lib/adhearsion/voip/asterisk/commands.rb b/lib/adhearsion/voip/asterisk/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/adhearsion/voip/asterisk/commands.rb
+++ b/lib/adhearsion/voip/asterisk/commands.rb
@@ -639,7 +639,7 @@ module Adhearsion
end
def interruptable_play(*fil... | interruptable play should behave just like play, but with interruptions. This patch to the interruptable_play method makes these two calls execute identically:
play %w'please-enter-your number followed-by pound'
interruptable_play %w'please-enter-your number followed-by pound' | adhearsion_adhearsion | train | rb |
f74ca15f50fc913a80b0094a6b6fbb519cb012e2 | diff --git a/tests/unit/states/file_test.py b/tests/unit/states/file_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/states/file_test.py
+++ b/tests/unit/states/file_test.py
@@ -1318,26 +1318,6 @@ class FileTestCase(TestCase):
(name, source,
... | Remove test for file dir behavior
Refs #<I> | saltstack_salt | train | py |
b52906fdeb5b35743ad3daeaa2c250cca6fd750e | diff --git a/source/rafcon/core/script.py b/source/rafcon/core/script.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/script.py
+++ b/source/rafcon/core/script.py
@@ -74,12 +74,15 @@ class Script(Observable, yaml.YAMLObject):
return self._script
@script.setter
- def script(self, value):
- ... | feat(script): New method to set script without compiling it | DLR-RM_RAFCON | train | py |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.