hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c2571dbf5c8d27dee8265498d85ee92a30832751 | diff --git a/lib/card.js b/lib/card.js
index <HASH>..<HASH> 100644
--- a/lib/card.js
+++ b/lib/card.js
@@ -8,7 +8,6 @@ var Async = require('async'),
Path = require('path'),
Cuid = require('cuid'),
Crypto = require('crypto'),
- DB = require('./db'),
Firebase = require('./firebase'),
Utils = require('./ut... | Late require the DB to use injected version. | UXFoundry_hashdo | train |
08031d03be96bb89e6cda7fe55e6a318122c20b2 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -11,16 +11,24 @@ import (
)
func main() {
+ fmt.Println("here")
appEnv, _ := cfenv.Current()
+ fmt.Println("appEnv raw:", appEnv)
validatorServiceName := os.Getenv("UPS_PEZVALIDATOR_NAME")
targetKeyName := os.Getenv("UPS... | [#<I>] adding lots of output to main for debug | pivotal-pez_pezdispenser | train |
4d9f601739825ce1715cffe6d70488f739666718 | diff --git a/Controller/LayoutController.php b/Controller/LayoutController.php
index <HASH>..<HASH> 100644
--- a/Controller/LayoutController.php
+++ b/Controller/LayoutController.php
@@ -141,7 +141,7 @@ class LayoutController extends Controller
$username = $user->getFirstName() . ' ' . $user->getLastName()... | [CoreBundle] Modified to follow notification changes | claroline_Distribution | train |
650cfe68da5a1e2e3dfd651ecc8c58ae6faac69a | diff --git a/provision/docker/cmd.go b/provision/docker/cmd.go
index <HASH>..<HASH> 100644
--- a/provision/docker/cmd.go
+++ b/provision/docker/cmd.go
@@ -56,7 +56,7 @@ func (c *listAutoScaleHistoryCmd) Run(ctx *cmd.Context, client *cmd.Client) erro
defer resp.Body.Close()
var history []autoScaleEvent
if resp.Sta... | provision/docker/cmd: add \n to command output. | tsuru_tsuru | train |
2bb5bf9560d5c24e6e6acba37e89c0e172b7179a | diff --git a/libkbfs/init.go b/libkbfs/init.go
index <HASH>..<HASH> 100644
--- a/libkbfs/init.go
+++ b/libkbfs/init.go
@@ -121,13 +121,11 @@ func defaultBServer(ctx Context) string {
return memoryAddr
case libkb.StagingRunMode:
return `
- bserver-0.dev.keybase.io:443,bserver-1.dev.keybase.io:443;
- bserver.... | remove old {b,md}server addresses (#<I>) | keybase_client | train |
3b3590ed1c248fbbcadec4f070f59ebc1bd545d6 | diff --git a/code/dispatcher/response/transport/http.php b/code/dispatcher/response/transport/http.php
index <HASH>..<HASH> 100644
--- a/code/dispatcher/response/transport/http.php
+++ b/code/dispatcher/response/transport/http.php
@@ -52,7 +52,7 @@ class DispatcherResponseTransportHttp extends DispatcherResponseTranspo... | #<I>: Do not replace the previous header.
Since each cookie gets its own header, this would only send the last cookie | timble_kodekit | train |
8380dd94585d5ddc45b229e5467613fab63ef8af | diff --git a/draw2dbase/stack_gc.go b/draw2dbase/stack_gc.go
index <HASH>..<HASH> 100644
--- a/draw2dbase/stack_gc.go
+++ b/draw2dbase/stack_gc.go
@@ -132,6 +132,10 @@ func (gc *StackGraphicContext) BeginPath() {
gc.Current.Path.Clear()
}
+func (gc *StackGraphicContext) CopyPath() *draw2d.Path {
+ return gc.Curren... | Added CopyPath to the GraphicContext interface. | llgcode_draw2d | train |
d7441bac63a293734ec42960194d2d6674960f48 | diff --git a/lib/loaf/view_extensions.rb b/lib/loaf/view_extensions.rb
index <HASH>..<HASH> 100644
--- a/lib/loaf/view_extensions.rb
+++ b/lib/loaf/view_extensions.rb
@@ -98,6 +98,9 @@ module Loaf
true
when Regexp
!request_uri.match(pattern).nil?
+ when Hash
+ query_params = URI.enc... | Add ability to match based on query params | piotrmurach_loaf | train |
a1e494d75245fdbd5d0bfbd21edc17577aca6bc1 | diff --git a/lib/autoprefixer-rails.rb b/lib/autoprefixer-rails.rb
index <HASH>..<HASH> 100644
--- a/lib/autoprefixer-rails.rb
+++ b/lib/autoprefixer-rails.rb
@@ -15,7 +15,8 @@ module AutoprefixerRails
# Add Autoprefixer for Sprockets environment in `assets`.
# You can specify `browsers` actual in your project.
... | Support Sprockets 4
The old interface for processors was deprecated in Sprockets 3 and totally removed in Sprockets 4 (beta1 is out now). This PR provides compatibility with Sprockets 2, 3 and 4.
I ran tests locally with Sprockets master (along with sass-rails and sprockets-rails)
```
source '<URL> | ai_autoprefixer-rails | train |
1b5e2c85d32a176adb2b4d24f62dbdedfbdc44d0 | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -3,13 +3,11 @@
namespace Limber;
use Limber\Exceptions\ApplicationException;
-use Limber\Exceptions\DispatchException;
use Limber\Exceptions\MethodNotAllowedHttpException;
use ... | Removing unused imports. | nimbly_Limber | train |
420785e5e91c1b9a4fb53f48d00072d52af08d0f | diff --git a/spec/scss_lint/linter/private_naming_convention_spec.rb b/spec/scss_lint/linter/private_naming_convention_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/scss_lint/linter/private_naming_convention_spec.rb
+++ b/spec/scss_lint/linter/private_naming_convention_spec.rb
@@ -60,6 +60,20 @@ describe SCSSLint::Lin... | Add test for another edge case in PrivateNamingConvention
I was trying out this new rule in a few more places, and noticed
similarly broken behavior when the file starts with an @import
statement. My previous fix also resolves this, but I think it is good to
cover this with a test anyway. | sds_scss-lint | train |
576f6877b439097e943b50e9d1cf2819e1a6b380 | diff --git a/sql_metadata/parser.py b/sql_metadata/parser.py
index <HASH>..<HASH> 100644
--- a/sql_metadata/parser.py
+++ b/sql_metadata/parser.py
@@ -260,6 +260,7 @@ class Parser: # pylint: disable=R0902
self._add_to_columns_aliases_subsection(
token=token... | add missing token type for sub_queries | macbre_sql-metadata | train |
4d3e28a06c41333f512d0f79ce3e8db8b38c7f0d | diff --git a/user/profile/field/menu/field.class.php b/user/profile/field/menu/field.class.php
index <HASH>..<HASH> 100644
--- a/user/profile/field/menu/field.class.php
+++ b/user/profile/field/menu/field.class.php
@@ -71,6 +71,19 @@ class profile_field_menu extends profile_field_base {
$user->{$this->inputnam... | MDL-<I> fixed regression in menu field - discovered and patched by Vlas Voloshin, thanks!; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
ab38739da8cff0d2139bc0720d69ec8071e6faef | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,32 +1,29 @@
function createMiddleware(server, opts) {
-
- var shuttingDown = false
- , options =
- { logger: console
- , forceTimeout: 30000, ...opts }
+ var shuttingDown = false,
+ options = { logger: co... | feat: Log as `info` on SIGTERM. It's normal but causes false alerts | serby_express-graceful-shutdown | train |
d6393f8ab3af5b46d0548eff639845522f45c6b8 | diff --git a/src/main/java/com/jayway/maven/plugins/android/configuration/Manifest.java b/src/main/java/com/jayway/maven/plugins/android/configuration/Manifest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/jayway/maven/plugins/android/configuration/Manifest.java
+++ b/src/main/java/com/jayway/maven/plugins/a... | allow override of plugin config with property or command line property for pull and push mojo parameters | simpligility_android-maven-plugin | train |
c9dfc7d36602eb95829c436191dba4cd8e869fe9 | diff --git a/controller/frontend/src/Controller/Frontend/Customer/Standard.php b/controller/frontend/src/Controller/Frontend/Customer/Standard.php
index <HASH>..<HASH> 100644
--- a/controller/frontend/src/Controller/Frontend/Customer/Standard.php
+++ b/controller/frontend/src/Controller/Frontend/Customer/Standard.php
@... | Adapt to changed editor name in core | aimeos_ai-controller-frontend | train |
bdf4095297d4c13b0a1fb97b865a2f6adc0fc2e1 | diff --git a/dvc/logger.py b/dvc/logger.py
index <HASH>..<HASH> 100644
--- a/dvc/logger.py
+++ b/dvc/logger.py
@@ -2,11 +2,28 @@ import sys
import logging
import colorama
import traceback
+import re
colorama.init()
+def visual_width(line):
+ """ Get the the number of columns required to display a string ... | updater: Add some colors and a frame to the update message (#<I>)
Close #<I> | iterative_dvc | train |
1a943126354a62fa169595b7dfb252c0541efeeb | diff --git a/spyderlib/widgets/arrayeditor.py b/spyderlib/widgets/arrayeditor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/arrayeditor.py
+++ b/spyderlib/widgets/arrayeditor.py
@@ -598,7 +598,7 @@ def test_edit(data, title="", xlabels=None, ylabels=None,
def test():
"""Array editor test"""
_app =... | Increased performance by, using iat instead of iloc and then use iloc at fallback when iat don't work and not requiring column resize at startup. | spyder-ide_spyder | train |
4f05bf87aceb7be43196f936c293a9d64338bad9 | diff --git a/wallet/signing-key.js b/wallet/signing-key.js
index <HASH>..<HASH> 100644
--- a/wallet/signing-key.js
+++ b/wallet/signing-key.js
@@ -38,13 +38,18 @@ function SigningKey(privateKey) {
}
utils.defineProperty(SigningKey, 'recover', function(digest, r, s, recoveryParam) {
- var publicKey = secp256k1.re... | Fixed signing key recover when hex strings are passed in for r and s. | ethers-io_ethers.js | train |
1bb9a3e9fb187aab73656255c612890986aab5a4 | diff --git a/astroid/builder.py b/astroid/builder.py
index <HASH>..<HASH> 100644
--- a/astroid/builder.py
+++ b/astroid/builder.py
@@ -170,8 +170,7 @@ class AstroidBuilder(InspectBuilder):
else:
package = path and path.find('__init__.py') > -1 or False
rebuilder = TreeRebuilder(self._mana... | Assign module path in TreeRebuilder.visit_module, as otherwise transformers
which are run by it won't get module path (it's needed to determine if transformer has to activate) | PyCQA_astroid | train |
6123004aaf2e365ceeacc4a165ed4d4df1a8c0f3 | diff --git a/user/extendenrol.php b/user/extendenrol.php
index <HASH>..<HASH> 100644
--- a/user/extendenrol.php
+++ b/user/extendenrol.php
@@ -21,14 +21,17 @@ if ((count($users) > 0) and ($form = data_submitted()) and confirm_sesskey()) {
foreach ($form->userid as $k => $v) {
// find all roles this stud... | merged avoid the user of deprecated function | moodle_moodle | train |
3936ab8a7e48fc7ec835811ccf7dd29d2bad65d7 | diff --git a/README.rdoc b/README.rdoc
index <HASH>..<HASH> 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -23,6 +23,9 @@
number_legs 2
name 'Nancy' , 'Drew'
age 34
+
+ # make sure to pass a lambda and not a do block
+ # do blocks chain configurations (see below)
number_of_bananas_eaten lambda {
... | Made it simple to nest configurations with the use of do blocks. | blazingpair_ruby-conf | train |
85e533294cbe7d70e5551da72da87c24c0ca9b67 | diff --git a/lib/fog/aws/parsers/elb/describe_load_balancers.rb b/lib/fog/aws/parsers/elb/describe_load_balancers.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/parsers/elb/describe_load_balancers.rb
+++ b/lib/fog/aws/parsers/elb/describe_load_balancers.rb
@@ -74,7 +74,7 @@ module Fog
reset_load_bala... | fix parser to show scheme, add test for internal ELB creation | fog_fog | train |
5a8c39cf69f30b876f38005473da2751919cc9ab | diff --git a/pydvdid/__init__.py b/pydvdid/__init__.py
index <HASH>..<HASH> 100644
--- a/pydvdid/__init__.py
+++ b/pydvdid/__init__.py
@@ -3,7 +3,6 @@
from __future__ import absolute_import
-from .crc64result import Crc64Result
from .exceptions import (
DvdPathDoesNotExistException,
PydvdidException,
@@... | removed Crc<I>Result from top-level package - doesn't need to be so public | sjwood_pydvdid | train |
cad36945a2040aaa842a62f57649ec6b12850196 | diff --git a/build/build.py b/build/build.py
index <HASH>..<HASH> 100755
--- a/build/build.py
+++ b/build/build.py
@@ -171,7 +171,7 @@ build:opt --host_copt=-march=native
def write_bazelrc(**kwargs):
- f = open(".bazelrc", "w")
+ f = open("../.bazelrc", "w")
f.write(BAZELRC_TEMPLATE.format(**kwargs))
f.clo... | Update build.py to write its .bazelrc in the root directory of the repository, next to the workspace.
Fixes build breakage caused by workspace move. | tensorflow_probability | train |
cdb6280b366f75f24caa61f55d89380581a3e5ff | diff --git a/lib/mqtt/client.rb b/lib/mqtt/client.rb
index <HASH>..<HASH> 100644
--- a/lib/mqtt/client.rb
+++ b/lib/mqtt/client.rb
@@ -451,25 +451,9 @@ private
unless result.nil?
# Yes - read in the packet
packet = MQTT::Packet.read(@socket)
- if packet.class == MQTT::Packet::Publish
- ... | Send PUBACK when receiving a publish with qos > 0. | njh_ruby-mqtt | train |
b11c95d73abd6b316ccadf4e8db28fea0bfe2c6e | diff --git a/connector/git/src/test/java/org/openengsb/connector/git/internal/GitServiceImplTest.java b/connector/git/src/test/java/org/openengsb/connector/git/internal/GitServiceImplTest.java
index <HASH>..<HASH> 100644
--- a/connector/git/src/test/java/org/openengsb/connector/git/internal/GitServiceImplTest.java
+++ ... | fixed GitServiceImplTest working with blanks | openengsb_openengsb | train |
795250f0762343ae8f0ba910af020f0e08e20348 | diff --git a/globals.js b/globals.js
index <HASH>..<HASH> 100644
--- a/globals.js
+++ b/globals.js
@@ -27,6 +27,10 @@ import SingleSelectionMixin from './mixins/SingleSelectionMixin';
import Symbol from './mixins/Symbol';
import symbols from './mixins/symbols';
+// Elements
+import ListBox from './elements/ListBox'... | Expose new components as globals for ES5 users. | elix_elix | train |
d7cacfd71fd8e1f68fc33f4648d6cc249cae51f2 | diff --git a/src/commands/view/SelectComponent.js b/src/commands/view/SelectComponent.js
index <HASH>..<HASH> 100644
--- a/src/commands/view/SelectComponent.js
+++ b/src/commands/view/SelectComponent.js
@@ -527,15 +527,29 @@ module.exports = {
* @param {Object} pos
*/
updateToolbarPos(el, elPos) {
- var u... | Fixed display for the component's toolbar to not cover component's content. | artf_grapesjs | train |
173da8a98952f4410f6ce4d96661f874bab59a23 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OParenthesisExpression.java b/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OParenthesisExpression.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OParenthesisExpression.... | Fix parenthesis expressions in RETURN statement of MATCH statements | orientechnologies_orientdb | train |
d67c68cbb5ac8ac87b43307b8e0e0c21a5ef4d77 | diff --git a/lib/spring/env.rb b/lib/spring/env.rb
index <HASH>..<HASH> 100644
--- a/lib/spring/env.rb
+++ b/lib/spring/env.rb
@@ -60,7 +60,7 @@ module Spring
end
def server_running?
- pidfile = pidfile_path.open('r')
+ pidfile = pidfile_path.open('r+')
!pidfile.flock(File::LOCK_EX | File::... | Open pidfile in 'r+' mode on all platforms for compatibility with illumos/solaris. | rails_spring | train |
2eb022413ecada857768022b75c260490911c35c | diff --git a/src/test/java/org/mariadb/jdbc/MariaDbPoolDataSourceTest.java b/src/test/java/org/mariadb/jdbc/MariaDbPoolDataSourceTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/mariadb/jdbc/MariaDbPoolDataSourceTest.java
+++ b/src/test/java/org/mariadb/jdbc/MariaDbPoolDataSourceTest.java
@@ -426,7 +426,7 ... | [misc] improve pool test stability | MariaDB_mariadb-connector-j | train |
63b923ff3d8e21fc3bd6627287c4936800f2067d | diff --git a/node_device.go b/node_device.go
index <HASH>..<HASH> 100644
--- a/node_device.go
+++ b/node_device.go
@@ -253,20 +253,24 @@ type NodeDeviceStorageSubCapability struct {
}
type NodeDeviceStorageRemovableCapability struct {
- MediaAvailable *uint `xml:"media_available"`
- MediaSize *uint `xml:"med... | Add logical_block_size / num_blocks storage capabilities | libvirt_libvirt-go-xml | train |
1ab6ed9ba7838a18089b3902974f9632f0d20211 | diff --git a/spec/brcobranca/boleto/banestes_spec.rb b/spec/brcobranca/boleto/banestes_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/brcobranca/boleto/banestes_spec.rb
+++ b/spec/brcobranca/boleto/banestes_spec.rb
@@ -62,6 +62,16 @@ RSpec.describe Brcobranca::Boleto::Banestes do #:nodoc:[all]
expect { boleto_novo... | increase coverage of our number for Banestes | kivanio_brcobranca | train |
52ad993d38d87c21c8308508fef75b63f21816ba | diff --git a/Entity/Status.php b/Entity/Status.php
index <HASH>..<HASH> 100644
--- a/Entity/Status.php
+++ b/Entity/Status.php
@@ -17,6 +17,11 @@ use Doctrine\ORM\Mapping as ORM;
*/
class Status
{
+ const NOT_SUBMITTED = 1;
+ const SUBMITTED = 2;
+ const PUBLISHED = 3;
+ const REJECTED = 4;
+
/**
... | Update depreceated product ..: | sulu_SuluProductBundle | train |
afdfb30395b401dfc0f65f3a9f651ba6f9ed4d66 | diff --git a/src/org/zaproxy/zap/ZAP.java b/src/org/zaproxy/zap/ZAP.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/ZAP.java
+++ b/src/org/zaproxy/zap/ZAP.java
@@ -55,15 +55,12 @@ import org.zaproxy.zap.control.ControlOverrides;
import org.zaproxy.zap.eventBus.EventBus;
import org.zaproxy.zap.eventBus.Sim... | Issue <I> : Root CA cert not generated in daemon mode | zaproxy_zaproxy | train |
8be21fb5396624d76dc79af73ca37060e3de9913 | diff --git a/restapi.go b/restapi.go
index <HASH>..<HASH> 100644
--- a/restapi.go
+++ b/restapi.go
@@ -1108,10 +1108,10 @@ func (s *Session) ChannelInvites(channelID string) (st []*Invite, err error) {
func (s *Session) ChannelInviteCreate(channelID string, i Invite) (st *Invite, err error) {
data := struct {
- M... | Fix unmarshall error with Invite, improve error logging. | bwmarrin_discordgo | train |
ce08c87d95e60bc4b41aa0e7191b4245ef279df2 | diff --git a/src/main/java/org/jtwig/property/configuration/DefaultPropertyResolverConfiguration.java b/src/main/java/org/jtwig/property/configuration/DefaultPropertyResolverConfiguration.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jtwig/property/configuration/DefaultPropertyResolverConfiguration.java
+++ ... | Enabling cached property resolver by default supporting polymorphic types now | jtwig_jtwig-core | train |
e39be64ada24586643542492e3187c7fd867c09c | diff --git a/spec/unit/unparser_spec.rb b/spec/unit/unparser_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/unparser_spec.rb
+++ b/spec/unit/unparser_spec.rb
@@ -27,8 +27,7 @@ describe Unparser do
def self.strip(ruby)
return ruby if ruby.empty?
lines = ruby.lines
- line = lines.first
- ... | Simplify spec strip helper | mbj_unparser | train |
7b8b673c22f5e73465bc4f265bef77f8248f59af | diff --git a/recover.go b/recover.go
index <HASH>..<HASH> 100644
--- a/recover.go
+++ b/recover.go
@@ -16,12 +16,12 @@ func Recover(r interface{}) (err error) {
default:
err = fmt.Errorf("unknown panic, received: %v", r)
}
- }
- if _, ok := StackTrace(err); !ok {
- err = &wrappedError{
- err: err,
- ... | Fix nil pointer in Recover | goph_emperror | train |
c8326460a46e563816ebfe7d9a13c475c2f0be63 | diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Model/Model.php
+++ b/lib/Cake/Model/Model.php
@@ -675,7 +675,7 @@ class Model extends Object {
}
if (is_subclass_of($this, 'AppModel')) {
- $merge = array('actsAs','findMethods');
+ $merge = array('a... | add a space after the comma in the $merge array | cakephp_cakephp | train |
a6ef0bae1085958973057725cf0c5e06dee63d0b | diff --git a/test/all_operations_test.rb b/test/all_operations_test.rb
index <HASH>..<HASH> 100644
--- a/test/all_operations_test.rb
+++ b/test/all_operations_test.rb
@@ -6,6 +6,47 @@ if !argv.empty?
file_regexps = argv.map { |f| /#{f}/ }
end
+def my_time_it(name, &block)
+ start_time = Time.now
+ yield
+ retu... | Track time elapsed for each test | outcomesinsights_conceptql | train |
26628b551f4619756823bb32786aaeb63a9d4c0a | diff --git a/tinkergraph/src/main/java/com/tinkerpop/tinkergraph/TinkerGraphComputer.java b/tinkergraph/src/main/java/com/tinkerpop/tinkergraph/TinkerGraphComputer.java
index <HASH>..<HASH> 100644
--- a/tinkergraph/src/main/java/com/tinkerpop/tinkergraph/TinkerGraphComputer.java
+++ b/tinkergraph/src/main/java/com/tink... | tweaks to TinkerGraphComputer --- organizational. | apache_tinkerpop | train |
64939ff7a8bb30c53eb784470a0f997335eb189c | diff --git a/js/server/DeviceServer.js b/js/server/DeviceServer.js
index <HASH>..<HASH> 100644
--- a/js/server/DeviceServer.js
+++ b/js/server/DeviceServer.js
@@ -39,7 +39,7 @@ DeviceServer.prototype = {
for (var i = 0; i < files.length; i++) {
var filename = files[i],
fullPath = ... | autoformat, fixing lookup by name | particle-iot_spark-protocol | train |
9478d94113b4b8d888941a7889d67e43061f3b92 | diff --git a/src/main/java/com/googlecode/jsonrpc4j/JsonRpcClient.java b/src/main/java/com/googlecode/jsonrpc4j/JsonRpcClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/googlecode/jsonrpc4j/JsonRpcClient.java
+++ b/src/main/java/com/googlecode/jsonrpc4j/JsonRpcClient.java
@@ -256,7 +256,7 @@ public class ... | A return type of Void is not valid
When invoking methods with a return type of Void, consider Void to be not a valid return type allowing for there to be RPC methods that don't return anything (or have results that are ignored). | briandilley_jsonrpc4j | train |
5b444a43440cee98165c297f1d0c9e43e04ff1f7 | diff --git a/lib/Doctrine/ODM/MongoDB/Aggregation/Stage/Bucket.php b/lib/Doctrine/ODM/MongoDB/Aggregation/Stage/Bucket.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/MongoDB/Aggregation/Stage/Bucket.php
+++ b/lib/Doctrine/ODM/MongoDB/Aggregation/Stage/Bucket.php
@@ -26,7 +26,7 @@ class Bucket extends AbstractBu... | Fix phpdoc Bucket::boundaries parameter
Since it is variadic, it is specified the type of the individual items. | doctrine_mongodb-odm | train |
20727d00f055d7558895aa6f95d656483d8c0947 | diff --git a/pyblish_lite/control.py b/pyblish_lite/control.py
index <HASH>..<HASH> 100644
--- a/pyblish_lite/control.py
+++ b/pyblish_lite/control.py
@@ -171,18 +171,22 @@ class Controller(QtCore.QObject):
if order > (until + 0.5):
return util.defer(100, on_finished_)
- self.... | Fix pyblish/pyblish-lite#<I>, fix pyblish/pyblish-lite#<I>
Reset the iterator to ensure state sync with GUI checkmarks.
Check publish state when processing to skip instances that have been disabled. | pyblish_pyblish-lite | train |
46bfe132d2d29316c554092a747df8c13a140ea2 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -8,4 +8,6 @@ SimpleCov.start
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
+Dir["./spec/support/**/*.rb"].sort.each { |f| require f}
+
require 'percheron' | Load all spec support files | ashmckenzie_percheron | train |
cc713d122fc3a7efcbdb00e280c0d68a68906791 | diff --git a/coursera/test/test_parsing.py b/coursera/test/test_parsing.py
index <HASH>..<HASH> 100644
--- a/coursera/test/test_parsing.py
+++ b/coursera/test/test_parsing.py
@@ -33,8 +33,10 @@ def test_that_should_not_dl_if_file_exist(get_page, json_path):
def test_that_we_parse_and_write_json_correctly(get_page,... | test: test_parsing: Refactor overly long lines.
We reduce the chaining of methods to cater for people with small brains
(like the author of this commit). | coursera-dl_coursera-dl | train |
49477a4ec11a438d2cd78043fb12e6b7a7eaa127 | diff --git a/src/main/java/com/dlsc/preferencesfx/PreferencesFX.java b/src/main/java/com/dlsc/preferencesfx/PreferencesFX.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/dlsc/preferencesfx/PreferencesFX.java
+++ b/src/main/java/com/dlsc/preferencesfx/PreferencesFX.java
@@ -1,17 +1,16 @@
package com.dlsc.prefe... | Replaced the SplitPane with the MasterDetailPane | dlemmermann_PreferencesFX | train |
8d46e5b97abafd80eee4fa1d209bb43affb8f1ec | diff --git a/log/log.go b/log/log.go
index <HASH>..<HASH> 100644
--- a/log/log.go
+++ b/log/log.go
@@ -24,15 +24,15 @@ type Target struct {
//
// See the builtin log package for more details.
func (t *Target) SetLogger(l *log.Logger) {
- t.mut.Lock()
defer t.mut.Unlock()
+ t.mut.Lock()
t.logger = l
}
// Fata... | log, repository: swapping defer and lock for faster locking/unlocking | tsuru_tsuru | train |
24b25cec1abdeb47fcdbadd3a178de2ee0073ca5 | diff --git a/parler/models.py b/parler/models.py
index <HASH>..<HASH> 100644
--- a/parler/models.py
+++ b/parler/models.py
@@ -842,6 +842,13 @@ class TranslatedFieldsModel(compat.with_metaclass(TranslatedFieldsModelBase, mod
return self.__class__.master.field.rel.related_name
def save_base(self, raw=Fal... | Check for None values for language_code in save()
cc #<I> | django-parler_django-parler | train |
8c9271073ba9fca606bbb6bcf172f7f93d959fe0 | diff --git a/citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/common/chartfactory/ChartDataManagerImpl.java b/citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/common/chartfactory/ChartDataManagerImpl.java
index <HASH>..<HASH> 100644
--- a/citiz... | remove doc type unknown from chart. | Hack23_cia | train |
ea3bdf38be65bbdcbf87cb80de13e8331048ab9e | diff --git a/src/main/java/mil/nga/geopackage/db/SQLiteQueryBuilder.java b/src/main/java/mil/nga/geopackage/db/SQLiteQueryBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/mil/nga/geopackage/db/SQLiteQueryBuilder.java
+++ b/src/main/java/mil/nga/geopackage/db/SQLiteQueryBuilder.java
@@ -30,6 +30,48 @@ public... | separate build query methods for single table and multiple tables | ngageoint_geopackage-java | train |
cb8f7605f1204dafb1faaae5365e52d102663168 | diff --git a/molgenis-core-ui/src/main/resources/js/molgenis.js b/molgenis-core-ui/src/main/resources/js/molgenis.js
index <HASH>..<HASH> 100644
--- a/molgenis-core-ui/src/main/resources/js/molgenis.js
+++ b/molgenis-core-ui/src/main/resources/js/molgenis.js
@@ -706,6 +706,13 @@ $(function() {
}, 0);
});
+ /... | Upon closing a modal, check if other modals remain open. If so, re-add
the modal-open class to the body element. Fixes #<I> | molgenis_molgenis | train |
34ef7069c5e7f9c5c1fad622574ab598ce6ab77d | diff --git a/src/article/converter/html/ArticleHTMLImporter.js b/src/article/converter/html/ArticleHTMLImporter.js
index <HASH>..<HASH> 100644
--- a/src/article/converter/html/ArticleHTMLImporter.js
+++ b/src/article/converter/html/ArticleHTMLImporter.js
@@ -5,13 +5,20 @@ export default class ArticleHTMLImporter extend... | Several fixes related to Clipboard and HTML conversion. | substance_texture | train |
d8d4c2e70ae332e26530c1dada94178401e94283 | diff --git a/Table/Extension/Core/Type/RowType.php b/Table/Extension/Core/Type/RowType.php
index <HASH>..<HASH> 100644
--- a/Table/Extension/Core/Type/RowType.php
+++ b/Table/Extension/Core/Type/RowType.php
@@ -20,7 +20,7 @@ class RowType extends BaseType
parent::setDefaultOptions($resolver);
$resol... | added missing allowed value (null) in row type | swoopaholic_Components | train |
790e8921e1c40454d01e9e8bfac4d2f408f1a99b | diff --git a/gbdxtools/ipe/util.py b/gbdxtools/ipe/util.py
index <HASH>..<HASH> 100644
--- a/gbdxtools/ipe/util.py
+++ b/gbdxtools/ipe/util.py
@@ -5,6 +5,7 @@ import datetime
import time
from functools import wraps
from collections import Sequence
+from itertools import izip
import numpy as np
from numpy.linalg ... | supporting numpy style broadcasting in RatPolyTransform (for fwd) | DigitalGlobe_gbdxtools | train |
880d57502bf5532ea7333e9e3bf3ae9721312404 | diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index <HASH>..<HASH> 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -680,8 +680,6 @@ class Piwik_SitesManager_API
$excludedIps = $this->checkAndReturnExcludedIps($excludedIps);
Piwik_SetOption(sel... | Investigating travis build failure... (<I>th commit) | matomo-org_matomo | train |
a05f7ce84f6e6f8abcb47a972326f4a565a5937a | diff --git a/src/Document.js b/src/Document.js
index <HASH>..<HASH> 100644
--- a/src/Document.js
+++ b/src/Document.js
@@ -418,16 +418,18 @@ class Document {
* @private
*/
_updateFromSnapshot(snapshot: DocumentSnapshot) {
- const data = this._validateSchema(snapshot.data());
+ let data = snapshot.data();
+ i... | Fixed exception when fetching a Document which doesn’t exist and has a schema defined | IjzerenHein_firestorter | train |
2d687586503733ada40f4c7ceb3736796cd0e95b | diff --git a/gremlin-python/src/main/jython/setup.py b/gremlin-python/src/main/jython/setup.py
index <HASH>..<HASH> 100644
--- a/gremlin-python/src/main/jython/setup.py
+++ b/gremlin-python/src/main/jython/setup.py
@@ -69,6 +69,9 @@ setup(
'pytest-runner',
],
tests_require=[
+ # more_itertools... | Pinned more_itertools in gremlin_python
more_itertools is a downstream depepency of pytest and a recent upgrade to it has now broken pytest: <URL> | apache_tinkerpop | train |
48a8c9a1ae9669606ad222de58f59be12b872cf0 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -5,14 +5,12 @@ const modifiers = require('./src/modifiers')
const compiler = require('./src/compiler')
const rawCompiler = require('./src/rawCompiler')
-module.exports = {
- compileExpression: compiler.compileExpression,
... | feat(temp vars): allow temp vars in expressions and rework them internally | nx-js_compiler-util | train |
768de17709b2213dd66a05de62798655c7b0d6a6 | diff --git a/lib/searchkick/version.rb b/lib/searchkick/version.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/version.rb
+++ b/lib/searchkick/version.rb
@@ -1,3 +1,3 @@
module Searchkick
- VERSION = "3.1.2"
+ VERSION = "3.1.3"
end | Version bump to <I> [skip ci] | ankane_searchkick | train |
8483c1e9617fdc3172c1613919e0aee8bc362c6a | diff --git a/spyderlib/widgets/projectexplorer.py b/spyderlib/widgets/projectexplorer.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/projectexplorer.py
+++ b/spyderlib/widgets/projectexplorer.py
@@ -199,8 +199,11 @@ class Project(object):
return []
self.rope_project.validate(self.rope_pro... | Editor/enhancement+bugfix: code completion, go-to-definition and calltip features now works on a new and unsaved file | spyder-ide_spyder | train |
f8cfbd96f9d5326463d18678c88e737078cfd174 | diff --git a/Classes/Factory/ArrayFormFactory.php b/Classes/Factory/ArrayFormFactory.php
index <HASH>..<HASH> 100644
--- a/Classes/Factory/ArrayFormFactory.php
+++ b/Classes/Factory/ArrayFormFactory.php
@@ -36,7 +36,7 @@ class ArrayFormFactory extends AbstractFormFactory
{
$formDefaults = $this->getPreset... | TASK: Allow the configuration of the form type | neos_form | train |
ace6f0f9fe65038fd5549dbe641bd9eece24e88e | diff --git a/includes/class-theme-updater.php b/includes/class-theme-updater.php
index <HASH>..<HASH> 100644
--- a/includes/class-theme-updater.php
+++ b/includes/class-theme-updater.php
@@ -106,8 +106,8 @@ class GitHub_Theme_Updater extends GitHub_Updater {
public function wp_theme_update_row( $theme_key, $theme ) {... | should work if ( isset( $current->up_to_date ) ) | afragen_github-updater | train |
bd72555c8a34b7b74f6b77eb44ceca6d03d06c69 | diff --git a/lib/chai/core/assertions.js b/lib/chai/core/assertions.js
index <HASH>..<HASH> 100644
--- a/lib/chai/core/assertions.js
+++ b/lib/chai/core/assertions.js
@@ -30,6 +30,7 @@ module.exports = function (chai, _) {
* - with
* - at
* - of
+ * - same
*
* @name language chains
* @api publ... | lib: [docs] finish documentation for members assertions | chaijs_chai | train |
b43089c23484d97e5177aad0b2bc6d58036bb42a | diff --git a/lib/warden/manager.rb b/lib/warden/manager.rb
index <HASH>..<HASH> 100644
--- a/lib/warden/manager.rb
+++ b/lib/warden/manager.rb
@@ -16,9 +16,10 @@ module Warden
@config = config
yield self if block_given?
- # should ensure there is a failure application defined.
+ # Should ensur... | Do not rely on :action => :unauthenticated and allow :result to be given by hash. | wardencommunity_warden | train |
c161e7054a1fc3f72d15462881f782859c61da76 | diff --git a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphTest.java
index <HASH>..<HASH> 100644
--- a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/grem... | Added a test to validate the workaround for TINKERPOP-<I> CTR | apache_tinkerpop | train |
c6ac3c794c8d813bfcc7f42e510835c94eb3798c | diff --git a/pygsp/operators.py b/pygsp/operators.py
index <HASH>..<HASH> 100644
--- a/pygsp/operators.py
+++ b/pygsp/operators.py
@@ -769,16 +769,16 @@ def kron_reduction(G, ind):
if G.directed:
raise ValueError('This method only work for undirected graphs.')
- L = G.L.tocsc()
+ L... | More fix for the merge request !3 | epfl-lts2_pygsp | train |
2760b4f4cccc10452f2d610375f62de106f1690d | diff --git a/enrol/authorize/locallib.php b/enrol/authorize/locallib.php
index <HASH>..<HASH> 100644
--- a/enrol/authorize/locallib.php
+++ b/enrol/authorize/locallib.php
@@ -458,7 +458,12 @@ function authorize_print_order_details($orderno)
else { // SHOW
$actions = '';
if (empty($status->actions... | Show a link for echeck payments if an user has_capability('enrol/authorize:uploadcsv'). | moodle_moodle | train |
bbfc871b33a18a28aa33eb6bdfeb112dc2593d3c | diff --git a/lib/mercurius/testing.rb b/lib/mercurius/testing.rb
index <HASH>..<HASH> 100644
--- a/lib/mercurius/testing.rb
+++ b/lib/mercurius/testing.rb
@@ -1,4 +1,4 @@
-require File.expand_path('testing/service', __FILE__)
+require 'testing/service'
APNS::Service.send :prepend, TestService
GCM::Service.send :pre... | Fixing File.expand_path in testing | jrbeck_mercurius | train |
f87ff5be1a894b6485a543ca47deb5c4ce4cbddc | diff --git a/lib/ticket_sharing/client.rb b/lib/ticket_sharing/client.rb
index <HASH>..<HASH> 100644
--- a/lib/ticket_sharing/client.rb
+++ b/lib/ticket_sharing/client.rb
@@ -52,7 +52,7 @@ module TicketSharing
when (300..399)
request.follow_redirect!
handle_response(request)
- when... | Airbreak#<I> Shouldn't raise TicketSharing::Error: <I> 'Forbidden' | zendesk_ticket_sharing | train |
4a3a7cd81962719769bfe21a5ffe971853160864 | diff --git a/Swat/SwatAccordion.php b/Swat/SwatAccordion.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatAccordion.php
+++ b/Swat/SwatAccordion.php
@@ -86,6 +86,7 @@ class SwatAccordion extends SwatNoteBook
$li_counter++;
$li_tag = new SwatHtmlTag('li');
+ $li_tag->id = $page->id;
if ($page->id === $th... | Add support for hash-tag opening of notebook children for the accordion
svn commit r<I> | silverorange_swat | train |
31d1af974089403aa213ec052bae4d16f42c2398 | diff --git a/graphicscontext.go b/graphicscontext.go
index <HASH>..<HASH> 100644
--- a/graphicscontext.go
+++ b/graphicscontext.go
@@ -43,20 +43,18 @@ func (c *graphicsContext) SetSize(screenWidth, screenHeight int, screenScale flo
if c.offscreen != nil {
c.offscreen.Dispose()
}
- offscreen, err := NewImage(scre... | graphics: Add NewVolatileImage (#<I>) | hajimehoshi_ebiten | train |
eb2318231c7e7d51e97afb0b839a4f145cef0cec | diff --git a/arcana/data/selector.py b/arcana/data/selector.py
index <HASH>..<HASH> 100644
--- a/arcana/data/selector.py
+++ b/arcana/data/selector.py
@@ -206,26 +206,28 @@ class BaseSelector(object):
# Get names matching pattern
matches = self._filtered_matches(node, **kwargs)
# Filter match... | added more descriptive error message to _match_node when study filters
out all matches | MonashBI_arcana | train |
cdf5b2c3a9ab83ae82af4cdb6831244cdadbaeaf | diff --git a/pysnow/oauth_client.py b/pysnow/oauth_client.py
index <HASH>..<HASH> 100644
--- a/pysnow/oauth_client.py
+++ b/pysnow/oauth_client.py
@@ -78,8 +78,8 @@ class OAuthClient(Client):
"""
expected_keys = set(("token_type", "refresh_token", "access_token", "scope", "expires_in", "expires_at")... | Raise UsageError if token is not of type dict | rbw_pysnow | train |
4f5da5f7b4f606eb1770764b49b708258576352d | diff --git a/Installation/Updater/MigrationUpdater.php b/Installation/Updater/MigrationUpdater.php
index <HASH>..<HASH> 100644
--- a/Installation/Updater/MigrationUpdater.php
+++ b/Installation/Updater/MigrationUpdater.php
@@ -11,34 +11,31 @@
namespace Claroline\MessageBundle\Installation\Updater;
use Claroline\Ins... | [MessageBundle] Fix additional installer | claroline_Distribution | train |
65516a11c20c6ffec3d242f2b0ff37eaa3afa1a0 | diff --git a/lib/builder.js b/lib/builder.js
index <HASH>..<HASH> 100644
--- a/lib/builder.js
+++ b/lib/builder.js
@@ -69,6 +69,7 @@ function Builder (opts) {
self.helpers = opts.helpers || DEFS.helpers
self.source = opts.source
self.target = opts.target
+ self.read_only= opts.read_only
self.autostop ... | Support "read-only" mode which adds a validator to reject all updates | iriscouch_static-plus | train |
4baa9c4ed62e35cea32f23fcb9ef42697432a387 | diff --git a/example/src/main/java/pwittchen/com/icsl/activity/RoomLocatorActivity.java b/example/src/main/java/pwittchen/com/icsl/activity/RoomLocatorActivity.java
index <HASH>..<HASH> 100644
--- a/example/src/main/java/pwittchen/com/icsl/activity/RoomLocatorActivity.java
+++ b/example/src/main/java/pwittchen/com/icsl... | Updating MAC addresses in sample project | pwittchen_NetworkEvents | train |
57569301208195534d3e055b7df1055b51a8805f | diff --git a/tests/test_uploader.py b/tests/test_uploader.py
index <HASH>..<HASH> 100644
--- a/tests/test_uploader.py
+++ b/tests/test_uploader.py
@@ -48,9 +48,9 @@ class UploaderTest(mixin.Mixin):
def test_encode_metadata(self):
self.uploader.metadata = {'foo': 'bar', 'red': 'blue'}
- encoded_me... | test: six compatible base<I> encoding | tus_tus-py-client | train |
81de80a5530e87ac0e09b5348d280bf4431317be | diff --git a/lib/quantities.js b/lib/quantities.js
index <HASH>..<HASH> 100644
--- a/lib/quantities.js
+++ b/lib/quantities.js
@@ -988,11 +988,16 @@
for(var i = 0; i < arguments.length; i++) {
var arg = arguments[i];
- var match = num_regex.exec(arg) || exp_regex.exec(arg);
- var fractional = ma... | Fix mul_safe with exponential numbers | gentooboontoo_js-quantities | train |
43c68f8231067c7c4f6e03d99ab2f85a4fd203a2 | diff --git a/src/Serializer/ExplicitSerializer.php b/src/Serializer/ExplicitSerializer.php
index <HASH>..<HASH> 100644
--- a/src/Serializer/ExplicitSerializer.php
+++ b/src/Serializer/ExplicitSerializer.php
@@ -50,13 +50,13 @@ class ExplicitSerializer implements Serializer
*/
public function deserialize($ser... | Decode to array instead of object. | interactive-solutions_zf-bernard | train |
9add5ae417cd6fa5e9153c1f19195f5b88c01305 | diff --git a/tools/caffe_converter/convert_symbol.py b/tools/caffe_converter/convert_symbol.py
index <HASH>..<HASH> 100644
--- a/tools/caffe_converter/convert_symbol.py
+++ b/tools/caffe_converter/convert_symbol.py
@@ -207,6 +207,7 @@ def _parse_proto(prototxt_fname):
need_flatten[name] = need_flatten[mapp... | improve convert_symbol.py add support to SUM with coeff (#<I>)
* improve convert_symbol.py add support to SUM with coeff
* fix code style
* fix code style
* fix code style | apache_incubator-mxnet | train |
8edf2cdce385ab3a5d10ea16333a2dae3e1619e6 | diff --git a/install/lang/fr_utf8/installer.php b/install/lang/fr_utf8/installer.php
index <HASH>..<HASH> 100644
--- a/install/lang/fr_utf8/installer.php
+++ b/install/lang/fr_utf8/installer.php
@@ -186,6 +186,7 @@ $string['postgres7'] = 'PostgreSQL (postgres7)';
$string['previous'] = 'Précédent';
$string['qtyperqpwi... | Automatic installer.php lang files by installer_builder (<I>) | moodle_moodle | train |
c282fa1853fe48391e30c0a607855597c94834a6 | diff --git a/lib/schema-evolution-manager.rb b/lib/schema-evolution-manager.rb
index <HASH>..<HASH> 100644
--- a/lib/schema-evolution-manager.rb
+++ b/lib/schema-evolution-manager.rb
@@ -1,6 +1,5 @@
require 'fileutils'
require 'pathname'
-require 'io/console'
dir = File.dirname(__FILE__)
lib_dir = File.join(dir, ... | Remove io/console dependency to fix #<I> | mbryzek_schema-evolution-manager | train |
d45db1f2d57b9d95ae13f59c51e3724ae196d7df | diff --git a/raiden/tests/integration/cli/conftest.py b/raiden/tests/integration/cli/conftest.py
index <HASH>..<HASH> 100644
--- a/raiden/tests/integration/cli/conftest.py
+++ b/raiden/tests/integration/cli/conftest.py
@@ -61,9 +61,6 @@ def raiden_testchain(
)
args = result.args
- # The setup... | Change smoketest option parsing
The smoketest now uses a closure and the CLI-option decorators
to utilize the complete CLI-option parsing including filling in the
proper CLI default values.
The `password_file` value in RaidenTestSetup.args now
returns a path instead of a wrapped click.File() class.
This is a compatib... | raiden-network_raiden | train |
a78bb80961c2eb76dd1dd179dfe399807f82494b | diff --git a/src/main/com/mongodb/CommandFailureException.java b/src/main/com/mongodb/CommandFailureException.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/CommandFailureException.java
+++ b/src/main/com/mongodb/CommandFailureException.java
@@ -36,10 +36,30 @@ public class CommandFailureException extends ... | Added errorMessage and serverAddress properties to CommandFailureException and WriteConcernException
as replacements for commandResult property.
JAVA-<I> | mongodb_mongo-java-driver | train |
003fddc59ffdd4e8c812825aa25c18963b5fb736 | diff --git a/src/Silverpop/EngagePod.php b/src/Silverpop/EngagePod.php
index <HASH>..<HASH> 100644
--- a/src/Silverpop/EngagePod.php
+++ b/src/Silverpop/EngagePod.php
@@ -866,15 +866,17 @@ class EngagePod {
$fields_string = http_build_query($fields);
//open connection
$ch = curl_init();
-
+ ... | CURLOPT_HTTPHEADER was being called twice so that the Expect: was being overwritten and therefore breaking our longer curl calls. I went ahead and created a headers array so that all the headers are included so they are not overwritten. Now the Expect: works as it should as well as the rest of the headers. | simpleweb_SilverpopPHP | train |
96280bc4e946b1ff62c2b32483a00ec498cf36bd | diff --git a/src/module.js b/src/module.js
index <HASH>..<HASH> 100644
--- a/src/module.js
+++ b/src/module.js
@@ -17,6 +17,18 @@ import GLProgram from './gl/gl_program';
import GLTexture from './gl/gl_texture';
import WorkerBroker from './worker_broker';
+// Make some modules accessible for debugging
+var debug = ... | expose same modules for debug in main thread + worker | tangrams_tangram | train |
917fddb5e29af3f9207237e5c67b9f96bbd32e7b | diff --git a/enrol/database/tests/sync_test.php b/enrol/database/tests/sync_test.php
index <HASH>..<HASH> 100644
--- a/enrol/database/tests/sync_test.php
+++ b/enrol/database/tests/sync_test.php
@@ -107,7 +107,11 @@ class enrol_database_testcase extends advanced_testcase {
$dbman->drop_table($table);
... | MDL-<I> add support for db schemas in enrol test | moodle_moodle | train |
699648eab2b6a41dca55afd289e888a3b6b5b8b7 | diff --git a/src/Version.php b/src/Version.php
index <HASH>..<HASH> 100644
--- a/src/Version.php
+++ b/src/Version.php
@@ -19,7 +19,7 @@ final class Version
* Stable — 3.0.0
* Development — 3.1.0 alpha 1
*/
- const VERSION = '3.3.0 alpha 1';
+ const VERSION = '3.4.0 alpha 0';
/**... | Update master version to <I> alpha 0 | bolt_bolt | train |
bf85369bb1eea34cae5a98084709fb621e6d1261 | diff --git a/pgmpy/BayesianModel/BayesianModel.py b/pgmpy/BayesianModel/BayesianModel.py
index <HASH>..<HASH> 100644
--- a/pgmpy/BayesianModel/BayesianModel.py
+++ b/pgmpy/BayesianModel/BayesianModel.py
@@ -2,11 +2,10 @@
import networkx as nx
import numpy as np
-from Exceptions import Exceptions
-from BayesianModel... | changed Exceptions to pgmpy.Exceptions in import statement | pgmpy_pgmpy | train |
c6c42454159ced8c47affb30abb9e3e6d00f0e57 | diff --git a/lib/util.js b/lib/util.js
index <HASH>..<HASH> 100644
--- a/lib/util.js
+++ b/lib/util.js
@@ -45,7 +45,7 @@ var toDirectRequest = function (query, options, resourceName, data) {
request.query.destroy = true;
}
- _.each(["include", "fields", "sort", "limit", "page", "pageSize"], function(keyword)... | WEB-<I> introduce omitFields as query option | flyvictor_fortune-client | train |
a0944d82dd76f55a950e246d199e4a7cf8f80767 | diff --git a/govc/main.go b/govc/main.go
index <HASH>..<HASH> 100644
--- a/govc/main.go
+++ b/govc/main.go
@@ -32,6 +32,7 @@ import (
_ "github.com/vmware/govmomi/govc/vm"
_ "github.com/vmware/govmomi/govc/vm/disk"
_ "github.com/vmware/govmomi/govc/vm/guest"
+ _ "github.com/vmware/govmomi/govc/vm/network"
)
f... | Import vm.network commands | vmware_govmomi | train |
488d41912567708ad4934ad35b41ac7275d65ec9 | diff --git a/src/python/grpcio_health_checking/grpc_health/v1/health.py b/src/python/grpcio_health_checking/grpc_health/v1/health.py
index <HASH>..<HASH> 100644
--- a/src/python/grpcio_health_checking/grpc_health/v1/health.py
+++ b/src/python/grpcio_health_checking/grpc_health/v1/health.py
@@ -33,9 +33,10 @@ import thr... | Update health to current gRPC code elements | grpc_grpc | train |
917eab885ca7916196b3d2f5d45e925f00d95331 | diff --git a/util.js b/util.js
index <HASH>..<HASH> 100644
--- a/util.js
+++ b/util.js
@@ -55,8 +55,10 @@ function lower (v) {
if(isObject(v)) {
if(isArray(v.$prefix)) return v.$prefix.concat(exports.HI)
if(isString(v.$prefix)) return v.$prefix
- if(has(v, '$gt')) return v.$gt
+ if(has(v, '$gt')) re... | ranges return correct upper and lower bounds | dominictarr_map-filter-reduce | train |
ee2b369d5d15eeba21525d9e55da055da383b680 | diff --git a/test/test_knod.rb b/test/test_knod.rb
index <HASH>..<HASH> 100644
--- a/test/test_knod.rb
+++ b/test/test_knod.rb
@@ -118,9 +118,8 @@ class TestPost < BaseTest
def setup
FileUtils.mkdir_p(local_path)
2.times {|i| File.write(File.join(".", path, "#{i+1}.json"), {state: 'noodles'})}
- request... | [CHORE] switch tests to call wrapper connection class | moserrya_knod | train |
c7b2e30f25782884ebc50d4b0220bc2658b1f5bd | diff --git a/gamepad-controls.js b/gamepad-controls.js
index <HASH>..<HASH> 100644
--- a/gamepad-controls.js
+++ b/gamepad-controls.js
@@ -94,6 +94,15 @@ module.exports = {
},
/**
+ * Called on each iteration of main render loop.
+ */
+ tick: function () {
+ this.updateRotation();
+ this.updatePositi... | Add tick() method for A-Frame <I> | donmccurdy_aframe-gamepad-controls | train |
144ced96d5778f55cb37edc0cc46323851aa5b48 | diff --git a/pyzotero/tests.py b/pyzotero/tests.py
index <HASH>..<HASH> 100644
--- a/pyzotero/tests.py
+++ b/pyzotero/tests.py
@@ -573,6 +573,16 @@ class ZoteroTests(unittest.TestCase):
self.assertNotIn("GROUPABC123", str(exc))
self.assertNotIn("updated", str(exc))
+ def testTooManyItems(self):
+... | Adding an error and test for attempts to create/retrieve too many items | urschrei_pyzotero | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.