hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
9c6797a915736e6eb95b2d396e160d91a4487121 | diff --git a/src/main/java/org/jinstagram/Instagram.java b/src/main/java/org/jinstagram/Instagram.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jinstagram/Instagram.java
+++ b/src/main/java/org/jinstagram/Instagram.java
@@ -193,7 +193,7 @@ public class Instagram {
* through the review process.
* ... | Minor. Methods was misspelled. | sachin-handiekar_jInstagram | train |
ce4af4c6fbab34265e69492281a7e13e1d26914b | diff --git a/src/Canvas.js b/src/Canvas.js
index <HASH>..<HASH> 100644
--- a/src/Canvas.js
+++ b/src/Canvas.js
@@ -17,39 +17,36 @@ const HAS_MATRIX = (function (div) {
})(document.createElement('div'))
export default class Canvas {
- constructor(img, opts) {
+ constructor(element, opts) {
// make this object... | Refactored load function in Canvas
Updated Canvas with element instead of img as the library can now handle more than just images
Removed -- from console message | GianlucaGuarini_parallax | train |
82befbfdac64302bf0b7c9b71a84165a1de04a70 | diff --git a/lib/bitly/v3/url.rb b/lib/bitly/v3/url.rb
index <HASH>..<HASH> 100644
--- a/lib/bitly/v3/url.rb
+++ b/lib/bitly/v3/url.rb
@@ -11,7 +11,7 @@ module Bitly
if opts
@short_url = opts['url']
@long_url = opts['long_url']
- @user_hash = opts['hash']
+ @user_hash = ... | Fixes issue with expanding short urls in v3 API | jonstorer_bitly-oauth | train |
7abbb0f57e8ac9c57ab0c0fbf1d1f89faa181eda | diff --git a/builtin/providers/aws/resource_aws_elastic_beanstalk_environment.go b/builtin/providers/aws/resource_aws_elastic_beanstalk_environment.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_elastic_beanstalk_environment.go
+++ b/builtin/providers/aws/resource_aws_elastic_beanstalk_environm... | provider/aws: fix Elastic Beanstalk settings diff (#<I>)
Fixes an issue where terraform plan or apply will always have a diff.
The Elastic Beanstalk API returns data for the `resource` attribute for
some settings that are not documented. This limits the `resource`
attribute to settings in the `aws:autoscaling:sched... | hashicorp_terraform | train |
8dead7b99ba1518cacc5f44dc62c1a83f8d998c9 | diff --git a/simulator/src/main/java/com/hazelcast/simulator/worker/TestContainer.java b/simulator/src/main/java/com/hazelcast/simulator/worker/TestContainer.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/worker/TestContainer.java
+++ b/simulator/src/main/java/com/hazelcast/simul... | Fixed "singular field" issue from SonarQube. | hazelcast_hazelcast-simulator | train |
7328c4f92b32803f2d8fb3a2272b45eb2f86ee8e | diff --git a/aggregate_root/lib/aggregate_root/instrumented_repository.rb b/aggregate_root/lib/aggregate_root/instrumented_repository.rb
index <HASH>..<HASH> 100644
--- a/aggregate_root/lib/aggregate_root/instrumented_repository.rb
+++ b/aggregate_root/lib/aggregate_root/instrumented_repository.rb
@@ -30,6 +30,18 @@ mo... | Pass through unknown methods to AggregateRepository from instrumentation | RailsEventStore_rails_event_store | train |
2fa18851867e99e065f083de74be8ab8adad4b41 | diff --git a/pylint/reporters/text.py b/pylint/reporters/text.py
index <HASH>..<HASH> 100644
--- a/pylint/reporters/text.py
+++ b/pylint/reporters/text.py
@@ -191,9 +191,7 @@ class ColorizedTextReporter(TextReporter):
self.color_mapping = color_mapping or \
dict(ColorizedTextRepor... | Simplify the code to not use assertion and exceptions. | PyCQA_pylint | train |
73278bfdab81569405d6ad458cd00a755cee0955 | diff --git a/test/connection_test.rb b/test/connection_test.rb
index <HASH>..<HASH> 100644
--- a/test/connection_test.rb
+++ b/test/connection_test.rb
@@ -10,6 +10,7 @@ class ConnectionTest < Test::Unit::TestCase
@response_ok = Net::HTTPOK.new("1.1", "200", "OK")
@response_not_found = Net::HTTPNotFound.new("1... | Added tests for TemporaryRedirect error | megamsys_radosgw-s3 | train |
cadd80dd25375317c1826638d7d3c332eac42b07 | diff --git a/app.js b/app.js
index <HASH>..<HASH> 100644
--- a/app.js
+++ b/app.js
@@ -30,9 +30,9 @@ var _ = require('lodash'),
var MongoStore = connectMongo(express.session),
httpEnabled = settings.http && settings.http.enable,
httpsEnabled = settings.https && settings.https.enable,
- models = all('./app... | Changed require-tree constructor argument with fullpath directory | sdelements_lets-chat | train |
68e4ce16cf8a1072fc7514b4edb3b0a0298f3b15 | diff --git a/wordfreq/tokens.py b/wordfreq/tokens.py
index <HASH>..<HASH> 100644
--- a/wordfreq/tokens.py
+++ b/wordfreq/tokens.py
@@ -101,7 +101,7 @@ DIGIT_RE = regex.compile('\d')
MULTI_DIGIT_RE = regex.compile('\d[\d.,]+')
-def simple_tokenize(text, include_punctuation=False, combine_numbers=False):
+def simple... | Handle smashing numbers only at the end of tokenize().
This does make the code a lot clearer. | LuminosoInsight_wordfreq | train |
a378495803d5481debba490e6f1cf9249e7ef980 | diff --git a/lenstronomy/Workflow/lens_param.py b/lenstronomy/Workflow/lens_param.py
index <HASH>..<HASH> 100644
--- a/lenstronomy/Workflow/lens_param.py
+++ b/lenstronomy/Workflow/lens_param.py
@@ -644,7 +644,7 @@ class LensParam(object):
high.append(+np.pi)
if model in ['SERSIC', 'SE... | sersic bounds for lens model changed | sibirrer_lenstronomy | train |
4608717cb9a1be2fec26a34c4e72ce4bec37f6f3 | diff --git a/confuse/core.py b/confuse/core.py
index <HASH>..<HASH> 100644
--- a/confuse/core.py
+++ b/confuse/core.py
@@ -649,11 +649,12 @@ class Configuration(RootView):
os.makedirs(appdir)
return appdir
- def set_file(self, filename):
+ def set_file(self, filename, base_for_paths=False)... | Expand set_file method to allow using source's dir for relative paths | sampsyo_confuse | train |
18a43c83923a909ee5da698e735928b8a204a631 | diff --git a/taxtastic.py b/taxtastic.py
index <HASH>..<HASH> 100755
--- a/taxtastic.py
+++ b/taxtastic.py
@@ -89,7 +89,7 @@ def main():
dbname = arguments.dbfile if pth else os.path.join(arguments.dest_dir, fname)
if not os.access(dbname, os.F_OK) or arguments.new_database:
- zfile = tax... | tracked down and fixed a taxtastic taxtable bug, stubbed out taxtastic.py taxtable test class with a couple of basic tests | fhcrc_taxtastic | train |
8facf88881ed843163e5c5b1bc53bd6bac9502b1 | diff --git a/ecommerce_worker/email/v1/braze/client.py b/ecommerce_worker/email/v1/braze/client.py
index <HASH>..<HASH> 100644
--- a/ecommerce_worker/email/v1/braze/client.py
+++ b/ecommerce_worker/email/v1/braze/client.py
@@ -300,6 +300,11 @@ class BrazeClient:
):
"""
Sends the message via Braze... | fix: ignore Braze frequency capping for ent emails | edx_ecommerce-worker | train |
ceae5786617a532a17f357605232491995ffb436 | diff --git a/SQL.py b/SQL.py
index <HASH>..<HASH> 100644
--- a/SQL.py
+++ b/SQL.py
@@ -11,9 +11,9 @@ Copyright
"""
__author__ = 'Jason R. Coombs <jaraco@sandia.gov>'
-__version__ = '$Revision: 55 $a'[11:-2]
+__version__ = '$Revision: 56 $a'[11:-2]
__vssauthor__ = '$Author: Jaraco $'[9:-2]
-__date__ = '$Modt... | Restored '0x' initialization of Binary. | jaraco_jaraco.util | train |
8283bf8058974d9935e2614e03bc58ced44a3713 | diff --git a/lib/Opauth/OpauthStrategy.php b/lib/Opauth/OpauthStrategy.php
index <HASH>..<HASH> 100644
--- a/lib/Opauth/OpauthStrategy.php
+++ b/lib/Opauth/OpauthStrategy.php
@@ -171,7 +171,7 @@ class OpauthStrategy{
$iteration = intval($iteration);
if ($iteration <= 0) return false;
- for ($i = 0; $i < $ite... | base_convert to <I> for each interations | opauth_opauth | train |
c9ea31ed375e15948396581b7df34df3ae835d03 | diff --git a/clc-java-sdk/sdk/src/test/java/com/centurylink/cloud/sdk/servers/AbstractServersSdkTest.java b/clc-java-sdk/sdk/src/test/java/com/centurylink/cloud/sdk/servers/AbstractServersSdkTest.java
index <HASH>..<HASH> 100644
--- a/clc-java-sdk/sdk/src/test/java/com/centurylink/cloud/sdk/servers/AbstractServersSdkTe... | <I> Implement possibilities to power on server | CenturyLinkCloud_clc-java-sdk | train |
ebcafcf135f3906cd5ced58cca0991245cc218ac | diff --git a/packages/amount-selectors/README.md b/packages/amount-selectors/README.md
index <HASH>..<HASH> 100644
--- a/packages/amount-selectors/README.md
+++ b/packages/amount-selectors/README.md
@@ -10,16 +10,17 @@ npm install @crave/farmblocks-amount-selectors
## API
-| Property | Description | Type |
-|-----... | feat(amount-selectors): add disabled property
affects: @crave/farmblocks-amount-selectors
ISSUES CLOSED: #<I> | CraveFood_farmblocks | train |
09703e54e567c117a88c50589839206f9ed6dda7 | diff --git a/ontobio/io/gpaddiffer.py b/ontobio/io/gpaddiffer.py
index <HASH>..<HASH> 100644
--- a/ontobio/io/gpaddiffer.py
+++ b/ontobio/io/gpaddiffer.py
@@ -19,7 +19,7 @@ from ontobio.io.assocparser import Report
def compare_files(file1, file2, output, count_by, exclude_details, file_type):
print("Starting comp... | add report structure to report lines with only close as warning, no match as error | biolink_ontobio | train |
888181950f89092759020f7540cae64b47951c23 | diff --git a/agent/spec/unit/apply_plan/job_spec.rb b/agent/spec/unit/apply_plan/job_spec.rb
index <HASH>..<HASH> 100644
--- a/agent/spec/unit/apply_plan/job_spec.rb
+++ b/agent/spec/unit/apply_plan/job_spec.rb
@@ -120,7 +120,6 @@ describe Bosh::Agent::ApplyPlan::Job do
bin_dir = File.join(job.install_path, "b... | job_spec should not check explicit file mode
as we don't set an explicit umask in the agent code, the spec inherits the user umask, which when it is not <I> would cause a test to fail
checking if the directory gets created is enough
Change-Id: I<I>a6b5ee<I>be<I>dc5af<I>dbe<I>e<I> | cloudfoundry_bosh | train |
ec090c8279d77c867199dab7b7c9e29b0b3de295 | diff --git a/spec/unit/metadata_spec.rb b/spec/unit/metadata_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/metadata_spec.rb
+++ b/spec/unit/metadata_spec.rb
@@ -62,8 +62,7 @@ module Omnibus
end
it_behaves_like 'a version manipulator', 'aix', '7.1', '7.1'
- it_behaves_like 'a version manipulat... | Update test for platform_version in metadata to check for 'rolling' as /etc/arch-release no longer contains a version hint (deprecated some time ago). | chef_omnibus | train |
ddf32456778b71dcef91636306a996f9d8dc7d16 | diff --git a/erasure-readfile.go b/erasure-readfile.go
index <HASH>..<HASH> 100644
--- a/erasure-readfile.go
+++ b/erasure-readfile.go
@@ -175,6 +175,11 @@ func parallelRead(volume, path string, readDisks []StorageAPI, orderedDisks []St
// then written to given writer. This function also supports bit-rot detection by
... | xl/fs: offset and length cannot be negative. (#<I>)
Fixes #<I> | minio_minio | train |
abea8101280c87238609a2798f2380e2ae35ab7b | diff --git a/Slim/App.php b/Slim/App.php
index <HASH>..<HASH> 100644
--- a/Slim/App.php
+++ b/Slim/App.php
@@ -289,16 +289,14 @@ class App
*/
public function run($silent = false)
{
+ $response = $this->container->get('response');
+
try {
- $request = $this->container->get('req... | Clean up control flow in App::run() by pulling $response def. first
Changes execution order a bit, but won't matter unless folks are doing
something really weird interaction-wise between container request and
response objects. And maybe not even then! | slimphp_Slim | train |
4ec303ec4aaddc22be44976eb33140f1eef00545 | diff --git a/lib/TextBox.js b/lib/TextBox.js
index <HASH>..<HASH> 100644
--- a/lib/TextBox.js
+++ b/lib/TextBox.js
@@ -21,7 +21,7 @@ export class TextBox extends Input {
create(init) {
super.create(init)
this.children = [
- new Box(this._edit = new Edit({
+ this._box = new B... | TextBox: focus only on box and labels click | aristov_ariamodule | train |
cc215f734725d5fa06c9e275462acf3255059738 | diff --git a/src/Symfony/Component/OptionsResolver/OptionsResolver.php b/src/Symfony/Component/OptionsResolver/OptionsResolver.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/OptionsResolver/OptionsResolver.php
+++ b/src/Symfony/Component/OptionsResolver/OptionsResolver.php
@@ -883,7 +883,7 @@ class Options... | Fix options resolver with array allowed types | symfony_symfony | train |
bb98768023a7821324f2a08941f1364e221862ae | diff --git a/src/utilities/__tests__/findBreakingChanges-test.js b/src/utilities/__tests__/findBreakingChanges-test.js
index <HASH>..<HASH> 100644
--- a/src/utilities/__tests__/findBreakingChanges-test.js
+++ b/src/utilities/__tests__/findBreakingChanges-test.js
@@ -32,6 +32,7 @@ import {
findTypesRemovedFromUnions,... | Adding a value to an enum is now a dangerous change. | graphql_graphql-js | train |
b9a400040a1b8a186986a03222e9e2210ef6478c | diff --git a/conn_test.go b/conn_test.go
index <HASH>..<HASH> 100644
--- a/conn_test.go
+++ b/conn_test.go
@@ -149,7 +149,8 @@ func TestEncodeDecode(t *testing.T) {
'\x000102'::bytea,
'foobar'::text,
NULL::integer,
- '2000-1-1 01:02:03.04-7'::timestamptz
+ '2000-1-1 01:02:03.04-7'::timestamptz,
+ 0::b... | Add test for scanning boolean into interface{} | bmizerany_pq | train |
5f0925a2941193281459617f89df6aea0ebe7bd3 | diff --git a/test/e2e/common/node/container_probe.go b/test/e2e/common/node/container_probe.go
index <HASH>..<HASH> 100644
--- a/test/e2e/common/node/container_probe.go
+++ b/test/e2e/common/node/container_probe.go
@@ -406,17 +406,18 @@ var _ = SIGDescribe("Probing container", func() {
ginkgo.It("should be ready imme... | Flake #<I> increase delay for ready state propagation | kubernetes_kubernetes | train |
d80c07a6ae0543a48e1af842704d7b9f0208e116 | diff --git a/lib/sprockets/loader.rb b/lib/sprockets/loader.rb
index <HASH>..<HASH> 100644
--- a/lib/sprockets/loader.rb
+++ b/lib/sprockets/loader.rb
@@ -308,8 +308,10 @@ module Sprockets
history = cache.get(key) || []
history.each_with_index do |deps, index|
- deps.map! { |path| path.star... | Prevent expanded paths from getting into the history cache
Currently dependencies are mutated after they're pulled out of the cache. These same dependencies can then be re-stored later
```
cache.set(key, history.unshift(deps).take(limit))
```
This makes it possible for a project to load the wrong asset. | rails_sprockets | train |
06998d015fd04f6411a897d43a78a7da4ff432f1 | diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3634Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3634Test.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3634Test.php
+++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3634Test.php
@@ -16,9 +16,15 @@ class DDC3... | Skipping DDC-<I> tests when a post-insert generator is unavailable | doctrine_orm | train |
b244bec8c538837dc16d3f19fa7535d47e089a1c | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,92 +1,92 @@
PATH
remote: .
specs:
- built_in_data (1.1.0)
+ built_in_data (1.1.1)
rails (>= 4.0.0)
GEM
remote: https://rubygems.org/
specs:
- actioncable (5.0.2)
- action... | clear built_in_object_ids on delete_all | wwidea_built_in_data | train |
47cf2e3b907fea41e5919b004e34f119b53cd74e | diff --git a/tests/TestCase/View/Helper/MenuHelperTest.php b/tests/TestCase/View/Helper/MenuHelperTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/View/Helper/MenuHelperTest.php
+++ b/tests/TestCase/View/Helper/MenuHelperTest.php
@@ -13,10 +13,4 @@ class MenuHelperTest extends TestCase
$View = new Vie... | remove unit test for obsolete method (task #<I>) | QoboLtd_cakephp-menu | train |
e44f719a15eaa253bcda14298aa932ded8fc5aef | diff --git a/xurls.go b/xurls.go
index <HASH>..<HASH> 100644
--- a/xurls.go
+++ b/xurls.go
@@ -25,7 +25,7 @@ const (
webURL = hostName + `(:[0-9]{1,5})?` + path
email = `[a-zA-Z0-9._%\-+]+@` + hostName
- comScheme = `[a-zA-Z.\-+]+://`
+ comScheme = `[a-zA-Z][a-zA-Z.\-+]*://`
scheme = `(` + comScheme +... | Fix the scheme regex regarding a starting non-letter | mvdan_xurls | train |
1d7be3a81a789469c859b44e0949dc952ac04782 | diff --git a/src/peltak/commands/appengine.py b/src/peltak/commands/appengine.py
index <HASH>..<HASH> 100644
--- a/src/peltak/commands/appengine.py
+++ b/src/peltak/commands/appengine.py
@@ -121,7 +121,7 @@ def _get_appengine_sdk_path():
' directly.',
'^0'
)
- log.cprint('\n'.j... | Move cprint from core.log to core.shell
Seems to fit there better | novopl_peltak | train |
cb6ffd627d86ace9ed6b679add3e27f315234c2d | diff --git a/src/list.js b/src/list.js
index <HASH>..<HASH> 100644
--- a/src/list.js
+++ b/src/list.js
@@ -1,7 +1,7 @@
'use strict'
const assert = require('assert')
-const ExtDate = require('./date')
+const Date = require('./date')
const ExtDateTime = require('./interface')
const { isArray } = Array
@@ -77,10 +... | Rename ExtDate -> Date | inukshuk_edtf.js | train |
cc302057d45ef83f37d4d69026c03aa6c202776a | diff --git a/nipap-www/nipapwww/public/nipap.js b/nipap-www/nipapwww/public/nipap.js
index <HASH>..<HASH> 100644
--- a/nipap-www/nipapwww/public/nipap.js
+++ b/nipap-www/nipapwww/public/nipap.js
@@ -1043,10 +1043,10 @@ function insertPrefix(prefix, prev_prefix) {
if (prev_prefix.match == false && prefix.match == t... | Modified placement of match after non-match
Nodified placement of matching prefix after a non-matching prefix of the
same indent level. Previously the prefix was placed directly after the
hidden container when it should be placed after the element after (the
"hidden prefixes"-text container). | SpriteLink_NIPAP | train |
59b7ab5bceb8e8dbc28306e7d2a437ec3a8e2a38 | diff --git a/dvc/version.py b/dvc/version.py
index <HASH>..<HASH> 100644
--- a/dvc/version.py
+++ b/dvc/version.py
@@ -49,4 +49,4 @@ def is_dirty(dir_path):
return True
-__version__ = generate_version(base_version="0.34.2")
+__version__ = generate_version(base_version="0.35.0") | dvc: bump to <I> | iterative_dvc | train |
88864a977955cfc93d34b603049619fbd9643b43 | diff --git a/lib/podio/models/organization.rb b/lib/podio/models/organization.rb
index <HASH>..<HASH> 100644
--- a/lib/podio/models/organization.rb
+++ b/lib/podio/models/organization.rb
@@ -103,5 +103,12 @@ class Podio::Organization < ActivePodio::Base
Podio.connection.post("/org/#{id}/upgrade").body
end
... | Added set_joined_as to Organization model (internal API operation) | podio_podio-rb | train |
0d5146bedab229756caafdd477659f94d4f26c3d | diff --git a/pipeline/__init__.py b/pipeline/__init__.py
index <HASH>..<HASH> 100644
--- a/pipeline/__init__.py
+++ b/pipeline/__init__.py
@@ -4,59 +4,33 @@ from functools import partial
class Pipeline:
def __init__(self):
- self.tail = None
self.results = []
+ self._queue = []
def... | simplify, on done always traverse from beginning | squeaky-pl_japronto | train |
7ef8fa720782a02eb14ceda1a16c0cad856c4574 | diff --git a/pkg/apis/networking/validation/validation_test.go b/pkg/apis/networking/validation/validation_test.go
index <HASH>..<HASH> 100644
--- a/pkg/apis/networking/validation/validation_test.go
+++ b/pkg/apis/networking/validation/validation_test.go
@@ -2072,6 +2072,67 @@ func TestValidateIngressTLS(t *testing.T) ... | Verify that an ingress with empty TLS is valid
Add a test that verifies that an ingress with an empty TLS value or with a
TLS value that specifies an empty list of hosts passes validation.
* pkg/apis/networking/validation/validation_test.go
(TestValidateEmptyIngressTLS): New test. | kubernetes_kubernetes | train |
4bfd1857c1dd38592459f8653c4c2818c2978b5e | diff --git a/grakn-graph/src/main/java/ai/grakn/factory/SystemKeyspace.java b/grakn-graph/src/main/java/ai/grakn/factory/SystemKeyspace.java
index <HASH>..<HASH> 100644
--- a/grakn-graph/src/main/java/ai/grakn/factory/SystemKeyspace.java
+++ b/grakn-graph/src/main/java/ai/grakn/factory/SystemKeyspace.java
@@ -92,10 +92... | One tiny optimisation of the system keyspace (#<I>) | graknlabs_grakn | train |
355454913bd2816fe1e8c168c915ee94ac10b383 | diff --git a/src/Excel.php b/src/Excel.php
index <HASH>..<HASH> 100644
--- a/src/Excel.php
+++ b/src/Excel.php
@@ -237,10 +237,6 @@ class Excel {
*/
protected static function initializeFile( $path ) {
- if( false === is_writable($path)):
- throw new UnableToInitializeOutputFile( "Path is ... | Removed a check that was causing issues in certain scenarios. | DPRMC_Excel | train |
7ed39ef2fa9d815219c7e40efac4caba45636278 | diff --git a/lib/events/api.go b/lib/events/api.go
index <HASH>..<HASH> 100644
--- a/lib/events/api.go
+++ b/lib/events/api.go
@@ -20,6 +20,7 @@ import (
"context"
"fmt"
"io"
+ "math"
"time"
"github.com/gravitational/teleport/lib/session"
@@ -169,6 +170,15 @@ const (
// ResizeEvent means that some user re... | Fix event index for session data.
Session Data transfer event missed event index,
effectively setting it to 0.
It is not a mistake by itself, however on Dynamo
it resulted this event overwriting SessionStart
event, resulting in incomplete session
event records.
This is not a perfect fix, as the same problem
could be... | gravitational_teleport | train |
2ce7cdda189f6cf65281ef715124cb89df3c19d0 | diff --git a/webit-script/src/main/java/webit/script/loaders/AbstractLoader.java b/webit-script/src/main/java/webit/script/loaders/AbstractLoader.java
index <HASH>..<HASH> 100644
--- a/webit-script/src/main/java/webit/script/loaders/AbstractLoader.java
+++ b/webit-script/src/main/java/webit/script/loaders/AbstractLoade... | Loaders use engine.encoding as default | febit_wit | train |
9c236908b6e72eac74a05f407adb5b19fa6acc05 | diff --git a/src/Controller/Controller.php b/src/Controller/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Controller.php
+++ b/src/Controller/Controller.php
@@ -346,7 +346,7 @@ class Controller implements EventListenerInterface, EventDispatcherInterface
];
if (isset($deprecated[$name... | fix Controller <I> deprecated message from class attribute to method | cakephp_cakephp | train |
d03021603b250549637de00f8a88aef5e27b57bc | diff --git a/lib/media/media_source_engine.js b/lib/media/media_source_engine.js
index <HASH>..<HASH> 100644
--- a/lib/media/media_source_engine.js
+++ b/lib/media/media_source_engine.js
@@ -32,7 +32,7 @@ goog.require('shaka.util.PublicPromise');
* internally synchronized and serialized as needed. Operations that ca... | Make types nullable, use HTMLMediaElement
Non-nullability on some types forces us to use casts everywhere, at
which point the compiler is just trusting us. So they might as well
be nullable and save us some typing.
Also, change HTMLVideoElement to the more general HTMLMediaElement.
Change-Id: Iaf<I>bfbf<I>b<I>ad8cd... | google_shaka-player | train |
6659e38a68f2f9f6a76070fd2a7177e5f8a403c4 | diff --git a/server.js b/server.js
index <HASH>..<HASH> 100644
--- a/server.js
+++ b/server.js
@@ -24,7 +24,6 @@ const serverVarsFactory = function () {
return get(this.store, key);
},
inject: function () {
- console.log(this.store);
var stringified =
... | removed console.log to minimize server output (#<I>) | 1stdibs_serverVars | train |
e018980ddd3dc86ccf3fb6a7d02739ee057aec3b | diff --git a/backtrader/brokers/bbroker.py b/backtrader/brokers/bbroker.py
index <HASH>..<HASH> 100644
--- a/backtrader/brokers/bbroker.py
+++ b/backtrader/brokers/bbroker.py
@@ -519,7 +519,7 @@ class BackBroker(bt.BrokerBase):
return pref
- def submit(self, order):
+ def submit(self, order, check=Tr... | Enable submission on order history without submission check | backtrader_backtrader | train |
10a36def968a4e642b1afec74e3f0be602c79f58 | diff --git a/src/Psalm/Internal/Analyzer/Statements/ExpressionAnalyzer.php b/src/Psalm/Internal/Analyzer/Statements/ExpressionAnalyzer.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Analyzer/Statements/ExpressionAnalyzer.php
+++ b/src/Psalm/Internal/Analyzer/Statements/ExpressionAnalyzer.php
@@ -639,7 +639,7 ... | Fix issue with by-ref args | vimeo_psalm | train |
d5154974738160dbb0f8d48d978d9168bdd8f9ff | diff --git a/src/admin/messages/fr/cmsadmin.php b/src/admin/messages/fr/cmsadmin.php
index <HASH>..<HASH> 100644
--- a/src/admin/messages/fr/cmsadmin.php
+++ b/src/admin/messages/fr/cmsadmin.php
@@ -140,14 +140,14 @@ return [
'button_update_version' => 'Modifier une version',
'menu_group_item_env_permission' ... | FR Translation (#<I>)
* Update admin.php
* Update cmsadmin.php | luyadev_luya-module-cms | train |
f6ff183e5a87d3ee8c372a4e90a9c39a3bb9d337 | diff --git a/resources/lang/en/resources.php b/resources/lang/en/resources.php
index <HASH>..<HASH> 100644
--- a/resources/lang/en/resources.php
+++ b/resources/lang/en/resources.php
@@ -8,9 +8,10 @@ return [
'save_and_return' => 'Save and Return',
'save' => 'Save',
'back_to_list' => 'Back',
- 'number... | Make it work with changes from layout branch. | arbory_arbory | train |
925ef1f9292769065b780917e32c676147c3cd22 | diff --git a/tests/Mollie/API/Resources/InvoiceTest.php b/tests/Mollie/API/Resources/InvoiceTest.php
index <HASH>..<HASH> 100644
--- a/tests/Mollie/API/Resources/InvoiceTest.php
+++ b/tests/Mollie/API/Resources/InvoiceTest.php
@@ -20,6 +20,7 @@ class InvoiceTest extends TestCase
{
$invoice = new Invoice($... | Fixed wrong test variable names (part 2) | mollie_mollie-api-php | train |
0dc532c33b54aefbfad81131a0f4cbfef2174cde | diff --git a/fabfile.py b/fabfile.py
index <HASH>..<HASH> 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -26,4 +26,4 @@ def clean():
def test():
- local('nosetests -w test/')
+ local('nosetests -v -w test/')
diff --git a/test/test_project.py b/test/test_project.py
index <HASH>..<HASH> 100644
--- a/test/test_pro... | Update test suite with project attrs; make testing verbose in fabfile | redcap-tools_PyCap | train |
a1f0b481d2018fe55ede12c4b9c70c08ca1076c0 | diff --git a/examples/logging_query.py b/examples/logging_query.py
index <HASH>..<HASH> 100755
--- a/examples/logging_query.py
+++ b/examples/logging_query.py
@@ -15,6 +15,7 @@ url = 'https://apigw-qa6.us.paloaltonetworks.com'
# `export ACCESS_TOKEN=<access token>`
access_token = os.environ['ACCESS_TOKEN']
+print(a... | Remove pyopenssl property method | PaloAltoNetworks_pancloud | train |
8fb29fd485a85e431c60a7a1af6d97b9da251995 | diff --git a/pandas/tests/test_format.py b/pandas/tests/test_format.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/test_format.py
+++ b/pandas/tests/test_format.py
@@ -403,7 +403,7 @@ class TestDataFrameFormatting(unittest.TestCase):
# Python 2.5 just wants me to be sad. And debian 32-bit
#sys.ve... | BUG: account for different fp exponent formatting in some pythons | pandas-dev_pandas | train |
72e2b6c9441ffd927fcb81e4102cc6687abe4eaa | diff --git a/lib/shopify_api/session.rb b/lib/shopify_api/session.rb
index <HASH>..<HASH> 100644
--- a/lib/shopify_api/session.rb
+++ b/lib/shopify_api/session.rb
@@ -7,6 +7,8 @@ module ShopifyAPI
end
class Session
+ SECONDS_IN_A_DAY = 24 * 60 * 60
+
cattr_accessor :api_key, :secret, :myshopify_domain
... | Avoid depending on ActiveSupport (#<I>) | Shopify_shopify_api | train |
b2785fb2fffcc690aaeffc423bd6b68682035bf7 | diff --git a/spec/views/articles/index_spec.rb b/spec/views/articles/index_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/views/articles/index_spec.rb
+++ b/spec/views/articles/index_spec.rb
@@ -1,8 +1,11 @@
require File.dirname(__FILE__) + '/../../spec_helper'
# test standard view and all themes
-[ nil, "dirtylici... | test true-blue-3 themes in article views spec | publify_publify | train |
020fa7f7a5be021210f2f5628f6fd46901e641d7 | diff --git a/app/jobs/update_group_members_completion_score_job.rb b/app/jobs/update_group_members_completion_score_job.rb
index <HASH>..<HASH> 100644
--- a/app/jobs/update_group_members_completion_score_job.rb
+++ b/app/jobs/update_group_members_completion_score_job.rb
@@ -9,4 +9,8 @@ class UpdateGroupMembersCompletio... | reduce the number of times the Job in question is attempted
sentry errors raised as a result of a group being deleted
before background jobs to update the groups score were run,
by which time of course the group did not exist. | ministryofjustice_peoplefinder | train |
fb8a989d2fdd06d7ccb12272b54abe29a43ddd04 | diff --git a/lib/lita/mailgun_dropped_rate.rb b/lib/lita/mailgun_dropped_rate.rb
index <HASH>..<HASH> 100644
--- a/lib/lita/mailgun_dropped_rate.rb
+++ b/lib/lita/mailgun_dropped_rate.rb
@@ -30,7 +30,7 @@ module Lita
private
def result_to_message(result)
- "[mailgun] [#{result.domain}] #{result.d... | include uniq dropped addresss in log message | conversation_lita-mailgun | train |
138c4b2a77859ce27ee7868e42138e02e7761e6a | diff --git a/libnetwork/controller.go b/libnetwork/controller.go
index <HASH>..<HASH> 100644
--- a/libnetwork/controller.go
+++ b/libnetwork/controller.go
@@ -714,7 +714,9 @@ func (c *controller) NewNetwork(networkType, name string, id string, options ...
joinCluster(network)
if !c.isDistributedControl() {
+ c.L... | Serialize non-atomic jump rule programming in bridge | moby_moby | train |
5b9de7bf2c8a4fb5b5eecadf098b40484b48d9a0 | diff --git a/pkg/build/controller/build/build_controller.go b/pkg/build/controller/build/build_controller.go
index <HASH>..<HASH> 100644
--- a/pkg/build/controller/build/build_controller.go
+++ b/pkg/build/controller/build/build_controller.go
@@ -1387,7 +1387,7 @@ func setBuildCompletionData(build *buildapi.Build, pod ... | update logsnippet on initial transition to failing state | openshift_origin | train |
b17bd30183dca551dac996c4dc2557ec18d0fae5 | diff --git a/Wikimate.php b/Wikimate.php
index <HASH>..<HASH> 100644
--- a/Wikimate.php
+++ b/Wikimate.php
@@ -183,7 +183,8 @@ class Wikimate
* @param array $headers Optional extra headers to send with the request
* @param boolean $post True to send a POST request, otherwise GET
* @return ... | Centralize checks for API errors in Wikimate::request() | hamstar_Wikimate | train |
adcecc268fb80cf46027aa0eaacb53c6886843dc | diff --git a/app/lib/helpers/banner.js b/app/lib/helpers/banner.js
index <HASH>..<HASH> 100644
--- a/app/lib/helpers/banner.js
+++ b/app/lib/helpers/banner.js
@@ -19,6 +19,10 @@ module.exports = function (argv, cmd, details) {
Pkg @quasar/app... ${green('v' + cliAppVersion)}
Debugging......... ${cmd === 'dev' || ar... | feat(app): Addition to onPublish hooks | quasarframework_quasar | train |
dcd90ebfadee150893a44fb314e60a461c0b4c75 | diff --git a/referenceConf.js b/referenceConf.js
index <HASH>..<HASH> 100644
--- a/referenceConf.js
+++ b/referenceConf.js
@@ -65,7 +65,7 @@ exports.config = {
suites: {
smoke: 'spec/smoketests/*.js',
full: 'spec/*.js'
- }
+ },
// ----- Capabilities to be passed to the webdriver instance ----
// | fix(configuration): update referenceConf.js with a missing comma | angular_protractor | train |
e30d46e9472fe7a8af3164e87f52655589f1baf1 | diff --git a/internal/shareable/image.go b/internal/shareable/image.go
index <HASH>..<HASH> 100644
--- a/internal/shareable/image.go
+++ b/internal/shareable/image.go
@@ -187,9 +187,13 @@ func (i *Image) isShared() bool {
return i.node != nil
}
-func (i *Image) ensureNotShared() {
+func (i *Image) resetNonUpdatedC... | shareable: Reset non-updated-count at ReplacePixels
Before this change, ReplacePixels didn't affect the non-updated-count,
and an image using ReplacePixels tended to be on a shared image.
This was OK, but as lazy pixel loading is going to be introduced,
ReplacePixels also needs to reset the count.
Updates #<I> | hajimehoshi_ebiten | train |
611e8f9263477711f291cbd5de2d1d672c76db64 | diff --git a/tests/ZfcUserTest/Mapper/UserHydratorTest.php b/tests/ZfcUserTest/Mapper/UserHydratorTest.php
index <HASH>..<HASH> 100644
--- a/tests/ZfcUserTest/Mapper/UserHydratorTest.php
+++ b/tests/ZfcUserTest/Mapper/UserHydratorTest.php
@@ -15,7 +15,7 @@ class UserHydratorTest extends \PHPUnit_Framework_TestCase
... | Fix cover methods for UserHydrator | ZF-Commons_ZfcUser | train |
9b37b4c2ff5206967ee63218dd7534f5719cdef3 | diff --git a/lib/rest_pki/pdf_mark.rb b/lib/rest_pki/pdf_mark.rb
index <HASH>..<HASH> 100644
--- a/lib/rest_pki/pdf_mark.rb
+++ b/lib/rest_pki/pdf_mark.rb
@@ -26,5 +26,56 @@ module RestPki
pageOptionNumber: @page_option_number,
}
end
+
+ #region FluentApi
+
+ def on_container(container)
+ ... | Added fluent API to PDF mark | LacunaSoftware_RestPkiRubyClient | train |
0bfd68b43b60f869a5c48bcc282bfc6ad4e3a910 | diff --git a/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js b/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js
index <HASH>..<HASH> 100644
--- a/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js
+++ b/cordova-lib/spec-cordova/fixtur... | remove commented code
This closes #<I> | apache_cordova-lib | train |
0eed47a8f8c2575a34a067585dc0853d91943ac4 | diff --git a/middleware.go b/middleware.go
index <HASH>..<HASH> 100644
--- a/middleware.go
+++ b/middleware.go
@@ -139,10 +139,13 @@ func createHTTPRequest(c *Client, r *Request) (err error) {
r.RawRequest, err = http.NewRequest(r.Method, r.URL, r.bodyBuf)
}
- if err == nil {
- r.RawRequest.Close = c.closeConne... | code improvement at middleware#createHTTPRequest | go-resty_resty | train |
f61f6f5dd89ccb6ad04550b526d52171b84787e2 | diff --git a/shared/pinentry/index.desktop.js b/shared/pinentry/index.desktop.js
index <HASH>..<HASH> 100644
--- a/shared/pinentry/index.desktop.js
+++ b/shared/pinentry/index.desktop.js
@@ -44,6 +44,7 @@ class Pinentry extends Component<Props, State> {
_onSubmit = () => {
this.props.onSubmit(this.state.passp... | Clear passphrase when being asked to verify it (#<I>) | keybase_client | train |
34f3aa516cfa04269387c6dc5788a942cd919896 | diff --git a/lib/jazzy/source_mark.rb b/lib/jazzy/source_mark.rb
index <HASH>..<HASH> 100644
--- a/lib/jazzy/source_mark.rb
+++ b/lib/jazzy/source_mark.rb
@@ -37,5 +37,10 @@ module Jazzy
self.has_start_dash = other.has_start_dash
self.has_end_dash = other.has_end_dash
end
+
+ # Can we merge the co... | Merge consecutive MARK sections when possible
The main effect of this is to avoid inconsistent vertical
whitespace when items on the same page are pulled in from multiple
files or from extensions. | realm_jazzy | train |
5451483b7f0bf913f96e8e2c2dab55e68e0fa5d7 | diff --git a/examples/delayed.js b/examples/delayed.js
index <HASH>..<HASH> 100644
--- a/examples/delayed.js
+++ b/examples/delayed.js
@@ -36,7 +36,11 @@ jobs.create('email', {
jobs.promote();
-
+jobs.process('email', 5, function(job, done){
+ setTimeout(function(){
+ done();
+ }, Math.random() * 5000);
+});
... | added job processing to delayed example
thought something was broken :D | Automattic_kue | train |
228662b60cf62817d24e817ebfedcf89ad7720de | diff --git a/lib/knife-cloudformation/knife/template.rb b/lib/knife-cloudformation/knife/template.rb
index <HASH>..<HASH> 100644
--- a/lib/knife-cloudformation/knife/template.rb
+++ b/lib/knife-cloudformation/knife/template.rb
@@ -64,8 +64,10 @@ module KnifeCloudformation
)
end
if(!Ch... | Ensure we are working with expanded path and set full path when discovered | sparkleformation_sfn | train |
2b022fb1fe4c99c67be9630f8cf1a9f22577dcef | diff --git a/h2o-automl/src/main/java/ai/h2o/automl/FrameMeta.java b/h2o-automl/src/main/java/ai/h2o/automl/FrameMeta.java
index <HASH>..<HASH> 100644
--- a/h2o-automl/src/main/java/ai/h2o/automl/FrameMeta.java
+++ b/h2o-automl/src/main/java/ai/h2o/automl/FrameMeta.java
@@ -14,16 +14,13 @@ import water.fvec.Vec;
impor... | pass predictors thru and compute colmeta only for non-ignored columns | h2oai_h2o-3 | train |
084ad2e93fdeb79281c1b3e21976cd815f0cb0d2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -11,8 +11,8 @@ emails = ''
packages = ['helium']
requires = [
"future>=0.15",
- "requests >= 2.9.0",
- "uritemplate >= 0.6",
+ "requests==2.10.0",
+ "uritemplate>=0.6",
]
setup(
diff --git a/tests/util.p... | Try to work around <I> requests issue | helium_helium-python | train |
0f6443c2b64f2ed373ae97d59fc413417babaa3a | diff --git a/safe_qgis/tools/minimum_needs/needs_profile.py b/safe_qgis/tools/minimum_needs/needs_profile.py
index <HASH>..<HASH> 100644
--- a/safe_qgis/tools/minimum_needs/needs_profile.py
+++ b/safe_qgis/tools/minimum_needs/needs_profile.py
@@ -39,15 +39,20 @@ class NeedsProfile(MinimumNeeds):
def load(self):
... | fix for crash on start when reading minimum needs from QSettings | inasafe_inasafe | train |
e85b8aa5c53256acde71e2685faaac74990da3f8 | diff --git a/go/vt/vtgate/executor.go b/go/vt/vtgate/executor.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/executor.go
+++ b/go/vt/vtgate/executor.go
@@ -129,6 +129,9 @@ func (e *Executor) Execute(ctx context.Context, method string, safeSession *Safe
logStats := NewLogStats(ctx, method, sql, bindVars)
result, ... | vtgate: warning threshold for in-memory rows | vitessio_vitess | train |
a3d34faa126e029cc2ec7af3f31e28f64a2619bd | diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/conclusions/visitors/HybridLocalRuleApplicationConclusionVisitor.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/saturation/conclusions/visitors/HybridLocalRuleApplicationConclusionVisitor.java
index <HASH>..<HASH> 100644
---... | HybridLocalRuleApplicationConclusionVisitor slightly simplified | liveontologies_elk-reasoner | train |
4878eaee1d6faa783c985bbf2ecd488420b21ced | diff --git a/api/pagination.go b/api/pagination.go
index <HASH>..<HASH> 100644
--- a/api/pagination.go
+++ b/api/pagination.go
@@ -41,7 +41,11 @@ func decodePageToken(value string) (*PageToken, error) {
db := bytes.NewBuffer(dec)
var tok PageToken
- binary.Read(db, binary.LittleEndian, &tok)
+ err = binary.Read(d... | fix(API): Handle failed binary decode | coreos_fleet | train |
256eec2086a7eb42d6056b45b440f7057a67f472 | diff --git a/lambda/lambda.go b/lambda/lambda.go
index <HASH>..<HASH> 100644
--- a/lambda/lambda.go
+++ b/lambda/lambda.go
@@ -26,9 +26,16 @@ func main() {
sqsurl := os.Args[4]
awsregion := os.Args[5]
clientTimeout, _ := time.ParseDuration("1s")
- if len(os.Args) >= 7 {
- clientTimeout, _ = time.ParseDuration(os... | Parse client timeout from command line | goadapp_goad | train |
c52b74a68d7d42fac61d35a75bafa6a94beef98d | diff --git a/safe_qgis/impact_statistics/aggregator.py b/safe_qgis/impact_statistics/aggregator.py
index <HASH>..<HASH> 100644
--- a/safe_qgis/impact_statistics/aggregator.py
+++ b/safe_qgis/impact_statistics/aggregator.py
@@ -941,6 +941,18 @@ class Aggregator(QtCore.QObject):
line_attribute_dict[self.... | Add cheking for null target field | inasafe_inasafe | train |
1e27b533490d5b375c4656d2dd67961baaa1dced | diff --git a/torchvision/models/mobilenet.py b/torchvision/models/mobilenet.py
index <HASH>..<HASH> 100644
--- a/torchvision/models/mobilenet.py
+++ b/torchvision/models/mobilenet.py
@@ -151,7 +151,8 @@ class MobileNetV2(nn.Module):
# This exists since TorchScript doesn't support inheritance, so the superclass... | replaced mean on dimensions 2,3 by adaptive_avg_pooling2d (#<I>)
* replaced mean on dimensions 2,3 by adaptive_avg_pooling2d with destination of 1, to remove hardcoded dimension ordering
* replaced reshape command by torch.squeeze after global_avg_pool2d, which is cleaner
* reshape rather than squeeze for BS=1
... | pytorch_vision | train |
d9f6a6065d8eaad53c7929a7b3b166705d02a7b2 | diff --git a/kundera-core/src/test/java/com/impetus/kundera/metadata/processor/MetaModelBuilderTest.java b/kundera-core/src/test/java/com/impetus/kundera/metadata/processor/MetaModelBuilderTest.java
index <HASH>..<HASH> 100644
--- a/kundera-core/src/test/java/com/impetus/kundera/metadata/processor/MetaModelBuilderTest.... | Added more assertions on OneToOne bi association. | Impetus_Kundera | train |
a2a89b94e479f45e8ce77b4fad46af705cd8f5f7 | diff --git a/nameko/standalone/rpc.py b/nameko/standalone/rpc.py
index <HASH>..<HASH> 100644
--- a/nameko/standalone/rpc.py
+++ b/nameko/standalone/rpc.py
@@ -70,7 +70,8 @@ class SingleThreadedReplyListener(ReplyListener):
@contextmanager
-def rpc_proxy(container_service_name, nameko_config):
+def rpc_proxy(contai... | standalone rpc proxy now accepts context_data and worker_ctx_cls | nameko_nameko | train |
6e17809da204802c17507d7ca3e1098f7a29eb7a | diff --git a/rcon.php b/rcon.php
index <HASH>..<HASH> 100644
--- a/rcon.php
+++ b/rcon.php
@@ -112,7 +112,7 @@ class Rcon {
return false;
// send command packet
- $this->write_packet(Rcon::PACKET_COMMAND, Rcon::SERVERDATA_EXECCOMMAND, $command);
+ $this->writePacket(Rcon::PACKET_COMMAND, Rcon::SERVERDATA_EXE... | Added original functions as deprecated functions, and tidy of others
get_response, is_connected, send_command, read_packet, write_packet are now deprecated in favor of Camel Case.
write_packet has been replaced with writePacket | thedudeguy_PHP-Minecraft-Rcon | train |
bf1bd0b8fed26b37c642e2648b17acf8ecf1b1e9 | diff --git a/math/src/main/java/breeze/linalg/operators/DenseVectorSupportMethods.java b/math/src/main/java/breeze/linalg/operators/DenseVectorSupportMethods.java
index <HASH>..<HASH> 100644
--- a/math/src/main/java/breeze/linalg/operators/DenseVectorSupportMethods.java
+++ b/math/src/main/java/breeze/linalg/operators/... | use sumA and sumB instead of just sum | scalanlp_breeze | train |
7b15a008e766eb6fa975a5b1547cde1d4fd49a2f | diff --git a/PJV.js b/PJV.js
index <HASH>..<HASH> 100644
--- a/PJV.js
+++ b/PJV.js
@@ -257,43 +257,47 @@ PJV.validateUrlOrMailto = function (name, obj) {
"url" : "http://barnyrubble.tumblr.com/"
}
-Or asingle string like this:
+Or a single string like this:
"Barney Rubble <b@rubble.com> (http://barnyrubble.tumbl... | Handle people fields with a single string. This fixes #3 | gorillamania_package.json-validator | train |
e00dd3ebfdba9816b3ee670c9321c1d38d26ea5c | diff --git a/seqcluster/libs/cluster.py b/seqcluster/libs/cluster.py
index <HASH>..<HASH> 100644
--- a/seqcluster/libs/cluster.py
+++ b/seqcluster/libs/cluster.py
@@ -12,6 +12,7 @@ import numpy as np
import pandas as pd
from bcbio.utils import file_exists
+from bcbio import bam
import logger as mylog
from class... | use bcbio fn for index | lpantano_seqcluster | train |
064dd117319bcfcc210c60a67f091330da66c209 | diff --git a/src/Helper/ArgvHelper.php b/src/Helper/ArgvHelper.php
index <HASH>..<HASH> 100644
--- a/src/Helper/ArgvHelper.php
+++ b/src/Helper/ArgvHelper.php
@@ -47,10 +47,13 @@ class ArgvHelper extends Helper
{
// Get a blank ArgvInput object so we can use the 'escapeToken' method.
$argv = new ... | Accommodate drush/ssh commands containing an = character. | platformsh_platformsh-cli | train |
e265f8f44a832db587617278adbb5364ed877cdb | diff --git a/test/integration/generated_pango_test.rb b/test/integration/generated_pango_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/generated_pango_test.rb
+++ b/test/integration/generated_pango_test.rb
@@ -10,7 +10,15 @@ describe Pango do
describe Pango::Language do
it "has a working method get... | Make Pango integration test work with older introspection data | mvz_gir_ffi | train |
6cdbe7fb6495f07cbade8128f19c37affbcc57f6 | diff --git a/vm/vm.go b/vm/vm.go
index <HASH>..<HASH> 100644
--- a/vm/vm.go
+++ b/vm/vm.go
@@ -360,6 +360,11 @@ func invokeExpr(expr ast.Expr, env *Env) (reflect.Value, error) {
if err != nil {
return NilValue, newError(err, expr)
}
+ if rv.Kind() == reflect.Array || rv.Kind() == reflect.Slice {
+ if rv.Le... | a = b, c, a should be b not slice of b, c | mattn_anko | train |
a38d46b352337b2e32709af4b37b59202200b9ce | diff --git a/test/test_processing.py b/test/test_processing.py
index <HASH>..<HASH> 100644
--- a/test/test_processing.py
+++ b/test/test_processing.py
@@ -15,7 +15,7 @@
import unittest
import numpy as np
-from ctd import DataFrame, lp_filter
+from ctd import DataFrame, lp_filter, derive_cnv
class BasicProcessi... | Fixed capitalized columns names.
Added derive_cnv test. | pyoceans_python-ctd | train |
0576d3be8c1a802db5c72d55a5142c5684914f12 | diff --git a/lib/models.js b/lib/models.js
index <HASH>..<HASH> 100644
--- a/lib/models.js
+++ b/lib/models.js
@@ -930,12 +930,12 @@ class Value {
}
get effectiveCard() {
- let eCard = this.card;
+ let eCard = this.card.clone();
// First check if there is a cardinality constraint and use it if it's... | Fix bug for assigning vs cloning cards
The new effectiveCard code made the mistake of assigning a new card by reference. As a result, modificatons to the new card also affected the original card. Oops! This is fixed by cloning instead. | standardhealth_shr-models | train |
5316e503de37b461bf8222f2c7f95f25be0515ed | diff --git a/core/src/main/java/me/prettyprint/cassandra/service/template/ColumnFamilyResultWrapper.java b/core/src/main/java/me/prettyprint/cassandra/service/template/ColumnFamilyResultWrapper.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/me/prettyprint/cassandra/service/template/ColumnFamilyResultWrapper.... | added get for columnnames on result set | hector-client_hector | train |
3777f381aa5ff4b14b4e0a29e06f2b0b6a4b6f43 | diff --git a/lib/agent/index.js b/lib/agent/index.js
index <HASH>..<HASH> 100644
--- a/lib/agent/index.js
+++ b/lib/agent/index.js
@@ -109,13 +109,13 @@ var Agent = self = {
this.check_delay(60);
// if any actions were requested through the command line
- if(program.actions)
+ if (program.actions)
... | Call delay, as god intended too. | prey_prey-node-client | train |
e0fba7473bc4d03071ddc9e857f5e2bb91fbb3a3 | diff --git a/test/k8sT/DatapathConfiguration.go b/test/k8sT/DatapathConfiguration.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/DatapathConfiguration.go
+++ b/test/k8sT/DatapathConfiguration.go
@@ -272,21 +272,22 @@ var _ = Describe("K8sDatapathConfig", func() {
})
Context("DirectRouting", func() {
+ BeforeEach... | test: Skip autoDirectNodeRoutes on GKE
GKE on GCE dosn't guarantee a flat L2 network so autoDirectNodeRoute tests need
to be disabled.
Fixes: #<I> | cilium_cilium | train |
e99e4d2b826ab5ac86a2323b643555a1c430bad5 | diff --git a/src/main/java/net/emaze/dysfunctional/options/Maybe.java b/src/main/java/net/emaze/dysfunctional/options/Maybe.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/emaze/dysfunctional/options/Maybe.java
+++ b/src/main/java/net/emaze/dysfunctional/options/Maybe.java
@@ -1,10 +1,13 @@
package net.emaze.... | enh: Maybe is now an Iterable | cybazeitalia_emaze-dysfunctional | train |
69c6cfadaaddf717fdac55d0deb6e76c3721439f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -11,6 +11,7 @@ module.exports = {
init() {
this._super.init && this._super.init.apply(this, arguments);
+ this.overrideTestCommandFilter();
this.setTestGenerator();
},
@@ -98,6 +99,36 @@ module.exports =... | Add missing `overrideTestCommandFilter()` method
This was missed when we migrated the functionality from `ember-cli-mocha` into `ember-mocha` | emberjs_ember-mocha | train |
b247a98ad61f955b12d43610e3d4d2dc783c6c0c | diff --git a/uproot/write/TFile.py b/uproot/write/TFile.py
index <HASH>..<HASH> 100644
--- a/uproot/write/TFile.py
+++ b/uproot/write/TFile.py
@@ -328,7 +328,7 @@ class TFileRecreate(TFileUpdate):
c1 = (compressedbytes >> 0) & 0xff
c2 = (compressedbytes >> 8) & 0xff
... | Need to figure out lz4 checksum | scikit-hep_uproot | train |
87821bec10d25a1fb9e3b174e773fa7c4791e083 | diff --git a/Application.py b/Application.py
index <HASH>..<HASH> 100644
--- a/Application.py
+++ b/Application.py
@@ -143,7 +143,8 @@ def print_stack_all():
not sub_code[-1].endswith("self.__cond.release()") and \
not sub_code[-1].endswith("_sleep(delay)") and \
not "thread_event.wa... | Handle more _bt ignores; and improve plug-in loading error handling.
svn r<I> | nion-software_nionswift | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.