hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b1a876353322a258bd95d101bb5500e4b04a8754 | diff --git a/packages/ember-glimmer/tests/integration/components/target-action-test.js b/packages/ember-glimmer/tests/integration/components/target-action-test.js
index <HASH>..<HASH> 100644
--- a/packages/ember-glimmer/tests/integration/components/target-action-test.js
+++ b/packages/ember-glimmer/tests/integration/co... | Fixup test to ensure correct assertion is thrown.
This test previously allowed any old assertion to satisfy it, but now
will properly validate that the one we expected was what was thrown. | emberjs_ember.js | train |
202f623165c773f996df9fbca21f1b64fd295874 | diff --git a/code/serializers/EmberData/RESTfulAPI_EmberDataSerializer.php b/code/serializers/EmberData/RESTfulAPI_EmberDataSerializer.php
index <HASH>..<HASH> 100644
--- a/code/serializers/EmberData/RESTfulAPI_EmberDataSerializer.php
+++ b/code/serializers/EmberData/RESTfulAPI_EmberDataSerializer.php
@@ -235,7 +235,7 ... | FIX sideloaded records inflection + class name as root
Only set of multiple records have their root pluralized and the root key
is now the class name not the relation name | colymba_silverstripe-restfulapi | train |
2aff22e0d0fa2b694450c1ad8a725958061c877d | diff --git a/__tests__/components/Timestamp-test.js b/__tests__/components/Timestamp-test.js
index <HASH>..<HASH> 100644
--- a/__tests__/components/Timestamp-test.js
+++ b/__tests__/components/Timestamp-test.js
@@ -8,7 +8,15 @@ import Timestamp from '../../src/js/components/Timestamp';
describe('Timestamp', () => {
... | Added seconds to Timestamp. | grommet_grommet | train |
71c940993b25620944e0dcb31f8a7d43649d0210 | diff --git a/package.php b/package.php
index <HASH>..<HASH> 100644
--- a/package.php
+++ b/package.php
@@ -4,7 +4,7 @@
require_once 'PEAR/PackageFileManager2.php';
-$version = '1.3.48';
+$version = '1.3.49';
$notes = <<<EOT
* Fix bug in SwatDBRecordsetWrapper::loadAllSubRecordsets()
* add optional extended-chec... | prepare for release of <I>
svn commit r<I> | silverorange_swat | train |
c96c6ece503541cf34282826d7ca709a419ef4d3 | diff --git a/webapps/webapp/src/test/js/e2e/cockpit/pages/table.js b/webapps/webapp/src/test/js/e2e/cockpit/pages/table.js
index <HASH>..<HASH> 100644
--- a/webapps/webapp/src/test/js/e2e/cockpit/pages/table.js
+++ b/webapps/webapp/src/test/js/e2e/cockpit/pages/table.js
@@ -9,7 +9,7 @@ module.exports = Table.extend({
... | test(cockpit e2e): test activity selection after refresh
related to CAM-<I> | camunda_camunda-bpm-platform | train |
ad7d456ae136ccbdb4a674cb3427bbf4c0082542 | diff --git a/plugins/context2d.js b/plugins/context2d.js
index <HASH>..<HASH> 100644
--- a/plugins/context2d.js
+++ b/plugins/context2d.js
@@ -362,8 +362,8 @@
}
if (scale === 1) {
this.pdf.text(text, x, this._getBaseline(y), {
- stroke: true
- }, degs... | Fix issues with IE crashing and stray lines (#<I>) | MrRio_jsPDF | train |
0fc0d4df375f271c53d1b32dd701b210e720dc5c | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fail gracefully when honeybadger.yml is empty or invalid.
+
+ *Joshua Wood*
+
* Handle bad encodings in exception payloads.
*Joshua Wood*
diff --git a/lib/honeybadger/config/yaml.rb b/lib... | Raise a ConfigError when the contents of honeybadger.yml are invalid. | honeybadger-io_honeybadger-ruby | train |
03f1b5feb10c226d5a49091cffd658e7ea2dd257 | diff --git a/includes/class-pb-book.php b/includes/class-pb-book.php
index <HASH>..<HASH> 100644
--- a/includes/class-pb-book.php
+++ b/includes/class-pb-book.php
@@ -363,7 +363,7 @@ class Book {
* @param $id
*
*/
- static function getSubsections( $id ) {
+ static function getSubsections( $id, $prefix = false ... | Debugging multi-level TOC in XHMTL. | pressbooks_pressbooks | train |
c3afe691f1ec7728a7ecbf5e2e7bde1dff4533a0 | diff --git a/test/unit/map-each.js b/test/unit/map-each.js
index <HASH>..<HASH> 100644
--- a/test/unit/map-each.js
+++ b/test/unit/map-each.js
@@ -0,0 +1,41 @@
+'use strict';
+
+var sinon = require('sinon');
+var expect = require('chai').expect;
+
+describe('series', function() {
+
+ var MapEach;
+ var nextTickSt... | map-each detailed unit test scaffolding | GannettDigital_palinode | train |
f3e3ad472b190f0144b36e95da1d54f2bfd96640 | diff --git a/lib/parallel.js b/lib/parallel.js
index <HASH>..<HASH> 100644
--- a/lib/parallel.js
+++ b/lib/parallel.js
@@ -15,13 +15,12 @@ class AigleParallel extends AigleProxy {
constructor(collection) {
super();
this._promise = new Aigle(INTERNAL);
- this._result = {};
this._rest = undefined;
... | refactor(race): refactor race | suguru03_aigle | train |
901895e47768c43fb8e7f59c61a657b280f7f309 | diff --git a/plugins/cache/redis_php/redis_php.cache.php b/plugins/cache/redis_php/redis_php.cache.php
index <HASH>..<HASH> 100644
--- a/plugins/cache/redis_php/redis_php.cache.php
+++ b/plugins/cache/redis_php/redis_php.cache.php
@@ -148,8 +148,14 @@ class redis_phpCacheDriver implements jICacheDriver {
* @param ... | Fix compatibility with PHP8
It requires at least Jelix <I> and <I> | jelix_php-redis-plugin | train |
f7e1a0480c0444f2eeb191c1c2a55735f20a3a3e | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -69,7 +69,7 @@ gulp.task('bump-typings', function () {
gulp.task('bump-readme', function () {
gulp.src(['gitbook/READMEv3.md'])
- .pipe(replace(/(v\d+\.\d+\.)(\d+)/g, function (matches, match1, match... | update bump logic for "README" | clarketm_TableExport | train |
a94344d61be0ddb2f3a98a173ab60aae0d8b1570 | diff --git a/lionengine-editor/src/main/java/com/b3dgs/lionengine/editor/collision/EntityCollisionEditor.java b/lionengine-editor/src/main/java/com/b3dgs/lionengine/editor/collision/EntityCollisionEditor.java
index <HASH>..<HASH> 100644
--- a/lionengine-editor/src/main/java/com/b3dgs/lionengine/editor/collision/EntityC... | #<I>: Can edit and save collisions. | b3dgs_lionengine | train |
273aadfacae9d3f53d1fcb9d68193c30554d1bc7 | diff --git a/classes/Gems/Tracker/Field/SelectField.php b/classes/Gems/Tracker/Field/SelectField.php
index <HASH>..<HASH> 100644
--- a/classes/Gems/Tracker/Field/SelectField.php
+++ b/classes/Gems/Tracker/Field/SelectField.php
@@ -38,7 +38,11 @@ class SelectField extends FieldAbstract
*/
protected function a... | Fixed #<I> Added default fields as empty values and disabled an empty value in a select track field if the field is required and there is a default available | GemsTracker_gemstracker-library | train |
faa5f33c7c29803916caac608416a39df08aebaa | diff --git a/lxd/firewall/drivers/drivers_nftables.go b/lxd/firewall/drivers/drivers_nftables.go
index <HASH>..<HASH> 100644
--- a/lxd/firewall/drivers/drivers_nftables.go
+++ b/lxd/firewall/drivers/drivers_nftables.go
@@ -471,8 +471,10 @@ func (d Nftables) InstanceSetupProxyNAT(projectName string, instanceName string,... | lxd/firewall/drivers/drivers/nftables: Separate DNAT rules from SNAT rules in InstanceSetupProxyNAT
Lays the groundwork for fixing #<I> and supporting network forwards. | lxc_lxd | train |
f3f8ac0709d3311fd6215850320c026a21e80841 | diff --git a/test.py b/test.py
index <HASH>..<HASH> 100644
--- a/test.py
+++ b/test.py
@@ -200,17 +200,16 @@ def test_memory():
s1.add_constraints(c == 1)
nose.tools.assert_equal(set(s1.se.any_n_int(s1.mem_expr(0x8000, 4), 10)), { 0x11223344, 0xAA223344, 0xAABB3344, 0xAABBCC44, 0xAABBCCDD })
-
-def broken_a... | Revived test_abstract_memory. Added a testcase for the new memory merging logic. | angr_angr | train |
fb7542f920276689e0db30061df632d8e745985a | diff --git a/salt/config/__init__.py b/salt/config/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/config/__init__.py
+++ b/salt/config/__init__.py
@@ -2965,7 +2965,7 @@ def apply_minion_config(overrides=None,
return opts
-def master_config(path, env_var='SALT_MASTER_CONFIG', defaults=None):
+def master_con... | Add option to master config reader on ignoring system exit for wrong configuration | saltstack_salt | train |
82a093b23ea93d92e3642f890e384d08bd172d61 | diff --git a/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentSorter.java b/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentSorter.java
index <HASH>..<HASH> 100644
--- a/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentSorter.java
+++ b/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentSorter.java
@@ -79,7 +79,... | Fix experiment sorter - do not assume there is a tpm file for everything | ebi-gene-expression-group_atlas | train |
6a042ddd79df61663ebff477d32857946a38a4d5 | diff --git a/faq-bundle/src/Resources/contao/languages/de/modules.php b/faq-bundle/src/Resources/contao/languages/de/modules.php
index <HASH>..<HASH> 100644
--- a/faq-bundle/src/Resources/contao/languages/de/modules.php
+++ b/faq-bundle/src/Resources/contao/languages/de/modules.php
@@ -39,7 +39,7 @@ $GLOBALS['TL_LANG']... | [Faq] Version <I>.RC1 candidate | contao_contao | train |
930da631733faeca95f02bbd15abc56745e23925 | diff --git a/pkg/cmd/grafana-server/server.go b/pkg/cmd/grafana-server/server.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/grafana-server/server.go
+++ b/pkg/cmd/grafana-server/server.go
@@ -56,7 +56,7 @@ func (g *GrafanaServerImpl) Start() {
g.writePIDFile()
initSql()
- err, _ := dsSettings.Init(filepath.Join(se... | datasource as cfg: setting for purging datasources not in cfg | grafana_grafana | train |
42388beec05e537d0b0559368b2f8c6bbf8c31e1 | diff --git a/gspread/models.py b/gspread/models.py
index <HASH>..<HASH> 100644
--- a/gspread/models.py
+++ b/gspread/models.py
@@ -1750,7 +1750,9 @@ class Worksheet(object):
return self.spreadsheet.values_append(range_label, params, body)
def delete_row(self, index):
- """Deletes the row from the... | Add deprecation warning for delete_row method in documentation (#<I>) | burnash_gspread | train |
cf8860bb10dfb9a76de54d20f33782f42c8f8831 | diff --git a/pyu2f/u2f.py b/pyu2f/u2f.py
index <HASH>..<HASH> 100644
--- a/pyu2f/u2f.py
+++ b/pyu2f/u2f.py
@@ -115,7 +115,7 @@ class U2FInterface(object):
raise errors.U2FError(errors.U2FError.BAD_REQUEST, e)
# Now register the new key
- for _ in range(10):
+ for _ in range(30):
try:
... | Increase timeout for register & authenticate | google_pyu2f | train |
eea5e40117b254115fe45d84cd69f63c3398b28b | diff --git a/api/resolver.py b/api/resolver.py
index <HASH>..<HASH> 100644
--- a/api/resolver.py
+++ b/api/resolver.py
@@ -220,7 +220,7 @@ def get_profile(fqa):
zonefile = res['zonefile']
address = res['name_record']['address']
- if 'expired' in res['name_record']:
+ if 'expired' in re... | oops-- actually need to *check* the expired flag | blockstack_blockstack-core | train |
0d39cd0f7fcafd4f4570fee66a57260e5d8acc6c | diff --git a/gogs_api.gemspec b/gogs_api.gemspec
index <HASH>..<HASH> 100755
--- a/gogs_api.gemspec
+++ b/gogs_api.gemspec
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
-require "main/gogs/version"
+require "megam/gogs/version"
Gem::Specification.new do |s|
s.name ... | gogs port <I> - few fixes | megamsys_megam_gogs.rb | train |
3ca8c382348b603807b5515ece090f8027a34470 | diff --git a/codeanalyzer.py b/codeanalyzer.py
index <HASH>..<HASH> 100644
--- a/codeanalyzer.py
+++ b/codeanalyzer.py
@@ -366,6 +366,26 @@ class CodeAnalyzer(object):
self.write_addrs = []
# ======================================================================== #
+ def set_arch_info(self, arch... | BARF: Add missing functionality to CodeAnalyzer.py | programa-stic_barf-project | train |
5e229b626ea4e218c0c04a4d436c6be8b7aea4e7 | diff --git a/server/sonar-server/src/main/java/org/sonar/server/batch/ProjectRepositoryLoader.java b/server/sonar-server/src/main/java/org/sonar/server/batch/ProjectRepositoryLoader.java
index <HASH>..<HASH> 100644
--- a/server/sonar-server/src/main/java/org/sonar/server/batch/ProjectRepositoryLoader.java
+++ b/server/... | SONAR-<I> Number of returned active rules should not be limited | SonarSource_sonarqube | train |
5dbfaa6a8cf3d1cd2ac9e5d62474681cc13427a0 | diff --git a/spec/node/asciidoctor.spec.js b/spec/node/asciidoctor.spec.js
index <HASH>..<HASH> 100644
--- a/spec/node/asciidoctor.spec.js
+++ b/spec/node/asciidoctor.spec.js
@@ -279,6 +279,24 @@ describe('Node.js', function () {
expect(result).toContain('Lorem ipsum dolor sit amet');
});
+ it('should ... | :sparkles: resolves #<I> map the Extensions.create API and test (#<I>) | asciidoctor_asciidoctor.js | train |
107483f169b1b0dae5efa9e716b4d6484bc00409 | diff --git a/db/seeds/demo/100_rabbit_demographics.rb b/db/seeds/demo/100_rabbit_demographics.rb
index <HASH>..<HASH> 100644
--- a/db/seeds/demo/100_rabbit_demographics.rb
+++ b/db/seeds/demo/100_rabbit_demographics.rb
@@ -8,16 +8,44 @@ module Renalware
rabbit.marital_status = "divorced"
rabbit.telephone1 = "0201... | Complete Rabbit seeded demographics (JSONB) | airslie_renalware-core | train |
e66c454b0ac86a790e00afd9eae1e1a77b88d083 | diff --git a/app/models/rapidfire/attempt.rb b/app/models/rapidfire/attempt.rb
index <HASH>..<HASH> 100644
--- a/app/models/rapidfire/attempt.rb
+++ b/app/models/rapidfire/attempt.rb
@@ -1,7 +1,12 @@
module Rapidfire
class Attempt < ActiveRecord::Base
belongs_to :survey
- belongs_to :user, polymorphic: true... | Add a flag to user in attempts model to make it optional
In rails 5, `belongs_to` adds the required validation by default with
it. Make it optional so that non-logged in users can also take the
survey. | code-mancers_rapidfire | train |
dc927f18d7e6cf70ff18b32622481085b193130e | diff --git a/lib/Array/prototype/uniq.js b/lib/Array/prototype/uniq.js
index <HASH>..<HASH> 100644
--- a/lib/Array/prototype/uniq.js
+++ b/lib/Array/prototype/uniq.js
@@ -4,12 +4,15 @@
'use strict';
+var filter = Array.prototype.filter
+ , indexOf = Array.prototype.indexOf
+
+ , isFirst;
+
+isFirst = function (v... | Make Array's uniq not destructive (destructive methods may not be needed, if they would be we will provide them with special prefix) | medikoo_es5-ext | train |
bd00823a7e9aa00cb3b1738fde244573ba7cce2c | diff --git a/binding.go b/binding.go
index <HASH>..<HASH> 100644
--- a/binding.go
+++ b/binding.go
@@ -32,7 +32,7 @@ import (
"gopkg.in/macaron.v1"
)
-const _VERSION = "0.3.0"
+const _VERSION = "0.3.1"
func Version() string {
return _VERSION
@@ -459,9 +459,11 @@ VALIDATE_RULES:
// Apply custom validation ... | #9 fix match and valid order problem | go-macaron_binding | train |
963d45ca5d38f044482b72fe8be571d275f0dcd7 | diff --git a/lib/respect/schema.rb b/lib/respect/schema.rb
index <HASH>..<HASH> 100644
--- a/lib/respect/schema.rb
+++ b/lib/respect/schema.rb
@@ -223,6 +223,10 @@ module Respect
end
end
+ def to_pretty_json(format = :json_schema_v3)
+ JSON.pretty_generate(self.to_h(format))
+ end
+
# Retu... | Add Schema#to_pretty_json and test it. | nicolasdespres_respect | train |
f9a0d21fab682198629e56fbcb404c98ad28ea29 | diff --git a/cgroups/systemd/apply_systemd.go b/cgroups/systemd/apply_systemd.go
index <HASH>..<HASH> 100644
--- a/cgroups/systemd/apply_systemd.go
+++ b/cgroups/systemd/apply_systemd.go
@@ -3,7 +3,6 @@
package systemd
import (
- "bytes"
"fmt"
"io/ioutil"
"os"
@@ -247,6 +246,21 @@ func writeFile(dir, file, da... | cleanup for systemd cgroup
Add join function so we can reduce duplicate code, and we can
call Set api in fs cgroup, that can reduce sync work on fs side
and systemd side. | opencontainers_runc | train |
466fee86343afa4998b985f50b4c9155100c3656 | diff --git a/pkg/util/net/port_split_test.go b/pkg/util/net/port_split_test.go
index <HASH>..<HASH> 100644
--- a/pkg/util/net/port_split_test.go
+++ b/pkg/util/net/port_split_test.go
@@ -28,16 +28,18 @@ func TestSplitSchemeNamePort(t *testing.T) {
normalized bool
}{
{
- in: "aoeu:asdf",
- name: ... | Optimize port_split_test test case. | kubernetes_kubernetes | train |
1c13f7a1c30c5171c4784e7254ede7538270ba1b | diff --git a/lib/yard/templates/template.rb b/lib/yard/templates/template.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/templates/template.rb
+++ b/lib/yard/templates/template.rb
@@ -7,7 +7,19 @@ module YARD
attr_reader :options
class << self
- # @return [Array<Module>] a list of modules to be au... | Add support for pushing procs into the Template.extra_includes array | lsegal_yard | train |
3a58016aebfda95a14991f4ef0308110101851d2 | diff --git a/addon/components/flexberry-base-component.js b/addon/components/flexberry-base-component.js
index <HASH>..<HASH> 100644
--- a/addon/components/flexberry-base-component.js
+++ b/addon/components/flexberry-base-component.js
@@ -53,6 +53,15 @@ export default Ember.Component.extend({
dynamicProperties: null... | Add relatedRecord property to flexberry-base-component | Flexberry_ember-flexberry | train |
256137d0b037e7e3f7c62f132132b1b7e57d919d | diff --git a/lib/minder/database/database_migrator.rb b/lib/minder/database/database_migrator.rb
index <HASH>..<HASH> 100644
--- a/lib/minder/database/database_migrator.rb
+++ b/lib/minder/database/database_migrator.rb
@@ -2,7 +2,7 @@ module Minder
class DatabaseMigrator
attr_reader :database
- def initial... | Don't target Ruby <I> for now | tristil_minder | train |
5be0a66b6132403cdf8c713ef47501b762d85b02 | diff --git a/nefertari/view.py b/nefertari/view.py
index <HASH>..<HASH> 100644
--- a/nefertari/view.py
+++ b/nefertari/view.py
@@ -299,9 +299,12 @@ class BaseView(object):
ids = self._json_params[name]
if isinstance(ids, list):
- self._json_params[name] = [_get_object(_id) for _id in ids]... | Skip None in id2obj | ramses-tech_nefertari | train |
4ae3e99177da18e57e51680b14c9db99b6bc6bd6 | diff --git a/pkg/kubelet/dockertools/docker.go b/pkg/kubelet/dockertools/docker.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/dockertools/docker.go
+++ b/pkg/kubelet/dockertools/docker.go
@@ -301,7 +301,7 @@ func GetKubeletDockerContainers(client DockerInterface, allContainers bool) (Doc
// TODO(dchen1107): Remov... | Change a spammy log to V(3) | kubernetes_kubernetes | train |
2ac51107ca80d87ce3b9046a4b1f94a8cbb79699 | diff --git a/pybar/online_monitor.py b/pybar/online_monitor.py
index <HASH>..<HASH> 100644
--- a/pybar/online_monitor.py
+++ b/pybar/online_monitor.py
@@ -133,7 +133,7 @@ class OnlineMonitorApplication(QtGui.QMainWindow):
super(OnlineMonitorApplication, self).closeEvent(event)
# wait for thread
... | BUG: fixing QThread existing while closing | SiLab-Bonn_pyBAR | train |
cb3adaa435d4618a3d96b4329fc0da478d86721a | diff --git a/Tests/Compiler/ExpressionParserTest.php b/Tests/Compiler/ExpressionParserTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Compiler/ExpressionParserTest.php
+++ b/Tests/Compiler/ExpressionParserTest.php
@@ -72,7 +72,7 @@ class ExpressionParserTest extends \PHPUnit_Framework_TestCase
$multLeftNode... | Reformat code and remove unused imports. | bugadani_Minty | train |
5a84e4694dcca0e7a69d3707512f62c44cdb1432 | diff --git a/utwist/_utwist.py b/utwist/_utwist.py
index <HASH>..<HASH> 100644
--- a/utwist/_utwist.py
+++ b/utwist/_utwist.py
@@ -145,22 +145,8 @@ def _twisted_test_sync(callee, call_args, call_kwargs, timeout=120):
# the value with the string representation provided by `failure`.
failure = retval.fa... | Improved (or at least changed) failure handling. | pydron_utwist | train |
d78c667ba79070ea2520b4d0f9f40406f14035bb | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -27,8 +27,12 @@ module.exports.uninstall = function(packages, options) {
return npm('uninstall', packages, options);
};
-module.exports.view = function(pkg) {
- return npm('view', pkg).then(results => JSON5.parse(re... | updated view to return strings since deep objects are not returned and therefore not parseable | XenonApp_xenpm-utils | train |
b712a79da6c0d12d07ff2eab73df1f9bbd17f77c | diff --git a/tests/test_decoding.py b/tests/test_decoding.py
index <HASH>..<HASH> 100755
--- a/tests/test_decoding.py
+++ b/tests/test_decoding.py
@@ -118,23 +118,19 @@ class TestDecoding(unittest.TestCase):
input_duration = decoder.input_totalframes / decoder.input_samplerate
output_duration = deco... | [test] tighten duration tests in test_decoding.py, relax one test from places=1 to delta=<I> for mp3 files to pass the test | Parisson_TimeSide | train |
fc3a26cd7328e5e58f0debb890216bc9c64ec990 | diff --git a/src/Orchestra/Support/Html.php b/src/Orchestra/Support/Html.php
index <HASH>..<HASH> 100644
--- a/src/Orchestra/Support/Html.php
+++ b/src/Orchestra/Support/Html.php
@@ -1,7 +1,5 @@
<?php namespace Orchestra\Support;
-use Illuminate\Support\Facades\Config;
-
class Html {
/** | Orchestra\Support\Html doesn't require Config | orchestral_support | train |
ab2797ca98040114af5b43b6d92684ac267482a3 | diff --git a/examples/publishing/publish.rb b/examples/publishing/publish.rb
index <HASH>..<HASH> 100755
--- a/examples/publishing/publish.rb
+++ b/examples/publishing/publish.rb
@@ -5,9 +5,8 @@ $stdout.sync = true
require 'philotic'
require 'philotic/dummy_event'
-Philotic.logger = Logger.new('/dev/null')
+Philoti... | short circuit publishing earlier when publishing is disabled | nkeyes_philotic | train |
a2d3bd126bc2b0e724ba560e46d3e290efafa47f | diff --git a/compiler/doc/json.py b/compiler/doc/json.py
index <HASH>..<HASH> 100644
--- a/compiler/doc/json.py
+++ b/compiler/doc/json.py
@@ -20,11 +20,39 @@ class Component(object):
localComma = "" if last == value.name else ","
docText = value.doc.text if value.doc is not None else ""
... | Implement functions arguments parsing from comments in json docs. | pureqml_qmlcore | train |
04fd4c636c57ede555192d968e61a9a9b8f49517 | diff --git a/languages/en.php b/languages/en.php
index <HASH>..<HASH> 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -27,7 +27,7 @@ $english = array(
'interactions:settings:enable_attachments:help' => 'Allow users to attach files to comments',
'interactions:settings:enable_url_preview' => 'Enable URL previ... | feature(settings): allow users to configure their own comments
settings | hypeJunction_hypeInteractions | train |
8ae99f9123148bc18d2ba836747c5b38a4bc008b | diff --git a/jenetics/src/main/java/io/jenetics/IntegerChromosome.java b/jenetics/src/main/java/io/jenetics/IntegerChromosome.java
index <HASH>..<HASH> 100644
--- a/jenetics/src/main/java/io/jenetics/IntegerChromosome.java
+++ b/jenetics/src/main/java/io/jenetics/IntegerChromosome.java
@@ -76,64 +76,6 @@ public class I... | #<I>: Remove deprecated methods from 'IntegerChromosome'. | jenetics_jenetics | train |
6a14f1a540d1c97d812cfcc2aecb1654028b279f | diff --git a/python/ray/autoscaler/local/node_provider.py b/python/ray/autoscaler/local/node_provider.py
index <HASH>..<HASH> 100644
--- a/python/ray/autoscaler/local/node_provider.py
+++ b/python/ray/autoscaler/local/node_provider.py
@@ -28,10 +28,15 @@ class ClusterState(object):
with self.file_lock:
... | [autoscaler] Small fixes for local cluster usability (#<I>) | ray-project_ray | train |
a22c0e74dab72e3f83df33d65e76867ac4cfdab0 | diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.java
index <HASH>..<HASH> 100644
--- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.java
+++ b/e... | if EntityIterableHandle is not marked as sticky then check map of sticky objects not only cache | JetBrains_xodus | train |
fdd59ef53b6f3878b8745ebf9196c91a0f23f8b0 | diff --git a/ext_localconf.php b/ext_localconf.php
index <HASH>..<HASH> 100644
--- a/ext_localconf.php
+++ b/ext_localconf.php
@@ -45,7 +45,7 @@ if (!$bootstrapPackageConfiguration['disablePageTsTtContentPreviews']) {
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig('<INCLUDE_TYPOSCRIPT: source=... | [BUGFIX] Remove double BackendLayouts in comment (#<I>) | benjaminkott_bootstrap_package | train |
9e3f0eea4338b281fad63947c316dfa5d5fa4685 | diff --git a/lib/lotus/cli.rb b/lib/lotus/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/lotus/cli.rb
+++ b/lib/lotus/cli.rb
@@ -5,6 +5,11 @@ module Lotus
class Cli < Thor
include Thor::Actions
+ desc 'version', 'prints Lotus version'
+ def version
+ puts Lotus::VERSION
+ end
+
desc 'server',... | Add `lotus version` to print version | hanami_hanami | train |
c460de7afb2aa3e2dae68ef5244b6a192de46b22 | diff --git a/src/log.js b/src/log.js
index <HASH>..<HASH> 100644
--- a/src/log.js
+++ b/src/log.js
@@ -100,7 +100,7 @@ module.exports = function construct(config, logProvider, bunyan, PrettyStream, T
};
-function createEventLogger(logger) {
+function createEventLogger(logger, context) {
logger.observers = {};
... | Added resolve(), rejectWithCode(), and context() | webinverters_win-with-logs | train |
6bcdd6c90a9f6a1d4f61f3d5cc057915a7deaee3 | diff --git a/test/normalize-ice.js b/test/normalize-ice.js
index <HASH>..<HASH> 100644
--- a/test/normalize-ice.js
+++ b/test/normalize-ice.js
@@ -1,7 +1,7 @@
var test = require('tape');
var detect = require('../detect.js');
var normalize = require('../normalize-ice');
-var RTCPeerConnection;
+var RTCPeerConnection ... | Only run RTCPeerConnection tests in a browser instance | rtc-io_rtc-core | train |
2ed597a79dae9935201bade489d1d4b6f394f8bf | diff --git a/clldutils/source.py b/clldutils/source.py
index <HASH>..<HASH> 100644
--- a/clldutils/source.py
+++ b/clldutils/source.py
@@ -119,7 +119,12 @@ class Source(OrderedDict):
"""
genre = getattr(self.genre, 'value', self.genre)
pages_at_end = genre in (
- 'book', 'phdthesis... | closes clld/glottolog#<I> | clld_clldutils | train |
83dc98bc77cef0ed8a8a82c427319a451ea37b1f | diff --git a/dipper/sources/Monochrom.py b/dipper/sources/Monochrom.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/Monochrom.py
+++ b/dipper/sources/Monochrom.py
@@ -196,7 +196,7 @@ class Monochrom(Source):
if genome_id is None:
genome_id = geno.makeGenomeID(taxon_id) # makes a blank node ... | include genomi_id param | monarch-initiative_dipper | train |
3cb939079782935de21932db7d235eca677d0167 | diff --git a/osrframework/phonefy/config_phonefy.py b/osrframework/phonefy/config_phonefy.py
index <HASH>..<HASH> 100644
--- a/osrframework/phonefy/config_phonefy.py
+++ b/osrframework/phonefy/config_phonefy.py
@@ -65,7 +65,7 @@ def getPlatformNames(platList = None):
listNames = ['all']
# going through the pl... | Now the options for phonefy are never capitalised | i3visio_osrframework | train |
46d71a492fa927069fa96963b57c43bf18a74f64 | diff --git a/lib/sinatra/cache/helpers.rb b/lib/sinatra/cache/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/sinatra/cache/helpers.rb
+++ b/lib/sinatra/cache/helpers.rb
@@ -662,6 +662,6 @@ module Sinatra
end #/ Cache
- # register(Sinatra::Cache) # not really needed here
+ register(Sinatra::Cache) # sup... | [BUG FIX] Now should support "classic" apps
Thanks to waferbaby for highlighting this. | kematzy_sinatra-cache | train |
6184fb10b7a48df4e7c75485ed12b4a389dd3c3c | diff --git a/avatar/conf.py b/avatar/conf.py
index <HASH>..<HASH> 100644
--- a/avatar/conf.py
+++ b/avatar/conf.py
@@ -8,7 +8,7 @@ class AvatarConf(AppConf):
DEFAULT_SIZE = 80
RESIZE_METHOD = Image.ANTIALIAS
STORAGE_DIR = 'avatars'
- GRAVATAR_BASE_URL = 'http://www.gravatar.com/avatar/'
+ GRAVATAR_... | Use https to gravatar url | grantmcconnaughey_django-avatar | train |
e2f8bae30cc838b53ccc2c5e6b79f179245cb077 | diff --git a/core/src/main/java/org/mwg/core/task/CoreTaskResultIterator.java b/core/src/main/java/org/mwg/core/task/CoreTaskResultIterator.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/mwg/core/task/CoreTaskResultIterator.java
+++ b/core/src/main/java/org/mwg/core/task/CoreTaskResultIterator.java
@@ -2... | optimize the parralel protection by using a CAS instead of a synchronized | datathings_greycat | train |
badf6dd817cc7f50cfab6742bee5f6bc0cbb0343 | diff --git a/datapoint/Forecast.py b/datapoint/Forecast.py
index <HASH>..<HASH> 100644
--- a/datapoint/Forecast.py
+++ b/datapoint/Forecast.py
@@ -38,15 +38,13 @@ class Forecast(object):
# this is the number of seconds through the day
for_total_seconds = d - \
d.replace(hour=0, minute=0, ... | Remove py<I> compatibility code from Forecast.py | jacobtomlinson_datapoint-python | train |
2be327dca9ea2b35bbc40684b65e27e16dcc64fb | diff --git a/calendar/export_execute.php b/calendar/export_execute.php
index <HASH>..<HASH> 100644
--- a/calendar/export_execute.php
+++ b/calendar/export_execute.php
@@ -189,10 +189,14 @@ foreach($events as $event) {
$ev->add_property('class', 'PUBLIC'); // PUBLIC / PRIVATE / CONFIDENTIAL
$ev->add_property('... | MDL-<I> core_calendar: Fix ical export for events with no duration | moodle_moodle | train |
1834e545b4bbdacfebe8d56971b5ce4f29c5bcb6 | diff --git a/libraries/lithium/tests/cases/data/ConnectionsTest.php b/libraries/lithium/tests/cases/data/ConnectionsTest.php
index <HASH>..<HASH> 100644
--- a/libraries/lithium/tests/cases/data/ConnectionsTest.php
+++ b/libraries/lithium/tests/cases/data/ConnectionsTest.php
@@ -43,6 +43,9 @@ class ConnectionsTest exten... | Adding skips to `ConnectionsTest` to account for PHP installations that
do not include any MySQL extension. | UnionOfRAD_framework | train |
95128b08cf63056f02ba28bf10b63a65a43a6519 | diff --git a/h2network/src/test/java/org/h2gis/network/graph_creator/ST_ShortestPathLengthTest.java b/h2network/src/test/java/org/h2gis/network/graph_creator/ST_ShortestPathLengthTest.java
index <HASH>..<HASH> 100644
--- a/h2network/src/test/java/org/h2gis/network/graph_creator/ST_ShortestPathLengthTest.java
+++ b/h2ne... | Add unit test for same table used as ST,DT (square) | orbisgis_h2gis | train |
fe0cf6f0b2a8201b0c38b73fd80ab076c200d344 | diff --git a/lib/imageconf.py b/lib/imageconf.py
index <HASH>..<HASH> 100644
--- a/lib/imageconf.py
+++ b/lib/imageconf.py
@@ -53,6 +53,7 @@ class ImageConfig:
self.indices = None
self.title = 'image'
self.style = 'image'
+ self.highlight_areas = []
self.ncontour_levels = None... | add 'highlight area' to images, as for patches defined with Lasso | newville_wxmplot | train |
1b40b60e1f80e61053ce50fb5ae4a964b7eeee79 | diff --git a/frontend/components/Home.js b/frontend/components/Home.js
index <HASH>..<HASH> 100644
--- a/frontend/components/Home.js
+++ b/frontend/components/Home.js
@@ -273,18 +273,24 @@ class Home extends React.Component {
<div className='footer ui basic center aligned segment'>
See an issue or... | fixed spacing in the footer of the page. | ryanhugh_searchneu | train |
5d2504df0a29a5d15dd7f9469668f007d642ad6e | diff --git a/py/execnet/gateway_base.py b/py/execnet/gateway_base.py
index <HASH>..<HASH> 100644
--- a/py/execnet/gateway_base.py
+++ b/py/execnet/gateway_base.py
@@ -223,7 +223,7 @@ def _setupmessages():
class CHANNEL_LAST_MESSAGE(Message):
def received(self, gateway):
- gateway._channelfact... | * simplify lock acquiration for received messages, review code
* try to fix seldomly occuring race condition with setcallback/receive and closing of channel
--HG--
branch : trunk | pytest-dev_pytest | train |
7cfe193d12ab1539050c3c7f1563d6df6e163778 | diff --git a/Brocfile.js b/Brocfile.js
index <HASH>..<HASH> 100644
--- a/Brocfile.js
+++ b/Brocfile.js
@@ -10,8 +10,6 @@ var app = new EmberAddon();
app.import('vendor/styles/layout.css');
app.import('vendor/styles/theme.css');
-app.import(app.bowerDirectory + '/velocity/velocity.min.js');
-
// Use `app.import` to... | Velocity removed as a dependency | sir-dunxalot_ember-flash-messages | train |
58768059b7561389ff0d5d20c558d1d1878324b2 | diff --git a/src/adafruit_blinka/microcontroller/bcm283x/pin.py b/src/adafruit_blinka/microcontroller/bcm283x/pin.py
index <HASH>..<HASH> 100644
--- a/src/adafruit_blinka/microcontroller/bcm283x/pin.py
+++ b/src/adafruit_blinka/microcontroller/bcm283x/pin.py
@@ -142,6 +142,10 @@ spiPorts = (
(0, SCLK, MOSI, MISO),... | Add additional SPI ports for BCM<I>
Currently the additional SPI ports on the Pi4 or CM4 are not usable in Blinka without doing this change manually.
SPI6 uses the same pins as the default SPI1 pins. | adafruit_Adafruit_Blinka | train |
8bb90aa70280b4189e3ac8a3ab60a156091c04aa | diff --git a/docs/release_notes.rst b/docs/release_notes.rst
index <HASH>..<HASH> 100644
--- a/docs/release_notes.rst
+++ b/docs/release_notes.rst
@@ -5,6 +5,7 @@ Release Notes
Version 0.14.0, UNRELEASED
--------------------------
+* (2018-12-04) Add support for string types within computations (inspector, computat... | Added UI for string variables to computation panel and inspector. | nion-software_nionswift | train |
4fbec15b8ab3d14f60a3fc5186868475db990b7b | diff --git a/lib/ohm.rb b/lib/ohm.rb
index <HASH>..<HASH> 100644
--- a/lib/ohm.rb
+++ b/lib/ohm.rb
@@ -785,6 +785,7 @@ module Ohm
def delete_from_indices
db.smembers(key(:_indices)).each do |index|
db.srem(index, id)
+ db.srem(key(:_indices), index)
end
end
diff --git a/test/mo... | Fix that index keys were not removed from the indexes set. | soveran_ohm | train |
4d05c65b0d845e822330415aaf3a135f0ba83bcc | diff --git a/lib/consumerGroup.js b/lib/consumerGroup.js
index <HASH>..<HASH> 100644
--- a/lib/consumerGroup.js
+++ b/lib/consumerGroup.js
@@ -396,6 +396,7 @@ ConsumerGroup.prototype.handleSyncGroup = function (syncGroupResponse, callback)
callback
);
} else {
+ self.topicPayloads = [];
// no par... | Clear topic payload if no partitions are assigned (#<I>)
This handles case where more consumers join than their are partitions.
when this occurs, one of the consumers may receive no partitions, and
this topicPayloads variable still contained reference to their previous
partition assignment. | SOHU-Co_kafka-node | train |
de7f9c3ceb586ae269362f581dfb77c3e5a237f8 | diff --git a/molgenis-omx-dataexplorer/src/main/resources/js/dataexplorer-wizard.js b/molgenis-omx-dataexplorer/src/main/resources/js/dataexplorer-wizard.js
index <HASH>..<HASH> 100644
--- a/molgenis-omx-dataexplorer/src/main/resources/js/dataexplorer-wizard.js
+++ b/molgenis-omx-dataexplorer/src/main/resources/js/data... | Fixed previous button on start wizard.
Fixed the next button | molgenis_molgenis | train |
1ebea2d8cec276b50ee78352dd7f5e20b81320ac | diff --git a/lib/ponder.rb b/lib/ponder.rb
index <HASH>..<HASH> 100644
--- a/lib/ponder.rb
+++ b/lib/ponder.rb
@@ -14,9 +14,9 @@ module Ponder
require 'ponder/logger/blind_io'
if RUBY_VERSION < '1.9'
- require 'ruby/1.8/string'
require 'ponder/logger/twoflogger18'
else
require 'ponder/logger/t... | removed requiring (already removed) string addition | tbuehlmann_ponder | train |
d96985d8a26f1ac8a491f598c4103d3d18360065 | diff --git a/tests/test_calls.py b/tests/test_calls.py
index <HASH>..<HASH> 100644
--- a/tests/test_calls.py
+++ b/tests/test_calls.py
@@ -45,3 +45,18 @@ class DescribeGenerateGenericCalls:
generate_generic_calls(base, namespace)
base_funcs = (m.split('.', 1)[1] for m in METHODS if m.startswith(base))... | Finish coverage for generate_generic_calls. | jasonkeene_python-ubersmith | train |
a5c4dd0c4ab41d2b953f57852ccc7e9c4e3a12f8 | diff --git a/src/Overlay.react.js b/src/Overlay.react.js
index <HASH>..<HASH> 100644
--- a/src/Overlay.react.js
+++ b/src/Overlay.react.js
@@ -1,4 +1,5 @@
import cx from 'classnames';
+import {isEqual, throttle} from 'lodash';
import React, {Children, cloneElement, PropTypes} from 'react';
import {findDOMNode} from ... | Fix redraw on scroll event when menu is attached to body | ericgio_react-bootstrap-typeahead | train |
956b0f01e18950445947aa296d9567b4c62ed42f | diff --git a/lib/yell/configuration.rb b/lib/yell/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/yell/configuration.rb
+++ b/lib/yell/configuration.rb
@@ -1,5 +1,6 @@
# encoding: utf-8
+require 'erb'
require 'yaml'
module Yell #:nodoc:
@@ -9,7 +10,11 @@ module Yell #:nodoc:
class Configuration
... | Parse yell.yml with ERB first to allow advanced config. | rudionrails_yell | train |
0d88549a7e1229856ff8bf659692554f85733b1a | diff --git a/ravel.py b/ravel.py
index <HASH>..<HASH> 100644
--- a/ravel.py
+++ b/ravel.py
@@ -3083,6 +3083,9 @@ def def_proxy_interface(kind, *, name, introspected, is_async) :
# class that will be returned.
__slots__ = ("connection", "dest", "timeout", "_set_prop_pending", "_set_prop_failed")
+ ... | Add alternative way of asynchronously setting properties, via an explicit
set_prop() method as opposed to property assignment; the new method
returns a Future that can be awaited to return None (on success) or raise
an exception (on failure). | ldo_dbussy | train |
d65fe11dd90596355d90c3913df864b80eb13e05 | diff --git a/bremersee-pagebuilder/src/main/java/org/bremersee/pagebuilder/spring/PageBuilderSpringUtils.java b/bremersee-pagebuilder/src/main/java/org/bremersee/pagebuilder/spring/PageBuilderSpringUtils.java
index <HASH>..<HASH> 100644
--- a/bremersee-pagebuilder/src/main/java/org/bremersee/pagebuilder/spring/PageBuil... | Transformer added to PageBuilderSpringUtils | bremersee_pagebuilder | train |
f5b8bd8c28acde4a845262377d2bdc8604e0c6f9 | diff --git a/src/python/pants/ivy/BUILD b/src/python/pants/ivy/BUILD
index <HASH>..<HASH> 100644
--- a/src/python/pants/ivy/BUILD
+++ b/src/python/pants/ivy/BUILD
@@ -3,6 +3,7 @@
python_library(
dependencies = [
+ '3rdparty/python:future',
'3rdparty/python/twitter/commons:twitter.common.collections',
... | Port ivy to Python 3 (#<I>)
Part of #<I>. | pantsbuild_pants | train |
6de70f9aadd6c40f903ba7d519a58bdfa1611d90 | diff --git a/myql/myql.py b/myql/myql.py
index <HASH>..<HASH> 100755
--- a/myql/myql.py
+++ b/myql/myql.py
@@ -25,12 +25,13 @@ class MYQL(object):
community_data = "env 'store://datatables.org/alltableswithkeys'; " #Access to community table
def __init__(self, community=True, format='json', jsonCompact=Fals... | self.table changed into self._table | josuebrunel_myql | train |
a93d67b05feb7c4a8530187a828f84f2d40ac972 | diff --git a/lib/parser.js b/lib/parser.js
index <HASH>..<HASH> 100644
--- a/lib/parser.js
+++ b/lib/parser.js
@@ -188,10 +188,8 @@ TokenParser.prototype = {
utils.throwError('Invalid filter "' + match + '"', self.line, self.filename);
}
self.escape = self.filters[match].safe ? false : self.escap... | Fix filter chaining within tags. Fixes gh-<I> | Thunf_swiger | train |
c32ea42b1b6843490e4aa8229db319a2cfa23e82 | diff --git a/libraries/lithium/template/helper/Form.php b/libraries/lithium/template/helper/Form.php
index <HASH>..<HASH> 100644
--- a/libraries/lithium/template/helper/Form.php
+++ b/libraries/lithium/template/helper/Form.php
@@ -365,7 +365,13 @@ class Form extends \lithium\template\Helper {
$label = $input = null;... | fixing label for field to use field as title if using id as for | UnionOfRAD_framework | train |
cd65bbe60b60b1addd1e374ae0529864135b08a6 | diff --git a/lib/tilelive/sphericalmercator.js b/lib/tilelive/sphericalmercator.js
index <HASH>..<HASH> 100644
--- a/lib/tilelive/sphericalmercator.js
+++ b/lib/tilelive/sphericalmercator.js
@@ -4,8 +4,8 @@ var cache = {},
D2R = Math.PI / 180,
R2D = 180 / Math.PI,
// 900913 properties.
- a = 6378137,
... | Adjust post-calculation for rounding problems. | mapbox_tilelive | train |
ce86b1a093d713e18a98f7f45d6873fcb36552c7 | diff --git a/jre_emul/android/platform/libcore/ojluni/src/main/java/java/util/Locale.java b/jre_emul/android/platform/libcore/ojluni/src/main/java/java/util/Locale.java
index <HASH>..<HASH> 100644
--- a/jre_emul/android/platform/libcore/ojluni/src/main/java/java/util/Locale.java
+++ b/jre_emul/android/platform/libcore/... | Fixed HTML tag in doc-comment, which broke javadoc generation for that class.
PiperOrigin-RevId: <I> | google_j2objc | train |
50b779faa16600127933af9c1d194b2f253f0fe4 | diff --git a/lib/onebox/engine/standard_embed.rb b/lib/onebox/engine/standard_embed.rb
index <HASH>..<HASH> 100644
--- a/lib/onebox/engine/standard_embed.rb
+++ b/lib/onebox/engine/standard_embed.rb
@@ -22,6 +22,7 @@ module Onebox
add_oembed_provider /www\.meetup\.com\//, 'http://api.meetup.com/oembed'
ad... | FIX: allow hidden but embeddable vimeo videos to display preview
Vimeo videos that are embeddable but hidden from Vimeos search do not contain
an oembed url, despite this being available. The endpoint is taken from iframely:
<URL> | discourse_onebox | train |
cdd456160cc0643db48c626cd4a331f1cfa9f535 | diff --git a/lib/lint.js b/lib/lint.js
index <HASH>..<HASH> 100644
--- a/lib/lint.js
+++ b/lib/lint.js
@@ -6,11 +6,17 @@ Object.defineProperty(exports, "__esModule", {
exports.default = {
root: {
default: 75,
- typeOf: 'number'
+ typeOf: 'number',
+ coerce: function coerce(val) {
+ return val && ... | fix: coerce option root to be number | cupools_pxrem | train |
0d59d61c6137c9e65831c090a23e3a24de5f90e5 | diff --git a/lib/rollbar/notifier.rb b/lib/rollbar/notifier.rb
index <HASH>..<HASH> 100644
--- a/lib/rollbar/notifier.rb
+++ b/lib/rollbar/notifier.rb
@@ -412,6 +412,7 @@ module Rollbar
item = build_item('error', nil, exception, { :internal => true }, nil)
rescue => e
send_failsafe('build_item ... | <I>: log_error original exception on report failute | rollbar_rollbar-gem | train |
cfd375d32d1ffbf80f6cafcafa9d28e8a38679e3 | diff --git a/lib/chart.js b/lib/chart.js
index <HASH>..<HASH> 100644
--- a/lib/chart.js
+++ b/lib/chart.js
@@ -58,7 +58,7 @@ var LineDefaults = proto.Line.defaults = {
scaleLineWidth : 1,
//Boolean - Whether to show labels on the scale
- scaleShowLabels : false,
+ scaleShowLabels : true,
//Interpolated J... | Set scaleShowLabels to true to be consistent with chart.js. | my-archives_nchart | train |
7144315135e1428930f79edc84b379ae71d3bd3b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -58,7 +58,7 @@ module.exports = function (options) {
var parts = [];
parts.push(Buffer(content.substring(0, matches.index)));
- parts.push(Buffer('styles: [\''));
+ parts.push(Buffer('styles: ... | fixed bug
Now it's allowed to use ' symbol in scss files, also comments | amritk_gulp-angular2-embed-sass | train |
148ae330ac3b2edd860c7a1f60d7731c061de1b8 | diff --git a/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php b/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php
index <HASH>..<HASH> 100644
--- a/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php
+++ b/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.p... | Fix some long line CS warnings. | bobthecow_psysh | train |
beccf7f6b05bc2527b1bfa287c9908e594053f5a | diff --git a/src/ORM/AssociationCollection.php b/src/ORM/AssociationCollection.php
index <HASH>..<HASH> 100644
--- a/src/ORM/AssociationCollection.php
+++ b/src/ORM/AssociationCollection.php
@@ -114,7 +114,7 @@ class AssociationCollection implements IteratorAggregate
* @param string|array $class The type of assoc... | Update version in deprecated tag. | cakephp_cakephp | train |
25e8fdf1f349c9e640b0d14bfd267317b1fcf061 | diff --git a/java/client/src/org/openqa/selenium/remote/Augmenter.java b/java/client/src/org/openqa/selenium/remote/Augmenter.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/remote/Augmenter.java
+++ b/java/client/src/org/openqa/selenium/remote/Augmenter.java
@@ -62,10 +62,14 @@ public class ... | Implementing augmentation of previousely augmented instances | SeleniumHQ_selenium | train |
0f5302a2391ea795d21d33c639b7b3a9c37ad610 | diff --git a/src/keo.js b/src/keo.js
index <HASH>..<HASH> 100644
--- a/src/keo.js
+++ b/src/keo.js
@@ -11,6 +11,13 @@ export {memoize, trace, partial} from 'funkel';
export {objectAssign, compose, composeDeferred};
/**
+ * @method throwError
+ * @param {String} message
+ * @return {void}
+ */
+const throwError = me... | Added message for setState inside of | Wildhoney_Keo | train |
bde2bbc1ebc1d50bfb968e41bac39d0949e93bcf | diff --git a/spec/maxima/core_spec.rb b/spec/maxima/core_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/maxima/core_spec.rb
+++ b/spec/maxima/core_spec.rb
@@ -61,12 +61,10 @@ module Maxima
actual_output = Maxima.lagrangian("x ^ 10 + y ^ (1/10)", [:x, :y], "x + y - 10", [1,1])
}.to_not raise_error
... | Added tolerance for float outputs of lagrangian tests | Danieth_rb_maxima | train |
bdd0df3fc56e5c01d05bad5c59c1512b8adcbea0 | diff --git a/lib/racecar/runner.rb b/lib/racecar/runner.rb
index <HASH>..<HASH> 100644
--- a/lib/racecar/runner.rb
+++ b/lib/racecar/runner.rb
@@ -103,10 +103,20 @@ module Racecar
def process_method
@process_method ||= begin
case
- when processor.respond_to?(:process_batch) then :batch
- ... | Validate the arity of the processing method | zendesk_racecar | train |
d52d5bb0b4b7b4e9948a009e868dbc99d12214c8 | diff --git a/src/toil_scripts/adam_pipeline/adam_preprocessing.py b/src/toil_scripts/adam_pipeline/adam_preprocessing.py
index <HASH>..<HASH> 100644
--- a/src/toil_scripts/adam_pipeline/adam_preprocessing.py
+++ b/src/toil_scripts/adam_pipeline/adam_preprocessing.py
@@ -129,14 +129,19 @@ def remove_file(masterIP, filen... | Fixed line wrapping in SSH command and replaced awk/grep with pure Python | BD2KGenomics_toil-scripts | train |
e7206a36bca40eee54e7cf1fc493f8a069a0223c | diff --git a/imagemounter/volume.py b/imagemounter/volume.py
index <HASH>..<HASH> 100644
--- a/imagemounter/volume.py
+++ b/imagemounter/volume.py
@@ -470,7 +470,8 @@ class Volume(object):
fsdesc = fsdesc.lower()
# for the purposes of this function, logical volume is nothing, and 'pr... | Exclude raid volume from being a useful raid volume | ralphje_imagemounter | train |
6023a6358ef35dee0fb59de2983a128f2ab70202 | diff --git a/lib/rollbar/util.rb b/lib/rollbar/util.rb
index <HASH>..<HASH> 100644
--- a/lib/rollbar/util.rb
+++ b/lib/rollbar/util.rb
@@ -42,36 +42,60 @@ module Rollbar
end
end
- def self.deep_copy(obj)
+ def self.deep_copy(obj, copied = {})
+ # if we've already made a copy, return it.
+ ... | allow deep_merge and deep_copy to handle cycles in the data | rollbar_rollbar-gem | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.