hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c06fc2faf8619e34fbf790c727e2b97f57b942de | diff --git a/CHANGES b/CHANGES
index <HASH>..<HASH> 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
master
+ * Support for Rails 3.1 streaming (Temple > 0.3.2 required)
+
1.0.1
* Only delimiting brackets must be balanced in ruby attributes
diff --git a/lib/slim/command.rb b/lib/slim/command.rb
index <HASH>... | Add support for rails <I> streaming
* :disable_capture is obsolete, since the RailsOutputBuffer generator takes care of Rails-specific capturing
* Streaming disables the DynamicInliner optimization (StaticMerger instead),
because the output_buffer.append calls must be kept separate for streaming
WARNING: New ... | slim-template_slim | train |
1804c1d8ca5673d5ec2f200e53fff088a8541175 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -25,9 +25,10 @@ class Origin {
ipfsGatewayPort = defaultIpfsGatewayPort,
ipfsGatewayProtocol = defaultIpfsGatewayProtocol,
attestationServerUrl = defaultAttestationServerUrl,
- contractAddress... | Receive non-window external web3 (#<I>) | OriginProtocol_origin-js | train |
7ef9ddcb87e484abd40fe27708200c75223dc771 | diff --git a/src/Controller/AdminController.php b/src/Controller/AdminController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/AdminController.php
+++ b/src/Controller/AdminController.php
@@ -1,62 +1,47 @@
<?php
-// **************************** \\
-// ***** ADMIN CONTROLLER ***** \\
-// **********************... | Refactoring the AdminController | philippebeck_pjs | train |
87e24a3d011b42a047ff430fdcb18e36ad27ead9 | diff --git a/djstripe/models.py b/djstripe/models.py
index <HASH>..<HASH> 100644
--- a/djstripe/models.py
+++ b/djstripe/models.py
@@ -6,6 +6,7 @@ import decimal
import json
import traceback as exception_traceback
import warnings
+import logging
from django.conf import settings
from django.contrib.sites.models i... | If subscription is canceled from Stripe dashboard and not yet synced locally, cancel locally stored subscription. | dj-stripe_dj-stripe | train |
01bc406f5de24a9f302bc43e38a52226859b2a65 | diff --git a/spec/Formatter/GitBlacklistFormatterSpec.php b/spec/Formatter/GitBlacklistFormatterSpec.php
index <HASH>..<HASH> 100644
--- a/spec/Formatter/GitBlacklistFormatterSpec.php
+++ b/spec/Formatter/GitBlacklistFormatterSpec.php
@@ -64,4 +64,14 @@ class GitBlacklistFormatterSpec extends ObjectBehavior
... | Test case written for #<I>
I wrote a test case for when the $pos turns out negative. So
it still displays the correct message. | phpro_grumphp | train |
004a1c91827e7594a0ec870891f9bb572833b426 | diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst
index <HASH>..<HASH> 100644
--- a/doc/source/whatsnew/v1.4.0.rst
+++ b/doc/source/whatsnew/v1.4.0.rst
@@ -426,6 +426,7 @@ Indexing
- Bug in :meth:`Index.get_indexer_non_unique` when index contains multiple ``np.nan`` (:issue:`35392`)
- Bug i... | BUG: Solves errors when calling series methods in DataFrame.query with numexpr (#<I>) | pandas-dev_pandas | train |
d4396c0b027d58a9ad861d2030b0a9f147f5b5fa | diff --git a/packages/service/webpack.serverless.config.js b/packages/service/webpack.serverless.config.js
index <HASH>..<HASH> 100644
--- a/packages/service/webpack.serverless.config.js
+++ b/packages/service/webpack.serverless.config.js
@@ -68,7 +68,8 @@ module.exports = {
},
externals: [nodeExternals({
... | revert: chore(webpack): Just let webpack figure out what to package here.
Or not.
This reverts commit <I>cd<I>a<I>b4b6f<I>c3f<I>a<I>b<I>fbbab. | randytarampi_me | train |
0171000364fac2724e78eb9db2ec44bda9688bf3 | diff --git a/colorama/winterm.py b/colorama/winterm.py
index <HASH>..<HASH> 100644
--- a/colorama/winterm.py
+++ b/colorama/winterm.py
@@ -73,7 +73,7 @@ class WinTerm(object):
position.X += 1
position.Y += 1
return position
-
+
def set_cursor_position(self, position=None, on_stderr=F... | fix set position after erase_data (SetConsoleCursorPosition rejects 0, index must be 1-based) | tartley_colorama | train |
7b74f17476a4f2b6b4f9b73a36eff19ef74a5958 | diff --git a/src/main/java/com/tomgibara/bits/Bits.java b/src/main/java/com/tomgibara/bits/Bits.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/tomgibara/bits/Bits.java
+++ b/src/main/java/com/tomgibara/bits/Bits.java
@@ -274,32 +274,96 @@ public final class Bits {
// immutable bit stores
+ /**
+ * An... | Documents immutable bit methods. | tomgibara_bits | train |
152b91c67823557910886dbb353be7487e37dcbf | diff --git a/www/src/py_generator.js b/www/src/py_generator.js
index <HASH>..<HASH> 100644
--- a/www/src/py_generator.js
+++ b/www/src/py_generator.js
@@ -340,21 +340,21 @@ $BRGeneratorDict.__next__ = function(self){
// Call the function _next to yield a value
try{
var res = self._next.apply(null, se... | Adapt py_generator.js to execution frames management | brython-dev_brython | train |
6c6574549c29cbffec9b90549f5f327386a42391 | diff --git a/tests/ResolvesViewsTest.php b/tests/ResolvesViewsTest.php
index <HASH>..<HASH> 100644
--- a/tests/ResolvesViewsTest.php
+++ b/tests/ResolvesViewsTest.php
@@ -100,6 +100,32 @@ class ResolvesViewsTest extends TestCase
/**
* @test
*/
+ public function it_can_use_the_config_for_default_layo... | Adding test for specifying a layout in the config | JumpGateio_ViewResolution | train |
1363eaa6800e701623df6270fa09131138963e1a | diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/base.py
+++ b/openquake/calculators/base.py
@@ -142,7 +142,8 @@ class BaseCalculator(with_metaclass(abc.ABCMeta)):
if pre_execute:
self.pre_execute()
... | Managed the case of complete filtering
Former-commit-id: <I>a0c<I>b8e<I>c2d1bcd<I>f<I>c<I>e8ce | gem_oq-engine | train |
7f5ecfe57ac58f013cb5c0d68090b665cc5e238b | diff --git a/shared/teams/really-leave-team/container-chat.js b/shared/teams/really-leave-team/container-chat.js
index <HASH>..<HASH> 100644
--- a/shared/teams/really-leave-team/container-chat.js
+++ b/shared/teams/really-leave-team/container-chat.js
@@ -1,26 +1,32 @@
// @flow
+import * as React from 'react'
import *... | Fix last owner check when coming to leave team from Chat (#<I>)
* Fix last owner check when coming to leave team from Chat
* refactor into a Switcher component
* use Teamname type
* use globalMargins | keybase_client | train |
dec90f3fb8295e7e2140955ad413879dcb16fb4f | diff --git a/spec/pvoutput/client_spec.rb b/spec/pvoutput/client_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/pvoutput/client_spec.rb
+++ b/spec/pvoutput/client_spec.rb
@@ -7,7 +7,7 @@ require 'timecop'
require 'pvoutput/client'
-# rubocop:disable Metrics/BlockLength,RSpec/FilePath
+# rubocop:disable RSpec/FileP... | Removed unnecessary disabling of Metrics/BlockLength
* spec/pvoutput/client_spec.rb: | johnf_pvoutput | train |
092e10b3be58af1bd813c224b05df5304659d48b | diff --git a/symphony/lib/core/class.administration.php b/symphony/lib/core/class.administration.php
index <HASH>..<HASH> 100755
--- a/symphony/lib/core/class.administration.php
+++ b/symphony/lib/core/class.administration.php
@@ -96,7 +96,7 @@
* @return mixed
*/
public function getMigrationVersion(){
- if... | Modularize upgrade-checking a bit | symphonycms_symphony-2 | train |
cdd59002386ab2ab76b918e2ab7a141edfdc72a8 | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,6 @@
+# 0.1.2 / 2018-10-04
+
+* Comply to sklearn's instantiation rule, http://scikit-learn.org/stable/developers/contributing.html#instantiation
# 0.1.1 / 2018-09-25
diff --git a/ctmc/ctmc_class.py b/ctmc... | Comply to sklearn's instantiation rule, <URL> | kmedian_ctmc | train |
17a8966762ac48f92104f1948774cee1b45d9d87 | diff --git a/ansible/modules/hashivault/hashivault_rekey.py b/ansible/modules/hashivault/hashivault_rekey.py
index <HASH>..<HASH> 100644
--- a/ansible/modules/hashivault/hashivault_rekey.py
+++ b/ansible/modules/hashivault/hashivault_rekey.py
@@ -86,7 +86,7 @@ def hashivault_rekey(params):
key = params.get('key')
... | Fix for hvac <I> | TerryHowe_ansible-modules-hashivault | train |
5712d2cad9b24d00279362d4949b32302d17e496 | diff --git a/modules/appnexusBidAdapter.js b/modules/appnexusBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/appnexusBidAdapter.js
+++ b/modules/appnexusBidAdapter.js
@@ -394,11 +394,22 @@ export const spec = {
}
},
- transformBidParams: function (params, isOpenRtb) {
+ transformBidParams: function ... | appnexus bid adapter - fix in psp keywords logic (#<I>) | prebid_Prebid.js | train |
8983822edb47ba4dd4026a67b79cd3655311c9c9 | diff --git a/perspective-shell/src/test/java/org/meridor/perspective/shell/interactive/CommandsTest.java b/perspective-shell/src/test/java/org/meridor/perspective/shell/interactive/CommandsTest.java
index <HASH>..<HASH> 100644
--- a/perspective-shell/src/test/java/org/meridor/perspective/shell/interactive/CommandsTest.... | Added test for "show mail" command | meridor_perspective-backend | train |
ceec6f2ceede5c9552717cada5f724dfa73bfbc8 | diff --git a/packages/ember-metal/lib/properties.js b/packages/ember-metal/lib/properties.js
index <HASH>..<HASH> 100644
--- a/packages/ember-metal/lib/properties.js
+++ b/packages/ember-metal/lib/properties.js
@@ -37,6 +37,17 @@ var Descriptor = Ember.Descriptor = function() {};
// DEFINING PROPERTIES API
//
+var ... | Make detecting mandatory setters possible
This allows debugger tools to ignore them | emberjs_ember.js | train |
d8cbd8d63ed74130f84f60e9ce5f4ce0f23ebb6e | diff --git a/acceptance/tests/plan_ssh.rb b/acceptance/tests/plan_ssh.rb
index <HASH>..<HASH> 100644
--- a/acceptance/tests/plan_ssh.rb
+++ b/acceptance/tests/plan_ssh.rb
@@ -78,7 +78,7 @@ plan test::ssh_retry_plan($nodes) {
"The task did not succeed on #{node.hostname}")
end
else
- ... | (maint) Address acceptance test failures | puppetlabs_bolt | train |
14f857cb2942d6260d6af62c9286f1e5a51c190e | diff --git a/TODO.org b/TODO.org
index <HASH>..<HASH> 100644
--- a/TODO.org
+++ b/TODO.org
@@ -57,10 +57,7 @@
pdf-reader!
*** DONE Add spatials parser.post { }, use in text_runs to sort and merge
adjacent runs. Or split text_runs into characters and text_runs.
-*** TODO Implement PNG output. Should be able t... | regions.rb: Fix missing regions in some PDFs. | CrossRef_pdfextract | train |
d07ac2594507b6c68785e27efd6328d9d2349fbf | diff --git a/tensorboardX/embedding.py b/tensorboardX/embedding.py
index <HASH>..<HASH> 100644
--- a/tensorboardX/embedding.py
+++ b/tensorboardX/embedding.py
@@ -9,10 +9,15 @@ def make_tsv(metadata, save_path, metadata_header=None):
'len of header must be equal to the number of columns in metadata'
... | Fix embeddings unicode issue (#<I>)
* Fix unicode issue
* py2 compatibility | lanpa_tensorboardX | train |
197d260d38850a30204c6f8890d27ff77796d9ec | diff --git a/drools-ide-common/src/test/java/org/drools/testframework/ScenarioRunnerTest.java b/drools-ide-common/src/test/java/org/drools/testframework/ScenarioRunnerTest.java
index <HASH>..<HASH> 100644
--- a/drools-ide-common/src/test/java/org/drools/testframework/ScenarioRunnerTest.java
+++ b/drools-ide-common/src/... | JBRULES-<I> Open Live Querries
-Fixed failing test, which was dependant on autodeactive for ruleflowgroups executing AFTER all inserts. That is not ideal, so hard coded the test to use autodeactive = false.
git-svn-id: <URL> | kiegroup_droolsjbpm-tools | train |
c4e1e4f50f9ff60f336f703dbf9c094d97fed61a | diff --git a/src/client/Client.js b/src/client/Client.js
index <HASH>..<HASH> 100644
--- a/src/client/Client.js
+++ b/src/client/Client.js
@@ -265,10 +265,11 @@ class Client extends EventEmitter {
/**
* Fetches an invite object from an invite code.
- * @param {string} code the invite code.
+ * @param {Invi... | Add InviteResolvable (#<I>)
* Add InviteResolvable
Add InviteResolvable
* Return data as fallback instead
* Rename resolver method | discordjs_discord.js | train |
29a704cc907ec8a64be02dc38d6bff5f555b5771 | diff --git a/ui/js/compareperf.js b/ui/js/compareperf.js
index <HASH>..<HASH> 100644
--- a/ui/js/compareperf.js
+++ b/ui/js/compareperf.js
@@ -364,7 +364,7 @@ perf.controller('CompareSubtestResultsCtrl', [
return;
}
- PhSeries.getSubtestSummaries($scope.newProject,
+... | Bug <I> - Loading subtest results in perfherder would sometimes hang | mozilla_treeherder | train |
fffbf3497dc4fe97d9ac24ac127c9967862e5ac3 | diff --git a/doc.go b/doc.go
index <HASH>..<HASH> 100644
--- a/doc.go
+++ b/doc.go
@@ -37,5 +37,46 @@ rules are as follows:
- If the types are different and not Lua numbers, convert to complex128 (proxy),
Lua number, or Lua string according to the result kind.
+
+Channel
+
+Channel proxies can be manipulated with t... | Document methods for channel, complex, slice and string proxies | stevedonovan_luar | train |
329309d9ec5c4995d0d5976da068b35ec89e935a | diff --git a/src/packages/database/model/index.js b/src/packages/database/model/index.js
index <HASH>..<HASH> 100644
--- a/src/packages/database/model/index.js
+++ b/src/packages/database/model/index.js
@@ -410,10 +410,6 @@ class Model {
}
getAttributes(...keys: Array<string>): Object {
- if (!keys.length) {... | fix: empty 'fields' params cause all keys of a resource to be exposed (#<I>)
refactor: simplify Model.prototype.getAttributes | postlight_lux | train |
994c3811b7f70c82225a35ad12bcf9825c6f563f | diff --git a/caas/kubernetes/provider/k8s.go b/caas/kubernetes/provider/k8s.go
index <HASH>..<HASH> 100644
--- a/caas/kubernetes/provider/k8s.go
+++ b/caas/kubernetes/provider/k8s.go
@@ -6,6 +6,7 @@ package provider
import (
"bytes"
"fmt"
+ "os"
"strconv"
"strings"
"text/template"
@@ -902,7 +903,11 @@ func o... | Driveby to allow operator image username to be set as env var | juju_juju | train |
89531048c1fd8f4ef719bf4b8e4d4c4cd745014b | diff --git a/lib/rake/file_utils.rb b/lib/rake/file_utils.rb
index <HASH>..<HASH> 100644
--- a/lib/rake/file_utils.rb
+++ b/lib/rake/file_utils.rb
@@ -48,7 +48,7 @@ module FileUtils
set_verbose_option(options)
options[:noop] ||= Rake::FileUtilsExt.nowrite_flag
Rake.rake_check_options options, :noop, :ver... | Improve output of sh with an ENV hash
Given:
env = {
'MESSAGE' => 'hello world',
}
sh env, "echo $MESSAGE"
Previously `rake -t` would output:
{"MESSAGE"=>"hello world"} echo $MESSAGE
Now it outputs:
MESSAGE=hello world echo $MESSAGE | ruby_rake | train |
b356132e06047fdae09fd63f5212464e7da9efe9 | diff --git a/javamelody-core/src/main/java/net/bull/javamelody/internal/web/PdfController.java b/javamelody-core/src/main/java/net/bull/javamelody/internal/web/PdfController.java
index <HASH>..<HASH> 100644
--- a/javamelody-core/src/main/java/net/bull/javamelody/internal/web/PdfController.java
+++ b/javamelody-core/src... | add pdf link in the threads page | javamelody_javamelody | train |
b3e30261d1b46c2fcdc1a2fd015afe63feb923df | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -41,7 +41,7 @@ const DOCKER_COUCHBASE = 'couchbase:6.0.0';
const DOCKER_CASSANDRA = 'cassandra:3.11.4';
const DOCKER_MSSQL =... | Added memcached docker image version to <I>-alpine | jhipster_generator-jhipster | train |
cb574b7f697092281a39efa28cdc375c53691b70 | diff --git a/lib/Bridge/TolerantParser/WorseReflection/WorseConstructorCompletor.php b/lib/Bridge/TolerantParser/WorseReflection/WorseConstructorCompletor.php
index <HASH>..<HASH> 100644
--- a/lib/Bridge/TolerantParser/WorseReflection/WorseConstructorCompletor.php
+++ b/lib/Bridge/TolerantParser/WorseReflection/WorseCo... | use correct resolved name (not namespaced name) | phpactor_completion | train |
620275045cfc95e0886e5f8f404bd53d16aa47b0 | diff --git a/lib/json/jws.rb b/lib/json/jws.rb
index <HASH>..<HASH> 100644
--- a/lib/json/jws.rb
+++ b/lib/json/jws.rb
@@ -21,27 +21,6 @@ module JSON
raise VerificationFailed
end
- def as_json(options = {})
- case options[:syntax]
- when :general
- {
- payload: UrlSafeBase64.e... | move JSON::JWS#as_json to JSON::JWT#as_json, and decoding JSON Serialized JWS | nov_json-jwt | train |
0352ce79b8a9c9e3d2abca32458c804b197e00cb | diff --git a/mvcc/metrics_txn.go b/mvcc/metrics_txn.go
index <HASH>..<HASH> 100644
--- a/mvcc/metrics_txn.go
+++ b/mvcc/metrics_txn.go
@@ -50,18 +50,10 @@ func (tw *metricsTxnWrite) Put(key, value []byte, lease lease.LeaseID) (rev int6
func (tw *metricsTxnWrite) End() {
defer tw.TxnWrite.End()
- if sum := tw.range... | mvcc: count range/put/del operations for txns
Txns were previously only bumping the txn counter; now bumps all operation
counters. | etcd-io_etcd | train |
80a5280f3c1a81c1beb96ffc1ccf8bf2bf9c7146 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,40 +2,37 @@
from setuptools import setup
setup(
- name = 'flux_led',
- packages = ['flux_led'],
- version = '0.23.1',
- description = 'A Python library to communicate with the flux_led smart bulbs',
- aut... | Make webcolors an install_requires | Danielhiversen_flux_led | train |
04a247e9d146ed165573eb148c8eb5436ea43355 | diff --git a/vendor/seahorse/lib/seahorse/client/configuration.rb b/vendor/seahorse/lib/seahorse/client/configuration.rb
index <HASH>..<HASH> 100644
--- a/vendor/seahorse/lib/seahorse/client/configuration.rb
+++ b/vendor/seahorse/lib/seahorse/client/configuration.rb
@@ -84,7 +84,9 @@ module Seahorse
#
# @... | Configuration now accepts options as procs.
Previously all procs were resolved when the configuration
was finalized. Now this happens only if the proc was given
as a block argument.
# a dynamic option
config.add_option(:foobar) { |config| config.foo + 'bar' }
# config.proc_option returns the given proc
conf... | aws_aws-sdk-ruby | train |
cde38625f9a3cef0c30fa3d8ca13791caa54b33e | diff --git a/lib/fluent/plugin/in_tail.rb b/lib/fluent/plugin/in_tail.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/in_tail.rb
+++ b/lib/fluent/plugin/in_tail.rb
@@ -40,8 +40,8 @@ module Fluent
end
unless @pos_file
- log.warn "'pos_file PATH' parameter is not set to a 'tail' source."
- ... | Use instead of log in in_tail configure for better warning | fluent_fluentd | train |
4704aaf8d9bf7c095515e00df815eba4f050989e | diff --git a/resources/views/layouts/main-header/main.blade.php b/resources/views/layouts/main-header/main.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/layouts/main-header/main.blade.php
+++ b/resources/views/layouts/main-header/main.blade.php
@@ -15,7 +15,7 @@
<!-- Header Navbar -->
<nav class="na... | correct data-toggle
Correct data-toggle value so navigation can be open/hidden on mobile devices | Atnic_laravel-admin-lte | train |
a789149942076d60e27021a16fdc728d2e1fd657 | diff --git a/lib/jsdom/level3/xpath.js b/lib/jsdom/level3/xpath.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/level3/xpath.js
+++ b/lib/jsdom/level3/xpath.js
@@ -1,13 +1,22 @@
-var core = require("../level2/core").dom.level2.core;
-
/** Here is yet another implementation of XPath 1.0 in Javascript.
* My go... | Make xpath.js loadable in browser (so I can test it on Webkit/Gecko tests. | jsdom_jsdom | train |
250b02ab609e93bec55049af9a55e0d790634128 | diff --git a/source/awesome_tool/mvc/views/gap/connection.py b/source/awesome_tool/mvc/views/gap/connection.py
index <HASH>..<HASH> 100644
--- a/source/awesome_tool/mvc/views/gap/connection.py
+++ b/source/awesome_tool/mvc/views/gap/connection.py
@@ -258,7 +258,7 @@ class ScopedVariableDataFlowView(DataFlowView, Observ... | Adjust port label position
Port labels are now shown on the correct side:
- Incoming labels are always drawn outside the state
- Outgoing labels are always drawn inside the state | DLR-RM_RAFCON | train |
1d9d661dd03c6f66f62b3f32865eadd4b5afe304 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="selectivesearch",
- version="0.1",
+ version="0.2",
url="https://github.com/AlpacaDB/selectivesearch",
description="Selective Search... | Bump the version to <I> | AlpacaDB_selectivesearch | train |
8baf287d2f767baa3d33aff9c599582f36bdabb0 | diff --git a/src/Wasabi.php b/src/Wasabi.php
index <HASH>..<HASH> 100644
--- a/src/Wasabi.php
+++ b/src/Wasabi.php
@@ -49,6 +49,9 @@ class Wasabi
if ($user !== null) {
self::$_user = $user;
}
+ if (!self::$_user) {
+ return null;
+ }
return self::$_user;
... | return null if no user was found | wasabi-cms_core | train |
d4716c55756dcb471f3b2b361406880158c4a488 | diff --git a/modules/org.opencms.editors.sitemap/resources/system/workplace/resources/editors/sitemap/js/cms.sitemap.js b/modules/org.opencms.editors.sitemap/resources/system/workplace/resources/editors/sitemap/js/cms.sitemap.js
index <HASH>..<HASH> 100644
--- a/modules/org.opencms.editors.sitemap/resources/system/work... | - fixed text input problem for urlname fields in IE | alkacon_opencms-core | train |
f0740097c14853314c1f22e199118eade7ed98a8 | diff --git a/lib/Thelia/Core/Thelia.php b/lib/Thelia/Core/Thelia.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Core/Thelia.php
+++ b/lib/Thelia/Core/Thelia.php
@@ -47,7 +47,7 @@ use Thelia\Model\ModuleQuery;
class Thelia extends Kernel
{
- const THELIA_VERSION = '2.0.3-beta2';
+ const THELIA_VERSION = '2.0... | set thelia version to <I> | thelia_core | train |
7f046e2af37f85e44138afd251fbab949caab347 | diff --git a/internal/runtimehandlerhooks/runtime_handler_hooks.go b/internal/runtimehandlerhooks/runtime_handler_hooks.go
index <HASH>..<HASH> 100644
--- a/internal/runtimehandlerhooks/runtime_handler_hooks.go
+++ b/internal/runtimehandlerhooks/runtime_handler_hooks.go
@@ -9,8 +9,8 @@ import (
)
type RuntimeHandle... | Pass runtime to the handler hooks | cri-o_cri-o | train |
ba3a64b685661dd1a2ace758f12c82be661ca46b | diff --git a/sentry/helpers.py b/sentry/helpers.py
index <HASH>..<HASH> 100644
--- a/sentry/helpers.py
+++ b/sentry/helpers.py
@@ -76,7 +76,7 @@ def transform(value):
return str(value)
except:
return to_unicode(value)
- elif hasattr(value, '__sentry__'):
+ elif callable(getattr(... | Log helper bugfix: check that __sentry__ is callable first | elastic_apm-agent-python | train |
753a2322a99f87c0eff284980e77f53041555bc6 | diff --git a/shellwords.go b/shellwords.go
index <HASH>..<HASH> 100644
--- a/shellwords.go
+++ b/shellwords.go
@@ -34,10 +34,11 @@ func replaceEnv(s string) string {
type Parser struct {
ParseEnv bool
ParseBacktick bool
+ Position int
}
func NewParser() *Parser {
- return &Parser{ParseEnv, ParseBackt... | Add Position to detect remaining words
This should be useful to detect the line has multiple-commands, redirect
or etc, like below.
foo; bar
foo && bar
foo || bar
foo < file
foo > file | mattn_go-shellwords | train |
3feb18bb56b0b94e9caf9f5647a662f775b058ab | diff --git a/lib/jekyll/converters/markdown/redcarpet_parser.rb b/lib/jekyll/converters/markdown/redcarpet_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/converters/markdown/redcarpet_parser.rb
+++ b/lib/jekyll/converters/markdown/redcarpet_parser.rb
@@ -4,13 +4,12 @@ module Jekyll
class RedcarpetParser
... | Redcarpet Parser requires pygments | jekyll_jekyll | train |
175dff5c01a0aa6d1cb828d5674c39f99378080d | diff --git a/core/src/test/java/smile/classification/LogisticRegressionTest.java b/core/src/test/java/smile/classification/LogisticRegressionTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/smile/classification/LogisticRegressionTest.java
+++ b/core/src/test/java/smile/classification/LogisticRegressionTes... | revert sigmoid implementation for better accuracy | haifengl_smile | train |
c6dd1c5852fa799ea7ebe3d962807d321fca37c0 | diff --git a/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/DocumentViewImporter.java b/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/xml/importing/DocumentViewImporter.java
index <HASH>..<HASH> 100644
--- a/exo.jcr.component.core/src/main/java/org/exoplatf... | EXOJCR-<I>: max-buffer-size from configuration should be use in TransientValueData during import | exoplatform_jcr | train |
523bc24ba88f9ef311c9d870effe20e2190a4ed4 | diff --git a/angr/analyses/decompiler/structurer.py b/angr/analyses/decompiler/structurer.py
index <HASH>..<HASH> 100644
--- a/angr/analyses/decompiler/structurer.py
+++ b/angr/analyses/decompiler/structurer.py
@@ -1066,7 +1066,7 @@ class Structurer(Analysis):
def _rewrite_conditional_jumps_to_breaks(self, loop_... | Structurer: Fix a crash during rewriting conditional jumps to breaks. | angr_angr | train |
91ade897746b5aeeec102a4d12b7a87605c8730f | diff --git a/nomenclate/settings.py b/nomenclate/settings.py
index <HASH>..<HASH> 100644
--- a/nomenclate/settings.py
+++ b/nomenclate/settings.py
@@ -20,4 +20,4 @@ FATAL = FATAL
def get_module_logger(module_name, module_override_level=None):
module_logger_level = module_override_level or PACKAGE_LOGGER_LEVEL
-... | slight modifications to requirements. Also realized had an incorrect lib in there configparser which is a built-in...not required. Double checked reqs with pipdeptree to see that I minimized the stated reqs. | AndresMWeber_Nomenclate | train |
fed1e95a3a49acc3ce1b9071fa087dd35219de32 | diff --git a/slither/printers/inheritance/inheritance_graph.py b/slither/printers/inheritance/inheritance_graph.py
index <HASH>..<HASH> 100644
--- a/slither/printers/inheritance/inheritance_graph.py
+++ b/slither/printers/inheritance/inheritance_graph.py
@@ -51,8 +51,8 @@ class PrinterInheritanceGraph(AbstractPrinter):... | Changed inheritance-graph shadowing state variable color to red (as it's most likely an error). | crytic_slither | train |
24562038c9910ab6859e7a7ccd2678c883414dc0 | diff --git a/mirakuru/base.py b/mirakuru/base.py
index <HASH>..<HASH> 100644
--- a/mirakuru/base.py
+++ b/mirakuru/base.py
@@ -16,10 +16,13 @@
# You should have received a copy of the GNU Lesser General Public License
# along with mirakuru. If not, see <http://www.gnu.org/licenses/>.
"""Base executor with the most ... | treat all processes as process groups - closes #<I> | ClearcodeHQ_mirakuru | train |
7f65a7fb5379cc51b55463f976fc0cc6e3f4e89b | diff --git a/lib/jfogs.js b/lib/jfogs.js
index <HASH>..<HASH> 100644
--- a/lib/jfogs.js
+++ b/lib/jfogs.js
@@ -5,7 +5,7 @@
* Javascript code obfuscator
* @author
* zswang (http://weibo.com/zswang)
- * @version 0.0.6
+ * @version 0.0.7
* @date 2015-08-23
*/
var esprima = require('esprima');
@@ -40,14 +40,14... | fixed: 'prefix' is not defined. | zswang_jfogs | train |
b079fae696fc097377d3f6ba50fedf1eff244db2 | diff --git a/database/migrations/create_likes_table.php b/database/migrations/create_likes_table.php
index <HASH>..<HASH> 100755
--- a/database/migrations/create_likes_table.php
+++ b/database/migrations/create_likes_table.php
@@ -9,8 +9,8 @@
* file that was distributed with this source code.
*/
-use Illuminate\D... | Apply fixes from StyleCI (#<I>)
[ci skip] [skip ci] | faustbrian_Laravel-Likeable | train |
28eec7be0a7dc709f1142e49543d7a3770d60980 | diff --git a/packages/transformers/react-refresh-babel/src/ReactRefreshBabelTransformer.js b/packages/transformers/react-refresh-babel/src/ReactRefreshBabelTransformer.js
index <HASH>..<HASH> 100644
--- a/packages/transformers/react-refresh-babel/src/ReactRefreshBabelTransformer.js
+++ b/packages/transformers/react-ref... | ReactRefreshBabelTransform change to check peerDependencies in addition to dependencies. (#<I>) | parcel-bundler_parcel | train |
bd6f33d18b239d0033dca4ef92ab1f60c326ceae | diff --git a/bundles/as3/test/fdb_test.rb b/bundles/as3/test/fdb_test.rb
index <HASH>..<HASH> 100644
--- a/bundles/as3/test/fdb_test.rb
+++ b/bundles/as3/test/fdb_test.rb
@@ -20,40 +20,40 @@ class FDBTest < Test::Unit::TestCase
assert debugger.is_a?(Sprout::FDBTask)
end
- def test_simple_buffer
+ def cre... | Cleaned up FDBBuffer tests | lukebayes_project-sprouts | train |
e84236b3b1210edb64c916e7d5aa479a92ee3b6d | diff --git a/static/lib/composer.js b/static/lib/composer.js
index <HASH>..<HASH> 100644
--- a/static/lib/composer.js
+++ b/static/lib/composer.js
@@ -394,6 +394,7 @@ define('composer', [
});
drafts.init(postContainer, postData);
+
var draft = drafts.get(postData.save_id);
if (draft && draft.title) {
... | refactor: use topicThumbs.modal.open instead of triggering uploader directly | NodeBB_nodebb-plugin-composer-default | train |
a7f4e92c88b448f6e92f652df19b7dde4db7408c | diff --git a/modules/wyc/src/wyc/builder/CodeGenerator.java b/modules/wyc/src/wyc/builder/CodeGenerator.java
index <HASH>..<HASH> 100644
--- a/modules/wyc/src/wyc/builder/CodeGenerator.java
+++ b/modules/wyc/src/wyc/builder/CodeGenerator.java
@@ -484,8 +484,9 @@ public final class CodeGenerator {
Code.Block retInvar... | WyC: Yet another bug fix for #<I>; related to #<I>.
This is yet another bug fix related to the incorrect normalisation of
type invariants for inclusion into postconditions. The problem is
related to the fact that a type invariant has only one input, whereas a
postcondition has at least as many inputs as there are par... | Whiley_WhileyCompiler | train |
a85a7443f556d4cfb99729b97c2949e8467b6e1d | diff --git a/src/serializers/paw/Serializer.js b/src/serializers/paw/Serializer.js
index <HASH>..<HASH> 100644
--- a/src/serializers/paw/Serializer.js
+++ b/src/serializers/paw/Serializer.js
@@ -259,8 +259,9 @@ methods.createEndpointDynamicString = (endpoint) => {
const port = methods.convertURLComponentToDynamicStr... | paw serializer - no more double slashes when separating the endpoint from the path | luckymarmot_API-Flow | train |
0823807db3d52c3ba1e2709336c45446bae3b2ce | diff --git a/policies/audit-log.js b/policies/audit-log.js
index <HASH>..<HASH> 100644
--- a/policies/audit-log.js
+++ b/policies/audit-log.js
@@ -19,7 +19,7 @@ internals.logCreate = function(mongoose, model, Log) {
Log = Log.bind("logCreate");
const AuditLog = mongoose.model('auditLog');
- const i... | Updated auditLog to get correct IP when behind a reverse proxy such as nginx. | JKHeadley_rest-hapi | train |
bd6b14a6f04b0b2b5ecd405aa56faf0659b900fb | diff --git a/dynamic_rest/fields/fields.py b/dynamic_rest/fields/fields.py
index <HASH>..<HASH> 100644
--- a/dynamic_rest/fields/fields.py
+++ b/dynamic_rest/fields/fields.py
@@ -313,24 +313,6 @@ class DynamicRelationField(WithRelationalFieldMixin, DynamicField):
return None
return serializer.to... | better error message for bad related object, also some cleanup | AltSchool_dynamic-rest | train |
19325d47af849cf991b41513369096cacd61ee94 | diff --git a/lib/appsignal/config.rb b/lib/appsignal/config.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal/config.rb
+++ b/lib/appsignal/config.rb
@@ -80,7 +80,7 @@ module Appsignal
def log_file_path
path = config_hash[:log_path] || root_path
- if File.writable?(path)
+ if path && File.writa... | Handle possible nil log file path in config | appsignal_appsignal-ruby | train |
62cf20d6c7b5f1b13636aaad7461e5b2de0e4454 | diff --git a/pmdarima/arima/arima.py b/pmdarima/arima/arima.py
index <HASH>..<HASH> 100644
--- a/pmdarima/arima/arima.py
+++ b/pmdarima/arima/arima.py
@@ -493,7 +493,7 @@ class ARIMA(BaseARIMA):
def predict_in_sample(self, exogenous=None, start=None,
end=None, dynamic=False, return_con... | Change default to predict_in_sample to typ=levels | tgsmith61591_pmdarima | train |
368edb6d6c4157778aad84e6a6c64076e857c074 | diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py
index <HASH>..<HASH> 100755
--- a/seleniumbase/fixtures/base_case.py
+++ b/seleniumbase/fixtures/base_case.py
@@ -2592,6 +2592,13 @@ class BaseCase(unittest.TestCase):
if level != 0 and level != 1 and level != 2 and level != 3... | Warn users that Demo Mode breaks layout tests for visual testing | seleniumbase_SeleniumBase | train |
6a574cf0fe10acd2b9880330d4d5fc8ff268c7dd | diff --git a/pyontutils/ttlser.py b/pyontutils/ttlser.py
index <HASH>..<HASH> 100644
--- a/pyontutils/ttlser.py
+++ b/pyontutils/ttlser.py
@@ -90,6 +90,8 @@ class CustomTurtleSerializer(TurtleSerializer):
DC.description,
RDFS.subClassOf,
RDFS.subPrope... | ttlser added isDefinedBy domain and range to predicate ordering and version bump since there are existing files whose serialization is changed | tgbugs_pyontutils | train |
687dd0765a944f3a408efac69d2083d9c4aa33c9 | diff --git a/app/models/choo_choo/master_event.rb b/app/models/choo_choo/master_event.rb
index <HASH>..<HASH> 100644
--- a/app/models/choo_choo/master_event.rb
+++ b/app/models/choo_choo/master_event.rb
@@ -10,10 +10,7 @@ module ChooChoo
after_update :on_update
before_destroy :on_destroy
- # has_on... | Make reference to activity available from MasterEvent model | trackingtrain_choo_choo | train |
21a8c4874683f8e230b14f8e09adecfb69d2a81b | diff --git a/src/test/java/picocli/CommandLineTest.java b/src/test/java/picocli/CommandLineTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/picocli/CommandLineTest.java
+++ b/src/test/java/picocli/CommandLineTest.java
@@ -58,15 +58,7 @@ import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.j... | Enable static imports on JUnit's Assert | remkop_picocli | train |
414ae18131aae7bbe7a828364c1675b575853590 | diff --git a/lib/sup.rb b/lib/sup.rb
index <HASH>..<HASH> 100644
--- a/lib/sup.rb
+++ b/lib/sup.rb
@@ -315,6 +315,7 @@ require "sup/logger/singleton"
## determine encoding and character set
$encoding = Locale.current.charset
$encoding = "UTF-8" if $encoding == "utf8"
+$encoding = "UTF-8" if $encoding == "UTF8"
if $... | Merge #<I>: Accept UTF8 as UTF-8 and test encoding with fallback to UTF-8
Fixes #<I>.
Squashed commit of the following:
commit 9ce<I>e<I>fb<I>bcd<I>e<I>ff<I> | sup-heliotrope_sup | train |
34da3717ffba44fd4a849f2ec46646067f3b7a29 | diff --git a/test/test_process_pool_fork.py b/test/test_process_pool_fork.py
index <HASH>..<HASH> 100644
--- a/test/test_process_pool_fork.py
+++ b/test/test_process_pool_fork.py
@@ -276,15 +276,25 @@ class TestProcessPool(unittest.TestCase):
self.assertFalse(pool.active)
- # def test_process_pool_stop_... | issue #<I>: add large data tests for ProcessPool | noxdafox_pebble | train |
9528abfa5d689b53420180dc491ec3f98e2c26c6 | diff --git a/cypress/integration/renderers/tui.spec.js b/cypress/integration/renderers/tui.spec.js
index <HASH>..<HASH> 100644
--- a/cypress/integration/renderers/tui.spec.js
+++ b/cypress/integration/renderers/tui.spec.js
@@ -102,9 +102,17 @@ describe('Renderers: tui', () => {
it('should render methods properly',... | test(e2e): check for methods lines number in template Tui | Kocal_jsdoc-vuejs | train |
c0bfdac1e7234fcbf2f5ad1f02ff1cb6c2167ded | diff --git a/src/render/renderRect.js b/src/render/renderRect.js
index <HASH>..<HASH> 100644
--- a/src/render/renderRect.js
+++ b/src/render/renderRect.js
@@ -16,7 +16,10 @@ export default function renderRect(a) {
});
if (a.color) {
- rect.setAttribute('fill', `#${a.color}`);
+ setAttributes(r... | Make highlight opaque to allow text to show through | instructure_pdf-annotate.js | train |
0db4bf7bcd9ba5529c9725cc79169012a5db478f | diff --git a/src/fixer.js b/src/fixer.js
index <HASH>..<HASH> 100644
--- a/src/fixer.js
+++ b/src/fixer.js
@@ -29,6 +29,9 @@ class Fixer {
// Listen to the page resize and recalculate elements width
let onResize = debounce(() => this.resetElements(), 4);
window.addEventListener("resize", onResize);
+
+ ... | Provide 'addElement' method for Element class to make possible chaining this method when adding new element. | alexspark86_fixer | train |
d3dbd6213f20facdab1c2e36fb65bf3961cbb95f | diff --git a/lib/health-data-standards/models/record.rb b/lib/health-data-standards/models/record.rb
index <HASH>..<HASH> 100644
--- a/lib/health-data-standards/models/record.rb
+++ b/lib/health-data-standards/models/record.rb
@@ -13,12 +13,20 @@ class Record
field :test_id, type: BSON::ObjectId
field :medical_re... | force entry subclasses on entry collections | projecttacoma_cqm-parsers | train |
922c2baebb47a57f623fe57c82984374f9e65e63 | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -79,6 +79,15 @@ The value of this setting will be the **GET** parameter that you must pass in::
GET http://127.0.0.1:8000/watchman/?custom-token-name=:token
+Login based authentication
+***********************... | Add support for login_required decorator to require the user to be authenticated | mwarkentin_django-watchman | train |
87664986096ec04e02d1c810f476982533b17d86 | diff --git a/charmstore/client.go b/charmstore/client.go
index <HASH>..<HASH> 100644
--- a/charmstore/client.go
+++ b/charmstore/client.go
@@ -5,6 +5,7 @@ package charmstore
import (
"io"
+ "io/ioutil"
"time"
"github.com/juju/errors"
@@ -91,6 +92,9 @@ func NewClient(config *csclient.Params) Client {
// Wrap... | Drop the dedicated client.Close() implementation. | juju_juju | train |
adb4e86cc86d3d889c5ee5676a84801b70135621 | diff --git a/lib/Map/MapboxVectorTileImageryProvider.js b/lib/Map/MapboxVectorTileImageryProvider.js
index <HASH>..<HASH> 100644
--- a/lib/Map/MapboxVectorTileImageryProvider.js
+++ b/lib/Map/MapboxVectorTileImageryProvider.js
@@ -172,6 +172,7 @@ MapboxVectorTileImageryProvider.prototype._requestImage = function(x, y, ... | Work on highlighting vector tile regions from GlobeOrMap | TerriaJS_terriajs | train |
add62f23db7f66ce1b74ae7f98b5b9958b9063be | diff --git a/lib/puppet/indirector/node/exec.rb b/lib/puppet/indirector/node/exec.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/indirector/node/exec.rb
+++ b/lib/puppet/indirector/node/exec.rb
@@ -19,14 +19,6 @@ class Puppet::Node::Exec < Puppet::Indirector::Exec
# Translate the output to ruby.
result = tra... | (PUP-<I>) Validate Environment Before Setting
Before this commit the environment validation was happening for the Exec
terminus instead of on the node object itself. This fix should help all
node objects from having invalid environments when its environment is
set using `Puppet::Node#environment=`. | puppetlabs_puppet | train |
bb41bf1ac6ee72e251d723f554fa6d6f7c037d83 | diff --git a/lib/mongoid/associations/has_one.rb b/lib/mongoid/associations/has_one.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/associations/has_one.rb
+++ b/lib/mongoid/associations/has_one.rb
@@ -36,13 +36,14 @@ module Mongoid #:nodoc:
unless attributes.nil?
klass = attributes[:_type] ? attri... | Fixing issue with has one getting set to nil and validates_associated | mongodb_mongoid | train |
86078a709ec8236d51570e7e223d8c5a0837e288 | diff --git a/bundles/org.eclipse.orion.client.core/web/orion/projectClient.js b/bundles/org.eclipse.orion.client.core/web/orion/projectClient.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.core/web/orion/projectClient.js
+++ b/bundles/org.eclipse.orion.client.core/web/orion/projectClient.js
@@ -1... | Bug <I> - Exception refreshing page from deploy code (#<I>) | eclipse_orion.client | train |
25351a482c81a1c0a76fa38c4c9baf123e2aa98c | diff --git a/src/main/java/org/primefaces/component/breadcrumb/BreadCrumbRenderer.java b/src/main/java/org/primefaces/component/breadcrumb/BreadCrumbRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/component/breadcrumb/BreadCrumbRenderer.java
+++ b/src/main/java/org/primefaces/component/brea... | Fix for checkstyle issue in solution of #<I>. | primefaces_primefaces | train |
46779025f62ce2ea5ba749faaeaddc31a28ca5c3 | diff --git a/compiler/expressions.go b/compiler/expressions.go
index <HASH>..<HASH> 100644
--- a/compiler/expressions.go
+++ b/compiler/expressions.go
@@ -346,9 +346,9 @@ func (c *funcContext) translateExpr(expr ast.Expr) *expression {
return c.formatExpr("%e %t %e", e.X, e.Op, e.Y)
case token.MUL:
switch... | simpler multiplication for int and uint | gopherjs_gopherjs | train |
4e5eb42c7cd6ba20347f647502435186c74b7bae | diff --git a/Facades/Bus.php b/Facades/Bus.php
index <HASH>..<HASH> 100644
--- a/Facades/Bus.php
+++ b/Facades/Bus.php
@@ -20,7 +20,7 @@ class Bus extends Facade
/**
* Replace the bound instance with a fake.
*
- * @return BusFake
+ * @return \Illuminate\Support\Testing\Fakes\BusFake
*/
... | Set FQCN as docblock return type | illuminate_support | train |
6fed8f6c7512b64524ea23ca1f62ebb2704a1629 | diff --git a/src/Robo/Commands/Setup/ConfigCommand.php b/src/Robo/Commands/Setup/ConfigCommand.php
index <HASH>..<HASH> 100644
--- a/src/Robo/Commands/Setup/ConfigCommand.php
+++ b/src/Robo/Commands/Setup/ConfigCommand.php
@@ -127,10 +127,6 @@ class ConfigCommand extends BltTasks {
* @param string $cm_core_key
... | Fixing features override deprecation. (#<I>) | acquia_blt | train |
04fb2cacb8059118277ef7b4d8a77a2238026b29 | diff --git a/src/server/pkg/storage/chunk/writer.go b/src/server/pkg/storage/chunk/writer.go
index <HASH>..<HASH> 100644
--- a/src/server/pkg/storage/chunk/writer.go
+++ b/src/server/pkg/storage/chunk/writer.go
@@ -80,7 +80,6 @@ func (w *worker) run(byteSet *byteSet) error {
func (w *worker) rollByteSet(byteSet *byteS... | Refactor some of the chunk writer worker functions and add some more documentation | pachyderm_pachyderm | train |
46670b4612fc5e0fdd188f2bf8a904f3368f405d | diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php
index <HASH>..<HASH> 100644
--- a/features/bootstrap/FeatureContext.php
+++ b/features/bootstrap/FeatureContext.php
@@ -186,12 +186,7 @@ class FeatureContext implements Context
public function itShouldPassWithNoOutput($succe... | Unnecessary exception rethrow | Behat_Behat | train |
76c0ffe2ad5595a32c78862da2f69d208f60003f | diff --git a/Gemfile b/Gemfile
index <HASH>..<HASH> 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,4 +2,4 @@ source "https://rubygems.org"
gemspec
-git: "git@github.com:Nakilon/nethttputils.git", tag: "v0.0.1.4"
+# git: "git@github.com:Nakilon/nethttputils.git", tag: "v0.0.1.4"
diff --git a/examples/realtimeww2/main.rb ... | retrying on <I> from twitter | Nakilon_reddit_bot | train |
960056e7d460c6294c0f00c161637d3d422a9cb4 | diff --git a/lib/rack/client/cookie_jar/context.rb b/lib/rack/client/cookie_jar/context.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/client/cookie_jar/context.rb
+++ b/lib/rack/client/cookie_jar/context.rb
@@ -3,6 +3,7 @@ module Rack
module CookieJar
class Context
include Options
+ include ... | Add async support to CookieJar. | halorgium_rack-client | train |
32fe9965b636d9ef92a11de9c647c7c7f68b7e1c | diff --git a/src/Template/Engine.php b/src/Template/Engine.php
index <HASH>..<HASH> 100644
--- a/src/Template/Engine.php
+++ b/src/Template/Engine.php
@@ -2,8 +2,6 @@
namespace Xajax\Template;
-use Tonic\Tonic;
-
/*
File: Engine.php | Removed reference to the Tonic template engine. | jaxon-php_jaxon-core | train |
8bee98fe3a3917f86d53f68b7cc11c4aafe5f011 | diff --git a/activerecord/lib/active_record/associations/association_collection.rb b/activerecord/lib/active_record/associations/association_collection.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/association_collection.rb
+++ b/activerecord/lib/active_record/associations/association... | just use respond_to? and super rather than aliasing around methods | rails_rails | train |
df2009d18d5d45732089f333fa67608a8b4569d7 | diff --git a/tests/integration/standard/test_query_paging.py b/tests/integration/standard/test_query_paging.py
index <HASH>..<HASH> 100644
--- a/tests/integration/standard/test_query_paging.py
+++ b/tests/integration/standard/test_query_paging.py
@@ -251,7 +251,7 @@ class QueryPagingTests(unittest.TestCase):
... | assertEquals --> assertEqual | datastax_python-driver | train |
b7da07ddaacea03fbd2d6a9c81d0bce54ece817f | diff --git a/entry_types/scrolled/package/src/contentElements/inlineAudio/InlineAudio.js b/entry_types/scrolled/package/src/contentElements/inlineAudio/InlineAudio.js
index <HASH>..<HASH> 100644
--- a/entry_types/scrolled/package/src/contentElements/inlineAudio/InlineAudio.js
+++ b/entry_types/scrolled/package/src/cont... | Fade out audio element when deactivating
Align with video element behavior.
REDMINE-<I> | codevise_pageflow | train |
590a376796ffbeaffec7e89d55de6bfce1696bb5 | diff --git a/src/builders/DecimalBuilder.php b/src/builders/DecimalBuilder.php
index <HASH>..<HASH> 100644
--- a/src/builders/DecimalBuilder.php
+++ b/src/builders/DecimalBuilder.php
@@ -83,13 +83,14 @@ abstract class DecimalBuilder extends NumericBuilder {
if ((int) $wholePart > 0) {
//find posit... | - Float writing is fully implemented and testing.
- Uncommented test cases that were temporarily removed are restored. | JaredClemence_binn | train |
d659714fe74ea71d9f788c653602cb02b2968722 | diff --git a/languagetool-language-modules/de/src/test/java/org/languagetool/rules/de/GermanTest.java b/languagetool-language-modules/de/src/test/java/org/languagetool/rules/de/GermanTest.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/de/src/test/java/org/languagetool/rules/de/GermanTest.java
+++ ... | [de] slightly improve ß/ss test for de-CH variants | languagetool-org_languagetool | train |
e27bcfa5f20d704a0eee3d35ce5f5b5ca43bbf6e | diff --git a/Entity/CacheRepository.php b/Entity/CacheRepository.php
index <HASH>..<HASH> 100644
--- a/Entity/CacheRepository.php
+++ b/Entity/CacheRepository.php
@@ -144,7 +144,7 @@ class CacheRepository extends CommonRepository
*/
public function oldestDateAdded($duration, string $timezone = null, \DateTim... | [ENG-<I>] clone on OldestDate method | TheDMSGroup_mautic-contact-source | train |
7cfb9fc1b1a69b6ef88dfec39d9096b50d734520 | diff --git a/corenlp_pywrap/pywrap.py b/corenlp_pywrap/pywrap.py
index <HASH>..<HASH> 100644
--- a/corenlp_pywrap/pywrap.py
+++ b/corenlp_pywrap/pywrap.py
@@ -15,7 +15,8 @@ class CoreNLP:
annotator_full_list = ["tokenize", "cleanxml", "ssplit", "pos",
"lemma", "ner", "regexner", "truecase", "parse", "deppars... | bug fix - staticmethod server connection | hhsecond_corenlp_pywrap | train |
0bce95c76809e344653769d91bbb1ed501fcd481 | diff --git a/src/router.js b/src/router.js
index <HASH>..<HASH> 100644
--- a/src/router.js
+++ b/src/router.js
@@ -262,9 +262,22 @@ Router.prototype.render = function (route) {
self.domReady(function () {
self.routeReady(route, function () {
+ // self.element.parentNode.insertBefore(route.element, self.element... | added other render options, renamed vars, added error | vokeio_oxe | train |
dc44caca20c46a1215736069d68c2888ce53669b | diff --git a/packages/netlify-cms-core/src/constants/defaultPhrases.js b/packages/netlify-cms-core/src/constants/defaultPhrases.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-core/src/constants/defaultPhrases.js
+++ b/packages/netlify-cms-core/src/constants/defaultPhrases.js
@@ -39,6 +39,9 @@ export function... | feat(widget-number): add range validation (#<I>) | netlify_netlify-cms | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.