hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d03e6fd78b4e6ea19637b13cc29fd04aeeeddbe6 | diff --git a/plugins/controlflow/controlflow.go b/plugins/controlflow/controlflow.go
index <HASH>..<HASH> 100644
--- a/plugins/controlflow/controlflow.go
+++ b/plugins/controlflow/controlflow.go
@@ -719,11 +719,41 @@ func (cf *controlFlow) command_expression(line string) (stop bool) {
}
if len(parts) == 1 { // ... | Added "regexp" expression | gobs_cmd | train |
07b809288c67bb602177194868cacccfc1506b8b | diff --git a/spec/mixlib/shellout/shellout_spec.rb b/spec/mixlib/shellout/shellout_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mixlib/shellout/shellout_spec.rb
+++ b/spec/mixlib/shellout/shellout_spec.rb
@@ -374,13 +374,22 @@ describe Mixlib::ShellOut do
end
end
- it "runs commands with stdout... | [RSPEC] Refactored spec for running command with file pipes | chef_mixlib-shellout | train |
3eed7ec64a143427f1782bae21343a805a6eb7bd | diff --git a/authentication/app/controllers/refinery/admin/users_controller.rb b/authentication/app/controllers/refinery/admin/users_controller.rb
index <HASH>..<HASH> 100644
--- a/authentication/app/controllers/refinery/admin/users_controller.rb
+++ b/authentication/app/controllers/refinery/admin/users_controller.rb
@... | Work around JRuby issue with pluck. | refinery_refinerycms | train |
774c7f3997754107d46faa26cf87de5a03630bdc | diff --git a/src/main/java/org/minimalj/frontend/impl/json/JsonPageManager.java b/src/main/java/org/minimalj/frontend/impl/json/JsonPageManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/minimalj/frontend/impl/json/JsonPageManager.java
+++ b/src/main/java/org/minimalj/frontend/impl/json/JsonPageManager.ja... | HtmlFrontend: set page class name as css class | BrunoEberhard_minimal-j | train |
4b7fe70cd32a0b4fc36ec938647e1012d4b5a9a2 | diff --git a/tsdb/engine/tsm1/reader.go b/tsdb/engine/tsm1/reader.go
index <HASH>..<HASH> 100644
--- a/tsdb/engine/tsm1/reader.go
+++ b/tsdb/engine/tsm1/reader.go
@@ -120,7 +120,7 @@ func NewTSMReaderWithOptions(opt TSMReaderOptions) (*TSMReader, error) {
t := &TSMReader{}
if opt.Reader != nil {
// Seek to the e... | fix determine the file size
fix determine the file size | influxdata_influxdb | train |
39a1c3b7c64deea8087bc0c179db1f609a9e1a2c | 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
@@ -12,7 +12,8 @@ module Slim
:generator => Temple::Generators::ArrayBuffer,
:default_tag => 'div'
- use Slim::Parser, :file, :tabsize, :encodin... | Added option to treat text in tags like smart text. | slim-template_slim | train |
c2d5342a42bea7f4911f354f038f5940b60867a9 | diff --git a/lib/prompts/checkbox.js b/lib/prompts/checkbox.js
index <HASH>..<HASH> 100644
--- a/lib/prompts/checkbox.js
+++ b/lib/prompts/checkbox.js
@@ -139,9 +139,10 @@ Prompt.prototype.onSubmit = function() {
*/
Prompt.prototype.onKeypress = function( s, key ) {
- // Only process up, down, space and 1-9 key
-... | Adds support for vi-style navigation. | kaelzhang_node-asks | train |
f61740308c1ca672c89807eb9683366ab4942532 | diff --git a/src/AbstractResponse.php b/src/AbstractResponse.php
index <HASH>..<HASH> 100644
--- a/src/AbstractResponse.php
+++ b/src/AbstractResponse.php
@@ -36,6 +36,9 @@ abstract class AbstractResponse implements Response
const CODE_METHOD_NOT_ALLOWED = 'GEN-METHOD-NOT-ALLOWED';
const CODE_UNWILLING_TO_P... | Implement HTTP<I> Unprocessable entity
It's propably the most popular one, so why not implement it? | ellipsesynergie_api-response | train |
fed5ad4bc5f94daa03b40b2ab86eaaec0b78f2d7 | diff --git a/client_test.go b/client_test.go
index <HASH>..<HASH> 100644
--- a/client_test.go
+++ b/client_test.go
@@ -11,6 +11,7 @@ import (
"os/exec"
"runtime"
"testing"
+ "time"
"google.golang.org/grpc/grpclog"
@@ -73,18 +74,20 @@ func TestMain(m *testing.M) {
}
}
- client, err := ctrd.waitForStar... | Update tests to properly use IsServing | containerd_containerd | train |
c42ad89230bee7ec7dc2c5578c84cae858d45c62 | diff --git a/mapper/lib/rom/mapper/version.rb b/mapper/lib/rom/mapper/version.rb
index <HASH>..<HASH> 100644
--- a/mapper/lib/rom/mapper/version.rb
+++ b/mapper/lib/rom/mapper/version.rb
@@ -1,5 +1,5 @@
module ROM
class Mapper
- VERSION = '1.1.0'.freeze
+ VERSION = '1.2.0'.freeze
end
end | [mapper] bump to <I> | rom-rb_rom | train |
93be577f56a8d91390cd62243b5191010496ef56 | diff --git a/lib/info.rb b/lib/info.rb
index <HASH>..<HASH> 100644
--- a/lib/info.rb
+++ b/lib/info.rb
@@ -1,5 +1,5 @@
module MultiRepo
NAME = "git-multirepo"
- VERSION = "1.0.0.beta33"
+ VERSION = "1.0.0.beta34"
DESCRIPTION = "Track multiple Git repositories side-by-side."
end
\ No newline at end of file | Bumped version to beta<I>. | fortinmike_git-multirepo | train |
0530acd66f39dfdfd299b206465ae1ad2f66eb66 | diff --git a/etrago/tools/utilities.py b/etrago/tools/utilities.py
index <HASH>..<HASH> 100644
--- a/etrago/tools/utilities.py
+++ b/etrago/tools/utilities.py
@@ -1441,6 +1441,6 @@ def check_args(etrago):
etrago.args['start_snapshot'] % 24 == 0,\
("Please select snapshots covering whole days w... | modify check_args due to implementation of segmentation | openego_eTraGo | train |
c1c6f0f8059445d245ca8a1211dbca1d1d38f227 | diff --git a/lib/msfl_visitors/nodes/and.rb b/lib/msfl_visitors/nodes/and.rb
index <HASH>..<HASH> 100644
--- a/lib/msfl_visitors/nodes/and.rb
+++ b/lib/msfl_visitors/nodes/and.rb
@@ -2,23 +2,6 @@ require_relative 'iterator'
module MSFLVisitors
module Nodes
class And < Iterator
-
- def accept(visitor)
- ... | Start work on And node changes for both visitors | Referly_msfl_visitors | train |
f23c78a6b4deb1c15c200c7d59beb7785c505ccb | diff --git a/code/actions/NotifyUsersWorkflowAction.php b/code/actions/NotifyUsersWorkflowAction.php
index <HASH>..<HASH> 100644
--- a/code/actions/NotifyUsersWorkflowAction.php
+++ b/code/actions/NotifyUsersWorkflowAction.php
@@ -66,19 +66,13 @@ class NotifyUsersWorkflowAction extends WorkflowAction {
}
public f... | BUGFIX: notification emails sent individually to each member (issue #<I>) | symbiote_silverstripe-advancedworkflow | train |
a775273e767d31365572d35c45d18d7c941d6230 | diff --git a/clients/java/src/test/java/com/thoughtworks/selenium/ApacheMyFacesSuggestTest.java b/clients/java/src/test/java/com/thoughtworks/selenium/ApacheMyFacesSuggestTest.java
index <HASH>..<HASH> 100644
--- a/clients/java/src/test/java/com/thoughtworks/selenium/ApacheMyFacesSuggestTest.java
+++ b/clients/java/src... | update system prop ref to renamed forcedBrowserMode property (otherwise this test spuriously fails if you do force the browser mode)
r<I> | SeleniumHQ_selenium | train |
30e34d6a7ef86044bcd9352dbf93f0bcee2de655 | diff --git a/shared/path.js b/shared/path.js
index <HASH>..<HASH> 100644
--- a/shared/path.js
+++ b/shared/path.js
@@ -1,6 +1,7 @@
+/* @flow */
import path from 'path';
-export function toAbsolutePath(relativeOrAbsolutePath) {
+export function toAbsolutePath(relativeOrAbsolutePath: string): string {
if (
pat... | Added flow type notation to path utils | Yoctol_bottender | train |
5024e82a0ba19e19ea9287230b28116070baf5e9 | diff --git a/lib/omit.js b/lib/omit.js
index <HASH>..<HASH> 100644
--- a/lib/omit.js
+++ b/lib/omit.js
@@ -3,6 +3,8 @@
const { Aigle } = require('./aigle');
const { AigleEachArray, AigleEachObject } = require('./internal/aigleEach');
+module.exports = omit;
+
class OmitArray extends AigleEachArray {
construct... | perf(omit): clean up and improve performance | suguru03_aigle | train |
44b2bf1592b7cf428fba4bfd4d21abcfec38520b | diff --git a/tests/test_passthrough.py b/tests/test_passthrough.py
index <HASH>..<HASH> 100644
--- a/tests/test_passthrough.py
+++ b/tests/test_passthrough.py
@@ -473,6 +473,33 @@ class TestPassthroughUdpIbv(BaseTestPassthroughSubstreams):
)
)
+ @pytest.mark.parametrize('num_items', [... | Add a basic unit test for memory regions | ska-sa_spead2 | train |
bb4168380435f6102c922ead68d5203fca40a077 | diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/CompositeEnvironmentRepository.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/CompositeEnvironmentRepository.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-... | Set version when there is only a single environment repository in a composite. Fixes #<I>. | spring-cloud_spring-cloud-config | train |
50b0bd5fcf9836fef6f4cbfd02609db0db3acb16 | diff --git a/src/widgets/IndexPage.php b/src/widgets/IndexPage.php
index <HASH>..<HASH> 100644
--- a/src/widgets/IndexPage.php
+++ b/src/widgets/IndexPage.php
@@ -371,7 +371,8 @@ JS
public function renderExport()
{
- if ($this->getUiModel()->representation) {
+ $isGridExportActionExists = (boo... | Added check if current controller has `export` action to IndexPage::renderExport() method | hiqdev_hipanel-core | train |
68cd0bed96f4969d649a0735d0f61659f75a15eb | diff --git a/marko/ext/latex_renderer.py b/marko/ext/latex_renderer.py
index <HASH>..<HASH> 100644
--- a/marko/ext/latex_renderer.py
+++ b/marko/ext/latex_renderer.py
@@ -111,7 +111,6 @@ class LatexRenderer(Renderer):
return self._simple_command("url", element.dest)
def render_link_ref_def(self, element... | Modify test_render_links to include link_ref_def | frostming_marko | train |
d0eac3638167e7ab137158e052f0c493747b1103 | diff --git a/src/core/core.config.js b/src/core/core.config.js
index <HASH>..<HASH> 100644
--- a/src/core/core.config.js
+++ b/src/core/core.config.js
@@ -281,6 +281,9 @@ export default class Config {
});
const array = Array.from(scopes);
+ if (array.length === 0) {
+ array.push(Object.create(null))... | Ensure getPrototypeOf will not crash on plugin options with no scopes (#<I>)
* Ensure getPrototypeOf will not crash on plugin options with no scopes
* Code review improvements | chartjs_Chart.js | train |
9842d0e4c99475d0938487f44acf02ae863bb359 | diff --git a/javascript/atoms/dom.js b/javascript/atoms/dom.js
index <HASH>..<HASH> 100644
--- a/javascript/atoms/dom.js
+++ b/javascript/atoms/dom.js
@@ -42,8 +42,16 @@ goog.require('goog.userAgent');
* @return {Element} The active element, if any.
*/
bot.dom.getActiveElement = function(nodeOrWindow) {
- return ... | Guarding around IE returning an empty object for the active element | SeleniumHQ_selenium | train |
96aefce50a2a07bfec763905cde26cce1c7f8ba4 | diff --git a/src/Actinoids/Modlr/RestOdm/Models/Model.php b/src/Actinoids/Modlr/RestOdm/Models/Model.php
index <HASH>..<HASH> 100644
--- a/src/Actinoids/Modlr/RestOdm/Models/Model.php
+++ b/src/Actinoids/Modlr/RestOdm/Models/Model.php
@@ -443,6 +443,18 @@ class Model
}
/**
+ * Determines if the model us... | Add ability to detect if Model uses mixin | as3io_modlr | train |
c7f67b26780229a8fcf32dc42718f8ed6f0a0bb3 | diff --git a/querydsl-lucene/src/main/java/com/mysema/query/lucene/AbstractLuceneQuery.java b/querydsl-lucene/src/main/java/com/mysema/query/lucene/AbstractLuceneQuery.java
index <HASH>..<HASH> 100644
--- a/querydsl-lucene/src/main/java/com/mysema/query/lucene/AbstractLuceneQuery.java
+++ b/querydsl-lucene/src/main/jav... | #<I> "Lucene: uniqueResult should take limit and offset into account" is now fixed. | querydsl_querydsl | train |
7da51cc31720bd5cddbcb0dfeb56a6218f5ec4ff | diff --git a/lib/mongo/collection.rb b/lib/mongo/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/collection.rb
+++ b/lib/mongo/collection.rb
@@ -77,6 +77,7 @@ module XGen
def save(object)
if id = object[:_id] || object['_id']
repsert({:_id => id}, object)
+ id
... | save returns _id as well | mongodb_mongo-ruby-driver | train |
3b306ed8b12a2c7d257510c01c489324461070d0 | diff --git a/src/ContentManager.js b/src/ContentManager.js
index <HASH>..<HASH> 100644
--- a/src/ContentManager.js
+++ b/src/ContentManager.js
@@ -31,7 +31,7 @@ export const langToContent = {
buttonAccept: 'ACEPTAR COOKIES PUBLICITARIAS',
buttonLearnMore: 'MÁS INFORMACIÓN',
buttonReject: 'REC... | cake-<I> | Update spanish copy | Wikia_tracking-opt-in | train |
d5d9c5e58381d2d7ba92ed4c8c6c6c4e5a8d0a9b | diff --git a/abstract.js b/abstract.js
index <HASH>..<HASH> 100644
--- a/abstract.js
+++ b/abstract.js
@@ -113,7 +113,12 @@ ee(Object.defineProperties(PersistenceDriver.prototype, assign({
return this._getRaw(id).finally(this._onOperationEnd);
}),
_getRawObject: d(function (ownerId, keyPaths) {
- return this.__... | Wrap _getRawObject with write lock | medikoo_dbjs-persistence | train |
63355b62542f5129b25c4d05c010c060aefc5727 | diff --git a/src/Qlake/Architecture/Container.php b/src/Qlake/Architecture/Container.php
index <HASH>..<HASH> 100644
--- a/src/Qlake/Architecture/Container.php
+++ b/src/Qlake/Architecture/Container.php
@@ -30,6 +30,7 @@ class Container implements ArrayAccess
}
+
public function bind($name, $provider)
{
$t... | Added prettify method to container | qlake_framework | train |
97bf97e71d7d36bf88db97daf9ca7a49763f5ed3 | diff --git a/dropwizard-lifecycle/src/main/java/io/dropwizard/lifecycle/setup/ExecutorServiceBuilder.java b/dropwizard-lifecycle/src/main/java/io/dropwizard/lifecycle/setup/ExecutorServiceBuilder.java
index <HASH>..<HASH> 100644
--- a/dropwizard-lifecycle/src/main/java/io/dropwizard/lifecycle/setup/ExecutorServiceBuild... | Use Formatter to validate format strings, rather than String.format()
This will stop Sonar complaining about us not making use of the result of
String.format(). | dropwizard_dropwizard | train |
3d9050112b41828f127ce4db74e8ca0844093677 | diff --git a/cirq-core/cirq/ops/boolean_hamiltonian_test.py b/cirq-core/cirq/ops/boolean_hamiltonian_test.py
index <HASH>..<HASH> 100644
--- a/cirq-core/cirq/ops/boolean_hamiltonian_test.py
+++ b/cirq-core/cirq/ops/boolean_hamiltonian_test.py
@@ -128,9 +128,9 @@ def test_gray_code_sorting(n_bits, expected_hs):
... | Fix warning on array creation from ragged sequences (#<I>)
Avoid conversion of ragged nested sequences to numpy array.
Use simple equality check to compare lists of tuples.
Use RandomState.choice to get item index instead of the item itself
which implies conversion to numpy.array.
Fixes check/pytest -Werror:'Cr... | quantumlib_Cirq | train |
4db42a632dea0505268dd1a00f6430db03916b8a | diff --git a/lib/textbringer/plugin.rb b/lib/textbringer/plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/textbringer/plugin.rb
+++ b/lib/textbringer/plugin.rb
@@ -12,7 +12,11 @@ module Textbringer
files = Gem.find_latest_files("textbringer_plugin.rb", false) +
Dir.glob(File.join(directory, "*/**/textbri... | Rescue exceptions when loading plugins. | shugo_textbringer | train |
29368a60520b187b46d88b8c52ae31e3b42ffb00 | diff --git a/tests/FluentDOM/DOM/XpathTest.php b/tests/FluentDOM/DOM/XpathTest.php
index <HASH>..<HASH> 100644
--- a/tests/FluentDOM/DOM/XpathTest.php
+++ b/tests/FluentDOM/DOM/XpathTest.php
@@ -57,7 +57,6 @@ namespace FluentDOM\DOM {
->willReturn("urn:bar");
$document = $this->getMockBuilder(Document::... | [REFACTOR] Remove "any" Expects | ThomasWeinert_FluentDOM | train |
b48c9dc258e04d82e97e14e5fa2fa439fa18aa7a | diff --git a/core/console/commands/ImportController.php b/core/console/commands/ImportController.php
index <HASH>..<HASH> 100644
--- a/core/console/commands/ImportController.php
+++ b/core/console/commands/ImportController.php
@@ -151,39 +151,35 @@ class ImportController extends Command implements ImportControllerInter... | remove try/catch block for import command in order to get stack trace | luyadev_luya | train |
fa6561b578afedee0239c8ef6d774ff0e323ab18 | diff --git a/azurerm/internal/tools/generator-resource-id/main.go b/azurerm/internal/tools/generator-resource-id/main.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/tools/generator-resource-id/main.go
+++ b/azurerm/internal/tools/generator-resource-id/main.go
@@ -296,12 +296,14 @@ func (id ResourceIdGenerator) c... | generator/resource-id: validating the Subscription ID and Resource ID aren't empty if required | terraform-providers_terraform-provider-azurerm | train |
3a5e15b1e1458af3d6d705139176fce739b48edc | diff --git a/lib/HappyFSCache.js b/lib/HappyFSCache.js
index <HASH>..<HASH> 100644
--- a/lib/HappyFSCache.js
+++ b/lib/HappyFSCache.js
@@ -51,9 +51,13 @@ module.exports = function HappyFSCache(config) {
return false;
}
- oldCache = JSON.parse(fs.readFileSync(cachePath, 'utf-8'));
+ try {
+ oldC... | Make the cache and SourceMap loaders more resilient
Do not barf on invalid/corrupt JSON in cache or source-map files. | amireh_happypack | train |
c1a847c3b6f8d501b00142690c995f7ca5f5ac6e | diff --git a/manager/eris-mint/pipe.go b/manager/eris-mint/pipe.go
index <HASH>..<HASH> 100644
--- a/manager/eris-mint/pipe.go
+++ b/manager/eris-mint/pipe.go
@@ -547,12 +547,12 @@ func (pipe *erisMintPipe) BroadcastTxSync(tx txs.Tx) (*rpc_tm_types.ResultBroadc
func (pipe *erisMintPipe) BlockchainInfo(minHeight, maxHe... | Change implementation of BlockchainInfo to avoid nil pointer | hyperledger_burrow | train |
c369b394e41aa5e9642a392a4b5546599f14dae2 | diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanConfusionProbabilityRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/GermanConfusionProbabilityRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/main/java/org/la... | [de] fix example to one that's actually detected... | languagetool-org_languagetool | train |
425350fb2b785320f4b497cabbbcebcc5ff4d7a0 | diff --git a/docs/pulseload.md b/docs/pulseload.md
index <HASH>..<HASH> 100644
--- a/docs/pulseload.md
+++ b/docs/pulseload.md
@@ -98,24 +98,25 @@ Advanced Configuration
### Changing which Data to Ingest
``treeherder.services.pulse.sources`` provides default sources for both Jobs and Pushes.
-However you can overri... | Bug <I> - Convert Pulse push configuration into a list
We don't currently change the push ingestion sources in any of our envs
(prod, staging, prototype, test, dev) from their defaults. This
hardcodes those unchanging values and documents where to change them
should an engineer need to. | mozilla_treeherder | train |
23e30421caecf8aaf42cfdbe8ad9acdb518f481e | diff --git a/go/vt/vtgate/autocommit_test.go b/go/vt/vtgate/autocommit_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/autocommit_test.go
+++ b/go/vt/vtgate/autocommit_test.go
@@ -17,6 +17,7 @@ limitations under the License.
package vtgate
import (
+ "strings"
"testing"
"golang.org/x/net/context"
@@ -2... | add end to end test of multi shard insert instant commit | vitessio_vitess | train |
f519a9b65c4b7b588a339f9b7dd9fd37f2e4dac8 | diff --git a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/generator.go b/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/generator.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/code-generator/cmd/go-to-protobuf/protobuf/generator.go
+++ b/staging/src/k8s.io/code-generator/cmd/go... | Fix protobuf generation for empty struct | kubernetes_kubernetes | train |
31d7096c114c963bd4a724b36cc8f4435c982d6f | diff --git a/opengem/job/mixins.py b/opengem/job/mixins.py
index <HASH>..<HASH> 100644
--- a/opengem/job/mixins.py
+++ b/opengem/job/mixins.py
@@ -10,19 +10,16 @@ class Mixin(object):
self.mixin = mixin
def __enter__(self):
- self._load()
- return self
+ return self._load()
d... | This code sure do got a purty mouth | gem_oq-engine | train |
0621e8bece21fe604d4dca3c44228f953a02bb56 | diff --git a/tests/unit/core/oxshopmapperTest.php b/tests/unit/core/oxshopmapperTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/core/oxshopmapperTest.php
+++ b/tests/unit/core/oxshopmapperTest.php
@@ -96,4 +96,72 @@ class Unit_Core_oxShopMapperTest extends OxidTestCase
$this->assertTrue($oShopMapper->r... | Added tests for adding/removing object/item to list of shops. | OXID-eSales_oxideshop_ce | train |
811de9817159ff9db8dfcb8f08c3b6a7f17a0e74 | diff --git a/custodian/qchem/handlers.py b/custodian/qchem/handlers.py
index <HASH>..<HASH> 100644
--- a/custodian/qchem/handlers.py
+++ b/custodian/qchem/handlers.py
@@ -129,12 +129,6 @@ class QChemErrorHandler(ErrorHandler):
self.qcinp.molecule = self.outdata.get(
"molecule_from_... | Removing rca_diis from error handlers | materialsproject_custodian | train |
5c32ff2fcb403f03709e4ba9691aec788720024e | diff --git a/environs/maas/environ_test.go b/environs/maas/environ_test.go
index <HASH>..<HASH> 100644
--- a/environs/maas/environ_test.go
+++ b/environs/maas/environ_test.go
@@ -6,6 +6,7 @@ import (
"launchpad.net/juju-core/environs"
"launchpad.net/juju-core/environs/config"
"launchpad.net/juju-core/state"
+ "la... | Rudimentary Bootstrap() test. | juju_juju | train |
0bf4658c20dd905001172ffee694df79b1e0445e | diff --git a/holoviews/plotting/bokeh/util.py b/holoviews/plotting/bokeh/util.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/bokeh/util.py
+++ b/holoviews/plotting/bokeh/util.py
@@ -45,7 +45,7 @@ IGNORED_MODELS = ['LinearAxis', 'LogAxis', 'DatetimeAxis',
'FixedTicker', 'FuncTickFormatter', '... | Optimizations for bokeh comms messages | pyviz_holoviews | train |
8d60ecd076c6f3cbf06d5969d904f5486bce8692 | diff --git a/datascience/tables.py b/datascience/tables.py
index <HASH>..<HASH> 100644
--- a/datascience/tables.py
+++ b/datascience/tables.py
@@ -67,7 +67,7 @@ class Table(collections.abc.MutableMapping):
# Deprecated
@classmethod
def empty(cls, labels=None):
- """Create an empty table. Column la... | updated docs with make array instead of list usage | data-8_datascience | train |
4fe287f1bba3d6b41cf20c636331c6c94a4e7680 | diff --git a/Kwf/Assets/Cache.php b/Kwf/Assets/Cache.php
index <HASH>..<HASH> 100644
--- a/Kwf/Assets/Cache.php
+++ b/Kwf/Assets/Cache.php
@@ -11,6 +11,7 @@ class Kwf_Assets_Cache extends Kwf_Cache_Core
'cache_dir' => 'cache/assets',
'cache_file_umask' => 0666,
'hashed_directory_u... | add hashed_directory_level to assets cache, many files can get generated | koala-framework_koala-framework | train |
0bd3d6e1f4380618ee1206fa83659e998a78f1d6 | diff --git a/js/gemini.js b/js/gemini.js
index <HASH>..<HASH> 100644
--- a/js/gemini.js
+++ b/js/gemini.js
@@ -78,8 +78,8 @@ module.exports = class gemini extends Exchange {
},
'fees': {
'trading': {
- 'taker': 0.0025,
- 'maker': 0.0025,
+... | [gemini] updated fees (again) | ccxt_ccxt | train |
d4023a4316f1fb9b3b7152fa298f752bb53d801a | diff --git a/lib/flor/core/procedure.rb b/lib/flor/core/procedure.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/core/procedure.rb
+++ b/lib/flor/core/procedure.rb
@@ -263,12 +263,20 @@ class Flor::Procedure < Flor::Node
'cnid' => cni)
end
+ def cancel_children(nids)
+
+ (nids || [])
+ .collect { |i... | introduce Procedure#cancel_children(nids) | floraison_flor | train |
0d0d0cdf46f6c8bbcb25d5c546811acab88cb00f | diff --git a/services/price/server.py b/services/price/server.py
index <HASH>..<HASH> 100644
--- a/services/price/server.py
+++ b/services/price/server.py
@@ -9,7 +9,7 @@ from rfc3339 import rfc3339
import os, sys
from pathlib import Path
-PRICE_MAPPING_DATA_PATH = os.environ["PRICE_MAPPING_DATA_PATH"]
+PRICE_DATA_... | added price-mapping env var | SoftwareDefinedBuildings_XBOS | train |
342aae90123ae8bbe30f9f49b5b12ebef305eef5 | diff --git a/Admin/ArticleAdmin.php b/Admin/ArticleAdmin.php
index <HASH>..<HASH> 100644
--- a/Admin/ArticleAdmin.php
+++ b/Admin/ArticleAdmin.php
@@ -139,7 +139,7 @@ class ArticleAdmin extends Admin
->setBackRoute(static::LIST_ROUTE)
->setTitleProperty('title')
->getR... | Removed preview (#<I>)
* Removed preview
* Fixed PHPStan error | sulu_SuluArticleBundle | train |
5f1e4c6aed8e681453decf6ca3f045bb5598f16f | diff --git a/src/jukeboxcore/plugins.py b/src/jukeboxcore/plugins.py
index <HASH>..<HASH> 100644
--- a/src/jukeboxcore/plugins.py
+++ b/src/jukeboxcore/plugins.py
@@ -202,7 +202,7 @@ class JB_CorePlugin(JB_Plugin):
pass
-class JB_CoreStandalonePlugin(JB_StandalonePlugin):
+class JB_CoreStandalonePlugin(JB_Stan... | Inheritance of plugins slightly changed | JukeboxPipeline_jukebox-core | train |
7d0423425a857ccc98c6a84c8e0d093bb3b360d0 | diff --git a/src/components/Avatar/Avatar.react.js b/src/components/Avatar/Avatar.react.js
index <HASH>..<HASH> 100644
--- a/src/components/Avatar/Avatar.react.js
+++ b/src/components/Avatar/Avatar.react.js
@@ -5,7 +5,11 @@ import { Icon } from "../";
import cn from "classnames";
import AvatarList from "./AvatarList.... | feat(Avatar): Add mouse and pointer event props | tabler_tabler-react | train |
d94dc8603e2d32c335c826bcfbc489a505d2c290 | diff --git a/src/DatabaseLayer/Sql/Postgres.php b/src/DatabaseLayer/Sql/Postgres.php
index <HASH>..<HASH> 100644
--- a/src/DatabaseLayer/Sql/Postgres.php
+++ b/src/DatabaseLayer/Sql/Postgres.php
@@ -26,7 +26,7 @@ class Postgres extends GenericSql
// SELECTORS
foreach ($thing->getTables() as $table) {
... | Didnt' need to do that after all. | Thruio_ActiveRecord | train |
fa6bef2ae5170d9ece68f8d2bd408450d393edd6 | diff --git a/jax/interpreters/parallel.py b/jax/interpreters/parallel.py
index <HASH>..<HASH> 100644
--- a/jax/interpreters/parallel.py
+++ b/jax/interpreters/parallel.py
@@ -316,6 +316,10 @@ def broadcasting_papply(prim, name, vals, axes, **params):
return prim.bind(x, y, **params), ydim
+def identity_papply(... | add template parallelization rule for identities, instantiate it for `tie_in` | tensorflow_probability | train |
9b6801f7007a56e423e1cfffe6eb46a0bfe166f8 | diff --git a/src/frame.js b/src/frame.js
index <HASH>..<HASH> 100644
--- a/src/frame.js
+++ b/src/frame.js
@@ -195,13 +195,20 @@ module.exports = (function () {
};
Frame.prototype._handleClicks = (function () {
- var vector = new THREE.Vector3(this.mouse.x, this.mouse.y, 0.1);
- var raycaster ... | Get points to actually respond to hover/click | frewsxcv_graphosaurus | train |
b60f16fc69b3453532d55e1aed0e3f5bd06a9a96 | diff --git a/stp_core/common/log.py b/stp_core/common/log.py
index <HASH>..<HASH> 100644
--- a/stp_core/common/log.py
+++ b/stp_core/common/log.py
@@ -33,18 +33,7 @@ class Logger(metaclass=Singleton):
self._config = config or getConfig()
self._addTraceToLogging()
self._addDisplayToLogging()
-... | [INDY-<I>] Added logging configure (#<I>) | hyperledger_indy-plenum | train |
605cda048bbb6b2cd208f0eb0e2810c0fd23ab13 | diff --git a/O365/sharepoint.py b/O365/sharepoint.py
index <HASH>..<HASH> 100644
--- a/O365/sharepoint.py
+++ b/O365/sharepoint.py
@@ -13,7 +13,7 @@ class SharepointListItem(ApiComponent):
""" A Sharepoint ListItem within a SharepointList """
_endpoints = {}
-
+
def __init__(self, *, parent=None, c... | added get_item_by_id to sharepoint list | O365_python-o365 | train |
8850eff6dd33d912a89cc8b9c2896e352a950771 | diff --git a/lib/bigbio/sequence/predictorf.rb b/lib/bigbio/sequence/predictorf.rb
index <HASH>..<HASH> 100644
--- a/lib/bigbio/sequence/predictorf.rb
+++ b/lib/bigbio/sequence/predictorf.rb
@@ -35,10 +35,13 @@ end
class ORF
attr_reader :id, :descr, :nt, :aa, :frame
- def initialize id, descr, nt, frame, start, ... | PredictORF: change ID and desc for matches | pjotrp_bigbio | train |
e42c10e7b4b4fa980caed30204af6265905bbbb0 | diff --git a/ara/clients/offline.py b/ara/clients/offline.py
index <HASH>..<HASH> 100644
--- a/ara/clients/offline.py
+++ b/ara/clients/offline.py
@@ -20,7 +20,6 @@
import logging
import os
-import sys
import threading
from django.core.handlers.wsgi import WSGIHandler
@@ -36,7 +35,7 @@ class AraOfflineClient(Ar... | Fix pep8 issues
It doesn't look like the integration test job picked those up.
Change-Id: I<I>e0c<I>f5d<I>c<I>f<I>b0ed<I>a4b3 | ansible-community_ara | train |
d54891ae4eac8b2d81c1b7865698c0a72bdc57e6 | diff --git a/history-db.txt b/history-db.txt
index <HASH>..<HASH> 100644
--- a/history-db.txt
+++ b/history-db.txt
@@ -30,9 +30,14 @@
This document enlist the last changes to the Orient Database project.
-------------------------------------------------------------------------------
+VERSION 0.9.17 - beta (?June... | OrientDB Server: supported HTTP Options method used in Cross-Domain scripts | orientechnologies_orientdb | train |
cf28e601531c99c408e090d404fb4daccdcbf112 | diff --git a/videodownloader/providers/__init__.py b/videodownloader/providers/__init__.py
index <HASH>..<HASH> 100644
--- a/videodownloader/providers/__init__.py
+++ b/videodownloader/providers/__init__.py
@@ -100,8 +100,8 @@ class Provider(object):
#Invalid filename character fix
if IS_WIN... | Fix for "local variable 'filename' referenced before assignment" error | JakeWharton_py-videodownloader | train |
1871d8bd9b14456394b389809112f838e02478c4 | diff --git a/tests/CommandExtractor/SerializerCommandExtractorTest.php b/tests/CommandExtractor/SerializerCommandExtractorTest.php
index <HASH>..<HASH> 100644
--- a/tests/CommandExtractor/SerializerCommandExtractorTest.php
+++ b/tests/CommandExtractor/SerializerCommandExtractorTest.php
@@ -4,6 +4,7 @@ declare(strict_ty... | Use DummyCommand in SerializerCommandExtractor tests | eps90_req2cmd-bundle | train |
0bae058a3a4138160b5d949482ef7edc0f1bc04e | diff --git a/src/sap.ui.commons/src/sap/ui/commons/TextArea.js b/src/sap.ui.commons/src/sap/ui/commons/TextArea.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.commons/src/sap/ui/commons/TextArea.js
+++ b/src/sap.ui.commons/src/sap/ui/commons/TextArea.js
@@ -159,25 +159,20 @@ sap.ui.define(['jquery.sap.global', './Text... | [FIX] sap.ui.commons.TextArea: typed text lost after re-rendering
- do not fire sapfocusleave event if control is rerendered while it has
the focus.
Change-Id: Iaab0eb2d<I>fe<I>b<I>e9e<I>cbb2f<I>
BCP: <I> <I> <I> | SAP_openui5 | train |
127d868124e26da3df0d8311a6b2b43789a58965 | diff --git a/lib/gaapi/report.rb b/lib/gaapi/report.rb
index <HASH>..<HASH> 100644
--- a/lib/gaapi/report.rb
+++ b/lib/gaapi/report.rb
@@ -35,6 +35,13 @@ module GAAPI
# instance of the a Row.
attr_reader :report
+ # Return if the data is golden, meaning it won't change if the query is re-run
+ # at a ... | Add is_data_golden and next_page_token to Report and Row. | weenhanceit_gaapi | train |
94a9cf5b74dbbed74496e0fe101a92441056e4e5 | diff --git a/concrete/src/Area/Layout/Preset/Provider/ActiveThemeProvider.php b/concrete/src/Area/Layout/Preset/Provider/ActiveThemeProvider.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Area/Layout/Preset/Provider/ActiveThemeProvider.php
+++ b/concrete/src/Area/Layout/Preset/Provider/ActiveThemeProvider.php
@@ -2... | Add more methods to the Theme Provider classes | concrete5_concrete5 | train |
b6c98a2fc835e554607c3f0060c387748352fa16 | diff --git a/lxd/storage/pool_interface.go b/lxd/storage/pool_interface.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/pool_interface.go
+++ b/lxd/storage/pool_interface.go
@@ -3,9 +3,7 @@ package storage
import (
"io"
- deviceConfig "github.com/lxc/lxd/lxd/device/config"
"github.com/lxc/lxd/lxd/instance"
- "g... | lxd/storage/pool/interface: Removes Instance interface | lxc_lxd | train |
c23b671f3bacc26c7cb8549c45ad607e583dc1b2 | diff --git a/framework/web/Session.php b/framework/web/Session.php
index <HASH>..<HASH> 100644
--- a/framework/web/Session.php
+++ b/framework/web/Session.php
@@ -301,7 +301,7 @@ class Session extends Component implements \IteratorAggregate, \ArrayAccess, \Co
*/
public function getCookieParams()
{
- ... | better fix [skip ci] | yiisoft_yii2 | train |
6e60264b1d2726c442ca9ce0983836e74f309452 | diff --git a/lib/trax/model/attributes/types/struct.rb b/lib/trax/model/attributes/types/struct.rb
index <HASH>..<HASH> 100644
--- a/lib/trax/model/attributes/types/struct.rb
+++ b/lib/trax/model/attributes/types/struct.rb
@@ -18,7 +18,13 @@ module Trax
klass.attribute(attribute_name, typecaster_klass.ne... | allow struct to accept a :default attribute block and pass record to it | jasonayre_trax_model | train |
0f0b06ab5382eca2c01b45c3ab9d8e1105c2825b | diff --git a/executor/analyze_test.go b/executor/analyze_test.go
index <HASH>..<HASH> 100644
--- a/executor/analyze_test.go
+++ b/executor/analyze_test.go
@@ -592,7 +592,6 @@ func (s *testSuite1) TestAnalyzeIndex(c *C) {
}
func (s *testSuite1) TestAnalyzeIncremental(c *C) {
- c.Skip("unstable, skip it and fix it be... | planner: try to fix the unstable test `TestAnalyzeIncremental` (#<I>) | pingcap_tidb | train |
f74640049877b13f102f6f3cc8b41c0e510bec7c | diff --git a/fmf/cli.py b/fmf/cli.py
index <HASH>..<HASH> 100644
--- a/fmf/cli.py
+++ b/fmf/cli.py
@@ -124,7 +124,7 @@ def main(cmdline=None):
show = node.show(
options.brief, options.formatting, options.values)
if show is not None:
- print(show, end="")
+ ... | Encode stdout as UTF-8 [#<I>] | psss_fmf | train |
4c175fab5d558cffa4c93b844a459326f50bd41e | diff --git a/google-cloud-vision/lib/google/cloud/vision/v1/image_annotator_api.rb b/google-cloud-vision/lib/google/cloud/vision/v1/image_annotator_api.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-vision/lib/google/cloud/vision/v1/image_annotator_api.rb
+++ b/google-cloud-vision/lib/google/cloud/vision/v1/image_an... | Fix errant search/replace | googleapis_google-cloud-ruby | train |
1a9a06a148296c4ad7f7cb2c86e529fde17d6410 | diff --git a/test/testCityDB.py b/test/testCityDB.py
index <HASH>..<HASH> 100644
--- a/test/testCityDB.py
+++ b/test/testCityDB.py
@@ -20,4 +20,5 @@ def testAllCities():
city = db[city_name]
if __name__ == "__main__":
+ testGroup()
testAllCities() | Added call to testGroup if run from command line | sffjunkie_astral | train |
af176853982ce2b4ff4ae71aefcb6bda36568dd2 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -25,7 +25,7 @@ export class PostmsgTransport {
this._buffer.push({ event, resolve, reject });
});
}
- const data = JSON.stringify({ key: this._key, event });
+ const data = { key: thi... | Remove serialization step because postMessage api does it
Also fixes possible error when _handleEvent tries parse a non-string. | storybooks_storybook | train |
46861b76987e5b8b17610c3e130707c306215d52 | diff --git a/lib/codemodels/source_info.rb b/lib/codemodels/source_info.rb
index <HASH>..<HASH> 100644
--- a/lib/codemodels/source_info.rb
+++ b/lib/codemodels/source_info.rb
@@ -81,6 +81,8 @@ class FileArtifact < AbstractArtifact
end
class SourcePoint
+ include Comparable
+
attr_accessor :line, :column
def ... | SourcePoint and SourcePosition comparison | ftomassetti_codemodels | train |
40f2980420a877b1025f04f535776be1a79e2e0f | diff --git a/scripts/compile-babel.js b/scripts/compile-babel.js
index <HASH>..<HASH> 100644
--- a/scripts/compile-babel.js
+++ b/scripts/compile-babel.js
@@ -6,24 +6,11 @@ const shell = require('shelljs');
function getCommand(watch) {
const babel = path.join(__dirname, '..', 'node_modules', '.bin', 'babel');
- ... | FIX prepare script to delete tests & snapshots etc from dist (#<I>)
FIX prepare script to delete tests & snapshots etc from dist | storybooks_storybook | train |
bfd415f94fe1865a262a28d3905e6e5dd9e61133 | diff --git a/py/test/selenium/webdriver/common/alerts_tests.py b/py/test/selenium/webdriver/common/alerts_tests.py
index <HASH>..<HASH> 100644
--- a/py/test/selenium/webdriver/common/alerts_tests.py
+++ b/py/test/selenium/webdriver/common/alerts_tests.py
@@ -99,8 +99,7 @@ def testShouldGetTextOfAlertOpenedInSetTimeout(... | Disabling Alert test because of another reason for it to fail. Hopefully this will stabilise Chrome | SeleniumHQ_selenium | train |
92655b39d7fd54548301a960aa223c3553b6756b | diff --git a/src/Prometheus/Storage/APC.php b/src/Prometheus/Storage/APC.php
index <HASH>..<HASH> 100644
--- a/src/Prometheus/Storage/APC.php
+++ b/src/Prometheus/Storage/APC.php
@@ -148,6 +148,7 @@ class APC implements Adapter
'value' => $value['value']
);
}
+ ... | Sort gauge/counter samples in APC | Jimdo_prometheus_client_php | train |
dc3ca8553125ed1eb7ed94a423424534790a34a5 | diff --git a/app/scripts/hglib.js b/app/scripts/hglib.js
index <HASH>..<HASH> 100644
--- a/app/scripts/hglib.js
+++ b/app/scripts/hglib.js
@@ -5,8 +5,6 @@ import HiGlassComponent from './HiGlassComponent';
export { default as ChromosomeInfo } from './ChromosomeInfo';
export { default as HiGlassComponent } from './HiG... | Mccalluc/stop exporting svgtrack (#<I>)
* Extra period caused syntax error
* Stop exporting SVG
Fritz asks in #<I> why this is needed. If there is a reason, great, then ignore this, and add documentation, perhaps. | higlass_higlass | train |
665af7188837399aae79aa14a5cb163feb92e390 | diff --git a/etcdserver2/server.go b/etcdserver2/server.go
index <HASH>..<HASH> 100644
--- a/etcdserver2/server.go
+++ b/etcdserver2/server.go
@@ -56,15 +56,17 @@ func (s *Server) Run(ctx context.Context) {
case rd := <-s.Node.Ready():
s.Save(rd.State, rd.Entries)
s.Send(rd.Messages)
- go func() {
- for... | etcdserver/etcdhttp: apply in single goroutine to avoid race | etcd-io_etcd | train |
1ae173e5a9cbf219c2ecf8120f2da6716bccfb2b | diff --git a/lib/kafka/client.rb b/lib/kafka/client.rb
index <HASH>..<HASH> 100644
--- a/lib/kafka/client.rb
+++ b/lib/kafka/client.rb
@@ -27,12 +27,17 @@ module Kafka
def initialize(seed_brokers:, client_id: DEFAULT_CLIENT_ID, logger: DEFAULT_LOGGER, connect_timeout: nil, socket_timeout: nil)
@logger = log... | Pass the BrokerPool to Cluster | zendesk_ruby-kafka | train |
2ed83e118f66a2410050d591343c301c6db43e34 | diff --git a/test/e2e/cluster_upgrade.go b/test/e2e/cluster_upgrade.go
index <HASH>..<HASH> 100644
--- a/test/e2e/cluster_upgrade.go
+++ b/test/e2e/cluster_upgrade.go
@@ -33,7 +33,8 @@ var upgradeTests = []upgrades.Test{
&upgrades.DeploymentUpgradeTest{},
&upgrades.JobUpgradeTest{},
&upgrades.ConfigMapUpgradeTest... | Disable Horizontal Pod Autoscaler upgrade tests until they can be debugged. They were causing upgrades to timeout | kubernetes_kubernetes | train |
f63ca398ca517441801c2947beb686fe2035d1bf | diff --git a/bcbio/cwl/defs.py b/bcbio/cwl/defs.py
index <HASH>..<HASH> 100644
--- a/bcbio/cwl/defs.py
+++ b/bcbio/cwl/defs.py
@@ -484,6 +484,7 @@ def _variant_sv(checkpoints):
["config", "algorithm", "tools_on"],
["config", "algorithm", "tools_off"],
["config", "algor... | CWL: pass and unpack snpEff to structural variant calling
Enables post calling annotation of events with effects | bcbio_bcbio-nextgen | train |
4eb0886311bcf65ae9c905653d958ad831702a49 | diff --git a/tests/Integration/Internal/TestContainerFactory.php b/tests/Integration/Internal/TestContainerFactory.php
index <HASH>..<HASH> 100644
--- a/tests/Integration/Internal/TestContainerFactory.php
+++ b/tests/Integration/Internal/TestContainerFactory.php
@@ -88,12 +88,12 @@ class TestContainerFactory
pri... | OXDEV-<I> Fix ProjectConfiguration path for TestContainer | OXID-eSales_oxideshop_ce | train |
d3685eef554fb33ca0e600028e2f3433565392f2 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,12 @@ bundleup
That’s it!
+Protip: Any extra command-line arguments will be passed along to `bundle update`. For example:
+
+```
+# Only upgrade development gems
+bundleup --group=development
+```
## How ... | Pass extra command-line args to bundle update | mattbrictson_bundleup | train |
247b4ace333f9b329fd54b714c2d46f63698e65a | diff --git a/src/Context/Services/MailTrap.php b/src/Context/Services/MailTrap.php
index <HASH>..<HASH> 100644
--- a/src/Context/Services/MailTrap.php
+++ b/src/Context/Services/MailTrap.php
@@ -71,7 +71,7 @@ trait MailTrap
*
* @AfterScenario @mail
*/
- protected function emptyInbox()
+ public f... | Method must be public to be triggered | laracasts_Behat-Laravel-Extension | train |
4bf35c1820cb460d61f37d0c33eb5cc5d7e9197c | diff --git a/automat/_core.py b/automat/_core.py
index <HASH>..<HASH> 100644
--- a/automat/_core.py
+++ b/automat/_core.py
@@ -94,8 +94,8 @@ class Automaton(object):
"""
The full set of symbols acceptable to this automaton.
"""
- return set(inputSymbol for (inState, inputSymbol, outSta... | Upgrade Python syntax with pyupgrade <URL> | glyph_automat | train |
976500c127418b0a51b011cec8485e89d80f94cf | diff --git a/tests/test_ray.py b/tests/test_ray.py
index <HASH>..<HASH> 100644
--- a/tests/test_ray.py
+++ b/tests/test_ray.py
@@ -59,6 +59,25 @@ class RayTests(g.unittest.TestCase):
assert test_in.all()
assert not test_out.any()
+ def test_on_vertex(self):
+ for use_embree in [Tru... | added on- vertex ray test | mikedh_trimesh | train |
e8aea49962f55b5da2adc51c38ae91ead7c23053 | diff --git a/twitteroauth/twitteroauth.php b/twitteroauth/twitteroauth.php
index <HASH>..<HASH> 100644
--- a/twitteroauth/twitteroauth.php
+++ b/twitteroauth/twitteroauth.php
@@ -20,9 +20,9 @@ class TwitterOAuth {
/* Set up the API root URL. */
public $host = "https://api.twitter.com/1.1/";
/* Set timeout defa... | default timeouts to 5 seconds. Twitter is usually very fast | abraham_twitteroauth | train |
c5468b9f55ba5687b43a2bd9f282998e6e30b9c0 | diff --git a/anchorhub/main.py b/anchorhub/main.py
index <HASH>..<HASH> 100644
--- a/anchorhub/main.py
+++ b/anchorhub/main.py
@@ -28,7 +28,6 @@ def main(argv=None):
file_paths = get_files(opts.abs_input, opts.extensions,
exclude=[opts.abs_output])
- print file_paths
if __name__... | Refactor validate_opts.validate() into two parts
There is now _validate(), which does the actual running of the
validation methods and may throw exceptions, and validate() which is
client-facing and handles exceptions thrown by the validations
automatically.
This makes it easier to test. | samjabrahams_anchorhub | train |
4c8ac9631a067c50c583bde0f3cfbd31305595f8 | diff --git a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java b/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java
index <HASH>..<HASH> 100644
--- a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java
+++ b/actor/appium/src/main/java/org/get... | feat(appium): add support for Android UIAutomator locators | mcdcorp_opentest | train |
ff9af828898817609ffed1cfb407877ea03077f4 | diff --git a/cpuinfo/cpuinfo.py b/cpuinfo/cpuinfo.py
index <HASH>..<HASH> 100644
--- a/cpuinfo/cpuinfo.py
+++ b/cpuinfo/cpuinfo.py
@@ -1195,7 +1195,30 @@ def _get_cpu_info_from_dmesg():
processor_brand, hz_actual, scale, vendor_id, stepping, model, family = best_string
- # Flags
+ # Origin
+ if ' Origin=' in... | Added parsing of dmesg origin for CPU brand, model, family, and stepping. | workhorsy_py-cpuinfo | train |
5c8d186608c3c93805f0bb0dbed89d332770e611 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -2540,7 +2540,7 @@ function forum_print_latest_discussions($course, $forum, $maxdiscussions=5, $dis
$strdatestring = get_string('strftimerecentfull');
if ($displayformat == 'head... | Removed some cellspacing to help IE | moodle_moodle | train |
dbf4926e31390ceda57730c68d40f34536803114 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -62,8 +62,9 @@ var
},
// The ready event handler and self cleanup method
- DOMContentLoaded = function() {
- document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false );
+ completed = functio... | Consistently clean up after .ready() handler, close gh-<I>. | jquery_jquery | train |
f7ef95772c1a472f1b49f10dcf89c29409049230 | diff --git a/lib/oxford_dictionary/endpoints/endpoint.rb b/lib/oxford_dictionary/endpoints/endpoint.rb
index <HASH>..<HASH> 100644
--- a/lib/oxford_dictionary/endpoints/endpoint.rb
+++ b/lib/oxford_dictionary/endpoints/endpoint.rb
@@ -3,6 +3,10 @@ require 'oxford_dictionary/deserialize'
module OxfordDictionary
modu... | Update documentation
Code Climate is complaining about the duplication and I care about that. | swcraig_oxford-dictionary | train |
bfd9afa86d51d014e7a16e27a8f35ccdfc4f4120 | diff --git a/src/main/java/com/redhat/contentspec/builder/XMLPreProcessor.java b/src/main/java/com/redhat/contentspec/builder/XMLPreProcessor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/redhat/contentspec/builder/XMLPreProcessor.java
+++ b/src/main/java/com/redhat/contentspec/builder/XMLPreProcessor.java
@... | Added role attributes for processes. Bug #<I> | pressgang-ccms_PressGangCCMSBuilder | train |
768b1eb26112648bcbc15bf7bddbf040139982b0 | diff --git a/pysat/_custom.py b/pysat/_custom.py
index <HASH>..<HASH> 100644
--- a/pysat/_custom.py
+++ b/pysat/_custom.py
@@ -51,7 +51,8 @@ class Custom(object):
self._kwargs = []
def __repr__(self):
- out_str = "Custom({:d} functions applied)".format(len(self._functions))
+ out_str = "Cu... | STY: custom __repr__
Changed style of Custom __repr__ to be consistent with Instrument and Files. | rstoneback_pysat | train |
8eed5fc41c3143842bd205b495e68fdb8aa85dce | diff --git a/nolearn/lasagne/util.py b/nolearn/lasagne/util.py
index <HASH>..<HASH> 100644
--- a/nolearn/lasagne/util.py
+++ b/nolearn/lasagne/util.py
@@ -1,3 +1,4 @@
+from functools import reduce
from operator import mul
from lasagne.layers import Layer | Import reduce for py3 compatibility. | dnouri_nolearn | train |
ee2d900209948489733f73b7809eb40b2481d98a | diff --git a/src/Administration/Command/AdministrationDumpBundlesCommand.php b/src/Administration/Command/AdministrationDumpBundlesCommand.php
index <HASH>..<HASH> 100644
--- a/src/Administration/Command/AdministrationDumpBundlesCommand.php
+++ b/src/Administration/Command/AdministrationDumpBundlesCommand.php
@@ -72,7 ... | NTR - Fix plugin view path | shopware_platform | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.