hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
3c5ace9c7d935bfd4966edecf674ce0e2cdc45d1 | diff --git a/fooster/web/web.py b/fooster/web/web.py
index <HASH>..<HASH> 100644
--- a/fooster/web/web.py
+++ b/fooster/web/web.py
@@ -1026,7 +1026,7 @@ class HTTPServer:
handler = logging.StreamHandler(sys.stderr)
self.log.addHandler(handler)
- self.log.setLevel(logging.WARNING)
... | fix issue with socket being erroneously closed if there was no error on intialization | fkmclane_python-fooster-web | train |
e86fffc4caced2ff3e98437ef08f44bb38748733 | diff --git a/zipline/data/data_portal.py b/zipline/data/data_portal.py
index <HASH>..<HASH> 100644
--- a/zipline/data/data_portal.py
+++ b/zipline/data/data_portal.py
@@ -213,12 +213,6 @@ class DataPortal(object):
self.trading_calendar.all_sessions.get_loc(self._first_trading_day)
if self._fir... | PERF: Remove or defer calls to get_loc on large indices.
Mitigation for <URL> | quantopian_zipline | train |
a92210fa9f365728a109f5dbee60781b4371d902 | diff --git a/core/src/main/java/com/twitter/elephantbird/thrift/ThriftBinaryDeserializer.java b/core/src/main/java/com/twitter/elephantbird/thrift/ThriftBinaryDeserializer.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/twitter/elephantbird/thrift/ThriftBinaryDeserializer.java
+++ b/core/src/main/java/com... | review comments :
- include type value in exception message
- fix javadoc. | twitter_elephant-bird | train |
3255e2cbe8e5e027e06f52bf7989dda2640b2aa3 | diff --git a/closure/goog/fx/dragger.js b/closure/goog/fx/dragger.js
index <HASH>..<HASH> 100644
--- a/closure/goog/fx/dragger.js
+++ b/closure/goog/fx/dragger.js
@@ -321,7 +321,10 @@ goog.fx.Dragger.prototype.enableRightPositioningForRtl =
* @template T
*/
goog.fx.Dragger.prototype.getHandler = function() {
- re... | Fix unknown "this" warning.
-------------
Created by MOE: <URL> | google_closure-library | train |
07936f596d435854830e5b031eae75323984faea | diff --git a/lib/instrumentation/index.js b/lib/instrumentation/index.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/index.js
+++ b/lib/instrumentation/index.js
@@ -281,6 +281,8 @@ function transactionGroupingKey (trans) {
}
function traceGroupingKey (trace) {
- var ancestors = trace.ancestors().map(func... | core: fix trace grouping key algorithm | opbeat_opbeat-node | train |
2846a34ed5b8255f8ce3f9d6e34552e5b67f4325 | diff --git a/classes/hybrid-media-grabber.php b/classes/hybrid-media-grabber.php
index <HASH>..<HASH> 100644
--- a/classes/hybrid-media-grabber.php
+++ b/classes/hybrid-media-grabber.php
@@ -392,16 +392,13 @@ class Hybrid_Media_Grabber {
$max_height = 380;
/* Calculate new media dimensions. */
- $dimensions =... | Use list() to set the $width and $height variables. | justintadlock_hybrid-core | train |
3851741ab1072cd2c1eb85ea29174118998fffa9 | diff --git a/ncpol2sdpa/sdp_relaxation.py b/ncpol2sdpa/sdp_relaxation.py
index <HASH>..<HASH> 100644
--- a/ncpol2sdpa/sdp_relaxation.py
+++ b/ncpol2sdpa/sdp_relaxation.py
@@ -10,9 +10,8 @@ Created on Sun May 26 15:06:17 2013
from __future__ import division, print_function
import sys
from functools import partial
-fr... | Moved from math to numpy | peterwittek_ncpol2sdpa | train |
6ff94e590d4f2577d71f042682acd4409543581c | diff --git a/encode/src/org/immutables/encode/Encoding.java b/encode/src/org/immutables/encode/Encoding.java
index <HASH>..<HASH> 100644
--- a/encode/src/org/immutables/encode/Encoding.java
+++ b/encode/src/org/immutables/encode/Encoding.java
@@ -6,7 +6,15 @@ import java.lang.annotation.ElementType;
import java.lang.a... | fix, removing reflection from template-loading | immutables_immutables | train |
2f160ea403d124d237fc2138c0aa0d175fbad22a | diff --git a/scanpy/plotting/_tools/__init__.py b/scanpy/plotting/_tools/__init__.py
index <HASH>..<HASH> 100644
--- a/scanpy/plotting/_tools/__init__.py
+++ b/scanpy/plotting/_tools/__init__.py
@@ -229,7 +229,7 @@ def rank_genes_groups(
groups: Union[str, Sequence[str]] = None,
n_genes: int = 20,
gene_s... | Minor code cleanup for sc.pl.rank_genes_groups
Mostly reducing flow control, moving similar statements together | theislab_scanpy | train |
cbd4f734e9c26c9fdb29d81c70e729f08f75334d | diff --git a/examples/language-analyzer.py b/examples/language-analyzer.py
index <HASH>..<HASH> 100644
--- a/examples/language-analyzer.py
+++ b/examples/language-analyzer.py
@@ -7,6 +7,7 @@
import time
from lookout.sdk import pb
+from lookout.sdk.service_data import DataStub
from lookout.sdk.grpc import to_grpc_a... | Changed lookout.sdk.pb.DataStub import | src-d_lookout-sdk | train |
1fd90845745722139666dc580572b6e531e3840c | diff --git a/index.html b/index.html
index <HASH>..<HASH> 100644
--- a/index.html
+++ b/index.html
@@ -134,12 +134,12 @@
<ul>
<li>
<a href='https://github.com/dataarts/dat.gui/raw/build/DAT.GUI.min.js'><strong>Download the minified source</strong></a>
- <small id='buildsizemin'>[19.5kb]
+ <small id='build... | Check for getter and setter methods of direct access fails | dataarts_dat.gui | train |
041db864b18f74c0c56d62bd7a3450d94597cc91 | diff --git a/src/actions/field-actions.js b/src/actions/field-actions.js
index <HASH>..<HASH> 100644
--- a/src/actions/field-actions.js
+++ b/src/actions/field-actions.js
@@ -3,7 +3,7 @@ import map from 'lodash/map';
import batchActions from './batch-actions';
import actionTypes from '../action-types';
-import { ge... | Adding callback param to validateFields action and using it in handleSubmit() of <Form> component | davidkpiano_react-redux-form | train |
f2292737802ae2ad0fccaf6863231d2948a453c2 | diff --git a/niworkflows/workflows/epi/refmap.py b/niworkflows/workflows/epi/refmap.py
index <HASH>..<HASH> 100644
--- a/niworkflows/workflows/epi/refmap.py
+++ b/niworkflows/workflows/epi/refmap.py
@@ -52,7 +52,8 @@ def init_epi_reference_wf(omp_nthreads, name="epi_reference_wf"):
FixN4BiasFieldCorrection as ... | fix: address issues so that workflow builds | poldracklab_niworkflows | train |
691853c424822ac845289705cbdf151bbb22e53b | diff --git a/spew/config.go b/spew/config.go
index <HASH>..<HASH> 100644
--- a/spew/config.go
+++ b/spew/config.go
@@ -242,7 +242,8 @@ package:
The configuration options are controlled by modifying the public members
of c. See ConfigState for options documentation.
-See Fdump if you would prefer dumping to an arbi... | Update docs for new Sdump function. | davecgh_go-spew | train |
f83a66900027882d6ce5c356c4aae08362f52270 | diff --git a/src/Apps/AppManager.php b/src/Apps/AppManager.php
index <HASH>..<HASH> 100644
--- a/src/Apps/AppManager.php
+++ b/src/Apps/AppManager.php
@@ -4,7 +4,7 @@ namespace BeyondCode\LaravelWebSockets\Apps;
interface AppManager
{
- /**
+ /**
* Get all apps.
*
* @return array[\BeyondCod... | Apply fixes from StyleCI (#<I>) | beyondcode_laravel-websockets | train |
9a130ae93e5b984276796f68d61e40738eed9aca | diff --git a/src/Symfony/Component/Yaml/Parser.php b/src/Symfony/Component/Yaml/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Yaml/Parser.php
+++ b/src/Symfony/Component/Yaml/Parser.php
@@ -200,7 +200,7 @@ class Parser
array_pop($this->refsBeingParsed);
}
... | Fix issue <I>: Tabs as separators between tokens | symfony_symfony | train |
7e1902a18bb9aa7d8f98a3dacf6da3b05d350811 | diff --git a/interp/param.go b/interp/param.go
index <HASH>..<HASH> 100644
--- a/interp/param.go
+++ b/interp/param.go
@@ -33,8 +33,8 @@ func (r *Runner) paramExp(pe *syntax.ParamExp) string {
}
}
str := varStr(val)
- if pe.Ind != nil {
- str = r.varInd(val, pe.Ind.Expr)
+ if pe.Index != nil {
+ str = r.varInd... | interp: adapt to ParamExp index change | mvdan_sh | train |
bd8ca096ad2606f1219843aa67466f41862b66a8 | diff --git a/zarr/compression.py b/zarr/compression.py
index <HASH>..<HASH> 100644
--- a/zarr/compression.py
+++ b/zarr/compression.py
@@ -2,7 +2,6 @@
from __future__ import absolute_import, print_function, division
import zlib
import bz2
-import lzma
import numpy as np
@@ -143,82 +142,88 @@ class BZ2Compressor... | lzma not available in PY2 | zarr-developers_zarr | train |
ff3d10377e2b5a1758e6fd9e7e6cbeca15cf9a0e | diff --git a/mindmaps-migration/owl/src/test/java/test/io/mindmaps/migration/owl/TestSubProperties.java b/mindmaps-migration/owl/src/test/java/test/io/mindmaps/migration/owl/TestSubProperties.java
index <HASH>..<HASH> 100644
--- a/mindmaps-migration/owl/src/test/java/test/io/mindmaps/migration/owl/TestSubProperties.jav... | Remove System.exit from last OWL migration test (#<I>) | graknlabs_grakn | train |
9875823144c4e67d4a4f1826d4ebb82dc2502b5d | diff --git a/assets/P2AssetBase.php b/assets/P2AssetBase.php
index <HASH>..<HASH> 100755
--- a/assets/P2AssetBase.php
+++ b/assets/P2AssetBase.php
@@ -254,6 +254,18 @@ class P2AssetBase extends \yii\web\AssetBundle
}
/*
+ * Configures an asset described the 'vendor' pattern.
+ */
+ protected function configureV... | Update P2AssetBase.php | p2made_yii2-p2y2-base | train |
5c4440dc5b1ebfb860b9901f5558deeecb1a5215 | diff --git a/nerdamer.core.js b/nerdamer.core.js
index <HASH>..<HASH> 100644
--- a/nerdamer.core.js
+++ b/nerdamer.core.js
@@ -233,6 +233,9 @@ var nerdamer = (function (imports) {
* @param {Number} num
*/
var scientificToDecimal = function (num) {
+ var nsign = Math.sign(num);
+ //rem... | Update scientificToDecimal sign issue | jiggzson_nerdamer | train |
ea2a3fe10712d91fc0a8f6fb1cdf4ce197391ba5 | diff --git a/spec/dummy_app/db/migrate/20110208155312_set_up_test_tables.rb b/spec/dummy_app/db/migrate/20110208155312_set_up_test_tables.rb
index <HASH>..<HASH> 100644
--- a/spec/dummy_app/db/migrate/20110208155312_set_up_test_tables.rb
+++ b/spec/dummy_app/db/migrate/20110208155312_set_up_test_tables.rb
@@ -105,10 +1... | test: dummy_app is compatible with paper_trail-association_tracking <I>
ref: <URL> | paper-trail-gem_paper_trail | train |
75a4f51d983c10d2b1ef1748e3c8e6d9b8d0bda9 | diff --git a/dallinger/command_line.py b/dallinger/command_line.py
index <HASH>..<HASH> 100755
--- a/dallinger/command_line.py
+++ b/dallinger/command_line.py
@@ -114,7 +114,7 @@ def setup_experiment(debug=True, verbose=False, app=None):
# Check that the demo-specific requirements are satisfied.
try:
... | Allow requirements specified by URL (#<I>) | Dallinger_Dallinger | train |
c5e587f5e5c3cb8b128b948a46fe02804c09e360 | diff --git a/tests/integration/condition__collection__have_texts_test.py b/tests/integration/condition__collection__have_texts_test.py
index <HASH>..<HASH> 100644
--- a/tests/integration/condition__collection__have_texts_test.py
+++ b/tests/integration/condition__collection__have_texts_test.py
@@ -86,8 +86,8 @@ def tes... | removed part of error message that do not relate to the condition implementation | yashaka_selene | train |
d806a1c4cd904dc9db5dd09932760b797beceac5 | diff --git a/lib/field_ref.js b/lib/field_ref.js
index <HASH>..<HASH> 100644
--- a/lib/field_ref.js
+++ b/lib/field_ref.js
@@ -1,7 +1,7 @@
-lunr.FieldRef = function (docRef, fieldName) {
+lunr.FieldRef = function (docRef, fieldName, stringValue) {
this.docRef = docRef
this.fieldName = fieldName
- this._stringVal... | Stop needlessly recreating field ref string | olivernn_lunr.js | train |
afd7e618821517fc8403c4f41906fd8b160c537e | diff --git a/test/test_ocf_physical_container.rb b/test/test_ocf_physical_container.rb
index <HASH>..<HASH> 100644
--- a/test/test_ocf_physical_container.rb
+++ b/test/test_ocf_physical_container.rb
@@ -52,4 +52,14 @@ class TestOCFPhysicalContainer < Test::Unit::TestCase
@container = @class.new(@container_path)
... | Add test class for OCF::PhysicalContainer::File | KitaitiMakoto_epub-parser | train |
cad77f56abcdd84b26df48087da7c767a7d0cfaa | diff --git a/endpoints/api_config.py b/endpoints/api_config.py
index <HASH>..<HASH> 100644
--- a/endpoints/api_config.py
+++ b/endpoints/api_config.py
@@ -53,7 +53,8 @@ from . import messages
from . import remote
from . import resource_container
from . import types as endpoints_types
-from .types import Issuer, Limi... | Just want to adjust this comment slightly. (#<I>) | cloudendpoints_endpoints-python | train |
27ff000e973fd838867197d950867a81d0f63010 | diff --git a/src/Playlist.js b/src/Playlist.js
index <HASH>..<HASH> 100644
--- a/src/Playlist.js
+++ b/src/Playlist.js
@@ -362,6 +362,7 @@ export default class {
this.timeSelection = {
start,
end,
+ isSegment : (start!=end)
};
this.cursor = start;
}
@... | Code update as mentioned in #<I> | naomiaro_waveform-playlist | train |
8d6681c2e6c17181864261b45b7a93738ce4dba0 | diff --git a/classes/ezjscserverfunctionsautosave.php b/classes/ezjscserverfunctionsautosave.php
index <HASH>..<HASH> 100644
--- a/classes/ezjscserverfunctionsautosave.php
+++ b/classes/ezjscserverfunctionsautosave.php
@@ -187,12 +187,9 @@ class ezjscServerFunctionsAutosave extends ezjscServerFunctions
);
... | Fix EZP-<I>: Drafts disappear from dashboard after being edited and resaved | ezsystems_ezautosave | train |
18047add47bca70d1a4476c12b2da086f9718591 | diff --git a/src/main/java/org/zeromq/ZMQException.java b/src/main/java/org/zeromq/ZMQException.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/zeromq/ZMQException.java
+++ b/src/main/java/org/zeromq/ZMQException.java
@@ -43,6 +43,18 @@ public class ZMQException extends RuntimeException
code = errno;
... | Added constructors to ZMQException | zeromq_jeromq | train |
5dec0ec9b8d174f820f8249955c99df1f42a4952 | diff --git a/config/initializers/rack_attack.rb b/config/initializers/rack_attack.rb
index <HASH>..<HASH> 100644
--- a/config/initializers/rack_attack.rb
+++ b/config/initializers/rack_attack.rb
@@ -1,32 +1,4 @@
class Rack::Attack
- ### Configure Cache ###
-
- # If you don't want to use Rails.cache (Rack::Attack's d... | Protect more paths and log throttled requests | rubygems_rubygems.org | train |
d0bbcc14b561784c0c6ea08d5f74e0008c990614 | diff --git a/lib/disneytokyo/index.js b/lib/disneytokyo/index.js
index <HASH>..<HASH> 100644
--- a/lib/disneytokyo/index.js
+++ b/lib/disneytokyo/index.js
@@ -110,7 +110,8 @@ class DisneyTokyoPark extends Park {
return this.HTTP({
url: `http://info.tokyodisneyresort.jp/rt/s/realtime/${this... | Fix Tokyo Disneyland (#<I>)
* Fix Tokyo Disneyland rejecting any requests without "Connection: Keep-Alive" header.
* Add connection: "keep-alive" to further HTTP requests for fetching opening times. | cubehouse_themeparks | train |
f2bcf2fc69ab170589394368ff3d8bc435c3cf74 | diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
index <HASH>..<HASH> 160000
--- a/tests/PHPUnit/UI
+++ b/tests/PHPUnit/UI
@@ -1 +1 @@
-Subproject commit 4e77f9e1883da65340945af6694dfb31fa3e31ff
+Subproject commit 5655e6e04b106f70c1ec87a2e01abc04f14c8741
diff --git a/tests/PHPUnit/UITest.php b/tests/PHPUnit/UITest.php
... | Allow screenshot tests to execute JavaScript before capturing screenshots. | matomo-org_matomo | train |
28bbef58bf6edc7242c7aa3855d54acdd97cb2cb | diff --git a/epub_clean/clean.py b/epub_clean/clean.py
index <HASH>..<HASH> 100644
--- a/epub_clean/clean.py
+++ b/epub_clean/clean.py
@@ -76,6 +76,10 @@ def html_to_xhtml(html_unicode_string):
DOCTYPE_string = constants.xhtml_doctype_string
string_with_open_singletons = lxml.etree.tostring(node, pretty_print... | generalized open singletons to beyond br | wcember_pypub | train |
b38aca3728f4f7bd5477be430f386ec4b826a4d1 | diff --git a/bearlib/__init__.py b/bearlib/__init__.py
index <HASH>..<HASH> 100644
--- a/bearlib/__init__.py
+++ b/bearlib/__init__.py
@@ -111,6 +111,32 @@ def daemonize(config):
os.umask(077)
+def escXML(text, escape_quotes=False):
+ if type(text) != types.UnicodeType:
+ if type(text) == types.IntTy... | added escXML and also made it so the config file loading code can
be passed a filename to override (or bypass) the command line parsing | bear_bearlib | train |
932cbae03a146d377846126f984b37b10ae1a5ff | diff --git a/ion-tests b/ion-tests
index <HASH>..<HASH> 160000
--- a/ion-tests
+++ b/ion-tests
@@ -1 +1 @@
-Subproject commit b2ca9ef2ccb630624d08f1d48e16ec76575f4410
+Subproject commit f7a4999a416b98a4ab454ba18843a177404b7a45
diff --git a/src/software/amazon/ion/impl/lite/IonContainerLite.java b/src/software/amazon/io... | Performance improvment for struct clones
Adding a check to only perform the SID lookups if and only if we don't
have a name. If we have a name simply copying the name is sufficient | amzn_ion-java | train |
052a42401aa90436222a6457f93ba0635e4aad0c | diff --git a/supply/lib/supply/uploader.rb b/supply/lib/supply/uploader.rb
index <HASH>..<HASH> 100644
--- a/supply/lib/supply/uploader.rb
+++ b/supply/lib/supply/uploader.rb
@@ -155,10 +155,11 @@ module Supply
def update_track(apk_version_codes)
UI.message("Updating track '#{Supply.config[:track]}'...")
... | Check superseded tracks for rollout in supply (already works for production, beta and alpha). (#<I>) | fastlane_fastlane | train |
4f3f9ee78a2d71624061f49656bf28b966feb1e7 | diff --git a/estnltk/taggers/text_segmentation/compound_token_tagger.py b/estnltk/taggers/text_segmentation/compound_token_tagger.py
index <HASH>..<HASH> 100644
--- a/estnltk/taggers/text_segmentation/compound_token_tagger.py
+++ b/estnltk/taggers/text_segmentation/compound_token_tagger.py
@@ -31,6 +31,8 @@ from .patte... | Updated CompoundTokenTagger: added detecting and compounding dashes | estnltk_estnltk | train |
77cc6f460d00cf35a7c910b3ebe3141fdcb2a8ba | diff --git a/yowsup/layers/protocol_media/layer.py b/yowsup/layers/protocol_media/layer.py
index <HASH>..<HASH> 100644
--- a/yowsup/layers/protocol_media/layer.py
+++ b/yowsup/layers/protocol_media/layer.py
@@ -6,12 +6,14 @@ from .protocolentities import DocumentDownloadableMediaMessageProtocolEntity
from .protocolent... | [fix] improve handling of unsupported media msgs
Will now auto send receipts for messages with unsupported
media types. | tgalal_yowsup | train |
273cedf626dd0dae164049c430e39faf56c1764e | diff --git a/generator/classes/propel/engine/builder/om/php5/PHP5NestedSetPeerBuilder.php b/generator/classes/propel/engine/builder/om/php5/PHP5NestedSetPeerBuilder.php
index <HASH>..<HASH> 100644
--- a/generator/classes/propel/engine/builder/om/php5/PHP5NestedSetPeerBuilder.php
+++ b/generator/classes/propel/engine/bu... | Add a call to updateLoadedNode() in moveToXxxYyyOf() after their task done.
Closes #<I> | propelorm_Propel | train |
f05d05a3af6a98189af7f95e5229d8e2108321b7 | diff --git a/src/main/java/com/prometheus/jmx4prometheus/JmxScraper.java b/src/main/java/com/prometheus/jmx4prometheus/JmxScraper.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/prometheus/jmx4prometheus/JmxScraper.java
+++ b/src/main/java/com/prometheus/jmx4prometheus/JmxScraper.java
@@ -62,33 +62,35 @@ publi... | Wrap 'close' statement in a finally.
Looks like there's no timeout on these connections so they hang
around for ever. As each connection causes a thread on the target
JVM it means we could create lots of threads on the process we're
monitoring. | prometheus_jmx_exporter | train |
7215130ff518eb33a51d07c4264a105c5a90bb24 | diff --git a/holoviews/plotting/plot.py b/holoviews/plotting/plot.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/plot.py
+++ b/holoviews/plotting/plot.py
@@ -215,7 +215,7 @@ class Plot(param.Parameterized):
# If we do not have the Document lock, schedule refresh as callback
se... | Add check if document has already been set in server mode (#<I>) | pyviz_holoviews | train |
2aa9a35e4ea1acb1b9e312c8e2b6b69b8e1877c7 | diff --git a/mod/scorm/api.php b/mod/scorm/api.php
index <HASH>..<HASH> 100644
--- a/mod/scorm/api.php
+++ b/mod/scorm/api.php
@@ -66,6 +66,9 @@
} else {
print_error('cannotfindsco', 'scorm');
}
+ if (!$sco = scorm_get_sco($scoid)) {
+ print_error('cannotfindsco', 'scorm');
+ }
$sco... | MDL-<I> - SCORM results not transferring to Gradebook. SCORM API debugging tool - add reference to SCORM, and SCO identifier. | moodle_moodle | train |
de75f93e0fe9791c773e7f57d3cb664b02dc85cc | diff --git a/core-bundle/src/Resources/contao/languages/en/default.xlf b/core-bundle/src/Resources/contao/languages/en/default.xlf
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/languages/en/default.xlf
+++ b/core-bundle/src/Resources/contao/languages/en/default.xlf
@@ -707,8 +707,8 @@
<trans... | [Core] Mark modules as "enabled" instead of "disabled" | contao_contao | train |
c85dd03ed9549b68b8b7c2571aafa2186a963345 | diff --git a/vais/planet.py b/vais/planet.py
index <HASH>..<HASH> 100644
--- a/vais/planet.py
+++ b/vais/planet.py
@@ -2,6 +2,7 @@
import os
import aikif.environments.worlds as my_world
+import worlds as my_world
#import aikif.gui_view_world as gui
fldr = os.getcwd() + os.sep + 'data' + os.sep + 'worlds' | planet uses the local version of worlds.py instead of AIKIF version | acutesoftware_virtual-AI-simulator | train |
68ce7ebbf12b32dc3901974382e829d7b8808b8e | diff --git a/src/Parser.php b/src/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -84,13 +84,13 @@ class Parser
$parent->addChild($object);
}
- // Initialize object
- $object->init();
-
if (is_array($element['value'])... | Initialise element after child elements have been parsed | encorephp_giml | train |
d50d11534bbaa07ad1844a75117a367372594ece | diff --git a/taskforce/poll.py b/taskforce/poll.py
index <HASH>..<HASH> 100755
--- a/taskforce/poll.py
+++ b/taskforce/poll.py
@@ -47,6 +47,9 @@ class poll(object):
self._poll = select.poll()
elif 'select' in dir(select) and callable(select.select):
self._mode = PL_SELECT
+ self._rfds = set()
+ self._wfd... | added select.select() implementation | akfullfo_taskforce | train |
e1449dfa25e864f3bc8a7bddf5d58ccfedf37ab5 | diff --git a/src/main/java/org/math/R/Rsession.java b/src/main/java/org/math/R/Rsession.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/math/R/Rsession.java
+++ b/src/main/java/org/math/R/Rsession.java
@@ -1301,9 +1301,9 @@ public abstract class Rsession implements RLog {
log("Nothing to save.... | Fix bug with path and windows as host with Rserve. | yannrichet_rsession | train |
d35a014a962fda4115795dfbd7fbea3ec906f911 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ packages = [
"neo4j.compat",
"neo4j.packstream",
"neo4j.v1",
+ "neo4j.v1.types",
]
package_data = {
"neo4j.bolt": ["*.pyx"], | Updated setup to include neo4j.v1.types | neo4j_neo4j-python-driver | train |
0d837db894a3c3f16988b4cceb4bafbdc63b60c7 | diff --git a/pytest_wdb/test_wdb.py b/pytest_wdb/test_wdb.py
index <HASH>..<HASH> 100644
--- a/pytest_wdb/test_wdb.py
+++ b/pytest_wdb/test_wdb.py
@@ -26,6 +26,10 @@ class FakeWdbServer(Process):
def run(self):
listener = Listener(('localhost', 18273))
+ try:
+ listener._listener._sock... | Add a hacky timeout around Listener accept for pytest_wdb test | Kozea_wdb | train |
f1ea21b2a64febe9c3878ecbc767f99cd1971c5c | diff --git a/lib/cancan/controller_resource.rb b/lib/cancan/controller_resource.rb
index <HASH>..<HASH> 100644
--- a/lib/cancan/controller_resource.rb
+++ b/lib/cancan/controller_resource.rb
@@ -77,7 +77,7 @@ module CanCan
end
def load_collection
- resource_base.accessible_by(current_ability)
+ re... | Pass action name to accessible_by. | CanCanCommunity_cancancan | train |
a6245978bf352edea5728267cbfbe8d6c5e38a3c | diff --git a/src/actions/initComponent.js b/src/actions/initComponent.js
index <HASH>..<HASH> 100644
--- a/src/actions/initComponent.js
+++ b/src/actions/initComponent.js
@@ -86,7 +86,7 @@ export default (
);
shouldCallInitActionClient = initActionClient && (
// mounted on the client (after first... | Don't call clientOnly action in MODE_PREPARE | mediamonks_react-redux-component-init | train |
cd4c53258a9a89ad37c260b49606aeee6a2dab41 | diff --git a/grace/build.py b/grace/build.py
index <HASH>..<HASH> 100644
--- a/grace/build.py
+++ b/grace/build.py
@@ -111,6 +111,7 @@ class Build:
else:
lines.append(line)
+ lines.append('\n')
return lines
def _build_html(self):
diff --git a/grace/testit.py b/grac... | Main Program
* added a linebreak after concatenating a whole file | mdiener_grace | train |
bd689aa32631e2ff75d11812eae52ec3bb80534f | diff --git a/flask_acl/ext.py b/flask_acl/ext.py
index <HASH>..<HASH> 100644
--- a/flask_acl/ext.py
+++ b/flask_acl/ext.py
@@ -1,6 +1,7 @@
from __future__ import absolute_import
import logging
+from pprint import pformat
from urllib import urlencode
import werkzeug as wz
@@ -46,7 +47,7 @@ class AuthManager(obje... | Tweak some __repr__ and logging | mikeboers_Flask-ACL | train |
8701ef2c8136b59c3a5c554e27ffa96ee3e9c6f5 | diff --git a/.eslintrc b/.eslintrc
index <HASH>..<HASH> 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -4,5 +4,20 @@
"no-throw-literal": "off",
"promise/always-return": "error",
"promise/no-nesting": "error"
+ },
+ "settings": {
+ "backbone": {
+ "Collection": [
+ ... | Fix eslint Backbone tests, ensuring Backbone inheritance is set correctly | girder_girder | train |
0a094a7319f5ed521630f4df3221c4bf48eaf665 | diff --git a/pkg/plugins/backendplugin/backend_plugin.go b/pkg/plugins/backendplugin/backend_plugin.go
index <HASH>..<HASH> 100644
--- a/pkg/plugins/backendplugin/backend_plugin.go
+++ b/pkg/plugins/backendplugin/backend_plugin.go
@@ -205,6 +205,26 @@ func (p *BackendPlugin) checkHealth(ctx context.Context, config *Plu... | Datasource config was not mapped for datasource healthcheck (#<I>)
closes #<I> | grafana_grafana | train |
cb503932214f1d33e2443fe82fff5da10dfb3e1e | diff --git a/src/backbone.collectionView.js b/src/backbone.collectionView.js
index <HASH>..<HASH> 100755
--- a/src/backbone.collectionView.js
+++ b/src/backbone.collectionView.js
@@ -331,7 +331,8 @@
fragmentContainer = document.createDocumentFragment();
this.collection.each( function( thisModel ) {
- this... | Clarifying the model view render method arguments.
We now pass in the modelView to _renderModelView instead of the more obtuse
viewManager argument. | rotundasoftware_backbone.collectionView | train |
f679989bdaeeaeffc46a0938179fc3e93292345a | diff --git a/owncloud/owncloud.py b/owncloud/owncloud.py
index <HASH>..<HASH> 100644
--- a/owncloud/owncloud.py
+++ b/owncloud/owncloud.py
@@ -510,15 +510,16 @@ class Client():
data = 'shares'
if (path != ''):
+ data += '?'
path = self.__normalize_path(path)
- path... | get_shares(): Args as a dict; run urlencode() at the end of code block | owncloud_pyocclient | train |
f679bb676c033542f055fee1cf9ce59c4d962989 | diff --git a/src/main/java/org/dita/dost/writer/ChunkTopicParser.java b/src/main/java/org/dita/dost/writer/ChunkTopicParser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dita/dost/writer/ChunkTopicParser.java
+++ b/src/main/java/org/dita/dost/writer/ChunkTopicParser.java
@@ -292,8 +292,7 @@ public final clas... | Fix current file directory URI resolution when file doesn't exist | dita-ot_dita-ot | train |
384b7cae72e69f7bca14ae91b80d1b0d95cfd3ce | diff --git a/web/concrete/src/Asset/Asset.php b/web/concrete/src/Asset/Asset.php
index <HASH>..<HASH> 100644
--- a/web/concrete/src/Asset/Asset.php
+++ b/web/concrete/src/Asset/Asset.php
@@ -63,9 +63,9 @@ abstract class Asset
abstract public function getAssetType();
- abstract public function minify($assets... | Mark minify and combine as static
minify() and combine() don't use any instance method/variabies,
and they are called as static by View->postProcessAssets()
Former-commit-id: c<I>d<I>ae<I>d<I>cfaa<I>debc7beb2fa<I> | concrete5_concrete5 | train |
05d81436e99447f08bf1537ea60b5f11ebda2107 | diff --git a/src/main/java/org/junit/rules/Verifier.java b/src/main/java/org/junit/rules/Verifier.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/junit/rules/Verifier.java
+++ b/src/main/java/org/junit/rules/Verifier.java
@@ -9,7 +9,7 @@ import org.junit.runners.model.Statement;
* failed
*
* <pre>
- * ... | Fix for issue #<I>. Wrong use of round brackets on first line of code sample. | junit-team_junit4 | train |
495bf53756cf6ce4bbdf21dca4fe8621f5b1c730 | diff --git a/trustpinning/certs.go b/trustpinning/certs.go
index <HASH>..<HASH> 100644
--- a/trustpinning/certs.go
+++ b/trustpinning/certs.go
@@ -161,6 +161,7 @@ func ValidateRoot(prevRoot *data.SignedRoot, root *data.Signed, gun string, trus
logrus.Debugf("failed to verify TUF data for: %s, %v", gun, err)
retur... | made change to make sure that ValidateRoot mutates the signatures of the returned signed root object | theupdateframework_notary | train |
279601330b8856146ab0365d05c817d762aa1a6c | diff --git a/textproto/header.go b/textproto/header.go
index <HASH>..<HASH> 100644
--- a/textproto/header.go
+++ b/textproto/header.go
@@ -264,11 +264,6 @@ func readLineSlice(r *bufio.Reader, line []byte) ([]byte, error) {
return nil, err
}
- // Avoid the copy if the first call produced a full line.
- if lin... | textproto: fix parsing messages with LF line endings
We can't save the line returned by bufio.ReadLine in headerField.b, because
bufio will re-use it for the next line. We always need to copy it. | emersion_go-message | train |
158e3c1d523705ca36416433b6df0b45a260514a | diff --git a/lib/rails/config/routes.rb b/lib/rails/config/routes.rb
index <HASH>..<HASH> 100644
--- a/lib/rails/config/routes.rb
+++ b/lib/rails/config/routes.rb
@@ -1,3 +1,7 @@
Rails.application.routes.draw do
- match "/websocket", :to => WebsocketRails::ConnectionManager.new
+ if Rails.version >= '4.0.0'
+ get... | Added conditional on route paths for changes in Rails 4
* Fixes #<I>
* Added a conditional to test for Rails 4 and above when appending to paths
* Updated routes to use get verb for Rails 4 and above | websocket-rails_websocket-rails | train |
66fb97a09fcc49aa0145efe4b213b030f079b99b | diff --git a/confidence/io.py b/confidence/io.py
index <HASH>..<HASH> 100644
--- a/confidence/io.py
+++ b/confidence/io.py
@@ -229,7 +229,7 @@ def load(*fps: typing.IO, missing: typing.Any = Missing.silent) -> Configuration
def loadf(*fnames: str,
- default: typing.Union[typing.Mapping[str, typing.Any]] =... | Mark default argument to loadf as Any | HolmesNL_confidence | train |
1cb6ddf69e849ee9d19bf9006cfcfb558e405b81 | diff --git a/lib/md_emoji/render.rb b/lib/md_emoji/render.rb
index <HASH>..<HASH> 100644
--- a/lib/md_emoji/render.rb
+++ b/lib/md_emoji/render.rb
@@ -19,7 +19,7 @@ module MdEmoji
#
# Valid emoji charaters are listed in +MdEmoji::EMOJI+
def replace_emoji(text)
- text.gsub(/:(\S+):/) do |emoji|
+ ... | Emoji should not require a space between them | elm-city-craftworks_md_emoji | train |
7aa19218412a6100c0cdebac8f5a9d2fa22f2fa0 | diff --git a/bosh-director/lib/bosh/director/package_compiler.rb b/bosh-director/lib/bosh/director/package_compiler.rb
index <HASH>..<HASH> 100644
--- a/bosh-director/lib/bosh/director/package_compiler.rb
+++ b/bosh-director/lib/bosh/director/package_compiler.rb
@@ -211,10 +211,8 @@ module Bosh::Director
retur... | Use dependency lookup on ReleaseVersion model during compilation
Avoids duplication
[#<I>] | cloudfoundry_bosh | train |
c4d7af57f0dcf3508694e7e8560eb5e04e505361 | diff --git a/command/agent/command.go b/command/agent/command.go
index <HASH>..<HASH> 100644
--- a/command/agent/command.go
+++ b/command/agent/command.go
@@ -40,6 +40,7 @@ func (c *Command) Run(args []string, rawUi cli.Ui) int {
"json file to read config from")
cmdFlags.Var((*AppendSliceValue)(&configFiles), "con... | command/agent: config can take an EncryptKey | hashicorp_serf | train |
e12ed5e5a5dc1c68feb41a514ef89d1f61082610 | diff --git a/src/Pdf.php b/src/Pdf.php
index <HASH>..<HASH> 100644
--- a/src/Pdf.php
+++ b/src/Pdf.php
@@ -23,6 +23,9 @@ class Pdf
// Regular expression to detect XML strings
const REGEX_XML = '/<\??xml/i';
+ // Regular expression to detect options that expect an URL or a file name, so we need to create ... | Update Pdf.php
Simplifies regular expression, which matches options that expect an URL or a file name and transfers the regular expression into constant `REGEX_OPTS_TMPFILE`. | mikehaertl_phpwkhtmltopdf | train |
28f73f2bf5821e037dadd1a11afc488030cec576 | diff --git a/__tests__/variantsAtRule.test.js b/__tests__/variantsAtRule.test.js
index <HASH>..<HASH> 100644
--- a/__tests__/variantsAtRule.test.js
+++ b/__tests__/variantsAtRule.test.js
@@ -69,3 +69,28 @@ test('it can generate hover and focus variants', () => {
expect(result.warnings().length).toBe(0)
})
})
+... | Add support for including `responsive` in variants list | tailwindcss_tailwindcss | train |
d6bb998550b00da76461c610b4b424f2034609a2 | diff --git a/web/concrete/blocks/form/controller.php b/web/concrete/blocks/form/controller.php
index <HASH>..<HASH> 100644
--- a/web/concrete/blocks/form/controller.php
+++ b/web/concrete/blocks/form/controller.php
@@ -576,6 +576,15 @@ class Controller extends BlockController
//echo $mh->body.'<br>';
... | Update core form block controller with event
Added an event (on_form_submission) before the redirect.
Former-commit-id: 8a<I>f<I>f5f<I>d<I>f<I>a<I>ace<I>
Former-commit-id: <I>c<I>d<I>d<I>fbd<I>e<I>e<I>f5e<I>b<I>c | concrete5_concrete5 | train |
53c1fb6a450e10ebfc1c2124f6e2543b2dba8e72 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ try:
import jsmin
djanalytics_js_in = open('djanalytics/templates/djanalytics.js')
- djanalytics_js_out = open('djanalytics/templates/djanalytics.js', 'w')
+ djanalytics_js_out = open('djanalytic... | actually include the js files in the distribution | analytehealth_django-analytics | train |
3e2d225892f743c8c06cf9f904a921913174b39f | diff --git a/lib/Thelia/Model/ConfigQuery.php b/lib/Thelia/Model/ConfigQuery.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Model/ConfigQuery.php
+++ b/lib/Thelia/Model/ConfigQuery.php
@@ -73,6 +73,12 @@ class ConfigQuery extends BaseConfigQuery
return true;
}
+
+ public static function getConfigur... | Added getConfiguredShopUrl() to access url_site variable | thelia_core | train |
58d9ed80322af0bf21422ffb5dfe59e03e5510d3 | diff --git a/src/editor/Editor.js b/src/editor/Editor.js
index <HASH>..<HASH> 100644
--- a/src/editor/Editor.js
+++ b/src/editor/Editor.js
@@ -1001,12 +1001,8 @@ define(function (require, exports, module) {
*/
Editor.prototype.refreshAll = function () {
this.refresh();
- this.getInlineWidgets... | Editor.refreshAll() shouldn't assume all inline widgets are MultiRangeInlineEditors | adobe_brackets | train |
8cac448b52c0ec7bebe00fe0dc5d202b83c36fc4 | diff --git a/mpop/satellites/__init__.py b/mpop/satellites/__init__.py
index <HASH>..<HASH> 100644
--- a/mpop/satellites/__init__.py
+++ b/mpop/satellites/__init__.py
@@ -79,8 +79,7 @@ def get_sat_instr_compositer((satellite, number, variant), instrument):
try:
module = __import__(module_name, globals(), ... | Simplified platform names for reading custom composites | pytroll_satpy | train |
7c55a29b3718f5de83d298cee834bf93e97f304a | diff --git a/lib/weblib.php b/lib/weblib.php
index <HASH>..<HASH> 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -493,12 +493,12 @@ function format_text_email($text, $format) {
case FORMAT_WIKI:
$text = wiki_to_html($text);
- return strip_tags($text);
+ return strtr(st... | Text emails now have html entities translated properly
Thanks to Gustav Delius for the patch | moodle_moodle | train |
3ab687043e57130cbee76ead4ad7865478da718b | diff --git a/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php b/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
index <HASH>..<HASH> 100644
--- a/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
+++ b/cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
@... | Updating DboPostgres test to reflect changes in test suite. | cakephp_cakephp | train |
d1def45c2859fd81bfd6def8968dae0e4b15122a | diff --git a/Resources/public/js/campaignchain/dhtmlxgantt/pre_init_absolute_dates.js b/Resources/public/js/campaignchain/dhtmlxgantt/pre_init_absolute_dates.js
index <HASH>..<HASH> 100755
--- a/Resources/public/js/campaignchain/dhtmlxgantt/pre_init_absolute_dates.js
+++ b/Resources/public/js/campaignchain/dhtmlxgantt/... | CampaignChain/campaignchain#<I> Overview of campaigns in Plan section | CampaignChain_core | train |
dd2197f818115f946c027c29e9fa410edb5bebbd | diff --git a/pyowm/__init__.py b/pyowm/__init__.py
index <HASH>..<HASH> 100644
--- a/pyowm/__init__.py
+++ b/pyowm/__init__.py
@@ -14,14 +14,14 @@ from pyowm import constants
from pyowm.utils import timeutils # Convenience import
-def OWM(API_key=None, version=constants.LATEST_OWM_API_VERSION,
+def OWM(API_key=co... | Set a test API key (the one in the API call examples from OWM API website) | csparpa_pyowm | train |
91d134b5ac288d08d8ab055c8248b0ad2dd20039 | diff --git a/dev-server/containers/App/index.js b/dev-server/containers/App/index.js
index <HASH>..<HASH> 100644
--- a/dev-server/containers/App/index.js
+++ b/dev-server/containers/App/index.js
@@ -2,6 +2,7 @@ import React, { PropTypes } from 'react';
import { Provider } from 'react-redux';
import { Router, Route, I... | fix bug where CallMonitorPage would fail if callLogger is not present | ringcentral_ringcentral-js-widgets | train |
312673a01516fe7e4b1e6cbc21ed1a1d00636925 | diff --git a/tests/test_core.py b/tests/test_core.py
index <HASH>..<HASH> 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -455,3 +455,22 @@ class TestAudioRegion(unittest.TestCase):
"number of channels (1 != 2)",
str(val_err.exception),
)
+
+ @genty_dataset(
+ si... | Add tests for AudioRegion multiplication | amsehili_auditok | train |
679501b5f3458051f8c7a5e4c3549492d1ab753f | diff --git a/wtforms_html5.py b/wtforms_html5.py
index <HASH>..<HASH> 100644
--- a/wtforms_html5.py
+++ b/wtforms_html5.py
@@ -179,6 +179,39 @@ from wtforms.validators import Length, NumberRange, StopValidation
from wtforms.compat import string_types
+__all__ = (
+ # WIDGETS
+ 'Input',
+ 'TextInput',
+ 'DateIn... | added `__all__` | brutus_wtforms-html5 | train |
f340803d804a04029c7335b3072b4da9ac69602e | diff --git a/klaw-sync.js b/klaw-sync.js
index <HASH>..<HASH> 100644
--- a/klaw-sync.js
+++ b/klaw-sync.js
@@ -3,28 +3,29 @@
const fs = require('graceful-fs')
const path = require('path')
-function klawSync (dir, opts, ls) {
- if (!ls) {
- opts = opts || {}
- ls = []
- dir = path.resolve(dir)
- }
+functi... | refactor to have a consistent function signature internally | manidlou_node-klaw-sync | train |
1f17b6ab7e490edc3195114e5d088490824b0f99 | diff --git a/lib/passport-google-oauth/oauth2.js b/lib/passport-google-oauth/oauth2.js
index <HASH>..<HASH> 100644
--- a/lib/passport-google-oauth/oauth2.js
+++ b/lib/passport-google-oauth/oauth2.js
@@ -109,14 +109,25 @@ Strategy.prototype.authorizationParams = function(options) {
if (options.approvalPrompt) {
... | Documentation and tests for additional authorization params. | 4barz_passport-pinterest-oauth | train |
c222c4a98d59bc42a88ca6f1685c0dfc963b341b | diff --git a/Stub/DateFormat/FullTransformer.php b/Stub/DateFormat/FullTransformer.php
index <HASH>..<HASH> 100644
--- a/Stub/DateFormat/FullTransformer.php
+++ b/Stub/DateFormat/FullTransformer.php
@@ -101,6 +101,8 @@ class FullTransformer
{
$that = $this;
+ $escapedPattern = preg_quote($pattern... | [Locale] minor cosmetical tweaks to the pre-escaped regExp | symfony_locale | train |
f79b50e846fc79119f4849ed1defe2abc9f68ae6 | diff --git a/gridmap/job.py b/gridmap/job.py
index <HASH>..<HASH> 100644
--- a/gridmap/job.py
+++ b/gridmap/job.py
@@ -351,7 +351,10 @@ def _collect_jobs(sid, jobids, joblist, redis_server, uniq_id,
log_stderr_fn = os.path.join(temp_dir, job.name + '.e' + jobids[ix])
# Get the exit status an... | No longer crashes if job information was unavailable because it got pushed out of the finished_jobs metadata queue. | pygridtools_gridmap | train |
60ce00951b23dddd5742924d1bc6ac253bd84720 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,7 @@
},
"dependencies": {
"react": "^0.14.6",
- "react-dom": "^0.14.6"
+ "react-dom": "^0.14.6",
+ "setprototypeof": "^1.0.1"
}
}
diff --git a/src/browser.js b/src/browser.js
i... | fixed using res.locals as the store because express uses Object.create(null) to make res.locals | wesleytodd_react-express-middleware | train |
ec0b53b136d257c525da74a8ca7eae9a44e5b266 | diff --git a/docker/scripts/play_common.sh b/docker/scripts/play_common.sh
index <HASH>..<HASH> 100755
--- a/docker/scripts/play_common.sh
+++ b/docker/scripts/play_common.sh
@@ -67,7 +67,7 @@ function prepare_bwapi() {
sed -i "s:^game = :game = ${GAME_NAME}:g" "${BWAPI_INI}"
fi
- if [ $JAVA_DEBUG -e... | Fix bug with dropping=off in multiplayer | Games-and-Simulations_sc-docker | train |
a4fef6fa1077a69d6e793aee5ad6c63ed3e7cff7 | diff --git a/spyderlib/widgets/editor.py b/spyderlib/widgets/editor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/editor.py
+++ b/spyderlib/widgets/editor.py
@@ -24,6 +24,7 @@ import os, sys, re, os.path as osp
# Local imports
from spyderlib.utils import encoding, sourcecode, programs
+from spyderlib.ut... | Editor: Add the possibility to get module completions | spyder-ide_spyder | train |
f1ef1e02f581da27f979a936f855dc527cd5a305 | diff --git a/server/src/main/java/io/atomix/catalog/server/StateMachine.java b/server/src/main/java/io/atomix/catalog/server/StateMachine.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/io/atomix/catalog/server/StateMachine.java
+++ b/server/src/main/java/io/atomix/catalog/server/StateMachine.java
@@ -45,7 ... | Make state machine executor available to state machines. | atomix_copycat | train |
75322c3d47a9c733995fb93d2836ee9ebb7e7a0b | diff --git a/languagetool-server/src/main/java/org/languagetool/server/LanguageToolHttpHandler.java b/languagetool-server/src/main/java/org/languagetool/server/LanguageToolHttpHandler.java
index <HASH>..<HASH> 100644
--- a/languagetool-server/src/main/java/org/languagetool/server/LanguageToolHttpHandler.java
+++ b/lang... | more verbose error message - needed as with the new "data" JSON we take, there might be syntax errors and the caller needs to know about those | languagetool-org_languagetool | train |
2587df3356e8ed5eaba7d5a63482c07ab99f5851 | diff --git a/cli/release.go b/cli/release.go
index <HASH>..<HASH> 100644
--- a/cli/release.go
+++ b/cli/release.go
@@ -18,37 +18,37 @@ usage: flynn release add [-t <type>] [-f <file>] <uri>
Manage app releases.
Options:
- -t <type> type of the release. Currently only 'docker' is supported. [default: dock... | cli: Fix up formatting of release docs | flynn_flynn | train |
3f852b3a236068b4967f98143fbd1b8c976a5bea | diff --git a/MARDS/__init__.py b/MARDS/__init__.py
index <HASH>..<HASH> 100644
--- a/MARDS/__init__.py
+++ b/MARDS/__init__.py
@@ -2,7 +2,7 @@
#
# MARDS data serialization library
#
-__version__ = '0.1.13'
+__version__ = '0.1.14'
__version_info__ = tuple([ int(num) for num in __version__.split('.')])
MARDS_VER_C... | change to setup.py version to accomadate Heroku | MakerReduxCorp_MARDS | train |
c1ede03d625cd4ce3ac914b335397fbdbd8ec1ef | diff --git a/lib/acts_as_audited/audit_sweeper.rb b/lib/acts_as_audited/audit_sweeper.rb
index <HASH>..<HASH> 100644
--- a/lib/acts_as_audited/audit_sweeper.rb
+++ b/lib/acts_as_audited/audit_sweeper.rb
@@ -14,10 +14,12 @@ module CollectiveIdea #:nodoc:
# audit User, Widget
# end
#
- ... | Tweak acts_as_audited model configuration in ActionController
Simplify how options are passed to each model's acts_as_audited call from
ActionController. This is accomplished by using the audited classes as the
hash's keys rather than a redundant symbol (like my previous commit).
This enhances readability and prevent... | collectiveidea_audited | train |
60a4a3393fc9b61752babba8b28f69adb77cfda4 | diff --git a/examples/design_by_contract.rb b/examples/design_by_contract.rb
index <HASH>..<HASH> 100644
--- a/examples/design_by_contract.rb
+++ b/examples/design_by_contract.rb
@@ -56,3 +56,16 @@ a.buy 10
a.sell 10
a.sell -10
+##############################
+
+class A
+ include DesignByContract
+
+ precond { ... | Add another example api for design by contract | gcao_aspector | train |
031c3358b1ea4f0580d0fabc68a1a5dd5c6e2b85 | diff --git a/lib/snowplow-tracker/context.rb b/lib/snowplow-tracker/context.rb
index <HASH>..<HASH> 100644
--- a/lib/snowplow-tracker/context.rb
+++ b/lib/snowplow-tracker/context.rb
@@ -122,7 +122,7 @@ module Snowplow
Contract Epoch => Contract
def at(timestamp)
self.dup.tap do |ctx|
- ctx.fro... | Standardized on timestamp naming | snowplow_snowplow-ruby-tracker | train |
18da11547db871d90d99f06f71eb4af137b13b1f | diff --git a/scapy/automaton.py b/scapy/automaton.py
index <HASH>..<HASH> 100644
--- a/scapy/automaton.py
+++ b/scapy/automaton.py
@@ -717,7 +717,7 @@ class Automaton(six.with_metaclass(Automaton_metaclass)):
# Start the automaton
self.state=self.initial_states[0](self)
- self... | Automaton: pass extra arguments to send socket (credit @p-l-)
This is already the case for the listen socket | secdev_scapy | train |
7acba98ea4290e3ece03561df7cc8dfe986c13e9 | diff --git a/src/Check/Drush/Search404.php b/src/Check/Drush/Search404.php
index <HASH>..<HASH> 100644
--- a/src/Check/Drush/Search404.php
+++ b/src/Check/Drush/Search404.php
@@ -9,11 +9,11 @@ use SiteAudit\Annotation\CheckInfo;
/**
* @CheckInfo(
* title = "Search 404",
- * description = "Search 404 can cause pe... | Enchange search<I> to check for another variable that can cause a search to be auto done. | drutiny_drutiny | train |
2d84c7c9b905cac4c9fb7216817f64397056e691 | diff --git a/src/Controller/CrudController.php b/src/Controller/CrudController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/CrudController.php
+++ b/src/Controller/CrudController.php
@@ -57,7 +57,12 @@ abstract class CrudController extends Controller
/** @var QueryBuilder $queryBuilder */
$q... | if no specific entity alias is given, link the sort field to the main entity | Prezent_prezent-crud-bundle | train |
19419b2e871b0cf83fbf8cfd5db11bc2f3017f64 | diff --git a/core-bundle/src/Resources/contao/drivers/DC_File.php b/core-bundle/src/Resources/contao/drivers/DC_File.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/drivers/DC_File.php
+++ b/core-bundle/src/Resources/contao/drivers/DC_File.php
@@ -216,18 +216,6 @@ class DC_File extends DataContai... | Fix the double encoding in DC_File (see #<I>)
Description
-----------
-
Commits
-------
b<I>b<I>d Fix the double encoding in DC_File | contao_contao | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.