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 |
|---|---|---|---|---|---|
d50844cbc2584708e292e86f680219bfdf057b97 | diff --git a/will/mixins/schedule.py b/will/mixins/schedule.py
index <HASH>..<HASH> 100644
--- a/will/mixins/schedule.py
+++ b/will/mixins/schedule.py
@@ -135,7 +135,7 @@ class ScheduleMixin(object):
# and that seems more useful.
possible_times = []
for i in range(start_hour, end_... | Fix random task scheduling never being scheduled for minute <I> of an hour | skoczen_will | train | py |
32b6b190c8c31efa6c49c5a72e1ef55b5e9e9106 | diff --git a/resources/assets/js/include/remote_validator.js b/resources/assets/js/include/remote_validator.js
index <HASH>..<HASH> 100644
--- a/resources/assets/js/include/remote_validator.js
+++ b/resources/assets/js/include/remote_validator.js
@@ -170,7 +170,9 @@ var RemoteValidator = function( form )
if ... | Fixed i<I>n field error visibility when it occurs in a different language (#<I>) | arbory_arbory | train | js |
32dcacc70ba8894e0720b68f1f74a2c558a9e7c2 | diff --git a/model.go b/model.go
index <HASH>..<HASH> 100644
--- a/model.go
+++ b/model.go
@@ -5,6 +5,7 @@ import (
"fmt"
"reflect"
"regexp"
+ "strconv"
"time"
)
@@ -244,6 +245,9 @@ func setFieldValue(field reflect.Value, value interface{}) {
if field.IsValid() {
switch field.Kind() {
case reflect.In... | Convert str to int if it is when set field | jinzhu_gorm | train | go |
11632b4e7b93b5687b14ac81b57251e1443a79f5 | diff --git a/lib/soulmate.rb b/lib/soulmate.rb
index <HASH>..<HASH> 100644
--- a/lib/soulmate.rb
+++ b/lib/soulmate.rb
@@ -23,7 +23,7 @@ module Soulmate
def redis
@redis ||= (
- url = URI(@redis_url || "redis://127.0.0.1:6379/0")
+ url = URI(@redis_url || ENV["REDISTOGO_URL"] || "redis://127.0.0.1:6... | reading connection string from ENV[REDISTOGO_URL] to support solumate on heroku | sethherr_soulheart | train | rb |
ab8765e5abf409a9f870a169da5644870361ee43 | diff --git a/src/custard.php b/src/custard.php
index <HASH>..<HASH> 100644
--- a/src/custard.php
+++ b/src/custard.php
@@ -10,10 +10,10 @@ use Symfony\Component\Console\Application;
const CUSTARD_VERSION = "0.1";
const CUSTARD_NAME = "Custard";
-chdir(__DIR__ . "/../../../");
+chdir(__DIR__ . "/../../../../");
/... | Fixed boot script path for working from rhubarb project root when used as a dependency | RhubarbPHP_Custard | train | php |
0f58f9eab9dbc9129f4bd5494f90b7a7e09e8d7d | diff --git a/lib/logging/log_event.rb b/lib/logging/log_event.rb
index <HASH>..<HASH> 100644
--- a/lib/logging/log_event.rb
+++ b/lib/logging/log_event.rb
@@ -13,7 +13,7 @@ module Logging
# * $3 == method name (might be nil)
CALLER_RGXP = %r/([-\.\/\(\)\w]+):(\d+)(?::in `(\w+)')?/o
#CALLER_INDEX = 2
- ... | Fixing RUBY_ENGINE definition for ruby <I> | TwP_logging | train | rb |
3eb893302db3d9f12fbe61f33bba5b1931033a19 | diff --git a/lib/tasks.js b/lib/tasks.js
index <HASH>..<HASH> 100644
--- a/lib/tasks.js
+++ b/lib/tasks.js
@@ -27,7 +27,18 @@ module.exports = function(self) {
// Return a `req` object suitable for use with putPage, getPage, etc.
// that has full admin permissions. For use in command line tasks
self.getTaskReq... | Need a more complete fake req object for tasks | apostrophecms_apostrophe | train | js |
8e948a475c35e342de9f3362b9bc8793c3d7342e | diff --git a/provision.go b/provision.go
index <HASH>..<HASH> 100644
--- a/provision.go
+++ b/provision.go
@@ -495,7 +495,7 @@ func createNewSpartaCustomResourceEntry(resourceName string, logger *logrus.Logg
logger.WithFields(logrus.Fields{
"Resource": resourceName,
"NodeJSFunctionName": jsName,
- }).... | Reduce logging level for impl details | mweagle_Sparta | train | go |
5f124166eb58ee166caec92bf4c3ee2b32e1a218 | diff --git a/tests/functional/discovery_test.go b/tests/functional/discovery_test.go
index <HASH>..<HASH> 100644
--- a/tests/functional/discovery_test.go
+++ b/tests/functional/discovery_test.go
@@ -144,7 +144,7 @@ func TestDiscoverySecondPeerFirstNoResponse(t *testing.T) {
resp, err = etcdtest.PutForm(fmt.Sprintf("... | feat(tests/discovery): use low retry interval
In TestDiscoverySecondPeerFirstNoResponse use a low retryinterval so the
test doesn't take forever. | etcd-io_etcd | train | go |
0f9a4c797cb6b7477b68e51c618de8cc42bc6a56 | diff --git a/mesh-plugin.js b/mesh-plugin.js
index <HASH>..<HASH> 100644
--- a/mesh-plugin.js
+++ b/mesh-plugin.js
@@ -125,10 +125,6 @@ MesherPlugin.prototype.splitVoxelArray = function(voxels) {
// compute the custom mesh now
var blockMesh = this.meshCustomBlock(value,x,y,z);
- z = voxels.position... | Remove .position on porous mesh, shader now uses modelMatrix | voxel_voxel-mesher | train | js |
0d280c8a4e916a08b3e9a351d5039a0447e7d01c | diff --git a/src/renderer/map/Renderer.Map.Canvas.js b/src/renderer/map/Renderer.Map.Canvas.js
index <HASH>..<HASH> 100644
--- a/src/renderer/map/Renderer.Map.Canvas.js
+++ b/src/renderer/map/Renderer.Map.Canvas.js
@@ -209,6 +209,7 @@ Z.renderer.map.Canvas = Z.renderer.map.Renderer.extend(/** @lends Z.renderer.map
... | resolve occasional canvas distorts when resizing. | maptalks_maptalks.js | train | js |
4baa3b11eadc944dfb919afb66a0420f378c8121 | diff --git a/generators/app/index.js b/generators/app/index.js
index <HASH>..<HASH> 100644
--- a/generators/app/index.js
+++ b/generators/app/index.js
@@ -170,6 +170,10 @@ module.exports = class AppGenerator extends Generator {
const type = provider === 'rest' ? 'express' : provider;
this.dependencies.p... | Adds 'ws' package if 'primus' is selected (#<I>) | feathersjs_generator-feathers | train | js |
0d725106f664c89485b60aee42628accf6dcd2b6 | diff --git a/src/Utils/Message.php b/src/Utils/Message.php
index <HASH>..<HASH> 100644
--- a/src/Utils/Message.php
+++ b/src/Utils/Message.php
@@ -84,7 +84,7 @@ class Message
*
* @param mixed $message
*
- * @return \ArkEcosystem\Crypto\Message
+ * @return \ArkEcosystem\Crypto\Utils\Message
... | fix: return type of the new method (#<I>) | ArkEcosystem_php-crypto | train | php |
1e8d917f7a785aa8a87977efa2d63c4f41e42e10 | diff --git a/Parsedown.php b/Parsedown.php
index <HASH>..<HASH> 100755
--- a/Parsedown.php
+++ b/Parsedown.php
@@ -16,7 +16,7 @@
class Parsedown
{
#
- # Synopsis
+ # Philosophy
#
# Markdown is intended to be easy-to-read by humans - those of us who read | replace synopsis with a more appropriate word | erusev_parsedown | train | php |
57813fef6a6bb8c38747d4528df1aa92b5270f3e | diff --git a/packages/blueprint/lib/object.js b/packages/blueprint/lib/object.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint/lib/object.js
+++ b/packages/blueprint/lib/object.js
@@ -1,18 +1,19 @@
const CoreObject = require ('core-object');
+const objectPath = require ('object-path');
/**
- * @class Object
... | Mixin objectPath to BlueprintObject | onehilltech_blueprint | train | js |
5ff1964a264fb08cc4f77088728c69d989775daa | diff --git a/pycbc/psd/analytical.py b/pycbc/psd/analytical.py
index <HASH>..<HASH> 100644
--- a/pycbc/psd/analytical.py
+++ b/pycbc/psd/analytical.py
@@ -19,6 +19,7 @@
from pycbc.types import FrequencySeries, zeros
import lalsimulation
+import numpy
# build a list of usable PSD functions from lalsimulation
_na... | Bug <I>: patch to speed up analytic psd generation | gwastro_pycbc | train | py |
995cd0f63d4adae2ed312878aaeb80912e0cdc1a | diff --git a/cobra/core/ArrayBasedModel.py b/cobra/core/ArrayBasedModel.py
index <HASH>..<HASH> 100644
--- a/cobra/core/ArrayBasedModel.py
+++ b/cobra/core/ArrayBasedModel.py
@@ -380,8 +380,14 @@ class SMatrix_lil(lil_matrix):
def update(self, value_dict):
"""update matrix without propagating to model""... | improve ArrayBasedModel (lil) creation
Now only ~ 5% slower than master instead of ~ <I>% | opencobra_cobrapy | train | py |
00698f08b795008a5c67bec6181cd7dcaa02eb39 | diff --git a/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/NewProjectWizardImpl.java b/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/NewProjectWizardImpl.java
index <HASH>..<HASH> 100644
--- a/projects/impl/src/main/java/org/jboss/forge/addon/projects/ui/NewProjectWizardImpl.java
+++ b/p... | FORGE-<I>: Project:New should not reinstall facets | forge_core | train | java |
25d09606a1ad73cc343620122a7ce8b4315e8eeb | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -118,4 +118,27 @@ describe("s3", function () {
});
});
});
+
+ it("deletes an object", function(done) {
+ var client = createClient();
+ var params = {
+ Bucket: s3Bucket,
+ ... | passing test for deleting an s3 object | andrewrk_node-s3-client | train | js |
4ba6babb8f30fe4dac2b1d6ec6a2e1c7a05f28f2 | diff --git a/plugins/update.js b/plugins/update.js
index <HASH>..<HASH> 100644
--- a/plugins/update.js
+++ b/plugins/update.js
@@ -157,7 +157,7 @@ module.exports = Plugin.extend({
if (err) return cb(err);
var code = JSON.parse(self.square.package.source)
- , current = bundle.ver... | [minor] allow version to be parsed from content if it is not set in square.json | observing_square | train | js |
6c4e8471cd282dea9c1ce4c47f5e00dfe37b8928 | diff --git a/course/lib.php b/course/lib.php
index <HASH>..<HASH> 100644
--- a/course/lib.php
+++ b/course/lib.php
@@ -434,9 +434,13 @@ function print_log_selector_form($course, $selecteduser=0, $selecteddate="today"
}
if ($showgroups) {
- $cgroups = get_groups($course->id);
- foreach ($cgroup... | Merged from MOODLE_<I>_STABLE: Fixing warning about invalid argument for foreach in course/lib.php in log selector form | moodle_moodle | train | php |
be1d001cda968ba8ff149afb11b60fac1aeb1d83 | diff --git a/lib/database_cleaner/sequel/transaction.rb b/lib/database_cleaner/sequel/transaction.rb
index <HASH>..<HASH> 100644
--- a/lib/database_cleaner/sequel/transaction.rb
+++ b/lib/database_cleaner/sequel/transaction.rb
@@ -4,7 +4,18 @@ module DatabaseCleaner
class Transaction
include ::DatabaseClean... | add check for fiber brokenness where fibers are used | DatabaseCleaner_database_cleaner | train | rb |
edce39ff4b2e3717867b86fd0539f24d1f021314 | diff --git a/lib/api/JsonSchemaLib/read.js b/lib/api/JsonSchemaLib/read.js
index <HASH>..<HASH> 100644
--- a/lib/api/JsonSchemaLib/read.js
+++ b/lib/api/JsonSchemaLib/read.js
@@ -139,22 +139,16 @@ function readReferencedFiles (schema, callback) {
// Have we finished reading everything?
if (filesToRead.length ==... | Fixed a bug that led to the same file being read multiple times in synchronous mode | JamesMessinger_json-schema-lib | train | js |
0335f1dee52307d2d4b06bd6429e995d5857fd98 | diff --git a/server/const.go b/server/const.go
index <HASH>..<HASH> 100644
--- a/server/const.go
+++ b/server/const.go
@@ -40,7 +40,7 @@ var (
const (
// VERSION is the current version for the server.
- VERSION = "2.1.3-RC02"
+ VERSION = "2.1.3-RC03"
// PROTO is the currently supported protocol.
// 0 was the... | Bump to version <I>-RC<I> | nats-io_gnatsd | train | go |
4b6020a8772276b8538b6e022464c2e28ee49077 | diff --git a/core/src/main/java/com/graphhopper/routing/weighting/custom/CustomWeighting.java b/core/src/main/java/com/graphhopper/routing/weighting/custom/CustomWeighting.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/routing/weighting/custom/CustomWeighting.java
+++ b/core/src/main/java/com... | Custom weighting calcEdgeMillis truncate instead of round
* just for consistency and easier migration with/from FastestWeighting | graphhopper_graphhopper | train | java |
474ac65ce83abe74487c042d049670bbeb16b316 | diff --git a/lib/mongo_client.js b/lib/mongo_client.js
index <HASH>..<HASH> 100644
--- a/lib/mongo_client.js
+++ b/lib/mongo_client.js
@@ -82,7 +82,12 @@ var validOptionNames = [
'user',
'password',
'authMechanism',
- 'compression'
+ 'compression',
+ 'fsync',
+ 'readPreferenceTags',
+ 'numberOfRetries',
+... | fix(mongo-client): options should not be passed to `connect`
Passing `options` to the `connect` object for parsed topologies
in `createServer` effectively overrides the options that were
originally passed into the client.
NODE-<I> | mongodb_node-mongodb-native | train | js |
00ac6d212e593c39658e6583d7837b202d6ca693 | diff --git a/test/unit/resources/individual/users/user-test.js b/test/unit/resources/individual/users/user-test.js
index <HASH>..<HASH> 100644
--- a/test/unit/resources/individual/users/user-test.js
+++ b/test/unit/resources/individual/users/user-test.js
@@ -3,7 +3,7 @@ import reactDom from 'react-dom/server';
impor... | generated names with `word` instead of `string` to prevent special character issues | travi-org_admin.travi.org-components | train | js |
3f1a855b9b2626c18d704fffe3f14b720030bdea | diff --git a/hwt/code.py b/hwt/code.py
index <HASH>..<HASH> 100644
--- a/hwt/code.py
+++ b/hwt/code.py
@@ -179,7 +179,9 @@ def SwitchLogic(cases, default=None):
assigTop.Else(statements)
hasElse = True
else:
- pass
+ raise HwtSyntaxErr... | SwitchLogic: add extra assert when using const as condition | Nic30_hwt | train | py |
9d028d0014840f295c35e1edd85e049d561864a3 | diff --git a/guava/src/com/google/common/collect/ImmutableTable.java b/guava/src/com/google/common/collect/ImmutableTable.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/collect/ImmutableTable.java
+++ b/guava/src/com/google/common/collect/ImmutableTable.java
@@ -18,6 +18,7 @@ package com.google.comm... | Add @Beta to the ImmutableTable collectors.
-------------
Created by MOE: <URL> | google_guava | train | java |
31e5a3501e87a5a0f27a9cc12b6ceea63a565af8 | diff --git a/src/PhiremockExtension/Config.php b/src/PhiremockExtension/Config.php
index <HASH>..<HASH> 100644
--- a/src/PhiremockExtension/Config.php
+++ b/src/PhiremockExtension/Config.php
@@ -208,7 +208,7 @@ class Config
return;
}
- if ($config['start_delay']) {
+ if (is_int($co... | Fix inability to use zero delay (#<I>)
The default config has start_delay as zero, which is skipped over by the if condition due to zero's falseness | mcustiel_phiremock-codeception-extension | train | php |
6cd95245e676c705baceb9e6c7e975aba6372f79 | diff --git a/Stagehand/FSM/State.php b/Stagehand/FSM/State.php
index <HASH>..<HASH> 100644
--- a/Stagehand/FSM/State.php
+++ b/Stagehand/FSM/State.php
@@ -117,7 +117,7 @@ class Stagehand_FSM_State
*/
function &getEvent($event)
{
- if (!array_key_exists($event, $this->_events)) {
+ if (!$th... | - getEvent(): Refactored with hasEvent() method. | phpmentors-jp_stagehand-fsm | train | php |
72fcf371bc42279676533142c82e34713e77ea75 | diff --git a/lib/arm/instructions/logic_instruction.rb b/lib/arm/instructions/logic_instruction.rb
index <HASH>..<HASH> 100644
--- a/lib/arm/instructions/logic_instruction.rb
+++ b/lib/arm/instructions/logic_instruction.rb
@@ -35,6 +35,10 @@ module Arm
# do pc relative addressing with the difference to the ins... | one more hack
couldn’t fix the problem in salaam, don’t know the position upon
creation,
only after assembly…. | ruby-x_rubyx-arm | train | rb |
2f4e045a298963fb832b484217b6869088bb0e75 | diff --git a/scripts/run.py b/scripts/run.py
index <HASH>..<HASH> 100755
--- a/scripts/run.py
+++ b/scripts/run.py
@@ -223,7 +223,7 @@ class H2OCloudNode:
main_class = "water.H2OClientApp"
else:
main_class = "water.H2OApp"
- if "JAVA_HOME" in os.environ:
+ if "JAVA_HOME"... | just use java when platform is windows | h2oai_h2o-3 | train | py |
97483e416abb04e40cf31076246863f4bc1e3804 | diff --git a/master/buildbot/process/workerforbuilder.py b/master/buildbot/process/workerforbuilder.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/process/workerforbuilder.py
+++ b/master/buildbot/process/workerforbuilder.py
@@ -228,7 +228,6 @@ class LatentWorkerForBuilder(AbstractWorkerForBuilder):
... | latent: Move log messages to consistent place | buildbot_buildbot | train | py,py |
522ad13720f73415d01033856eb8f3ea11986014 | diff --git a/test/test_topology.py b/test/test_topology.py
index <HASH>..<HASH> 100644
--- a/test/test_topology.py
+++ b/test/test_topology.py
@@ -253,7 +253,7 @@ class TestSingleServerTopology(TopologyTest):
available = False
t.request_check_all()
with self.assertRaises(ConnectionFailure):
-... | More reliable test_round_trip_time. | mongodb_mongo-python-driver | train | py |
b70ec495e9f460e14f0d994897e40aef1e43d042 | diff --git a/lib/webcomment.py b/lib/webcomment.py
index <HASH>..<HASH> 100644
--- a/lib/webcomment.py
+++ b/lib/webcomment.py
@@ -25,6 +25,7 @@ __revision__ = "$Id$"
import time
import math
import os
+import cgi
from datetime import datetime, timedelta
# Invenio imports:
@@ -1558,7 +1559,10 @@ def notify_admin_... | WebComment: fix washing of email to admin
* Some invalid markup can still be entered in comments,
leading to possible failure of the washing of the email
to the admin. In these cases, simply cgi.escape() the
content. | inveniosoftware-attic_invenio-comments | train | py |
b3490f420e039e17ede5307a454f85ccfc69f56b | diff --git a/test/main.js b/test/main.js
index <HASH>..<HASH> 100644
--- a/test/main.js
+++ b/test/main.js
@@ -2,10 +2,6 @@
import '../filter-widget/filter-widget.test';
import '../list-table/list-table.test';
import '../property-table/property-table.test';
-import '../data-admin/components/paginate-footer/paginate-... | FIX: removes other data-admin component test | roemhildtg_spectre-canjs | train | js |
fbf0c06e845b585f6ee3bfe5a7470772ab7d86d3 | diff --git a/scour/scour.py b/scour/scour.py
index <HASH>..<HASH> 100644
--- a/scour/scour.py
+++ b/scour/scour.py
@@ -2109,7 +2109,7 @@ def removeDefaultAttributeValue(node, attribute):
"""
Removes the DefaultAttribute 'attribute' from 'node' if specified conditions are fulfilled
- Warning: Does NOT che... | Avoid mutating a mutable kwarg | scour-project_scour | train | py |
497b7169f63b14581590a00344a8a7b80da477f6 | diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py
index <HASH>..<HASH> 100644
--- a/gpiozero/input_devices.py
+++ b/gpiozero/input_devices.py
@@ -825,7 +825,7 @@ class DistanceSensor(SmoothedInputDevice):
:param int queue_len:
The length of the queue used to store values read from the s... | Correct docstring for DistanceSensor's queue_len, close #<I> | RPi-Distro_python-gpiozero | train | py |
467cebb0a120e11be1e58b1e6adc5fe3be6654cd | diff --git a/course/edit_form.php b/course/edit_form.php
index <HASH>..<HASH> 100644
--- a/course/edit_form.php
+++ b/course/edit_form.php
@@ -256,9 +256,9 @@ class course_edit_form extends moodleform {
$mform->addElement('header','', get_string('groups', 'group'));
$choices = array();
- $cho... | MDL-<I> - Use existing group setting strings on course edit form so can be
better translated. Patch from Daniel Miksik
merged from MOODLE_<I>_STABLE | moodle_moodle | train | php |
1081c5315dd8cf9262af5753a2a1b02df97a4a8f | diff --git a/lib/wavefile/writer.rb b/lib/wavefile/writer.rb
index <HASH>..<HASH> 100644
--- a/lib/wavefile/writer.rb
+++ b/lib/wavefile/writer.rb
@@ -30,6 +30,7 @@ module WaveFile
#
# If no block is given, then sample data can be written until the close method is called.
def initialize(file_name, format... | Fixing @file_name attribute to actually be set on Writer. Fixes #3
Previously, it would always return nil. | jstrait_wavefile | train | rb,rb |
5dc317b69ca2b04b2cbcc4906e2300a9b835ed84 | diff --git a/acceptance/ui/features/steps/hosts_steps.rb b/acceptance/ui/features/steps/hosts_steps.rb
index <HASH>..<HASH> 100644
--- a/acceptance/ui/features/steps/hosts_steps.rb
+++ b/acceptance/ui/features/steps/hosts_steps.rb
@@ -20,7 +20,14 @@ end
def visitHostsPage()
@hosts_page = Hosts.new
- @hosts_p... | Navigate to Hosts via the navbar rather than the URL | control-center_serviced | train | rb |
b21e810a4ae62d20bb9d3c77d441a513dda946cf | diff --git a/lib/addressable/uri.rb b/lib/addressable/uri.rb
index <HASH>..<HASH> 100644
--- a/lib/addressable/uri.rb
+++ b/lib/addressable/uri.rb
@@ -719,6 +719,7 @@ module Addressable
self.authority = options[:authority] if options[:authority]
self.path = options[:path] if options[:path]
se... | query_values set as part of initialization | sporkmonger_addressable | train | rb |
885f04b38e6ec109dacccc6f4ec36825f3254c8b | diff --git a/ella/newman/media/js/kobayashi.js b/ella/newman/media/js/kobayashi.js
index <HASH>..<HASH> 100644
--- a/ella/newman/media/js/kobayashi.js
+++ b/ella/newman/media/js/kobayashi.js
@@ -1,4 +1,4 @@
-KOBAYASHI_VERSION = '2009-07-20';
+KOBAYASHI_VERSION = '2009-08-13';
// Debugging tools
;;; function alert_d... | Updated version info and adr()'s comments | ella_ella | train | js |
4003da0fddb46e4e880b42ce4801576c7d31f032 | diff --git a/db.go b/db.go
index <HASH>..<HASH> 100644
--- a/db.go
+++ b/db.go
@@ -877,7 +877,7 @@ func (db *DB) openHeadBlock(dir string) (*HeadBlock, error) {
)
wal, err := OpenSegmentWAL(wdir, l, 5*time.Second)
if err != nil {
- return nil, errors.Wrap(err, "open WAL %s")
+ return nil, errors.Wrapf(err, "ope... | Log the directory when the WAL cannot be opened
Fixes #<I> | prometheus_prometheus | train | go |
328a16117380b22f27d8e60cf6715e926c08e60b | diff --git a/cloudkey.py b/cloudkey.py
index <HASH>..<HASH> 100644
--- a/cloudkey.py
+++ b/cloudkey.py
@@ -155,7 +155,7 @@ class File(Api):
result = self.upload()
c = pycurl.Curl()
- c.setopt(pycurl.URL, result['url'])
+ c.setopt(pycurl.URL, str(result['url']))
c.setopt(pycurl... | pycurl needs str as pycurl.URL | dailymotion_cloudkey-py | train | py |
75b65eac68f7e74ecf5ab7827403c6c301798b7e | diff --git a/djsupervisor/config.py b/djsupervisor/config.py
index <HASH>..<HASH> 100644
--- a/djsupervisor/config.py
+++ b/djsupervisor/config.py
@@ -278,6 +278,13 @@ exclude=true
; All programs are auto-reloaded by default.
[program:__defaults__]
autoreload=true
+redirect_stderr=true
+
+[supervisord]
+{% if setti... | make supervisord print logging into in debug mode | rfk_django-supervisor | train | py |
0a003f621d9aa4b01f0e11361c1d4d8421d6f999 | diff --git a/src/Traits/HasPermissions.php b/src/Traits/HasPermissions.php
index <HASH>..<HASH> 100644
--- a/src/Traits/HasPermissions.php
+++ b/src/Traits/HasPermissions.php
@@ -73,6 +73,10 @@ trait HasPermissions
*/
protected function getStoredPermission($permissions)
{
+ if (is_numeric($permis... | Allow get stored permission by id | spatie_laravel-permission | train | php |
afd3191038ef1501be4a1a4350da46914e14186e | diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py
index <HASH>..<HASH> 100644
--- a/hooks/post_gen_project.py
+++ b/hooks/post_gen_project.py
@@ -25,11 +25,6 @@ except NotImplementedError:
PROJECT_DIR_PATH = os.path.realpath(os.path.curdir)
-def remove_file(file_path):
- if os.path.exists(file_... | Get rid of remove_file() from post hook | pydanny_cookiecutter-django | train | py |
eccea7411f9793464ace8636c2a8a1cd39a90bc4 | diff --git a/src/interactive-auth.js b/src/interactive-auth.js
index <HASH>..<HASH> 100644
--- a/src/interactive-auth.js
+++ b/src/interactive-auth.js
@@ -293,7 +293,9 @@ InteractiveAuth.prototype = {
},
);
if (!background) {
- prom = prom.catch(this._completionDeferred.reject)... | Fix error handling in interactive-auth
Now that we are using bluebird, `defer.reject` is not implicitly bound, so we
need to call it properly rather than just passing it into the catch handler.
This fixes an error:
promise.js:<I> Uncaught TypeError: Cannot read property 'promise' of undefined | matrix-org_matrix-js-sdk | train | js |
8db7fd7239aa2973b4816fe4a2e7a1180fdf9c29 | diff --git a/UI/src/components/widgets/codeanalysis/view.js b/UI/src/components/widgets/codeanalysis/view.js
index <HASH>..<HASH> 100644
--- a/UI/src/components/widgets/codeanalysis/view.js
+++ b/UI/src/components/widgets/codeanalysis/view.js
@@ -293,7 +293,7 @@
}
ctrl.getDashStatus = functi... | Fix for the ulimited amount of console errors when there is no open source data | Hygieia_Hygieia | train | js |
be427db8e5dcc1302c7475e1ee1f058a2ddf8cb3 | diff --git a/src/PHPMailer.php b/src/PHPMailer.php
index <HASH>..<HASH> 100644
--- a/src/PHPMailer.php
+++ b/src/PHPMailer.php
@@ -1721,9 +1721,10 @@ class PHPMailer
fwrite($mail, $header);
fwrite($mail, $body);
$result = pclose($mail);
+ $addrinfo = sta... | Make use of $to in doCallback consistent | PHPMailer_PHPMailer | train | php |
42c95dc9a38f607a75d5d9fe7df3c8efdf965bc2 | diff --git a/src/viz.js b/src/viz.js
index <HASH>..<HASH> 100644
--- a/src/viz.js
+++ b/src/viz.js
@@ -112,6 +112,12 @@ d3plus.viz = function() {
vars.g.titles.enter().append("g")
.attr("id","titles")
+ // Enter Timeline Group
+ vars.g.timeline = vars.svg.selectAll("g#timeline").data(["t... | created timeline group and add call to timeline function | alexandersimoes_d3plus | train | js |
e01b20d2960f5d81f30067a7bd69b685b6860a63 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -17,7 +17,7 @@ var (
debug = kingpin.Flag("debug", "Enable debug mode. This disables forwarding to syslog").Bool()
uaaEndpoint = kingpin.Flag("uaa-endpoint", "UAA endpoint.").Required().String()
dopplerEndpoi... | Dont make syslog connection a requirement. | cloudfoundry-community_firehose-to-syslog | train | go |
cd5df271e5d0c8245adf458b440bf0a4eaef2045 | diff --git a/eth_utils/encoding.py b/eth_utils/encoding.py
index <HASH>..<HASH> 100644
--- a/eth_utils/encoding.py
+++ b/eth_utils/encoding.py
@@ -1,10 +1,6 @@
-import math
-
-
def int_to_big_endian(value):
- byte_length = max(math.ceil(value.bit_length() / 8), 1)
- return value.to_bytes(byte_length, byteorder='... | Faster int_to_big_endian implementation | ethereum_eth-utils | train | py |
c76c6f9d2a3f98f32c2b791078559bdea59287ab | diff --git a/tests/test_view.py b/tests/test_view.py
index <HASH>..<HASH> 100644
--- a/tests/test_view.py
+++ b/tests/test_view.py
@@ -58,6 +58,36 @@ class ViewTestCase(unittest.TestCase):
actual = view.load_template("partial")
self.assertEquals(actual, "Loaded from dictionary")
+ def test_templa... | Added test cases to check that View.template_path is respected. | defunkt_pystache | train | py |
b1e44a850b8fc75fcfd818bf710d45f9e24789ff | diff --git a/src/pyctools/tools/editor.py b/src/pyctools/tools/editor.py
index <HASH>..<HASH> 100644
--- a/src/pyctools/tools/editor.py
+++ b/src/pyctools/tools/editor.py
@@ -410,7 +410,7 @@ class OutputIcon(IOIcon):
py_class = re.compile(':py:class:`(~[\w\.]*\.)?(.*?)`')
-py_mod = re.compile(':py:mod:`\.*(\w*)(\W... | Don't crash loading script with missing components | jim-easterbrook_pyctools | train | py |
7a257f325dfd48c2ecb3a536b4bfcb361519d520 | diff --git a/pages/lib/refinery/pages/instance_methods.rb b/pages/lib/refinery/pages/instance_methods.rb
index <HASH>..<HASH> 100644
--- a/pages/lib/refinery/pages/instance_methods.rb
+++ b/pages/lib/refinery/pages/instance_methods.rb
@@ -10,7 +10,7 @@ module Refinery
def error_404(exception=nil)
if (@p... | Allow <I> page to have custom view/layout templates. | refinery_refinerycms | train | rb |
d302a7b866fa1d0268bc86520fbea718d49772cc | diff --git a/js/assessments/keywordDensityAssessment.js b/js/assessments/keywordDensityAssessment.js
index <HASH>..<HASH> 100644
--- a/js/assessments/keywordDensityAssessment.js
+++ b/js/assessments/keywordDensityAssessment.js
@@ -26,8 +26,7 @@ var calculateKeywordDensityResult = function( keywordDensity, i18n, keyword... | Remove translatable number
It's a bad idea | Yoast_YoastSEO.js | train | js |
992828d911513b532daa737582720d80efbb7635 | diff --git a/src/com/google/javascript/jscomp/Linter.java b/src/com/google/javascript/jscomp/Linter.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/Linter.java
+++ b/src/com/google/javascript/jscomp/Linter.java
@@ -42,7 +42,8 @@ public class Linter {
SourceFile file = SourceFile.fromFile(pa... | Fix the language-out so that the linter will actually run.
-------------
Created by MOE: <URL> | google_closure-compiler | train | java |
e9618b0d078c6eb4b174c0f614970d13417cb116 | diff --git a/packer/plugin/builder.go b/packer/plugin/builder.go
index <HASH>..<HASH> 100644
--- a/packer/plugin/builder.go
+++ b/packer/plugin/builder.go
@@ -22,13 +22,13 @@ func (b *cmdBuilder) Prepare(config interface{}) error {
return b.builder.Prepare(config)
}
-func (b *cmdBuilder) Run(ui packer.Ui, hook pac... | packer/plugin: Properly supports Artifacts | hashicorp_packer | train | go,go |
dabf201f5aa7e416f70c9cf037e69ae3aded8ad3 | diff --git a/lib/active_remote/base.rb b/lib/active_remote/base.rb
index <HASH>..<HASH> 100644
--- a/lib/active_remote/base.rb
+++ b/lib/active_remote/base.rb
@@ -1,3 +1,4 @@
+require 'active_remote/bulk'
require 'active_remote/dsl'
require 'active_remote/persistence'
require 'active_remote/rpc'
@@ -9,6 +10,7 @@ mod... | How about we load up the bulk stuff! | liveh2o_active_remote | train | rb |
aa85ea9947bde2342cd006427da653319ee39192 | diff --git a/codec-mqtt/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java b/codec-mqtt/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java
index <HASH>..<HASH> 100644
--- a/codec-mqtt/src/main/java/io/netty/handler/codec/mqtt/MqttProperties.java
+++ b/codec-mqtt/src/main/java/io/netty/handler/code... | Make MQTT property value publicly accessible (#<I>)
Motivation:
There was no way to read MQTT properties outside of `io.netty.handler.codec.mqtt` package
Modification:
Expose `MqttProperties.MqttProperty` fields `value` and `propertyId` via public methods
Result:
It's possible to read MQTT properties no... | netty_netty | train | java |
7a60429e3c7344cfc985b682e3dc6e2d8dbcd5d7 | diff --git a/telemetry/telemetry/internal/util/binary_manager.py b/telemetry/telemetry/internal/util/binary_manager.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/internal/util/binary_manager.py
+++ b/telemetry/telemetry/internal/util/binary_manager.py
@@ -195,7 +195,7 @@ def FetchBinaryDependencies(
e... | Minor Python 3 fix
Makes one minor fix for Python 3 compatibility found while converting
some GPU code, as exceptions no longer have a message attribute.
Bug: chromium:<I>
Change-Id: I6dcadb0c<I>b<I>d4a8e<I>c
Reviewed-on: <URL> | catapult-project_catapult | train | py |
475b0e9b66d726cff3d79163024067c5133ce229 | diff --git a/molgenis-core-ui/src/main/java/org/molgenis/ui/MolgenisMenuController.java b/molgenis-core-ui/src/main/java/org/molgenis/ui/MolgenisMenuController.java
index <HASH>..<HASH> 100644
--- a/molgenis-core-ui/src/main/java/org/molgenis/ui/MolgenisMenuController.java
+++ b/molgenis-core-ui/src/main/java/org/molge... | show login when access to all plugins is denied | molgenis_molgenis | train | java |
5cd69496dcc11055cc1e05153f3f4961f585e7ac | diff --git a/spinoff/actor/cell.py b/spinoff/actor/cell.py
index <HASH>..<HASH> 100644
--- a/spinoff/actor/cell.py
+++ b/spinoff/actor/cell.py
@@ -496,7 +496,7 @@ class Cell(_BaseCell): # TODO: inherit from Greenlet?
if not silent:
other << ('_unwatched', self.ref)
if not other.is_local:... | Pass watcher ref to unwatch_node as a positional arg | eallik_spinoff | train | py |
e09a46097f2fe254191f5fa3d8734836ff5519a6 | diff --git a/cmd2.py b/cmd2.py
index <HASH>..<HASH> 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -350,8 +350,8 @@ def path_complete(text, line, begidx, endidx, dir_exe_only=False, dir_only=False
# Build the search string
search_str = os.path.join(dirname, text + '*')
- # Expand "~" to the real user dire... | ~ only needs to be expanded if search text was entered | python-cmd2_cmd2 | train | py |
38cc8ae2b378413a385156cc6a7cf07cfffced85 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -249,6 +249,10 @@ if ( calypsoEnv === 'desktop' ) {
// NOTE: order matters. vendor must be before manifest.
webpackConfig.plugins = webpackConfig.plugins.concat( [
new webpack.optimiz... | Split "node_modules/tinymce/*" into its own chunk. | Automattic_wp-calypso | train | js |
d60086203a11bba1c355558abecfa0945986a206 | diff --git a/mbuild/trajectory.py b/mbuild/trajectory.py
index <HASH>..<HASH> 100755
--- a/mbuild/trajectory.py
+++ b/mbuild/trajectory.py
@@ -1,3 +1,8 @@
+from mbuild.formats.gromacs import save_gromacs
+from mbuild.formats.lammps import save_lammps
+from mbuild.formats.mol2 import save_mol2
+from mbuild.formats.xyz i... | added *.mol2, data.*, *.lmp, *.xyz, *.gro, *.top and *.hoomdxml to recognized save functions | mosdef-hub_mbuild | train | py |
cf9eb6fbf28f3425972cf5f6d9cee8d591987339 | diff --git a/uni_form/helpers.py b/uni_form/helpers.py
index <HASH>..<HASH> 100644
--- a/uni_form/helpers.py
+++ b/uni_form/helpers.py
@@ -121,9 +121,9 @@ class Fieldset(object):
''' Fieldset container. Renders to a <fieldset>. '''
- def __init__(self, legend, *fields, **args):
- self.css_cla... | Renaming wrong named args to kwargs | django-crispy-forms_django-crispy-forms | train | py |
4607aa396791f8254ac9e0a729c831359b9e6eb3 | diff --git a/lib/statistics.js b/lib/statistics.js
index <HASH>..<HASH> 100644
--- a/lib/statistics.js
+++ b/lib/statistics.js
@@ -20,6 +20,7 @@ class Statistics {
add(value) {
this.stats.push(value);
+ return this;
}
summarize(options) { | Make it possible to chain adding statistics. | sitespeedio_pagexray | train | js |
d552efcee024d1a9d17a88f72aca9e006256b89a | diff --git a/user/view.php b/user/view.php
index <HASH>..<HASH> 100644
--- a/user/view.php
+++ b/user/view.php
@@ -168,8 +168,8 @@
if ($mycourses = get_my_courses($user->id)) {
$courselisting = '';
foreach ($mycourses as $mycourse) {
- if ($mycourse->visible) {
- ... | Links to enrolled courses in user profile page now link to the
user profile page in that course.
Makes it easy to see their discussions etc | moodle_moodle | train | php |
91fe558d3457a9b84ca870e3c68539a7fe9f541d | diff --git a/asammdf/blocks/v2_v3_blocks.py b/asammdf/blocks/v2_v3_blocks.py
index <HASH>..<HASH> 100644
--- a/asammdf/blocks/v2_v3_blocks.py
+++ b/asammdf/blocks/v2_v3_blocks.py
@@ -2812,7 +2812,11 @@ class HeaderBlock:
self.comment_addr = 0
self.program_addr = 0
self.dg_nr = 0
-... | fix(blocks.v2_v3_blocks): ModuleNotFoundError: No module named 'pwd' | danielhrisca_asammdf | train | py |
677d30d8053b5e24fcd7174483f2e2907e76b0ab | diff --git a/public/jwlib/collection/abstractMap.js b/public/jwlib/collection/abstractMap.js
index <HASH>..<HASH> 100644
--- a/public/jwlib/collection/abstractMap.js
+++ b/public/jwlib/collection/abstractMap.js
@@ -549,18 +549,17 @@ JW.extend(JW.AbstractMap, JW.IndexedCollection, {
* @returns {JW.Proxy} `<T>` Proxy ... | Refactored JW.Map.trySet method. | enepomnyaschih_jwidget | train | js |
c6ce324e2dff3463e02bf78ceb83792627f56cff | diff --git a/src/PhpImap/Mailbox.php b/src/PhpImap/Mailbox.php
index <HASH>..<HASH> 100644
--- a/src/PhpImap/Mailbox.php
+++ b/src/PhpImap/Mailbox.php
@@ -668,7 +668,7 @@ class Mailbox
$mails = $this->imap('fetch_overview', [implode(',', $mailsIds), (SE_UID == $this->imapSearchOption) ? FT_UID : 0]);
... | Fixes "decodeMimeStr() Can not decode an empty" error when mail has no subject. | barbushin_php-imap | train | php |
7578d3002ba25a5864f508b31338f8257d648cce | diff --git a/lib/faker/games/control.rb b/lib/faker/games/control.rb
index <HASH>..<HASH> 100644
--- a/lib/faker/games/control.rb
+++ b/lib/faker/games/control.rb
@@ -23,7 +23,7 @@ module Faker
# @return [String]
#
# @example
- # Faker::Games::Control.character #=> "Dimensional Resea... | fix typo (#<I>) | stympy_faker | train | rb |
2c69e2ea757be9492a095aa22b5d51234c4b4102 | diff --git a/src/java/org/apache/cassandra/db/ColumnSerializer.java b/src/java/org/apache/cassandra/db/ColumnSerializer.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/db/ColumnSerializer.java
+++ b/src/java/org/apache/cassandra/db/ColumnSerializer.java
@@ -32,6 +32,7 @@ import org.slf4j.LoggerFact... | change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-<I> | Stratio_stratio-cassandra | train | java |
9e29351e6a0dafa9e91290599f37e85aadc659fd | diff --git a/tests/webapp/api/test_resultset_api.py b/tests/webapp/api/test_resultset_api.py
index <HASH>..<HASH> 100644
--- a/tests/webapp/api/test_resultset_api.py
+++ b/tests/webapp/api/test_resultset_api.py
@@ -156,8 +156,7 @@ def test_resultset_list_without_jobs(webapp, initial_data,
jm.store_result_set_data(... | Bug <I> - Remove leftover references to with_jobs URL parameter
Since it was removed in bug <I>. | mozilla_treeherder | train | py |
329d567eb44fd211e9ef54b4425276f95863b46e | diff --git a/servers/src/main/java/tachyon/worker/block/allocator/MaxFreeAllocator.java b/servers/src/main/java/tachyon/worker/block/allocator/MaxFreeAllocator.java
index <HASH>..<HASH> 100644
--- a/servers/src/main/java/tachyon/worker/block/allocator/MaxFreeAllocator.java
+++ b/servers/src/main/java/tachyon/worker/blo... | Update the comment of MaxFreeAllocator | Alluxio_alluxio | train | java |
6b929019c89f4d32326da5cb87789e6442a851a0 | diff --git a/lang/fr/lesson.php b/lang/fr/lesson.php
index <HASH>..<HASH> 100644
--- a/lang/fr/lesson.php
+++ b/lang/fr/lesson.php
@@ -129,8 +129,11 @@ $string['maximumnumberofanswersbranches'] = 'Nombre maximal de r
$string['maximumnumberofattempts'] = 'Nombre maximal de tentatives';
$string['maxtime'] = 'Dur�e maxi... | Few lang entries for the new features for media file | moodle_moodle | train | php |
76f7412a755017cb7c9af343765ef823ecc55c2a | diff --git a/core/server/apps/permissions.js b/core/server/apps/permissions.js
index <HASH>..<HASH> 100644
--- a/core/server/apps/permissions.js
+++ b/core/server/apps/permissions.js
@@ -33,9 +33,11 @@ AppPermissions.prototype.read = function () {
};
AppPermissions.prototype.checkPackageContentsExists = function ()... | Stop packagePath variable from being undefined | TryGhost_Ghost | train | js |
14c2ad55b6cb7ebe5315c126485ae0b5823b95b9 | diff --git a/lib/transaction/websockets.js b/lib/transaction/websockets.js
index <HASH>..<HASH> 100644
--- a/lib/transaction/websockets.js
+++ b/lib/transaction/websockets.js
@@ -12,6 +12,9 @@ var WebSocketLibrary = (function() {
if( configuration instanceof Server ) {
this.io = configuration;
return;
+
+ }... | [FEATURE] Warn when possible socket.io conflict was detected | oliversalzburg_absync | train | js |
114c0cf22fcb29377a4859d1c83d6595afa47ad7 | diff --git a/hrpg/core.py b/hrpg/core.py
index <HASH>..<HASH> 100644
--- a/hrpg/core.py
+++ b/hrpg/core.py
@@ -77,17 +77,23 @@ def cli():
# TODO fix hackish default setting - might be a docopt config opt?
elif args['user'] or not (args['tasks'] or args['task']):
req = requests.get(API_URI_BASE + '/us... | stub GET /user/tasks | ASMfreaK_habitipy | train | py |
14ff94da34d5ce911ef588f019d5a9d386bd534a | diff --git a/packages/@vue/cli-plugin-babel/codemods/usePluginPreset.js b/packages/@vue/cli-plugin-babel/codemods/usePluginPreset.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-babel/codemods/usePluginPreset.js
+++ b/packages/@vue/cli-plugin-babel/codemods/usePluginPreset.js
@@ -37,5 +37,5 @@ module.expo... | fix: force lines to be ended with lf, fix windows tests | vuejs_vue-cli | train | js |
8e62c0a9a22ff235e453a44db0e65bffd8a0ee31 | diff --git a/testem.js b/testem.js
index <HASH>..<HASH> 100644
--- a/testem.js
+++ b/testem.js
@@ -14,7 +14,6 @@ module.exports = {
process.env.CI ? '--no-sandbox' : null,
'--headless',
'--disable-gpu',
- '--disable-dev-shm-usage',
'--disable-software-rasterizer',
'--... | remove `--disable-dev-shm-usage` from testem.js
looks like it is causing issues during build in circleci: <URL> | sethbrasile_ember-audio | train | js |
102a3a5e9e1c8b0caec748ec115049544174893d | diff --git a/lib/workers/repository/updates/generate.js b/lib/workers/repository/updates/generate.js
index <HASH>..<HASH> 100644
--- a/lib/workers/repository/updates/generate.js
+++ b/lib/workers/repository/updates/generate.js
@@ -180,6 +180,11 @@ function generateBranchConfig(branchUpgrades) {
config.hasTypes = t... | fix(maven): sort updates to same file from bottom up | renovatebot_renovate | train | js |
fc87620c10882321c38c6921b90986c4bc1c062f | diff --git a/client/lib/stripe/index.js b/client/lib/stripe/index.js
index <HASH>..<HASH> 100644
--- a/client/lib/stripe/index.js
+++ b/client/lib/stripe/index.js
@@ -227,7 +227,7 @@ function useStripeJs( stripeConfiguration ) {
return;
}
debug( 'loading stripe.js...' );
- await loadScriptAsync( stripeCo... | Stripe: loadScript already returns a promise (#<I>) | Automattic_wp-calypso | train | js |
e0ccc6d0cbf7b17e8c7288297c717f3b3d499679 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Changes to 0.4.21
+Changes to 0.4.21, 0.4.22
- Unify dll loader between the standard and compat library, fixing load
failures on some previously supported platforms.
diff --git a/magic/loader.py b/magic... | Fix yet another import error
Seems to hit windows, probably OSX. We have great test coverage
across linux distros, not so much elsewhere.
Tested on my windows box by manually installing the wheel file. | ahupp_python-magic | train | CHANGELOG,py,py |
f75876dde62e23b228cf4c66e1c88c42ed934696 | diff --git a/tests/BaseTest.php b/tests/BaseTest.php
index <HASH>..<HASH> 100644
--- a/tests/BaseTest.php
+++ b/tests/BaseTest.php
@@ -76,15 +76,29 @@ abstract class BaseTest extends TestCase {
7 // Mass change template
];
+ protected static $dotEnv;
+
+ /**
+ * Read configuration settings fro... | Read configuration settings from .env file only once per test class | bheisig_i-doit-api-client-php | train | php |
60b66025be223972bc2525d943f316f839a56076 | diff --git a/experiments/src/main/java/samples/NeuralNetViz.java b/experiments/src/main/java/samples/NeuralNetViz.java
index <HASH>..<HASH> 100644
--- a/experiments/src/main/java/samples/NeuralNetViz.java
+++ b/experiments/src/main/java/samples/NeuralNetViz.java
@@ -11,12 +11,12 @@ public class NeuralNetViz extends Neu... | Use the threaded version for NN visualization. | h2oai_h2o-2 | train | java |
c8745c70f01f31fa4c023cd833214f3a90bd86fa | diff --git a/modules/org.opencms.editors.ade/resources/system/workplace/resources/editors/ade/js/cms.toolbar.js b/modules/org.opencms.editors.ade/resources/system/workplace/resources/editors/ade/js/cms.toolbar.js
index <HASH>..<HASH> 100644
--- a/modules/org.opencms.editors.ade/resources/system/workplace/resources/edit... | - removed superfluous comma | alkacon_opencms-core | train | js |
07e9e91233b1f7c6ef456085410188f1d6f21e00 | diff --git a/Controller/Api/v2.php b/Controller/Api/v2.php
index <HASH>..<HASH> 100644
--- a/Controller/Api/v2.php
+++ b/Controller/Api/v2.php
@@ -230,8 +230,9 @@ class V2 extends \Magento\Framework\App\Action\Action
*/
public function getPaymentResponse($order)
{
- return ($this->data->session_i... | Updated the Session Id retrieval logic | checkout_checkout-magento2-plugin | train | php |
8b9a3f9f7c939133abb72a5e3d02bfda3ea7fdb4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='snipsmanagercore',
- version='0.2.0.0.0',
+ version='0.1.7.0.0',
description='The Snips manager core utilities for creating end-to-end assistants',
... | Correct version number to comply with PyPi | snipsco_snipsmanagercore | train | py |
3f631cea09d4c5630a52139bb231feb816dc80c4 | diff --git a/app/src/scripts/user/user.store.js b/app/src/scripts/user/user.store.js
index <HASH>..<HASH> 100644
--- a/app/src/scripts/user/user.store.js
+++ b/app/src/scripts/user/user.store.js
@@ -1,5 +1,5 @@
// dependencies ----------------------------------------------------------------------
-
+import Raven from ... | Add user context to Raven error reporting. | OpenNeuroOrg_openneuro | train | js |
0022a97f244e0c1b7f95172fa92de938984d96a6 | diff --git a/blocks/navigation/block_navigation.php b/blocks/navigation/block_navigation.php
index <HASH>..<HASH> 100644
--- a/blocks/navigation/block_navigation.php
+++ b/blocks/navigation/block_navigation.php
@@ -107,12 +107,16 @@ class block_navigation extends block_base {
if (!empty($CFG->navcourselimit)) ... | blocks-navigation MDL-<I> Fixed notice when block config doesn't already exist | moodle_moodle | train | php |
9d13649398e98a9ff998932f44bfd058c712eff4 | diff --git a/master/buildbot/test/unit/test_steps_shell.py b/master/buildbot/test/unit/test_steps_shell.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/unit/test_steps_shell.py
+++ b/master/buildbot/test/unit/test_steps_shell.py
@@ -127,6 +127,20 @@ class TestShellCommandExecution(steps.BuildStepMixin, unitte... | add a test for command=[..] | buildbot_buildbot | train | py |
01878f0ad294c37d55c85b1a8e660027d282d6b9 | diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/api/IResource.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/api/IResource.java
index <HASH>..<HASH> 100644
--- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/api/IResource.java
+++ b/hapi-fhir-base/src/main/java/ca/uhn/fhir/model/api/IResource.java
@... | removed unused import from IResource | jamesagnew_hapi-fhir | train | java |
4863675d28e841fb0ec8b85e77940599d7b5f013 | diff --git a/aiogram/utils/exceptions.py b/aiogram/utils/exceptions.py
index <HASH>..<HASH> 100644
--- a/aiogram/utils/exceptions.py
+++ b/aiogram/utils/exceptions.py
@@ -7,6 +7,7 @@
- MessageNotModified
- MessageToForwardNotFound
- MessageToDeleteNotFound
+ - MessageTo... | Add exception MessageToPinNotFound (#<I>) | aiogram_aiogram | train | py |
4d12c037de649c98e7c2d58f927e77c0927d85c4 | diff --git a/lib/cfoundry/client.rb b/lib/cfoundry/client.rb
index <HASH>..<HASH> 100644
--- a/lib/cfoundry/client.rb
+++ b/lib/cfoundry/client.rb
@@ -23,6 +23,11 @@ require "cfoundry/v2/client"
module CFoundry
class Client < BaseClient
def self.new(*args)
+ puts "DEPRECATION WARNING: Please use CFoundry:... | Add deprecation warning to CFoundry::Client.new | cloudfoundry-attic_cfoundry | train | rb,rb |
14fa54e1e5763087323d5efb9c4857b50bca7935 | diff --git a/molgenis-search-elasticsearch/src/main/java/org/molgenis/elasticsearch/index/IndexRequestGenerator.java b/molgenis-search-elasticsearch/src/main/java/org/molgenis/elasticsearch/index/IndexRequestGenerator.java
index <HASH>..<HASH> 100644
--- a/molgenis-search-elasticsearch/src/main/java/org/molgenis/elasti... | Fix for github issue #<I> | molgenis_molgenis | train | java |
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.