hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
db0b834ae07daf242f4b2a05a0ba262545ea18f0 | diff --git a/tensorbase/base.py b/tensorbase/base.py
index <HASH>..<HASH> 100644
--- a/tensorbase/base.py
+++ b/tensorbase/base.py
@@ -167,7 +167,7 @@ class Layers:
self.input = tf.nn.dropout(self.input, keep_prob=keep_prob)
self.print_log(scope + ' output: ' + str(self.input.get_shape()))
-... | Added stride option to maxpool and avgpool | dancsalo_TensorBase | train |
cc310dbec896d32d5c9c8dd066a113e2a95b6a14 | diff --git a/test/vector-tile.test.js b/test/vector-tile.test.js
index <HASH>..<HASH> 100644
--- a/test/vector-tile.test.js
+++ b/test/vector-tile.test.js
@@ -511,6 +511,30 @@ describe('mapnik.VectorTile ', function() {
});
});
+ it('should error on bogus gzip data', function(done) {
+ var vti... | test coverage of invalid zlib and gzip data | mapnik_node-mapnik | train |
55782fe70707e31125186b752039b4697cef8fd9 | diff --git a/fsoopify/nodes.py b/fsoopify/nodes.py
index <HASH>..<HASH> 100644
--- a/fsoopify/nodes.py
+++ b/fsoopify/nodes.py
@@ -158,9 +158,16 @@ class DirectoryInfo(NodeInfo):
itor(self._path, depth)
return items
+ def get_fileinfo(self, name: str):
+ '''
+ get a `FileInfo` for a... | feat: api for get fileinfo from dir | Cologler_fsoopify-python | train |
fa76bf6ce335fba1ec1cf863d8de96bd2d78352e | diff --git a/src/keys.js b/src/keys.js
index <HASH>..<HASH> 100644
--- a/src/keys.js
+++ b/src/keys.js
@@ -190,6 +190,10 @@
function Key(name, code) {
this.name = name;
this.code = code;
+
+ // If a new Key is instantiated with a name that isn't
+ // in the internal keymap, make sur... | When a Key is instantiated, ensure it's name/code pair exists in the internal keymap | bitwalker_keys.js | train |
fc454366ece8124496ac536db6c579f5beb421ee | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -56,6 +56,10 @@ class Application
# Create Config
$this->config = new \Nofuzz\Config\Config($this->basePath.'/app/Config/config.json');
+ # Set Timezone - default to U... | Moved date_default_timezone_set() to earliest possible place in Application.php | Celarius_nofuzz-framework | train |
6c78781c723c7f6eea453ef8b559d82d201f68bc | diff --git a/test/AuthTest.php b/test/AuthTest.php
index <HASH>..<HASH> 100644
--- a/test/AuthTest.php
+++ b/test/AuthTest.php
@@ -12,7 +12,7 @@ use \HPCloud\Storage\ObjectStorage;
\HPCloud\Bootstrap::useAutoloader();
-$usage = "php $0 ID KEY URL";
+$usage = "php {$argv[0]} ID KEY URL";
if ($argc < 4) {
prin... | Updated AuthTest to newest API. | hpcloud_HPCloud-PHP | train |
029b160e2732239f9fcd47fd80e386881fd97de3 | diff --git a/txdbus/test/client_tests.py b/txdbus/test/client_tests.py
index <HASH>..<HASH> 100644
--- a/txdbus/test/client_tests.py
+++ b/txdbus/test/client_tests.py
@@ -12,7 +12,9 @@
from __future__ import print_function
import os
+import tempfile
+import twisted
from twisted.internet import reactor, defer
... | Including two tests for UNIX_FD argument passing. | cocagne_txdbus | train |
12175c27672d4b48cd366c8d1e405902ed19a2da | diff --git a/controller/src/main/java/org/jboss/as/controller/ProxyStepHandler.java b/controller/src/main/java/org/jboss/as/controller/ProxyStepHandler.java
index <HASH>..<HASH> 100644
--- a/controller/src/main/java/org/jboss/as/controller/ProxyStepHandler.java
+++ b/controller/src/main/java/org/jboss/as/controller/Pro... | AS7-<I> Fix problem where 'server-groups' portion of response sent via a proxied HC was dropped
was: ce<I>e<I>e<I>ac2f<I>d9a<I>a<I>d<I>a | wildfly_wildfly-core | train |
5e56b2c368e667c3d7ab2b831be60d5c04f6160f | diff --git a/src/de/lmu/ifi/dbs/elki/algorithm/statistics/DistanceStatisticsWithClasses.java b/src/de/lmu/ifi/dbs/elki/algorithm/statistics/DistanceStatisticsWithClasses.java
index <HASH>..<HASH> 100755
--- a/src/de/lmu/ifi/dbs/elki/algorithm/statistics/DistanceStatisticsWithClasses.java
+++ b/src/de/lmu/ifi/dbs/elki/a... | Use Long data types for large data sets (e.g. ALOI). Fix global constraint. | elki-project_elki | train |
174f786fc7efbe978b82ce7b78910c25debc71e4 | diff --git a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/WSDLFilePublisher.java b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/WSDLFilePublisher.java
index <HASH>..<HASH> 100644
--- a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/WSDLFilePublisher.java
+++ b/modu... | [JBWS-<I>] Write published wsdl using the same directory tree as in the deployment | jbossws_jbossws-cxf | train |
3590acf4587705573667814a99f80e0f19050170 | diff --git a/src/main/java/net/dv8tion/jda/core/audio/AudioConnection.java b/src/main/java/net/dv8tion/jda/core/audio/AudioConnection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/dv8tion/jda/core/audio/AudioConnection.java
+++ b/src/main/java/net/dv8tion/jda/core/audio/AudioConnection.java
@@ -116,13 +116,1... | Prevent creation of send and receive systems before ws ready (#<I>)
This should fix a few race conditions on setting send and receive handlers for audio | DV8FromTheWorld_JDA | train |
07521cbca05c4c4e21ba82915bb8b282e1311bb6 | diff --git a/src/Routing/ControllerInspector.php b/src/Routing/ControllerInspector.php
index <HASH>..<HASH> 100644
--- a/src/Routing/ControllerInspector.php
+++ b/src/Routing/ControllerInspector.php
@@ -16,7 +16,7 @@ class ControllerInspector extends IlluminateControllerInspector
*/
public function isRoutabl... | Fixed controller inspector so that it ignores the getProperties method. | dingo_api | train |
0d4e6c8f604babeeb8443652bdc87eec5ef3360f | diff --git a/src/Schema/AST/ASTCache.php b/src/Schema/AST/ASTCache.php
index <HASH>..<HASH> 100644
--- a/src/Schema/AST/ASTCache.php
+++ b/src/Schema/AST/ASTCache.php
@@ -73,7 +73,7 @@ class ASTCache
throw new UnknownCacheVersionException($version);
}
- $this->version = $version;
+ ... | Fix ASTCache with `LIGHTHOUSE_CACHE_VERSION=1` in env (#<I>) | nuwave_lighthouse | train |
848de806dcba66b75612409a64c24e60f374b897 | diff --git a/app/metal/hostess.rb b/app/metal/hostess.rb
index <HASH>..<HASH> 100644
--- a/app/metal/hostess.rb
+++ b/app/metal/hostess.rb
@@ -19,8 +19,19 @@ class Hostess < Sinatra::Default
:if_none_match => env['HTTP_IF_NONE_MATCH'])
# These should raise a 304 if either... | Don't use the sinatra etag helper
The etag() helper is adding extra quotes around the value (and we don't want
it to). | rubygems_rubygems.org | train |
c77022b17e806289f2b5a5b12a97daeb20e7aa3c | diff --git a/algoliasearch/algoliasearch.py b/algoliasearch/algoliasearch.py
index <HASH>..<HASH> 100644
--- a/algoliasearch/algoliasearch.py
+++ b/algoliasearch/algoliasearch.py
@@ -81,6 +81,26 @@ class Client:
return AlgoliaUtils_request(self.headers, self.hosts, "DELETE", "/1/indexes/%s" % urllib.quote(inde... | Added moveIndex & copyIndex commands | algolia_algoliasearch-client-python | train |
2b5dcf5dc1d357f151eb58182c65b16f9325f6f6 | diff --git a/tests/src/Hodor/Database/PgsqlAdapterTest.php b/tests/src/Hodor/Database/PgsqlAdapterTest.php
index <HASH>..<HASH> 100644
--- a/tests/src/Hodor/Database/PgsqlAdapterTest.php
+++ b/tests/src/Hodor/Database/PgsqlAdapterTest.php
@@ -31,10 +31,6 @@ class PgsqlAdapterTest extends PHPUnit_Framework_TestCase
... | Remove obsolete queueJobs() cleanup loop in PgsqlAdapterTest
Since migrations are rolled back and re-migrated for every
test, queueing all unqueued jobs is unnecessary | lightster_hodor | train |
a551529bc7624009cda7a587683a61aff7e2720f | diff --git a/internal/bundle/inspect/inspect.go b/internal/bundle/inspect/inspect.go
index <HASH>..<HASH> 100644
--- a/internal/bundle/inspect/inspect.go
+++ b/internal/bundle/inspect/inspect.go
@@ -47,10 +47,9 @@ func File(path string, includeAnnotations bool) (*Info, error) {
bi.Namespaces = namespaces
if inclu... | inspect: Fixing an issue where some errors encountered by the inspect command aren't properly reported (#<I>)
Errors encountered during `inspect` command execution, when building the annotation-set are swallowed. | open-policy-agent_opa | train |
c4944c785aaad57afc8453709d2d7b9d1ae9b584 | diff --git a/command/root.go b/command/root.go
index <HASH>..<HASH> 100644
--- a/command/root.go
+++ b/command/root.go
@@ -9,10 +9,8 @@ import (
"github.com/hashicorp/logutils"
"github.com/spf13/cobra"
- "github.com/spf13/viper"
)
-var cfgFile string
var verbose bool
var logLevel string
@@ -36,12 +34,9 @@ ... | chore(cleanup): remove unused cobra config file in CLI commands | pact-foundation_pact-go | train |
4071c8e4f861371c2c3775fd048139f573e5b97e | diff --git a/Kwc/Abstract/Image/ImageUploadField.js b/Kwc/Abstract/Image/ImageUploadField.js
index <HASH>..<HASH> 100644
--- a/Kwc/Abstract/Image/ImageUploadField.js
+++ b/Kwc/Abstract/Image/ImageUploadField.js
@@ -14,13 +14,13 @@ Kwc.Abstract.Image.ImageUploadField = Ext.extend(Ext.Panel, {
}
var fil... | Disable crop button if fileupload is not an image | koala-framework_koala-framework | train |
da457d965efd57caa63fe0c32bcfc47cc0c83277 | diff --git a/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php b/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php
+++ b/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php
@@ -59,7 +59,7 @@ class ChromePhpHandler ... | Don't access uninitialized typed property ChromePhpHandler::$response
Fixes #<I> | symfony_symfony | train |
edbeff05a96e8493e8aeadd95f5c70711529b153 | diff --git a/graphsrv/static/js/graphsrv.js b/graphsrv/static/js/graphsrv.js
index <HASH>..<HASH> 100644
--- a/graphsrv/static/js/graphsrv.js
+++ b/graphsrv/static/js/graphsrv.js
@@ -645,6 +645,7 @@ graphsrv.update = {
"url" : url,
"params" : params,
"refcount" : 1,
+ "last_update_time... | show data feed stopped on empty data during multiple updates | 20c_graphsrv | train |
4d43f16bb9ccb10f575dcae432d25f6796b9886c | diff --git a/common/src/main/java/io/netty/util/internal/NativeLibraryLoader.java b/common/src/main/java/io/netty/util/internal/NativeLibraryLoader.java
index <HASH>..<HASH> 100644
--- a/common/src/main/java/io/netty/util/internal/NativeLibraryLoader.java
+++ b/common/src/main/java/io/netty/util/internal/NativeLibraryL... | Make native loading logging less confusing (#<I>)
Motivation:
We produced a lot of noise during loading native libraries as we always included the stacktrace if we could not load by one mechanism. We should better just not include the stacktrace in the debugging logging if one mechanism fails. We will log all the... | netty_netty | train |
f4e922e4088f0711f81b2861c491731e1032c2a2 | diff --git a/Bundle/BusinessEntityPageBundle/Controller/BusinessEntityPagePatternController.php b/Bundle/BusinessEntityPageBundle/Controller/BusinessEntityPagePatternController.php
index <HASH>..<HASH> 100644
--- a/Bundle/BusinessEntityPageBundle/Controller/BusinessEntityPagePatternController.php
+++ b/Bundle/BusinessE... | try to fix the "Database queries should use parameter binding" by giving the through a QueryBuidler | Victoire_victoire | train |
1c4a4a6910ee74d4060243aa7b111d5e77a8f317 | diff --git a/src/Ruler/Value.php b/src/Ruler/Value.php
index <HASH>..<HASH> 100644
--- a/src/Ruler/Value.php
+++ b/src/Ruler/Value.php
@@ -70,10 +70,8 @@ class Value
if (is_array($this->value)) {
return in_array($value->getValue(), $this->value);
} else if (is_string($this->value)) {
- ... | Lowercasing falses and adding newline before return statement | bobthecow_Ruler | train |
038a9776607f3b8123129effb6ba3918d7a1a48c | diff --git a/hca/util/__init__.py b/hca/util/__init__.py
index <HASH>..<HASH> 100755
--- a/hca/util/__init__.py
+++ b/hca/util/__init__.py
@@ -290,7 +290,9 @@ class SwaggerClient(object):
if access_token:
credentials = argparse.Namespace(token=access_token, refresh_token=None, id_token=None)
... | Update Google auth scopes to match new injected Google scope
Fixes #<I>. | HumanCellAtlas_dcp-cli | train |
f59dd327522bacb09e9b9b4e0dfdacd491967107 | diff --git a/packages/helper-wasm-bytecode/src/index.js b/packages/helper-wasm-bytecode/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/helper-wasm-bytecode/src/index.js
+++ b/packages/helper-wasm-bytecode/src/index.js
@@ -83,18 +83,18 @@ const importTypes = {
};
const sections = {
- customSection: 0,
- t... | refactor(helper-wasm-bytecode): rename sections map | xtuc_webassemblyjs | train |
6c5d00a3d15914efd44ce3d3d576f668b04088f7 | diff --git a/lib/dalli/client.rb b/lib/dalli/client.rb
index <HASH>..<HASH> 100644
--- a/lib/dalli/client.rb
+++ b/lib/dalli/client.rb
@@ -107,13 +107,19 @@ module Dalli
# - nil if the key did not exist.
# - false if the value was changed by someone else.
# - true if the value was successfully updated.
-... | Add #cas! method that yields whether or not the key exists | petergoldstein_dalli | train |
5ed090d5b39c9312ee1047d014a27d1dea4c1a42 | diff --git a/editor/editor.py b/editor/editor.py
index <HASH>..<HASH> 100644
--- a/editor/editor.py
+++ b/editor/editor.py
@@ -244,45 +244,30 @@ class Project(gui.Widget):
#this means that this is the root node from where the leafs(listener and source) departs, hre can be set the listener
... | Editor_app code generation - event listeners code - review. | dddomodossola_remi | train |
8aceaea121d6a1036578ca82beadf9660e431da1 | diff --git a/Core/FieldType/RelationList/Type.php b/Core/FieldType/RelationList/Type.php
index <HASH>..<HASH> 100644
--- a/Core/FieldType/RelationList/Type.php
+++ b/Core/FieldType/RelationList/Type.php
@@ -100,7 +100,12 @@ class Type extends BaseRelationListType
*/
public function fromHash($hash)
{
- ... | Make sure publish through Platform UI does not fail if relation list is present | netgen_site-bundle | train |
566e874b2eddbd14a8a1f0252836cab41005de46 | diff --git a/lib/sync-metrics.js b/lib/sync-metrics.js
index <HASH>..<HASH> 100644
--- a/lib/sync-metrics.js
+++ b/lib/sync-metrics.js
@@ -71,8 +71,8 @@ var aggregateData = function(metric, records) {
}).groupBy(function(record) {
return record.tags[metric.groupByTag];
}).reduce(function(reduced, group... | 🐛 Fix the current value for stats
The 'current' value of each stat should be based off the most recent
value.
This change fixes a bug where the oldest value was used instead. | feedhenry_fh-sync | train |
478550a7ae64731595810c4063b6589079b16c2a | diff --git a/django_extensions/management/commands/runscript.py b/django_extensions/management/commands/runscript.py
index <HASH>..<HASH> 100644
--- a/django_extensions/management/commands/runscript.py
+++ b/django_extensions/management/commands/runscript.py
@@ -1,4 +1,5 @@
import sys
+import traceback
from django.co... | detect when import error occured in script and add message about increasing verbosity | django-extensions_django-extensions | train |
2f41ed9c9d7a50caf1291e90c1397d7ee6771bb2 | diff --git a/example.py b/example.py
index <HASH>..<HASH> 100644
--- a/example.py
+++ b/example.py
@@ -47,7 +47,7 @@ class User(Base):
id = Column(Integer, primary_key=True)
username = Column(String(200))
- github_access_token = Column(Integer)
+ github_access_token = Column(String(200))
def __... | Update example.py
Fixing #8 | cenkalti_github-flask | train |
65753cfea3c0626263486fec21088a6de631ea9d | diff --git a/prow/plugins/branchcleaner/branchcleaner.go b/prow/plugins/branchcleaner/branchcleaner.go
index <HASH>..<HASH> 100644
--- a/prow/plugins/branchcleaner/branchcleaner.go
+++ b/prow/plugins/branchcleaner/branchcleaner.go
@@ -62,7 +62,7 @@ func handle(gc githubClient, log *logrus.Entry, config plugins.BranchCl... | fix: check per-repo or per-org. | kubernetes_test-infra | train |
66da7113345261f633ea298dc4c8c4c76488fef0 | diff --git a/bash_completions.go b/bash_completions.go
index <HASH>..<HASH> 100644
--- a/bash_completions.go
+++ b/bash_completions.go
@@ -132,7 +132,10 @@ __handle_reply()
declare -F __custom_func >/dev/null && __custom_func
fi
- __ltrim_colon_completions "$cur"
+ # available in bash-completion >... | __ltrim_colon_completions is not always available on macOS (#<I>)
* __ltrim_colon_completions is not always available on macOS, so bash-completion should check first | spf13_cobra | train |
42fbe66029cf52f788f086e0a909e7ebbe36b262 | diff --git a/EventListener/LimitEventListener.php b/EventListener/LimitEventListener.php
index <HASH>..<HASH> 100644
--- a/EventListener/LimitEventListener.php
+++ b/EventListener/LimitEventListener.php
@@ -40,12 +40,14 @@ class LimitEventListener
$table = $event->getTable();
if ($table->getRequest(... | fix(limit): fixing a problem limiting bug | whatwedo_TableBundle | train |
5bec747fb6c31b25209ddb4152e0ea087ee00155 | diff --git a/lib/modules/apostrophe-attachments/public/js/user.js b/lib/modules/apostrophe-attachments/public/js/user.js
index <HASH>..<HASH> 100644
--- a/lib/modules/apostrophe-attachments/public/js/user.js
+++ b/lib/modules/apostrophe-attachments/public/js/user.js
@@ -159,6 +159,11 @@ apos.define('apostrophe-attachme... | brought back automatic suggestion of apostrophe-images titles based on filenames | apostrophecms_apostrophe | train |
7f7c377f62cb8603425f5c974f619acbeae1bd00 | diff --git a/src/ossos-pipeline/ossos/gui/controllers.py b/src/ossos-pipeline/ossos/gui/controllers.py
index <HASH>..<HASH> 100644
--- a/src/ossos-pipeline/ossos/gui/controllers.py
+++ b/src/ossos-pipeline/ossos/gui/controllers.py
@@ -224,21 +224,21 @@ class ProcessRealsController(AbstractController):
self.m... | ProcessRealsController just uses MPCWriter.write_mpc_line method
instead of write_comment and write_rejection_line. | OSSOS_MOP | train |
e4afaf7ae168ab236311be4da984d62079f0c502 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -44,11 +44,7 @@ function AzureAdapter (options, schema) {
this.blobSvc = azure.createBlobService();
}
- if (!azureOptions.container) {
- azureOptions.container = process.env.AZURE_STORAGE_CONTAINER;
- }
-
- // Simply v... | Cleanup: container is already initialised | keystonejs_keystone-storage-adapter-azure | train |
a338e5e7baa1ff2514cfaf266e5e26f006a3630b | diff --git a/test/vast_tracker.js b/test/vast_tracker.js
index <HASH>..<HASH> 100644
--- a/test/vast_tracker.js
+++ b/test/vast_tracker.js
@@ -665,4 +665,28 @@ describe('VASTTracker', function() {
});
});
});
+
+ describe('#Tracked pixels events', () => {
+ const eventsSent = [];
+ const creativeT... | [tracker][test] Add test about tracking pixel events payload | dailymotion_vast-client-js | train |
0b52c341b5c6b84dad1b0f7e53f0fe8701724e73 | diff --git a/helios-integration-tests/src/test/java/com/spotify/helios/HeliosSoloIT.java b/helios-integration-tests/src/test/java/com/spotify/helios/HeliosSoloIT.java
index <HASH>..<HASH> 100644
--- a/helios-integration-tests/src/test/java/com/spotify/helios/HeliosSoloIT.java
+++ b/helios-integration-tests/src/test/jav... | HeliosSoloIT: Add back hostFilter pattern
Accidentally deleted this as part of some other changes. This is necessary
to run HeliosSoloIT against a remote Helios cluster. | spotify_helios | train |
8d216e61a043bc557eaa3f78ed0c1c1c781f64a8 | diff --git a/apacheconfig/lexer.py b/apacheconfig/lexer.py
index <HASH>..<HASH> 100644
--- a/apacheconfig/lexer.py
+++ b/apacheconfig/lexer.py
@@ -92,13 +92,13 @@ class ApacheIncludesLexer(object):
states = ()
def t_APACHEINCLUDE(self, t):
- r'(?i)include[\t ]+[^\n\r]+'
+ r'include[\t ]+[^\n\r... | Fix warnings from use of flags in regexes (#<I>) | etingof_apacheconfig | train |
3ee0d591a2a1725ebfe22c03e2df254a50d8ae9b | diff --git a/src/livestreamer/plugin/api/validate.py b/src/livestreamer/plugin/api/validate.py
index <HASH>..<HASH> 100644
--- a/src/livestreamer/plugin/api/validate.py
+++ b/src/livestreamer/plugin/api/validate.py
@@ -29,8 +29,9 @@ from ...exceptions import PluginError
__all__ = [
"any", "all", "filter", "get"... | plugin.api.validate: Add startswith and endswith. | streamlink_streamlink | train |
7cd83caab293cb2dc6cf796ce2a6a6af543ec2ec | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -205,10 +205,24 @@ module.exports = {
return src.reduce( function ( seq, file ) {
return seq.then( function () {
me.fire( 'compile:file', { file: file } );
+
+ // make sure we start ... | FIX: properly throw errors during path rewriting | royriojas_simpless | train |
c2cc6fae865afcbdbed88e7aa5eed7ad78e6a0c2 | diff --git a/src/FacebookDriver.php b/src/FacebookDriver.php
index <HASH>..<HASH> 100644
--- a/src/FacebookDriver.php
+++ b/src/FacebookDriver.php
@@ -307,14 +307,17 @@ class FacebookDriver extends HttpDriver implements VerifiesService
public function buildServicePayload($message, $matchingMessage, $additionalPara... | Allow replying to user_refs | botman_driver-facebook | train |
638d55d620cbfae1e5dde3fd5a48581f14878027 | diff --git a/lib/Grid.php b/lib/Grid.php
index <HASH>..<HASH> 100644
--- a/lib/Grid.php
+++ b/lib/Grid.php
@@ -122,7 +122,7 @@ class Grid extends CompleteLister {
function format_totals_text($field){
// This method is mainly for totals title displaying
if($field==$this->totals_title_row)$this->current_... | Grid totals formatting (minor) | atk4_atk4 | train |
b6780191a3be7367f1e108edc30264b5be6c1722 | diff --git a/src/Parser/Xml/StateMachineDefinitionParser.php b/src/Parser/Xml/StateMachineDefinitionParser.php
index <HASH>..<HASH> 100644
--- a/src/Parser/Xml/StateMachineDefinitionParser.php
+++ b/src/Parser/Xml/StateMachineDefinitionParser.php
@@ -117,15 +117,11 @@ class StateMachineDefinitionParser implements IPars... | fixed is_int check for xml parser
is_int is not usefull and is_numeric catches too many cases.
so we have to switch to regex here, meh. | shrink0r_workflux | train |
fc254e562897fff3fb39217591c88b816c4b308f | diff --git a/holoviews/element/annotation.py b/holoviews/element/annotation.py
index <HASH>..<HASH> 100644
--- a/holoviews/element/annotation.py
+++ b/holoviews/element/annotation.py
@@ -1,7 +1,8 @@
+from numbers import Number
import numpy as np
-
import param
+from ..core.util import datetime_types
from ..core im... | The x and y position parameters of annotations now support time types | pyviz_holoviews | train |
08e927465bc8bbe32256d8e13edca6cf68527c19 | diff --git a/lib/User.php b/lib/User.php
index <HASH>..<HASH> 100644
--- a/lib/User.php
+++ b/lib/User.php
@@ -150,7 +150,7 @@ class User extends Core implements CoreInterface {
}
}
unset($this->user_pass);
- $this->id = $this->ID;
+ $this->id = $this->ID = (int) $this->ID;
$this->name = $this->name();
... | Correct return type of User::$id and apply tests to objects | timber_timber | train |
8df224c3c843e27f19d62f525663d9b7331ee75d | diff --git a/tests/test_xmljson.py b/tests/test_xmljson.py
index <HASH>..<HASH> 100644
--- a/tests/test_xmljson.py
+++ b/tests/test_xmljson.py
@@ -33,7 +33,7 @@ class TestXmlJson(unittest.TestCase):
def setUp(self):
pass
- def check_etree(self, conv):
+ def check_etree(self, conv, tostring=tostrin... | Add test cases for lxml.html | sanand0_xmljson | train |
e9c6cdc39b3232f86eb9fb306a0c0e6d05961f7a | diff --git a/platforms/tinkerboard/adaptor.go b/platforms/tinkerboard/adaptor.go
index <HASH>..<HASH> 100644
--- a/platforms/tinkerboard/adaptor.go
+++ b/platforms/tinkerboard/adaptor.go
@@ -3,6 +3,7 @@ package tinkerboard
import (
"errors"
"fmt"
+ "sync"
multierror "github.com/hashicorp/go-multierror"
"gobo... | tinkerboard: protect against pin map races | hybridgroup_gobot | train |
0fd36fbcd700fb80507030770b53aef4db025820 | diff --git a/lib/token.js b/lib/token.js
index <HASH>..<HASH> 100644
--- a/lib/token.js
+++ b/lib/token.js
@@ -21,7 +21,7 @@ module.exports = React.createClass({
role: 'button',
onClick: this.handleClick,
onKeyDown: this.handleKeyDown,
- 'aria-label': 'Delete "' + this.props.na... | Changed aria-label text on delete-token button | instructure-react_react-tokeninput | train |
c8cba088ee218ad5f651fb4a6ecf11b3e70f1f77 | diff --git a/andes/system.py b/andes/system.py
index <HASH>..<HASH> 100644
--- a/andes/system.py
+++ b/andes/system.py
@@ -519,7 +519,8 @@ class System(object):
dill.settings['recurse'] = True
pkl_path = get_pkl_path()
- dill.dump(self.calls, open(pkl_path, 'wb'))
+ with open(pkl_path,... | Fixed a bug of unclosed file. | cuihantao_andes | train |
130ac17b1e466e58f5619562fd7dfa9e32b7e278 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,12 @@ Sends an HTTP request to `http://cal.syoboi.jp/db.php?Command=ProgLookup&Count=1
client.list_programs(count: 1)
```
+Sends an HTTP request to `http://cal.syoboi.jp/db.php?Command=ProgLookup&Fields=PID... | Support :fields option on list_programs and list_titles | r7kamura_syoboi_calendar | train |
d1fe22a8723540cc95e3e3ba682a62b16e3bead1 | diff --git a/examples/mapbox-layer.js b/examples/mapbox-layer.js
index <HASH>..<HASH> 100644
--- a/examples/mapbox-layer.js
+++ b/examples/mapbox-layer.js
@@ -60,9 +60,7 @@ class Mapbox extends Layer {
this.mbmap.getCanvas().remove();
this.loaded = true;
this.map_.render();
- [
- 'mapbo... | Simplify mapboxgl control container removal | openlayers_openlayers | train |
83489b18b4431afed2f74d408bb9dbdad33f85e6 | diff --git a/changes.txt b/changes.txt
index <HASH>..<HASH> 100755
--- a/changes.txt
+++ b/changes.txt
@@ -1,5 +1,8 @@
CHANGES
+2013-12-01
+- Issue #501 resolved
+
2013-11-23
- Release v0.90.7.0
diff --git a/lib/Elastica/Bulk.php b/lib/Elastica/Bulk.php
index <HASH>..<HASH> 100644
--- a/lib/Elastica/Bulk.php
+++... | Issue #<I> resolved. Bulk path fixed | ruflin_Elastica | train |
15cc1eae548be685cf91c3518d64e4a1e907d53a | diff --git a/contrib/ruby_event_store-outbox/spec/sidekiq_correctness_spec.rb b/contrib/ruby_event_store-outbox/spec/sidekiq_correctness_spec.rb
index <HASH>..<HASH> 100644
--- a/contrib/ruby_event_store-outbox/spec/sidekiq_correctness_spec.rb
+++ b/contrib/ruby_event_store-outbox/spec/sidekiq_correctness_spec.rb
@@ -3... | let's green outbox specs on CI
for all the matrix | RailsEventStore_rails_event_store | train |
8b85aa7e945274c20c1a071287629e921683cf2b | diff --git a/core/src/main/java/com/github/jsonldjava/core/JSONLDProcessor.java b/core/src/main/java/com/github/jsonldjava/core/JSONLDProcessor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/github/jsonldjava/core/JSONLDProcessor.java
+++ b/core/src/main/java/com/github/jsonldjava/core/JSONLDProcessor.ja... | Support Options.produceGeneralizedRdf | jsonld-java_jsonld-java | train |
5da6121042ce40c0844d0749c654803306874367 | diff --git a/admin/settings/courses.php b/admin/settings/courses.php
index <HASH>..<HASH> 100644
--- a/admin/settings/courses.php
+++ b/admin/settings/courses.php
@@ -64,9 +64,9 @@ if ($hassiteconfig
$temp->add(new admin_setting_heading('progress', get_string('progress','completion'), ''));
$temp->add(new a... | all course completion should be disabled by default, sorry I overlooked the default course settings before | moodle_moodle | train |
95a54714d8ff8bd76b6f779f69946b57a8622ed4 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "vansanblch/browshot-api-client",
- "version": "0.3.1",
+ "version": "0.4.1",
"license": "MIT",
"type": "library",
"description": "Client for Browshot",
dif... | Fix a status name for processing screenshots | vansanblch_browshot-api-client | train |
6961af7a1ca973ce318d0b63a1302de4d0e411c6 | diff --git a/tests/FunctionalTest.php b/tests/FunctionalTest.php
index <HASH>..<HASH> 100644
--- a/tests/FunctionalTest.php
+++ b/tests/FunctionalTest.php
@@ -102,6 +102,9 @@ class FunctionalTest extends TestCase
$message = $this->awaitMessage($client);
$this->assertEquals('ClientLoginAck', $message['... | Await SessionInit message after ClientLoginAck before sending heartbeat
We have to wait for SessionInit before sending a HeartBeatRequest,
otherwise it will be ignored.
This did not trigger with legacy PHP versions because switching test
cases tends to be slow and we implicitly received the message.
PHP 7 is way faste... | clue_reactphp-quassel | train |
9ea5c7be06ba0d6ee0ea5e0f9a796c8079ffa4ba | diff --git a/src/infi/systray/traybar.py b/src/infi/systray/traybar.py
index <HASH>..<HASH> 100755
--- a/src/infi/systray/traybar.py
+++ b/src/infi/systray/traybar.py
@@ -46,7 +46,7 @@ class SysTrayIcon(object):
self._menu = None
self._register_class()
- def set_icon(self, icon=None, hover_tex... | rename set_icon to update | Infinidat_infi.systray | train |
263385555c0f65c018f50637455bef9f69ca3e92 | diff --git a/framework/core/src/migrations/2014_01_14_231350_create_posts_table.php b/framework/core/src/migrations/2014_01_14_231350_create_posts_table.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/migrations/2014_01_14_231350_create_posts_table.php
+++ b/framework/core/src/migrations/2014_01_14_231350_crea... | Fix incorrect column name
(Sorry about the retrograde migration changes, but I figure it isn’t
problematic at this stage because we can just reseed. It’s nice to keep
things clean as long as we can!) | flarum_core | train |
aa57eab2d0ae2bcef8ada121440a3aaa6bd75f9b | diff --git a/synapse/docker/cortex/docker_entrypoint.py b/synapse/docker/cortex/docker_entrypoint.py
index <HASH>..<HASH> 100755
--- a/synapse/docker/cortex/docker_entrypoint.py
+++ b/synapse/docker/cortex/docker_entrypoint.py
@@ -6,13 +6,11 @@ import subprocess
import synapse.tools.dmon as s_dmon
-en = {
- 'PO... | updated docker entrypoint for PG to properly inherit environment to ensure UTF8 is default encoding | vertexproject_synapse | train |
7e7b2e36fb1c5374af6d5be48bbce92b59f519d0 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ matrix:
include:
- php: "7.0"
- php: "7.1"
+ - php: "7.2"
- php: "nightly"
allow_failures:
- php: "nightly"
diff --git a/src/Blakechain.php b/src/Blakechain.php
index <HASH... | Fix broken tests. Add <I> to travis.yml. | paragonie_blakechain | train |
6d79c163ff831c8608fb1ef0e9a71a6b341fb670 | diff --git a/src/substyle.js b/src/substyle.js
index <HASH>..<HASH> 100644
--- a/src/substyle.js
+++ b/src/substyle.js
@@ -2,10 +2,13 @@ import invariant from 'invariant'
import warning from 'warning'
import keys from 'lodash/keys'
import values from 'lodash/values'
-import pickBy from 'lodash/fp/pickBy'
import neg... | always pass down unhoisted, non-selected element and modifier styles, so that they can be used in descendant container elements | jfschwarz_substyle | train |
26df10e5954b0081688ca07d834505401f9c0094 | diff --git a/LiSE/LiSE/reify.py b/LiSE/LiSE/reify.py
index <HASH>..<HASH> 100644
--- a/LiSE/LiSE/reify.py
+++ b/LiSE/LiSE/reify.py
@@ -45,7 +45,9 @@ class reify(object):
def __get__(self, inst, cls):
if inst is None:
return self
- if hasattr(self, 'real'):
- return self.real... | Distinguish instances of classes in the reify decorator | LogicalDash_LiSE | train |
a9cae1d2c0eddaf13739db19a9cf88e64bc5ce25 | diff --git a/pyhydroquebec/__main__.py b/pyhydroquebec/__main__.py
index <HASH>..<HASH> 100644
--- a/pyhydroquebec/__main__.py
+++ b/pyhydroquebec/__main__.py
@@ -49,15 +49,17 @@ Mean daily: {d[period_mean_daily_consumption]:.2f} kWh""")
print(output.format(d=data))
if data.get("period_ave... | Fix issue when yesterday temperature is not available | titilambert_pyhydroquebec | train |
5d35aadd362940db75adbec963c5e67f58b02100 | diff --git a/src/main/java/com/semanticcms/news/taglib/NewsTag.java b/src/main/java/com/semanticcms/news/taglib/NewsTag.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/semanticcms/news/taglib/NewsTag.java
+++ b/src/main/java/com/semanticcms/news/taglib/NewsTag.java
@@ -22,7 +22,7 @@
*/
package com.semanticc... | Moved legacy taglib to own package | aoindustries_semanticcms-news-taglib | train |
6541a7a8420386d1e027418e0a80c1161329de75 | diff --git a/fun-stream.js b/fun-stream.js
index <HASH>..<HASH> 100644
--- a/fun-stream.js
+++ b/fun-stream.js
@@ -1,11 +1,12 @@
'use strict'
const INIT = Symbol('init')
const OPTS = Symbol('opts')
+const ISFUN = Symbol('isFun')
class FunStream {
[INIT] (opts) {
this[OPTS] = opts || {}
- this.isFun = t... | Use a symbol for tracking the funness of a stream | iarna_funstream | train |
8814a59a5bf54dd17aef21eefd0900703330c22c | diff --git a/airflow/utils/log/secrets_masker.py b/airflow/utils/log/secrets_masker.py
index <HASH>..<HASH> 100644
--- a/airflow/utils/log/secrets_masker.py
+++ b/airflow/utils/log/secrets_masker.py
@@ -201,6 +201,8 @@ class SecretsMasker(logging.Filter):
for k, v in secret.items():
self.a... | Ensure that we don't try to mask empty string in logs (#<I>)
Although `Connection.password` being empty was guarded against, there
are other possible cases (such as an extra field) that wasn't guarded
against, which ended up with this in the logs:
WARNING - ***-***-***-*** ***L***o***g***g***i***n***g*** ***e... | apache_airflow | train |
93fe7226f29cf012f859f39a419f03de2725fcfe | diff --git a/sdmreader.py b/sdmreader.py
index <HASH>..<HASH> 100644
--- a/sdmreader.py
+++ b/sdmreader.py
@@ -7,7 +7,7 @@ Functions:
read_bdf -- reads data from binary data format and returns numpy array.
calc_uvw -- parses metadata to calculate uvw coordinates for given scan (or time/direction). returns (u,v,w)... | removed location parameter. now finds cbe use case by presence of ASDMBinary directory | caseyjlaw_sdmreader | train |
eed1455f52445ff00bdbb4c71427bde58885bb87 | diff --git a/lib/Doctrine/AuditLog.php b/lib/Doctrine/AuditLog.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/AuditLog.php
+++ b/lib/Doctrine/AuditLog.php
@@ -82,10 +82,11 @@ class Doctrine_AuditLog extends Doctrine_Plugin
$columns = $table->getColumns();
- // remove all sequential and autoin... | unique constraints no longer part of auditlog version table | doctrine_orm | train |
487175820af604e056d438eec06ce693abd59d21 | diff --git a/Gruntfile.circle.js b/Gruntfile.circle.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.circle.js
+++ b/Gruntfile.circle.js
@@ -77,7 +77,7 @@ module.exports = function gruntConfig(grunt) {
files: [{
cwd: `reports-ng`,
expand: true,
- src: [`**/lcov.info`],
+ s... | chore(tooling): produce cobertura reports for jenkins | webex_spark-js-sdk | train |
6d7b1673220ef02a49dd9fa6524503de0db3f76c | diff --git a/src/com/google/javascript/jscomp/JsMessage.java b/src/com/google/javascript/jscomp/JsMessage.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/JsMessage.java
+++ b/src/com/google/javascript/jscomp/JsMessage.java
@@ -164,7 +164,7 @@ public final class JsMessage {
* Gets the meaning... | Make Message.getMeaning public so that people can write their own message extractors.
From @nicks
Closes <URL> | google_closure-compiler | train |
578479f5f91691248b10eb0c4c3590313c0d6038 | diff --git a/github/actions_workflow_jobs_test.go b/github/actions_workflow_jobs_test.go
index <HASH>..<HASH> 100644
--- a/github/actions_workflow_jobs_test.go
+++ b/github/actions_workflow_jobs_test.go
@@ -42,6 +42,20 @@ func TestActionsService_ListWorkflowJobs(t *testing.T) {
if !reflect.DeepEqual(jobs, want) {
... | Improve actions_workflow_jobs.go coverage (#<I>) | google_go-github | train |
e0ef645f9b163116ab354115fd9bad3f7cc76c33 | diff --git a/lib/puppet/functions.rb b/lib/puppet/functions.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/functions.rb
+++ b/lib/puppet/functions.rb
@@ -246,7 +246,7 @@ module Puppet::Functions
# Defines a positional parameter with type and name
#
# @param type [String] The type specification for the p... | (PUP-<I>) Correct documented type of the name param
The documented type of the parameter name in the param method
was still showing 'String' when it is now required to be a Symbol.
This commit corrects the documentation comment. | puppetlabs_puppet | train |
51d98b2182c145b6fc4e0184777c28ace6382685 | diff --git a/lib/mongo_mapper/plugins/associations/single_association.rb b/lib/mongo_mapper/plugins/associations/single_association.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo_mapper/plugins/associations/single_association.rb
+++ b/lib/mongo_mapper/plugins/associations/single_association.rb
@@ -5,7 +5,8 @@ module Mo... | add file + line numbers when debugging to module_eval | mongomapper_mongomapper | train |
518003dbdb35e9b8ac49229274ee9db62ab4b46e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -15,14 +15,14 @@ with open('gitenberg/__init__.py', 'r') as fd:
__version__ = m.group(1)
break
-setup(name='GITenberg',
+setup(name='gitberg',
version=__version__,
description="A libra... | renaming repo in setup to gitberg | gitenberg-dev_gitberg | train |
8f55924f37f4ea91ed600b2af374232e75ac73b6 | diff --git a/datapoint/Forecast.py b/datapoint/Forecast.py
index <HASH>..<HASH> 100644
--- a/datapoint/Forecast.py
+++ b/datapoint/Forecast.py
@@ -79,9 +79,10 @@ class Forecast(object):
# Bodge to get around problems near midnight:
# Previous method does not account for the end of the month. The test
... | Change cut off time to 4 hours in midnight code
The last timestep of days[0] is timestamped <I>:<I>, so we need to check that the
time now is less than four hours after <I>:<I> | jacobtomlinson_datapoint-python | train |
9dce63b0170039fe0b9d59ff2da596bedcdca98d | diff --git a/sdl/surface.go b/sdl/surface.go
index <HASH>..<HASH> 100644
--- a/sdl/surface.go
+++ b/sdl/surface.go
@@ -71,8 +71,11 @@ func (surface *Surface) Free() {
}
// Surface (https://wiki.libsdl.org/SDL_SetSurfacePalette)
-func (surface *Surface) SetPalette(palette *Palette) int {
- return int(C.SDL_SetSurfac... | Make SetPalette idiomatic with respect to errors | veandco_go-sdl2 | train |
33c6ea61e27573fea465b44f72be5eb51f009dda | diff --git a/graph.php b/graph.php
index <HASH>..<HASH> 100644
--- a/graph.php
+++ b/graph.php
@@ -1,5 +1,7 @@
<?php
+include 'edge.php';
+
class Graph{
private $edges = array();
@@ -8,6 +10,24 @@ class Graph{
//getter setter
+ public function addEdge($edge){
+ $this->edges[$edge->getId()] = $edge;
+ }
+... | Added first usage of Graph() in loader | graphp_graph | train |
4684fc665061d6fb7224d3c2ecdc444ddb0dd891 | diff --git a/kmip/services/kmip_client.py b/kmip/services/kmip_client.py
index <HASH>..<HASH> 100644
--- a/kmip/services/kmip_client.py
+++ b/kmip/services/kmip_client.py
@@ -21,6 +21,7 @@ from kmip.services.results import DiscoverVersionsResult
from kmip.services.results import GetResult
from kmip.services.results i... | fix: kmip-client: batch item of error response | OpenKMIP_PyKMIP | train |
7b860b42400937731e9d66b937b100828c1d8861 | diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php
index <HASH>..<HASH> 100644
--- a/views/layouts/default.html.php
+++ b/views/layouts/default.html.php
@@ -55,12 +55,12 @@
$(this).html(converter.makeHtml($.trim($(this).text())));
});
- $('pre.source-code').hide();
+ $('pre code').h... | Changing source code show/hide selectors to account for markup changes made by code highlighter. | UnionOfRAD_li3_docs | train |
6f994a4b09d29f4b779a7146e715f19221163f16 | diff --git a/zinnia/tests/test_preview.py b/zinnia/tests/test_preview.py
index <HASH>..<HASH> 100644
--- a/zinnia/tests/test_preview.py
+++ b/zinnia/tests/test_preview.py
@@ -44,3 +44,13 @@ class HTMLPreviewTestCase(TestCase):
preview = HTMLPreview(text, splitters=[],
max_words=2... | Add tests for the metrics of the preview | Fantomas42_django-blog-zinnia | train |
9799b5656435e4caed11a1836486fe193bf54583 | diff --git a/xchange-dsx/src/main/java/org/knowm/xchange/dsx/dto/account/DSXTransaction.java b/xchange-dsx/src/main/java/org/knowm/xchange/dsx/dto/account/DSXTransaction.java
index <HASH>..<HASH> 100644
--- a/xchange-dsx/src/main/java/org/knowm/xchange/dsx/dto/account/DSXTransaction.java
+++ b/xchange-dsx/src/main/java... | [dsx] added new status for cancel withdraw | knowm_XChange | train |
6566b4d051be49e1b43a70ce079a73a9c742519e | diff --git a/easytrader/clienttrader.py b/easytrader/clienttrader.py
index <HASH>..<HASH> 100644
--- a/easytrader/clienttrader.py
+++ b/easytrader/clienttrader.py
@@ -224,8 +224,12 @@ class ClientTrader:
class_name='CVirtualGridCtrl'
).click(coords=(x, y))
+ def _is_exist_pop_dialog(self):
+ ... | refactor: extract duplicate pop dialog detect code to method | shidenggui_easytrader | train |
2354c2544bb5aab2a86f3a0395c4dba718e2a355 | diff --git a/promql/functions.go b/promql/functions.go
index <HASH>..<HASH> 100644
--- a/promql/functions.go
+++ b/promql/functions.go
@@ -914,8 +914,9 @@ func dateWrapper(ev *evaluator, args Expressions, f func(time.Time) model.Sample
if len(args) == 0 {
v = vector{
&sample{
- Metric: metric.Metric{},
- ... | Set timestamp for date functions (#<I>) | prometheus_prometheus | train |
def0b2c6f33d0bc620340373cb6ebeea7c83ab28 | diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/_version.py
+++ b/grimoire_elk/_version.py
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
-__version__ = "0.30.41"
+__version__ = "0.30.42" | [release] Update version number to <I> | chaoss_grimoirelab-elk | train |
70d1dc5e632b8065350797295d18bb9d62493e50 | diff --git a/shared/common-adapters/user-proofs.desktop.js b/shared/common-adapters/user-proofs.desktop.js
index <HASH>..<HASH> 100644
--- a/shared/common-adapters/user-proofs.desktop.js
+++ b/shared/common-adapters/user-proofs.desktop.js
@@ -17,10 +17,10 @@ function MissingProofRow ({missingProof, style}: {missingProo... | Improve missing proofs hover state coloring (#<I>) | keybase_client | train |
fe4c0c935211396e6355d66ea64e4a534809d82b | diff --git a/hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/preloader/NearCachePreloader.java b/hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/preloader/NearCachePreloader.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/internal/nearcache/impl/preloader/NearCac... | Fixed renaming and test issues for Near Cache Preloader under Windows | hazelcast_hazelcast | train |
920416af8727fa812606ea61072a4b65d9fb0a29 | diff --git a/test/organisations_api_test.rb b/test/organisations_api_test.rb
index <HASH>..<HASH> 100644
--- a/test/organisations_api_test.rb
+++ b/test/organisations_api_test.rb
@@ -60,4 +60,52 @@ describe GdsApi::Organisations do
assert_equal 200, response.code
end
end
+
+ describe "fetching a paginat... | Test that results returned from /organisations are paginated
- verify this pact in collection by running
rake pact:verify PACT_DESCRIPTION="a request without a query param" PACT_PROVIDER_STATE="the organisation list is paginated, beginning at page 1"
rake pact:verify PACT_DESCRIPTION="a request with page 2 params" PACT... | alphagov_gds-api-adapters | train |
19cf92d6fd20f3e8fcfdf349e8c9c5043c4de4a1 | diff --git a/playsound.py b/playsound.py
index <HASH>..<HASH> 100644
--- a/playsound.py
+++ b/playsound.py
@@ -56,20 +56,18 @@ def _playsoundOSX(sound, block = True):
I never would have tried using AppKit.NSSound without seeing his code.
'''
- import sys
-
- sys.path.append('/System/Library/Frameworks... | Sanity check of mac with temporary logs... | TaylorSMarks_playsound | train |
848f7e4097f8537b964c0e0664d9b40292288c60 | diff --git a/github/github-accessors.go b/github/github-accessors.go
index <HASH>..<HASH> 100644
--- a/github/github-accessors.go
+++ b/github/github-accessors.go
@@ -10790,12 +10790,12 @@ func (p *PagesUpdate) GetPublic() bool {
return *p.Public
}
-// GetSource returns the Source field if it's non-nil, zero value... | Support PagesSource as struct for update pages API (#<I>)
Fixes: #<I>. | google_go-github | train |
1283047ccbfa761f604a6a136ef1c05c9c9bc653 | diff --git a/gocli-test/main.go b/gocli-test/main.go
index <HASH>..<HASH> 100644
--- a/gocli-test/main.go
+++ b/gocli-test/main.go
@@ -29,7 +29,7 @@ func main() {
"image/list": {
Description: "List Images",
Handler: func(args *gocli.Args) error {
- fmt.Println("ACITON: list images")
+ fmt.Println(... | Tiny typo fix
Caught it while reading the code. | dynport_gocli | train |
a4dd8be0cd21a6229b110012f73cdd82c1311af9 | diff --git a/tests/test_constrained.py b/tests/test_constrained.py
index <HASH>..<HASH> 100644
--- a/tests/test_constrained.py
+++ b/tests/test_constrained.py
@@ -290,10 +290,17 @@ class TestConstrained(unittest.TestCase):
vector models. This is done by using the typical angles of a triangle
example. ... | Updated a multicomponent model cov matrix test which never made sense.
Previously we emulated the componentwise covariance matrix instead of the global one, but since the user is fitting to all components at once, the covariance matrix should reflect this. | tBuLi_symfit | train |
6fa181d0a3609d15da9d606057d1fd1f7f3ebd15 | diff --git a/zstd/decoder.go b/zstd/decoder.go
index <HASH>..<HASH> 100644
--- a/zstd/decoder.go
+++ b/zstd/decoder.go
@@ -169,7 +169,12 @@ func (d *Decoder) Reset(r io.Reader) error {
println("*bytes.Buffer detected, doing sync decode, len:", bb.Len())
}
b := bb.Bytes()
- dst, err := d.DecodeAll(b, nil)
+ ... | zstd: Reduce allocations when decoding from a bytes.Buffer (#<I>)
Fixes #<I> | klauspost_compress | train |
5abf4288bf6fb36bc377edebd322ab63cf38a1ab | diff --git a/tests/ui_events_test.js b/tests/ui_events_test.js
index <HASH>..<HASH> 100644
--- a/tests/ui_events_test.js
+++ b/tests/ui_events_test.js
@@ -309,3 +309,24 @@ exports.test_loader_add_update_compile_button = function (test){
test.equal(315, this.loader.updateCompileButton.position_y);
test.done();
};
+... | added ui/SpriteLoader click tests | gutomaia_nodeNES | train |
a063dbca4ca5822e068f7876c7f81b4fb12b4224 | diff --git a/checkers/variables.py b/checkers/variables.py
index <HASH>..<HASH> 100644
--- a/checkers/variables.py
+++ b/checkers/variables.py
@@ -137,6 +137,38 @@ def _detect_global_scope(node, frame, defframe):
# and the definition of the first depends on the second.
return frame.lineno < defframe.lineno
... | Move fix code into a separate private function, _fix_dot_import. | PyCQA_pylint | train |
a55e62f5828036320581f7749823d88eff510af3 | diff --git a/classes/PodsInit.php b/classes/PodsInit.php
index <HASH>..<HASH> 100644
--- a/classes/PodsInit.php
+++ b/classes/PodsInit.php
@@ -123,9 +123,7 @@ class PodsInit {
if ( !empty( self::$version ) ) {
add_action( 'plugins_loaded', array( $this, 'load_components' ), 11 );
- if ( !is_ne... | Don't load Pods in network admin to avoid content type caching issu | pods-framework_pods | train |
e050fffab123350fb93e5e317ccc74946f80ca7f | diff --git a/src/Rocketeer/Tasks/Cleanup.php b/src/Rocketeer/Tasks/Cleanup.php
index <HASH>..<HASH> 100644
--- a/src/Rocketeer/Tasks/Cleanup.php
+++ b/src/Rocketeer/Tasks/Cleanup.php
@@ -38,9 +38,8 @@ class Cleanup extends AbstractTask
}
// Prune releases
- foreach ($trash as $release) {
- $this->removeFolde... | Make Cleanup task remove all folders at once | rocketeers_rocketeer | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.