hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
dff3574956c1680cd104c85f7c2a87550024e892 | diff --git a/src/components/Modal.js b/src/components/Modal.js
index <HASH>..<HASH> 100644
--- a/src/components/Modal.js
+++ b/src/components/Modal.js
@@ -4,7 +4,7 @@ const React = require('react');
import { withTheme } from './Theme';
const Button = require('./Button');
const Icon = require('./Icon');
-const MXFocu... | Replace MXFocusTrap with RestrictFocus component | mxenabled_mx-react-components | train |
f802ab7dc7b11d1889b4b197b953b58f3444d499 | diff --git a/sllurp/llrp.py b/sllurp/llrp.py
index <HASH>..<HASH> 100644
--- a/sllurp/llrp.py
+++ b/sllurp/llrp.py
@@ -446,7 +446,8 @@ class LLRPClient(LineReceiver):
elif self.state == LLRPClient.STATE_SENT_GET_CONFIG:
if msgName not in ('GET_READER_CONFIG_RESPONSE',
- ... | "fix" reset CLI tool
the state machine, with all its threading of Deferreds and hacked-on abilities
to handle out-of-order messages is getting insane... this commit adds some
pretty unintuitive stuff! | ransford_sllurp | train |
f3bac3c05a6c93ab08b1b32ca15c86a4825266fa | diff --git a/data/menu.glade b/data/menu.glade
index <HASH>..<HASH> 100644
--- a/data/menu.glade
+++ b/data/menu.glade
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.5 on Thu Aug 21 13:58:01 2008 -->
+<!--Generate... | show totals by category in day view
svn path=/trunk/; revision=<I> | projecthamster_hamster | train |
40dba196d38f0eff2a5b15cc827014317cb958a0 | diff --git a/config/karma.conf.js b/config/karma.conf.js
index <HASH>..<HASH> 100644
--- a/config/karma.conf.js
+++ b/config/karma.conf.js
@@ -29,7 +29,7 @@ module.exports = function (config) {
module: {
postLoaders: [{
test: /\.js$/,
- exclude: /(src\/dist|packages|.git|node_modules)/,
+ exclude... | Remove __tests__ folders from code coverage report | infernojs_inferno | train |
269afde5b7ad702154a2e0a31336d5dcb14d5867 | diff --git a/test/test.rb b/test/test.rb
index <HASH>..<HASH> 100644
--- a/test/test.rb
+++ b/test/test.rb
@@ -67,6 +67,7 @@ describe "database functions" do
db2.set! '1', 5
@db.sync
assert_equal @db['1'], 5
+ db2.close
end
it "should be able to handle another process's call to compact" do
@@ ... | don't forget to close all dbs | propublica_daybreak | train |
bb345f45e7bd5fac80bbd3971eb770b8dd1f44cf | diff --git a/synapse/lib/ast.py b/synapse/lib/ast.py
index <HASH>..<HASH> 100644
--- a/synapse/lib/ast.py
+++ b/synapse/lib/ast.py
@@ -614,7 +614,7 @@ class PropPivotOut(PivotOper):
# :ipv4 -> *
ndef = (prop.type.name, valu)
- pivo = self.snap.getNodeByNdef(valu)
+ pivo... | fix for whippits ndef catch and test that confirms it was borked | vertexproject_synapse | train |
0dab1d10cf28e50d9e92dd24caa003f86dedae38 | diff --git a/Slim/App.php b/Slim/App.php
index <HASH>..<HASH> 100644
--- a/Slim/App.php
+++ b/Slim/App.php
@@ -664,6 +664,16 @@ class App
{
// Send response
if (!headers_sent()) {
+ // Headers
+ foreach ($response->getHeaders() as $name => $values) {
+ foreach... | Send correct status code regardless of location header
PHP thinks it's clever, but it isn't. Fixes #<I>. | slimphp_Slim | train |
170db1dcfb7c4938c0615012958bbb5e36bda705 | diff --git a/indy-repository-manager/src/main/java/org/jboss/pnc/indyrepositorymanager/RepositoryManagerDriver.java b/indy-repository-manager/src/main/java/org/jboss/pnc/indyrepositorymanager/RepositoryManagerDriver.java
index <HASH>..<HASH> 100644
--- a/indy-repository-manager/src/main/java/org/jboss/pnc/indyrepositor... | [NCL-<I>] Fix comparison of existing remote repos | project-ncl_pnc | train |
898125c3dba91c1b8447e7f849c318f361ed80d3 | diff --git a/spec/lib/action_subscriber/middleware/active_record/query_cache_spec.rb b/spec/lib/action_subscriber/middleware/active_record/query_cache_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/action_subscriber/middleware/active_record/query_cache_spec.rb
+++ b/spec/lib/action_subscriber/middleware/active_reco... | add attempted rails 5 compat for ar-base | mxenabled_action_subscriber | train |
0d6325cfb75796483cabf738f4d45abef7c0a33c | diff --git a/activerecord/lib/active_record/tasks/postgresql_database_tasks.rb b/activerecord/lib/active_record/tasks/postgresql_database_tasks.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/tasks/postgresql_database_tasks.rb
+++ b/activerecord/lib/active_record/tasks/postgresql_database_tasks.rb
@... | Removed invalid -X flag for pg_dump | rails_rails | train |
affcce63b0826cd414643a71eb7d3c9c5994bed7 | diff --git a/src/js/core/img.js b/src/js/core/img.js
index <HASH>..<HASH> 100644
--- a/src/js/core/img.js
+++ b/src/js/core/img.js
@@ -21,6 +21,8 @@ import {
trigger,
} from 'uikit-util';
+const nativeLazyLoad = 'loading' in HTMLImageElement.prototype;
+
export default {
args: 'dataSrc',
@@ -58,7 +60,16... | feat: use native loading="lazy" for image tags | uikit_uikit | train |
6949a2d5a9744f5ae298712460e5d02fb75d49c0 | diff --git a/pkg/oc/bootstrap/docker/up.go b/pkg/oc/bootstrap/docker/up.go
index <HASH>..<HASH> 100644
--- a/pkg/oc/bootstrap/docker/up.go
+++ b/pkg/oc/bootstrap/docker/up.go
@@ -439,7 +439,7 @@ func (c *ClusterUpConfig) Check(out io.Writer) error {
// OpenShift checks
taskPrinter.StartTask("Checking if OpenShift... | prevent oc cluster up from allowing bad KUBECONFIGs | openshift_origin | train |
7d63d95e56361f59a5cc3413dbe34b362fbbeeab | diff --git a/engine/xml-config/src/test/java/org/datacleaner/configuration/JaxbConfigurationReaderTest.java b/engine/xml-config/src/test/java/org/datacleaner/configuration/JaxbConfigurationReaderTest.java
index <HASH>..<HASH> 100644
--- a/engine/xml-config/src/test/java/org/datacleaner/configuration/JaxbConfigurationRe... | Fixes a typo in the Cassandra test | datacleaner_DataCleaner | train |
d62a7127e2e630c37ecb4c6369c5cb7d53dfad43 | diff --git a/modelx/core/spacecontainer.py b/modelx/core/spacecontainer.py
index <HASH>..<HASH> 100644
--- a/modelx/core/spacecontainer.py
+++ b/modelx/core/spacecontainer.py
@@ -13,6 +13,7 @@
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
import warnings
+import pathlib
from model... | ENH: Store book path in absolute form | fumitoh_modelx | train |
dadabb2be87284222a4e4f99523101fac10650d4 | diff --git a/lib/crummy.rb b/lib/crummy.rb
index <HASH>..<HASH> 100644
--- a/lib/crummy.rb
+++ b/lib/crummy.rb
@@ -96,7 +96,8 @@ module Crummy
crumb_string = crumbs.collect do |crumb|
crumb_to_html crumb, options[:links]
end * options[:seperator]
- crumb_string.html_safe
+ cru... | ignore html_safe if there isn't a method like that | zachinglis_crummy | train |
2016869d2c11bcf62e895b4f741fcc3c532cd18e | diff --git a/hazelcast/src/main/java/com/hazelcast/util/ServiceLoader.java b/hazelcast/src/main/java/com/hazelcast/util/ServiceLoader.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/util/ServiceLoader.java
+++ b/hazelcast/src/main/java/com/hazelcast/util/ServiceLoader.java
@@ -426,14 +426,1... | Fix for class cast exception when running on mule
ClassCastException was there to check whether the hooks listed in META-INF
are actually implements relevant interface or not.
An example to related interface is PortableHook.
Since hook classes are moved in <I>, now it is hitting this exception and
causing instance to ... | hazelcast_hazelcast | train |
d8b45f064d31f3c840492d19eb26433e15292fa5 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -256,7 +256,7 @@ gulp.task('clean-vendor-assets', function () {
// gulp dist
// Copies the files to the /dist folder for distribution as simple theme
gulp.task('dist', ['clean-dist'], function() {
- return gulp... | fix paths, add files to ignored dist, and fix src buffer
buffer false on gulp.src to allow large images to pass through safely.
fix slash in front of bower and node.
added package-lock and gulpconfig to ignored list. | understrap_understrap | train |
97b32959acee268d225ad68d4af10b90dc09dabf | diff --git a/fastlane/lib/fastlane/actions/docs/sync_code_signing.md b/fastlane/lib/fastlane/actions/docs/sync_code_signing.md
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/actions/docs/sync_code_signing.md
+++ b/fastlane/lib/fastlane/actions/docs/sync_code_signing.md
@@ -390,7 +390,7 @@ lane :beta do
end
`... | [match] Only include enabled devices for force_for_new_devices (#<I>)
* [match] Only include enabled devices when counting devices for force_for_new_devices
* Added enabled? to device in connect_api
* Added some tests | fastlane_fastlane | train |
f3f59420f72918c496d51f3d89857785cfcf4631 | diff --git a/tornado/web.py b/tornado/web.py
index <HASH>..<HASH> 100644
--- a/tornado/web.py
+++ b/tornado/web.py
@@ -1633,8 +1633,12 @@ class StaticFileHandler(RequestHandler):
(r"/static/(.*)", web.StaticFileHandler, {"path": "/var/www"}),
])
- The local root directory of the content shoul... | Added note regarding regex group capture to StaticFileHandler docs. | tornadoweb_tornado | train |
4b0edb86727fd9d158af1ad979fd68a6a88d61f2 | diff --git a/xpdo/transport/xpdotransport.class.php b/xpdo/transport/xpdotransport.class.php
index <HASH>..<HASH> 100644
--- a/xpdo/transport/xpdotransport.class.php
+++ b/xpdo/transport/xpdotransport.class.php
@@ -153,7 +153,8 @@ class xPDOTransport {
$version = '';
$part = next($exploded);
... | Improve xPDOTransport::parseSignature()
Now starts version on first exploded part containing a numeric string followed by a dot, e.g.
food.beer<I>-<I>a<I>-<I>-abc would parse to:
* name = food.beer<I>-<I>a<I>
* version = <I>-abc | modxcms_xpdo | train |
4ddd21e50815ab4a2bee2cf5b088af095445301f | diff --git a/lib/relations/CSSBackgroundImage.js b/lib/relations/CSSBackgroundImage.js
index <HASH>..<HASH> 100644
--- a/lib/relations/CSSBackgroundImage.js
+++ b/lib/relations/CSSBackgroundImage.js
@@ -14,7 +14,7 @@ util.inherits(CSSBackgroundImage, Base);
_.extend(CSSBackgroundImage.prototype, {
remove: functio... | relations.CSSBackgroundImage.remove bugfix: Fixed '^' in regexp that should have been '$'. Caused the spriting code to produce some weird CSS properties that spooked Internet Explorer. | assetgraph_assetgraph | train |
62517fc78ef7184637fa91b31ac20c043d32826a | diff --git a/packages/react-ui-testing/TestPages/webpack.config.js b/packages/react-ui-testing/TestPages/webpack.config.js
index <HASH>..<HASH> 100644
--- a/packages/react-ui-testing/TestPages/webpack.config.js
+++ b/packages/react-ui-testing/TestPages/webpack.config.js
@@ -95,6 +95,7 @@ function createConfig(reactVers... | build(react-ui-testing): allow to use any host for devServer | skbkontur_retail-ui | train |
1e2a504ff041e76eebcfbf040625d5a867ea9ec6 | diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,5 +1,11 @@
= Changelog
+== master
+
+* CHANGED: Standardized whois.aero #status property,
+ it now returns symbols instead of strings.
+
+
== Release 1.3.10
* SERVER: Removed the .fed.us TLD ... | Standardized whois.aero #status property,
it now returns symbols instead of strings. | weppos_whois | train |
08a167b54e6663f449ff69b8657f16da16afdc75 | diff --git a/lotte/src/main/java/com/airbnb/lotte/layers/LotteLayer.java b/lotte/src/main/java/com/airbnb/lotte/layers/LotteLayer.java
index <HASH>..<HASH> 100644
--- a/lotte/src/main/java/com/airbnb/lotte/layers/LotteLayer.java
+++ b/lotte/src/main/java/com/airbnb/lotte/layers/LotteLayer.java
@@ -204,7 +204,7 @@ publi... | Wired up some missing calls to matte layers | airbnb_lottie-android | train |
b09869b7c65923b9c37b9e8bbd62e4c9db5bb255 | diff --git a/src/Psalm/Internal/CallMap.php b/src/Psalm/Internal/CallMap.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/CallMap.php
+++ b/src/Psalm/Internal/CallMap.php
@@ -1191,7 +1191,7 @@ return [
'connection_aborted' => ['int'],
'connection_status' => ['int'],
'connection_timeout' => ['int'],
-'constan... | callmap changes (#<I>)
* set_error_handler return the same type as its param
* a constant can only have scalars, array of scalars or null
* a constant can only have scalars, array of scalars or null | vimeo_psalm | train |
9d915d61a69b3d2b6d11052c1376ec882779e7a6 | diff --git a/src/Ractive/Ractive.js b/src/Ractive/Ractive.js
index <HASH>..<HASH> 100644
--- a/src/Ractive/Ractive.js
+++ b/src/Ractive/Ractive.js
@@ -154,7 +154,7 @@ Ractive = function ( options ) {
// Unpack string-based partials, if necessary
for ( key in this.partials ) {
- if ( this.partials.hasOwnProperty(... | fix bug with unpacking partials | ractivejs_ractive | train |
4c9c2149da30dcfc4424104d87c5a7ce4166e872 | diff --git a/imdb.class.php b/imdb.class.php
index <HASH>..<HASH> 100644
--- a/imdb.class.php
+++ b/imdb.class.php
@@ -51,7 +51,7 @@ class IMDB {
const IMDB_NAME = '~href="/name/nm(\d+)/">(.*)</a>~Ui';
const IMDB_PLOT = '~<h2>Storyline</h2><p>(.*)(<em class="nobr">|</p>)~Ui';
const IMDB_P... | rating repaired (forgot to add slash) | FabianBeiner_PHP-IMDB-Grabber | train |
a3dc40f5fa712ce5aa9e2f9d4d65bfc47952b0f1 | diff --git a/landsat/landsat.py b/landsat/landsat.py
index <HASH>..<HASH> 100755
--- a/landsat/landsat.py
+++ b/landsat/landsat.py
@@ -262,6 +262,10 @@ def main(args):
stored = process_image(path, args.bands, False, args.pansharpen)
+ if args.upload:
+ ... | upload sequence was missing from download sub command | developmentseed_landsat-util | train |
cbfa38680cc7d940bda8c38d762d1cc15d510115 | diff --git a/t/napbase.py b/t/napbase.py
index <HASH>..<HASH> 100755
--- a/t/napbase.py
+++ b/t/napbase.py
@@ -82,7 +82,7 @@ class NapTest(unittest.TestCase):
attrs = {
'name': 'test-pool-wrong',
'schema': schema[0]['id'],
- 'default_type': 'assignment',
+ ... | Add unittest for remove_pool
.. and slightly modify modify_pool to also change default_type so we
know that is working! | SpriteLink_NIPAP | train |
e4032674d7d2f77d15390cb090fa36dfc7f209ab | diff --git a/lib/fastly_api.php b/lib/fastly_api.php
index <HASH>..<HASH> 100644
--- a/lib/fastly_api.php
+++ b/lib/fastly_api.php
@@ -14,7 +14,7 @@ class FastlyAPI {
private $cookie_file = "./fastly.cookie";
public function __construct () {
- $this->_ch = curl_init();
+ $this->_curl_init();
}
public func... | split the 2 modes of /user into functions, fleshed them out to do real logic | fastly_fastly-php | train |
d56c66a5a82e07ad0c9ef513887c70e5209bfc58 | diff --git a/bin/testUpdated.js b/bin/testUpdated.js
index <HASH>..<HASH> 100644
--- a/bin/testUpdated.js
+++ b/bin/testUpdated.js
@@ -20,13 +20,12 @@
const {execSync} = require('child_process');
let output;
+console.info('Checking for updated packages');
try {
output = execSync(`npx lerna updated`);
-} catch (... | fix: Build all packages before testing selective packages (#<I>) | wireapp_wire-web-packages | train |
d60505b03452aaa98cd83c5f1087fab3c050cabf | diff --git a/vasppy/__init__.py b/vasppy/__init__.py
index <HASH>..<HASH> 100644
--- a/vasppy/__init__.py
+++ b/vasppy/__init__.py
@@ -1 +1 @@
-__version__ = '0.4.0.11'
+__version__ = '0.4.1.0' | Bumped version number to <I> | bjmorgan_vasppy | train |
5b6d66950f20d5efb2c32f5f24b388766226f1d7 | diff --git a/cme/protocols/ldap.py b/cme/protocols/ldap.py
index <HASH>..<HASH> 100644
--- a/cme/protocols/ldap.py
+++ b/cme/protocols/ldap.py
@@ -54,7 +54,7 @@ class ldap(connection):
egroup.add_argument("--kerberoasting", help='Get TGS ticket ready to crack with hashcat')
vgroup = ldap_par... | Fix ssh authentication error and update option for unconstrainte delegation to --trusted-for-delegation | byt3bl33d3r_CrackMapExec | train |
d416bc2e8289ec42a1fae8bfb2aba44fc365afb4 | diff --git a/lib/iob/total.js b/lib/iob/total.js
index <HASH>..<HASH> 100644
--- a/lib/iob/total.js
+++ b/lib/iob/total.js
@@ -19,7 +19,8 @@ function iobTotal(opts, time) {
if (tIOB && tIOB.activityContrib) activity += tIOB.activityContrib;
// keep track of bolus IOB separately for snoozes, bu... | fix bolus iob since it was compensating for the dia scaling bug | openaps_oref0 | train |
24b3addf1b781859f3b2dd4947c1b08a10e870a8 | diff --git a/ruby-tools/src/main/ruby/maven/tools/gem_project.rb b/ruby-tools/src/main/ruby/maven/tools/gem_project.rb
index <HASH>..<HASH> 100644
--- a/ruby-tools/src/main/ruby/maven/tools/gem_project.rb
+++ b/ruby-tools/src/main/ruby/maven/tools/gem_project.rb
@@ -1,4 +1,4 @@
-require File.join(File.dirname(__FILE__)... | make require work with jar-URIs | torquebox_jruby-maven-plugins | train |
f7b48ed48888cc4171da078b3970f2eecea1300d | diff --git a/src/test/java/one/util/streamex/MoreCollectorsTest.java b/src/test/java/one/util/streamex/MoreCollectorsTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/one/util/streamex/MoreCollectorsTest.java
+++ b/src/test/java/one/util/streamex/MoreCollectorsTest.java
@@ -154,11 +154,34 @@ public class MoreCo... | MoreCollectorsTest: custom integer used (as new Integer() is deprecated
in Java-9) | amaembo_streamex | train |
d0a838aafe25751a39bf162893584cecea00d7b0 | diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index <HASH>..<HASH> 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -24,6 +24,7 @@ Picocli follows [semantic versioning](http://semver.org/).
## <a name="4.0.0-alpha-2-fixes"></a> Fixed issues
+- [#656] Bugfix for issue where synopsis for composite groups d... | [#<I>] Bugfix for issue where synopsis for composite groups did not expand for n..* (n > 1)
Closes #<I> | remkop_picocli | train |
f7002b5150bf068de0daae450e78eee1a183f63a | diff --git a/src/main/java/org/junit/rules/ExpectedException.java b/src/main/java/org/junit/rules/ExpectedException.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/junit/rules/ExpectedException.java
+++ b/src/main/java/org/junit/rules/ExpectedException.java
@@ -106,18 +106,19 @@ import org.junit.runners.model.... | Only deprecate ExpectedException.none()
Instead of deprecating the whole class, now only the factory method is
deprecated and points to `assertThrows()`. This will make it easier to
temporarily suppress the exception for codebases that use it
extensively by adding an intermediate factory method of their own.
Resolves... | junit-team_junit4 | train |
cc36428260f979d78e69d86dac0e6a4ba6b17780 | diff --git a/superset/__init__.py b/superset/__init__.py
index <HASH>..<HASH> 100644
--- a/superset/__init__.py
+++ b/superset/__init__.py
@@ -69,7 +69,7 @@ db = SQLA(app)
if conf.get('WTF_CSRF_ENABLED'):
csrf = CSRFProtect(app)
-utils.pessimistic_connection_handling(db.engine.pool)
+utils.pessimistic_connectio... | Modernize SQLA pessimistic handling (#<I>)
Looks like SQLAlchemy has redefined the best practice around
pessimistic connection handling. | apache_incubator-superset | train |
465cf5be889fcfde0b8c77aaa3414cb43dbcff75 | diff --git a/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php b/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php
+++ b/src/Sulu/Bundle/WebsocketBundle/Controller/FallbackController.php
@... | added ob_clean if outputbuffer is not empty | sulu_sulu | train |
808b6dd3690f344dffb34d45305073583ce182c9 | diff --git a/facebook.py b/facebook.py
index <HASH>..<HASH> 100755
--- a/facebook.py
+++ b/facebook.py
@@ -52,6 +52,11 @@ except ImportError:
import json
_parse_json = json.loads
+# Find a query string parser
+try:
+ from urlparse import parse_qs
+except ImportError:
+ from cgi import parse_qs
clas... | OAuth <I> support.
Support fbsr cookies and retrieving OAuth <I> based access tokens. See
<URL> | mobolic_facebook-sdk | train |
b477cd8aaf510db1ef9d8e0deec3ba23a457e021 | diff --git a/SftpAdapter.php b/SftpAdapter.php
index <HASH>..<HASH> 100644
--- a/SftpAdapter.php
+++ b/SftpAdapter.php
@@ -190,7 +190,7 @@ class SftpAdapter implements FilesystemAdapter
$this->makeDirectory($path, $config->get(Config::OPTION_VISIBILITY));
}
- public function setVisibility(string $pat... | Tighten visibility typehint, always string. | thephpleague_flysystem-sftp | train |
73d9e654f7bb19a87c9168a5df7c1028f549cabf | diff --git a/TODO.md b/TODO.md
index <HASH>..<HASH> 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,10 +2,6 @@
## Immediate
-- Have Rows force everything to scalars, or at least not objects, because
- the Row represents the data as it is at the database. It is the Record that
- might be allowed to do trivial modificati... | change Row statuses, and test them | atlasphp_Atlas.Orm | train |
babc2011ad74400f5f34375add9bd752bbc81a20 | diff --git a/src/main/java/com/blade/jdbc/core/ActiveRecord.java b/src/main/java/com/blade/jdbc/core/ActiveRecord.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/blade/jdbc/core/ActiveRecord.java
+++ b/src/main/java/com/blade/jdbc/core/ActiveRecord.java
@@ -185,7 +185,7 @@ public class ActiveRecord implements ... | 🐒 fix count and page sql | lets-blade_blade-jdbc | train |
3d8cab95e910250411104a118dffdf84267a7a22 | diff --git a/src/generic-provider-views/index.js b/src/generic-provider-views/index.js
index <HASH>..<HASH> 100644
--- a/src/generic-provider-views/index.js
+++ b/src/generic-provider-views/index.js
@@ -74,7 +74,7 @@ module.exports = class View {
* @param {String} id Folder id
* @return {Promise} Folders/fil... | fix: broken google drive breadcrumb | transloadit_uppy | train |
28c3b2b40340848250d004305b3c189efa0e1899 | diff --git a/lib/field.js b/lib/field.js
index <HASH>..<HASH> 100644
--- a/lib/field.js
+++ b/lib/field.js
@@ -10,6 +10,18 @@ function MarcVariableField(tag) {
}
/*
+ * Returns copy of the specified field.
+ */
+MarcVariableField.clone = function(field) {
+ if (field instanceof MarcControlField) {
+ return new ... | Added clone() to MarcVariableField, MarcControlField, MarcDataField, MarcSubfield. | afronkin_node-marcrecord | train |
aa27b0d87a2f2b5e78cc6eedecd2236d4ab3c88e | diff --git a/docs/src/modules/components/withRoot.js b/docs/src/modules/components/withRoot.js
index <HASH>..<HASH> 100644
--- a/docs/src/modules/components/withRoot.js
+++ b/docs/src/modules/components/withRoot.js
@@ -52,17 +52,17 @@ const pages = [
pathname: '/style',
children: [
{
- pathname:... | [docs] Use data to improve the ranking (#<I>) | mui-org_material-ui | train |
289dc398bd88ea1bd9c952772e2323b64c0ec2a5 | diff --git a/index/scorch/segment/zap/build.go b/index/scorch/segment/zap/build.go
index <HASH>..<HASH> 100644
--- a/index/scorch/segment/zap/build.go
+++ b/index/scorch/segment/zap/build.go
@@ -572,42 +572,3 @@ func persistDictionary(memSegment *mem.Segment, w *CountHashWriter, postingsLocs
return rv, nil
}
-
-//... | more refacotring of build/merge | blevesearch_bleve | train |
02bdbf6b0c871a89d6d55d657974e96d9073df4c | diff --git a/sonar-server/src/main/java/org/sonar/server/db/migrations/v44/MeasureDataMigration.java b/sonar-server/src/main/java/org/sonar/server/db/migrations/v44/MeasureDataMigration.java
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/java/org/sonar/server/db/migrations/v44/MeasureDataMigration.java
+++ b/s... | SONAR-<I> Try to fix migration of measure data on PgSQL and MsSql | SonarSource_sonarqube | train |
8fb1e230af5af114714a9e8c86e0ecf6970fe26e | diff --git a/Makefile.dryice.js b/Makefile.dryice.js
index <HASH>..<HASH> 100644
--- a/Makefile.dryice.js
+++ b/Makefile.dryice.js
@@ -172,8 +172,8 @@ function buildFirefox(destDir) {
project.assumeAllFilesLoaded();
var sources = copy.createDataObject();
copy({
- // This list of dependencies should be the s... | Bug <I> (jumpscratch): Make calls to test suite
use the new .run() method rather than relying on autorun. | joewalker_gcli | train |
e7d4094887306a469071c9a296b45c898ec57c5d | diff --git a/lib/ydim/debitor.rb b/lib/ydim/debitor.rb
index <HASH>..<HASH> 100644
--- a/lib/ydim/debitor.rb
+++ b/lib/ydim/debitor.rb
@@ -20,7 +20,7 @@ module YDIM
lns = [@name]
lns.push(["z.H.", @salutation, @contact].compact.join(' '))
lns.concat(@address_lines)
- lns.push(@email)
+ lns.push(@locatio... | First Bug: @location was not included in Debitor#address | zdavatz_ydim | train |
05d2b425c8082c2b5dfba90dd4f2db978d6d2774 | diff --git a/paramiko/channel.py b/paramiko/channel.py
index <HASH>..<HASH> 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -40,7 +40,9 @@ from paramiko import pipe
# lower bound on the max packet size we'll accept from the remote host
-MIN_PACKET_SIZE = 1024
+# Minimum packet size is 32768 bytes acc... | Bump the MIN_PACKET_SIZE to what's in the RFC. | paramiko_paramiko | train |
2c64fdc852853d65cb4442468b4e7db103673c60 | diff --git a/squad/core/admin.py b/squad/core/admin.py
index <HASH>..<HASH> 100644
--- a/squad/core/admin.py
+++ b/squad/core/admin.py
@@ -145,7 +145,7 @@ class TestRunAdmin(admin.ModelAdmin):
class PatchSourceForm(ModelForm):
- password = forms.CharField(max_length=128)
+ password = forms.CharField(max_leng... | core: admin: mark password field as not required
Mark PatchSource's password field as not required in the
Django admin view. It's not required if the implementation
type is Github or if it's Gerrit using ssh. | Linaro_squad | train |
60c0d29585a0a077729cf56e5e438c386b4cf255 | diff --git a/pyprophet/export.py b/pyprophet/export.py
index <HASH>..<HASH> 100644
--- a/pyprophet/export.py
+++ b/pyprophet/export.py
@@ -57,7 +57,7 @@ def export_tsv(infile, outfile, format, outcsv, ipf, peptide, protein):
protein_present = False
if protein:
- peptide_present = _check_sqlite_table(... | [FIX] Export protein q-values when present | PyProphet_pyprophet | train |
b6831d2ab2caf31510197aa12d6e4e7ee208358d | diff --git a/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php b/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php
+++ b/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalTy... | [Form] DateIntervalType: Do not try to translate choices | symfony_symfony | train |
a72a1561aa6c880b80707842667442daca3ca069 | diff --git a/src/main/java/com/sd_editions/collatex/Block.java b/src/main/java/com/sd_editions/collatex/Block.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sd_editions/collatex/Block.java
+++ b/src/main/java/com/sd_editions/collatex/Block.java
@@ -5,6 +5,7 @@ import java.util.HashMap;
/**
* Our basic bloc... | Check to make use we can push to svn o.k. | interedition_collatex | train |
79e5bb84f368df8b5a8ac039d83974024a9c9cc4 | diff --git a/src/Executor/Result.php b/src/Executor/Result.php
index <HASH>..<HASH> 100644
--- a/src/Executor/Result.php
+++ b/src/Executor/Result.php
@@ -12,7 +12,7 @@ class Result {
$return_val = 0;
// Suppress StdErr output.
$dev_null = ' 2> /dev/null';
- if (stripos(PHP_OS, 'win') !== FALSE) {
+ ... | Prevent Darwin (Mac OSX) from generating a nul file. | drutiny_drutiny | train |
76e6315473671b87f3d5fe64e4c35a79658789d3 | diff --git a/scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py b/scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py
index <HASH>..<HASH> 100755
--- a/scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py
+++ b/scripts/ci/pre_commit/pre_commit_check_provider_yaml_files.py
@@ -119,13 +119,1... | Added print statements for clarity in provider yaml checks (#<I>) | apache_airflow | train |
b3e93ffadf2a56c9e82d5471072c61497a866ef4 | diff --git a/lib/models/event.js b/lib/models/event.js
index <HASH>..<HASH> 100644
--- a/lib/models/event.js
+++ b/lib/models/event.js
@@ -78,6 +78,8 @@ module.exports.MatrixEvent = function MatrixEvent(
this.status = null;
this.forwardLooking = true;
this._pushActions = null;
+ this._date = this.even... | Add `getDate` function to MatrixEvent (#<I>)
* Add `getDate` function to MatrixEvent
`getDate` can be used to get the timestamp of the event as a `Date` instance.
Adds handleRemoteEcho function to be called on change of internal event of MatrixEvent, so that the internal `_date` can be updated when a remote ech... | matrix-org_matrix-js-sdk | train |
1380789375bb3eb75dbb4f951a44ec1876e5b5ee | diff --git a/src/Events/Database/ConnectionSet.php b/src/Events/Database/ConnectionSet.php
index <HASH>..<HASH> 100644
--- a/src/Events/Database/ConnectionSet.php
+++ b/src/Events/Database/ConnectionSet.php
@@ -15,7 +15,7 @@
namespace Hyn\Tenancy\Events\Database;
use Hyn\Tenancy\Abstracts\AbstractEvent;
-use Hyn\Te... | Use Website Contract instead of Models (#<I>) (#<I>) | tenancy_multi-tenant | train |
0f1687b42bf24c5a94b3653a10d5b4a026177cde | diff --git a/vent/api/menu_helpers.py b/vent/api/menu_helpers.py
index <HASH>..<HASH> 100644
--- a/vent/api/menu_helpers.py
+++ b/vent/api/menu_helpers.py
@@ -59,8 +59,9 @@ class MenuHelper:
constraint_options(constraints, [])
if not prev_installed:
... | allow for repo specification only in tool adding | CyberReboot_vent | train |
3ca2861c2dd9abf94cfc8d1b760c9a3d93dee469 | diff --git a/code/extensions/LeftAndMainSubsites.php b/code/extensions/LeftAndMainSubsites.php
index <HASH>..<HASH> 100644
--- a/code/extensions/LeftAndMainSubsites.php
+++ b/code/extensions/LeftAndMainSubsites.php
@@ -217,12 +217,10 @@ class LeftAndMainSubsites extends Extension {
// Update current subsite in sess... | FIX: Removed unnecessary redirect. This is early enough in the script that the correct subsite will be used from hereon. | silverstripe_silverstripe-subsites | train |
c91b6640de0627628da6c8b80406c54a2eaa13f8 | diff --git a/blueflood-dropwizard/src/main/java/com/rackspacecloud/blueflood/dw/ingest/IngestConfiguration.java b/blueflood-dropwizard/src/main/java/com/rackspacecloud/blueflood/dw/ingest/IngestConfiguration.java
index <HASH>..<HASH> 100644
--- a/blueflood-dropwizard/src/main/java/com/rackspacecloud/blueflood/dw/ingest... | Honor ingest host/port. Also, use port<I> to set DW admin port. | rackerlabs_blueflood | train |
df892d2a7630e4bb31ae7136c9486b0f525c280e | diff --git a/HISTORY.rst b/HISTORY.rst
index <HASH>..<HASH> 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -4,6 +4,11 @@ Release history
development
+++++++++++
+0.3.1 (2018-01-23)
+++++++++++++++++++
+
+- fix copy issue in reusable generator ``.replace()``
+
0.3.0 (2018-01-22)
++++++++++++++++++
diff --git a/ge... | fix issue with reusable generator .replace() | ariebovenberg_gentools | train |
51bdff41d531a986098bda4383a0291ddc47cb1c | diff --git a/Tests/Command/LoadFilesCommandTest.php b/Tests/Command/LoadFilesCommandTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Command/LoadFilesCommandTest.php
+++ b/Tests/Command/LoadFilesCommandTest.php
@@ -87,23 +87,7 @@ class LoadFilesCommandTest extends \PHPUnit_Framework_TestCase
$tester->execute(
... | Update PHPUnit testing, using @covers now. | h4cc_AliceFixturesBundle | train |
fd8c21985c0f044101c11c4295931edbeca3acc0 | diff --git a/steam/client/__init__.py b/steam/client/__init__.py
index <HASH>..<HASH> 100644
--- a/steam/client/__init__.py
+++ b/steam/client/__init__.py
@@ -565,6 +565,14 @@ class SteamClient(CMClient, BuiltinBase):
while True:
gevent.sleep(300)
+ def sleep(self, seconds):
+ """Yeild... | SteamClient: added sleep & idle methods | ValvePython_steam | train |
08500466ddf07d645fd324c7bcc1813d1371f57c | diff --git a/test/normalized_has_many_test.rb b/test/normalized_has_many_test.rb
index <HASH>..<HASH> 100644
--- a/test/normalized_has_many_test.rb
+++ b/test/normalized_has_many_test.rb
@@ -26,6 +26,7 @@ class NormalizedHasManyTest < IdentityCache::TestCase
def test_defining_a_denormalized_has_many_cache_caches_the... | Assert that normalized associations are loaded on fetch.
Previously this was happening through Marshal.load calling respond_to? on
the association. | Shopify_identity_cache | train |
1c83da2ee48f58894dfa2bd6249bc20544741951 | diff --git a/src/main/java/org/apache/commons/jexl2/JadeJexlArithmetic.java b/src/main/java/org/apache/commons/jexl2/JadeJexlArithmetic.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/apache/commons/jexl2/JadeJexlArithmetic.java
+++ b/src/main/java/org/apache/commons/jexl2/JadeJexlArithmetic.java
@@ -12,15 +12... | Fixing issue <I>: NumberFormatException when comparing loop-iterator with a String | neuland_jade4j | train |
df21300d6b83e8dc1922d5efd526658086614383 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -22,6 +22,8 @@ function byClassName(elt, cls) {
return found;
}
+var ie_lt8 = /MSIE [1-7]\b/.test(navigator.userAgent);
+
test("fromTextArea", function() {
var te = document.getElementById("code");
... | Set some tests to expect failure on IE7 | codemirror_CodeMirror | train |
5305607e95ed1c8528249dfe6196e9b15451433a | diff --git a/preferencesfx/src/main/java/com/dlsc/preferencesfx/PreferencesFx.java b/preferencesfx/src/main/java/com/dlsc/preferencesfx/PreferencesFx.java
index <HASH>..<HASH> 100644
--- a/preferencesfx/src/main/java/com/dlsc/preferencesfx/PreferencesFx.java
+++ b/preferencesfx/src/main/java/com/dlsc/preferencesfx/Pref... | Rework how modality is applied on PreferencesFXDialog
- modality is set before showing, not at construction time
- a show() method was added, opening the door for #6 | dlemmermann_PreferencesFX | train |
5b1e8589e9d2638032e5e20261ab01d58bcece71 | diff --git a/pkg/apiserver/api_installer.go b/pkg/apiserver/api_installer.go
index <HASH>..<HASH> 100644
--- a/pkg/apiserver/api_installer.go
+++ b/pkg/apiserver/api_installer.go
@@ -22,6 +22,7 @@ import (
"net/url"
gpath "path"
"reflect"
+ "sort"
"strings"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api... | Updating api_installer to register paths in a deterministic order to get a deterministic swagger spec | kubernetes_kubernetes | train |
482e023be94de69f4ff754be50333727c24d36d7 | diff --git a/lib/extensions/report_core/extensionHooks.js b/lib/extensions/report_core/extensionHooks.js
index <HASH>..<HASH> 100644
--- a/lib/extensions/report_core/extensionHooks.js
+++ b/lib/extensions/report_core/extensionHooks.js
@@ -26,11 +26,12 @@ module.exports = function(extOptions) {
callback({ message... | Release <I>
Improved test suite performance. | peteclark82_cuke-tree | train |
d56ccdcbbc80fb88eb39441a0afb1c7bd3c3f64a | diff --git a/flake8_import_order/flake8_linter.py b/flake8_import_order/flake8_linter.py
index <HASH>..<HASH> 100644
--- a/flake8_import_order/flake8_linter.py
+++ b/flake8_import_order/flake8_linter.py
@@ -26,7 +26,7 @@ class Linter(ImportOrderChecker):
default=DEFAULT_IMPORT_ORDER_STYLE,
act... | Add smarkets style to help text | PyCQA_flake8-import-order | train |
5dbd1b34b7e2349762bf32ac9f5f3b817039860b | diff --git a/listener_test.go b/listener_test.go
index <HASH>..<HASH> 100644
--- a/listener_test.go
+++ b/listener_test.go
@@ -12,17 +12,69 @@ var _ = Describe("listener", func() {
It("should store data from ApigeeSync in the database", func(done Done) {
- var event = common.ChangeList{}
- rowitemp := common.Ro... | Remove change related tests.(for now) | apid_apidApiMetadata | train |
3463e18ae05d7225a400c6a6520a853a598c1059 | diff --git a/src/Phpro/SoapClient/Console/Command/GenerateConfigCommand.php b/src/Phpro/SoapClient/Console/Command/GenerateConfigCommand.php
index <HASH>..<HASH> 100644
--- a/src/Phpro/SoapClient/Console/Command/GenerateConfigCommand.php
+++ b/src/Phpro/SoapClient/Console/Command/GenerateConfigCommand.php
@@ -61,7 +61,... | Do not append Client to the Client name, let the user decide | phpro_soap-client | train |
4f0e5455d5089df459542e0e9463d9c67bfd86a0 | diff --git a/lib/faraday.rb b/lib/faraday.rb
index <HASH>..<HASH> 100644
--- a/lib/faraday.rb
+++ b/lib/faraday.rb
@@ -92,7 +92,7 @@ module Faraday
alias require_lib require_libs
- def respond_to_missing?(symbol, include_private = false)
+ def respond_to?(symbol, include_private = false)
default_c... | Use `respond_to?` for compatibility.
Older versions of Ruby do not support `respond_to_missing?`. In order
to reach a wider audience, we simply define `respond_to?`. | lostisland_faraday | train |
f31b8d1356f12105d5a76dbef989441b1c2a0a62 | diff --git a/master/buildbot/www/authz/roles.py b/master/buildbot/www/authz/roles.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/www/authz/roles.py
+++ b/master/buildbot/www/authz/roles.py
@@ -64,7 +64,7 @@ class RolesFromEmails(RolesFromBase):
class RolesFromDomain(RolesFromEmails):
def __init__(self, **... | Fix pylint complaint about first argument given to super.
Ensure we follow the same pattern as rest of code. | buildbot_buildbot | train |
9d79c8f8d5b2e0419319ce85bdcda6eb741db2de | diff --git a/test/test_bad_start.py b/test/test_bad_start.py
index <HASH>..<HASH> 100755
--- a/test/test_bad_start.py
+++ b/test/test_bad_start.py
@@ -71,7 +71,7 @@ HIGH_PORT = 65488
run = 0 # We will open some ports but not close them (yes it's not good) and
# so we will open a range from a high port
-class temp... | Fix : test/test_bad_start.py : Removing Test from the template name
Unitests only run tests that subclasses unittest.TestCase but jenkins run tests with nosetests that doesn't. We have to change the template name to prevent nosetests from reading it. | Alignak-monitoring_alignak | train |
866709aa85768d5d0ed3e3b32464e4e9316ae201 | diff --git a/elki-clustering/src/main/java/elki/clustering/em/MultivariateGaussianModel.java b/elki-clustering/src/main/java/elki/clustering/em/MultivariateGaussianModel.java
index <HASH>..<HASH> 100644
--- a/elki-clustering/src/main/java/elki/clustering/em/MultivariateGaussianModel.java
+++ b/elki-clustering/src/main/... | Small tweak to singularity avoidance in GMM. | elki-project_elki | train |
f7c5c79b3a388cfe1b881f584f2e1077590913ef | diff --git a/app/src/Bolt/Composer/CommandRunner.php b/app/src/Bolt/Composer/CommandRunner.php
index <HASH>..<HASH> 100644
--- a/app/src/Bolt/Composer/CommandRunner.php
+++ b/app/src/Bolt/Composer/CommandRunner.php
@@ -53,14 +53,15 @@ class CommandRunner
public function check()
{
- $response = $t... | work on allowing running of updates individually | bolt_bolt | train |
646468684f8c0ca28d4ab237511f274222ed324d | diff --git a/admin/jqadm/templates/type/price/list-standard.php b/admin/jqadm/templates/type/price/list-standard.php
index <HASH>..<HASH> 100644
--- a/admin/jqadm/templates/type/price/list-standard.php
+++ b/admin/jqadm/templates/type/price/list-standard.php
@@ -174,7 +174,6 @@ $columnList = [
'catalog' => $t... | Add missing position columns (#<I>)
Add missing position columns and remove the price duplicated from the domain list | aimeos_ai-admin-jqadm | train |
721a47e6072ccfec05774c1f867a7b286a8968f2 | diff --git a/lib/executor/variable_looping_vus.go b/lib/executor/variable_looping_vus.go
index <HASH>..<HASH> 100644
--- a/lib/executor/variable_looping_vus.go
+++ b/lib/executor/variable_looping_vus.go
@@ -39,10 +39,6 @@ import (
const variableLoopingVUsType = "variable-looping-vus"
-// How often we can make VU a... | Fix not adding steps with the same amount of VUs | loadimpact_k6 | train |
11f64aec4c8fa7c8d7705c5fc82192825acdde65 | diff --git a/components/list/ListHeader.js b/components/list/ListHeader.js
index <HASH>..<HASH> 100644
--- a/components/list/ListHeader.js
+++ b/components/list/ListHeader.js
@@ -1,8 +1,8 @@
-import React, { PropTypes, Text } from 'react-native';
+import React, { Text } from 'react-native';
const THEMES = require('./s... | 1. Add RN version for button&list components. | ant-design_ant-design-mobile | train |
da1f7055011c2316faf3460428e13264ca3c3e8a | diff --git a/photon.py b/photon.py
index <HASH>..<HASH> 100644
--- a/photon.py
+++ b/photon.py
@@ -232,7 +232,7 @@ def requester(url):
####
def zap(url):
- response = get(url + '/robots.txt').text # makes request to robots.txt
+ response = get(url + '/robots.txt', verify=False).text # makes request to robots.... | fix the error of SSL mismatch in the certificate | s0md3v_Photon | train |
035eb7444d529ef52e150fe0eecf87f9fbb0b800 | diff --git a/src/info/timeline.js b/src/info/timeline.js
index <HASH>..<HASH> 100644
--- a/src/info/timeline.js
+++ b/src/info/timeline.js
@@ -149,6 +149,7 @@ d3plus.info.timeline = function(vars) {
.attr("font-family",vars.style.timeline.tick.family)
.attr("font-size",vars.style.timeline.tick.size)
... | fixed timeline brush style error with new d3 | alexandersimoes_d3plus | train |
5e357be0dc23cd08b391a60aeaba16d0bccec822 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
],
"dependencies": {
"chrono-node": "^1.2.5",
+ "lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"talisman": "^0.15.0"
},
diff --git a/parser/encounter.js b/pa... | Partial matching for custom values now support multiple results | aholstenson_ecolect-js | train |
c2699d4855eb236050469cc90a4c18a9aad895df | diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php
index <HASH>..<HASH> 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -71,7 +71,7 @@ class Controller extends \Piwik\Plugin\Controller
* @param string $messageNoAccess Access error message
* @param bool $... | make sure to display login form if user has not have enough permissions | matomo-org_matomo | train |
08ca67072bdef0780704010eddbd8d0842ffcf04 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -22,8 +22,13 @@ exports.default = function (_ref3) {
return;
}
+ var param = [t.spreadProperty('arg')];
+ var body = t.binaryExpression('*',... | Well, it works. I'll add more tests | haskellcamargo_babel-plugin-function-composition | train |
1f6abeee81777fc988be90aafba6160526860749 | diff --git a/apiserver/resource.go b/apiserver/resource.go
index <HASH>..<HASH> 100644
--- a/apiserver/resource.go
+++ b/apiserver/resource.go
@@ -35,7 +35,7 @@ func (deps resourcesHandlerDeps) ConnectForUnitAgent(req *http.Request) (*state.
unit, ok := ent.(*state.Unit)
if !ok {
- logger.Criticalf("unexpected t... | Downgrade a logger call. | juju_juju | train |
05b770a93f87ac12bd40dd94318afc21dc2e6ff7 | diff --git a/telethon/extensions/markdown.py b/telethon/extensions/markdown.py
index <HASH>..<HASH> 100644
--- a/telethon/extensions/markdown.py
+++ b/telethon/extensions/markdown.py
@@ -90,7 +90,11 @@ def parse(message, delimiters=None, url_re=None):
for ent in result:
# If the en... | Fix directly nested markdown entities | LonamiWebs_Telethon | train |
7dc28e1c5d9f99d7f3e65d0bdf38bd63d4f7c66f | diff --git a/lib/media-stream.js b/lib/media-stream.js
index <HASH>..<HASH> 100644
--- a/lib/media-stream.js
+++ b/lib/media-stream.js
@@ -23,7 +23,6 @@ function MediaStream (media, opts) {
debug('new mediastream %s %s', media, JSON.stringify(opts))
self._mediaSource = new MediaSource()
- self._playing = false... | media-stream: don't autoplay media
autoplay can be triggered by setting autoplay property on the `video`
or `audio` tag.
```html
<video autoplay>
``` | webtorrent_webtorrent | train |
ebe3f92f7b3d102f3b2f8f70f848788cbb7b6395 | diff --git a/liquibase-maven-plugin/src/main/java/org/liquibase/maven/plugins/LiquibaseHistoryMojo.java b/liquibase-maven-plugin/src/main/java/org/liquibase/maven/plugins/LiquibaseHistoryMojo.java
index <HASH>..<HASH> 100644
--- a/liquibase-maven-plugin/src/main/java/org/liquibase/maven/plugins/LiquibaseHistoryMojo.jav... | Use internal commands for Maven History and SyncHub
DAT-<I> | liquibase_liquibase | train |
183f783c6ceb35237c00df68787b3430fca44a7b | diff --git a/src/main/java/net/openhft/chronicle/map/AbstractChronicleMapBuilder.java b/src/main/java/net/openhft/chronicle/map/AbstractChronicleMapBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/openhft/chronicle/map/AbstractChronicleMapBuilder.java
+++ b/src/main/java/net/openhft/chronicle/map/Abstra... | try-with-resources in AbstractChronicleMapBuilder | OpenHFT_Chronicle-Map | train |
3404f379b881b5b88df55b85722d28afe40eb478 | diff --git a/lib/jekyll/locale/auto_page.rb b/lib/jekyll/locale/auto_page.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/locale/auto_page.rb
+++ b/lib/jekyll/locale/auto_page.rb
@@ -2,17 +2,19 @@
module Jekyll
class Locale::AutoPage < Page
- extend Forwardable
include Locale::Helper
+ attr_reader ... | Replace Locale::PageDrop with a Hash | ashmaroli_jekyll-locale | train |
0c0b5badc5347a51604bbe329d882775946802aa | diff --git a/src/kids/cmd/cmd.py b/src/kids/cmd/cmd.py
index <HASH>..<HASH> 100644
--- a/src/kids/cmd/cmd.py
+++ b/src/kids/cmd/cmd.py
@@ -92,6 +92,24 @@ def get_obj_subcmds(obj):
return OrderedDict(subcmds)
+def get_module_resources(mod):
+ """Return probed sub module names from given module"""
+
+ path... | new: [cmd] support for discovering module commands in ``pkg_resources`` eggs.
Previously, command were not discovered if your command got packaged to
a single file zipped egg. | 0k_kids.cmd | train |
1caf33e9ba1f0fb41b3943b17fd34c268421fbbc | diff --git a/EventListener/FilterEventListener.php b/EventListener/FilterEventListener.php
index <HASH>..<HASH> 100644
--- a/EventListener/FilterEventListener.php
+++ b/EventListener/FilterEventListener.php
@@ -28,6 +28,7 @@
namespace whatwedo\TableBundle\EventListener;
use Doctrine\ORM\Query\Expr;
+use InvalidArgu... | feat(filter): allow setting join conditions (#<I>)
* feat(join_condition): implement suggestion
* feat(join_condition): improve parameter-handling
* fix(join_condition): improve parameter-handling
- hints from @lukasluecke | whatwedo_TableBundle | train |
6559faa43f5f3f9a29551abc19f2a04ed2939cc7 | diff --git a/benchmark/concurrent.js b/benchmark/concurrent.js
index <HASH>..<HASH> 100644
--- a/benchmark/concurrent.js
+++ b/benchmark/concurrent.js
@@ -3,7 +3,7 @@
// Benchmark comparing performance of promise setups (concurrent)
// To run it, do following in package path:
//
-// $ npm install Q jquery when
+// $... | Add `kew` to install command | medikoo_deferred | train |
17126043138c0c829236cfe458c34e62bdee3cbc | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
"karma-babel-preprocessor": "^8.0.0-beta.0",
"karma-browserify": "^5.2.0",
"karma-chrome-launcher": "^2.2.0",
+ "karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1... | Fix a few minor issues in firefox | cucumber-ltd_value-object.js | train |
67e4c7e02b0a80b9c08a4034aa103954b2f9f2fb | diff --git a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
+++ b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
@@ -1689,7 +1689,7 @@ class UnitOfWork
if ($this->getDocumentById($childId)) {
... | Don't override ID generator when persisting children | doctrine_phpcr-odm | train |
726a75b9001d406d21679c9b46c9b861b723ad44 | diff --git a/glooey/widget.py b/glooey/widget.py
index <HASH>..<HASH> 100644
--- a/glooey/widget.py
+++ b/glooey/widget.py
@@ -76,13 +76,18 @@ class Widget (pyglet.event.EventDispatcher, HoldUpdatesMixin):
widget hierarchy to make space for the widgets that need it, then calls
resize() on any widget ... | Elaborate on why resize() does what it does.
I tried to add a check resize() to only call do_resize_children() if the
size of the widget actually changed. But this caused all sorts of
problems children widgets not updating when they should, so I undid the
change and added a comment explaining why things need to be th... | kxgames_glooey | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.