hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
e11acd3623e585320e72568318c189adcbc196cf | diff --git a/src/common/storage/mongo.js b/src/common/storage/mongo.js
index <HASH>..<HASH> 100644
--- a/src/common/storage/mongo.js
+++ b/src/common/storage/mongo.js
@@ -53,7 +53,8 @@ define(["mongodb", "util/assert", "util/canon"], function (MONGODB, ASSERT, CANO
if(options.user && options.pwd){
userS... | adding uri parameter to storage so the mongoDB connection can be used in an easier form
- the uri option is not cover the 'connection options' as of yet
Former-commit-id: <I>f<I>a5be<I>b<I>c<I>d5c<I>c5dd<I>a<I>ea | webgme_webgme-engine | train |
22d4e2234fb810b698b2d7eacd13a6d4d9133f64 | diff --git a/plugins/java/java.go b/plugins/java/java.go
index <HASH>..<HASH> 100644
--- a/plugins/java/java.go
+++ b/plugins/java/java.go
@@ -106,6 +106,10 @@ func (p *Plugin) Build(fn *function.Function, zip *archive.Archive) error {
// Clean runs mvn clean.
func (p *Plugin) Clean(fn *function.Function) error {
+... | add runtime guard to Java Clean method | apex_apex | train |
01384bfcf0cadc5fb7ccf5fa88b0099bfc4bb263 | diff --git a/lib/Rx/Operator/DefaultIfEmptyOperator.php b/lib/Rx/Operator/DefaultIfEmptyOperator.php
index <HASH>..<HASH> 100644
--- a/lib/Rx/Operator/DefaultIfEmptyOperator.php
+++ b/lib/Rx/Operator/DefaultIfEmptyOperator.php
@@ -30,24 +30,27 @@ class DefaultIfEmptyOperator implements OperatorInterface
public fun... | Pass scheduler through defaultIfEmpty operator | ReactiveX_RxPHP | train |
a83519417d9980c225ff78e46d2caeb1274e9afc | diff --git a/src/core/unit.js b/src/core/unit.js
index <HASH>..<HASH> 100644
--- a/src/core/unit.js
+++ b/src/core/unit.js
@@ -40,7 +40,7 @@ class Basic {
setData (newer, callback = () => {}) {
let { DataAdaptor } = this.constructor
- newer = DataAdaptor.isInstance(newer) ? newer : DataAdaptor.fromPlainObj... | refactor: rename DataAdaptor.isInstance to isData | tinajs_tina | train |
909c65d9219429d873911f7f6da7243275bedbc0 | diff --git a/utils/examples/example_rq.py b/utils/examples/example_rq.py
index <HASH>..<HASH> 100644
--- a/utils/examples/example_rq.py
+++ b/utils/examples/example_rq.py
@@ -1,40 +1,50 @@
+import sys
import redis
from scutils.redis_queue import RedisStack, RedisQueue, RedisPriorityQueue
import argparse
-# change ... | update example_rq to make it easier to work in docker container | istresearch_scrapy-cluster | train |
cffcf7e0ad0324db098c787249c87aa124042ed9 | diff --git a/tests/Models/PostWithReservedSlug.php b/tests/Models/PostWithReservedSlug.php
index <HASH>..<HASH> 100644
--- a/tests/Models/PostWithReservedSlug.php
+++ b/tests/Models/PostWithReservedSlug.php
@@ -20,7 +20,7 @@ class PostWithReservedSlug extends Post
return [
'slug' => [
... | Update PostWithReservedSlug.php | cviebrock_eloquent-sluggable | train |
0293a6227e85f75a46b450bdeb540e588fe8057d | diff --git a/app/assets/javascripts/thin_man.js b/app/assets/javascripts/thin_man.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/thin_man.js
+++ b/app/assets/javascripts/thin_man.js
@@ -16,6 +16,11 @@ var initThinMan = function(){
this.getTrigger();
this.getTarget();
this.getErro... | fixed bug in ajax progress indicator | edraut_thin-man | train |
95e66b189c308ed5d82d8a111b35e1a877555100 | diff --git a/src/ConcurrentFileWriter/BlockWriter.php b/src/ConcurrentFileWriter/BlockWriter.php
index <HASH>..<HASH> 100644
--- a/src/ConcurrentFileWriter/BlockWriter.php
+++ b/src/ConcurrentFileWriter/BlockWriter.php
@@ -86,7 +86,7 @@ class BlockWriter
/**
* Checks whether the argument is a valid PHP strea... | Removing whitespace from end-lines | crodas_ConcurrentFileWriter | train |
ca89f12be644ea155d5d56d020a82e26bcfd78d6 | diff --git a/lib/api/api_auth.go b/lib/api/api_auth.go
index <HASH>..<HASH> 100644
--- a/lib/api/api_auth.go
+++ b/lib/api/api_auth.go
@@ -11,6 +11,7 @@ import (
"crypto/tls"
"encoding/base64"
"fmt"
+ "net"
"net/http"
"strings"
"time"
@@ -130,10 +131,16 @@ func authStatic(username string, password string, c... | lib/api: Set ServerName on LDAPS connections (fixes #<I>) (#<I>)
tls.Dial needs it for certificate verification. | syncthing_syncthing | train |
9db9034bf68efb7c79ec73468488abdaf2dfa74f | diff --git a/internal/service/kendra/index.go b/internal/service/kendra/index.go
index <HASH>..<HASH> 100644
--- a/internal/service/kendra/index.go
+++ b/internal/service/kendra/index.go
@@ -589,7 +589,7 @@ func waitIndexCreated(ctx context.Context, conn *kendra.Client, id string, timeo
stateConf := &resource.State... | refactor(kendra): wait catch fails out of target | terraform-providers_terraform-provider-aws | train |
b4b3387a79859785745c58b67c9c9be8ed51a1fd | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ has not yet been thoroughly tested or vetted in a production environment.**
- [`role` helper](#role-helper)
- [Conflicts](#conflicts)
- [Transactions](#transactions)
+ - [Coalesced Find Requests]... | Add support for coalesced find requests | mwpastore_sinja | train |
9e6e72c8be0a1638acc15d7857852f1fcbe1b65f | diff --git a/livy/session.py b/livy/session.py
index <HASH>..<HASH> 100644
--- a/livy/session.py
+++ b/livy/session.py
@@ -24,12 +24,26 @@ cat(unlist(collect(toJSON({}))), sep = '\n')
"""
+def serialise_dataframe_code(dataframe_name, session_kind):
+ try:
+ template = {
+ SessionKind.SPARK: SE... | Extract core LivySession logic | acroz_pylivy | train |
48115c28eb0654cbae86d633e57df21b22e0168e | diff --git a/lib/slim/engine.rb b/lib/slim/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/slim/engine.rb
+++ b/lib/slim/engine.rb
@@ -5,7 +5,7 @@ module Slim
# Allow users to set default options, particularly useful in Rails' environment files.
# For instance, in config/environments/development.rb you probab... | Corrected the comments per the previous commit. | slim-template_slim | train |
0694ac64e36a02d21b8267f3cb3739649acadafe | diff --git a/aeron-mediadriver/src/main/java/uk/co/real_logic/aeron/mediadriver/DriverPublication.java b/aeron-mediadriver/src/main/java/uk/co/real_logic/aeron/mediadriver/DriverPublication.java
index <HASH>..<HASH> 100644
--- a/aeron-mediadriver/src/main/java/uk/co/real_logic/aeron/mediadriver/DriverPublication.java
+... | [Java:] Rename argument in prep to be consistent with LogReader. | real-logic_aeron | train |
e81ebb9abef2744c23dfc9c0f45b023165adab07 | diff --git a/admin/index.php b/admin/index.php
index <HASH>..<HASH> 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -167,12 +167,7 @@
}
}
- $status = false;
- if (file_exists("$CFG->libdir/db/install.xml")) {
- $status = $DB->get_manager()->install_from_xmldb_file(... | MDL-<I> added some overlook conversions - thanks to Eloy's script ;-) | moodle_moodle | train |
b291d8c54594439f70b6c383f6ec4e753bc9274a | diff --git a/jgeXml.js b/jgeXml.js
index <HASH>..<HASH> 100644
--- a/jgeXml.js
+++ b/jgeXml.js
@@ -180,6 +180,7 @@ function staxParse(s,callback,context) {
else if (c == '/') {
context.newState = sEndElement;
context.keepToken = true;
+ context.state = sAttributeSpacer; // to stop dummy attributes ... | Emit only exported state events to pullparsers | Mermade_jgeXml | train |
646ac089dc27d913f7a4d587d5e6b242bbafdd70 | diff --git a/chef/lib/chef/knife/ssh.rb b/chef/lib/chef/knife/ssh.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/knife/ssh.rb
+++ b/chef/lib/chef/knife/ssh.rb
@@ -24,7 +24,7 @@ require 'chef/data_bag_item'
begin
gem "net-ssh", ">= 2.0.23"
rescue LoadError
- STDERR.puts "Please install net-ssh version 2.0.23 o... | improved error message yet again when net-ssh version isn't correct | chef_chef | train |
41c1be6f0d854ae60e5fa3190e736871ed8b9349 | diff --git a/faker.go b/faker.go
index <HASH>..<HASH> 100644
--- a/faker.go
+++ b/faker.go
@@ -109,6 +109,9 @@ var ErrValueNotPtr = "Not a pointer value"
// Error when tag not supported
var ErrTagNotSupported = "Tag unsupported"
+// ErrTagAlreadyExists - error when tag exists and call AddProvider
+var ErrTagAlready... | feat: Add extending faker by custom providers (#<I>) | bxcodec_faker | train |
9c8b856356039b830326e6a784acff24cd6fad4d | diff --git a/lib/cloud_crowd/server.rb b/lib/cloud_crowd/server.rb
index <HASH>..<HASH> 100644
--- a/lib/cloud_crowd/server.rb
+++ b/lib/cloud_crowd/server.rb
@@ -95,8 +95,11 @@ module CloudCrowd
# configuration with the central server. Triggers distribution of WorkUnits.
put '/node/:host' do
NodeRecor... | Don't distribute tasks immediately upon check-in
Oftentimes a node isn't prepared to immediately receive a new connection once it checks in,
causing a Errno::ECONNRESET exception. | documentcloud_cloud-crowd | train |
42783edc237df581276233aacc4ad335dc9d2879 | diff --git a/Schema/Grammars/SqlServerGrammar.php b/Schema/Grammars/SqlServerGrammar.php
index <HASH>..<HASH> 100755
--- a/Schema/Grammars/SqlServerGrammar.php
+++ b/Schema/Grammars/SqlServerGrammar.php
@@ -64,7 +64,7 @@ class SqlServerGrammar extends Grammar
*/
public function compileTableExists()
{
- ... | [8.x] SqlServer Grammar: Bugfixes for hasTable and dropIfExists / support for using schema names in these functions (#<I>)
* - Bugfixes for dropIfExists and hasTable when using a schema in table name in SqlServer.
- Shorter version for compileColumnListing
* Adjusted tests | illuminate_database | train |
73e76c1fdddcb9a1d8c2eea23c577f1e7c27ad2b | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -120,7 +120,7 @@ module.exports = function(grunt) {
data: ['test/data/*.json'],
collections: [
{
- title: 'tags',
+ name: 'tags',
infl... | updating `title` to `name` for collections | assemble_grunt-assemble | train |
38a3d5055526622b1083077a45cf18571f9c5c5c | diff --git a/custom-standards/Flyeralarm/Sniffs/Docblock/ReturnTypeSniff.php b/custom-standards/Flyeralarm/Sniffs/Docblock/ReturnTypeSniff.php
index <HASH>..<HASH> 100644
--- a/custom-standards/Flyeralarm/Sniffs/Docblock/ReturnTypeSniff.php
+++ b/custom-standards/Flyeralarm/Sniffs/Docblock/ReturnTypeSniff.php
@@ -16,6 ... | Allow arrays of primitive types to be returned | flyeralarm_php-code-validator | train |
54c43e62f465bd741229bb46c4c7bbdd8727f1a0 | diff --git a/osfclient/api.py b/osfclient/api.py
index <HASH>..<HASH> 100644
--- a/osfclient/api.py
+++ b/osfclient/api.py
@@ -1,3 +1,4 @@
+from .exceptions import OSFException
from .models import OSFCore
from .models import Project
@@ -20,8 +21,15 @@ class OSF(OSFCore):
def project(self, project_id):
... | Add clone support for registrations
Check type validity when cloning projects
Add tests | osfclient_osfclient | train |
b9f7df27a8b4cd4bc5b227cb59053721c5665938 | diff --git a/addon-test-support/index.js b/addon-test-support/index.js
index <HASH>..<HASH> 100644
--- a/addon-test-support/index.js
+++ b/addon-test-support/index.js
@@ -164,10 +164,10 @@ export async function getDropdownItems(cssPathOrTrigger) {
let contentId = await openIfClosedAndGetContentId(trigger);
// S... | pushing commit by renaming the variables for build to trigger | cibernox_ember-power-select | train |
dfb87dae20268b62e658ca41db5c9eaffdd1e279 | diff --git a/spec/lib/mail/mail_accounts_spec.rb b/spec/lib/mail/mail_accounts_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/mail/mail_accounts_spec.rb
+++ b/spec/lib/mail/mail_accounts_spec.rb
@@ -5,17 +5,15 @@ require 'spec_helper'
describe '[Mail] Accounts' do
let(:teamlab_module) { :mail }
- describe '#... | Updated password for mail account, remove pending (#<I>) | ONLYOFFICE_onlyoffice_api_gem | train |
7fe4b15fd5219d3fb4e94b962be30eed620aad1b | diff --git a/ht/air_cooler.py b/ht/air_cooler.py
index <HASH>..<HASH> 100644
--- a/ht/air_cooler.py
+++ b/ht/air_cooler.py
@@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.'''
from __future__ import division
from math import atan, sin
-from ht.core import LMTD
+from .core impor... | Added original .gitignore back for use of others coding here | CalebBell_ht | train |
8df2f9f83f8abf086b797e0039884a7a76bf84b4 | diff --git a/tests/karma.conf.js b/tests/karma.conf.js
index <HASH>..<HASH> 100644
--- a/tests/karma.conf.js
+++ b/tests/karma.conf.js
@@ -68,7 +68,7 @@ module.exports = function(config) {
flags: ['--no-sandbox']
}
},
- browsers: env === 'ci' ? ['Chrome_travis_ci'] : ['Chrome'],
+ browsers: env === 'ci' ?... | Return back to Firefox for travis build | weepower_wee-core | train |
4ef0172ee9aed22a161b6542b219ddf0cc72d385 | diff --git a/nodeup/pkg/model/sysctls.go b/nodeup/pkg/model/sysctls.go
index <HASH>..<HASH> 100644
--- a/nodeup/pkg/model/sysctls.go
+++ b/nodeup/pkg/model/sysctls.go
@@ -115,6 +115,11 @@ func (b *SysctlBuilder) Build(c *fi.ModelBuilderContext) error {
"# e.g. uses of inotify: nginx ingress controller, kubectl logs... | Enable protect-kernel-defaults by default and set the correct sysctls in nodeup | kubernetes_kops | train |
ddc81521c6ca83ae559c3817f7c5a7e41f669fe1 | diff --git a/src/main/java/org/takes/misc/VerboseList.java b/src/main/java/org/takes/misc/VerboseList.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/takes/misc/VerboseList.java
+++ b/src/main/java/org/takes/misc/VerboseList.java
@@ -29,6 +29,7 @@ import java.util.Iterator;
import java.util.List;
import java... | (#<I>) Don't call `toString` explicitly | yegor256_takes | train |
fb16b143e1d7beb89fde08fb88696d850cfe38f2 | diff --git a/chef/spec/unit/role_spec.rb b/chef/spec/unit/role_spec.rb
index <HASH>..<HASH> 100644
--- a/chef/spec/unit/role_spec.rb
+++ b/chef/spec/unit/role_spec.rb
@@ -238,8 +238,34 @@ describe Chef::Role do
@deserial.send(t.to_sym).should == @role.send(t.to_sym)
end
end
-
end
+ describe "... | CHEF-<I>: add tests to prove we are getting Chef::Role from disk | chef_chef | train |
b6fcff769001ca93f3bcf87395493c6bf31974aa | diff --git a/internetarchive/iarequest.py b/internetarchive/iarequest.py
index <HASH>..<HASH> 100644
--- a/internetarchive/iarequest.py
+++ b/internetarchive/iarequest.py
@@ -150,8 +150,8 @@ class S3PreparedRequest(requests.models.PreparedRequest):
meta_value = json.dumps(meta_value)
... | Move binary operators to the beginning of the lines.
(As recommended by PEP8 and W<I> in the Flake8 documentation.) | jjjake_internetarchive | train |
70448ea39789c636d61cb4d0bdff2adc440514cb | diff --git a/cmd/root.go b/cmd/root.go
index <HASH>..<HASH> 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -91,7 +91,7 @@ var RootCmd = &cobra.Command{
PersistentPreRun: func(cmd *cobra.Command, args []string) {
setupLoggers(logFmt)
if noColor {
- // TODO: figure our something else... currently, with the wrapp... | Fix issues pointed out in the code review | loadimpact_k6 | train |
0b1ec6cc9ab8f6c7ca2f135479591901ffcf922b | diff --git a/lib/chatterbot/bot.rb b/lib/chatterbot/bot.rb
index <HASH>..<HASH> 100644
--- a/lib/chatterbot/bot.rb
+++ b/lib/chatterbot/bot.rb
@@ -19,6 +19,8 @@ module Chatterbot
def initialize
super
+ @config = load_config
+
# update config when we exit
at_exit do
raise ... | move config loading into bot class, get rid of some lazy loading | muffinista_chatterbot | train |
f80ff31412fc9fa01afd5642093f304265ff1c63 | diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzerTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzerTest.java
index <HASH>..<HASH> 100644
--- a/dependency-check-core/src/test/java/org/owasp/dependencycheck/analyzer/Assemb... | Fixed JULI Logging (stupid fix imports)
Former-commit-id: ca5b3b5ad<I>defefccea4c<I> | jeremylong_DependencyCheck | train |
ce13a7ad988af25a5535359aff36f931c3c0987e | diff --git a/hazelcast-documentation/src/Query.md b/hazelcast-documentation/src/Query.md
index <HASH>..<HASH> 100644
--- a/hazelcast-documentation/src/Query.md
+++ b/hazelcast-documentation/src/Query.md
@@ -163,6 +163,8 @@ final IMap<Integer, Student> map = instance.getMap("students");
...
```
+Paging Predic... | remark for inability to use paging predicate in a transactional context | hazelcast_hazelcast | train |
762b7b56c234bb79d347118f881e803453999515 | diff --git a/code/libraries/koowa/libraries/database/row/abstract.php b/code/libraries/koowa/libraries/database/row/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/libraries/database/row/abstract.php
+++ b/code/libraries/koowa/libraries/database/row/abstract.php
@@ -443,8 +443,7 @@ abstract class KD... | re #<I>: Take out call to mixin behaviors in KDatabaseRowAbstract::__call | timble_kodekit | train |
5bcc8f4957d8af438470ff8c224276136dac5e84 | diff --git a/lib/leanback.rb b/lib/leanback.rb
index <HASH>..<HASH> 100644
--- a/lib/leanback.rb
+++ b/lib/leanback.rb
@@ -13,7 +13,7 @@ end
module Document
#create a document
- def self.create( doc)
+ def self.create_doc( doc)
db_name = doc[:database]
doc_id = doc[:doc_id]
data = d... | made the syntax for manipulating documents more explicit | obi-a_leanback | train |
57486b672ca65d74ce820844fa8621d2819c67bf | diff --git a/org/xbill/DNS/Rcode.java b/org/xbill/DNS/Rcode.java
index <HASH>..<HASH> 100644
--- a/org/xbill/DNS/Rcode.java
+++ b/org/xbill/DNS/Rcode.java
@@ -33,6 +33,9 @@ public static final int NXDOMAIN = 3;
/** The operation requested is not implemented */
public static final int NOTIMP = 4;
+/** Deprecated sy... | Make NOTIMPL a synonym for NOTIMP, for compatibility.
git-svn-id: <URL> | dnsjava_dnsjava | train |
976777414756bfc0e14a056cdd160e56089ed1ae | diff --git a/telethon/extensions/markdown.py b/telethon/extensions/markdown.py
index <HASH>..<HASH> 100644
--- a/telethon/extensions/markdown.py
+++ b/telethon/extensions/markdown.py
@@ -5,7 +5,7 @@ since they seem to count as two characters and it's a bit strange.
"""
import re
-from telethon.tl import TLObject
+f... | Fix import in markdown parser not being relative | LonamiWebs_Telethon | train |
4566b64d77d638505a0931b560606694b5e2c9f3 | diff --git a/discord/activity.py b/discord/activity.py
index <HASH>..<HASH> 100644
--- a/discord/activity.py
+++ b/discord/activity.py
@@ -130,7 +130,7 @@ class BaseActivity:
.. versionadded:: 1.3
"""
if self._created_at is not None:
- return datetime.datetime.utcfromtimestamp(self... | Fix Activity and Spotify datetime being timezone naive | Rapptz_discord.py | train |
ff29e756465a41d32a5b27e33c06e0c22d7c39df | diff --git a/Kwc/Abstract/Image/CropImage.js b/Kwc/Abstract/Image/CropImage.js
index <HASH>..<HASH> 100644
--- a/Kwc/Abstract/Image/CropImage.js
+++ b/Kwc/Abstract/Image/CropImage.js
@@ -14,6 +14,7 @@ Kwc.Abstract.Image.CropImage = Ext.extend(Ext.BoxComponent, {
minHeight: 52,//min height of crop region
_imag... | Save user selected crop region for recalculating aspect-ratio changes | koala-framework_koala-framework | train |
fae5bec936320a20e6212f7c87bd7c8695097954 | diff --git a/lib/DefinePlugin.js b/lib/DefinePlugin.js
index <HASH>..<HASH> 100644
--- a/lib/DefinePlugin.js
+++ b/lib/DefinePlugin.js
@@ -67,6 +67,14 @@ class DefinePlugin {
if(!isTypeof) {
parser.plugin("can-rename " + key, ParserHelpers.approve);
parser.plugin("evaluate Identifier " + key, (expr)... | add some comments to clarify why this is important here | webpack_webpack | train |
ed673b765ebf737fdd616d3f7ff6df3a106b6d9d | diff --git a/lib/cieloz/requisicao_transacao.rb b/lib/cieloz/requisicao_transacao.rb
index <HASH>..<HASH> 100644
--- a/lib/cieloz/requisicao_transacao.rb
+++ b/lib/cieloz/requisicao_transacao.rb
@@ -255,18 +255,22 @@ class Cieloz::RequisicaoTransacao < Cieloz::Base
def somente_autenticar
@autorizar = SOMENTE_... | Returns self on authorization methods to make it easier to use chained method declarations | fabiolnm_cieloz | train |
cf5b0f0ffe4e143b1437a0731378fc099cac4e3b | diff --git a/Rakefile.rb b/Rakefile.rb
index <HASH>..<HASH> 100644
--- a/Rakefile.rb
+++ b/Rakefile.rb
@@ -43,4 +43,9 @@ end
task :default => [:specs]
+desc "install gem globally"
+task :install => :gem do
+ sh "sudo gem install pkg/#{spec.name}-#{spec.version}.gem"
+end
+
diff --git a/example/Rakefile.rb b/exa... | allow glob patterns for file paths, install task for gem | marcmo_cxxproject | train |
829bf6eadb09a7455f7182a28c5023a78e0b5ffa | diff --git a/lib/MobileCommons/MobileCommons.php b/lib/MobileCommons/MobileCommons.php
index <HASH>..<HASH> 100644
--- a/lib/MobileCommons/MobileCommons.php
+++ b/lib/MobileCommons/MobileCommons.php
@@ -150,6 +150,30 @@ class MobileCommons
}
/**
+ * Profile Opt-In
+ * @see https://secure.mcommons.co... | Added method to subscribe/unsubscribe numbers in Mobile Commons
- separate request method used because these calls use the web form API, not the normal rest API
- company_key can be set and used for the opt-out | DoSomething_mobilecommons-php | train |
69e315822d72d4105bc053579e35429c83259151 | diff --git a/lib/csvlint/streaming_validate.rb b/lib/csvlint/streaming_validate.rb
index <HASH>..<HASH> 100644
--- a/lib/csvlint/streaming_validate.rb
+++ b/lib/csvlint/streaming_validate.rb
@@ -95,8 +95,6 @@ module Csvlint
validate_metadata(@stream) if line <= 1 && !@header_processed # this should be a one sh... | Remove commented :not_found error
This is handled in `validate_url` now | theodi_csvlint.rb | train |
84d8892b18899fb95e6395bfea30af1341c3d985 | diff --git a/multiqc/modules/bismark/bismark.py b/multiqc/modules/bismark/bismark.py
index <HASH>..<HASH> 100755
--- a/multiqc/modules/bismark/bismark.py
+++ b/multiqc/modules/bismark/bismark.py
@@ -178,16 +178,32 @@ class MultiqcModule(BaseMultiqcModule):
headers = OrderedDict()
headers['pe... | Added % mCHG / mCHH to general stats table for bismark. | ewels_MultiQC | train |
6881e969677e907fc3f772457e322b3efaa778fa | diff --git a/tests/test_manager.py b/tests/test_manager.py
index <HASH>..<HASH> 100644
--- a/tests/test_manager.py
+++ b/tests/test_manager.py
@@ -333,31 +333,45 @@ class TestManager(TestCase):
tty = MockTTY()
with mock.patch('%s.reset' % TERMINAL) as reset:
- manager = _manager.Manager(s... | Add tests for at_exit flush | Rockhopper-Technologies_enlighten | train |
e1d972629b56f364d72447351725f2ea27825f89 | diff --git a/lib/kappa/connection.rb b/lib/kappa/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/kappa/connection.rb
+++ b/lib/kappa/connection.rb
@@ -23,10 +23,6 @@ module Kappa
def get(path, query = nil)
request_url = @base_url + path
- # Handle non-JSON response
- # Handle invalid JSON
- ... | Bumping version, adding TODOs. | schmich_kappa | train |
839e0f1e16f1c8b3a55dbfa5061cb4d9833db710 | diff --git a/lib/waterline/methods/replace-collection.js b/lib/waterline/methods/replace-collection.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/methods/replace-collection.js
+++ b/lib/waterline/methods/replace-collection.js
@@ -463,11 +463,16 @@ module.exports = function replaceCollection(/* targetRecordIds?, co... | Fix typo in null out query caveat, and add more details | balderdashy_waterline | train |
1e8d4eb412c89960010917a263cd73fc8eb6231d | diff --git a/PPI/ServiceManager/Factory/ConfigFactory.php b/PPI/ServiceManager/Factory/ConfigFactory.php
index <HASH>..<HASH> 100644
--- a/PPI/ServiceManager/Factory/ConfigFactory.php
+++ b/PPI/ServiceManager/Factory/ConfigFactory.php
@@ -9,7 +9,6 @@
namespace PPI\ServiceManager\Factory;
-use PPI\ServiceManager\Pa... | Move the parameters resolver back to ServiceManagerBuilder so cache paths are available before the "Config" service initialization | ppi_framework | train |
02245502debda81d8b7fcef9a393b56796bd22c8 | diff --git a/python/phonenumbers/shortnumberinfo.py b/python/phonenumbers/shortnumberinfo.py
index <HASH>..<HASH> 100644
--- a/python/phonenumbers/shortnumberinfo.py
+++ b/python/phonenumbers/shortnumberinfo.py
@@ -190,7 +190,7 @@ def expected_cost_for_region(short_numobj, region_dialing_from):
# The possible leng... | Fix new lint from pycodestyle <I> | daviddrysdale_python-phonenumbers | train |
3676616ec14304856a978e7429752880db16d18f | diff --git a/java-lwjgl/src/playn/java/GLFWInput.java b/java-lwjgl/src/playn/java/GLFWInput.java
index <HASH>..<HASH> 100644
--- a/java-lwjgl/src/playn/java/GLFWInput.java
+++ b/java-lwjgl/src/playn/java/GLFWInput.java
@@ -118,8 +118,7 @@ public class GLFWInput extends JavaInput {
"Use the java-swt backend if you ... | Just throw those errors directly.
Putting them in the future is asking for them to be ignored and cause
confusion. | playn_playn | train |
a29e08c22e6d063a15a27ba5ca6adee043dad364 | diff --git a/admin/dashboard/app/pages/page-controller.js b/admin/dashboard/app/pages/page-controller.js
index <HASH>..<HASH> 100644
--- a/admin/dashboard/app/pages/page-controller.js
+++ b/admin/dashboard/app/pages/page-controller.js
@@ -122,6 +122,9 @@ adminApp.controller("PageController",
if(page.parent && ... | Improving redirect ui and fixing ordering | pagespace_pagespace | train |
1920ed1a0421636f9d19bb5bbde710c4cc3ea5d9 | diff --git a/lib/ui/src/modules/ui/configs/handle_routing.js b/lib/ui/src/modules/ui/configs/handle_routing.js
index <HASH>..<HASH> 100755
--- a/lib/ui/src/modules/ui/configs/handle_routing.js
+++ b/lib/ui/src/modules/ui/configs/handle_routing.js
@@ -40,7 +40,7 @@ export function getUrlState(data) {
};
}
-export ... | Use replaceState instead of pushState when the story stays the same | storybooks_storybook | train |
ec3de539c6e486c96dab1b54c418d5692c69f098 | diff --git a/webapps/ui/admin/client/scripts/camunda-admin-ui.js b/webapps/ui/admin/client/scripts/camunda-admin-ui.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/admin/client/scripts/camunda-admin-ui.js
+++ b/webapps/ui/admin/client/scripts/camunda-admin-ui.js
@@ -100,12 +100,6 @@ var pagesModule = require('./pages/m... | refactor(app-bootstraping): remove html ng-app attribute | camunda_camunda-bpm-platform | train |
0cb7c5e4a62eacfee2e2ce4b0e17fa4d7e1a1320 | diff --git a/superset/migrations/versions/21e88bc06c02_annotation_migration.py b/superset/migrations/versions/21e88bc06c02_annotation_migration.py
index <HASH>..<HASH> 100644
--- a/superset/migrations/versions/21e88bc06c02_annotation_migration.py
+++ b/superset/migrations/versions/21e88bc06c02_annotation_migration.py
@... | [annotations] Fixing migration for annotation layers (#<I>) | apache_incubator-superset | train |
f8db672e99f903c4d93f0de3e32903b29cfec37d | diff --git a/test/test_uri.py b/test/test_uri.py
index <HASH>..<HASH> 100644
--- a/test/test_uri.py
+++ b/test/test_uri.py
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
import pytest
-from uri.compat import SENTINEL, Path
+from uri.compat import SENTINEL, Path, str
from uri.uri import URI
URI_COMPONE... | Added tests for scheme reassignment and clearing. | marrow_uri | train |
ea9b12fdd049d8072eec08927aacbd01a9adc2b5 | diff --git a/code/dataobjects/WorkflowInstance.php b/code/dataobjects/WorkflowInstance.php
index <HASH>..<HASH> 100755
--- a/code/dataobjects/WorkflowInstance.php
+++ b/code/dataobjects/WorkflowInstance.php
@@ -230,6 +230,24 @@ class WorkflowInstance extends DataObject {
$this->execute();
}
+ /**
+ * Returns a ... | ENHANCEMENT: Added WorkflowInstance->getAssignedMembers() to return all members assigned to a workflow. | symbiote_silverstripe-advancedworkflow | train |
35d1d7c91f742a9dd6547d9cadc0236196c4b69d | diff --git a/betfair/models.py b/betfair/models.py
index <HASH>..<HASH> 100644
--- a/betfair/models.py
+++ b/betfair/models.py
@@ -172,7 +172,7 @@ class MarketBook(BetfairModel):
class RunnerProfitAndLoss(BetfairModel):
- selection_id = Field(DataType(float))
+ selection_id = Field(DataType(int))
if_win... | Change RunnerProfitAndLoss.selection_id type to int
Previously RunnerProfitAndLoss.selection_id was declared to be a float, however the
API documentation says that it is a long:
<URL> will return a long if the number is big enough
to require it). | jmcarp_betfair.py | train |
8408ffb25c9104093097a6e401f51eaff5555fd7 | diff --git a/spec/helpers.rb b/spec/helpers.rb
index <HASH>..<HASH> 100644
--- a/spec/helpers.rb
+++ b/spec/helpers.rb
@@ -1,10 +1,23 @@
require 'uri'
module Helpers
+
+ # @param [Hash] opts A hash of methods, passed directly to the double
+ # definition. Use this to stub other required methods.
+ #
+ # @retu... | Helpers: switch to verifying instance_double. | rest-client_rest-client | train |
e5e448c864391df161341d0a4cc2c49e493e3081 | diff --git a/app/controllers/notee/application_controller.rb b/app/controllers/notee/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/notee/application_controller.rb
+++ b/app/controllers/notee/application_controller.rb
@@ -3,14 +3,19 @@ module Notee
before_action :restrict_access_json
... | fixed method {add to redirect function in restrict_access_json} | maru-u_notee | train |
76971686c875e5f570a3852973bb928db58c8a86 | diff --git a/src/styled/utilities/tests/transition.test.js b/src/styled/utilities/tests/transition.test.js
index <HASH>..<HASH> 100644
--- a/src/styled/utilities/tests/transition.test.js
+++ b/src/styled/utilities/tests/transition.test.js
@@ -7,27 +7,27 @@ describe('bootstrap transition mixins', () => {
const css ... | extended .fade class to component adn child component so that it may be applied in alls ituations (alert or modal for example) | bootstrap-styled_bootstrap-styled | train |
10c7c344f8a98bd4376469ec7597b0fcf9a5263f | diff --git a/src/Model/Tables/MelisCmsSiteHomeTable.php b/src/Model/Tables/MelisCmsSiteHomeTable.php
index <HASH>..<HASH> 100644
--- a/src/Model/Tables/MelisCmsSiteHomeTable.php
+++ b/src/Model/Tables/MelisCmsSiteHomeTable.php
@@ -36,6 +36,19 @@ class MelisCmsSiteHomeTable extends MelisGenericTable
return $dat... | get home page id by site id | melisplatform_melis-engine | train |
c195cab964e4d773ed654ea6cb1e3764338672af | diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js
+++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.render.js
@@ -94,7 +94,7 @@ function alertNodeClicked(obj) ... | Removed the exclamation marks from all the error messages. | VoltDB_voltdb | train |
5b22affa4c0528fcf065d50454c0002d3ce9a70e | diff --git a/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/ranking/SingleBenchmarkRankingComparator.java b/optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/ranking/SingleBenchmarkRankingComparator.java
index <HASH>..<HASH> 100644
--- a/optaplanner-benchmark/src/main/java/org/optap... | PLANNER-<I> Replace CompareToBuilder with Comparator.comparing(...) | kiegroup_optaplanner | train |
14cc7990b2f7df78d90f29096f1006a1def94c60 | diff --git a/juicer/admin/JuicerAdmin.py b/juicer/admin/JuicerAdmin.py
index <HASH>..<HASH> 100644
--- a/juicer/admin/JuicerAdmin.py
+++ b/juicer/admin/JuicerAdmin.py
@@ -257,7 +257,7 @@ class JuicerAdmin(object):
juicer.utils.Log.log_info("Login: %s" % user['login'])
juicer.... | un-uglify roles in show-user for #<I> | juicer_juicer | train |
47846685af896dfd361faddfa1aa75546c904cac | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ requirements = (
setup(
name='combine',
- version='0.0.17',
+ version='0.0.18.dev0',
description='A helpful, simple static site generator.',
long_description=long_description,
long_d... | Back to development: <I> | dropseed_combine | train |
9df8a85aa7a9c09f9a80acd8a13459fbb9f5c999 | diff --git a/packages/core-js/modules/es.object.get-own-property-names.js b/packages/core-js/modules/es.object.get-own-property-names.js
index <HASH>..<HASH> 100644
--- a/packages/core-js/modules/es.object.get-own-property-names.js
+++ b/packages/core-js/modules/es.object.get-own-property-names.js
@@ -1,5 +1,5 @@
var ... | Adds workaround for rollup treeshaking issue
rollup treeshaking is removing the Object.getOwnPropertyNames
FAILS_ON_PRIMITIVES feature test.
This is related to these rollup issue
<URL> | zloirock_core-js | train |
180fad313a1a45078b015f39e70defb551d2e1e9 | diff --git a/prestans/testsuite/test_types.py b/prestans/testsuite/test_types.py
index <HASH>..<HASH> 100644
--- a/prestans/testsuite/test_types.py
+++ b/prestans/testsuite/test_types.py
@@ -220,6 +220,8 @@ class FloatTypeUnitTest(unittest.TestCase):
self.assertRaises(prestans.exception.InvalidChoiceError, sel... | more choices unit test for float #<I> | anomaly_prestans | train |
f47c05384edfa83c679558b11cdc8190fc3a7d8a | diff --git a/src/Brainwave/Support/Collection.php b/src/Brainwave/Support/Collection.php
index <HASH>..<HASH> 100644
--- a/src/Brainwave/Support/Collection.php
+++ b/src/Brainwave/Support/Collection.php
@@ -104,12 +104,15 @@ class Collection implements
/**
* Get the max value of a given key.
*
- * ... | added test for min and max, small changes on func | narrowspark_framework | train |
128f3405e251c354fe5696cb7e4bf0da9e829b4e | diff --git a/tests/test_bags.py b/tests/test_bags.py
index <HASH>..<HASH> 100644
--- a/tests/test_bags.py
+++ b/tests/test_bags.py
@@ -89,15 +89,28 @@ def test_contains():
assert 'a' not in _basebag('missing letter')
-def test_compare_sets():
- """Test comparisons to Sets."""
- assert _basebag() == set()
- assert... | Use pytest parameterize to split test into separate measurable tests | mlenzen_collections-extended | train |
fa074a8fa7d501f4d4e3683ad560ab769302e40f | diff --git a/tests/integration/components/sl-date-time-test.js b/tests/integration/components/sl-date-time-test.js
index <HASH>..<HASH> 100644
--- a/tests/integration/components/sl-date-time-test.js
+++ b/tests/integration/components/sl-date-time-test.js
@@ -131,9 +131,9 @@ test( 'Relative values applied correctly', fu... | changed 3 months ago relative date from code review | softlayer_sl-ember-components | train |
a1de0e2e202409f737f3f8a7dcb1a4055b68d2ac | diff --git a/lib/grape/entity.rb b/lib/grape/entity.rb
index <HASH>..<HASH> 100644
--- a/lib/grape/entity.rb
+++ b/lib/grape/entity.rb
@@ -232,7 +232,10 @@ module Grape
return nil if object.nil?
opts = options.merge(runtime_options || {})
exposures.inject({}) do |output, (attribute, exposure_option... | Grape::Entity#serializable_hash should call #serializable_hash if the data returned from #value_for responds to that method so that nested Grape::Entity presentation works correctly. | ruby-grape_grape | train |
c2a4f3b39ef9e1b93fa4c4bc341265f49ccce9ef | diff --git a/src/constants.js b/src/constants.js
index <HASH>..<HASH> 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -1,5 +1,5 @@
-const UPDATE_BLUEPRINT = '@@resmix/updateBlueprint';
-const UPDATE = '@@resmix/update';
+const UPDATE_BLUEPRINT = '@@feedbacks/updateBlueprint';
+const UPDATE = '@@feedbacks/update... | renaming constants; cause for initialization action | hex13_feedbacks | train |
84033759f079add03cecc3683833b47d944a3ffe | diff --git a/utilities/shellSettings.js b/utilities/shellSettings.js
index <HASH>..<HASH> 100644
--- a/utilities/shellSettings.js
+++ b/utilities/shellSettings.js
@@ -1,6 +1,7 @@
module.exports = exports = {
- parseOptions: function (definedOption, options, cmd, shell) {
- if (definedOption.hasOwnProperty('p... | Added check to see if supplied options already has a value. | chevex-archived_shotgun-client | train |
942473c1ec8dadd16c47913eb750680a0e72e8ea | diff --git a/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php b/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php
+++ b/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php
@@ -430,6... | [Config] Add missing use statement in generated config builder classes | symfony_symfony | train |
3f1d56e2bad476b3ee6cdf3e0f5ef8baf9bf8506 | diff --git a/src/Infrastructure/Persistence/BlogArticleMapper.php b/src/Infrastructure/Persistence/BlogArticleMapper.php
index <HASH>..<HASH> 100644
--- a/src/Infrastructure/Persistence/BlogArticleMapper.php
+++ b/src/Infrastructure/Persistence/BlogArticleMapper.php
@@ -82,7 +82,7 @@ class BlogArticleMapper extends Ent... | Update PHPUnit and change article content column to long text | dms-org_package.blog | train |
f3955bd9f8587f3d53e75573686190a050ae378d | diff --git a/client/on-demand-entries-client.js b/client/on-demand-entries-client.js
index <HASH>..<HASH> 100644
--- a/client/on-demand-entries-client.js
+++ b/client/on-demand-entries-client.js
@@ -14,7 +14,12 @@ export default () => {
const res = await fetch(url)
const payload = await res.json()
... | Fix page auto-reload when there's a <I>/<I> page. (#<I>) | zeit_next.js | train |
04fbca7ed08ed2f2653ccdf1076f676785e247da | diff --git a/salt/modules/mac_service.py b/salt/modules/mac_service.py
index <HASH>..<HASH> 100644
--- a/salt/modules/mac_service.py
+++ b/salt/modules/mac_service.py
@@ -2,6 +2,24 @@
'''
The service module for macOS
.. versionadded:: 2016.3.0
+
+This module has support for services in the following locations.
+
+..... | fixing lint error and adding more documentation. | saltstack_salt | train |
bb53df18aa0fd10f2e347a83acd7949a26a4dd52 | diff --git a/hazelcast-jet-kafka/src/main/java/com/hazelcast/jet/kafka/KafkaSources.java b/hazelcast-jet-kafka/src/main/java/com/hazelcast/jet/kafka/KafkaSources.java
index <HASH>..<HASH> 100644
--- a/hazelcast-jet-kafka/src/main/java/com/hazelcast/jet/kafka/KafkaSources.java
+++ b/hazelcast-jet-kafka/src/main/java/com... | More details about Kafka's two modes of operation (#<I>)
Fixes #<I> | hazelcast_hazelcast | train |
04ea63c2ceb8990a351e5a460366b17fe1c3d1ea | diff --git a/config.py b/config.py
index <HASH>..<HASH> 100644
--- a/config.py
+++ b/config.py
@@ -142,3 +142,7 @@ PLUGIN_BLACKLIST = [
# PROXY_URL = "http://user:pass@corpproxy.example.com:3128"
# or
# PROXY_URL = "http://myproxy:80
+
+# Google Application key for "image me" command
+# GOOGLE_API_KEY = "FILL THIS I... | Updated image search to use non deprecated api | skoczen_will | train |
dc510bbead0569fe8dc8b97e880632b341940011 | diff --git a/src/sap.ui.commons/src/sap/ui/commons/RadioButton.js b/src/sap.ui.commons/src/sap/ui/commons/RadioButton.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.commons/src/sap/ui/commons/RadioButton.js
+++ b/src/sap.ui.commons/src/sap/ui/commons/RadioButton.js
@@ -110,6 +110,16 @@ sap.ui.define(['jquery.sap.globa... | [FIX] sap.ui.commons.RadioButton: Click event is now fired only once
BCP: <I>
Change-Id: I<I>df<I>d4bc7ad8afb<I>ce<I>d<I>f<I>eed | SAP_openui5 | train |
66bada650d6482fe0ebe52ece154db7c01d3eee6 | diff --git a/azmq/common.py b/azmq/common.py
index <HASH>..<HASH> 100644
--- a/azmq/common.py
+++ b/azmq/common.py
@@ -226,7 +226,7 @@ class CompositeClosableAsyncObject(ClosableAsyncObject):
:param child: The child instance.
"""
self._children.remove(child)
- child.on_closed.connect(s... | Removed useless code in inproc transport | ereOn_azmq | train |
0f62963b1f98989322ca320ec78a7c10c3605927 | diff --git a/lib/sensu/server.rb b/lib/sensu/server.rb
index <HASH>..<HASH> 100644
--- a/lib/sensu/server.rb
+++ b/lib/sensu/server.rb
@@ -524,11 +524,12 @@ module Sensu
end
end
end
- if subdue
- puts "subdued: #{subdue}"
- (check[:subdue][:at].nil? && type == :handler) || ... | [subdue] use a case for subdue | sensu_sensu | train |
3fca0faecdca0100ccb3ab097ca932349b72064d | diff --git a/mimesis/providers/development.py b/mimesis/providers/development.py
index <HASH>..<HASH> 100644
--- a/mimesis/providers/development.py
+++ b/mimesis/providers/development.py
@@ -3,6 +3,7 @@
import typing as t
from mimesis.data import LICENSES, OS, PROGRAMMING_LANGS, PROJECT_NAMES
+from mimesis.enums im... | Add more params for postgres_dsn | lk-geimfari_mimesis | train |
eed73fd8a3248b08da96c5e332ecd0e3d39654c5 | diff --git a/dist/curse.js b/dist/curse.js
index <HASH>..<HASH> 100644
--- a/dist/curse.js
+++ b/dist/curse.js
@@ -66,15 +66,25 @@ var Curse = (function () {
if (anchorNode.nodeName === "#text") {
start = this.lengthUpTo(anchorNode) + anchorOffset;
} else {
- child = anchorNode.chi... | Fix synchronization with offset 0 | usecanvas_curse | train |
1d2a837b59edd649300f81204f2fcc80ad908917 | diff --git a/Lib/glyphsLib/classes.py b/Lib/glyphsLib/classes.py
index <HASH>..<HASH> 100755
--- a/Lib/glyphsLib/classes.py
+++ b/Lib/glyphsLib/classes.py
@@ -1307,11 +1307,11 @@ class GSNode(GSBase):
smooth=False):
if line is not None:
m = re.match(self._rx, line).groups()
- ... | Implemented point class for GSNode.position | googlefonts_glyphsLib | train |
b3ba1e7ea2cd63131d263fa388b422194dc3ffff | diff --git a/java/test/src/main/java/io/ray/test/CrossLanguageInvocationTest.java b/java/test/src/main/java/io/ray/test/CrossLanguageInvocationTest.java
index <HASH>..<HASH> 100644
--- a/java/test/src/main/java/io/ray/test/CrossLanguageInvocationTest.java
+++ b/java/test/src/main/java/io/ray/test/CrossLanguageInvocatio... | [Test]Disable java call cpp actor case for now (#<I>) | ray-project_ray | train |
53d6a5456669a7371ae401b7363fbb14870c813b | diff --git a/annotationengine/annotationclient.py b/annotationengine/annotationclient.py
index <HASH>..<HASH> 100644
--- a/annotationengine/annotationclient.py
+++ b/annotationengine/annotationclient.py
@@ -10,7 +10,7 @@ from emannotationschemas import get_schema
class AnnotationClient(object):
- def __init__(s... | Added necessary changes to annotationclient for the annotation UI
post and delete single annotations, plus dataset storing | seung-lab_AnnotationEngine | train |
eb4ce499e0aad9841b760a4d12ba970f43275ff0 | diff --git a/lib/gli.rb b/lib/gli.rb
index <HASH>..<HASH> 100644
--- a/lib/gli.rb
+++ b/lib/gli.rb
@@ -159,12 +159,21 @@ module GLI
case ex
when BadCommandLine:
-1
+ when CustomExit:
+ ex.exit_code
else
-2
end
end
end
+ # Simpler means of exiting wi... | Custom exit codes supported
Fixes #<I>
You can either raise a custom exception or use
exit_now! | davetron5000_gli | train |
8b995f931a48ecc590ac643482f98279ae284544 | diff --git a/tests/etl/test_buildbot.py b/tests/etl/test_buildbot.py
index <HASH>..<HASH> 100644
--- a/tests/etl/test_buildbot.py
+++ b/tests/etl/test_buildbot.py
@@ -1111,6 +1111,17 @@ buildernames = [
'os': 'win',
'os_platform': 'windows8-32',
'vm': False}})... | Bug <I> - Add support for Mochitest content sandbox tests | mozilla_treeherder | train |
306b5f980f8055135f244062a19688b394f9d2eb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -195,7 +195,9 @@ FCM.send = (senderId, payload) => {
};
FCM.setNotificationCategories = (categories) => {
- RNFIRMessaging.setNotificationCategories(categories);
+ if (Platform.OS === 'ios') {
+ RNFIRMessaging.setNoti... | Add check if it is iOS to setNotificationCategories | evollu_react-native-fcm | train |
18fcc1cf175d08989b69a55225c52a592fed08b8 | diff --git a/spatialist/raster.py b/spatialist/raster.py
index <HASH>..<HASH> 100644
--- a/spatialist/raster.py
+++ b/spatialist/raster.py
@@ -1124,6 +1124,13 @@ class Raster(object):
raise RuntimeError('overwriting the currently opened file is not supported.')
update_existing = update and os.path... | [Raster.write] restructuring and bug fixing | johntruckenbrodt_spatialist | train |
b1316776d9a8f6cb8f1cdcde4b658b88077e3f1d | diff --git a/stagemonitor-web/src/main/java/org/stagemonitor/web/monitor/filter/HttpRequestMonitorFilter.java b/stagemonitor-web/src/main/java/org/stagemonitor/web/monitor/filter/HttpRequestMonitorFilter.java
index <HASH>..<HASH> 100644
--- a/stagemonitor-web/src/main/java/org/stagemonitor/web/monitor/filter/HttpReques... | Only write to original response if it has not beed committed yet | stagemonitor_stagemonitor | train |
ae9b02a643acf7bb939ac741dc535245f4c967ad | diff --git a/third_party/js/wgxpath/kindTest.js b/third_party/js/wgxpath/kindTest.js
index <HASH>..<HASH> 100644
--- a/third_party/js/wgxpath/kindTest.js
+++ b/third_party/js/wgxpath/kindTest.js
@@ -99,6 +99,8 @@ wgxpath.KindTest.prototype.getName = function() {
/**
* @override
+ * @param {string=} opt_indent Opti... | SimonStewart: Fix the build by adding in the missing param and return types. Quite why the js compiler is choking on this is left as an exercise to the interested reader: the @override annotation should have been enough of a hint.
r<I> | SeleniumHQ_selenium | train |
fb7997fd07a8aae1b71c04b907806b76f4027752 | diff --git a/lib/commands/base.rb b/lib/commands/base.rb
index <HASH>..<HASH> 100644
--- a/lib/commands/base.rb
+++ b/lib/commands/base.rb
@@ -59,12 +59,14 @@ module Commands
name = get("git config --get pivotal.full-name").strip
integration_branch = get("git config --get pivotal.integration... | add option for appending the branch name | trydionel_git-pivotal | train |
1d8bdd3afc94ef9c17e0bdf2cc6cc07b4e350fc7 | diff --git a/lib/pry-theme/commands.rb b/lib/pry-theme/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/pry-theme/commands.rb
+++ b/lib/pry-theme/commands.rb
@@ -128,22 +128,22 @@ module PryTheme
end
def test_theme
- example = <<-TEST
+ example = <<-'TEST'
# "#{ PryTheme.current_theme }"... | Slightly amend `-t` output | kyrylo_pry-theme | train |
2f32ae78325797cb9d543f6500401abf9a09e760 | diff --git a/outdated/utils.py b/outdated/utils.py
index <HASH>..<HASH> 100644
--- a/outdated/utils.py
+++ b/outdated/utils.py
@@ -2,10 +2,9 @@ import os
import tempfile
from contextlib import contextmanager
from datetime import datetime, timedelta
-from time import sleep
from warnings import warn
-import functoo... | Use retry from littleutils library | alexmojaki_outdated | train |
74a5a3cfce01f26c58cb02a9055c37ce3187a202 | diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/cluster/reroute.rb b/elasticsearch-api/lib/elasticsearch/api/actions/cluster/reroute.rb
index <HASH>..<HASH> 100644
--- a/elasticsearch-api/lib/elasticsearch/api/actions/cluster/reroute.rb
+++ b/elasticsearch-api/lib/elasticsearch/api/actions/cluster/reroute.... | [API] Added the support for `metric` URL parameter to the "Reroute" API
Related: elasticsearch/elasticsearch#<I> | elastic_elasticsearch-ruby | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.