hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6139701fc8ba736e4eb338b9325e33d1c5584f18 | diff --git a/metal/multitask/mt_label_model.py b/metal/multitask/mt_label_model.py
index <HASH>..<HASH> 100644
--- a/metal/multitask/mt_label_model.py
+++ b/metal/multitask/mt_label_model.py
@@ -65,17 +65,17 @@ class MTLabelModel(MTClassifier, LabelModel):
L_ind[:, yi :: self.k] *= np.where(sum(L) != 0, 1,... | Fix pep8 violations from AJR | HazyResearch_metal | train |
d15c40daeeef73ea0fa443c28d6e211f6c7034e7 | diff --git a/openquake/engine/calculators/hazard/general.py b/openquake/engine/calculators/hazard/general.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/calculators/hazard/general.py
+++ b/openquake/engine/calculators/hazard/general.py
@@ -703,9 +703,10 @@ class BaseHazardCalculator(base.Calculator):
... | Added a method HazardCalculation.save_sites | gem_oq-engine | train |
436d37c0798cd8c16b921d4fd49da11c2d559551 | diff --git a/sanic/server.py b/sanic/server.py
index <HASH>..<HASH> 100644
--- a/sanic/server.py
+++ b/sanic/server.py
@@ -502,6 +502,8 @@ def serve_multiple(server_settings, workers):
def sig_handler(signal, frame):
log.info("Received signal {}. Shutting down.".format(
Signals(signal).name))... | Add the killing of children
Kills children processes when parent process receives a signal to
shutdown.
Solves for #<I> | huge-success_sanic | train |
365db403b1151567861b60030ebbe23e6e3a7740 | diff --git a/qnet/algebra/circuit_algebra.py b/qnet/algebra/circuit_algebra.py
index <HASH>..<HASH> 100755
--- a/qnet/algebra/circuit_algebra.py
+++ b/qnet/algebra/circuit_algebra.py
@@ -2172,8 +2172,17 @@ def getABCD(slh, a0={}, doubled_up=True):
c = np_zeros(cdim, dtype=object)
def _as_complex(o):
+ ... | changed how ABCD matrices are extracted | mabuchilab_QNET | train |
917be33bfdce37bfa240d8a1ebac659891ffbdb2 | diff --git a/src/Constants.js b/src/Constants.js
index <HASH>..<HASH> 100644
--- a/src/Constants.js
+++ b/src/Constants.js
@@ -3,6 +3,7 @@ Openphacts.Constants = function() {};
Openphacts.Constants.prototype.SRC_CLS_MAPPINGS = {
'http://www.conceptwiki.org': 'conceptWikiValue',
'http://www.conceptwiki.org/': 'co... | mapped urls can be singleton or array | openphacts_ops.js | train |
912bbdbe603513e885383bed8eb1d7f8bacfeb49 | diff --git a/client/gtk/gtk.rb b/client/gtk/gtk.rb
index <HASH>..<HASH> 100755
--- a/client/gtk/gtk.rb
+++ b/client/gtk/gtk.rb
@@ -24,7 +24,7 @@ module OposGtk
class Measure < Gtk::Frame #Measure Widget
attr_accessor :label_value
- def initialize(meas,cfg,mutex)
+ def initialize(meas,cfg)
... | no mutex in gtk client | openplacos_openplacos | train |
f82fa1305e6bfc5dbb8c179c159d87dd9c452ee1 | diff --git a/spec/features/spree/admin/product_relation_spec.rb b/spec/features/spree/admin/product_relation_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/features/spree/admin/product_relation_spec.rb
+++ b/spec/features/spree/admin/product_relation_spec.rb
@@ -12,7 +12,7 @@ RSpec.feature 'Admin Product Relation', :js... | Make some specs case-insensitive
In Solidus <I> we've dropped the text-transform uppercase on some
elements. | solidusio-contrib_solidus_related_products | train |
c197b4149482d12b9dce7a58c1d44b2a476754fa | diff --git a/salt/crypt.py b/salt/crypt.py
index <HASH>..<HASH> 100644
--- a/salt/crypt.py
+++ b/salt/crypt.py
@@ -593,7 +593,8 @@ class SAuth(object):
if os.path.isfile(m_pub_fn) and not self.opts['open_mode']:
local_master_pub = salt.utils.fopen(m_pub_fn).read()
- if payload['pub_ke... | Compare Keys removing all newlines and carriage returns | saltstack_salt | train |
605e1594bbf4ff0dd6d0c58cf941ad4c98550f92 | diff --git a/package-scripts.js b/package-scripts.js
index <HASH>..<HASH> 100644
--- a/package-scripts.js
+++ b/package-scripts.js
@@ -9,7 +9,7 @@ module.exports = {
description: `This runs jest with coverage. If we're on Travis, then we'll ignore the cache (just in case).`,
script: `jest --coverage $... | chore: remove --coverage from watch
It does not really make sense | kentcdodds_match-sorter | train |
f0edd9d8f6d939237e5556641bd6a1db2580ff05 | diff --git a/lib/tests/behat/behat_forms.php b/lib/tests/behat/behat_forms.php
index <HASH>..<HASH> 100644
--- a/lib/tests/behat/behat_forms.php
+++ b/lib/tests/behat/behat_forms.php
@@ -169,11 +169,7 @@ class behat_forms extends behat_base {
* @return void
*/
public function i_set_the_field_with_xpath... | MDL-<I> behat: fix I set the field with xpath fail message. | moodle_moodle | train |
2586c5ef5698b37606ee447fd483559f48ce65c7 | diff --git a/src/Request.php b/src/Request.php
index <HASH>..<HASH> 100644
--- a/src/Request.php
+++ b/src/Request.php
@@ -68,7 +68,36 @@ abstract class Request {
return;
}
- self::$_header = getallheaders();
+ $copy = array(
+ 'CONTENT_TYPE' => 'Content-Type',
+ ... | Header data now are requested from custom code | orbital-framework_framework | train |
f40c022d7f8e0419ab1f05e9fedec73ad38e1ab4 | diff --git a/PyMata/pymata.py b/PyMata/pymata.py
index <HASH>..<HASH> 100644
--- a/PyMata/pymata.py
+++ b/PyMata/pymata.py
@@ -114,7 +114,7 @@ class PyMata:
try:
print("\nPython Version %s" % sys.version)
- print('\nPyMata version 2.02 Copyright(C) 2013-15 Alan Yorinks All right... | Bumped version string to <I> | MrYsLab_PyMata | train |
d4a29decaab4c6cf8ad0c4512b3bcbbc35922443 | diff --git a/lib/memory-engine.js b/lib/memory-engine.js
index <HASH>..<HASH> 100644
--- a/lib/memory-engine.js
+++ b/lib/memory-engine.js
@@ -57,6 +57,10 @@ module.exports = function (opts) {
idSeq += 1
extendedObject[options.idProperty] = '' + idSeq
data['' + idSeq] = _.clone(extendedObject)
+ ... | Adding tests and logic to ensure the memory-engine always returns a string based ID. | serby_save | train |
94e7558efd355250a495eca9a5cdb52ecce33e31 | diff --git a/backbone-associations.js b/backbone-associations.js
index <HASH>..<HASH> 100644
--- a/backbone-associations.js
+++ b/backbone-associations.js
@@ -53,6 +53,7 @@
//Add `Many` and `One` relations to Backbone Object.
Backbone.Associations.Many = Backbone.Many = "Many";
Backbone.Associations.One ... | Introducing Backbone.Self for self referencing resolves #<I> | dhruvaray_backbone-associations | train |
efd41488a725d0e713b03ab363334877f3a14252 | diff --git a/frontend/canvas.py b/frontend/canvas.py
index <HASH>..<HASH> 100644
--- a/frontend/canvas.py
+++ b/frontend/canvas.py
@@ -34,8 +34,22 @@ from core.thread_ import MutexLocker
class Canvas(app.Canvas):
- #
- _vertex = """
+ def __init__(
+ self,
+ harvester_core=None,
+ ... | Make the shaders configurable by the clients
The default canvas will display raw images. No manipulation on it.
If we need to display imaged that are applied demosaicing algorithm.
the client should provide appropriate shaders for that purpose. | genicam_harvesters | train |
f8eebde766b3db183c6f55152570241138533d57 | diff --git a/lib/yard/cli/yard_graph.rb b/lib/yard/cli/yard_graph.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/cli/yard_graph.rb
+++ b/lib/yard/cli/yard_graph.rb
@@ -4,6 +4,7 @@ module YARD
module CLI
class YardGraph
attr_reader :options, :visibilities
+ attr_reader :objects
def self... | Allow yard-graph to document only certain namespaces | lsegal_yard | train |
95622ec843e097952f29f0fdbc3b44962539b71d | diff --git a/lib/actionframework/realtime_socket.rb b/lib/actionframework/realtime_socket.rb
index <HASH>..<HASH> 100644
--- a/lib/actionframework/realtime_socket.rb
+++ b/lib/actionframework/realtime_socket.rb
@@ -4,17 +4,7 @@ require 'securerandom'
module ActionFramework
class RealtimeSocket
def initialize
- ... | added reminder for removal of realtimesocket | actionframework_actionframework | train |
787889174bce8cccebfe08dcd88751b037691c22 | diff --git a/src/File.php b/src/File.php
index <HASH>..<HASH> 100644
--- a/src/File.php
+++ b/src/File.php
@@ -366,6 +366,10 @@ class File extends DataObject implements AssetContainer, Thumbnail, CMSPreviewab
return $result;
}
+ if (Permission::checkMember($member, 'ADMIN')) {
+ r... | BUGFIX: Admin privileges not considered in canView computation | silverstripe_silverstripe-assets | train |
b0ffb0612645ca6202a9ed919bf5049602643e69 | diff --git a/indra/db/client.py b/indra/db/client.py
index <HASH>..<HASH> 100644
--- a/indra/db/client.py
+++ b/indra/db/client.py
@@ -708,9 +708,19 @@ def get_evidence(pa_stmt_list, db=None, fix_refs=True):
return
-def get_statements_from_hashes():
- """Retrieve statement objects given only a statement has... | Define capability to get statements from hashes. | sorgerlab_indra | train |
1e305cc492cbd8a1db491077b29faaeeba588708 | diff --git a/omego/db.py b/omego/db.py
index <HASH>..<HASH> 100644
--- a/omego/db.py
+++ b/omego/db.py
@@ -71,7 +71,7 @@ class DbAdmin(object):
'.*OMERO(\d+)(\.|A)?(\d*)([A-Z]*)__(\d+)$', v).groups()
# x3: 'DEV' should come before ''
return (int(x[0]), x[1], int(x[2]) if x[2] ... | dbpatch should be an int to ensure correct sorting when >=<I> | ome_omego | train |
2872eb094a3200fba8d2f74a00b13085d7c4c03b | diff --git a/uni_form/templatetags/uni_form_tags.py b/uni_form/templatetags/uni_form_tags.py
index <HASH>..<HASH> 100644
--- a/uni_form/templatetags/uni_form_tags.py
+++ b/uni_form/templatetags/uni_form_tags.py
@@ -153,6 +153,9 @@ class BasicNode(template.Node):
'inputs': inputs,
}
+ if c... | Too many CSRF lines removed, we need to pass csrf context so that {% crsf_token %} works
Now that CsrfResponseMiddleware has been deprecated in favor of CsrfViewMiddleware, we
need to pass the csrf_token information, so that the template can render it. | pydanny-archive_django-uni-form | train |
a6083afcca4852fe94fc2600a8a0e15030d7abdb | diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -274,4 +274,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None,
- 'http://pyth... | Fixes some cross-doc links. | mediawiki-utilities_python-mwreverts | train |
17cdc140cb17f11745a2725b91082dca6c0f12c5 | diff --git a/packages/plugin-credentials/src/token.js b/packages/plugin-credentials/src/token.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-credentials/src/token.js
+++ b/packages/plugin-credentials/src/token.js
@@ -287,6 +287,10 @@ const Token = SparkPlugin.extend({
return this.string;
},
+ toJSON() ... | fix(plugin-credentials): add Token#toJSON() to ensure tokens always get turned into Auth headers when passed to request/xhr | webex_spark-js-sdk | train |
39f57a28ac315d48400dd3b312d2889fddb5e0a7 | diff --git a/commands/merge.go b/commands/merge.go
index <HASH>..<HASH> 100644
--- a/commands/merge.go
+++ b/commands/merge.go
@@ -58,7 +58,7 @@ func fetchAndMerge(args *Args, pullRequest *octokat.PullRequest) error {
mergeHead := fmt.Sprintf("%s/%s", user, branch)
ref := fmt.Sprintf("+refs/heads/%s:refs/remotes/%s... | Fix merge message to not have ' | github_hub | train |
791dc7f571b50f540a3b13e8ee687759a1b09c7c | diff --git a/intranet/static/js/eighth/admin.js b/intranet/static/js/eighth/admin.js
index <HASH>..<HASH> 100644
--- a/intranet/static/js/eighth/admin.js
+++ b/intranet/static/js/eighth/admin.js
@@ -126,4 +126,23 @@ $(function() {
updateSelectAllCheckbox();
});
+ // Disable *_allowed form elements if... | Disable restricted form elements if not restricted | tjcsl_ion | train |
716729932e27395e08611e46c19a34f81f443456 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -2,7 +2,7 @@
var libxslt = require('libxslt');
var es = require('event-stream');
-var gutil = require('gulp-util');
+var PluginError = require('plugin-error');
var fs = require('fs');
module.exports = function(template... | Remove usage of deprecated gulp-util | vecmezoni_gulp-xslt | train |
abb10384d9a8b9b5f147a3050304bdef2fa4f521 | diff --git a/jsonschema/tests/test_cli.py b/jsonschema/tests/test_cli.py
index <HASH>..<HASH> 100644
--- a/jsonschema/tests/test_cli.py
+++ b/jsonschema/tests/test_cli.py
@@ -44,7 +44,7 @@ class TestParser(TestCase):
elif path == self.schema_file:
contents = {}
else: # pragma: no cover
-... | Error rather than fail for miswritten tests. | Julian_jsonschema | train |
95aa167d7c7edcec9eafe02344e9becc4ab15442 | diff --git a/src/Symfony/Component/Console/Style/SymfonyStyle.php b/src/Symfony/Component/Console/Style/SymfonyStyle.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Console/Style/SymfonyStyle.php
+++ b/src/Symfony/Component/Console/Style/SymfonyStyle.php
@@ -73,7 +73,7 @@ class SymfonyStyle extends OutputSt... | [<I>][Console] Count the array instead of | symfony_symfony | train |
e2c8a6ff1d4fa4143be12f90d5b71273cf865936 | diff --git a/src/Illuminate/Routing/RouteDependencyResolverTrait.php b/src/Illuminate/Routing/RouteDependencyResolverTrait.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Routing/RouteDependencyResolverTrait.php
+++ b/src/Illuminate/Routing/RouteDependencyResolverTrait.php
@@ -83,11 +83,7 @@ trait RouteDependencyR... | disable model resolution in <I> | laravel_framework | train |
17169cfb7167e357d50290eace083ce3b38bfb7f | diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -224,13 +224,6 @@ module ActiveRecord
autoload :CollectionAssociation... | Eager load the association classes on boot
We were expecting those classes to be loaded when an association is
defined but they are not.
If you add a debugger on the first line of any of those classes and try
to define the corresponding association you will see that the classes
are not loaded.
Fixes #<I> | rails_rails | train |
02735e27d8059f27e4722af97011f03fda3a38fd | diff --git a/src/com/google/javascript/jscomp/AbstractPeepholeOptimization.java b/src/com/google/javascript/jscomp/AbstractPeepholeOptimization.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/AbstractPeepholeOptimization.java
+++ b/src/com/google/javascript/jscomp/AbstractPeepholeOptimization.ja... | Re-roll the groundwork for the bind rewriting change.
R=acleung
DELTA=<I> (<I> added, 0 deleted, 0 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
d21cba1fb6af3f4ce5993c9650046849716cd108 | diff --git a/action/adapter/Delete.php b/action/adapter/Delete.php
index <HASH>..<HASH> 100644
--- a/action/adapter/Delete.php
+++ b/action/adapter/Delete.php
@@ -19,25 +19,30 @@ class Delete extends Adapter
protected function _run()
{
$model = $this->getModel();
- $isFailedDelete = false;
- ... | Error when delete of deleted model #2 | execut_yii2-actions | train |
1306a12dff4ff29dfd68ee548e4533e06b3db5fa | diff --git a/hrp/internal/boomer/runner.go b/hrp/internal/boomer/runner.go
index <HASH>..<HASH> 100644
--- a/hrp/internal/boomer/runner.go
+++ b/hrp/internal/boomer/runner.go
@@ -240,17 +240,11 @@ func (r *runner) getSpawnRate() float64 {
}
func (r *runner) setRunTime(runTime int64) {
- r.mutex.Lock()
- defer r.mut... | perf: hrp boom run time related code optimization | HttpRunner_HttpRunner | train |
2dc9c32eaebd3807d9cfae4103a6a5afce09640f | diff --git a/src/TwigGlobal.php b/src/TwigGlobal.php
index <HASH>..<HASH> 100644
--- a/src/TwigGlobal.php
+++ b/src/TwigGlobal.php
@@ -34,10 +34,10 @@ class TwigGlobal extends AbstractTwigGlobal
public function getUserDefinedGlobals()
{
if(file_exists(realpath(__DIR__.'/../../../../config/twig.php'))... | update twig to allow loading more extensions | terdia_legato-framework | train |
9f5dc1c47e29b6125d6d8a74f772bb100eb2429a | diff --git a/beautify-cl.js b/beautify-cl.js
index <HASH>..<HASH> 100644
--- a/beautify-cl.js
+++ b/beautify-cl.js
@@ -21,7 +21,8 @@ load("HTML-Beautify.js");
function print_usage() {
- print("Usage: java org.mozilla.javascript.tools.shell.Main beautify-cl.js [options] file || URL\n");
+ print("Usage: java o... | Read from stdin if no file or url passed
Thanks go to Ron Baldwin for this. | beautify-web_js-beautify | train |
4a9353c3b68d56f245e4a074bf167411a472f6a3 | diff --git a/lib/sequent/core/helpers/string_to_value_parsers.rb b/lib/sequent/core/helpers/string_to_value_parsers.rb
index <HASH>..<HASH> 100644
--- a/lib/sequent/core/helpers/string_to_value_parsers.rb
+++ b/lib/sequent/core/helpers/string_to_value_parsers.rb
@@ -9,6 +9,7 @@ module Sequent
::Symbol => ->(... | Also support string to BigDecimal conversion | zilverline_sequent | train |
ca4503b550be0919f7f2bea15ea9d0ebe1e8a34a | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "parse-import-es6",
- "version": "0.5.7",
+ "version": "0.5.8",
"description": "parse-import-es6",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
diff --git a/src/i... | fix bug: should skip incomplete import statement and release <I> | wangtao0101_parse-import-es6 | train |
25bcff9e7f1126f4817e348df8cda55432f19896 | diff --git a/src/Mouf/Html/Renderer/Twig/MoufTwigExtension.php b/src/Mouf/Html/Renderer/Twig/MoufTwigExtension.php
index <HASH>..<HASH> 100644
--- a/src/Mouf/Html/Renderer/Twig/MoufTwigExtension.php
+++ b/src/Mouf/Html/Renderer/Twig/MoufTwigExtension.php
@@ -73,7 +73,6 @@ class MoufTwigExtension extends Twig_Extension ... | revert changes - re-put cookies there... | thecodingmachine_html.renderer.twig-extensions | train |
9bc5afd0f84e5d7f0c0c58bb3c8339107f843901 | diff --git a/Cake/Test/TestCase/Database/QueryTest.php b/Cake/Test/TestCase/Database/QueryTest.php
index <HASH>..<HASH> 100644
--- a/Cake/Test/TestCase/Database/QueryTest.php
+++ b/Cake/Test/TestCase/Database/QueryTest.php
@@ -1974,6 +1974,24 @@ class QueryTest extends TestCase {
$this->assertEquals(' RETURNING id',... | Unit testing append in combination with update | cakephp_cakephp | train |
3e3bcb4fb7310acb678bd86723ea655aa3928ec6 | diff --git a/Tests/com/drew/imaging/png/PngMetadataReaderTest.java b/Tests/com/drew/imaging/png/PngMetadataReaderTest.java
index <HASH>..<HASH> 100644
--- a/Tests/com/drew/imaging/png/PngMetadataReaderTest.java
+++ b/Tests/com/drew/imaging/png/PngMetadataReaderTest.java
@@ -76,7 +76,7 @@ public class PngMetadataReaderT... | Fix java <I> compatibility issue | drewnoakes_metadata-extractor | train |
4511679c52130c7d30a744d4bb7e0e7642709c23 | diff --git a/demos/demo.js b/demos/demo.js
index <HASH>..<HASH> 100644
--- a/demos/demo.js
+++ b/demos/demo.js
@@ -159,7 +159,7 @@ window.Demo = function Demo() {
OO.ui.getViewportSpacing = function () {
return {
// Contents of dialogs are shown on top of the fixed menu
- top: demo.mode.page === 'dialogs' ? ... | demos: Fix popups overlapping fixed header
When a PopupButtonWidget's popup is open, and the user scrolls the
button out of view, the popup is supposed to be hidden. This should
also happen when the button is hidden by our fixed header, but it
didn't because the wrong element was measured.
Change-Id: I<I>b<I>ae9a4d2d... | wikimedia_oojs-ui | train |
222d446fa0afbb5290f376f7cc14d48cb408de6d | diff --git a/desktop/webpack.config.base.js b/desktop/webpack.config.base.js
index <HASH>..<HASH> 100644
--- a/desktop/webpack.config.base.js
+++ b/desktop/webpack.config.base.js
@@ -6,7 +6,7 @@ const defines = {
'__HOT__': JSON.stringify(getenv.boolish('HOT', false)),
}
-console.log('Injecting defines: ', define... | Log debug webpack config messages to stderr (#<I>)
This gets them out of the way of --profile --json output. | keybase_client | train |
9194faf06aec9caa2c5a40b2ad3fa15fce6b2530 | diff --git a/handlers/actual_lrp_handlers_test.go b/handlers/actual_lrp_handlers_test.go
index <HASH>..<HASH> 100644
--- a/handlers/actual_lrp_handlers_test.go
+++ b/handlers/actual_lrp_handlers_test.go
@@ -660,9 +660,9 @@ var _ = Describe("ActualLRP Handlers", func() {
models.ActualLRPStateRunning, models.ActualL... | Fix resolution priority in tests for simplified CLAIMED state decisions
As part of the work in #<I> we decided to get rid of the transition from Claimed / Suspect to Claimed / Ordinary when creating the replacement instance. This allows us to implement a simpler harmonization suspect logic.
[#<I>](<URL>) | cloudfoundry_bbs | train |
040505348a4d97c6c39ec04e71695c6991e2f9d0 | diff --git a/pkg/policy/repository.go b/pkg/policy/repository.go
index <HASH>..<HASH> 100644
--- a/pkg/policy/repository.go
+++ b/pkg/policy/repository.go
@@ -67,8 +67,8 @@ type traceState struct {
ruleID int
}
-func (state *traceState) trace(p *Repository, ctx *SearchContext) {
- ctx.PolicyTrace("%d/%d rules sele... | policy: change trace function to take a ruleList instead of Repository pointer
No functional change is intended here. | cilium_cilium | train |
3fdaa1fc8857a91b26cb1fa05f104dbde4ae8ea6 | diff --git a/ykman/gui/__main__.py b/ykman/gui/__main__.py
index <HASH>..<HASH> 100644
--- a/ykman/gui/__main__.py
+++ b/ykman/gui/__main__.py
@@ -51,18 +51,32 @@ class YkManApplication(qt.Application):
self._controller = Controller(self.worker, self)
self._controller.refresh()
+ self._contro... | Just show a message when no Yubikey
When no key is inserted, hide all the widgets in
the info view and only show a message. | Yubico_yubikey-manager | train |
54fbddb9e2327658123a59e2dff5660ffd0d0bd1 | diff --git a/src/regression.js b/src/regression.js
index <HASH>..<HASH> 100644
--- a/src/regression.js
+++ b/src/regression.js
@@ -17,22 +17,15 @@
// AMD
if (typeof define === 'function' && define.amd) {
- define('regression', ['exports'], factory);
- } else if (typeof exports !== 'undefined') {
- factor... | Fix UMD exports for compatability with existing uses | Tom-Alexander_regression-js | train |
895f0029159e0a4e826ba02bba76027bbcd2e505 | diff --git a/AlphaTwirl/Counter/BackrefMultipleArrayReader.py b/AlphaTwirl/Counter/BackrefMultipleArrayReader.py
index <HASH>..<HASH> 100644
--- a/AlphaTwirl/Counter/BackrefMultipleArrayReader.py
+++ b/AlphaTwirl/Counter/BackrefMultipleArrayReader.py
@@ -26,17 +26,15 @@ class BackrefMultipleArrayReader(object):
... | make BackrefMultipleArrayReader picklable | alphatwirl_alphatwirl | train |
0121dc56b174f1b5b68bccdcfed164554e0029e4 | diff --git a/scripts/experiments/run_dp.py b/scripts/experiments/run_dp.py
index <HASH>..<HASH> 100755
--- a/scripts/experiments/run_dp.py
+++ b/scripts/experiments/run_dp.py
@@ -78,7 +78,7 @@ class SrlExpParamsRunner(ExpParamsRunner):
g.defaults += g.feat_mcdonald
g.defaults += g.adagrad_comid
... | Increasing dependency parsing model to <I> million features. | mgormley_pacaya | train |
80713352b31958feab21f2d4745e3860b77c9733 | diff --git a/lib/src/ApiInstances.js b/lib/src/ApiInstances.js
index <HASH>..<HASH> 100644
--- a/lib/src/ApiInstances.js
+++ b/lib/src/ApiInstances.js
@@ -76,6 +76,7 @@ export default {
// network: (method, ...args) => Apis.instance().network_api().exec(method, toStrings(args)),
// history: (method, ...args) ... | Add the orders_api() into bitsharesjs-ws | bitshares_bitsharesjs-ws | train |
ed32b1a7565d874f306223a4f537b87f812ba053 | diff --git a/lib/node-static/util.js b/lib/node-static/util.js
index <HASH>..<HASH> 100644
--- a/lib/node-static/util.js
+++ b/lib/node-static/util.js
@@ -8,13 +8,17 @@ exports.mstat = function (dir, files, callback) {
const file = files.shift();
if (file) {
- fs.stat(path.join(dir, file)... | fix: add another fs.stat guard | cloudhead_node-static | train |
81218af0e1a7b7e8beb14376e3c6137330684e09 | diff --git a/scripts/lib/agent_checker.rb b/scripts/lib/agent_checker.rb
index <HASH>..<HASH> 100644
--- a/scripts/lib/agent_checker.rb
+++ b/scripts/lib/agent_checker.rb
@@ -57,8 +57,12 @@ module RightScale
VERSION = [0, 1]
# Default minimum seconds since last communication for instance to be considered co... | Have agent checker get ping interval from agent configuration | rightscale_right_agent | train |
f4497d4debdec6a75f4cb725954f4b01e636f7c3 | diff --git a/grunt/mochaTest.js b/grunt/mochaTest.js
index <HASH>..<HASH> 100644
--- a/grunt/mochaTest.js
+++ b/grunt/mochaTest.js
@@ -28,7 +28,7 @@ for (var i in drivers)
]
},
src: [
- 'test/unit/driver/' + driver + '/**/*.js'
+ 'test/unit/db/drivers/' + driver + '/**/*.js'
]
}
diff --git a/packag... | npm test should run all tests, fixes for MySQL driver tests | chill117_sequel | train |
9fc9e894771d1915fe3e565305424ed9ca537b79 | diff --git a/railties/lib/rails/application/configuration.rb b/railties/lib/rails/application/configuration.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/application/configuration.rb
+++ b/railties/lib/rails/application/configuration.rb
@@ -43,7 +43,7 @@ module Rails
@autoflush_log = ... | Use Rails::Queueing::Queue instead of Queue so people can build their own consumers around stdlib's Queue | rails_rails | train |
2151b9bcc3661bf3657bab7a6949a8b2c670bd46 | diff --git a/org.jenetix/src/test/java/org/jenetix/util/TreeNodeTest.java b/org.jenetix/src/test/java/org/jenetix/util/TreeNodeTest.java
index <HASH>..<HASH> 100644
--- a/org.jenetix/src/test/java/org/jenetix/util/TreeNodeTest.java
+++ b/org.jenetix/src/test/java/org/jenetix/util/TreeNodeTest.java
@@ -155,7 +155,7 @@ p... | #<I>: Temporarily remove failing test. | jenetics_jenetics | train |
11b94bc21c17e5bfc469b2b030cb275e5a8d9b08 | diff --git a/lib/sorcerer/subexpression.rb b/lib/sorcerer/subexpression.rb
index <HASH>..<HASH> 100644
--- a/lib/sorcerer/subexpression.rb
+++ b/lib/sorcerer/subexpression.rb
@@ -46,8 +46,13 @@ module Sorcerer
when :call, :method_add_block, :method_add_arg
@result << sexp
method_sexp(sexp)
+ ... | Include constants in sub-expressions. | jimweirich_sorcerer | train |
7c1755ea873d1fc7397365b5f4041d96fd92b9dc | diff --git a/tests/test_packaging.py b/tests/test_packaging.py
index <HASH>..<HASH> 100644
--- a/tests/test_packaging.py
+++ b/tests/test_packaging.py
@@ -47,12 +47,12 @@ class _WarningStream:
def test_check_pypi_rendering():
- subprocess.check_call(["python", "setup.py", "sdist"])
+ subprocess.check_call(["... | Fix running tests on Python 3 (#<I>)
"python" on most (Linux) systems refers to Python 2 and is almost never
available anymore. Explicitly call Python 3 instead | pytries_marisa-trie | train |
9b0f2525fc8c68c8ed8f81bfcc780f01c9ae338d | diff --git a/backtrader/cerebro.py b/backtrader/cerebro.py
index <HASH>..<HASH> 100644
--- a/backtrader/cerebro.py
+++ b/backtrader/cerebro.py
@@ -33,6 +33,7 @@ from . import observers
from .writer import WriterFile
from .import num2date
from .utils import OrderedDict
+from .strategy import Strategy
class Cereb... | If datas have been passed to cerebro, ensure cerebro has a strategy to run against (which can get indicators, analyzers, observers and other through the appropriate interface) | backtrader_backtrader | train |
ea7b277f411da996fd911fe24e1219fe13800ff0 | diff --git a/plugins/provisioners/salt/config.rb b/plugins/provisioners/salt/config.rb
index <HASH>..<HASH> 100644
--- a/plugins/provisioners/salt/config.rb
+++ b/plugins/provisioners/salt/config.rb
@@ -20,7 +20,6 @@ module VagrantPlugins
attr_accessor :bootstrap_script
attr_accessor :verbose
attr_... | Prevent fatal error caused by attempting to upload minion config to
privileged directory | hashicorp_vagrant | train |
56539bd3a45f20642cd97edb87f0e3ef80f71189 | diff --git a/pkg/server/container_create_test.go b/pkg/server/container_create_test.go
index <HASH>..<HASH> 100644
--- a/pkg/server/container_create_test.go
+++ b/pkg/server/container_create_test.go
@@ -203,7 +203,7 @@ func TestGeneralContainerSpec(t *testing.T) {
config, sandboxConfig, imageConfig, specCheck := getC... | Require generateContainerSpec passes during tests and abort if not
This is achieved by switching `assert.NoError` to `require.NoError` in several
places.
Otherwise the test code will continue and dereference a nil spec, leading to a
panic which obscures the real failure. | containerd_containerd | train |
87630213f180ed259374ba3709d2c1bc2104d6b4 | diff --git a/generator/lib/behavior/query_cache/QueryCacheBehavior.php b/generator/lib/behavior/query_cache/QueryCacheBehavior.php
index <HASH>..<HASH> 100644
--- a/generator/lib/behavior/query_cache/QueryCacheBehavior.php
+++ b/generator/lib/behavior/query_cache/QueryCacheBehavior.php
@@ -228,7 +228,7 @@ protected fun... | [<I>] Fixed regression in ModelCriteria::count() introduced by r<I> | propelorm_Propel | train |
ca3cf39ee1d245762dc02e8d8f35a03f7cc03bc5 | diff --git a/admin/index.php b/admin/index.php
index <HASH>..<HASH> 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -39,6 +39,7 @@
print_header($strdatabasesetup, $strdatabasesetup, $strdatabasesetup);
if (file_exists("$CFG->libdir/db/$CFG->dbtype.sql")) {
$db->debug = true;
+ ... | Turn off time limits with big SQL commands ... some databases are really slow. | moodle_moodle | train |
7be98159cfa3d17e408bcba70fa63f6c58a2e05e | diff --git a/extra/src/org/droidparts/widget/ClearableEditText.java b/extra/src/org/droidparts/widget/ClearableEditText.java
index <HASH>..<HASH> 100644
--- a/extra/src/org/droidparts/widget/ClearableEditText.java
+++ b/extra/src/org/droidparts/widget/ClearableEditText.java
@@ -26,10 +26,11 @@ import android.util.Attri... | Show clear button if text is present on field focus | droidparts_droidparts | train |
9f1e622404af3a94797c64c47e86367d337e44e2 | diff --git a/bin/test.js b/bin/test.js
index <HASH>..<HASH> 100644
--- a/bin/test.js
+++ b/bin/test.js
@@ -21,16 +21,11 @@ var options = {
specs: ['./spec/samplec.spec.js', './spec/samplea.spec.js','./spec/sampleb.spec.js']
}
};
-
+console.log('Using Jasmine:' + jasmineNodeLite.jasmineVersion);
var repo... | use different jasmine environments for execution | magicmoose_jasmine-node-lite | train |
63ad61dc7fadc32ae32fa7c57ddfdbd5a00b1d81 | diff --git a/Readme.md b/Readme.md
index <HASH>..<HASH> 100644
--- a/Readme.md
+++ b/Readme.md
@@ -60,7 +60,7 @@ app.listen(2333);
* root: view root directory
-* wResponse: default(true) auto write body html response
+* writeBody: default(true) auto write body html response
#### Others
diff --git a/index.js b... | Change the attribute name to writeBody | koa-modules_swig | train |
0f34f0c67fe6edbf621258d0da0b81da92c584f6 | diff --git a/extensions/roc-plugin-mocha-webpack/src/nyc/index.js b/extensions/roc-plugin-mocha-webpack/src/nyc/index.js
index <HASH>..<HASH> 100644
--- a/extensions/roc-plugin-mocha-webpack/src/nyc/index.js
+++ b/extensions/roc-plugin-mocha-webpack/src/nyc/index.js
@@ -82,7 +82,7 @@ export default function nycRunner({... | Corrected changed API for log function | rocjs_extensions | train |
874712575b42ef6cf2f97c6b0f939b1c927a01a6 | diff --git a/lib/graphicsmagick/utilities/convert.rb b/lib/graphicsmagick/utilities/convert.rb
index <HASH>..<HASH> 100644
--- a/lib/graphicsmagick/utilities/convert.rb
+++ b/lib/graphicsmagick/utilities/convert.rb
@@ -21,7 +21,7 @@ module GraphicsMagick
def build_convert_command(output_path)
first_options = ... | reverting -create-directories addition | dignoe_graphicsmagick | train |
b9d543f0d094abc26b9f745351730b5977c451d2 | diff --git a/nsq/writer.go b/nsq/writer.go
index <HASH>..<HASH> 100644
--- a/nsq/writer.go
+++ b/nsq/writer.go
@@ -9,6 +9,7 @@ import (
"net"
"os"
"strings"
+ "sync"
"sync/atomic"
"time"
)
@@ -21,11 +22,11 @@ type Writer struct {
transactions []*writerTransaction
state int32
stopFlag ... | go-nsq: speed up Writer heartbeat test and cleanup Writer exit | nsqio_nsq | train |
05f94ce6da07b22d5139ca7cef4584ed56bf00bd | diff --git a/Classes/Fusion/PaginationArrayImplementation.php b/Classes/Fusion/PaginationArrayImplementation.php
index <HASH>..<HASH> 100644
--- a/Classes/Fusion/PaginationArrayImplementation.php
+++ b/Classes/Fusion/PaginationArrayImplementation.php
@@ -10,9 +10,9 @@ class PaginationArrayImplementation extends Abstrac... | Add suggestions for PaginationArrayImplementation | Flowpack_Flowpack.Listable | train |
418bc6e709b2fc86bb6b2dee264aea013d5bdce7 | diff --git a/repo/fsrepo/migrations/fetcher.go b/repo/fsrepo/migrations/fetcher.go
index <HASH>..<HASH> 100644
--- a/repo/fsrepo/migrations/fetcher.go
+++ b/repo/fsrepo/migrations/fetcher.go
@@ -2,6 +2,7 @@ package migrations
import (
"context"
+ "fmt"
"io"
"os"
@@ -39,7 +40,8 @@ type limitReadCloser struct ... | feat: log multifetcher errors
This is to make it easier to understand why the multifetcher is
falling back to a different fetcher.
(cherry picked from commit 4f3eb4cdd4bc8d7dcec<I>a<I>e7f<I>cce7c<I>cc9) | ipfs_go-ipfs | train |
21ef4ad840d60a9d389d6c51cb9b2bac2c3b6d54 | diff --git a/packages/webiny-app-forms/src/admin/views/Forms/NewFormDialog.js b/packages/webiny-app-forms/src/admin/views/Forms/NewFormDialog.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-app-forms/src/admin/views/Forms/NewFormDialog.js
+++ b/packages/webiny-app-forms/src/admin/views/Forms/NewFormDialog.js
@@ -4... | fix: reload list of forms once new one created | Webiny_webiny-js | train |
953082a26f926557dedf9554239e6d7ff9005f88 | diff --git a/lib/xiaomi.js b/lib/xiaomi.js
index <HASH>..<HASH> 100644
--- a/lib/xiaomi.js
+++ b/lib/xiaomi.js
@@ -129,7 +129,11 @@ const buffer2DataObject = (meta, model, buffer) => {
}
}
- if (meta.logger) meta.logger.debug(`${model.zigbeeModel}: Processed buffer into data ${JSON.stringify(dataObje... | Fix for bigint values in the buffer2DataObject (#<I>) | Koenkk_zigbee-shepherd-converters | train |
e845f2fcf265e4ba9a5b4b557f4c5dda69ac2b74 | diff --git a/src/Network/HttpClient.php b/src/Network/HttpClient.php
index <HASH>..<HASH> 100644
--- a/src/Network/HttpClient.php
+++ b/src/Network/HttpClient.php
@@ -3,6 +3,7 @@
namespace TheIconic\Tracking\GoogleAnalytics\Network;
use TheIconic\Tracking\GoogleAnalytics\AnalyticsResponse;
+use TheIconic\Tracking\G... | Fixing cache buster has to be the last param in the payload, close #<I> | theiconic_php-ga-measurement-protocol | train |
15a6fc804ab19dbd0bdf9a50b85db051afaddd45 | diff --git a/roaringbitmap/src/main/java/org/roaringbitmap/ImmutableBitmapDataProvider.java b/roaringbitmap/src/main/java/org/roaringbitmap/ImmutableBitmapDataProvider.java
index <HASH>..<HASH> 100644
--- a/roaringbitmap/src/main/java/org/roaringbitmap/ImmutableBitmapDataProvider.java
+++ b/roaringbitmap/src/main/java/... | fixes #<I> Move first() and last() to ImmutableBitmapDataProvider (#<I>) | RoaringBitmap_RoaringBitmap | train |
68529eedd4f631e51dedcc8f94ed8747917ddf87 | diff --git a/physical/dynamodb_test.go b/physical/dynamodb_test.go
index <HASH>..<HASH> 100644
--- a/physical/dynamodb_test.go
+++ b/physical/dynamodb_test.go
@@ -198,13 +198,12 @@ func testDynamoDBLockTTL(t *testing.T, ha HABackend) {
// The first lock should have lost the leader channel
leaderChClosed := false
... | Fix dynamo test that can double close a channel | hashicorp_vault | train |
cbe4eacbe4bf6fbb2e6f965f3688117abe8c7f91 | diff --git a/Controller/Api/ApiController.php b/Controller/Api/ApiController.php
index <HASH>..<HASH> 100644
--- a/Controller/Api/ApiController.php
+++ b/Controller/Api/ApiController.php
@@ -246,7 +246,7 @@ class ApiController extends CommonApiController
'.',
''
) : 0;
- $reque... | set realTime to true on APU calls to map sources to campaign | TheDMSGroup_mautic-contact-source | train |
13e63dd50b0419e463ae8952ba16fcc30d45c90b | diff --git a/penaltymodel_lp/penaltymodel/lp/package_info.py b/penaltymodel_lp/penaltymodel/lp/package_info.py
index <HASH>..<HASH> 100644
--- a/penaltymodel_lp/penaltymodel/lp/package_info.py
+++ b/penaltymodel_lp/penaltymodel/lp/package_info.py
@@ -1,4 +1,4 @@
-__version__ = '0.1.0'
+__version__ = '0.1.1'
__author__... | Update version <I> -> <I>
Fixes
-----
* Catches linear programming warnings (ex. ill conditioned matrix) and calls on the next penaltymodel | dwavesystems_penaltymodel | train |
2ab6dbf61c5652de3caa53ffe2c3501c4a2a0e53 | diff --git a/lib/epiphany.js b/lib/epiphany.js
index <HASH>..<HASH> 100644
--- a/lib/epiphany.js
+++ b/lib/epiphany.js
@@ -37,7 +37,6 @@ var Epiphany = function(options) {
this.server = require('./express-setup')(this.config);
- this.server.locals.navigation = this.config.navigation;
this.directories = {
m... | Handle nested page routes. | thecodebureau_epiphany | train |
6c9aef4bb3a3596408d703c03f8d26bf91c08689 | diff --git a/select2.js b/select2.js
index <HASH>..<HASH> 100644
--- a/select2.js
+++ b/select2.js
@@ -1846,13 +1846,14 @@ the specific language governing permissions and limitations under the Apache Lic
this.opts.element.val(this.id(data));
this.updateSelection(data);
+
+ this.op... | fire selected before close. #<I> | select2_select2 | train |
fdad058eeabbaf22dcf1af435310c3084a2f08e6 | diff --git a/VERSION b/VERSION
index <HASH>..<HASH> 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.4
+0.1.6
diff --git a/lib/supermodel.rb b/lib/supermodel.rb
index <HASH>..<HASH> 100644
--- a/lib/supermodel.rb
+++ b/lib/supermodel.rb
@@ -9,6 +9,7 @@ require "active_support/core_ext/module/aliasing"
require "acti... | do not dup known_attributes | maccman_supermodel | train |
cf8b11b0d46a3ed816e267bde0484a5c89407e0d | diff --git a/pkg/model/components/awscloudcontrollermanager.go b/pkg/model/components/awscloudcontrollermanager.go
index <HASH>..<HASH> 100644
--- a/pkg/model/components/awscloudcontrollermanager.go
+++ b/pkg/model/components/awscloudcontrollermanager.go
@@ -74,22 +74,21 @@ func (b *AWSCloudControllerManagerOptionsBuil... | Default to latest staging image for AWS CCM | kubernetes_kops | train |
8ab1e4fef43a24e8788dabde19fb80a0f5a21ce1 | diff --git a/packages/material-ui/src/SwipeableDrawer/SwipeableDrawer.js b/packages/material-ui/src/SwipeableDrawer/SwipeableDrawer.js
index <HASH>..<HASH> 100644
--- a/packages/material-ui/src/SwipeableDrawer/SwipeableDrawer.js
+++ b/packages/material-ui/src/SwipeableDrawer/SwipeableDrawer.js
@@ -334,7 +334,7 @@ class... | [SwipeableDrawer] Allow custom style (#<I>) | mui-org_material-ui | train |
7641219d5b586528a4cb466a4cf98d9cece1e3d1 | diff --git a/code/search/filters/OrderFilters.php b/code/search/filters/OrderFilters.php
index <HASH>..<HASH> 100644
--- a/code/search/filters/OrderFilters.php
+++ b/code/search/filters/OrderFilters.php
@@ -99,7 +99,7 @@ class OrderFilters_HasBeenCancelled extends SearchFilter {
public function apply(SQLQuery $query)... | fixed bug in line <I> of OrderFilters.php | silvershop_silvershop-core | train |
49c99a41ea8f705fb5ef1ac180f0e22925f0bec5 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -193,6 +193,9 @@
2.7.3 (compared to 2.7.2)
-----------------------------
+- fix issue 877: propperly handle assertion explanations with non-ascii repr
+ Thanks Mathieu Agopian for the report
+
- Allow 'dev', 'rc', or... | reencode non-ascii python2 assertion reprs, fixes #<I>
i decided against using a warning since the problem goes away with python3
the support code can be removed once we drop python2 in <I> years or so | pytest-dev_pytest | train |
5de46e066ba97838ed865efe2fc7ccd6271ef9db | diff --git a/app/ios/spec/test_button_layout.rb b/app/ios/spec/test_button_layout.rb
index <HASH>..<HASH> 100644
--- a/app/ios/spec/test_button_layout.rb
+++ b/app/ios/spec/test_button_layout.rb
@@ -3,6 +3,8 @@ class TestButtonLayout < MK::Layout
HIGHLIGHTED_TITLE = 'button highlighted title'
IMAGE = UIImage.new
... | just makin sure it wasn't passing because values were the default values | motion-kit_motion-kit | train |
a76c13589dc06df32d38100c8488aa1a0b90931c | diff --git a/site/static/docs/4.3/assets/js/src/application.js b/site/static/docs/4.3/assets/js/src/application.js
index <HASH>..<HASH> 100644
--- a/site/static/docs/4.3/assets/js/src/application.js
+++ b/site/static/docs/4.3/assets/js/src/application.js
@@ -144,12 +144,10 @@
clipboard.on('success', function (e) {
... | fix docs bad use of private methods to change title of our tooltips (#<I>) | twbs_bootstrap | train |
730e4b5b6ba3daee908fa7a9fad39ae9459f29b9 | diff --git a/hepconverter/__init__.py b/hepconverter/__init__.py
index <HASH>..<HASH> 100644
--- a/hepconverter/__init__.py
+++ b/hepconverter/__init__.py
@@ -41,6 +41,8 @@ def convert(input, output_dir, options={}):
with open(os.path.join(output_dir, table.data_file), 'w') as table_file:
... | Improved reading of record_ids (now they're parsed correctly) | HEPData_hepdata-converter | train |
5ada816cfbda1e79c9ed85ab68cd0d85a36a1df9 | diff --git a/src/javascript/core/mOxie.js b/src/javascript/core/mOxie.js
index <HASH>..<HASH> 100644
--- a/src/javascript/core/mOxie.js
+++ b/src/javascript/core/mOxie.js
@@ -67,7 +67,7 @@
"text/css,css," +
"text/csv,csv," +
"text/rtf,rtf," +
- "video/mpeg,mpeg mpg mpe," +
+ "video/mpeg,mpeg mpg mpe m2v,... | Add mime types for m2v,3gp,3g2 extensions. | moxiecode_moxie | train |
d4758d91b9efd41eb9309ed2cfd310c35b4846fe | diff --git a/mozu-java-toolkit/src/main/java/com/mozu/base/security/MozuAppAuthenticator.java b/mozu-java-toolkit/src/main/java/com/mozu/base/security/MozuAppAuthenticator.java
index <HASH>..<HASH> 100644
--- a/mozu-java-toolkit/src/main/java/com/mozu/base/security/MozuAppAuthenticator.java
+++ b/mozu-java-toolkit/src/... | Add cleanup for HttpClient connections on destroy of application. | Mozu_mozu-java | train |
15c05405b8985f507b48a900672ec01b23ea8ad2 | diff --git a/parse_rest/tests.py b/parse_rest/tests.py
index <HASH>..<HASH> 100755
--- a/parse_rest/tests.py
+++ b/parse_rest/tests.py
@@ -143,6 +143,13 @@ class TestObject(unittest.TestCase):
self.score.increment('score')
self.assertTrue(GameScore.Query.filter(score=previous_score + 1).exists(),
... | Added `testCanRemoveField` | milesrichardson_ParsePy | train |
38e127501a39c48dfda83cf9cb51022229906d69 | diff --git a/CarbonPHP.php b/CarbonPHP.php
index <HASH>..<HASH> 100644
--- a/CarbonPHP.php
+++ b/CarbonPHP.php
@@ -400,9 +400,8 @@ class CarbonPHP
* This is a small program inspired by my boss Scott.
* - You the shit dude! ( <- That's a good thing )
*/
- ... | React Mustache Template ARGV looking better | RichardTMiles_CarbonPHP | train |
32b61553d29a6bdda40cf20982d63c08ed8712e2 | diff --git a/avatar/models.py b/avatar/models.py
index <HASH>..<HASH> 100644
--- a/avatar/models.py
+++ b/avatar/models.py
@@ -99,9 +99,9 @@ class Avatar(models.Model):
else:
diff = (h - w) / 2
image = image.crop((0, diff, w, h - diff))
- image = image.resize((s... | Fix for issue #<I> on ericflo/django-avatar, proposed by fakeempire | grantmcconnaughey_django-avatar | train |
a67f9fddb7fdc4024e9e3efad7ca613dc6c66b8e | diff --git a/lib/ancestry/instance_methods.rb b/lib/ancestry/instance_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/ancestry/instance_methods.rb
+++ b/lib/ancestry/instance_methods.rb
@@ -256,7 +256,12 @@ module Ancestry
def descendant_conditions
t = get_arel_table
- t[get_ancestry_column].matches... | Use case sensitive 'like' for rails 5
Not my favorite code fix.
Have longer term plans to improve this fix. But this
is the least invasive. It can make the queries up to
<I>x faster | stefankroes_ancestry | train |
c991cdd715103c998ea72e4e54602d50dcc32108 | diff --git a/src/main/java/io/github/bonigarcia/wdm/docker/DockerService.java b/src/main/java/io/github/bonigarcia/wdm/docker/DockerService.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/github/bonigarcia/wdm/docker/DockerService.java
+++ b/src/main/java/io/github/bonigarcia/wdm/docker/DockerService.java
@@ -3... | Include current timestamp in recordings file name | bonigarcia_webdrivermanager | train |
ca7e4f06a51edc62c49ab4954e48abdcd9056a3c | diff --git a/lottie/src/test/java/com/airbnb/lottie/LottieValueAnimatorUnitTest.java b/lottie/src/test/java/com/airbnb/lottie/LottieValueAnimatorUnitTest.java
index <HASH>..<HASH> 100644
--- a/lottie/src/test/java/com/airbnb/lottie/LottieValueAnimatorUnitTest.java
+++ b/lottie/src/test/java/com/airbnb/lottie/LottieValu... | Fix small test issue. (#<I>) | airbnb_lottie-android | train |
a9b030c5c9c8adf670a00ac48f41d0d59b7d0924 | diff --git a/lib/drag.js b/lib/drag.js
index <HASH>..<HASH> 100644
--- a/lib/drag.js
+++ b/lib/drag.js
@@ -164,6 +164,7 @@ drag.filterFiles = function ( files ) {
drag.items = function ( dataTransfer ) {
if ( dataTransfer ) {
// try to extract items from files
+ // NOTE: only available in `drop` event
... | ADD NOTE: only available in `drop` event | electron-utils_electron-drag-drop | train |
902a0747f32637fee74393d05f2a512e90a2f005 | diff --git a/core/src/main/java/hudson/FilePath.java b/core/src/main/java/hudson/FilePath.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/FilePath.java
+++ b/core/src/main/java/hudson/FilePath.java
@@ -140,18 +140,21 @@ import org.apache.tools.zip.ZipEntry;
* The following code shows the example:
*... | Emphasizing that FileCallable should not be an inner class. | jenkinsci_jenkins | train |
30996dbf89118855b0aabd437148f34f30a4c3db | diff --git a/eventlib/__init__.py b/eventlib/__init__.py
index <HASH>..<HASH> 100644
--- a/eventlib/__init__.py
+++ b/eventlib/__init__.py
@@ -31,6 +31,8 @@ from exceptions import (
ValidationError, EventNotFoundError, InvalidEventNameError
)
+__version__ = '0.0.2'
+
__all__ = (
'BaseEvent', 'handler', 'l... | Bump to <I> version | Yipit_eventlib | train |
99e539312bcac8b90c856d1bd7fbe9986b7885d4 | diff --git a/src/display/TilingSprite.js b/src/display/TilingSprite.js
index <HASH>..<HASH> 100644
--- a/src/display/TilingSprite.js
+++ b/src/display/TilingSprite.js
@@ -13,4 +13,14 @@ TilingSprite.prototype = Object.create(PixiTilingSprite.prototype);
TilingSprite.prototype.constructor = TilingSprite;
utils.mixin(T... | Added some methods at TilingSprite | Nazariglez_perenquen | train |
682dd37f91cf58146746137a03ff88bfaf59fdc9 | diff --git a/lib/github_cli/commands/collaborators.rb b/lib/github_cli/commands/collaborators.rb
index <HASH>..<HASH> 100644
--- a/lib/github_cli/commands/collaborators.rb
+++ b/lib/github_cli/commands/collaborators.rb
@@ -7,22 +7,34 @@ module GithubCLI
desc 'list <owner> <repo>', 'Lists collaborators'
def ... | Change collab command to use global options. | piotrmurach_github_cli | train |
5495b306e7151f9582272f0f7b1785fe4a1b7274 | diff --git a/conn.go b/conn.go
index <HASH>..<HASH> 100644
--- a/conn.go
+++ b/conn.go
@@ -5,6 +5,7 @@ import (
"net"
"time"
+ host "github.com/libp2p/go-libp2p-host"
inet "github.com/libp2p/go-libp2p-net"
pstore "github.com/libp2p/go-libp2p-peerstore"
ma "github.com/multiformats/go-multiaddr"
@@ -14,7 +15,... | store the host instead of the Relay instance in Conn | libp2p_go-libp2p-circuit | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.