hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c2f80c9a1c46c80ff0dd7dbd0d7189c90edecde7 | diff --git a/shared/chat/conversation/messages/wrapper/index.js b/shared/chat/conversation/messages/wrapper/index.js
index <HASH>..<HASH> 100644
--- a/shared/chat/conversation/messages/wrapper/index.js
+++ b/shared/chat/conversation/messages/wrapper/index.js
@@ -658,7 +658,11 @@ const styles = Styles.styleSheetCreate({... | Fix @mention height and spacing. (#<I>) | keybase_client | train |
b081b41e0db348fad9d95aebc7ba196579fabc9d | diff --git a/blocks/course_overview/block_course_overview.php b/blocks/course_overview/block_course_overview.php
index <HASH>..<HASH> 100644
--- a/blocks/course_overview/block_course_overview.php
+++ b/blocks/course_overview/block_course_overview.php
@@ -42,7 +42,7 @@ class block_course_overview extends block_base {
... | blocks MDL-<I> added missing include so that print_overview() is defined | moodle_moodle | train |
514fbdeae97aa2c626ded19d2e790b7f22fb47df | diff --git a/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php b/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php
+++ b/src/Sulu/Bundle/ContactBundle/Entity/AccountRepository.php
@@ -81,6 +81,26 @@ class Acco... | added new function findallselect | sulu_sulu | train |
7bc314656737f280a5440cd736e7c5980af79dbb | diff --git a/deploy_stack.py b/deploy_stack.py
index <HASH>..<HASH> 100644
--- a/deploy_stack.py
+++ b/deploy_stack.py
@@ -411,7 +411,6 @@ def _get_clients_to_upgrade(old_client, juju_path):
"""
new_client = old_client.clone_path_cls(juju_path)
- new_client.iter_model_clients(),
all_clients = sorted... | Remove bad changes to iter_client_models, Remove unneeded test. Fix existing test. | juju_juju | train |
37a64df3e5fdb8289a7e30a1817ae487bdc59e5b | diff --git a/authapi/views.py b/authapi/views.py
index <HASH>..<HASH> 100644
--- a/authapi/views.py
+++ b/authapi/views.py
@@ -3,10 +3,10 @@ from rest_framework import viewsets, status
from rest_framework.generics import get_object_or_404
from rest_framework.response import Response
-from authapi.models import Seed... | Add view for adding and removign permissions from a team | praekeltfoundation_seed-auth-api | train |
50987f75685ff4eb31874c7fd9cfffbc22678d69 | diff --git a/services/transaction/transferBt.js b/services/transaction/transferBt.js
index <HASH>..<HASH> 100644
--- a/services/transaction/transferBt.js
+++ b/services/transaction/transferBt.js
@@ -57,7 +57,7 @@ const getTransactionReceipt = async function (reqParams) {
i++;
}
- console.log("CCCCCoooo... | transfer method returns transaction hash. service for bulk transfer. | OpenSTFoundation_openst-platform | train |
b800933965fe3867742ef7d4b231cffa6d13f3f0 | diff --git a/spec/shared_stripe_examples/account_examples.rb b/spec/shared_stripe_examples/account_examples.rb
index <HASH>..<HASH> 100644
--- a/spec/shared_stripe_examples/account_examples.rb
+++ b/spec/shared_stripe_examples/account_examples.rb
@@ -15,7 +15,7 @@ shared_examples 'Account API' do
expect(accounts.d... | Exclude deauthorize spec from live test | rebelidealist_stripe-ruby-mock | train |
b4f9fc8c2cc2dde11d9b4986aa293e5656dde919 | diff --git a/server/naming.go b/server/naming.go
index <HASH>..<HASH> 100644
--- a/server/naming.go
+++ b/server/naming.go
@@ -10,7 +10,7 @@ import (
const (
kubePrefix = "k8s"
- infraName = "infra"
+ infraName = "POD"
nameDelimiter = "_"
) | server: Rename infra container to POD | cri-o_cri-o | train |
167d20a6c8e58837646dd73b1100e9011bb53c00 | diff --git a/benchexec/tools/tracerx.py b/benchexec/tools/tracerx.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/tracerx.py
+++ b/benchexec/tools/tracerx.py
@@ -24,7 +24,7 @@ class Tool(benchexec.tools.template.BaseTool):
Tool info for Tracer-X (https://www.comp.nus.edu.sg/~tracerx/).
"""
- REQUIRE... | Updating the Tracer-X submission (#<I>)
* We want to integrate Tracer-X into the BenchExec framework. Our tool Tracer-X is built on top of KLEE. The configuration/setting and running of the programs are similar to KLEE. The difference is that our tool Tracer-X extends KLEE with interpolation for pruning of the Symbol... | sosy-lab_benchexec | train |
3f5a1768a9e610c6b3112ba11ab780721f463159 | diff --git a/ucms_search/src/Formatter.php b/ucms_search/src/Formatter.php
index <HASH>..<HASH> 100644
--- a/ucms_search/src/Formatter.php
+++ b/ucms_search/src/Formatter.php
@@ -110,8 +110,8 @@ class Formatter
$nodes = $this->entityManager->getStorage('node')->loadMultiple($nidList);
return $this->... | search: avoid php warnings in search page display when there is no content | makinacorpus_drupal-ucms | train |
fd933b68d501e2d42165c6b0778833c3da9d6494 | diff --git a/lib/qunited/driver/phantomjs/phantomjs.rb b/lib/qunited/driver/phantomjs/phantomjs.rb
index <HASH>..<HASH> 100644
--- a/lib/qunited/driver/phantomjs/phantomjs.rb
+++ b/lib/qunited/driver/phantomjs/phantomjs.rb
@@ -16,7 +16,7 @@ module QUnited
end
def name
- 'PhantomJS' # Slightly mor... | Miscellaneous formatter-related cleanup | aaronroyer_qunited | train |
1f8ff396d228d23c3f2cd71404e98097f8ebfe70 | diff --git a/mod/quiz/startattempt.php b/mod/quiz/startattempt.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/startattempt.php
+++ b/mod/quiz/startattempt.php
@@ -93,9 +93,7 @@ if ($lastattempt && ($lastattempt->state == quiz_attempt::IN_PROGRESS ||
$quizobj->create_attempt_object($lastattempt)->handle_if_time_exp... | MDL-<I> quiz with grade period and password did not work.
Once the attempt became overdue, it was impossible to get in to submit
it because of a redirect loop. This fix resovles that loop, so the
student can enter their password and get in. | moodle_moodle | train |
6a639428ec35854703d4aaefa27141020ce9cdf2 | diff --git a/test/2_management_api/notifications/process_ended_notification.js b/test/2_management_api/notifications/process_ended_notification.js
index <HASH>..<HASH> 100644
--- a/test/2_management_api/notifications/process_ended_notification.js
+++ b/test/2_management_api/notifications/process_ended_notification.js
@... | :white_check_mark: Update Tests | process-engine_process_engine_runtime | train |
e049e9d7aeda7fce004b5e7220e051bc9d778b4f | diff --git a/framework/core/js/src/admin/components/AdminNav.js b/framework/core/js/src/admin/components/AdminNav.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/src/admin/components/AdminNav.js
+++ b/framework/core/js/src/admin/components/AdminNav.js
@@ -66,42 +66,48 @@ export default class AdminNav extends Com... | chore: add priorities to AdminNav (#<I>) | flarum_core | train |
24691eb0f275a9f834616b205766f4a4ed8a86a1 | diff --git a/openquake/engine/calculators/hazard/event_based/core.py b/openquake/engine/calculators/hazard/event_based/core.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/calculators/hazard/event_based/core.py
+++ b/openquake/engine/calculators/hazard/event_based/core.py
@@ -57,6 +57,7 @@ from openquake.engine.c... | calcs/hazard/event_based/core:
Updated `task_arg_gen` to split point sources into blocks of the correct size. | gem_oq-engine | train |
9f8231f655f8b119e41afae23b2669ad4d825208 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Each of these options can take one or multiple files e.g.
Arguments for optional filtering:
--readtype Specify read type to extract from summary file
- Options... | added 1D2 readtype option for summary | wdecoster_NanoPlot | train |
d4d2e94012aa5e9f8cfcac7b7dba3decd9a0fb44 | diff --git a/Acl/Tests/InternalsTest.php b/Acl/Tests/InternalsTest.php
index <HASH>..<HASH> 100644
--- a/Acl/Tests/InternalsTest.php
+++ b/Acl/Tests/InternalsTest.php
@@ -65,15 +65,17 @@ class InternalsTest extends \PHPUnit_Framework_TestCase
$this->assertArrayHasKey(2, $config['foo']['scopes']['y']);
}
- /**
- ... | Added tests about optimizing perms from one space to another | s9e_TextFormatter | train |
79b2ea57b740101e15953c2801b4fd2898e1d6df | diff --git a/skyfield/angles.py b/skyfield/angles.py
index <HASH>..<HASH> 100644
--- a/skyfield/angles.py
+++ b/skyfield/angles.py
@@ -32,6 +32,9 @@ class BaseAngle(object):
elif hours is not None:
self._radians = hours * _from_hours
+ def __format__(self, format_spec):
+ return self.d... | Try giving angles a .__format__() method | skyfielders_python-skyfield | train |
527a597347a0e05460d32c27d59a18a9706f0190 | diff --git a/src/Entity/Message.php b/src/Entity/Message.php
index <HASH>..<HASH> 100644
--- a/src/Entity/Message.php
+++ b/src/Entity/Message.php
@@ -8,29 +8,29 @@ namespace Adshares\Ads\Entity;
class Message extends AbstractEntity
{
/**
- * @var string
+ * @var string block id
*/
protected $... | Message: node->nodeId conversion moved to getter | adshares_ads-php-client | train |
c59cfbcea8a94baba2f518a1406b31df9312eb80 | diff --git a/sidetiq.gemspec b/sidetiq.gemspec
index <HASH>..<HASH> 100644
--- a/sidetiq.gemspec
+++ b/sidetiq.gemspec
@@ -19,6 +19,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.extensions = ['ext/sidetiq_ext/extconf.rb']
- gem.add_dependency 'sidekiq', '~> 2.8.0'
+ gem.add_dependen... | upgrade sidekiq to <I>.X | endofunky_sidetiq | train |
2ab848fb91ff9c98320cc23dfb8a3032052237fc | diff --git a/lib/dry/initializer/builders/attribute.rb b/lib/dry/initializer/builders/attribute.rb
index <HASH>..<HASH> 100644
--- a/lib/dry/initializer/builders/attribute.rb
+++ b/lib/dry/initializer/builders/attribute.rb
@@ -71,7 +71,7 @@ module Dry::Initializer::Builders
arity = @type.is_a?(Proc) ? @type.ar... | Simplify attribute builder and improve type constraint spec
It turned out that the original issue was in dry-types and it got fixed
at some point.
Refs #<I> | dry-rb_dry-initializer | train |
973dd46b736d5e41439d18075fc6ed032722530f | diff --git a/greenhouse/ext/dns.py b/greenhouse/ext/dns.py
index <HASH>..<HASH> 100644
--- a/greenhouse/ext/dns.py
+++ b/greenhouse/ext/dns.py
@@ -18,7 +18,7 @@ class LRU(object):
self._head = None
self.size = size
- def _set_item_head(self, item):
+ def _set_head(self, item):
head = ... | trim this LRU class down to just exactly what we need
Change-Id: I<I>d<I>dd<I>f<I>efd<I>ec<I>cac<I>a<I>a8 | teepark_greenhouse | train |
d6090f49d653d76a65696e3c5fe8417c673c398a | diff --git a/auto-bind.js b/auto-bind.js
index <HASH>..<HASH> 100644
--- a/auto-bind.js
+++ b/auto-bind.js
@@ -1,31 +1,32 @@
'use strict';
-var copy = require('es5-ext/object/copy')
- , map = require('es5-ext/object/map')
- , callable = require('es5-ext/object/valid-callable')
- , validValue = requ... | Reconfigure bindTo support into options.resolveContext | medikoo_d | train |
0a7b9bec9d8b239577205da1f41f90ad56d3d878 | diff --git a/src/MetaModels/DcGeneral/Data/Driver.php b/src/MetaModels/DcGeneral/Data/Driver.php
index <HASH>..<HASH> 100644
--- a/src/MetaModels/DcGeneral/Data/Driver.php
+++ b/src/MetaModels/DcGeneral/Data/Driver.php
@@ -281,16 +281,6 @@ class Driver implements MultiLanguageDataProviderInterface
*/
protect... | Drop deprecated legacy fallback for "childs" key in filters. | MetaModels_core | train |
fd285cc55f8db45f58395755b56af3f7a72fb5fe | diff --git a/googleplaces/__init__.py b/googleplaces/__init__.py
index <HASH>..<HASH> 100644
--- a/googleplaces/__init__.py
+++ b/googleplaces/__init__.py
@@ -314,8 +314,8 @@ class GooglePlaces(object):
_validate_response(url, places_response)
return GooglePlacesSearchResult(self, places_response)
-... | Clean up autocomplete method signature, docstrings | slimkrazy_python-google-places | train |
a65955e367ffc6a73e7b50c0e2f17d1adb7f494f | diff --git a/lace/__init__.py b/lace/__init__.py
index <HASH>..<HASH> 100644
--- a/lace/__init__.py
+++ b/lace/__init__.py
@@ -1 +1 @@
-__version__ = '1.1.4'
+__version__ = '1.1.5'
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setup(
sources=['... | ignore type narrowing (#<I>)
* ignore type narrowing
* version bump | bodylabs_lace | train |
78be486c2841faf893b03ab02a8074eb6f1baf78 | diff --git a/test/schema.rb b/test/schema.rb
index <HASH>..<HASH> 100644
--- a/test/schema.rb
+++ b/test/schema.rb
@@ -23,10 +23,10 @@ module FriendlyId
end
end
- tables_with_string_primary_key.each do |table_name|
- create_table table_name, primary_key: :string_key, id: fa... | Add test to verify a friendly find with a string that contains a UUID is
handled correctly | norman_friendly_id | train |
ba124973cef768b22c634629e5c5b89e89c633e1 | diff --git a/lib/capybara/node/element.rb b/lib/capybara/node/element.rb
index <HASH>..<HASH> 100644
--- a/lib/capybara/node/element.rb
+++ b/lib/capybara/node/element.rb
@@ -514,7 +514,8 @@ module Capybara
def reload
if @allow_reload
begin
- reloaded = query_scope.reload.first(@qu... | Fix reloading of elements found via ancestor and sibling | teamcapybara_capybara | train |
ff10785ae7ea82b51d52aa571abcf7bd36a80e7c | diff --git a/google-cloud-logging/lib/google/cloud/logging/logger.rb b/google-cloud-logging/lib/google/cloud/logging/logger.rb
index <HASH>..<HASH> 100644
--- a/google-cloud-logging/lib/google/cloud/logging/logger.rb
+++ b/google-cloud-logging/lib/google/cloud/logging/logger.rb
@@ -21,7 +21,8 @@ module Google
##... | Cloud Logger supports all remaining stdlib Logger methods. | googleapis_google-cloud-ruby | train |
d8fb03ddb4cb34883960689df22c81fd739a1228 | diff --git a/test/arraydb-test.js b/test/arraydb-test.js
index <HASH>..<HASH> 100644
--- a/test/arraydb-test.js
+++ b/test/arraydb-test.js
@@ -372,14 +372,17 @@ describe( 'ArrayDB objects', function() {
eq3 = function( e ) { return e == 3; },
truthy = function() { return 'fo... | better functions match test in non-strict mode. | bfontaine_ArrayDB | train |
2c064e3eec01436b12866c3932f59db9b03d1a58 | diff --git a/chrome/src/java/org/openqa/selenium/chrome/ChromeCommandExecutor.java b/chrome/src/java/org/openqa/selenium/chrome/ChromeCommandExecutor.java
index <HASH>..<HASH> 100644
--- a/chrome/src/java/org/openqa/selenium/chrome/ChromeCommandExecutor.java
+++ b/chrome/src/java/org/openqa/selenium/chrome/ChromeComman... | DanielWagnerHall: Force ChromeDriver to flush data to sockets before closing them - *massive* stability increase
r<I> | SeleniumHQ_selenium | train |
45faa1d6a1a312fcfc0b719daa7f87064393b143 | diff --git a/app/controllers/rails_admin/main_controller.rb b/app/controllers/rails_admin/main_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/rails_admin/main_controller.rb
+++ b/app/controllers/rails_admin/main_controller.rb
@@ -335,8 +335,7 @@ module RailsAdmin
options.merge!(:include => assoc... | Remove inverse and limit on list_entries :all.
I haven't found any reason for this, and it smells really bad. | sferik_rails_admin | train |
6083f55c9f07f3c1c31048241b5c0a472f29f92d | diff --git a/requirements.txt b/requirements.txt
index <HASH>..<HASH> 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
SQLAlchemy==1.0.3
pygraphviz==1.2
coverage==3.7.1
-pydot==1.0.2
+pydot2==1.0.33
pyparsing==1.5.7
diff --git a/tests/test_intermediary_to_dot.py b/tests/test_intermediary_to_dot.... | move on python 3 support on tests | Alexis-benoist_eralchemy | train |
65ef9289a2087cfb362676f6f24a513bbea7773b | diff --git a/dimod/sampleset.py b/dimod/sampleset.py
index <HASH>..<HASH> 100644
--- a/dimod/sampleset.py
+++ b/dimod/sampleset.py
@@ -37,7 +37,7 @@ from dimod.serialization.utils import (pack_samples as _pack_samples,
deserialize_ndarrays)
from dimod.utilities import LockableDi... | Change as_samples to handle larger dtypes than int8
When given a samples-like that is not a numpy array, it will
now use the smallest dtype that can hold the samples, rather
than always using int8. This behaviour maintains backwards
compatibility when the samples are binary, but will also
work for discete. | dwavesystems_dimod | train |
b771e2018086971b3bc05c9602d0e500cacc2c6f | diff --git a/pyethereum/blocks.py b/pyethereum/blocks.py
index <HASH>..<HASH> 100644
--- a/pyethereum/blocks.py
+++ b/pyethereum/blocks.py
@@ -371,13 +371,14 @@ class Block(object):
def get_storage_data(self, address, index):
t = self.get_storage(address)
- val = t.get(utils.coerce_to_bytes(index... | Made trie generic and added rlp changes | ethereum_pyethereum | train |
c8e0c5ac39900cf32ac42f9c16ef865701164842 | diff --git a/Table.js b/Table.js
index <HASH>..<HASH> 100644
--- a/Table.js
+++ b/Table.js
@@ -9,7 +9,7 @@
exports.Table = Table;
// For simple testing
- //module.exports = Table;
+ module.exports = Table;
var JSUS = node.JSUS;
var NDDB = node.NDDB; | NDDB: creates new objects based on the constructor. New methods added by inheriting classes are copied as well | nodeGame_nodegame-window | train |
73291d69bad60a61580423a33ebb291dee0b111a | diff --git a/src/main/java/org/symphonyoss/symphony/messageml/markdown/MarkdownRenderer.java b/src/main/java/org/symphonyoss/symphony/messageml/markdown/MarkdownRenderer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/symphonyoss/symphony/messageml/markdown/MarkdownRenderer.java
+++ b/src/main/java/org/symphon... | MML-<I> Revert changes to avoid breaking legacy clients | symphonyoss_messageml-utils | train |
d988eb0e9976f360b82585d7352f636ff41336e0 | diff --git a/hypertools/tools/cluster.py b/hypertools/tools/cluster.py
index <HASH>..<HASH> 100644
--- a/hypertools/tools/cluster.py
+++ b/hypertools/tools/cluster.py
@@ -2,6 +2,13 @@
import warnings
from sklearn.cluster import KMeans, MiniBatchKMeans, AgglomerativeClustering, Birch, FeatureAgglomeration, SpectralClu... | Add HDBSCAN and UMAP as options for clustering and reducing. | ContextLab_hypertools | train |
ed65c4c6ac86c53ed59646db643d1e133ef83e75 | diff --git a/qbit/cluster/admin/src/main/java/io/advantageous/qbit/metrics/support/StatsDReplicator.java b/qbit/cluster/admin/src/main/java/io/advantageous/qbit/metrics/support/StatsDReplicator.java
index <HASH>..<HASH> 100644
--- a/qbit/cluster/admin/src/main/java/io/advantageous/qbit/metrics/support/StatsDReplicator.... | changed to using non-blocking statsd UDP channel | advantageous_qbit | train |
e6fa2e40efd7ca0ac4033d78c208eef232f3292d | diff --git a/packages/ooth/src/index.js b/packages/ooth/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/ooth/src/index.js
+++ b/packages/ooth/src/index.js
@@ -113,6 +113,7 @@ class Ooth {
onRegister,
onLogout,
onRefreshRequest,
+ onRefreshRequestUser,
refreshTokenExpir... | Add post-backend access handler | nmaro_ooth | train |
60a98e6691058c38951459993b40c1d951cb79e6 | diff --git a/test/Fixtures/Runtime/StillFailingTest.php b/test/Fixtures/Runtime/StillFailingTest.php
index <HASH>..<HASH> 100644
--- a/test/Fixtures/Runtime/StillFailingTest.php
+++ b/test/Fixtures/Runtime/StillFailingTest.php
@@ -8,7 +8,7 @@
/**
* @sleepTime 0
- * @retryCount 3
+ ... | reduced number of retries on StillFailing | Alorel_phpunit-auto-rerun | train |
a44cf53e0b199924fb271e1efaba90842a3bb8bb | diff --git a/tests/unit/back/mongoAdapter.read.test.js b/tests/unit/back/mongoAdapter.read.test.js
index <HASH>..<HASH> 100644
--- a/tests/unit/back/mongoAdapter.read.test.js
+++ b/tests/unit/back/mongoAdapter.read.test.js
@@ -426,6 +426,7 @@ describe('MongoAdapter', function () {
result.catch(function () {}); /... | (WIP) Updating tests of findObject to receive pagination params | back4app_back4app-entity-mongodb | train |
e0099d0eb7e87c362e598af2f12056264fa006d2 | diff --git a/rootpy/logger/tests/test_threading.py b/rootpy/logger/tests/test_threading.py
index <HASH>..<HASH> 100644
--- a/rootpy/logger/tests/test_threading.py
+++ b/rootpy/logger/tests/test_threading.py
@@ -2,6 +2,7 @@ from __future__ import division
import itertools
import os
+import os.path
import platform
... | Multithreading fix for lack of /proc on some systems | rootpy_rootpy | train |
ef11052cf6c0fd6666282ac2fae4e826c3a0cba6 | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ Braindump::
>>> from redish.proxy import Proxy
>>> x = Proxy()
- # Key/Value
+ # Key/Value with strings
>>> x["foo"] = "bar"
>>> x["foo"]
'bar'
@@ -48,10 +48,12 @@ Braind... | types.ZSet (local) and types.SortedSet (proxy to redis) are in decent shape. | ask_redish | train |
39e018b33802fd7c31693c553f197b301b84ee65 | diff --git a/lib/weblib.php b/lib/weblib.php
index <HASH>..<HASH> 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -140,7 +140,7 @@ function me() {
return $_SERVER["PHP_SELF"];
} else {
- notify("Error: Could not find any of these web server variables: \$REQUEST_URI, \$PATH_INFO or \$PHP_SELF"... | Fix for display of date selector, and also for finding server name from
environment | moodle_moodle | train |
d98a78a72f24d62771f84ba5923db0b2fca406f3 | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,8 +15,10 @@ New Features:
inline title* style), so it can be overridden (default: space character).
* Warn about targets in ``rinoh_targets`` that are not defined in
``rinoh_documents``.
-* UpDownExpandi... | Admonition: provide selector for first paragraph with inline title | brechtm_rinohtype | train |
33d00380ed7e38cb0c586f830e31f0d938acbf11 | diff --git a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php b/lib/Cake/Test/Case/Model/ModelIntegrationTest.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php
+++ b/lib/Cake/Test/Case/Model/ModelIntegrationTest.php
@@ -399,7 +399,8 @@ class ModelIntegrationTest extends BaseModelT... | Fixing cross database tests by making sure the fixture was created for the right database. | cakephp_cakephp | train |
91d44e361eccf1d5487843065793eb4d2e987436 | diff --git a/src/extensions/cookie/bootstrap-table-cookie.js b/src/extensions/cookie/bootstrap-table-cookie.js
index <HASH>..<HASH> 100644
--- a/src/extensions/cookie/bootstrap-table-cookie.js
+++ b/src/extensions/cookie/bootstrap-table-cookie.js
@@ -12,6 +12,7 @@ const UtilsCookie = {
pageList: 'bs.table.pageList... | save/load reorder columns (#<I>) | wenzhixin_bootstrap-table | train |
fc47459b59ad150ab5083f6325dd1438e861d897 | diff --git a/src/SilverStripeAustralia/ContentServiceAssets/ResampledFileExtension.php b/src/SilverStripeAustralia/ContentServiceAssets/ResampledFileExtension.php
index <HASH>..<HASH> 100644
--- a/src/SilverStripeAustralia/ContentServiceAssets/ResampledFileExtension.php
+++ b/src/SilverStripeAustralia/ContentServiceAss... | FIX Detect missing resampled dir and skip subsequent iteration | symbiote_silverstripe-cdncontent | train |
844cf878e13b89a815240bf13fe84bc2c81ed824 | diff --git a/server/src/main/java/com/linecorp/centraldogma/server/support/shiro/SearchFirstActiveDirectoryRealm.java b/server/src/main/java/com/linecorp/centraldogma/server/support/shiro/SearchFirstActiveDirectoryRealm.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/com/linecorp/centraldogma/server/support... | Try again quietly when LDAP server is unavailable (#<I>) | line_centraldogma | train |
f1a554fb9e743ca98989755ed750692462a0e1db | diff --git a/library/Theme/Enqueue.php b/library/Theme/Enqueue.php
index <HASH>..<HASH> 100644
--- a/library/Theme/Enqueue.php
+++ b/library/Theme/Enqueue.php
@@ -54,9 +54,8 @@ class Enqueue
*/
public function adminStyle()
{
- // Load material icons
- wp_register_style('material-icons', 'h... | Remove GDPR / Schrems issue with google cdn font loader
Moved to load Material icons from a local copy | helsingborg-stad_Municipio | train |
9a445146b91bcd0b8b8f532f429cd77b3da83450 | diff --git a/features/support/command_helpers.rb b/features/support/command_helpers.rb
index <HASH>..<HASH> 100644
--- a/features/support/command_helpers.rb
+++ b/features/support/command_helpers.rb
@@ -75,6 +75,7 @@ module FoodCritic
'FC062' => 'Cookbook should have version metadata',
'FC063' => 'Cookboo... | Add FC<I> to the command_helpers | Foodcritic_foodcritic | train |
ae86503e4c9348e43dd927b4a552d72349faf097 | diff --git a/benchmarks/command_packer_benchmark.py b/benchmarks/command_packer_benchmark.py
index <HASH>..<HASH> 100644
--- a/benchmarks/command_packer_benchmark.py
+++ b/benchmarks/command_packer_benchmark.py
@@ -13,8 +13,7 @@ class StringJoiningConnection(Connection):
self.connect()
try:
... | Simplify exception handlers (#<I>)
Use the "as" keyword to capture the exception in a variable instead of
sys.exc_info().
Re-raise exception with the bare "raise" syntax.
Avoid "# noqa: E<I>" by catching BaseException, which includes all
exceptions including SystemExit. | andymccurdy_redis-py | train |
527dfc3f42c187ba26be6964d929b9520e0948ab | diff --git a/lib/Collection/ResultGenerator.php b/lib/Collection/ResultGenerator.php
index <HASH>..<HASH> 100644
--- a/lib/Collection/ResultGenerator.php
+++ b/lib/Collection/ResultGenerator.php
@@ -6,6 +6,7 @@ use Netgen\BlockManager\API\Values\Collection\Collection;
use Netgen\BlockManager\Collection\ResultGenerator... | Check for instance of NullValue | netgen-layouts_layouts-core | train |
5f5ee9572c12c241efa2ab220876746f66638e60 | diff --git a/lib/cfoundry/v2/app.rb b/lib/cfoundry/v2/app.rb
index <HASH>..<HASH> 100644
--- a/lib/cfoundry/v2/app.rb
+++ b/lib/cfoundry/v2/app.rb
@@ -111,7 +111,7 @@ module CFoundry::V2
route = @client.route
route.host = host
route.domain = domain
- route.organization = @clien... | routes are now owned by spaces
Change-Id: I0f<I>a<I>ae1f<I>d<I>b<I>f<I>e<I>f6 | cloudfoundry-attic_cfoundry | train |
efd30875cc76b02f35a722d3b854967e5f73aadb | diff --git a/server/src/main/java/org/axway/grapes/server/core/ModuleHandler.java b/server/src/main/java/org/axway/grapes/server/core/ModuleHandler.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/axway/grapes/server/core/ModuleHandler.java
+++ b/server/src/main/java/org/axway/grapes/server/core/ModuleHa... | ECDDEV-<I> - Extending the warning to licenses not being accepted. | Axway_Grapes | train |
48dfd5d23554b993358d4d61703cedb4dd0cb295 | diff --git a/lib/services/version.rb b/lib/services/version.rb
index <HASH>..<HASH> 100644
--- a/lib/services/version.rb
+++ b/lib/services/version.rb
@@ -1,3 +1,3 @@
module Services
- VERSION = '7.3.3'.freeze
+ VERSION = '8.0.0'.freeze
end | Bump services to <I> | krautcomputing_services | train |
4081059907b5144eb38abfd1874241b8b501a854 | diff --git a/http.go b/http.go
index <HASH>..<HASH> 100644
--- a/http.go
+++ b/http.go
@@ -120,6 +120,7 @@ func httpParseHeaderLine(line []byte) (k, v []byte, ok bool) {
}
k = btrim(line[:colon])
+ // TODO(gobwas): maybe use just lower here?
canonicalizeHeaderKey(k)
v = btrim(line[colon+1:])
diff --git a/se... | testing non-canonical header field name | gobwas_ws | train |
aeb46cc2369b22403964fd4037ca202021c4b7ed | diff --git a/packages/ember-states/lib/state_manager.js b/packages/ember-states/lib/state_manager.js
index <HASH>..<HASH> 100644
--- a/packages/ember-states/lib/state_manager.js
+++ b/packages/ember-states/lib/state_manager.js
@@ -80,7 +80,7 @@ Ember.StateManager = Ember.State.extend(
if (parentState) {
... | Print more useful debug information in state manager | emberjs_ember.js | train |
42c0fda7c62c95535ff50bbae31276aa29f0fff5 | diff --git a/src/main/java/org/jboss/virtual/VFS.java b/src/main/java/org/jboss/virtual/VFS.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/virtual/VFS.java
+++ b/src/main/java/org/jboss/virtual/VFS.java
@@ -27,7 +27,6 @@ import java.net.URL;
import java.util.List;
import org.jboss.virtual.plugins.vf... | Cleanup, deprecation. | jbossas_jboss-vfs | train |
a81ee6a573fac3f59f0876c2b96c7302140ddcd6 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -283,6 +283,7 @@ module.exports = function (grunt) {
grunt.config.merge({
browserify: {
options: {
+ debug: true,
watch: true
}
} | add debug on jasmine generated browserify as well | freedomjs_freedom | train |
7abb854a5c275a6c8bb01db82cc8094b5e0914b6 | diff --git a/falafel/core/specs.py b/falafel/core/specs.py
index <HASH>..<HASH> 100644
--- a/falafel/core/specs.py
+++ b/falafel/core/specs.py
@@ -15,7 +15,7 @@ class SpecMapper(object):
def __init__(self, tf_object, data_spec_config=None):
self.tf = tf_object
- self.all_names = self.tf.getnames(... | Filter out all files in archives with a name two chars or less | RedHatInsights_insights-core | train |
da73e0fb7c5cc177b3ba2248895de129687ea92c | diff --git a/lib/rich/cms/actionpack/action_controller/base.rb b/lib/rich/cms/actionpack/action_controller/base.rb
index <HASH>..<HASH> 100644
--- a/lib/rich/cms/actionpack/action_controller/base.rb
+++ b/lib/rich/cms/actionpack/action_controller/base.rb
@@ -2,7 +2,15 @@
module ActionController
class Base
+ ar... | Assigning current controller by using the around filter | archan937_rich_cms | train |
f4f7c5176842cbd0a06b4c28d5b9c02838814c6a | diff --git a/util/log-error.js b/util/log-error.js
index <HASH>..<HASH> 100644
--- a/util/log-error.js
+++ b/util/log-error.js
@@ -13,24 +13,35 @@ const colorizeStack = require('./colorize-stack');
const formatError = require('./format-error');
// string added to all errors logged to console
-const prefix = '[' + c... | More concise error logging to console. | midwest-js_midwest | train |
7ac4e2f30264fe332f6b3930811b6f0cd6fc9b6e | diff --git a/all_channels.go b/all_channels.go
index <HASH>..<HASH> 100644
--- a/all_channels.go
+++ b/all_channels.go
@@ -20,12 +20,7 @@
package tchannel
-import (
- "bytes"
- "runtime"
- "strconv"
- "sync"
-)
+import "sync"
// channelMap is used to ensure that applications don't create multiple channels with
... | Include stack trace with args to debug log
runtime.Caller based stack trace does not give us arguments on the stack
so use runtime.Stack instead. | uber_tchannel-go | train |
8e3818e027e0a1b7984f655a2a1cf83ccf173f94 | diff --git a/lib/pkgr/buildpack.rb b/lib/pkgr/buildpack.rb
index <HASH>..<HASH> 100644
--- a/lib/pkgr/buildpack.rb
+++ b/lib/pkgr/buildpack.rb
@@ -37,6 +37,7 @@ module Pkgr
def compile(path, compile_cache_dir)
cmd = %{env -i PATH="$PATH"#{env} #{dir}/bin/compile "#{path}" "#{compile_cache_dir}" }
+ P... | Add debug output when launching compile command. | crohr_pkgr | train |
1d6e7de82738d73edb2f7c7222ba30acc6bc7e14 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -319,6 +319,35 @@ describe MyApp
end
```
+## Custom 404 handler
+
+By default Kawaii will respond with 404 'Not found' if no matching routes can be found.
+
+You can define your own 404 handler:
+
+```ruby
+not_found d... | Custom <I> and <I> handlers. | bilus_kawaii | train |
2b3f064deae59b3409409bac4a4cbefbdabf0f66 | diff --git a/agent/features/support/hooks.rb b/agent/features/support/hooks.rb
index <HASH>..<HASH> 100644
--- a/agent/features/support/hooks.rb
+++ b/agent/features/support/hooks.rb
@@ -27,3 +27,7 @@ Before("@stderr") do
@stderr = StringIO.new
eval("$stderr = @stderr")
end
+
+After("@stdout") do
+ eval("... | not sure if we need these hooks | chetan_bixby-agent | train |
a1013e66bf79a6475f6754fed4904c468a1533a5 | diff --git a/src/main/java/com/threerings/presents/server/PresentsDObjectMgr.java b/src/main/java/com/threerings/presents/server/PresentsDObjectMgr.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/threerings/presents/server/PresentsDObjectMgr.java
+++ b/src/main/java/com/threerings/presents/server/PresentsDObje... | Provide a means of setting the unit profile sampling frequency.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1 | threerings_narya | train |
3ea4dd9ddba9db14fe56ba7d74fafcdb3c4d0017 | diff --git a/src/leaflet.timedimension.layer.wms.js b/src/leaflet.timedimension.layer.wms.js
index <HASH>..<HASH> 100644
--- a/src/leaflet.timedimension.layer.wms.js
+++ b/src/leaflet.timedimension.layer.wms.js
@@ -261,11 +261,13 @@ L.TimeDimension.Layer.WMS = L.TimeDimension.Layer.extend({
var oReq = new XMLH... | Minor fix. Check if GetCapabilities response has data | socib_Leaflet.TimeDimension | train |
e1b6ba6713f7f6ee4e1308a4c53dfb57d795f41b | diff --git a/packages/node_modules/pouchdb-adapter-http/src/index.js b/packages/node_modules/pouchdb-adapter-http/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/pouchdb-adapter-http/src/index.js
+++ b/packages/node_modules/pouchdb-adapter-http/src/index.js
@@ -621,6 +621,7 @@ function HttpPouch(op... | (#<I>) - Support options.timeout in a replication's bulkDocs() | pouchdb_pouchdb | train |
81bc24808b40be8901a4540de7131b72be58fb16 | diff --git a/src/functions.js b/src/functions.js
index <HASH>..<HASH> 100644
--- a/src/functions.js
+++ b/src/functions.js
@@ -205,7 +205,9 @@ defineFunction("\\rule", {
};
});
-defineFunction("\\kern", {
+// TODO: In TeX, \mkern only accepts mu-units, and \kern does not accept
+// mu-units. In current KaTeX we... | Support \mkern as an alias for \kern. | KaTeX_KaTeX | train |
f6aa90733c7bc6a464ab16dbe982a6bf3d476548 | diff --git a/src/Command/User/UserAddCommand.php b/src/Command/User/UserAddCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/User/UserAddCommand.php
+++ b/src/Command/User/UserAddCommand.php
@@ -158,7 +158,7 @@ class UserAddCommand extends CommandBase
*/
public function validateRole($value)
{
- ... | Validate roles case insensitively in user:add | platformsh_platformsh-cli | train |
9229100af78b8c6b03e8b84790135eff9d53a3bb | diff --git a/GPy/testing/__init__.py b/GPy/testing/__init__.py
index <HASH>..<HASH> 100644
--- a/GPy/testing/__init__.py
+++ b/GPy/testing/__init__.py
@@ -0,0 +1,12 @@
+"""
+
+MaxZ
+
+"""
+import unittest
+import sys
+
+def deepTest(reason):
+ if 'deep' in sys.argv:
+ return lambda x:x
+ return unittest.sk... | added @testing.deepTest property for skipping tests for deep scan only | SheffieldML_GPy | train |
9ef88631d64f583d07c109e97c770c8a567234f1 | diff --git a/test/logger-spec.js b/test/logger-spec.js
index <HASH>..<HASH> 100644
--- a/test/logger-spec.js
+++ b/test/logger-spec.js
@@ -134,4 +134,4 @@ describe('Logger', function() {
});
});
});
-});
\ No newline at end of file
+}); | (feature) added tests to the new console adapter | ranm8_requestify | train |
f23702f2c724be16b3b56ec61094a4883e795ceb | diff --git a/core/blockly.js b/core/blockly.js
index <HASH>..<HASH> 100644
--- a/core/blockly.js
+++ b/core/blockly.js
@@ -60,6 +60,9 @@ goog.require('goog.color');
goog.require('goog.userAgent');
+// Turn off debugging when compiled.
+var CLOSURE_DEFINES = {'goog.DEBUG': false};
+
/**
* Required name space for... | Turn off debugging in compiled mode. | LLK_scratch-blocks | train |
16d49a24e4f3e3fdad73ec05d30610be87a05260 | diff --git a/stripe/resource.py b/stripe/resource.py
index <HASH>..<HASH> 100644
--- a/stripe/resource.py
+++ b/stripe/resource.py
@@ -12,7 +12,7 @@ def convert_to_stripe_object(resp, api_key):
'transfer': Transfer, 'list': ListObject, 'recipient': Recipient,
'card': Card, 'application_fee':... | Add functionality for listing file uploads. | stripe_stripe-python | train |
6d1c0c63327a50dcaba3dbe717fb92d1e054cb7c | diff --git a/pynlpl/formats/folia.py b/pynlpl/formats/folia.py
index <HASH>..<HASH> 100644
--- a/pynlpl/formats/folia.py
+++ b/pynlpl/formats/folia.py
@@ -770,7 +770,16 @@ class AbstractElement(object):
"""Alias for :meth:`text` with ``strict=True``"""
return self.text(cls,strict=True)
- def text... | added some inline documentation to textvalidation() method | proycon_pynlpl | train |
6926bba9c597051fcc4c6b56c639960195f8967e | diff --git a/features/step_definitions/bowler_steps.rb b/features/step_definitions/bowler_steps.rb
index <HASH>..<HASH> 100644
--- a/features/step_definitions/bowler_steps.rb
+++ b/features/step_definitions/bowler_steps.rb
@@ -34,7 +34,6 @@ end
When(/^we request param "(.*?)"$/) do |param|
@param_value = Qipowl["... | Additional maps for bowlers are now supported. | mudasobwa_qipowl | train |
e7c309219f49749477aadc70e168bf7f25aaf330 | diff --git a/tests/Integration/Internal/Module/MetaData/MetaDataMapperTest.php b/tests/Integration/Internal/Module/MetaData/MetaDataMapperTest.php
index <HASH>..<HASH> 100644
--- a/tests/Integration/Internal/Module/MetaData/MetaDataMapperTest.php
+++ b/tests/Integration/Internal/Module/MetaData/MetaDataMapperTest.php
@... | OXDEV-<I> Adapt ContainerBuilder constructor to changed signature | OXID-eSales_oxideshop_ce | train |
f867638c8214c7e65f3a565d90cc1bd750f61721 | diff --git a/ocelot-web/src/main/resources/ocelot-core.js b/ocelot-web/src/main/resources/ocelot-core.js
index <HASH>..<HASH> 100644
--- a/ocelot-web/src/main/resources/ocelot-core.js
+++ b/ocelot-web/src/main/resources/ocelot-core.js
@@ -184,7 +184,7 @@ if ("WebSocket" in window) {
promises[promise.id]... | throw fault when try to send call if socket is not ready | ocelotds_ocelot | train |
27736c32750a4af0ba339f22efacd9cf1536a4a2 | diff --git a/auth_jwt.go b/auth_jwt.go
index <HASH>..<HASH> 100644
--- a/auth_jwt.go
+++ b/auth_jwt.go
@@ -60,16 +60,16 @@ type GinJWTMiddleware struct {
PayloadFunc func(data interface{}) MapClaims
// User can define own Unauthorized func.
- Unauthorized func(*gin.Context, int, string)
+ Unauthorized func(c *gin... | Add type variable names to some closure functions in GinJWTMiddleware to clarify the meaning (#<I>) | appleboy_gin-jwt | train |
31418f7dd9d0fa1f8f3ea00ebf5f16cf821a7e33 | diff --git a/src/snapscroll.js b/src/snapscroll.js
index <HASH>..<HASH> 100644
--- a/src/snapscroll.js
+++ b/src/snapscroll.js
@@ -15,6 +15,5 @@
.value('defaultSnapscrollScrollEasing', easeInOutQuad)
.value('defaultSnapscrollScrollDelay', 250)
.value('defaultSnapscrollSnapDuration', 800)
- .value('def... | Remove defaultSnapscrollResizeDelay value setting
Was used by fitWindowHeight directive | joelmukuthu_angular-snapscroll | train |
9bc1a0b9577b1d02a7b306a3c119e6c5554553af | diff --git a/demo/demo.js b/demo/demo.js
index <HASH>..<HASH> 100755
--- a/demo/demo.js
+++ b/demo/demo.js
@@ -13,14 +13,23 @@ main();
function main() {
mongoose.connect(address);
- console.log(sugar.getMeta(models.License));
+ console.log(sugar.getMeta(models.Author));
+ sugar.removeAll(models.Author,... | Make it possible to add extra parameters for ref and refs
This way a field may be set as required for instance. | sugarjs_mongoose-sugar | train |
1a81640467e6b617f8e7f620d655a10631f805f8 | diff --git a/ipyrad/assemble/demultiplex.py b/ipyrad/assemble/demultiplex.py
index <HASH>..<HASH> 100644
--- a/ipyrad/assemble/demultiplex.py
+++ b/ipyrad/assemble/demultiplex.py
@@ -318,11 +318,14 @@ def prechecks(data, ipyclient, preview):
format(data.paramsdict["raw_fastq_path"])
## find longest barc... | need better warning when no barcodes file | dereneaton_ipyrad | train |
5b3dcc8eaaa54275f914e53eb976bd41b50b44a0 | diff --git a/src/Info/defInfo.js b/src/Info/defInfo.js
index <HASH>..<HASH> 100644
--- a/src/Info/defInfo.js
+++ b/src/Info/defInfo.js
@@ -1,4 +1,4 @@
-import { detectBrowser, detectOs } from '../lib/util'
+import { detectBrowser, detectOs, escape } from '../lib/util'
const browser = detectBrowser()
@@ -6,7 +6,7 @... | fix(info): escape location #<I> | liriliri_eruda | train |
1ad0d563eea0f1fd1b88a24a9634c989594649a5 | diff --git a/monstro/forms/forms.py b/monstro/forms/forms.py
index <HASH>..<HASH> 100644
--- a/monstro/forms/forms.py
+++ b/monstro/forms/forms.py
@@ -73,6 +73,19 @@ class Form(object, metaclass=MetaForm):
if self.errors:
raise self.ValidationError(self.errors)
+ async def serialize(self):
+ ... | Added 'serialize' method to Form. | bindlock_monstro | train |
3ad3d3c291dcc20e1148e794a1c9a5badcf7b50a | diff --git a/src/Utils.php b/src/Utils.php
index <HASH>..<HASH> 100644
--- a/src/Utils.php
+++ b/src/Utils.php
@@ -170,7 +170,7 @@ class Utils
if (array_key_exists($key, $array0)) {
// Both values array: recurse.
if (is_array($value) && is_array($ar... | Utils::arrayMergeRecursive() to combine the best of native
array_replace_recursive() and array_merge_recursive(), and avoid the latter's
crazy behaviour of dupe associative key scalar values become array. | simplecomplex_php-utils | train |
67a6275e8933644376125d4de6c7af8a1dfd3b90 | diff --git a/webpack.config.babel.js b/webpack.config.babel.js
index <HASH>..<HASH> 100644
--- a/webpack.config.babel.js
+++ b/webpack.config.babel.js
@@ -72,9 +72,6 @@ const commonSite = {
title: `${pkg.name} - ${pkg.description}`,
template: 'lib/index_template.ejs'
}),
- new webpack.ProvidePlugi... | webpack - Drop redundant global declaration | reactabular_reactabular | train |
1c51185bf78ee87a8fa4df5e369c19aa36f2befa | diff --git a/src/webroot/cms/content-manager/slideshowmanager/modules/settings.js b/src/webroot/cms/content-manager/slideshowmanager/modules/settings.js
index <HASH>..<HASH> 100644
--- a/src/webroot/cms/content-manager/slideshowmanager/modules/settings.js
+++ b/src/webroot/cms/content-manager/slideshowmanager/modules/s... | #<I> After adding a new slide the focus should switch to the new slide | sitesupra_sitesupra | train |
ee905d0fe7a5f956d2d611f7d7c633c24a4e3cae | diff --git a/Facades/Route.php b/Facades/Route.php
index <HASH>..<HASH> 100755
--- a/Facades/Route.php
+++ b/Facades/Route.php
@@ -5,7 +5,6 @@ namespace Illuminate\Support\Facades;
/**
* @method static \Illuminate\Routing\Route fallback(\Closure|array|string|callable|null $action = null)
* @method static \Illumina... | Revert adding head method to router (#<I>)
This reverts <URL> | illuminate_support | train |
1db5a4db3b0137d03a7fcd46973ae5f7661c70f8 | diff --git a/classes/Tools/Storage/StorageTool.php b/classes/Tools/Storage/StorageTool.php
index <HASH>..<HASH> 100644
--- a/classes/Tools/Storage/StorageTool.php
+++ b/classes/Tools/Storage/StorageTool.php
@@ -166,11 +166,11 @@ class StorageTool extends ToolBase {
}
if ($addFilter) ... | Added `ilab_storage_should_use_custom_prefix` filter to disable using the custom upload prefix. If you add a filter for WordPress's `upload_dir`, Media Cloud was still generating a date prefix regardless. That has been fixed. | Interfacelab_ilab-media-tools | train |
6bfa26466130d7ae861e487c95ad4cebc46a743d | diff --git a/src/python/dxpy/scripts/dx_build_app.py b/src/python/dxpy/scripts/dx_build_app.py
index <HASH>..<HASH> 100755
--- a/src/python/dxpy/scripts/dx_build_app.py
+++ b/src/python/dxpy/scripts/dx_build_app.py
@@ -736,6 +736,9 @@ def main(**kwargs):
# that could reasonably have been anticipated by the... | PTFM-<I> Graceful exit when building app you are not a developer of. | dnanexus_dx-toolkit | train |
7f9bd7b9c33d775e54aed871d646b7be1231e154 | diff --git a/lib/weblib.php b/lib/weblib.php
index <HASH>..<HASH> 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -462,12 +462,9 @@ function format_text($text, $format=FORMAT_MOODLE, $options=NULL) {
break;
case FORMAT_WIKI:
- $text = wiki_to_html($text);
- replace_smil... | Smileys now work in all Wiki texts | moodle_moodle | train |
3eb0f9f0ce2d046aeb17f2601c6b0f8872834b46 | diff --git a/lib/exporter/mysql_exporter.rb b/lib/exporter/mysql_exporter.rb
index <HASH>..<HASH> 100644
--- a/lib/exporter/mysql_exporter.rb
+++ b/lib/exporter/mysql_exporter.rb
@@ -185,19 +185,19 @@ module Myreplicator
# puts vertica_schema.rows[index][:column_name] + " " + mysql_schema[index]["column_nam... | change the type of returned mysql_schema | Raybeam_myreplicator | train |
df82b97a91bfdc1b06f4cd6b6ea73560f1a40975 | diff --git a/system/Autoloader/FileLocator.php b/system/Autoloader/FileLocator.php
index <HASH>..<HASH> 100644
--- a/system/Autoloader/FileLocator.php
+++ b/system/Autoloader/FileLocator.php
@@ -258,12 +258,8 @@ class FileLocator
$tempFiles = get_filenames($fullPath, true);
//CLI::newLine($tempFiles);
- if ... | Update FileLocator - less code, better coverage | codeigniter4_CodeIgniter4 | train |
1dc94bd1bdfb8dcb4e8d11f4673c29ebc5e98bca | diff --git a/censys/__init__.py b/censys/__init__.py
index <HASH>..<HASH> 100644
--- a/censys/__init__.py
+++ b/censys/__init__.py
@@ -0,0 +1,7 @@
+__author__ = "Censys Team"
+__email__ = "team@censys.io"
+__copyright__ = "Copyright 2015 Regents of the Unversity of Michigan"
+__version__ = "0.0.2"
+__license__ = "Apach... | move vars to be in egg | censys_censys-python | train |
0400748b695cff0541ef1bcd8f51a96172877ab8 | diff --git a/papaparse.js b/papaparse.js
index <HASH>..<HASH> 100644
--- a/papaparse.js
+++ b/papaparse.js
@@ -374,14 +374,13 @@
- // TODO: The NetworkStreamer and FileStreamer have much in common. Consolidate?
function NetworkStreamer(config)
{
config = config || {};
if (!config.chunkSize)
config.c... | Fix for network streaming in Chrome and other improvements | mholt_PapaParse | train |
dbc9a1a102cf52bd0ef69a01c7f4de44e3d3f255 | diff --git a/widgets/Panel.php b/widgets/Panel.php
index <HASH>..<HASH> 100644
--- a/widgets/Panel.php
+++ b/widgets/Panel.php
@@ -17,7 +17,7 @@ class Panel extends Widget
/**
* @var array the configuration array for creating a [[Dropdown]] widget
*/
- protected $tools = [];
+ public $tools = [];... | Update Panel.php
Make `$tools` public to allow directly adding items to the panels menu. Instead of just the `headerMenu`. | yiister_yii2-gentelella | train |
82d66152f053c25286ce793a69995777e27d329f | diff --git a/test/unit/pixi/renderers/webgl/WebGLRenderer.js b/test/unit/pixi/renderers/webgl/WebGLRenderer.js
index <HASH>..<HASH> 100644
--- a/test/unit/pixi/renderers/webgl/WebGLRenderer.js
+++ b/test/unit/pixi/renderers/webgl/WebGLRenderer.js
@@ -8,8 +8,13 @@ describe('renderers/webgl/WebGLRenderer', function () {
... | Fix destroy method test of WebGLRenderer
If we cannot create WebGLRenderer, we cannot test destroy method | pixijs_pixi.js | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.