hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
ddf0b5953a1f99b185bfb8658075301b81b24929 | diff --git a/lib/core/index.js b/lib/core/index.js
index <HASH>..<HASH> 100644
--- a/lib/core/index.js
+++ b/lib/core/index.js
@@ -9,17 +9,15 @@ const buildDb = require('./lib/db')
const buildConfig = require('../config')
const defaultConfig = require('../config/default.core')
-function buildUdaruCore (options) {
-... | fix incorrect passing of params to udaru core | nearform_udaru | train |
4d1116aeab9ba7f2e3d99fd3815c94486fbc47e8 | diff --git a/proton-j/src/main/resources/chandlers.py b/proton-j/src/main/resources/chandlers.py
index <HASH>..<HASH> 100644
--- a/proton-j/src/main/resources/chandlers.py
+++ b/proton-j/src/main/resources/chandlers.py
@@ -17,7 +17,14 @@
# under the License.
#
+from cerror import Skipped
+
# from proton/handlers.h... | made shims for C handlers skip properly | apache_qpid-proton | train |
f76baac90b14837f1c90c653f4e3afe7440b7e2e | diff --git a/lib/builder.js b/lib/builder.js
index <HASH>..<HASH> 100644
--- a/lib/builder.js
+++ b/lib/builder.js
@@ -124,6 +124,9 @@ Builder.prototype.reset = function(baseLoader) {
loader.builder = true;
// put the loader in the builder environment
loader.config({ build: true });
+
+ // make builder acce... | Make builder accessible in plugins
In some plugins the builder has to be accessible, for instance the WebWorker plugin. | systemjs_builder | train |
1d422585789eac28c02e03f2ecfd1ae6b0502f4c | diff --git a/crud/default/views/view.php b/crud/default/views/view.php
index <HASH>..<HASH> 100644
--- a/crud/default/views/view.php
+++ b/crud/default/views/view.php
@@ -157,11 +157,10 @@ if($provider<?= $rel[1] ?>->totalCount){
?>
];
echo DetailView::widget([
- 'model' => $model,
- 'a... | Fix: Add DetailView for hasOne relation on view | mootensai_yii2-enhanced-gii | train |
ee119fcce57f32b321e7a0865137594104fc7b82 | diff --git a/lib/rails/rollbar_runner.rb b/lib/rails/rollbar_runner.rb
index <HASH>..<HASH> 100644
--- a/lib/rails/rollbar_runner.rb
+++ b/lib/rails/rollbar_runner.rb
@@ -39,7 +39,7 @@ module Rails
end
def eval_runner
- if Rails.version >= '5.0.0'
+ if Rails.version >= '5.1.0'
rails5_runn... | set correct rails version to start using new rails runner | rollbar_rollbar-gem | train |
fb492b2404a3fff0edcc4f8703a85434ee8c02f2 | diff --git a/demo/offline_section.js b/demo/offline_section.js
index <HASH>..<HASH> 100644
--- a/demo/offline_section.js
+++ b/demo/offline_section.js
@@ -63,7 +63,7 @@ shakaDemo.updateButtons_ = function(canHide) {
let button = document.getElementById('storeDeleteButton');
button.disabled = (inProgress || !sup... | Fix offline button to use textContent
Where possible, we use textContent instead of innerText.
The exceptions are all places where we might need to display an error
on a very old browser to indicate that it is unsupported.
Change-Id: I<I>cd<I>e7f<I>a7eb<I>d<I> | google_shaka-player | train |
b8a4f899acbfc33e2a19aa0f04915d1cf0c7ef2a | diff --git a/src/cf/commands/application/list_apps.go b/src/cf/commands/application/list_apps.go
index <HASH>..<HASH> 100644
--- a/src/cf/commands/application/list_apps.go
+++ b/src/cf/commands/application/list_apps.go
@@ -49,7 +49,7 @@ func (cmd ListApps) Run(c *cli.Context) {
cmd.ui.Say("")
table := [][]string{... | Change 'state' to 'requested state'
[Finishes #<I>] | cloudfoundry_cli | train |
f1117e610afbbdcc2e90cb40bc4a0d8868d6a38f | diff --git a/lib/local/instance.js b/lib/local/instance.js
index <HASH>..<HASH> 100644
--- a/lib/local/instance.js
+++ b/lib/local/instance.js
@@ -30,7 +30,7 @@ var Instance = function (cmd, args, settings, options) {
var self = this;
var childProcess = args === null ? exec(cmd, settings || {}) : spawn(cmd, args,... | Open Firefox in private mode on Unix. | bitovi_launchpad | train |
870ceb2fd4d17163a5f4d6677ee3c090b6883f22 | diff --git a/integration/src/main/java/tachyon/yarn/ApplicationMaster.java b/integration/src/main/java/tachyon/yarn/ApplicationMaster.java
index <HASH>..<HASH> 100644
--- a/integration/src/main/java/tachyon/yarn/ApplicationMaster.java
+++ b/integration/src/main/java/tachyon/yarn/ApplicationMaster.java
@@ -39,7 +39,7 @@... | [TACHYON-<I>] A checkpoint version compile and builds with <I>, <I> on MacOS | Alluxio_alluxio | train |
9d3c21809f1b6341cb85d94e34a5dd117edf33fe | diff --git a/tests/integ/test_local_mode.py b/tests/integ/test_local_mode.py
index <HASH>..<HASH> 100644
--- a/tests/integ/test_local_mode.py
+++ b/tests/integ/test_local_mode.py
@@ -368,8 +368,9 @@ def test_mxnet_local_data_local_script():
fcntl.lockf(local_mode_lock, fcntl.LOCK_UN)
-@pytest.mark.continuo... | Improve local mode transformer test (#<I>)
Add a lock for the transformer test, similar to the serving tests
as the serving container will still run on the same port. Also remove
this test from the continuous testing suite. | aws_sagemaker-python-sdk | train |
9b8dc404039095f1e61d5953e68653e8e96dcaee | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ php:
- "7.1"
- "7.0"
- "5.6"
- - "5.5"
install:
- composer install
diff --git a/tests/BaseCommand.php b/tests/BaseCommand.php
index <HASH>..<HASH> 100644
--- a/tests/BaseCommand.php
+++... | Updated PHPUnit version (for support compatibility with PHP <I> and PHP <I>) | byjg_migration | train |
3b09822b1e473ba6974986ae1cca07d34bfe257d | diff --git a/lib/Transport.js b/lib/Transport.js
index <HASH>..<HASH> 100644
--- a/lib/Transport.js
+++ b/lib/Transport.js
@@ -447,7 +447,7 @@ class Transport
* Get current dtls state for transport
* @returns {String} DTLS connection state as per the w3c spec "new", "connecting", "connected", "closed", "failed"
... | Fix a typo in Transport.getDTLSState() method name (#<I>) | medooze_media-server-node | train |
b97e9216a96f11c85343f0c5aeddc38237a9d19c | diff --git a/translator/src/main/java/com/google/devtools/j2objc/gen/StatementGenerator.java b/translator/src/main/java/com/google/devtools/j2objc/gen/StatementGenerator.java
index <HASH>..<HASH> 100644
--- a/translator/src/main/java/com/google/devtools/j2objc/gen/StatementGenerator.java
+++ b/translator/src/main/java/... | Call parentheses what they are. | google_j2objc | train |
bedb8ca1914c1dabe8c75c6e7f391aeca96d059c | diff --git a/default_app/main.js b/default_app/main.js
index <HASH>..<HASH> 100644
--- a/default_app/main.js
+++ b/default_app/main.js
@@ -336,8 +336,6 @@ if (option.file && !option.webdriver) {
startRepl()
} else {
const welcomeMessage = `
- Deprecation Warning: To render the default app, the -d or --default f... | remove potential deprecation and fix app close | electron_electron | train |
ab06d8d208013268e004e59a6daea3c4aa1ed469 | diff --git a/mind-map/mind-map-swing-panel/src/main/java/com/igormaznitsa/mindmap/plugins/importers/Text2MindMapImporter.java b/mind-map/mind-map-swing-panel/src/main/java/com/igormaznitsa/mindmap/plugins/importers/Text2MindMapImporter.java
index <HASH>..<HASH> 100644
--- a/mind-map/mind-map-swing-panel/src/main/java/c... | added UTF-8 identifier to read text | raydac_netbeans-mmd-plugin | train |
e64611e1dd89b655b05fbc2507634672d2964c23 | diff --git a/lib/puppet/type/resources.rb b/lib/puppet/type/resources.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/type/resources.rb
+++ b/lib/puppet/type/resources.rb
@@ -21,7 +21,9 @@ Puppet::Type.newtype(:resources) do
newparam(:purge, :boolean => true, :parent => Puppet::Parameter::Boolean) do
desc "Purg... | (PUP-<I>) amend resources type documentation
Add a reference to the new purging feature to the documentation of the
resources type description. | puppetlabs_puppet | train |
44300859819c859f2be63555c9573fd46dd1a631 | diff --git a/cmd/gateway-gcs.go b/cmd/gateway-gcs.go
index <HASH>..<HASH> 100644
--- a/cmd/gateway-gcs.go
+++ b/cmd/gateway-gcs.go
@@ -222,8 +222,28 @@ func (l *gcsGateway) MakeBucket(bucket string) error {
func (l *gcsGateway) MakeBucketWithLocation(bucket, location string) error {
bkt := l.client.Bucket(bucket)
... | Add region to gcs gateway example | minio_minio | train |
e695c40e11135e54e40aef97718f88d20a0967c2 | diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -152,7 +152,7 @@ module ActionView
#
... | Fix example that became outdated after a code change.
[#<I> state:resolved] | rails_rails | train |
9ba9950f4247b1a76fc9a8270f50de8ca0125a1f | diff --git a/test/dom/FeaturesViewerFlowTest.js b/test/dom/FeaturesViewerFlowTest.js
index <HASH>..<HASH> 100644
--- a/test/dom/FeaturesViewerFlowTest.js
+++ b/test/dom/FeaturesViewerFlowTest.js
@@ -465,7 +465,8 @@ describe('FeaturesViewerFlowTest', function() {
assert.equal(path.getAttribute('transform'),... | Update test according to highlight when zoomed-in rules. | ebi-uniprot_ProtVista | train |
2f1d7c48ec9bed38add78ee4588fd179035144a3 | diff --git a/src/clappr-dash-shaka-playback.js b/src/clappr-dash-shaka-playback.js
index <HASH>..<HASH> 100644
--- a/src/clappr-dash-shaka-playback.js
+++ b/src/clappr-dash-shaka-playback.js
@@ -315,15 +315,15 @@ class DashShakaPlayback extends HTML5Video {
videoError: this.el.error
}
- if (error.video... | refactor(dash): handle error on super when error is unknown | clappr_dash-shaka-playback | train |
2a55c247a066324ac1c55fff0578fe2c9cb91899 | diff --git a/lib/chef/resource/powershell_script.rb b/lib/chef/resource/powershell_script.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/resource/powershell_script.rb
+++ b/lib/chef/resource/powershell_script.rb
@@ -58,14 +58,11 @@ class Chef
```
DESC
- description "Use the **powershell_script... | Update powershell_script description to match docs site. | chef_chef | train |
9fb3aa901b0066ee80d26fe4f40c1b79f854ee07 | diff --git a/lib/ducalis/adapters/circle_ci.rb b/lib/ducalis/adapters/circle_ci.rb
index <HASH>..<HASH> 100644
--- a/lib/ducalis/adapters/circle_ci.rb
+++ b/lib/ducalis/adapters/circle_ci.rb
@@ -6,6 +6,7 @@ module Ducalis
def repo
@repo ||= ENV.fetch('CIRCLE_REPOSITORY_URL')
.sub('... | Fix for CircleCI with git source | ignat-z_ducalis | train |
f4fe24942c9920ce3153a84f4f2094d99d6bf4c0 | diff --git a/ker/mod/dom.js b/ker/mod/dom.js
index <HASH>..<HASH> 100644
--- a/ker/mod/dom.js
+++ b/ker/mod/dom.js
@@ -12,7 +12,7 @@
require("polyfill.classList");
var Theme = require("dom.theme");
-var PointerEvents = require("tfw.pointer-events");
+//var PointerEvents = require("tfw.pointer-events");
var Ge... | Gestures now replaces PointerEvents. | tolokoban_ToloFrameWork | train |
40bb19eb6ef94b0a388efe6a8d903f47d8a4818e | diff --git a/peer.go b/peer.go
index <HASH>..<HASH> 100644
--- a/peer.go
+++ b/peer.go
@@ -995,7 +995,12 @@ out:
case *lnwire.ChannelUpdate,
*lnwire.ChannelAnnouncement,
*lnwire.NodeAnnouncement,
- *lnwire.AnnounceSignatures:
+ *lnwire.AnnounceSignatures,
+ *lnwire.GossipTimestampRange,
+ *lnwire.Que... | peer: dispath new gossip query messages to the gossiper | lightningnetwork_lnd | train |
abfdaca3f86d7951693697fbd849078d6b406478 | diff --git a/api.go b/api.go
index <HASH>..<HASH> 100644
--- a/api.go
+++ b/api.go
@@ -254,7 +254,7 @@ func getEvents(srv *Server, version float64, w http.ResponseWriter, r *http.Requ
wf.Flush()
if since != 0 {
// If since, send previous events that happened after the timestamp
- for _, event := range srv.event... | Fix data race in TestLogEvent
Found with -race. Improve locking on Server. | containers_storage | train |
5156d5e8aa73d38c030d99838099ef513de197b2 | diff --git a/lib/haml/helpers.rb b/lib/haml/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/haml/helpers.rb
+++ b/lib/haml/helpers.rb
@@ -14,8 +14,12 @@ module Haml
# when it shouldn't be.
class ErrorReturn
# @param message [String] The error message to raise when \{#to\_s} is called
- def initia... | [Haml] Fix error line numbers for ErrorReturn. | sass_ruby-sass | train |
f951eb15872b05fef056f48442efef2dbb5d51ed | diff --git a/src/Providers/OEmbed/Imgur.php b/src/Providers/OEmbed/Imgur.php
index <HASH>..<HASH> 100644
--- a/src/Providers/OEmbed/Imgur.php
+++ b/src/Providers/OEmbed/Imgur.php
@@ -8,5 +8,5 @@ class Imgur extends EndPoint implements EndPointInterface
'imgur.com/*',
'i.imgur.com/*',
];
- prot... | fixed some tests and oembed imgur | oscarotero_Embed | train |
6eb3f5e8f5fb41c2a62ceca13ac5d75835a55fb5 | diff --git a/activerecord/lib/active_record/insert_all.rb b/activerecord/lib/active_record/insert_all.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/insert_all.rb
+++ b/activerecord/lib/active_record/insert_all.rb
@@ -92,7 +92,15 @@ module ActiveRecord
def values_list
columns ... | Raise UnknownAttributeError when unknown column is passed to insert_all and friends. | rails_rails | train |
c5c3de4f015dcf5982c88f8faf89092739acafc6 | diff --git a/builtin/providers/aws/resource_aws_security_group_test.go b/builtin/providers/aws/resource_aws_security_group_test.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_security_group_test.go
+++ b/builtin/providers/aws/resource_aws_security_group_test.go
@@ -1497,14 +1497,9 @@ provider "... | providers/aws: classic SG test should test classic | hashicorp_terraform | train |
8a637e29d8550de382a4f54e510fb7c077362cdd | diff --git a/gffutils/interface.py b/gffutils/interface.py
index <HASH>..<HASH> 100644
--- a/gffutils/interface.py
+++ b/gffutils/interface.py
@@ -906,9 +906,18 @@ class FeatureDB(object):
Which featuretype to use as the exons. These are represented as
blocks in the BED12 format. Typically 'e... | support for missing child featuretypes in BED<I> conversion | daler_gffutils | train |
8e2adaefbf9e92e128ea034d6c5ab52dc1053047 | diff --git a/jwt/__init__.py b/jwt/__init__.py
index <HASH>..<HASH> 100644
--- a/jwt/__init__.py
+++ b/jwt/__init__.py
@@ -6,7 +6,6 @@ http://self-issued.info/docs/draft-jones-json-web-token-01.html
"""
import binascii
-import sys
from calendar import timegm
from collections import Mapping
@@ -14,8 +13,7 @@ fro... | Fixed a couple of anomalies after the last rebase. | jpadilla_pyjwt | train |
cca91da5edfacd86cbc1475ae7af550e41d4ac96 | diff --git a/platforms/intel-iot/edison/edison_adaptor.go b/platforms/intel-iot/edison/edison_adaptor.go
index <HASH>..<HASH> 100644
--- a/platforms/intel-iot/edison/edison_adaptor.go
+++ b/platforms/intel-iot/edison/edison_adaptor.go
@@ -10,7 +10,7 @@ import (
"github.com/hybridgroup/gobot/sysfs"
)
-var _ gobot.A... | Refactor edison to use new adaptor interface | hybridgroup_gobot | train |
9ffd361c8fedd7f75b9e69fdc70f48f4a14e6d34 | diff --git a/lib/nrser/labs/lots/consumer.rb b/lib/nrser/labs/lots/consumer.rb
index <HASH>..<HASH> 100644
--- a/lib/nrser/labs/lots/consumer.rb
+++ b/lib/nrser/labs/lots/consumer.rb
@@ -1,6 +1,18 @@
# encoding: UTF-8
# frozen_string_literal: true
+
+# Namespace
+# ==================================================... | Put namespace around the labs/lots stuff so it doesn't crowd top docs | nrser_nrser.rb | train |
6f90697b43e1100ca1b3dd42536b86b02d7cb1c7 | diff --git a/src/utils/utils.js b/src/utils/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils/utils.js
+++ b/src/utils/utils.js
@@ -159,6 +159,19 @@
return r.toHex() + g.toHex() + b.toHex();
};
+ // return the given canvas or image pixels
+ api.getPixels = function(arg) {
+ if (arg instanceof HTMLImag... | Cleaned up the applyRGBFilter function (at least a part for now). | melonjs_melonJS | train |
fb254a833b8a7449d84364c9b2963370dc5c7840 | diff --git a/packages/generator-phaser-plus-template-default/templates/scripts/app/scripts/scenes/splash-screen.js b/packages/generator-phaser-plus-template-default/templates/scripts/app/scripts/scenes/splash-screen.js
index <HASH>..<HASH> 100644
--- a/packages/generator-phaser-plus-template-default/templates/scripts/a... | Crop the progress bar filler texture. | rblopes_generator-phaser-plus | train |
e1e512e2da5f642ded2eba6baa851f52bae0b05c | diff --git a/archive/diff.go b/archive/diff.go
index <HASH>..<HASH> 100644
--- a/archive/diff.go
+++ b/archive/diff.go
@@ -68,7 +68,7 @@ func ApplyLayer(dest string, layer ArchiveReader) error {
parent := filepath.Dir(hdr.Name)
parentPath := filepath.Join(dest, parent)
if _, err := os.Lstat(parentPath); err... | This permission should be interpreted as octal, not decimal
Docker-DCO-<I>- | containers_storage | train |
8e6a9c73963d2410072c39183100a6bb8d70023f | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.3",
- "phpmentors/domain-kata": "~1.3",
+ "phpmentors/domain-kata": "~1.4@dev",
"symfony/event-dispatcher": "~2.3"
... | change the version of `phpmentors/domain-kata` to `~<I>@dev` | phpmentors-jp_stagehand-fsm | train |
c0118de4776904481ef1c38195cf33b0ce17cb42 | diff --git a/generators/utils.js b/generators/utils.js
index <HASH>..<HASH> 100644
--- a/generators/utils.js
+++ b/generators/utils.js
@@ -99,10 +99,14 @@ function updateLanguagesInWebpack(generator) {
function replaceTranslation(generator, files) {
for (let i = 0; i < files.length; i++) {
const filePath... | Fix replaceTranslation regexp (#<I>)
* Change replaceTranslation regexp to not remove attribute "v-bind:value" for a non-i<I>n application
* Update translation regexp to only match the $t() method | jhipster_generator-jhipster | train |
dbc0454ebc2c3ecac2ccd04a139c31c58ec53b52 | diff --git a/classes/processors/rename-processor.php b/classes/processors/rename-processor.php
index <HASH>..<HASH> 100644
--- a/classes/processors/rename-processor.php
+++ b/classes/processors/rename-processor.php
@@ -32,8 +32,8 @@
if (!defined('HAVE_RENAME_PROCESSOR')) {
require_once(dirname(__FILE__) . '/abs... | CHG: some includes have been changed
git-svn-id: <URL> | greenlion_PHP-SQL-Parser | train |
848439c0f12d5fb2405d37014d82522836ec0a3a | diff --git a/lib/travis/amqp.rb b/lib/travis/amqp.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/amqp.rb
+++ b/lib/travis/amqp.rb
@@ -6,6 +6,23 @@ module Travis
REPORTING_KEY = 'reporting.jobs'
class << self
+ def connected?
+ !!@connection
+ end
+
+ def connection
+ @connectio... | refactor amqp: make the connection available on Travis::Amqp, instead of the adapter instances. should be refactored towards what we have in travis-worker. maybe split out travis-amqp and reuse it across all other repos | travis-ci_travis-core | train |
6079e2178d74e6d2d58ab2e129caad8dad545457 | diff --git a/src/RemoteNode.js b/src/RemoteNode.js
index <HASH>..<HASH> 100644
--- a/src/RemoteNode.js
+++ b/src/RemoteNode.js
@@ -58,43 +58,34 @@ class RemoteNode {
}
findSuccessor(id){
- //TODO
return new Promise((resolve, reject) => {
- chord.rcm.call(this.id, "getSuccessor", [])
- .then(result => res... | Remote node calls, but not in the RCM layer | FelixMcFelix_conductor-chord | train |
0c57611c74a90b40c71d9660b5751100fd1178f2 | diff --git a/lib/drip/client/configuration.rb b/lib/drip/client/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/drip/client/configuration.rb
+++ b/lib/drip/client/configuration.rb
@@ -8,13 +8,17 @@ module Drip
attr_accessor(*CONFIGURATION_FIELDS)
- def initialize(access_token: nil, api_key: nil, ... | More clever initializer, and more thorough tests | DripEmail_drip-ruby | train |
0540c13ffae688f7ffa36b18e067923b08bf8d5f | diff --git a/salt/utils/templates.py b/salt/utils/templates.py
index <HASH>..<HASH> 100644
--- a/salt/utils/templates.py
+++ b/salt/utils/templates.py
@@ -49,8 +49,13 @@ def wrap_tmpl_func(render_str):
if from_str:
tmplstr = tmplsrc
else:
- with codecs.open(tmpl... | Add additional debug logic for reading templating files
Ref #<I> | saltstack_salt | train |
bd893e12d377491a08f60f7306fb3b1af07ad3f3 | diff --git a/src/ContentBundle/Block/BlockManager.php b/src/ContentBundle/Block/BlockManager.php
index <HASH>..<HASH> 100644
--- a/src/ContentBundle/Block/BlockManager.php
+++ b/src/ContentBundle/Block/BlockManager.php
@@ -289,18 +289,30 @@ class BlockManager
$this->disableRevisionListener();
+ $del... | Manually cascading remove operations on blocks taking revisions into account | Opifer_Cms | train |
79ffc596ade7be2b60488c7e1c9be3e05061dba7 | diff --git a/lib/sidetiq/version.rb b/lib/sidetiq/version.rb
index <HASH>..<HASH> 100644
--- a/lib/sidetiq/version.rb
+++ b/lib/sidetiq/version.rb
@@ -8,7 +8,7 @@ module Sidetiq
MINOR = 3
# Public: Sidetiq patch level.
- PATCH = 3
+ PATCH = 4
# Public: String representation of the current Sidet... | Bump to <I>. | endofunky_sidetiq | train |
4b606357d34976dcb7714cd6ef002ca0849eb6a7 | diff --git a/ipyrad/assemble/write_outputs.py b/ipyrad/assemble/write_outputs.py
index <HASH>..<HASH> 100644
--- a/ipyrad/assemble/write_outputs.py
+++ b/ipyrad/assemble/write_outputs.py
@@ -1511,7 +1511,6 @@ def fill_seq_array(data, ntaxa, nbases, nloci):
.split("-")
... | vcf working for denovo again | dereneaton_ipyrad | train |
b4b6530d792a9a0576b1963047910ad098710862 | diff --git a/spec/actors/generic_file/actor_spec.rb b/spec/actors/generic_file/actor_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/actors/generic_file/actor_spec.rb
+++ b/spec/actors/generic_file/actor_spec.rb
@@ -3,7 +3,7 @@ require 'spec_helper'
describe Sufia::GenericFile::Actor do
describe "#virus_check" do
... | fixed deprecation warnings in spec/controller/* | samvera_hyrax | train |
7fc9cda44774c56f4eb07ec89f5e0190e49261e6 | diff --git a/doc/url_parameters.md b/doc/url_parameters.md
index <HASH>..<HASH> 100644
--- a/doc/url_parameters.md
+++ b/doc/url_parameters.md
@@ -34,8 +34,7 @@ public function my_action($var1, $var2 = 42) { ... }
In this sample, if the user does not pass the "var2" parameter in the URL, it will be equal to 42.
The ... | Writing doc, removing useless properties from Splash class | thecodingmachine_mvc.splash | train |
debabfeb216a3d3337f2c1e5519da55a571b6b06 | diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php
index <HASH>..<HASH> 100644
--- a/resources/lang/fr-FR/dashboard.php
+++ b/resources/lang/fr-FR/dashboard.php
@@ -23,10 +23,10 @@ return [
'incident-templates' => 'Modèles d\'incident',
'updates' ... | New translations dashboard.php (French) | CachetHQ_Cachet | train |
30c8c3de1fb99a3b226a7f7eb8dec0b2e61ea5dd | diff --git a/moto/batch/models.py b/moto/batch/models.py
index <HASH>..<HASH> 100644
--- a/moto/batch/models.py
+++ b/moto/batch/models.py
@@ -718,7 +718,7 @@ class BatchBackend(BaseBackend):
def get_job_definition_by_name_revision(self, name, revision):
for job_def in self._job_definitions.values():
- ... | Deregister batch job definition by 'name:revision' (#<I>) | spulec_moto | train |
62328dbd4342822a431b6cd13113f9cc8341f52e | diff --git a/casjobs.py b/casjobs.py
index <HASH>..<HASH> 100644
--- a/casjobs.py
+++ b/casjobs.py
@@ -172,6 +172,7 @@ class CasJobs(object):
## Arguments
* `job_id` (int): The job to check.
+ * `timeout` (float): The time to wait between checks (in sec).
## Returns
@@ -185,7 +18... | Make timeout option of `monitor` work
I think this is the intended behavior of the `timeout` option. | dfm_casjobs | train |
1411f14ca822d13af19667807830b195ab7053af | diff --git a/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php b/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
+++ b/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
@@ -635,23 +635,12 @@ class MySqlPlatform extends AbstractPlatform
$sql ... | fix another primary key alteration with autoincrement column case on MySQL
fixes #<I> | doctrine_dbal | train |
2fd5ee337981886756da5282da6395619b8a938e | diff --git a/lib/knife-cloudformation/sparkle_attribute.rb b/lib/knife-cloudformation/sparkle_attribute.rb
index <HASH>..<HASH> 100644
--- a/lib/knife-cloudformation/sparkle_attribute.rb
+++ b/lib/knife-cloudformation/sparkle_attribute.rb
@@ -8,7 +8,10 @@ module SparkleAttribute
def _cf_join(*args)
options = ar... | If only one argument is provided, assume it is a collection type thing and don't wrap. | sparkleformation_sfn | train |
8442bfe1d8d4733b174ac62f68c0e4c9ffddc42f | diff --git a/angr/analyses/variable_recovery/variable_recovery_fast.py b/angr/analyses/variable_recovery/variable_recovery_fast.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/variable_recovery/variable_recovery_fast.py
+++ b/angr/analyses/variable_recovery/variable_recovery_fast.py
@@ -150,7 +150,7 @@ def get_engin... | VariableRecoveryFast: Map atoms to variables. (#<I>) | angr_angr | train |
2c71f4f58726742e237e3e1cd0f6b57ae43ae1d7 | diff --git a/lib/tag-node.js b/lib/tag-node.js
index <HASH>..<HASH> 100644
--- a/lib/tag-node.js
+++ b/lib/tag-node.js
@@ -25,7 +25,20 @@ module.exports = function(resolve, path, params, defaultString) {
this.compile = initCompile(this._store, resolve);
},
render: function() {
- return this.compil... | bind functions so they can be used with and t | react-components_onus-translate | train |
3f643acb99deaf5dcfbafe9680f08cf3a14dee61 | diff --git a/cmd/xl-sets.go b/cmd/xl-sets.go
index <HASH>..<HASH> 100644
--- a/cmd/xl-sets.go
+++ b/cmd/xl-sets.go
@@ -1202,8 +1202,14 @@ func (s *xlSets) HealBucket(ctx context.Context, bucket string, dryRun bool) (re
for _, endpoint := range s.endpoints {
var foundBefore bool
for _, v := range res.Before.Driv... | HealBucket was double counting endpoints (#<I>)
Endpoint comparisons blindly without looking
if its local is wrong because the actual drive
for a local disk is always going to provide just
the path without the HTTP endpoint.
Add code such that this is taken care properly in
all situations. Without this PR HealB... | minio_minio | train |
e25242401e463f497765047db632142616491e84 | diff --git a/natto/api.py b/natto/api.py
index <HASH>..<HASH> 100644
--- a/natto/api.py
+++ b/natto/api.py
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
-"""API module for general classes used throughout the natto-py package."""
+'''API module for general classes used throughout the natto-py package.'''
class MeCabErro... | api.py edited online with Bitbucket; prep for <I> release. | buruzaemon_natto-py | train |
8c3b7f72e51f162e2c2650052e33162da9283ed5 | diff --git a/docs/client/components/pages/Home/UnicornEditor/index.js b/docs/client/components/pages/Home/UnicornEditor/index.js
index <HASH>..<HASH> 100644
--- a/docs/client/components/pages/Home/UnicornEditor/index.js
+++ b/docs/client/components/pages/Home/UnicornEditor/index.js
@@ -1,7 +1,7 @@
import React, { Comp... | refactoring: rename stickerPlugin to createStickerPlugin | draft-js-plugins_draft-js-plugins | train |
b379d84210cfb9ad735c925e031e3abd5cbb2719 | diff --git a/lib/her/model/orm.rb b/lib/her/model/orm.rb
index <HASH>..<HASH> 100644
--- a/lib/her/model/orm.rb
+++ b/lib/her/model/orm.rb
@@ -65,6 +65,11 @@ module Her
@data.include?(attribute_name)
end
+ # Handles returning attribute value from data
+ def [](attribute_name)
+ @data[... | Adding Orm#[] implementation | remiprev_her | train |
9327812153aa217f264b196a473d767b05efb6ab | diff --git a/pkg/k8s/service.go b/pkg/k8s/service.go
index <HASH>..<HASH> 100644
--- a/pkg/k8s/service.go
+++ b/pkg/k8s/service.go
@@ -416,14 +416,14 @@ func NewClusterService(id ServiceID, k8sService *Service, k8sEndpoints *Endpoint
return svc
}
-type BackendIPGetter interface {
- GetRandomBackendIP(svcID Service... | pkg/k8s: rename GetRandomBackendIP to GetServiceIP
GetRandomBackendIP is returning a service IP for a service name and not
a backend IP. | cilium_cilium | train |
4b19305157f8477bcde8682ce85c0dc7956d6e2f | diff --git a/lib/tty/prompt/slider.rb b/lib/tty/prompt/slider.rb
index <HASH>..<HASH> 100644
--- a/lib/tty/prompt/slider.rb
+++ b/lib/tty/prompt/slider.rb
@@ -92,7 +92,7 @@ module TTY
alias_method :keydown, :keyleft
def keyright(*)
- @active += 1 if (@active + @step) <= range.size
+ @activ... | Fix slider keyright event allowing max value outside of range. | piotrmurach_tty-prompt | train |
8d1eaea29f5610ee5427368362749679758a8663 | diff --git a/dist/lovefield.js b/dist/lovefield.js
index <HASH>..<HASH> 100644
--- a/dist/lovefield.js
+++ b/dist/lovefield.js
@@ -3229,12 +3229,14 @@ goog.addDependency('i18n/pluralrules_test.js', ['goog.i18n.pluralRulesTest'], ['
goog.addDependency('i18n/timezone.js', ['goog.i18n.TimeZone'], ['goog.array', 'goog.dat... | Update MOE DB.
-------------
Created by MOE: <URL> | google_lovefield | train |
c4c11673f83dc68e42469fc6858d3f9316b332e3 | diff --git a/wandb/apis/internal.py b/wandb/apis/internal.py
index <HASH>..<HASH> 100644
--- a/wandb/apis/internal.py
+++ b/wandb/apis/internal.py
@@ -416,17 +416,24 @@ class Api(object):
return (commit, config, patch)
@normalize_exceptions
- def run_resume_status(self, entity, project, name):
+ d... | Fix resuming: entity and project need to be optional (and auto-detected) | wandb_client | train |
68380393151cbd3d9f293ec3d0d3e39d05f659b6 | diff --git a/lib/role_authorization/roles/role.rb b/lib/role_authorization/roles/role.rb
index <HASH>..<HASH> 100644
--- a/lib/role_authorization/roles/role.rb
+++ b/lib/role_authorization/roles/role.rb
@@ -6,9 +6,7 @@ module RoleAuthorization
base.send :include, InstanceMethods
base.class_eval do
... | somewhere along the way this broke for rails apps and since I dont use mongoid anymore, taking out the filter | asceth_role_authorization | train |
87c589afe5a7ae5df92fcebd37cc36f2c198d62b | diff --git a/lib/ostatus/salmon.js b/lib/ostatus/salmon.js
index <HASH>..<HASH> 100644
--- a/lib/ostatus/salmon.js
+++ b/lib/ostatus/salmon.js
@@ -32,7 +32,7 @@ var Sys = require('sys'),
Mu = require('mu');
Base64 = require('base64');
Crypto = require('crypto');
- Rsa = require('rsa');
+ Bn = require('bi... | Fixed package.json dep and tests | eschnou_node-ostatus | train |
190156454bac133a9557bbdab9900fef1f5e6ea3 | diff --git a/src/calmjs/tests/test_toolchain.py b/src/calmjs/tests/test_toolchain.py
index <HASH>..<HASH> 100644
--- a/src/calmjs/tests/test_toolchain.py
+++ b/src/calmjs/tests/test_toolchain.py
@@ -249,6 +249,31 @@ class NullToolchainTestCase(unittest.TestCase):
self.assertEqual(js_code, result)
+ def ... | Added the ability to override the names completely
- Lets toolchain subclasses be able to apply their own filtering on the
names provided and/or generated. | calmjs_calmjs | train |
1966bd30dae4dcf07aba5c5e720b39340bc15069 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -27,6 +27,11 @@ var paths = {
'watch': 'assets/stylesheets/**/*.scss',
'src': 'assets/stylesheets/tenside.scss'
},
+ fonts: {
+ 'src': [
+ 'bower_components/font-awesome/... | copy fonts in build dir, added font tasks | tenside_ui | train |
1344a4e0896990c0d28587afebbbf08cc17bd2c5 | diff --git a/views/js/runner/helpers/currentItem.js b/views/js/runner/helpers/currentItem.js
index <HASH>..<HASH> 100644
--- a/views/js/runner/helpers/currentItem.js
+++ b/views/js/runner/helpers/currentItem.js
@@ -36,6 +36,20 @@ define([
record: 'record'
};
+ var itemInteractionAttributes = {};
+
+ ... | Now we are respecting min constraints set during item authoring | oat-sa_extension-tao-testqti | train |
81c38baeb242787b35ab70c57264eb3fca37af0a | diff --git a/src/EoC/Message/Response.php b/src/EoC/Message/Response.php
index <HASH>..<HASH> 100644
--- a/src/EoC/Message/Response.php
+++ b/src/EoC/Message/Response.php
@@ -46,7 +46,7 @@ final class Response extends Message {
* @brief An identifier for a specific version of a resource, often a message digest.
... | renamed ETag due a CouchDB bug that returns Etag instead of ETag, which is wrong | dedalozzo_eoc-client | train |
1959a6cc20d3a0de1cfb6d403e9576ec508ab583 | diff --git a/packages/core/parcel-bundler/test/lineCounter.js b/packages/core/parcel-bundler/test/lineCounter.js
index <HASH>..<HASH> 100644
--- a/packages/core/parcel-bundler/test/lineCounter.js
+++ b/packages/core/parcel-bundler/test/lineCounter.js
@@ -1,4 +1,5 @@
const fs = require('@parcel/fs');
+const path = requ... | Allow lineCounter test to be run from anywhere | parcel-bundler_parcel | train |
1948b951d5498a7053474e0c59f742facf6b9342 | diff --git a/lib/Pheasant/DomainObject.php b/lib/Pheasant/DomainObject.php
index <HASH>..<HASH> 100644
--- a/lib/Pheasant/DomainObject.php
+++ b/lib/Pheasant/DomainObject.php
@@ -469,7 +469,7 @@ class DomainObject implements \ArrayAccess
if(is_object($value) || is_array($value))
$this->$ke... | Using magic __set in load()
to prevent loading keys that do not match schema | lox_pheasant | train |
a319d4c1ef94e1dda29ba0622018136a5327683d | diff --git a/lib/github_heroku_deployer/heroku.rb b/lib/github_heroku_deployer/heroku.rb
index <HASH>..<HASH> 100644
--- a/lib/github_heroku_deployer/heroku.rb
+++ b/lib/github_heroku_deployer/heroku.rb
@@ -1,4 +1,3 @@
-require "heroku-api"
require "platform-api"
module GithubHerokuDeployer
@@ -16,7 +15,6 @@ module... | update app delete, app restart, and addon delete methods | G5_github_heroku_deployer | train |
5008aa02217ac38fabbf59a8f9d129dd3e9703a0 | diff --git a/message_sender/serializers.py b/message_sender/serializers.py
index <HASH>..<HASH> 100644
--- a/message_sender/serializers.py
+++ b/message_sender/serializers.py
@@ -21,30 +21,35 @@ class InboundSerializer(serializers.HyperlinkedModelSerializer):
'from_addr', 'content', 'transport_name', 'tran... | Added serializer for inbounds from Junebug | praekeltfoundation_seed-message-sender | train |
646fe73e6aaa2f24180ab98572efe6aee40fa337 | diff --git a/js/coinbase.js b/js/coinbase.js
index <HASH>..<HASH> 100644
--- a/js/coinbase.js
+++ b/js/coinbase.js
@@ -952,7 +952,7 @@ module.exports = class coinbase extends Exchange {
let transactionAmount = this.safeFloat (item['amount'], 'amount');
const direction = transactionAmount < 0 ? 'out' :... | [coinbase] replacing this.commonCurrencyCode with this.commonCurrencyCode | ccxt_ccxt | train |
98474f575928f31bcc2440e7ce9c021fbff1f2d9 | diff --git a/domain-http/interface/src/main/java/org/jboss/as/domain/http/server/cors/CorsHttpHandler.java b/domain-http/interface/src/main/java/org/jboss/as/domain/http/server/cors/CorsHttpHandler.java
index <HASH>..<HASH> 100644
--- a/domain-http/interface/src/main/java/org/jboss/as/domain/http/server/cors/CorsHttpHa... | WFCORE-<I>: Add 'Vary: Origin' header for CORS responses | wildfly_wildfly-core | train |
71231be3e393279c3c881435dc8f62b8f40cd071 | diff --git a/protowhat/State.py b/protowhat/State.py
index <HASH>..<HASH> 100644
--- a/protowhat/State.py
+++ b/protowhat/State.py
@@ -40,7 +40,6 @@ class State:
creator=None,
solution_ast=None,
student_ast=None,
- fname=None,
ast_dispatcher=None,
):
diff --git a/protow... | Remove unused argument
this improves compatibility with other xwhat libraries | datacamp_protowhat | train |
d7bded9c91c29fd1198bfc969ca67411134f70d3 | diff --git a/lib/dir-reader.js b/lib/dir-reader.js
index <HASH>..<HASH> 100644
--- a/lib/dir-reader.js
+++ b/lib/dir-reader.js
@@ -70,7 +70,7 @@ DirReader.prototype._read = function () {
}
me._index ++
- if (me._index >= me._length) {
+ if (me._index >= me.entries.length) {
if (!me._ended) {
me._e... | Better avoiding of _length overrun | npm_fstream | train |
ee3a88e1f940f499e9e503e9a2ee467f36a016c3 | diff --git a/go-redis/driver.go b/go-redis/driver.go
index <HASH>..<HASH> 100644
--- a/go-redis/driver.go
+++ b/go-redis/driver.go
@@ -62,6 +62,7 @@ func (d *drv) Poll() {
d.client.LPush(d.nameSpace+"queue:"+queue, jobs[0])
}
}
+ time.Sleep(100 * time.Millisecond)
}
}(d)
} | Add sleep to poll loop. (#3) | kavu_go-resque | train |
ae86ca1f2c5293c479d1e0a895c95e556a041c3f | diff --git a/modules/wyil/src/wyil/lang/Bytecode.java b/modules/wyil/src/wyil/lang/Bytecode.java
index <HASH>..<HASH> 100755
--- a/modules/wyil/src/wyil/lang/Bytecode.java
+++ b/modules/wyil/src/wyil/lang/Bytecode.java
@@ -880,15 +880,6 @@ public abstract class Bytecode {
return OPCODE_goto;
}
- public Goto r... | Remove Bytecode.relabel() methods
A number of branching bytecodes still had an implementation of
Bytecode.relabel(), even though this method is no longer used.
Therefore, I have just removed these methods as they certainly won't be
useful once we remove labels altogether. | Whiley_WhileyCompiler | train |
90a6a9a51189b32f9c4b64076784fefda7d3cbff | diff --git a/lib/hardmock/mock_control.rb b/lib/hardmock/mock_control.rb
index <HASH>..<HASH> 100644
--- a/lib/hardmock/mock_control.rb
+++ b/lib/hardmock/mock_control.rb
@@ -38,7 +38,6 @@ module Hardmock
end
def verify
-# puts "MockControl #{self.object_id.to_s(16)} verify: happy? #{happy?}"
@d... | Stubbing module is now <I> compatible. Object#methods is an array of symbols in <I> whereas its a list of strings in <I>. | atomicobject_hardmock | train |
86ff2ae3b30a04b3f54328769e7d83681a56281d | diff --git a/changelog.md b/changelog.md
index <HASH>..<HASH> 100644
--- a/changelog.md
+++ b/changelog.md
@@ -304,5 +304,6 @@ Breaking changes:
## Next
* Fix: Support primary keys which are not called 'id'
+* Fix: Support model fields with different table field names (closes #70)
* Refactor: Use `.slice()` to clo... | Fix: Support model fields with different table field names (closes #<I>) | overlookmotel_sequelize-hierarchy | train |
72d25ccca7896c7f3038c34e15286845deceddbf | diff --git a/src/Symfony/Component/HttpFoundation/Response.php b/src/Symfony/Component/HttpFoundation/Response.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpFoundation/Response.php
+++ b/src/Symfony/Component/HttpFoundation/Response.php
@@ -158,10 +158,10 @@ class Response
410 => 'Gone',
... | [HttpFoundation] Fix and test status codes according to IANA's data | symfony_symfony | train |
3a0262c437be1e8fcd378060984561485b8affd7 | diff --git a/lib/chromelogger.js b/lib/chromelogger.js
index <HASH>..<HASH> 100644
--- a/lib/chromelogger.js
+++ b/lib/chromelogger.js
@@ -4,6 +4,16 @@ var
config = require('../package.json')
;
+var stackRegEx = /^ +at (.* \()?(.+):([0-9]+):([0-9]+)\)?$/;
+
+var initData = function(message) {
+ return {
+ 've... | log the serialization errors on the client | yannickcr_node-chromelogger | train |
f67774bdb0ec3c3152b869385e4048a9e5fd8d44 | diff --git a/staging/src/k8s.io/legacy-cloud-providers/vsphere/nodemanager.go b/staging/src/k8s.io/legacy-cloud-providers/vsphere/nodemanager.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/legacy-cloud-providers/vsphere/nodemanager.go
+++ b/staging/src/k8s.io/legacy-cloud-providers/vsphere/nodemanager.go
@@ -2... | Refactor locks on registeredNodesLocks
Their presence brought no need, as internal calls were already using
atomic operatons such as addNode or GetNode. This lock, instead was
blocking volume creation, and destroying the ability to provision
volume with `thin` SC.
Now the node map will be copied, and all group operat... | kubernetes_kubernetes | train |
b98178ca4292be922ad1f1c0e8e0cae481b90d67 | diff --git a/iot/gateway/src/main/java/com/github/camellabs/iot/gateway/MqttHeartbeatRouteBuilderCallback.java b/iot/gateway/src/main/java/com/github/camellabs/iot/gateway/MqttHeartbeatRouteBuilderCallback.java
index <HASH>..<HASH> 100644
--- a/iot/gateway/src/main/java/com/github/camellabs/iot/gateway/MqttHeartbeatRou... | [#<I>] Refactoring. | rhiot_rhiot | train |
5e38ef28d2f310ea8b6350be69d9feef429e4300 | 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
@@ -115,10 +115,10 @@ def variant():
noinputs=[["region"]]),
s("compare_to_rm", "batch-single",
[["batch_rec"], ["vrn_file"]],
- [cwlout(["valida... | CWL: allow runs without validation VCFs
Enables null validation results when we don't have a validation target. | bcbio_bcbio-nextgen | train |
1d55c1bdba36cab0a526e4398f3f9a8df7b80dab | diff --git a/Geometry/ellipse.py b/Geometry/ellipse.py
index <HASH>..<HASH> 100644
--- a/Geometry/ellipse.py
+++ b/Geometry/ellipse.py
@@ -7,7 +7,8 @@ import math
from .point import Point
from .rectangle import Rectangle
from .triangle import Triangle
-from .line import Line
+from .line import Line, Segment
+from .c... | fixed linearEccentricity, __contains__ and b_neg | JnyJny_Geometry | train |
21bf62ad39ea0ca973294efa3b79754572ebcc00 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -52,8 +52,11 @@ function run(extraArgs) {
function validate(records) {
const [
- normal, prelude, withoutRawResult, withRawResult1, withRawResult2,
- withRawResult3, babelResult
+ normal,
+ pr... | Test: Set strictMode = true for strict scenarios. | bterlson_test262-harness | train |
c861fc00d7bcaa3413894d283d42bd6ce6eb63d6 | diff --git a/golog/golog.go b/golog/golog.go
index <HASH>..<HASH> 100644
--- a/golog/golog.go
+++ b/golog/golog.go
@@ -213,12 +213,12 @@ func (logger *Logger) output(level log.Level, args ...interface{}) {
buffer := logger.getBuffer()
logger.Formatter(&buffer.Buffer, level, args...)
- formattedMessage := buffer.B... | Fixed a race condition
Closes #2. | alexcesaro_log | train |
5fbd9049344c1c1f6d21b2b5a2088c08417fbe22 | diff --git a/src/main/java/org/gitlab4j/api/GitLabApi.java b/src/main/java/org/gitlab4j/api/GitLabApi.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/gitlab4j/api/GitLabApi.java
+++ b/src/main/java/org/gitlab4j/api/GitLabApi.java
@@ -515,7 +515,34 @@ public class GitLabApi {
* @return the current sudo as... | Added methods to get authToken, authType, and secretToken (#<I>). | gmessner_gitlab4j-api | train |
616d4b173da08f653019587854ceb2c24f59be27 | diff --git a/src/Serializer/NativeJsonSerializer.php b/src/Serializer/NativeJsonSerializer.php
index <HASH>..<HASH> 100644
--- a/src/Serializer/NativeJsonSerializer.php
+++ b/src/Serializer/NativeJsonSerializer.php
@@ -59,7 +59,7 @@ class NativeJsonSerializer implements SerializerInterface
if (version_compare(... | Fixed json last error bug, when is not an empty string and cause by {} | elastification_php-client | train |
0f9a07000f1c32e0d774179244b779c956c4c60e | diff --git a/py_ecc/__init__.py b/py_ecc/__init__.py
index <HASH>..<HASH> 100644
--- a/py_ecc/__init__.py
+++ b/py_ecc/__init__.py
@@ -1,7 +1,7 @@
import sys
-sys.setrecursionlimit(max(10000, sys.getrecursionlimit()))
+sys.setrecursionlimit(max(100000, sys.getrecursionlimit()))
from py_ecc import secp256k1 #... | increase recursion limit to make py<I> test on unoptimized bls<I>-<I> happy | ethereum_py_ecc | train |
b6cd586febc665925760d6f3daf741e8a70fab7b | diff --git a/servlet/src/main/java/io/undertow/servlet/UndertowServletMessages.java b/servlet/src/main/java/io/undertow/servlet/UndertowServletMessages.java
index <HASH>..<HASH> 100644
--- a/servlet/src/main/java/io/undertow/servlet/UndertowServletMessages.java
+++ b/servlet/src/main/java/io/undertow/servlet/UndertowSe... | Throw IllegalStateException when calling setTimeout if request has already returned to container | undertow-io_undertow | train |
e2ce4559354af720abcf23a9cbf5eca04673cca5 | diff --git a/editor/bundle/src/main/java/io/wcm/caconfig/editor/impl/ConfigNamesServlet.java b/editor/bundle/src/main/java/io/wcm/caconfig/editor/impl/ConfigNamesServlet.java
index <HASH>..<HASH> 100644
--- a/editor/bundle/src/main/java/io/wcm/caconfig/editor/impl/ConfigNamesServlet.java
+++ b/editor/bundle/src/main/ja... | Ensure a context-aware configuration appears in configuration overview in editor when it is overridden only globally, and no config data exists. | wcm-io_wcm-io-caconfig | train |
ba2a1bcc958320784258ff3f50bd3a74813c5f16 | diff --git a/behaviour-detector/pom.xml b/behaviour-detector/pom.xml
index <HASH>..<HASH> 100644
--- a/behaviour-detector/pom.xml
+++ b/behaviour-detector/pom.xml
@@ -49,9 +49,9 @@
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava-slf4j</artifactId>
- <version>0.3</version>
+ <vers... | drift candidates display in wms | amsa-code_risky | train |
5429c3cad70c33b95cf47be7fe527322073c655e | diff --git a/src/nu/validator/checker/schematronequiv/Assertions.java b/src/nu/validator/checker/schematronequiv/Assertions.java
index <HASH>..<HASH> 100644
--- a/src/nu/validator/checker/schematronequiv/Assertions.java
+++ b/src/nu/validator/checker/schematronequiv/Assertions.java
@@ -35,6 +35,8 @@ import java.util.It... | Allow “async” and “await” in script contents
This change causes instances of the `async` and `await` keywords in
`script` contents to not result in errors — which they otherwise would
due to the fact that the Rhino parser doesn’t recognize them. This
change handles them by doing some preprocessing before passing the
`... | validator_validator | train |
026094d662e36b39df0742c4481bbc86c33b78de | diff --git a/arcana/data/item.py b/arcana/data/item.py
index <HASH>..<HASH> 100644
--- a/arcana/data/item.py
+++ b/arcana/data/item.py
@@ -413,12 +413,19 @@ class Fileset(BaseItem, BaseFileset):
filename = op.basename(path)
basename, ext = split_extension(filename)
if format is No... | fixed up from_path so that it detects possible side cars | MonashBI_arcana | train |
3ab8ee6e9b7bde8cf76790e2c097b117f74da223 | diff --git a/lang/en_utf8/gradeexport_csv.php b/lang/en_utf8/gradeexport_csv.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/gradeexport_csv.php
+++ b/lang/en_utf8/gradeexport_csv.php
@@ -1,5 +1,6 @@
<?PHP // $Id$
$string['modulename'] = 'CSV file';
+$string['cvs:view'] = 'Use CSV grade export';
?>
diff --git... | New strings for grade stuff MDL-<I> | moodle_moodle | train |
bc205266703a56cfcec48c6074b1b8d2c045c77d | diff --git a/jbpm-designer-standalone/src/main/java/org/jbpm/designer/uberfire/backend/server/impl/AppSetup.java b/jbpm-designer-standalone/src/main/java/org/jbpm/designer/uberfire/backend/server/impl/AppSetup.java
index <HASH>..<HASH> 100644
--- a/jbpm-designer-standalone/src/main/java/org/jbpm/designer/uberfire/backe... | Rename Group to OrganizationalUnit | kiegroup_jbpm-designer | train |
3c74510b4a5aff10230d71491da9fdf71b24af1e | diff --git a/slackclient/client.py b/slackclient/client.py
index <HASH>..<HASH> 100644
--- a/slackclient/client.py
+++ b/slackclient/client.py
@@ -156,7 +156,7 @@ class SlackClient(object):
# The `channel` argument can be a channel name or an ID. At first its assumed to be a
# name and an attempt is m... | Fixed rtm_send_message channel ID (#<I>)
<I> broke `rtm_send_message`, this fixes it. | slackapi_python-slackclient | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.