hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
87e0e1ba0969c6c97c4d784f6e18613662a9f81a | diff --git a/ext/mini_racer_extension/mini_racer_extension.cc b/ext/mini_racer_extension/mini_racer_extension.cc
index <HASH>..<HASH> 100644
--- a/ext/mini_racer_extension/mini_racer_extension.cc
+++ b/ext/mini_racer_extension/mini_racer_extension.cc
@@ -427,27 +427,64 @@ static VALUE rb_external_function_notify_v8(VAL... | FEATURE: allow attaching functions on nested objects | discourse_mini_racer | train |
0444127ac4b1a99f6f1807960aa584a68de7c637 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,55 +17,23 @@ setup(
# https://packaging.python.org/en/latest/single_source_version.html
version='0.2', # Required
- # This is a one-line description or tagline of what your project does. This
- # corresp... | Cleaned up setup.py, attempting to include INDRA dependency | ml4ai_delphi | train |
ba79e7af830e6884058d7c68ae7773b8f5223e6e | diff --git a/src/gremlinclient.js b/src/gremlinclient.js
index <HASH>..<HASH> 100644
--- a/src/gremlinclient.js
+++ b/src/gremlinclient.js
@@ -14,6 +14,28 @@ var highland = require('highland');
var MessageStream = require('./messagestream');
+function defaultExecuteHandler(messageStream, callback) {
+ var errored... | Allow passing a custom function to process all incoming data from a raw messageStream | jbmusso_gremlin-javascript | train |
ac96d277492df34ba107e093c177ea77eda09361 | diff --git a/packages/wdio-cli/src/utils.js b/packages/wdio-cli/src/utils.js
index <HASH>..<HASH> 100644
--- a/packages/wdio-cli/src/utils.js
+++ b/packages/wdio-cli/src/utils.js
@@ -354,12 +354,19 @@ export function getPathForFileGeneration(answers){
process.cwd(),
path.dirname(answers.pages ... | fix(cli): backslash replacement on win<I> (#<I>) | webdriverio_webdriverio | train |
0e82d7436f6874055e625da6ac7fb4917c4670d7 | diff --git a/lib/permanent_records.rb b/lib/permanent_records.rb
index <HASH>..<HASH> 100644
--- a/lib/permanent_records.rb
+++ b/lib/permanent_records.rb
@@ -7,9 +7,15 @@ module PermanentRecords
base.extend LegacyScopes
end
base.send :include, InstanceMethods
- base.define_callbacks :before_revive,... | reviving dependent records works great | JackDanger_permanent_records | train |
67ed7498bac32157e52cb2dbd239d70d00a82ae8 | diff --git a/languagetool-core/src/main/java/org/languagetool/rules/AbstractStyleRepeatedWordRule.java b/languagetool-core/src/main/java/org/languagetool/rules/AbstractStyleRepeatedWordRule.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/rules/AbstractStyleRepeatedWordRule.java
+... | [GermanStyleRepeatedWordRule] URL to open thesaurus added (support of synonyms) | languagetool-org_languagetool | train |
5716b9080dc57a525ca3b3b85638b1842e761128 | diff --git a/lib/generators/address/templates/address.rb b/lib/generators/address/templates/address.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/address/templates/address.rb
+++ b/lib/generators/address/templates/address.rb
@@ -2,7 +2,6 @@ class Address < ActiveRecord::Base
belongs_to :addressable, :polymorph... | remove static validations from address model; make validations defined on load; syntax cleanup | yrgoldteeth_whereabouts | train |
9c8ddbefcfea2c2ead9999b918c143ccdc820fee | diff --git a/rope/base/oi/memorydb.py b/rope/base/oi/memorydb.py
index <HASH>..<HASH> 100644
--- a/rope/base/oi/memorydb.py
+++ b/rope/base/oi/memorydb.py
@@ -1,5 +1,6 @@
import cPickle as pickle
import UserDict
+import shutil
from rope.base.oi import objectdb
@@ -24,12 +25,21 @@ class MemoryDB(objectdb.FileDict... | Renamed objectdb.pickle to objectdb | python-rope_rope | train |
4cd7ed4b3b7360aef3a9fb16dfcc105001188717 | diff --git a/tests/vision_encoder_decoder/test_modeling_tf_vision_encoder_decoder.py b/tests/vision_encoder_decoder/test_modeling_tf_vision_encoder_decoder.py
index <HASH>..<HASH> 100644
--- a/tests/vision_encoder_decoder/test_modeling_tf_vision_encoder_decoder.py
+++ b/tests/vision_encoder_decoder/test_modeling_tf_vis... | Fix a TF Vision Encoder Decoder test (#<I>)
* send PyTorch inputs to the correct device
* Fix: TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first. | huggingface_pytorch-pretrained-BERT | train |
74c6be0a185426c6f0b3a3306d0626ced8e4327e | diff --git a/lib/jsduck/doc_formatter.rb b/lib/jsduck/doc_formatter.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/doc_formatter.rb
+++ b/lib/jsduck/doc_formatter.rb
@@ -36,16 +36,21 @@ module JsDuck
@relations = {}
end
+ # Replaces {@link} and {@img} tags, auto-generates links for
+ # recognized c... | Initial support for {@img} tag in doc-comments.
Simple-minded implementation with regex search-replace. | senchalabs_jsduck | train |
a13a2511f986bddd4bdefc04e3a7555bf6faf831 | diff --git a/builder/azure/arm/builder.go b/builder/azure/arm/builder.go
index <HASH>..<HASH> 100644
--- a/builder/azure/arm/builder.go
+++ b/builder/azure/arm/builder.go
@@ -92,7 +92,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
return nil, err
}
if b.config.ObjectID == "... | Added additional error message if we failed to parse token | hashicorp_packer | train |
0aaf255f58d6a18fd4a9762b45aef818193f78f6 | diff --git a/src/CommonFactory.php b/src/CommonFactory.php
index <HASH>..<HASH> 100644
--- a/src/CommonFactory.php
+++ b/src/CommonFactory.php
@@ -1029,7 +1029,10 @@ class CommonFactory implements Factory, DomainEventFactory, CommandFactory
*/
public function createProductSearchDocumentBuilder()
{
+ ... | Issue #<I>: Add stock availability attributes to search engine | lizards-and-pumpkins_catalog | train |
c52e8d72386483f71055a3ef70506ea4b908e349 | diff --git a/lib/HotModuleReplacementPlugin.js b/lib/HotModuleReplacementPlugin.js
index <HASH>..<HASH> 100644
--- a/lib/HotModuleReplacementPlugin.js
+++ b/lib/HotModuleReplacementPlugin.js
@@ -216,7 +216,6 @@ var hotInitCode = function() {
} finally {
finishChunkLoading();
}
- finishChunkLoading();... | fixed a bug where finishChunkLoading() was accidentally called twice | webpack_webpack | train |
d1a8b66e40c0896a2027c01b00e24ed040296714 | diff --git a/acceptancetests/clean_resources.py b/acceptancetests/clean_resources.py
index <HASH>..<HASH> 100755
--- a/acceptancetests/clean_resources.py
+++ b/acceptancetests/clean_resources.py
@@ -27,28 +27,62 @@ def get_regions(args, env):
def clean(args):
env = SimpleEnvironment.from_config(args.env)
- s... | Clean AWS security groups on all regions | juju_juju | train |
147a7b331a2a4bf12e6ab76c584bb03176835bd2 | diff --git a/descendancy.php b/descendancy.php
index <HASH>..<HASH> 100644
--- a/descendancy.php
+++ b/descendancy.php
@@ -127,7 +127,6 @@ echo '</td></tr></table>';
if (is_null($controller->descPerson)) {
echo '<span class="error">', i18n::translate('The requested GEDCOM record could not be found. This could be ca... | #<I> - Descendancy chart -view gen reduction | fisharebest_webtrees | train |
dfaed64e863b5e31e2f93be04156b9c2d7c0c0ab | diff --git a/src/pixi/InteractionManager.js b/src/pixi/InteractionManager.js
index <HASH>..<HASH> 100644
--- a/src/pixi/InteractionManager.js
+++ b/src/pixi/InteractionManager.js
@@ -240,6 +240,8 @@ PIXI.InteractionManager.prototype.setTargetDomElement = function(domElement)
// aint no multi touch just yet!
d... | Add listeners for touchleave and touchcancel. | pixijs_pixi.js | train |
b227db09ad6690cb47df5ef51585e1db74952518 | diff --git a/aioimaplib/tests/imapserver.py b/aioimaplib/tests/imapserver.py
index <HASH>..<HASH> 100644
--- a/aioimaplib/tests/imapserver.py
+++ b/aioimaplib/tests/imapserver.py
@@ -128,7 +128,7 @@ def critical_section(next_state):
return decorator
-command_re = re.compile(br'((DONE)|(?P<tag>\w+) (?P<cmd>[\w]... | [fix] server should accept login names with @ | bamthomas_aioimaplib | train |
1b0c65c299ebfd6da1f841289e7e8ee867b1644e | diff --git a/etcdserver/etcdhttp/client.go b/etcdserver/etcdhttp/client.go
index <HASH>..<HASH> 100644
--- a/etcdserver/etcdhttp/client.go
+++ b/etcdserver/etcdhttp/client.go
@@ -324,6 +324,10 @@ func (h *statsHandler) serveLeader(w http.ResponseWriter, r *http.Request) {
}
func serveVars(w http.ResponseWriter, r *... | etcdserver: don't allow methods other than GET in /debug/vars
Currently, /debug/vars seems to allow all types of methods e.g. PUT,
POST, etc. However, this path is a readonly stuff so it should allow
GET only. | etcd-io_etcd | train |
61674b400dc417d24dbd546b25111faa699a1855 | diff --git a/tensorflow_probability/python/math/linalg.py b/tensorflow_probability/python/math/linalg.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/math/linalg.py
+++ b/tensorflow_probability/python/math/linalg.py
@@ -30,7 +30,6 @@ from tensorflow_probability.python.internal import assert_util
fro... | Use tf.linalg.triangular_solve since it broadcasts now.
PiperOrigin-RevId: <I> | tensorflow_probability | train |
b0fe1036db9c8dfee3484b0eee94afdf9abfb4b7 | diff --git a/components/prism-jsx.js b/components/prism-jsx.js
index <HASH>..<HASH> 100644
--- a/components/prism-jsx.js
+++ b/components/prism-jsx.js
@@ -3,7 +3,7 @@
var javascript = Prism.util.clone(Prism.languages.javascript);
Prism.languages.jsx = Prism.languages.extend('markup', javascript);
-Prism.languages.j... | JSX: Improved performance for tags (when not matching) Fix #<I> | PrismJS_prism | train |
721a743e8b2eb1fe2e3d89d2b2252a1f00c50c5b | diff --git a/release.py b/release.py
index <HASH>..<HASH> 100755
--- a/release.py
+++ b/release.py
@@ -33,7 +33,7 @@ def updateHomepage(version):
def addAndCommitReleaseFiles(version):
- subprocess.call(['git', 'add', '-f', 'demo/includes/home/home.html', 'CHANGELOG.md', 'dist'])
+ subprocess.call(['git', 'a... | fix(release): fix release script | lumapps_lumX | train |
7bced907cc6dd8bbc5523054e8212bafee5f046e | diff --git a/test/name-default-formatting.js b/test/name-default-formatting.js
index <HASH>..<HASH> 100644
--- a/test/name-default-formatting.js
+++ b/test/name-default-formatting.js
@@ -30,16 +30,16 @@ t.test('removes node- and .js', t => {
})
})
-t.test('capital letters and tabs', t => {
+t.test('capital letter... | test: multiple spaces
Fix previous test to use multiple spaces instead of tabs | npm_init-package-json | train |
560424644d5ef2df8d57e2445a11540fcfba0988 | diff --git a/satpy/readers/satpy_cf_nc.py b/satpy/readers/satpy_cf_nc.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/satpy_cf_nc.py
+++ b/satpy/readers/satpy_cf_nc.py
@@ -193,10 +193,11 @@ logger = logging.getLogger(__name__)
class SatpyCFFileHandler(BaseFileHandler):
"""File handler for Satpy's CF netCDF fil... | Passing numeric_name_prefix to the reader with default as the writer | pytroll_satpy | train |
5c70a6ffc5895ab09d6e93bad4055088132808fb | diff --git a/cobra/core/ArrayBasedModel.py b/cobra/core/ArrayBasedModel.py
index <HASH>..<HASH> 100644
--- a/cobra/core/ArrayBasedModel.py
+++ b/cobra/core/ArrayBasedModel.py
@@ -56,12 +56,16 @@ class ArrayBasedModel(Model):
if deepcopy_model and isinstance(description, Model):
description = descr... | ArrayBasedModel.S is a read-only property | opencobra_cobrapy | train |
ac24cdae35d9def7a86188677544fb8732d04dcb | diff --git a/test/Event/EventTest.php b/test/Event/EventTest.php
index <HASH>..<HASH> 100644
--- a/test/Event/EventTest.php
+++ b/test/Event/EventTest.php
@@ -759,6 +759,100 @@ class EventTest extends AggregateRootScenarioTestCase
}
/**
+ * @test
+ */
+ public function it_updates_collaboration_da... | III-<I>: Test for updates occurring by sub brand | cultuurnet_udb3-php | train |
d39f74568a63d129f360e809803321d1528cde29 | diff --git a/lib/constants.js b/lib/constants.js
index <HASH>..<HASH> 100644
--- a/lib/constants.js
+++ b/lib/constants.js
@@ -19,6 +19,7 @@ exports.PROTOCOL = {
os.constants.errno.ENOTCONN,
os.constants.errno.ECONNREFUSED,
os.constants.errno.ECONNRESET,
+ os.constants.errno.EPIPE,
];
... | Added EPIPE for tcp errors | brightcove_hot-shots | train |
741a57eabcd95194393496966e8d64e45188d7b1 | diff --git a/lib/contentful_model/base.rb b/lib/contentful_model/base.rb
index <HASH>..<HASH> 100644
--- a/lib/contentful_model/base.rb
+++ b/lib/contentful_model/base.rb
@@ -58,20 +58,32 @@ module ContentfulModel
self.class.return_nil_for_empty_attribute_fields.include?(name)
end
+ def field_getter(... | add dynamic setter for empty fields (#<I>) | contentful_contentful_model | train |
8c90f9b44eadd2c40ba506e442230039d83ac0ae | diff --git a/src/component.js b/src/component.js
index <HASH>..<HASH> 100644
--- a/src/component.js
+++ b/src/component.js
@@ -132,8 +132,9 @@ class Component {
template.innerHTML = style;
template.appendChild(options.template);
}
-
- let clone = document.importNode(template.content, true);
+
+ // ... | changed to cloneNode instead of importNode | vokeio_oxe | train |
6f3a4283494ccae31beef7484a0fb6ab5ba971a6 | diff --git a/src/nupic/regions/SDRClassifierRegion.capnp b/src/nupic/regions/SDRClassifierRegion.capnp
index <HASH>..<HASH> 100644
--- a/src/nupic/regions/SDRClassifierRegion.capnp
+++ b/src/nupic/regions/SDRClassifierRegion.capnp
@@ -4,8 +4,8 @@ using import "/nupic/proto/SdrClassifier.capnp".SdrClassifierProto;
# ... | Updated hotgym test with actual value and implemented first fix for OPF test | numenta_nupic | train |
9630cb8b1b1229da1ef498d991a1ccacb83344af | diff --git a/obfuscation.go b/obfuscation.go
index <HASH>..<HASH> 100644
--- a/obfuscation.go
+++ b/obfuscation.go
@@ -30,7 +30,7 @@ type OnionErrorEncrypter struct {
sharedSecret [sha256.Size]byte
}
-// NewOnionErrorEncrypter creates new instance of the onion encryper backed by
+// NewOnionErrorEncrypter creates ... | Update obfuscation.go - spelling in comments fix | lightningnetwork_lightning-onion | train |
afb9301b6b9d2c9927ca244a99dd9003d6d32025 | diff --git a/lib/twitter/api/oauth.rb b/lib/twitter/api/oauth.rb
index <HASH>..<HASH> 100644
--- a/lib/twitter/api/oauth.rb
+++ b/lib/twitter/api/oauth.rb
@@ -23,6 +23,7 @@ module Twitter
def token
object_from_response(Twitter::Token, :post, "/oauth2/token", :grant_type => "client_credentials", :bearer_... | Adding bearer_token as an alias to token | sferik_twitter | train |
f9795280109a3874b6059ebea80270858978c496 | diff --git a/eventsourcing/contrib/cargo_shipping_example.py b/eventsourcing/contrib/cargo_shipping_example.py
index <HASH>..<HASH> 100644
--- a/eventsourcing/contrib/cargo_shipping_example.py
+++ b/eventsourcing/contrib/cargo_shipping_example.py
@@ -16,7 +16,7 @@
from datetime import datetime, timedelta
from enum ... | Hopefully some improvements to type hints in Cargo Shipping example. | johnbywater_eventsourcing | train |
a96cbf517c6e589f28779e6105c0c9b41da5062a | diff --git a/test/cases/railtie_test.rb b/test/cases/railtie_test.rb
index <HASH>..<HASH> 100644
--- a/test/cases/railtie_test.rb
+++ b/test/cases/railtie_test.rb
@@ -12,10 +12,9 @@ class RailtieTest < ActiveSupport::TestCase
def setup
Rails.env = 'development'
- @app = BlogApp::Application.new do
- c... | Fix app not being configured properly when using Railties <I>.
When running tests, a log directory is created and there's a log message about eager_load
not being set. It seems the block isn't run on <I>. | rails_globalid | train |
de05ee6662076b89bfd6c1a635cdb4bf0fb12674 | diff --git a/test/examples/examples.js b/test/examples/examples.js
index <HASH>..<HASH> 100644
--- a/test/examples/examples.js
+++ b/test/examples/examples.js
@@ -108,7 +108,7 @@ const comparisonCases = [
const helperCases = [
[{
- source: 'helper `@echo(@echo(\'hi \'), 1 + 100000 ^ 0)`',
+ source: "helper ... | tests: avoid escaped quotes for clarity (#<I>) | aragon_radspec | train |
ba25cacd9b809fec232ed9026f24ec48b544e53c | diff --git a/tests/test_list.py b/tests/test_list.py
index <HASH>..<HASH> 100644
--- a/tests/test_list.py
+++ b/tests/test_list.py
@@ -30,6 +30,30 @@ class TestList(unittest.TestCase):
List([1,2,3]).fmap(lambda x: g(f(x)))
)
+ def test_list_applicative_1(self):
+ a = List(lambda x, y: ... | Added applicative apply to list | dbrattli_OSlash | train |
d85ab81f71f50bc19b6558787b8be85335786813 | diff --git a/property.go b/property.go
index <HASH>..<HASH> 100644
--- a/property.go
+++ b/property.go
@@ -55,6 +55,9 @@ func parseFieldSelectorExpr(astTypeSelectorExpr *ast.SelectorExpr, parser *Parse
parser.ParseDefinition(pkgName.Name, typeDefinitions, astTypeSelectorExpr.Sel.Name)
return propertyNewFunc(ast... | Custom primitive types (#<I>)
* dealing with custom primitive types
* deal with array of custom types
* code doc
* testing custom types
* Adding missing check for CustomPrimitiveTypes
* cleanup | swaggo_swag | train |
db66825dc9990da4e6a0e673808427fcf149e450 | diff --git a/lib/bblib/core/hash_path/part.rb b/lib/bblib/core/hash_path/part.rb
index <HASH>..<HASH> 100644
--- a/lib/bblib/core/hash_path/part.rb
+++ b/lib/bblib/core/hash_path/part.rb
@@ -17,7 +17,7 @@ class HashPath
def key_match?(key, object)
case selector
when String
- key.to_s == select... | Added * as a wildcard key for matching everything. | bblack16_bblib-ruby | train |
54f43419e2fda72c5263824683defd067e49ff54 | diff --git a/peer_protocol/messagetype_string.go b/peer_protocol/messagetype_string.go
index <HASH>..<HASH> 100644
--- a/peer_protocol/messagetype_string.go
+++ b/peer_protocol/messagetype_string.go
@@ -6,19 +6,24 @@ import "strconv"
const (
_MessageType_name_0 = "ChokeUnchokeInterestedNotInterestedHaveBitfieldReq... | Fix fast extension message type constants
iota isn't worth the trouble | anacrolix_torrent | train |
aeee1adce3da408a5e736b2280ddfb8aecd8696a | diff --git a/schema.js b/schema.js
index <HASH>..<HASH> 100644
--- a/schema.js
+++ b/schema.js
@@ -140,9 +140,9 @@ Field.prototype._clean = function () {
this._currVal = undefined;
};
Field.prototype._produce = function () {
- this._parent._context._temp = {};
+ this._parent._context._state = {};
var res = th... | delete _temp, use _state | mongodb-js_dataset-generator | train |
58ae5748ce1bf43a8bb89759ff2e4f84a25f0bbd | diff --git a/packages/edam-completer/completer.js b/packages/edam-completer/completer.js
index <HASH>..<HASH> 100755
--- a/packages/edam-completer/completer.js
+++ b/packages/edam-completer/completer.js
@@ -46,10 +46,7 @@ const getList = co.wrap(function*(compl) {
source = tildify(source.url)
break
... | fix(edam-completer): allow colon in description | imcuttle_edam | train |
370fc4dcaffa0da50025aeb66158a1e8624574d8 | diff --git a/openquake/calculators/hazard/disagg/core.py b/openquake/calculators/hazard/disagg/core.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/hazard/disagg/core.py
+++ b/openquake/calculators/hazard/disagg/core.py
@@ -18,13 +18,101 @@
Disaggregation calculator core functionality
"""
+from openquake... | calcs/hazard/disagg/core:
Sketch of the disagg calc and related functions. | gem_oq-engine | train |
096875b21fa915ae2e7298ddb936366524f6a3d4 | diff --git a/src/main/java/net/sf/esfinge/metadata/locate/conventions/ConventionsLocator.java b/src/main/java/net/sf/esfinge/metadata/locate/conventions/ConventionsLocator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/sf/esfinge/metadata/locate/conventions/ConventionsLocator.java
+++ b/src/main/java/net/sf/e... | Update ConventionsLocator.java | EsfingeFramework_metadata | train |
b32c6ea3931f8d1d36d801e9a44577a4264809bb | diff --git a/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader.java b/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader.java
index <HASH>..<HASH> 100644
--- a/clustering/infinispan... | WFLY-<I> Persisting an empty list [] gets read as a list with empty string [""] resulting in IllegalArgumentException | wildfly_wildfly | train |
644fa5161bc813ea255f485c6b9725986d2cfa70 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -28,7 +28,7 @@ module.exports = function(grunt) {
}
},
jshint: {
- files: ['gruntfile.js', 'src/notifier.js', 'src/stacktrace.js', 'test/**/*.js'],
+ files: ['gruntfile.js', 'src/noti... | Watch and lint formatters | airbrake_airbrake-js | train |
cca24665472fb384d4128242cb1b77486b9173c9 | diff --git a/make.go b/make.go
index <HASH>..<HASH> 100644
--- a/make.go
+++ b/make.go
@@ -110,8 +110,6 @@ func main() {
}
}
- deleteUnwantedOldMirrorFiles(buildSrcPath)
-
closureEmbed := filepath.Join(buildSrcPath, "server", "camlistored", "ui", "closure", "z_data.go")
if *embedResources {
closureSrcDir ... | Mark closure's z_data.go as wanted, so it's not deleted. | perkeep_perkeep | train |
3ed8320348288c131b2344fa1ed0befe403c113d | diff --git a/elifetools/utils.py b/elifetools/utils.py
index <HASH>..<HASH> 100644
--- a/elifetools/utils.py
+++ b/elifetools/utils.py
@@ -276,8 +276,7 @@ def node_contents_str(tag):
for child_tag in tag.children:
if isinstance(child_tag, Comment):
# BeautifulSoup does not preserve content ta... | Remove a conditional not needed. | elifesciences_elife-tools | train |
c92a3e4fe94d193a512eb5a279ec91c7229c0202 | diff --git a/lib/cacheable_flash.rb b/lib/cacheable_flash.rb
index <HASH>..<HASH> 100644
--- a/lib/cacheable_flash.rb
+++ b/lib/cacheable_flash.rb
@@ -30,6 +30,7 @@ module CacheableFlash
end
flash.each do |key, value|
+ value = ERB::Util.html_escape(value) unless value.is_a?(Hash) || value.html_safe?
... | Escape HTML in flash values unless they're html_safe | pboling_cacheable-flash | train |
15f43ba90883ae7fe144ea444ce51518f77f1b94 | diff --git a/src/sap.ui.core/src/sap/ui/model/analytics/TreeBindingAdapter.js b/src/sap.ui.core/src/sap/ui/model/analytics/TreeBindingAdapter.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/model/analytics/TreeBindingAdapter.js
+++ b/src/sap.ui.core/src/sap/ui/model/analytics/TreeBindingAdapter.js
@@ -5... | [FIX] Ungrouping (all) columns now works as expected
The Table did not reset the numberOfExpandedLevels before removing the
grouping.
- Introduced 2 API functions to the TreeBindingAdapter for setting the
numberOfExpandedLevels.
- Added the reset mechanism to the AnalyticalTable
Change-Id: Ic<I>a<I>d<I>e9cc<I>d<I>a7... | SAP_openui5 | train |
00e5749068515a60fdbf6372e99d100b132acdd4 | diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/nls/root/messages.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/nls/root/messages.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.javascript/web/javascript/nls/root/messages.js
+++ b/bundles/org.eclipse.orion... | [nobug] - Change disable in file quickfix text | eclipse_orion.client | train |
4d0f931d6b94c60da9c2ae9c9d839832d5cd7fd9 | diff --git a/dedup.go b/dedup.go
index <HASH>..<HASH> 100644
--- a/dedup.go
+++ b/dedup.go
@@ -286,7 +286,19 @@ func (d *DedupManager) setLeader(tmpl *Template, lockCh <-chan struct{}) {
func (d *DedupManager) watchTemplate(client *consulapi.Client, t *Template) {
log.Printf("[INFO] (dedup) starting watch for templa... | Allow stale queries to make dedup even cheaper | hashicorp_consul-template | train |
dc884437fb5d707d33bd84f8721ed951d6d4d32a | diff --git a/lib/neovim/event_loop/connection.rb b/lib/neovim/event_loop/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/neovim/event_loop/connection.rb
+++ b/lib/neovim/event_loop/connection.rb
@@ -34,7 +34,7 @@ module Neovim
end
def initialize(rd, wr)
- @rd, @wr = [rd, wr].each { |io| io.bi... | Remove sync=true on connection IOs, it's not required | neovim_neovim-ruby | train |
7b8a3b15fda964b4524ab96aaaac0e2b457ea363 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,12 @@ Or install it yourself as:
```ruby
require 'lol'
-# defaults to euw
-client = Lol::Client.new "my_api_key"
+client = Lol::Client.new "my_api_key", "euw"
# => <Lol::Client:0x007fd09d1abb00 @api_key="my... | added ttl support and changed README | mikamai_ruby-lol | train |
a6accc3bf95ae4adf8b24663ae372d4de27112fa | diff --git a/lib/specinfra/command/module/ss.rb b/lib/specinfra/command/module/ss.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/command/module/ss.rb
+++ b/lib/specinfra/command/module/ss.rb
@@ -22,7 +22,15 @@ module Specinfra
if local_address == '0.0.0.0'
[ '\*' , '0\.0\.0\.0' ]
... | ss: fix local_address format for IPv6.
- make sure tests have IPv6 format instead IPv4
- fix local_address format when addresses are IPv6 (i.e. contain
at least one colon): ss reports those addresses between brackets | mizzy_specinfra | train |
5f2391a42552ba2efec8e98cc05baa468dd41ba0 | diff --git a/Line.js b/Line.js
index <HASH>..<HASH> 100644
--- a/Line.js
+++ b/Line.js
@@ -12,7 +12,6 @@ var Line = function(aline, text, apool){
var line = {};
function _analyzeLists () {
// identify list
- var lineMarker = false;
line.listLevel = 0;
if (aline) {
... | Fixed issue when line has line attributes that are not lists (lmkr had not been removed even when lineattribs=true) | stefanmintert_ep_xmlexport | train |
acadfafabf9e44f973b49ea3d0b352a7cf39f342 | diff --git a/storage/devicemapper/dm.go b/storage/devicemapper/dm.go
index <HASH>..<HASH> 100644
--- a/storage/devicemapper/dm.go
+++ b/storage/devicemapper/dm.go
@@ -53,9 +53,9 @@ func CreateNewDevice(containerId, devPrefix, rootPath string) error {
poolName := fmt.Sprintf("/dev/mapper/%s-pool", devPrefix)
createD... | dm: use CombinedOutput to replace Output
in order to get the stderr output. | hyperhq_hyperd | train |
759fc89f4bfa7586b97888954e8993fdb4130240 | diff --git a/js/src/util/sanitizer.js b/js/src/util/sanitizer.js
index <HASH>..<HASH> 100644
--- a/js/src/util/sanitizer.js
+++ b/js/src/util/sanitizer.js
@@ -21,14 +21,14 @@ const ARIA_ATTRIBUTE_PATTERN = /^aria-[\w-]*$/i
/**
* A pattern that recognizes a commonly useful subset of URLs that are safe.
*
- * Shouto... | sanitizer: add `sms` in the `SAFE_URL_PATTERN` (#<I>) | twbs_bootstrap | train |
164a8a143c5a00ffa404d8bd71bdc001cb40a98e | diff --git a/eventsourcing/domain/model/decorators.py b/eventsourcing/domain/model/decorators.py
index <HASH>..<HASH> 100644
--- a/eventsourcing/domain/model/decorators.py
+++ b/eventsourcing/domain/model/decorators.py
@@ -302,17 +302,20 @@ def subclassevents(cls: MetaAbstractDomainEntity):
# Redefine event classe... | Fixed another compatibility issue with Python<I>. | johnbywater_eventsourcing | train |
6e12bf7578a5edbec9da10905ef6fd1094e9401a | diff --git a/tests/phpunit/unit/Controller/ControllerUnitTest.php b/tests/phpunit/unit/Controller/ControllerUnitTest.php
index <HASH>..<HASH> 100644
--- a/tests/phpunit/unit/Controller/ControllerUnitTest.php
+++ b/tests/phpunit/unit/Controller/ControllerUnitTest.php
@@ -43,7 +43,6 @@ abstract class ControllerUnitTest e... | [Tests] Remove twig loader override to use StringLoader. The loader always returns true for template existence checks and it's deprecated. Shouldn't be too big of a problem as we are already project fixture directory. | bolt_bolt | train |
70761677bef280aa0eaa2a5216a62a75e771301e | diff --git a/nats.go b/nats.go
index <HASH>..<HASH> 100644
--- a/nats.go
+++ b/nats.go
@@ -1653,7 +1653,10 @@ func (nc *Conn) LastError() error {
if nc == nil {
return ErrInvalidConnection
}
- return nc.err
+ nc.mu.Lock()
+ err := nc.err
+ nc.mu.Unlock()
+ return err
}
// processErr processes any error messa... | [FIXED] LastError Data Race
Resolves #<I> | nats-io_go-nats | train |
a6a38a6540d132bdd62917dd6f9e80584275bb5a | diff --git a/addons/storyshots/src/test-body-image-snapshot.js b/addons/storyshots/src/test-body-image-snapshot.js
index <HASH>..<HASH> 100644
--- a/addons/storyshots/src/test-body-image-snapshot.js
+++ b/addons/storyshots/src/test-body-image-snapshot.js
@@ -11,6 +11,7 @@ const noop = () => {};
const defaultConfig =... | feature: add config to supply executable chrome path to puppeteer | storybooks_storybook | train |
90bda23d800c72ee9d262c2430f9c731f967863a | diff --git a/lib/capybara/session.rb b/lib/capybara/session.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/session.rb
+++ b/lib/capybara/session.rb
@@ -62,7 +62,7 @@ module Capybara
def fill_in(locator, options={})
msg = "cannot fill in, no text field, text area or password field with id, name, or labe... | unless is never a good idea | teamcapybara_capybara | train |
0d405db1af24b823d746491646bab163fb2ebc57 | diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100755
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -25,7 +25,7 @@ if (argv.version || argv.v) {
}
Promise.resolve(
- path.resolve(process.cwd(), argv._.length > 0 ? argv._[0] : ".")
+ path.resolve(process.cwd(), argv._.length > 0 ? String(argv._[0]) : ".")
).the... | Ensure specified directory path is always a String | lukehorvat_module | train |
da296e763bfc3751ede62aae576685df3c291177 | diff --git a/scripts/partitioner/sql/process.js b/scripts/partitioner/sql/process.js
index <HASH>..<HASH> 100644
--- a/scripts/partitioner/sql/process.js
+++ b/scripts/partitioner/sql/process.js
@@ -231,7 +231,7 @@ Process.prototype._lookupOrCreateUserRoleCols = function (userColName, roleColNa
attr, recordedByUserI... | fix(partitioner): restore parallel creation | delta-db_deltadb-server | train |
3a580295ef25f01d9d9f0fb0960b3a6e8f0b2978 | diff --git a/go/chat/server_test.go b/go/chat/server_test.go
index <HASH>..<HASH> 100644
--- a/go/chat/server_test.go
+++ b/go/chat/server_test.go
@@ -826,6 +826,7 @@ func TestChatSrvGetInboxNonblockLocalMetadata(t *testing.T) {
chat1.NewMessageBodyWithText(chat1.MessageText{
Body: fmt.Sprintf("%d", i+1),
... | put a small sleep in to try and get rid of flakes | keybase_client | train |
d189f397da2d45f8e701618c0d40a6f7b4cdea4e | diff --git a/src/endobox/MarkdownExtraRendererDecorator.php b/src/endobox/MarkdownExtraRendererDecorator.php
index <HASH>..<HASH> 100644
--- a/src/endobox/MarkdownExtraRendererDecorator.php
+++ b/src/endobox/MarkdownExtraRendererDecorator.php
@@ -17,12 +17,25 @@ namespace endobox;
class MarkdownExtraRendererDecorator ... | Fix markdown extra bug:
I was still getting Parsedown instead of ParsedownExtra instance when calling ParsedownExtra::instance() | younishd_endobox | train |
b3c171c90706d0e93f35e015f4d48261f0d2783d | diff --git a/jmetal-core/src/main/java/org/uma/jmetal/problem/multiobjective/NMMin2.java b/jmetal-core/src/main/java/org/uma/jmetal/problem/multiobjective/NMMin2.java
index <HASH>..<HASH> 100644
--- a/jmetal-core/src/main/java/org/uma/jmetal/problem/multiobjective/NMMin2.java
+++ b/jmetal-core/src/main/java/org/uma/jme... | Number implements what is needed to get primitive values.
You can only cast an Integer in an int, a Long in a long, etc. | jMetal_jMetal | train |
dbcf83786b4f0beb7422a07ccb6a99c71296014f | diff --git a/thrift/thrift-gen/names.go b/thrift/thrift-gen/names.go
index <HASH>..<HASH> 100644
--- a/thrift/thrift-gen/names.go
+++ b/thrift/thrift-gen/names.go
@@ -65,12 +65,12 @@ func goName(name string) string {
name += "_a1"
}
- name = camelCase(name)
+ name = camelCase(name, false /* publicName */)
retu... | Refactor calls to camelCase | uber_tchannel-go | train |
255574be8c77dd89fc7f36dd331074c74fca7788 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -7,7 +7,7 @@ var pumpify = require('pumpify')
var exec = require('ssh-exec')
var execspawn = require('execspawn')
var debug = require('debug')('transport-stream')
-var debugStream = require('debug-stream')(function (out) { ... | only instrument if DEBUG, and instrument on incoming and outgoing | mafintosh_transport-stream | train |
6696167d6ff2357d5ad936427047de1b028198fc | diff --git a/metadata.php b/metadata.php
index <HASH>..<HASH> 100644
--- a/metadata.php
+++ b/metadata.php
@@ -44,6 +44,7 @@ $aModule = [
Komplette Übersicht: '.$sLinkAndText,
],
'thumbnail' => 'module_internals.png',
+ 'version' => '3.0',
'author' => 'OXID Community',
'url'... | Update metadata.php
version is added to metadata | OXIDprojects_oxid-module-internals | train |
23712340b44b0fdc45405e19427d62304d780c9d | diff --git a/src/test/java/net/ravendb/client/test/client/lazy/LazyTest.java b/src/test/java/net/ravendb/client/test/client/lazy/LazyTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/ravendb/client/test/client/lazy/LazyTest.java
+++ b/src/test/java/net/ravendb/client/test/client/lazy/LazyTest.java
@@ -169,4... | RDBC-<I> bug in java's executeAllPendingLazyOperations - test | ravendb_ravendb-jvm-client | train |
e33a4eca8864b77f92f89c54c46c1ca4efa10c73 | diff --git a/queries/utils.py b/queries/utils.py
index <HASH>..<HASH> 100644
--- a/queries/utils.py
+++ b/queries/utils.py
@@ -3,6 +3,7 @@ Utility functions for access to OS level info and URI parsing
"""
import collections
+import logging
import os
# All systems do not support pwd module
@@ -21,6 +22,7 @@ try:... | Handle an error where the logged in user cant be found | gmr_queries | train |
d6995c1e21fe9754763a41715a5aa00e07989123 | diff --git a/test/search_test.rb b/test/search_test.rb
index <HASH>..<HASH> 100644
--- a/test/search_test.rb
+++ b/test/search_test.rb
@@ -80,7 +80,7 @@ module JekyllPagesApiSearch
css_path = File.join(SiteBuilder::BUILD_DIR, 'css', 'main.css')
assert(File.exist?(css_path), "css/main.css does not exist")
... | Fix test failure as part of #<I> | mbland_jekyll_pages_api_search | train |
945a0ba6df3784c5cc23b41aef5c5a61823dca2d | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
* Bugfix: The console pauses controllers on a call while taking control
* Feature: Reopen logfiles on SIGHUP
* Feature: Toggle :trace logging on SIGALRM (useful for debugging a live proces... | [FEATURE] Allow executing a global component
`Adhearsion::PunchblockPlugin.execute_component` | adhearsion_adhearsion | train |
40bbae6e7e89046b214dcf14e303539500a60577 | diff --git a/wakadump/formats/keenio.py b/wakadump/formats/keenio.py
index <HASH>..<HASH> 100644
--- a/wakadump/formats/keenio.py
+++ b/wakadump/formats/keenio.py
@@ -74,7 +74,7 @@ class Formatter(object):
files = {}
for project in day.get('projects', []):
- for f ... | Changed "file" to "entities" in keen.io export | wakatime_wakadump | train |
cc7a3888c5fc86a788a613e2c11254b22f913b5b | diff --git a/samples/SampleConsoleCmd-A.py b/samples/SampleConsoleCmd-A.py
index <HASH>..<HASH> 100755
--- a/samples/SampleConsoleCmd-A.py
+++ b/samples/SampleConsoleCmd-A.py
@@ -14,7 +14,8 @@ from bacpypes.consolecmd import ConsoleCmd
from bacpypes.core import run, enable_sleeping
-from bacpypes.app import LocalD... | Import correction to the SampleConsoleCmd-A.py | JoelBender_bacpypes | train |
31920f568f884916a7e89ae737b0fe9170aac860 | diff --git a/mr/awsome/__init__.py b/mr/awsome/__init__.py
index <HASH>..<HASH> 100644
--- a/mr/awsome/__init__.py
+++ b/mr/awsome/__init__.py
@@ -584,14 +584,6 @@ class AWS(object):
def __call__(self, argv):
cmds = [x[4:] for x in dir(self) if x.startswith('cmd_')]
- # make it possible to write ... | Removed hack which allowed to write server before command, it breaks too easily when adding more options. | ployground_ploy | train |
6a097db924a252d642f4d87efbcd6400483e89ba | diff --git a/examples/bitstamp-async.php b/examples/bitstamp-async.php
index <HASH>..<HASH> 100644
--- a/examples/bitstamp-async.php
+++ b/examples/bitstamp-async.php
@@ -2,7 +2,6 @@
use ApiClients\Client\Pusher\Event;
use React\EventLoop\Factory;
-use Rx\Observer\CallbackObserver;
use ApiClients\Client\Pusher\Asy... | Make async examples more declarative | php-api-clients_pusher | train |
4f7b3f8a0015838807bba502725626583d3146c3 | diff --git a/src/main/java/com/github/davidcarboni/restolino/api/Router.java b/src/main/java/com/github/davidcarboni/restolino/api/Router.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/davidcarboni/restolino/api/Router.java
+++ b/src/main/java/com/github/davidcarboni/restolino/api/Router.java
@@ -448,7... | Reduced logging level on handler invocation. | davidcarboni_restolino | train |
eb3161ca4579cddfed444e8164ca4708643d65c2 | diff --git a/docs/package.json b/docs/package.json
index <HASH>..<HASH> 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,5 +1,5 @@
{
- "name": "react-datasheet",
+ "name": "react-datasheet-example",
"version": "0.1.0",
"private": true,
"homepage": "http://nadbm.github.io/react-datasheet",
@@ -9,... | example project uses npm as source for react-datasheet | nadbm_react-datasheet | train |
db5e1f2ca3302876ada71f2476beedd861f8d69e | diff --git a/src/main/java/tachyon/UnderFileSystemHdfs.java b/src/main/java/tachyon/UnderFileSystemHdfs.java
index <HASH>..<HASH> 100644
--- a/src/main/java/tachyon/UnderFileSystemHdfs.java
+++ b/src/main/java/tachyon/UnderFileSystemHdfs.java
@@ -61,7 +61,8 @@ public class UnderFileSystemHdfs extends UnderFileSystem {
... | Disable the hdfs client instance cache for JournalTest | Alluxio_alluxio | train |
3753be3252dbb811f2ce94b56b55b5de54475a6c | 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
@@ -19,8 +19,8 @@ module Onebox
end
end
- open_graph = OpenGraph.new(response.body)
- if @raw
+ ... | Don't produce html without a title. Looks dumb. | discourse_onebox | train |
d1f6f26c0864e975199b6cfe5031afe500060a31 | diff --git a/SlimPostgres/Administrators/AdministratorsMapper.php b/SlimPostgres/Administrators/AdministratorsMapper.php
index <HASH>..<HASH> 100644
--- a/SlimPostgres/Administrators/AdministratorsMapper.php
+++ b/SlimPostgres/Administrators/AdministratorsMapper.php
@@ -174,14 +174,42 @@ final class AdministratorsMappe... | fix administrator filter by role. Fixes #<I>. | it-all_slim-postgres | train |
2a4dce7a24081d8dc60ebc0e5aa5ae6cdda875cd | diff --git a/src/Annotation/ExtractAnnotation.php b/src/Annotation/ExtractAnnotation.php
index <HASH>..<HASH> 100644
--- a/src/Annotation/ExtractAnnotation.php
+++ b/src/Annotation/ExtractAnnotation.php
@@ -134,7 +134,7 @@ final class ExtractAnnotation
if (preg_match_all('#{(.*?)}#', $value, $matchs)) {
... | fix: cast to string for str replace | rem42_scraper | train |
ac68dd945894755917b10f46e487a3f8b3018a63 | diff --git a/lib/hqmf-parser/2.0/data_criteria.rb b/lib/hqmf-parser/2.0/data_criteria.rb
index <HASH>..<HASH> 100644
--- a/lib/hqmf-parser/2.0/data_criteria.rb
+++ b/lib/hqmf-parser/2.0/data_criteria.rb
@@ -257,7 +257,7 @@ module HQMF2
if @specific_occurrence
@description = @description.split('_').drop(... | Handle specific occurrences of variables, fix root preconditionsg | projecttacoma_cqm-parsers | train |
b768adcb44a893443c8d27949d22a1c0ca18a051 | diff --git a/app/models/renalware/pathology/recent_results.rb b/app/models/renalware/pathology/recent_results.rb
index <HASH>..<HASH> 100644
--- a/app/models/renalware/pathology/recent_results.rb
+++ b/app/models/renalware/pathology/recent_results.rb
@@ -3,6 +3,8 @@ require_dependency "renalware/pathology"
module Rena... | Make this the same as HistoricalResults | airslie_renalware-core | train |
24f221854751a75a58fcd6e6e2426e4043c10e0d | diff --git a/allauth/account/views.py b/allauth/account/views.py
index <HASH>..<HASH> 100644
--- a/allauth/account/views.py
+++ b/allauth/account/views.py
@@ -230,7 +230,7 @@ class ConfirmEmailView(TemplateResponseMixin, View):
{'email': confirmation.email_address.email})
if ... | Cleanup: return and check for None explicitly | pennersr_django-allauth | train |
393a1acf50c43a3fefc59a657e18fb382c34438f | diff --git a/gimmemotifs/config.py b/gimmemotifs/config.py
index <HASH>..<HASH> 100644
--- a/gimmemotifs/config.py
+++ b/gimmemotifs/config.py
@@ -10,6 +10,7 @@ import glob
import sys
import xdg
import os
+import pathlib
import logging
import pkg_resources
import inspect
@@ -289,6 +290,15 @@ class MotifConfig(obj... | Add MotifConfig method to list all installed libraries.
Fixes #<I>. | vanheeringen-lab_gimmemotifs | train |
eade50b938fcf6f809f7104aa46a81b203b64145 | diff --git a/client/driver/rkt.go b/client/driver/rkt.go
index <HASH>..<HASH> 100644
--- a/client/driver/rkt.go
+++ b/client/driver/rkt.go
@@ -593,48 +593,51 @@ func (d *RktDriver) Start(ctx *ExecContext, task *structs.Task) (*StartResponse,
d.logger.Printf("[DEBUG] driver.rkt: retrieving status for pod %q (UUID %s) ... | Refactor rkt network status loop
The network status poll loop for the rkt drivers `Start` method was a
bit messy, and could not display the last encountered error. Here we
clean it up. | hashicorp_nomad | train |
e991ca19d44e3235607c34affc833a38d8cb8ad2 | diff --git a/indra/sources/biopax/processor.py b/indra/sources/biopax/processor.py
index <HASH>..<HASH> 100644
--- a/indra/sources/biopax/processor.py
+++ b/indra/sources/biopax/processor.py
@@ -92,10 +92,7 @@ class BiopaxProcessor(object):
def feature_delta(self, from_pe: bp.PhysicalEntity,
... | Deal with multiple unnamed modification sites | sorgerlab_indra | train |
fab471ed280f046f0a73dda37cf4a5fae8a3ea42 | diff --git a/test/test.exportFile.js b/test/test.exportFile.js
index <HASH>..<HASH> 100644
--- a/test/test.exportFile.js
+++ b/test/test.exportFile.js
@@ -42,7 +42,7 @@ describe('.exportFile([fileName], [type])', function () {
it('should export the current file as HTML with a null parameter as it\'s first', functi... | updating test file to pass with new marked expect block | OscarGodson_EpicEditor | train |
0f6351976e4082bf12e3c81d45bbf0f8034a6e66 | diff --git a/forks/frames/src/main/java/com/tinkerpop/frames/FramedGraph.java b/forks/frames/src/main/java/com/tinkerpop/frames/FramedGraph.java
index <HASH>..<HASH> 100644
--- a/forks/frames/src/main/java/com/tinkerpop/frames/FramedGraph.java
+++ b/forks/frames/src/main/java/com/tinkerpop/frames/FramedGraph.java
@@ -4... | Added a no-args constructor. This makes proxying the FramedGraph possible | windup_windup | train |
a3858d3d6238ef05a21fb29247bfcfdad5697f83 | diff --git a/packages/@ember/-internals/glimmer/tests/integration/input-test.js b/packages/@ember/-internals/glimmer/tests/integration/input-test.js
index <HASH>..<HASH> 100644
--- a/packages/@ember/-internals/glimmer/tests/integration/input-test.js
+++ b/packages/@ember/-internals/glimmer/tests/integration/input-test.... | [BUGFIX beta] Adding test for #<I> | emberjs_ember.js | train |
a1521c2a9ac16ace9d5a23407edc548597b6b72f | diff --git a/src/canvas/index.js b/src/canvas/index.js
index <HASH>..<HASH> 100644
--- a/src/canvas/index.js
+++ b/src/canvas/index.js
@@ -30,7 +30,14 @@
* @module Canvas
*/
-import { on, off, hasDnd, getElement, getPointerEvent } from 'utils/mixins';
+import {
+ on,
+ off,
+ hasDnd,
+ getElement,
+ getPoint... | Add scrollIntoView to the component view | artf_grapesjs | train |
c9340d04447d86c79c510d6aa12b511bc5083c5c | diff --git a/src/lambda/LambdaFunction.js b/src/lambda/LambdaFunction.js
index <HASH>..<HASH> 100644
--- a/src/lambda/LambdaFunction.js
+++ b/src/lambda/LambdaFunction.js
@@ -1,6 +1,4 @@
-import { tmpdir } from 'os'
import { dirname, join, resolve } from 'path'
-import { realpathSync } from 'fs'
import { emptyDir, en... | Move lamda dir into service path | dherault_serverless-offline | train |
04cfb7e7e459f3fc5a0d2c24cca1a67b6c4ba92b | diff --git a/revuo/models.py b/revuo/models.py
index <HASH>..<HASH> 100644
--- a/revuo/models.py
+++ b/revuo/models.py
@@ -31,6 +31,10 @@ class NewsItem(models.Model):
text = models.TextField()
+ def authorize(self):
+ self.authorized = True
+
+
def __unicode__(self):
return self.title
... | implementing initial authorization system
still not verifying if the user has editor rights | Lasanha_revuo | train |
d24f7a05146fffdb00f7a3cdd2e6055e9bd19cde | diff --git a/opal/browser/dom/builder.rb b/opal/browser/dom/builder.rb
index <HASH>..<HASH> 100644
--- a/opal/browser/dom/builder.rb
+++ b/opal/browser/dom/builder.rb
@@ -54,15 +54,12 @@ Builder.for String do |b, item|
end
Builder.for Paggio::HTML::Element do |b, item|
- dom = b.document.create_element(`item.name`... | Migrate Builder to an extended $document.create_element API | opal_opal-browser | train |
48878edd7872d5e33e192dafec56135398cfb1bd | diff --git a/shared/chat/conversation/messages/wrapper/exploding-height-retainer/index.native.js b/shared/chat/conversation/messages/wrapper/exploding-height-retainer/index.native.js
index <HASH>..<HASH> 100644
--- a/shared/chat/conversation/messages/wrapper/exploding-height-retainer/index.native.js
+++ b/shared/chat/c... | Fix some styling typos (#<I>)
* some styling typos
* storyshots | keybase_client | train |
d2317b1d8dda7d36f1ba952f533ff45e2464ae52 | diff --git a/bench/speed.js b/bench/speed.js
index <HASH>..<HASH> 100644
--- a/bench/speed.js
+++ b/bench/speed.js
@@ -1,24 +1,33 @@
'use strict';
const cluster = require('cluster');
+const http = require('http');
const WebSocket = require('..');
const port = 8181;
+const path = '';
+// const path = '/tmp/wss... | [benchmark] Add Unix domain sockets to bench (#<I>) | websockets_ws | train |
2e9e06200d4190d2b713319779d201efd1e0796e | diff --git a/lib/puppet/functions.rb b/lib/puppet/functions.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/functions.rb
+++ b/lib/puppet/functions.rb
@@ -1,4 +1,9 @@
module Puppet::Functions
+ # ===========================================================================
+ # WARNING: This new function API is still u... | (PUP-<I>) Add warning messages to docs
These APIs are still under development, but will be part of the next
release. This tries to give any users warning that they might change at
any time. | puppetlabs_puppet | train |
285bdceac572627cbce30b58850cb46100c30962 | diff --git a/lib/tropo_message.rb b/lib/tropo_message.rb
index <HASH>..<HASH> 100644
--- a/lib/tropo_message.rb
+++ b/lib/tropo_message.rb
@@ -1,12 +1,11 @@
module Tropo
class Message
- attr_accessor :params
- attr_accessor :tropo_session
+ attr_accessor :params, :tropo_session
- def initialize(opti... | Added request_xml function and simplified constructer | dwilkie_tropo_message | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.