hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
70c9895eea6ac75f0a960202aa609fb9605555eb | diff --git a/core/src/main/java/com/orientechnologies/orient/core/index/OClassIndexManager.java b/core/src/main/java/com/orientechnologies/orient/core/index/OClassIndexManager.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/index/OClassIndexManager.java
+++ b/core/src/main/ja... | Issue #<I> was fixed. | orientechnologies_orientdb | train |
0cfe802c95332708082523c1f108c1695b88c118 | diff --git a/src/createApp.js b/src/createApp.js
index <HASH>..<HASH> 100644
--- a/src/createApp.js
+++ b/src/createApp.js
@@ -19,9 +19,8 @@ function createApp(views) {
this.views = {}
for (var viewName in views) {
- var view = views[viewName]
-
- this.views[viewName] = React.createElement(view, { app: ... | Manually merging #<I> (React <I> compatibility) | touchstonejs_touchstonejs | train |
654556ae4edb02e5badc51c8d771df457745f21f | diff --git a/src/plugins/clipboard.js b/src/plugins/clipboard.js
index <HASH>..<HASH> 100644
--- a/src/plugins/clipboard.js
+++ b/src/plugins/clipboard.js
@@ -19,8 +19,8 @@ angular.module('ngCordova.plugins.clipboard', [])
paste: function () {
var q = $q.defer();
- window.cordova.plugins.clipbo... | fix(clipboard): wrong function for paste, and promise return | ionic-team_ng-cordova | train |
5baf90d028ece2e1805cf8c339094bf0f931bf5e | diff --git a/lib/framer.js b/lib/framer.js
index <HASH>..<HASH> 100644
--- a/lib/framer.js
+++ b/lib/framer.js
@@ -210,9 +210,8 @@ Serializer.commonHeader = function writeCommonHeader(frame, buffers) {
for (var i = 0; i < buffers.length; i++) {
size += buffers[i].length;
}
- var sizeBuffer = new Buffer(4);
... | Simplify frame length serialization/deserialization | molnarg_node-http2-protocol | train |
3f3c6843bf82e5dda83872f63fa50cda6ca7333c | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
-0.9.2
+0.10.0
+ - BREAKING CHANGE: Change np.meshgrid indexing in
+ `RTDCBase.get_kde_contour` from "xy" to "ij".
- fix: `positions` keyword argument in `RTDCBase.get_kde_scatter`
was not correctly sc... | BREAKING CHANGE: Change np.meshgrid indexing in `RTDCBase.get_kde_contour` from "xy" to "ij" | ZELLMECHANIK-DRESDEN_dclab | train |
7d44d86968762901ee31aa10d83dbc141623a4e5 | diff --git a/spec/support/user.rb b/spec/support/user.rb
index <HASH>..<HASH> 100644
--- a/spec/support/user.rb
+++ b/spec/support/user.rb
@@ -1,4 +1,5 @@
class User < ActiveRecord::Base
+ acts_as_messageable
end
class Men < User | Initialize User model with enabled messages on start | LTe_acts-as-messageable | train |
b9a4832282f8f63cc5af130969d45c89313b9d69 | diff --git a/lib/compile.js b/lib/compile.js
index <HASH>..<HASH> 100644
--- a/lib/compile.js
+++ b/lib/compile.js
@@ -1,6 +1,4 @@
(function(root, factory) {
- // if (typeof define === 'function' && define.amd) {
- // define(['nearley'], factory);
if (typeof module === 'object' && module.exports) {
... | Change: Remove commented out AMD headers
This resolves #<I> | kach_nearley | train |
6c6b6d946b50cd83ff47e114bd6cb24928d85ec6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -63,6 +63,13 @@ map.Map = function(options, callback) {
type: 'float',
def: null,
help: 'Optional. Determined automatically from address if not supplied.'
+ },
+ {
+ name: 'showInfoBox',
+ ... | added showInfoBox field, BC frontend intepretation | apostrophecms-legacy_apostrophe-map | train |
878e3734375a7c34a8e62f140f399660223b6191 | diff --git a/src/helpers/helpers.lut.js b/src/helpers/helpers.lut.js
index <HASH>..<HASH> 100644
--- a/src/helpers/helpers.lut.js
+++ b/src/helpers/helpers.lut.js
@@ -45,16 +45,16 @@ export default class HelpersLut {
initCanvasContainer(dom) {
let canvasContainer = dom;
- canvasContainer.style.width = '256... | Misc improvements to LUT texture generation (#<I>)
* merge alpha and intensity portion of texture
* gradient runs in intensity direction
* remove broken style. separate texture size from rendered canvas size | FNNDSC_ami | train |
f2e7ff8260a7a7f979e16c95d00183f8ad654eb7 | diff --git a/src/org/zaproxy/zap/extension/portscan/ExtensionPortScan.java b/src/org/zaproxy/zap/extension/portscan/ExtensionPortScan.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/extension/portscan/ExtensionPortScan.java
+++ b/src/org/zaproxy/zap/extension/portscan/ExtensionPortScan.java
@@ -25,6 +25,7 @@... | Issue <I>: Rationalize right click menu items | zaproxy_zaproxy | train |
d90081c4ba2491ca6bc21a46af40004afd2917c3 | diff --git a/src/Console/Commands.php b/src/Console/Commands.php
index <HASH>..<HASH> 100644
--- a/src/Console/Commands.php
+++ b/src/Console/Commands.php
@@ -71,14 +71,15 @@ class Commands extends Command
$render = new Render($input->getOptions(), $infoList, $style);
- if ($input->getOption('html')... | Comented some unused for now part of code | bluetree-service_clover-reporter | train |
a935abb8d6a65040f2e4f29e29230c7d6d1b4c8d | diff --git a/httploader.js b/httploader.js
index <HASH>..<HASH> 100644
--- a/httploader.js
+++ b/httploader.js
@@ -4,7 +4,7 @@ var http = require('http');
module.exports = function (versionString, cb) {
var mem = new MemoryStream(null, { readable: false } );
- http.get('http://chriseth.github.io/browser-solidity... | Use solc-bin github repo for downloading | dexon-foundation_dsolc-js | train |
031b41a225a9ca8ed3d72626c8cbc50117c3f925 | diff --git a/lib/bootstrap/react-v.0.1/webpack.config.js b/lib/bootstrap/react-v.0.1/webpack.config.js
index <HASH>..<HASH> 100644
--- a/lib/bootstrap/react-v.0.1/webpack.config.js
+++ b/lib/bootstrap/react-v.0.1/webpack.config.js
@@ -3,6 +3,8 @@ const path = require('path');
const webpack = require('webpack');
const... | :wrench: fix window bugs | huiyan-fe_keeler | train |
dc6525a41b487d68a57eedcd4b0d095ea2f7f8ad | diff --git a/src/ZfcUser/Form/LoginFilter.php b/src/ZfcUser/Form/LoginFilter.php
index <HASH>..<HASH> 100644
--- a/src/ZfcUser/Form/LoginFilter.php
+++ b/src/ZfcUser/Form/LoginFilter.php
@@ -18,7 +18,7 @@ class LoginFilter extends ProvidesEventsInputFilter
$identityFields = $options->getAuthIdentityFields();
... | Bugfix: email validator pushing on identity
To make the code senseful, the push have to be done into the already existing array. | ZF-Commons_ZfcUser | train |
2ff926b530abc8e62f34e2f1ec8cdc869c3a5298 | diff --git a/core/core.js b/core/core.js
index <HASH>..<HASH> 100644
--- a/core/core.js
+++ b/core/core.js
@@ -152,9 +152,10 @@ function setup(context) {
return this.parent.parent.toScreen()[this.boxIndex] + this.value;
}
- _globals.core.Anchors.prototype._update = function(name, value) {
+ _globals.core.Anchors... | rewrite anchors handling in more simplier way | pureqml_qmlcore | train |
d7d8db95e91b1e9a0af462e509dbc93275080d62 | diff --git a/mod/lti/locallib.php b/mod/lti/locallib.php
index <HASH>..<HASH> 100644
--- a/mod/lti/locallib.php
+++ b/mod/lti/locallib.php
@@ -2520,7 +2520,13 @@ function lti_get_capabilities() {
$capabilities = array(
'basic-lti-launch-request' => '',
'ContentItemSelectionRequest' => '',
+ '... | MDL-<I> mod_lti: Add missing capabilities
Capabilities missing which should allow Moodle to pass IMS certification
for LTI <I> | moodle_moodle | train |
e5fe0e8bfc91a049db14a0afa6da9a5b59e7facf | diff --git a/galpy/df_src/diskdf.py b/galpy/df_src/diskdf.py
index <HASH>..<HASH> 100644
--- a/galpy/df_src/diskdf.py
+++ b/galpy/df_src/diskdf.py
@@ -586,7 +586,7 @@ class diskdf:
"""
#Determine where the max of the v-distribution is using asymmetric drift
maxVR= 0.
- maxVT= optimize.... | test of sampleVRVT for falling rotation curve and adjust guess for finding the max | jobovy_galpy | train |
c4b33787dc1c3f327c608dfbf64b351ddfb28726 | diff --git a/example/sp/sp.py b/example/sp/sp.py
index <HASH>..<HASH> 100755
--- a/example/sp/sp.py
+++ b/example/sp/sp.py
@@ -82,11 +82,16 @@ def delete_cookie(environ, name):
#noinspection PyUnusedLocal
def whoami(environ, start_response, user):
- identity = environ["repoze.who.identity"]["user"]
- if not i... | Made it possible to accept a success Response without Attribute and AttributeValues. | IdentityPython_pysaml2 | train |
a5b4df05211f75604d70e96d7cf38100bc92a5ec | diff --git a/xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/src/main/java/org/xwiki/configuration/internal/AbstractConfigurationSource.java b/xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/src/main/java/org/xwiki/configuration/internal/AbstractConfiguratio... | XCOMMONS-<I>: Add a ConfigurationSource Provider which provide an default
configuration when no ConfigurationSource can be found
Add support for null property class (even if it does not make much sense
but better be as strong as possible) | xwiki_xwiki-commons | train |
c47929a28d2b552d8e0db52ab40a542029785766 | diff --git a/IndexedRedis/fields/chain.py b/IndexedRedis/fields/chain.py
index <HASH>..<HASH> 100644
--- a/IndexedRedis/fields/chain.py
+++ b/IndexedRedis/fields/chain.py
@@ -27,7 +27,8 @@ class IRFieldChain(IRField):
The output of one field is the input of the next.
'''
- # TODO: We can probably index if all ... | chain updates - Update note about right-most field, raise ValueError if no chainedFields are defined, use reversed to simplify reverse iteration, add hashIndex to repr | kata198_indexedredis | train |
296242a32f649b9cf70626674f9026ade2b6d83d | diff --git a/src/Controller/BettingController.php b/src/Controller/BettingController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/BettingController.php
+++ b/src/Controller/BettingController.php
@@ -12,6 +12,7 @@ use Drupal\mespronos\Entity\Controller\GameController;
use Drupal\mespronos\Entity\Controller\DayC... | Nextbets - Refactoring action links in method | mespronos_mespronos | train |
62fc01040cd800e6c81aec95f0454729ac737c1d | diff --git a/pyqode/python/folding.py b/pyqode/python/folding.py
index <HASH>..<HASH> 100644
--- a/pyqode/python/folding.py
+++ b/pyqode/python/folding.py
@@ -37,6 +37,14 @@ class PythonFoldDetector(IndentFoldDetector):
prev_block.previous()))
return lvl
+ def _handle_imports(self... | Improve performances and reliability of imports folding | pyQode_pyqode.python | train |
235d126b259a7c4a7a5c553579cbe00f052233ab | diff --git a/python_modules/libraries/dagster-aws/dagster_aws/cli/cli.py b/python_modules/libraries/dagster-aws/dagster_aws/cli/cli.py
index <HASH>..<HASH> 100644
--- a/python_modules/libraries/dagster-aws/dagster_aws/cli/cli.py
+++ b/python_modules/libraries/dagster-aws/dagster_aws/cli/cli.py
@@ -198,6 +198,19 @@ def ... | [dagster-aws CLI] Install user requirements.txt
Test Plan: Ran dagster-aws up, installed requirements.txt
Reviewers: #ft, sashank
Reviewed By: #ft, sashank
Differential Revision: <URL> | dagster-io_dagster | train |
2351e41b236c049c0b7b7ce9244e7beb8dc0993d | diff --git a/lib/wavefile/chunk_readers/riff_reader.rb b/lib/wavefile/chunk_readers/riff_reader.rb
index <HASH>..<HASH> 100644
--- a/lib/wavefile/chunk_readers/riff_reader.rb
+++ b/lib/wavefile/chunk_readers/riff_reader.rb
@@ -52,7 +52,7 @@ module WaveFile
end
else
# Unsupport... | Reducing seeking to help IO instances that don't support seeking
Ignored chunks are now skipped by reading their data, instead of
seeking past them. This allows for better compatibility with IO
instances that don't support seeking (such as sockets). It should
allow `Reader` to work properly with this type of IO on fil... | jstrait_wavefile | train |
d2d31bd8b4f9af48553b20fe0d838f2e6c4ff223 | diff --git a/tests/runtests.py b/tests/runtests.py
index <HASH>..<HASH> 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -70,7 +70,7 @@ def run_unit_tests(opts=None):
if not opts:
opts = {}
if not opts.get('unit', True):
- return
+ return [True]
status = []
loader = s... | non-unit tests should be able to run individually | saltstack_salt | train |
a702e08942eb23a58103ed61bf3fb44b7970cd31 | diff --git a/hug/development_runner.py b/hug/development_runner.py
index <HASH>..<HASH> 100644
--- a/hug/development_runner.py
+++ b/hug/development_runner.py
@@ -87,13 +87,14 @@ def hug(file: 'A Python file that contains a Hug API'=None, module: 'A Python mo
sys.exit(1)
reload_che... | Fix development_runner bug
The application should now reload once only, and the `module` parameter is no longer overwritten. | hugapi_hug | train |
7a08fbb64fedbd87c8716269d04a82efcb12663b | diff --git a/lib/sidekiq-scheduler/job_presenter.rb b/lib/sidekiq-scheduler/job_presenter.rb
index <HASH>..<HASH> 100644
--- a/lib/sidekiq-scheduler/job_presenter.rb
+++ b/lib/sidekiq-scheduler/job_presenter.rb
@@ -54,7 +54,9 @@ module SidekiqScheduler
# @param schedule_hash [Hash] with the redis schedule
# @... | Use `hash ||= {}` instead of #Hash
Use `||=` as Ruby <I> doesn't provide Object#Hash method. | moove-it_sidekiq-scheduler | train |
bdb21c18c2ac04c2f3664260a04ee9ba6b93a988 | diff --git a/sonar-server/src/main/java/org/sonar/server/issue/IssueFilterService.java b/sonar-server/src/main/java/org/sonar/server/issue/IssueFilterService.java
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/java/org/sonar/server/issue/IssueFilterService.java
+++ b/sonar-server/src/main/java/org/sonar/server... | SONAR-<I> Improve authorization to modify issue filters | SonarSource_sonarqube | train |
72b0b3b21ffb90a155c9bbdfabd572ee25232eef | diff --git a/ladybug/psychchart.py b/ladybug/psychchart.py
index <HASH>..<HASH> 100644
--- a/ladybug/psychchart.py
+++ b/ladybug/psychchart.py
@@ -204,7 +204,7 @@ class PsychrometricChart(object):
of the plot. (Default: (0, 0)).
x_dim: A number to set the X dimension of each degree of temp... | fix(psychchart): Fix to psych chart saturation line in IP | ladybug-tools_ladybug | train |
0152c3c5acd39ab1d5eae368157ddff417dbc021 | diff --git a/spinoff/util/microprocess.py b/spinoff/util/microprocess.py
index <HASH>..<HASH> 100644
--- a/spinoff/util/microprocess.py
+++ b/spinoff/util/microprocess.py
@@ -96,6 +96,8 @@ class MicroProcess(object):
self._current_d = self._paused_result = None
def stop(self):
+ if self._stat... | Added a sanity check in MicroProcess.stop | eallik_spinoff | train |
daf863550f71f46ca3abdcfce783ccd7916ef7dc | diff --git a/source/net/malisis/core/client/gui/GuiRenderer.java b/source/net/malisis/core/client/gui/GuiRenderer.java
index <HASH>..<HASH> 100644
--- a/source/net/malisis/core/client/gui/GuiRenderer.java
+++ b/source/net/malisis/core/client/gui/GuiRenderer.java
@@ -85,6 +85,10 @@ public class GuiRenderer extends BaseR... | Added ignoreScale for GUIs | Ordinastie_MalisisCore | train |
5e130240eb5ec76effbfb36ba8f3040e33fb8973 | diff --git a/ui/src/sources/components/SourceForm.js b/ui/src/sources/components/SourceForm.js
index <HASH>..<HASH> 100644
--- a/ui/src/sources/components/SourceForm.js
+++ b/ui/src/sources/components/SourceForm.js
@@ -100,7 +100,7 @@ export const SourceForm = ({
/>
</div>
) : null}
- <d... | Add default retention policy field to Source config form | influxdata_influxdb | train |
d62f64cea1f5d1dc070160bdded1e478ed96d77f | diff --git a/packages/conf/src/index.js b/packages/conf/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/conf/src/index.js
+++ b/packages/conf/src/index.js
@@ -44,6 +44,8 @@ export const defaultConfig = {
const exampleConfig = {
...defaultConfig,
extractBabelOptions: {
+ extends: "babelconfig.js",
+ ... | fix: Don't prevent babel options to help setup lingui in monorepos (#<I>) | lingui_js-lingui | train |
06925fa3a05c6da2c7b88690e41b0ee4810069f9 | diff --git a/lib/linters/space_before_brace.js b/lib/linters/space_before_brace.js
index <HASH>..<HASH> 100644
--- a/lib/linters/space_before_brace.js
+++ b/lib/linters/space_before_brace.js
@@ -8,6 +8,7 @@ module.exports = function (options) {
var node = options.node;
var selector;
var message;
+ var... | Report correct column in spaceBeforeBrace when "style" is "one_space". Closes #4 | lesshint_lesshint | train |
b0da4910254d497b3eda035815bf866a2ee83b7d | diff --git a/js/libtextsecure.js b/js/libtextsecure.js
index <HASH>..<HASH> 100644
--- a/js/libtextsecure.js
+++ b/js/libtextsecure.js
@@ -39467,8 +39467,10 @@ MessageReceiver.prototype = {
promises.push(textsecure.storage.groups.getNumbers(decrypted.group.id).then(function(existingGroup) {
... | Don't throw on unknown groups
// FREEBIE | ForstaLabs_librelay-node | train |
e3b7ff98792377c42539486a8a7e6131ecd9a34e | diff --git a/src/Tests/MespronosRankingDayTest.php b/src/Tests/MespronosRankingDayTest.php
index <HASH>..<HASH> 100644
--- a/src/Tests/MespronosRankingDayTest.php
+++ b/src/Tests/MespronosRankingDayTest.php
@@ -239,6 +239,9 @@ class MespronosRankingDayTest extends WebTestBase {
$bet2Good = Bet::load($bet2Good->id(... | Enhance code quality - #<I> - Test Class | mespronos_mespronos | train |
e326fd920b4db5ae37f9e2ef2e53769255abe3cb | diff --git a/id3.go b/id3.go
index <HASH>..<HASH> 100644
--- a/id3.go
+++ b/id3.go
@@ -27,7 +27,7 @@ type Tagger interface {
Frames(string) []v2.Framer
Frame(string) v2.Framer
DeleteFrames(string) []v2.Framer
- AddFrame(v2.Framer)
+ AddFrames(...v2.Framer)
Bytes() []byte
Padding() uint
Size() int
diff --git... | Change AddFrame to variadic AddFrames method | mikkyang_id3-go | train |
62f1f045810e9cbf3c59e8b14aa384c2d9361272 | diff --git a/registration/models.py b/registration/models.py
index <HASH>..<HASH> 100644
--- a/registration/models.py
+++ b/registration/models.py
@@ -78,62 +78,11 @@ class RegistrationManager(models.Manager):
registration_profile = self.create_profile(new_user)
if send_email:
- self.send... | Move activation email onto an instance method. | ubernostrum_django-registration | train |
97f3c2283833a0642e2260adb3ab444abd02194c | diff --git a/ember-electron/electron-forge-config.js b/ember-electron/electron-forge-config.js
index <HASH>..<HASH> 100644
--- a/ember-electron/electron-forge-config.js
+++ b/ember-electron/electron-forge-config.js
@@ -1,5 +1,5 @@
/* eslint quotes: ["error", "double"] */
-const path = require('path');
+// const path =... | comment out path until I sort out more windows installer details | HospitalRun_hospitalrun-frontend | train |
08ef06255032535b5f86b3cdf3ab2ea958542f9b | diff --git a/javascript/safari-driver/client.js b/javascript/safari-driver/client.js
index <HASH>..<HASH> 100644
--- a/javascript/safari-driver/client.js
+++ b/javascript/safari-driver/client.js
@@ -16,7 +16,7 @@ goog.require('safaridriver.message.Connect');
*/
safaridriver.client.init = function() {
var h2 = doc... | Tweak messaging on SafariDriver client page to better reflect what is happening.
Also added a log message pointing users to the toolbar button that opens the
driver log page. | SeleniumHQ_selenium | train |
d90a73bd446807577e6cf81e2df724f5332b7b01 | diff --git a/wagtailmodeladmin/options.py b/wagtailmodeladmin/options.py
index <HASH>..<HASH> 100755
--- a/wagtailmodeladmin/options.py
+++ b/wagtailmodeladmin/options.py
@@ -4,6 +4,7 @@ from django.contrib.auth.models import Permission
from django.conf.urls import url
from django.core.urlresolvers import reverse
fr... | Add `AdminThumbMixin` to options, to help with thumbnail generation | rkhleics_wagtailmodeladmin | train |
a706840eb67310268ded8745453753be2c9ce144 | diff --git a/salt/modules/at.py b/salt/modules/at.py
index <HASH>..<HASH> 100644
--- a/salt/modules/at.py
+++ b/salt/modules/at.py
@@ -14,7 +14,7 @@ import datetime
# Import salt libs
import salt.utils
-from six.moves import map
+from salt.utils.six.moves import map
# OS Families that should work (Ubuntu and Deb... | Replaced module six in file /salt/modules/at.py | saltstack_salt | train |
d3bf2b6c395f8d60cc69966cd2572d95def12c6c | diff --git a/ontrack-service/src/main/java/net/nemerosa/ontrack/service/events/EventListenerServiceImpl.java b/ontrack-service/src/main/java/net/nemerosa/ontrack/service/events/EventListenerServiceImpl.java
index <HASH>..<HASH> 100644
--- a/ontrack-service/src/main/java/net/nemerosa/ontrack/service/events/EventListener... | #<I> Reading the list of event listeners dynamically | nemerosa_ontrack | train |
ce9576dce55a98f27a71559dd25c2907d205a51a | diff --git a/buildbot/buildslave.py b/buildbot/buildslave.py
index <HASH>..<HASH> 100644
--- a/buildbot/buildslave.py
+++ b/buildbot/buildslave.py
@@ -66,9 +66,12 @@ class BuildSlave(NewCredPerspective, service.MultiService):
self.max_builds = new.max_builds
def __repr__(self):
- builders = self.... | buildslave-repr-bulletproof.patch
Make BuildSlave's __repr__ a bit more bulletproof; this allows, for example,
pretty-printing of configuration files before the twisted reactor starts. | buildbot_buildbot | train |
3b095972ccef6bd36e360aef96f0c9205fbb96d6 | diff --git a/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java b/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java
index <HASH>..<HASH> 100644
--- a/buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java
+++ b/buildSrc/src/main/j... | Migrate to spring-asciidoctor-backends
Migrate to the renamed spring-asciidoctor-backends project.
See gh-<I> | spring-projects_spring-boot | train |
651c4c675dd0d850aedb6f748df224c9d1706d2a | diff --git a/infinispan-backend/src/main/java/org/mobicents/ha/javax/sip/cache/infinispan/InfinispanCache.java b/infinispan-backend/src/main/java/org/mobicents/ha/javax/sip/cache/infinispan/InfinispanCache.java
index <HASH>..<HASH> 100644
--- a/infinispan-backend/src/main/java/org/mobicents/ha/javax/sip/cache/infinispa... | InfinispanCacheListener: method completion to remove dialog ids from sip stacks. | RestComm_jain-sip.ha | train |
a662f1b057304dbbb2967f7e3db3f488eb67a488 | diff --git a/src/calmjs/parse/sourcemap.py b/src/calmjs/parse/sourcemap.py
index <HASH>..<HASH> 100644
--- a/src/calmjs/parse/sourcemap.py
+++ b/src/calmjs/parse/sourcemap.py
@@ -367,24 +367,36 @@ def write(
# doing this last to update the position for the next line
# or chunk for the relative... | Clarify the SourceFragment handling of newlines
- If a newline is included inside a fragment (such as a comment), this
can be correctly dealt with as each internal line that gets produced
will be able to reference the provided lineno/colno.
- Though, if the fragment is provided without such a hint, it will
most ... | calmjs_calmjs.parse | train |
8a457c00e56f9ef1614d4ee31d4f4b54dabcaf9b | diff --git a/microraiden/microraiden/test/test_session.py b/microraiden/microraiden/test/test_session.py
index <HASH>..<HASH> 100644
--- a/microraiden/microraiden/test/test_session.py
+++ b/microraiden/microraiden/test/test_session.py
@@ -583,7 +583,7 @@ def test_cooperative_close_denied(
assert response.text ==... | channel interference fix for cooperative close denied test | raiden-network_microraiden | train |
d5f45cdef3872d03d555f9906ca3bdc8b48e307e | diff --git a/txdbus/interface.py b/txdbus/interface.py
index <HASH>..<HASH> 100644
--- a/txdbus/interface.py
+++ b/txdbus/interface.py
@@ -38,10 +38,10 @@ class Method (object):
self.sigOut = returns
if arguments.count('h') > 1:
# More than one UNIX_FD argument requires Twisted >= 17.1.0.... | Simpler Twisted version check for multi FD arg support. | cocagne_txdbus | train |
df187db98a6af2b415ff8e221c4d18b551c74cf9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,20 @@ try:
except ImportError:
from distutils.command.build_py import build_py
-from setuptools import find_packages
+import sys
+import subprocess
+
+from setuptools import find_packages, Command
+
+cl... | Now uses py.test for setup.py test | jaraco_jaraco.util | train |
725e7692fe0bcde859ff4b86d9159129a5598a35 | diff --git a/zappa/cli.py b/zappa/cli.py
index <HASH>..<HASH> 100644
--- a/zappa/cli.py
+++ b/zappa/cli.py
@@ -1239,7 +1239,7 @@ def handle(): # pragma: no cover
cli.remove_uploaded_zip()
cli.remove_local_zip()
- click.echo("Oh no! An " + click.style("error occured", fg='red', bold=Tr... | Fixed minor typo in `zappa/cli.py` | Miserlou_Zappa | train |
d2b781c0973a3ea78381876810fd7f8dd34a815d | diff --git a/test/test_backend.py b/test/test_backend.py
index <HASH>..<HASH> 100755
--- a/test/test_backend.py
+++ b/test/test_backend.py
@@ -73,14 +73,14 @@ class test_0_login_logout(unittest.TestCase):
assert_true(backend.url_endpoint_root == backend_address)
assert_true(backend.token == None)
- ... | One more time ... trying to fix Travis fail! | Alignak-monitoring-contrib_alignak-backend-client | train |
b59710867a4645e57e97aaed3dc2540a799ed8c4 | diff --git a/OpenPNM/Base/__Core__.py b/OpenPNM/Base/__Core__.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Base/__Core__.py
+++ b/OpenPNM/Base/__Core__.py
@@ -1127,6 +1127,49 @@ class Core(dict):
temp['pore'] = self.num_pores()
temp['throat'] = self.num_throats()
return temp
+ ... | Moved the generic _set_locations method to the Core class, though since its only used by Phys and Geom the helper methods set_locations are still only defined on the generic Geom and Phys objects. This breaks some laws of OOP, but keeps the _set_locations method as one single method.
Also added the remove functionali... | PMEAL_OpenPNM | train |
cce490558181afa86c561d5dac5ea412ca2ae911 | diff --git a/api/spec/spec_handler.go b/api/spec/spec_handler.go
index <HASH>..<HASH> 100644
--- a/api/spec/spec_handler.go
+++ b/api/spec/spec_handler.go
@@ -63,6 +63,8 @@ var (
secureRegex = regexp.MustCompile(api.SpecSecure + "=([A-Za-z]+),?")
zonesRegex = regexp.MustCompile(api.SpecZones + "=([A-Za-z]+... | PWX-<I>: Add support for 'aggregation_level' option parsing | libopenstorage_openstorage | train |
cfd29b1c8047235facd46522e055d8829a1e3796 | diff --git a/dipper/sources/KEGG.py b/dipper/sources/KEGG.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/KEGG.py
+++ b/dipper/sources/KEGG.py
@@ -306,7 +306,15 @@ class KEGG(Source):
def _process_disease2gene(self, limit=None):
"""
+ This method creates an association between diseases and th... | KEGG.py: Added disease2gene documentation. | monarch-initiative_dipper | train |
7e3862af8caca5a6543afd75e57b21aa64ad8f8e | diff --git a/src/Graviton/RestBundle/Controller/RestController.php b/src/Graviton/RestBundle/Controller/RestController.php
index <HASH>..<HASH> 100644
--- a/src/Graviton/RestBundle/Controller/RestController.php
+++ b/src/Graviton/RestBundle/Controller/RestController.php
@@ -158,15 +158,10 @@ class RestController
p... | remove twig use, don't get schema and give to findAll() as it's not needed anymore.. | libgraviton_graviton | train |
1461cf04211d86a35d8034fc8b9e05b5469832f9 | diff --git a/packages/letter/webpack.client.config.js b/packages/letter/webpack.client.config.js
index <HASH>..<HASH> 100644
--- a/packages/letter/webpack.client.config.js
+++ b/packages/letter/webpack.client.config.js
@@ -45,7 +45,7 @@ module.exports = webpackBaseConfig({
}))),
new HtmlWebpackPlugin(... | fix(package): Fix bad references to `@randy.tarampi/views/templates/index.pug`. | randytarampi_me | train |
bd51037d21654e42f1cc0c58b97dc92835e5c826 | diff --git a/Decorator/RenderInXml.php b/Decorator/RenderInXml.php
index <HASH>..<HASH> 100644
--- a/Decorator/RenderInXml.php
+++ b/Decorator/RenderInXml.php
@@ -21,7 +21,7 @@ class RenderInXml extends Decorator
$doc = new \DOMDocument();
foreach ($output as $key => $val) {
- $doc->appen... | Change Hard code by $key, $val | domnikl_DesignPatternsPHP | train |
6cf0079065488ec0c8b67da4a26c2af58cb223f6 | diff --git a/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java b/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java
index <HASH>..<HASH> 100644
--- a/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java
+++ b/inject/src/main/java/io/micronaut/context/DefaultBeanContext.java
@... | fix sonar issue (#<I>) | micronaut-projects_micronaut-core | train |
ff2dd5de6175944e01e1c1dc463623855a69a16d | diff --git a/lib/webrat/rails.rb b/lib/webrat/rails.rb
index <HASH>..<HASH> 100644
--- a/lib/webrat/rails.rb
+++ b/lib/webrat/rails.rb
@@ -1,4 +1,5 @@
require "webrat"
+require "action_controller/integration"
module Webrat
class RailsSession < Session #:nodoc:
@@ -71,7 +72,7 @@ end
module ActionController #:n... | Adding require and switching to class_eval | brynary_webrat | train |
824b2cfcc1f2531be0e8d3dc0d7c694ad20ad48e | diff --git a/src/platform-icon-sizes.js b/src/platform-icon-sizes.js
index <HASH>..<HASH> 100644
--- a/src/platform-icon-sizes.js
+++ b/src/platform-icon-sizes.js
@@ -2,7 +2,7 @@
module.exports = {
ios: {
- sizeKey: 'width',
+ idAttributes: ['width'],
sizes: [
{ size : 40, name : 'icon-40' },
... | feat(platform-icon-sizes): Update to replace size key with ID attributes | isleofcode_splicon | train |
1338b142c9cfa9c9ba50461e52e3957f53045ef5 | diff --git a/ng-annotate-main.js b/ng-annotate-main.js
index <HASH>..<HASH> 100644
--- a/ng-annotate-main.js
+++ b/ng-annotate-main.js
@@ -763,22 +763,15 @@ function judgeInjectArraySuspect(node, ctx) {
function jumpOverIife(node) {
let outerfn;
- let outerbody;
- if (node.type === "CallExpression" && (ou... | Revise TypeScript support with tweaks from olov | olov_ng-annotate | train |
3f3820821294a08118e34a7bccdea396e3a8390d | diff --git a/tests/cases/data/ConnectionsTest.php b/tests/cases/data/ConnectionsTest.php
index <HASH>..<HASH> 100644
--- a/tests/cases/data/ConnectionsTest.php
+++ b/tests/cases/data/ConnectionsTest.php
@@ -128,6 +128,7 @@ class ConnectionsTest extends \lithium\test\Unit {
}
protected function _canConnect($host, ... | Fixing issue with variable number of exceptions in database connection testing. | UnionOfRAD_lithium | train |
c505f7fa0705ff2fad66ea6b36792358cb8adcac | diff --git a/core/common/src/main/java/alluxio/Constants.java b/core/common/src/main/java/alluxio/Constants.java
index <HASH>..<HASH> 100644
--- a/core/common/src/main/java/alluxio/Constants.java
+++ b/core/common/src/main/java/alluxio/Constants.java
@@ -158,6 +158,8 @@ public final class Constants {
"alluxio.un... | Configure the other jets3t S3 thread pool sizes. | Alluxio_alluxio | train |
91244b5201356519ecc1517939dc225f008842b0 | diff --git a/spec/features/clone_spec.rb b/spec/features/clone_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/clone_spec.rb
+++ b/spec/features/clone_spec.rb
@@ -80,6 +80,18 @@ feature 'Clone record' do
}
end
+ scenario 'should set on_prod when true to false' do
+ release = FactoryGirl.cr... | refs #<I> - test for on_prod changing to false on clone | wearefine_fae | train |
de4afbedba8063ce0db12299fb129a4e08b296fe | diff --git a/test-complete/src/test/java/com/marklogic/client/functionaltest/TestDoublePrecisionGeoOps.java b/test-complete/src/test/java/com/marklogic/client/functionaltest/TestDoublePrecisionGeoOps.java
index <HASH>..<HASH> 100644
--- a/test-complete/src/test/java/com/marklogic/client/functionaltest/TestDoublePrecisi... | No Task - Ported changes from XQuery tests | marklogic_java-client-api | train |
562b1159daa37978b8f752de251c7e064a9fd610 | diff --git a/tests/test_transforms.py b/tests/test_transforms.py
index <HASH>..<HASH> 100644
--- a/tests/test_transforms.py
+++ b/tests/test_transforms.py
@@ -47,6 +47,23 @@ class TestScale:
new_height, new_width = get_image_dimensions(new_image)
assert get_image_dimensions(new_image) == (transformed_... | Add test to make sure two dimension specifications work | saulshanabrook_django-simpleimages | train |
6e41ff39c93197eb9bd377c089d42b0ac3d87ded | diff --git a/bcbio/qc/qualimap.py b/bcbio/qc/qualimap.py
index <HASH>..<HASH> 100644
--- a/bcbio/qc/qualimap.py
+++ b/bcbio/qc/qualimap.py
@@ -54,10 +54,11 @@ def run(bam_file, data, out_dir):
with file_transaction(data, results_dir) as tx_results_dir:
utils.safe_makedir(tx_results_dir)
- ... | QC: define bcbio local temporary directory for Qualimap
Avoid filling up disk in local temporary directories.
Fixes #<I> | bcbio_bcbio-nextgen | train |
15bb02f3d50347e78f81f5f0c8026c5ad25bc76b | diff --git a/hanlp/components/mtl/multi_task_learning.py b/hanlp/components/mtl/multi_task_learning.py
index <HASH>..<HASH> 100644
--- a/hanlp/components/mtl/multi_task_learning.py
+++ b/hanlp/components/mtl/multi_task_learning.py
@@ -475,7 +475,7 @@ class MultiTaskLearning(TorchComponent):
A :class:`~hanl... | Fix edge cases of empty inputs for MTL
(cherry picked from commit f<I>d<I>eed<I>cabf<I>d6deeb<I>)
(cherry picked from commit 1fa9cac<I>bcdc<I>b3f8f<I>fb<I>ca) | hankcs_HanLP | train |
62d0fe034f60a80e8dde777261275b2097faf5cc | diff --git a/tests/client_test.py b/tests/client_test.py
index <HASH>..<HASH> 100644
--- a/tests/client_test.py
+++ b/tests/client_test.py
@@ -116,9 +116,9 @@ class ClientTest(TestCase):
@vcr.use_cassette('fixtures/client/array_endpoints.yaml')
def test_client_creates_wrapped_arrays(self):
client = C... | Replace assertEquals with assertEqual
assertEquals was deprecated in Python <I>:
<URL> | contentful_contentful.py | train |
7d0f9f5835a64267b0eb4861d1a7f518207ce9d2 | diff --git a/easybatch-core/src/main/java/org/easybatch/core/reader/BlockingQueueRecordReader.java b/easybatch-core/src/main/java/org/easybatch/core/reader/BlockingQueueRecordReader.java
index <HASH>..<HASH> 100755
--- a/easybatch-core/src/main/java/org/easybatch/core/reader/BlockingQueueRecordReader.java
+++ b/easybat... | issue #<I> : make the BlockingQueueRecordReader configurable with the number of poison records to receive to stop reading from the queue | j-easy_easy-batch | train |
9815c6b5c83e8a0a7a29fc76cbeea949d2da1365 | diff --git a/cmd/tiller/release_server.go b/cmd/tiller/release_server.go
index <HASH>..<HASH> 100644
--- a/cmd/tiller/release_server.go
+++ b/cmd/tiller/release_server.go
@@ -187,10 +187,10 @@ func (s *releaseServer) GetReleaseStatus(c ctx.Context, req *services.GetRelease
if rel, err = s.env.Releases.Deployed(req.N... | fix(<I>): get release status by version iff version > 0 | helm_helm | train |
74599f1f712b1e5f10161425681894acf6b49945 | diff --git a/metpy/plots/skewt.py b/metpy/plots/skewt.py
index <HASH>..<HASH> 100644
--- a/metpy/plots/skewt.py
+++ b/metpy/plots/skewt.py
@@ -859,11 +859,26 @@ class Hodograph(object):
cmap = mcolors.ListedColormap(colors)
# If we are segmenting by height (a length), interpolate the bounds
... | Refactor colored line segment hodograph | Unidata_MetPy | train |
ba29df9d1d73b9d288db8c1d902f52ac6e1f99b5 | diff --git a/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java b/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java
+++ b/src/org/opencms/xml/content/CmsDefaultXmlContentHandler.java
@@ -1093,7 +1093,7 @@... | Added logic to remove empty released/expired mappings for XML contents. | alkacon_opencms-core | train |
cc568becab20e2abd061d6f2dd676fda6fddc779 | diff --git a/cherrypy/__init__.py b/cherrypy/__init__.py
index <HASH>..<HASH> 100644
--- a/cherrypy/__init__.py
+++ b/cherrypy/__init__.py
@@ -189,9 +189,9 @@ except ImportError:
# Timeout monitor
class _TimeoutMonitor(restsrv.plugins.Monitor):
- def __init__(self, engine):
+ def __init__(self, bus):
... | Final fixes to test_states. | cherrypy_cheroot | train |
a8dc7371f570d4bd4a32ae20c1e7580fbde11a8f | diff --git a/lib/generator/sass_generator.rb b/lib/generator/sass_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generator/sass_generator.rb
+++ b/lib/generator/sass_generator.rb
@@ -4,6 +4,8 @@ require 'sass'
#just require bootsrap and it will be in the sass path
require 'bootstrap-sass'
+::Sass.load_paths << ... | add shared/sass folder to sass include paths | dennisvandehoef_easy-html-creator | train |
611b4d091675d519c5d9b8750c19bce13e087e95 | diff --git a/lib/coverband/base.rb b/lib/coverband/base.rb
index <HASH>..<HASH> 100644
--- a/lib/coverband/base.rb
+++ b/lib/coverband/base.rb
@@ -6,7 +6,7 @@ module Coverband
@enabled = false
@tracer_set = false
@files = {}
- @file_usage = {}
+ @file_usage = Hash.new(0)
@file_line... | refactored to improve accumulators | danmayer_coverband | train |
ab8566371b59e091e944a2a3ab09a2692d2de321 | diff --git a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/SceneActivity.java b/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnative/SceneActivity.java
index <HASH>..<HASH> 100644
--- a/NavigationReactNative/src/android/app/src/main/java/com/navigation/reactnat... | Inherited from ReactActivity
Means that double tap R reloads and all the notifications to ReactInstanceManager happen automatically. Not sure why couldn't do this before - maybe because had to destroy react root?! | grahammendick_navigation | train |
091fe8cbb3a518259b370b8ad47b23407f54cfeb | diff --git a/lib/collection/request-auth.js b/lib/collection/request-auth.js
index <HASH>..<HASH> 100644
--- a/lib/collection/request-auth.js
+++ b/lib/collection/request-auth.js
@@ -70,7 +70,7 @@ _.assign(RequestAuth.prototype, /** @lends RequestAuth.prototype */ {
// update must have options
if (!_.... | Consolidated request auth type name verification to a static function | postmanlabs_postman-collection | train |
83bbfcaf498b4623f69e843134a13f1f31e5cc40 | diff --git a/vespa/populations.py b/vespa/populations.py
index <HASH>..<HASH> 100644
--- a/vespa/populations.py
+++ b/vespa/populations.py
@@ -24,7 +24,7 @@ except ImportError:
KernelDensity = None
GridSearchCV = None
-
+from isochrones import StarModel
from .transit_basic import occultquad, ... | added saving starmodel to PlanetPopulation | timothydmorton_VESPA | train |
fd8d12e277d070e46dc330a5db312b095ebd1997 | diff --git a/spec/templates/helpers/html_helper_spec.rb b/spec/templates/helpers/html_helper_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/templates/helpers/html_helper_spec.rb
+++ b/spec/templates/helpers/html_helper_spec.rb
@@ -145,7 +145,9 @@ describe YARD::Templates::Helpers::HtmlHelper do
it "should autoli... | Only perform autolinking test in redcarpet | lsegal_yard | train |
a252795743877f0089d16e0730a57516d6274914 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -8,6 +8,10 @@ const seasonRegEx = /(\d)[stndrh]{2} season/gi;
const episodeRegEx = /[ _]-[ _](\d{2,3})(?:v\d)?[ _][\(\[-]/;
const batchRegEx = /[^h\d]\d{2,3}-(\d{2,3})[^p\d]/;
+const headers = {
+ 'User-Agent': 'Nyaa-Avail... | Add User-Agent header on requests | Vija02_nyaa-available | train |
f2872486916f9d7961bbbef365d212be18643dd2 | diff --git a/src/search/FindReplace.js b/src/search/FindReplace.js
index <HASH>..<HASH> 100644
--- a/src/search/FindReplace.js
+++ b/src/search/FindReplace.js
@@ -176,12 +176,12 @@ define(function (require, exports, module) {
isFindFirst = true;
cm.operation(function () {
if (... | Don't clear Find results counter if it's about to get overwritten by
running a new search query. I think this was a mistake from a bad
merge/rebase with master. | adobe_brackets | train |
3276faa9f473ddb99055425c1149be6e8ef31c12 | diff --git a/lib/Rackem/Protection/Csrf.php b/lib/Rackem/Protection/Csrf.php
index <HASH>..<HASH> 100644
--- a/lib/Rackem/Protection/Csrf.php
+++ b/lib/Rackem/Protection/Csrf.php
@@ -16,6 +16,11 @@ class Csrf extends \Rackem\Protection\AuthenticityToken
{
return '<input type="hidden" name="'.self::$field.'" value=... | added a metatag() method so we can protect our ajax calls. | tamagokun_rackem | train |
294f747d5d7418afb63c4474ec5ccf3d0bee2d11 | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ npm-debug.log
node_modules
/lib
/dev
+.DS_Store
# generated modules (do not edit anything after this line manually)
diff --git a/src/runner/args-validator.js b/src/runner/args-validator.js
index ... | Fix mistake in args validation
Resulted in missing the check for NotNull and very odd behaviour if arg
was marked as nullable. | bicyclejs_bicycle | train |
f3469688a5c768b7470c316a05a026391d0a2e13 | diff --git a/java/client/test/org/openqa/selenium/remote/tracing/opentelemetry/TracerTest.java b/java/client/test/org/openqa/selenium/remote/tracing/opentelemetry/TracerTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/remote/tracing/opentelemetry/TracerTest.java
+++ b/java/client/test/or... | [java] Fixing Java 8 incompatibilities in tests | SeleniumHQ_selenium | train |
0bcbc90d6acf935ae62b1ed366eec144bdad479e | diff --git a/pysra/site.py b/pysra/site.py
index <HASH>..<HASH> 100755
--- a/pysra/site.py
+++ b/pysra/site.py
@@ -25,6 +25,7 @@ from scipy.interpolate import interp1d
from .motion import WaveField, GRAVITY
+COMP_MODULUS_MODEL = 'dormieux'
class NonlinearProperty(object):
"""Class for nonlinear property wi... | Added multiple complex shear modulus models. | arkottke_pysra | train |
76be14514add6c852dd2c07edb7df124cd287162 | diff --git a/uproot/interp/auto.py b/uproot/interp/auto.py
index <HASH>..<HASH> 100644
--- a/uproot/interp/auto.py
+++ b/uproot/interp/auto.py
@@ -130,7 +130,7 @@ def interpret(branch, swapbytes=True):
if obj.endswith("*"):
obj = obj[:-1]
if obj in branch._context.... | all stl_vector tests pass | scikit-hep_uproot | train |
63021acd6a3687bc39ca5f24445b4cea7635354b | diff --git a/lib/fsr/listener/outbound.rb b/lib/fsr/listener/outbound.rb
index <HASH>..<HASH> 100644
--- a/lib/fsr/listener/outbound.rb
+++ b/lib/fsr/listener/outbound.rb
@@ -73,7 +73,7 @@ module FSR
# Scheduel Hangup
def sched_hangup(secs, &block)
- send_data("api +#{secs} #{@session.headers[:un... | Probably be good to actually send sched_hangup command to FS in the sched_hangup method | vangberg_librevox | train |
436e33dd1fac5329710b2066ba81b6a162b56e07 | diff --git a/yowsup/layers/textsecure/axolotl/ecc/curve.py b/yowsup/layers/textsecure/axolotl/ecc/curve.py
index <HASH>..<HASH> 100644
--- a/yowsup/layers/textsecure/axolotl/ecc/curve.py
+++ b/yowsup/layers/textsecure/axolotl/ecc/curve.py
@@ -59,18 +59,26 @@ class Curve:
@staticmethod
def verifySignature(ec... | Workaround for curve not generating <I>B signatures | tgalal_yowsup | train |
0ef1b447fe5d8b3ad36e12713c091f19f5308e3e | diff --git a/code/libraries/koowa/controller/abstract.php b/code/libraries/koowa/controller/abstract.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/controller/abstract.php
+++ b/code/libraries/koowa/controller/abstract.php
@@ -99,28 +99,20 @@ abstract class KControllerAbstract extends KObject implements KOb... | KControllerAbstract::execute() now always expects a KCommandContext object as it's second parameter. Moved the code to transform data into a context object to the KControllerAbstract::__call() function. | timble_kodekit | train |
e8b19742e35c6d8eb01664b32b2dc19d6de42d2f | diff --git a/meepo/sub.py b/meepo/sub.py
index <HASH>..<HASH> 100644
--- a/meepo/sub.py
+++ b/meepo/sub.py
@@ -164,7 +164,7 @@ def es_sub(redis_dsn, tables, namespace=None, ttl=3600*24*3):
namespace = lambda: namespace if namespace else \
"meepo:es:{}".format(datetime.date.today())
- r = redi... | graceful bypass event sourcing when redis fail | eleme_meepo | train |
f476ef5342cbe2bd2dc4457fda49ed8c19cc3ee9 | diff --git a/public/js/chrome/app.js b/public/js/chrome/app.js
index <HASH>..<HASH> 100644
--- a/public/js/chrome/app.js
+++ b/public/js/chrome/app.js
@@ -66,4 +66,12 @@ if (/gist\/\d+/.test(window.location.pathname) && (!sessionStorage.getItem('java
}
}
+// prevent the app from accidently getting scrolled out of... | Stop browser from scrolling out the app | jsbin_jsbin | train |
e86f57d51f415ffaacd2cb60ed419541a8334c3c | diff --git a/src/ExampleBundle/EventSubscriber/CartSubscriber.php b/src/ExampleBundle/EventSubscriber/CartSubscriber.php
index <HASH>..<HASH> 100644
--- a/src/ExampleBundle/EventSubscriber/CartSubscriber.php
+++ b/src/ExampleBundle/EventSubscriber/CartSubscriber.php
@@ -6,10 +6,15 @@
namespace Commercetools\Symfony\Ex... | WIP: example_bundle cart get/remove | commercetools_commercetools-php-symfony | train |
0f08126b246e3c3d224f17a30a9667c14a90be35 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -53,6 +53,11 @@ setup(
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
+ 'Framework :: Django :: 1.4',
+ 'Framework :: Django :: 1.5',
+ ... | Adding Django version trove classifiers to setup.py | gregmuellegger_django-autofixture | train |
efb49de9dd59a113edda3e984671bc9c76d7e415 | diff --git a/bika/lims/content/analysis.py b/bika/lims/content/analysis.py
index <HASH>..<HASH> 100644
--- a/bika/lims/content/analysis.py
+++ b/bika/lims/content/analysis.py
@@ -276,8 +276,17 @@ class Analysis(BaseContent):
def setDetectionLimitOperand(self, value):
""" Sets the detection limit operand f... | Missed a restriction on setting DL operand in Analysis | senaite_senaite.core | train |
2a2fbb90f0875520574db2b8180de2d90527fa8b | diff --git a/client/src/main/java/org/realityforge/gwt/appcache/client/html5/Html5ApplicationCache.java b/client/src/main/java/org/realityforge/gwt/appcache/client/html5/Html5ApplicationCache.java
index <HASH>..<HASH> 100644
--- a/client/src/main/java/org/realityforge/gwt/appcache/client/html5/Html5ApplicationCache.jav... | Use lambda's where possible | realityforge_gwt-appcache | train |
f125ca02f20fd011bee9a9cd801a47ce1e82409e | diff --git a/src/controllers/IpController.php b/src/controllers/IpController.php
index <HASH>..<HASH> 100644
--- a/src/controllers/IpController.php
+++ b/src/controllers/IpController.php
@@ -149,6 +149,11 @@ class IpController extends \hipanel\base\CrudController
'class' => SmartUpdateAction::class,
... | Added set-note action to IpController | hiqdev_hipanel-module-hosting | train |
c3341aea5a6cbde021ffa11da9fdff3687ac7581 | diff --git a/polyfills/_Iterator/polyfill.js b/polyfills/_Iterator/polyfill.js
index <HASH>..<HASH> 100644
--- a/polyfills/_Iterator/polyfill.js
+++ b/polyfills/_Iterator/polyfill.js
@@ -173,7 +173,7 @@ var Iterator = (function () { // eslint-disable-line no-unused-vars
value: 'Iterator',
configurable: false,
... | Set Symbol.toStringTag to be writable to make this polyfill spec compliant and to work with generator polyfills (#<I>) | Financial-Times_polyfill-service | train |
f777868d1c40cdd6897271440b19698e8a91fa17 | diff --git a/metacompose/cli/main.py b/metacompose/cli/main.py
index <HASH>..<HASH> 100644
--- a/metacompose/cli/main.py
+++ b/metacompose/cli/main.py
@@ -1,7 +1,7 @@
import sys
import os
import yaml
-from jinja2 import Environment, FileSystemLoader
+from jinja2 import Environment, FileSystemLoader, StrictUndefined
... | Make jinja complain if variable is undefined | webcrofting_meta-compose | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.