hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
3a1e06269dda720b1f7eefa853694e270b952a65 | diff --git a/lib/bugsnag/rails/controller_methods.rb b/lib/bugsnag/rails/controller_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/bugsnag/rails/controller_methods.rb
+++ b/lib/bugsnag/rails/controller_methods.rb
@@ -24,7 +24,7 @@ module Bugsnag::Rails
# Set up "method symbol" callbacks
methods.... | Use the controller that was closed in for before_bugsnag_notify. Fixes issue on rails2. | bugsnag_bugsnag-ruby | train |
7aef2ddbd247981b9e814cbbe8bd5ff7b82045e8 | diff --git a/src/CUSIP.php b/src/CUSIP.php
index <HASH>..<HASH> 100644
--- a/src/CUSIP.php
+++ b/src/CUSIP.php
@@ -104,11 +104,22 @@ class CUSIP {
* @return array
*/
public static function getValidCusipsFromString($string) {
- $cusips = preg_split("/[\s,]+/", $string, PREG_SPLIT_NO_EMPTY);
- ... | Added a couple new functions, and tests for them. | DPRMC_CUSIP | train |
9d036bd595d4a111d9cfcc127365b69314ae4903 | diff --git a/lxd/instance/drivers/driver_lxc.go b/lxd/instance/drivers/driver_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/instance/drivers/driver_lxc.go
+++ b/lxd/instance/drivers/driver_lxc.go
@@ -3118,19 +3118,14 @@ func (d *lxc) RenderFull() (*api.InstanceFull, interface{}, error) {
return &ct, etag, nil
}
-//... | lxd/instance/drivers/driver/lxc: Adds renderState function and updates RenderState to use it
The renderState function uses the provided statusCode to avoid needing to call getLxcState again. | lxc_lxd | train |
69ebec4bc1a4102e069d8c73cacd73da5dba49b5 | diff --git a/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java b/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/storage/jdbc/JDBCWorkspaceDataContainer.java
index <HASH>..<HASH> 100644
--- a/exo.jcr.component.core/src/main/java/or... | EXOJCR-<I>: close the connection to prevent application deadlock | exoplatform_jcr | train |
957a0df658faea918031751eacb50bc10f499eab | diff --git a/ghost/members-ssr/index.js b/ghost/members-ssr/index.js
index <HASH>..<HASH> 100644
--- a/ghost/members-ssr/index.js
+++ b/ghost/members-ssr/index.js
@@ -195,7 +195,11 @@ class MembersSSR {
return null;
}
try {
- return JSON.parse(value);
+ const parsed ... | Ensured falsy values not returned from cache cookie
no-issue | TryGhost_Ghost | train |
f0b44641d2adfb91c64ec3ebbc615c1b82967f12 | diff --git a/addon/components/sl-chart.js b/addon/components/sl-chart.js
index <HASH>..<HASH> 100755
--- a/addon/components/sl-chart.js
+++ b/addon/components/sl-chart.js
@@ -110,7 +110,7 @@ export default Ember.Component.extend({
setHeight: Ember.observer(
'height',
function() {
- thi... | Closes softlayer/sl-ember-components#<I> | softlayer_sl-ember-components | train |
c3970e60352372740c090b7b212ea0899158bfd6 | diff --git a/src/Listener/ManagerStartListener.php b/src/Listener/ManagerStartListener.php
index <HASH>..<HASH> 100644
--- a/src/Listener/ManagerStartListener.php
+++ b/src/Listener/ManagerStartListener.php
@@ -25,11 +25,10 @@ class ManagerStartListener implements EventHandlerInterface
{
$server = $event-... | update some logic for tcp server | swoft-cloud_swoft-framework | train |
dbb8d5c8c3e5df1fd06a5e42741e0f57412635af | diff --git a/src/db.js b/src/db.js
index <HASH>..<HASH> 100644
--- a/src/db.js
+++ b/src/db.js
@@ -231,20 +231,21 @@
runQuery( type , args , cursorType , unique ? direction + 'unique' : direction )
.then( function ( data ) {
- filters.forEac... | fixing issue if you try to filter a count query | aaronpowell_db.js | train |
e0a05c3fad67a9c59adcca09ccc0efc0f8dcf05f | diff --git a/lib/right_scraper/retrievers/checkout.rb b/lib/right_scraper/retrievers/checkout.rb
index <HASH>..<HASH> 100644
--- a/lib/right_scraper/retrievers/checkout.rb
+++ b/lib/right_scraper/retrievers/checkout.rb
@@ -42,7 +42,7 @@ module RightScraper
end
rescue Exception => e
... | acu<I> - Small bug where basedir does not really get remove. | rightscale_right_scraper | train |
748aa6b1d789d144ae7569ed5fd52195595c397e | diff --git a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java b/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java
index <HASH>..<HASH> 100644
--- a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java
+++ b/flink-yarn... | [hotfix][yarn][tests] Add timeouts to yarn HA IT cases | apache_flink | train |
7e8b6519fc5cbbfe635c5f9bda74ba54fa13bdd5 | diff --git a/satpy/tests/writer_tests/test_cf.py b/satpy/tests/writer_tests/test_cf.py
index <HASH>..<HASH> 100644
--- a/satpy/tests/writer_tests/test_cf.py
+++ b/satpy/tests/writer_tests/test_cf.py
@@ -134,6 +134,18 @@ class TestCFWriter(unittest.TestCase):
self.assertEqual(f['test-array'].attrs['prer... | Add test to cf writer dataset starting with a digit | pytroll_satpy | train |
d44f7e46238a809d9f9561a24c691d93148a5b2d | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -170,6 +170,10 @@ module.exports = function(grunt) {
files: ['**/yui/src/**/*.js'],
tasks: ['yui']
},
+ gherkinlint: {
+ files: ['**/test... | MDL-<I> behat: Add gherkin lint to watch and startup | moodle_moodle | train |
44f5e5553c83525b7284d97936a7029c26855846 | diff --git a/src/utils/__tests__/resolveToValue-test.js b/src/utils/__tests__/resolveToValue-test.js
index <HASH>..<HASH> 100644
--- a/src/utils/__tests__/resolveToValue-test.js
+++ b/src/utils/__tests__/resolveToValue-test.js
@@ -11,8 +11,8 @@ import { parse } from '../../../tests/utils';
import resolveToValue from '... | fix(typescript): Support type as expressions and type assertions | reactjs_react-docgen | train |
e1c11a1c8f16c6927ba7f47dff8334c21a4f9bc2 | diff --git a/auth0/v2/users.py b/auth0/v2/users.py
index <HASH>..<HASH> 100644
--- a/auth0/v2/users.py
+++ b/auth0/v2/users.py
@@ -26,6 +26,32 @@ class Users(object):
def list(self, page=0, per_page=25, sort=None, connection=None, q=None,
search_engine='v1', include_totals=True, fields=[],
... | Add most docstrings to Users() | auth0_auth0-python | train |
2bc71d116329eb8904264ce0f8b5bec464534f6e | diff --git a/persistence.js b/persistence.js
index <HASH>..<HASH> 100644
--- a/persistence.js
+++ b/persistence.js
@@ -15,9 +15,6 @@ var qlobberOpts = {
wildcard_some: '#'
}
-var packetsQueue = []
-var executing = false
-
function MongoPersistence (opts) {
if (!(this instanceof MongoPersistence)) {
retur... | fix: Moved executing and packetsQueue to Mongopersistence | mcollina_aedes-persistence-mongodb | train |
54b2d749d0bc984996e6b7850011e71304700b14 | diff --git a/example/main.go b/example/main.go
index <HASH>..<HASH> 100644
--- a/example/main.go
+++ b/example/main.go
@@ -54,7 +54,7 @@ func main() {
Provider: &imageserver_provider_http.HttpProvider{},
},
Processor: imageserver_processor_limit.New(16, &imageserver_processor_graphicsmagick.GraphicsMagickProc... | The example now works no matter where graphicsmagick is installed | pierrre_imageserver | train |
3de78ff9744cf6fd10ecc1b26953d4569d5a33cc | diff --git a/lib/optional_logger/logger.rb b/lib/optional_logger/logger.rb
index <HASH>..<HASH> 100644
--- a/lib/optional_logger/logger.rb
+++ b/lib/optional_logger/logger.rb
@@ -3,5 +3,9 @@ module OptionalLogger
def initialize(logger)
@logger = logger
end
+
+ def add(severity, message = nil, progna... | Add proxy to #add method
Why you made the change:
I did this because it is the core method to add messages to a log. | Acornsgrow_optional_logger | train |
1952010ed60352252cc42e3892049e4f8deaf179 | diff --git a/Source/Base.js b/Source/Base.js
index <HASH>..<HASH> 100644
--- a/Source/Base.js
+++ b/Source/Base.js
@@ -100,10 +100,10 @@ Base.prototype = {
if (typeof desc.value != typeof undefined) {
// set the value normally in case it's a function that needs to be overwritten
extend.call(this, ... | Only use Object.defineProperty() for properties that aren't static | pixelandtonic_garnishjs | train |
6e195eb9de4eee95c75a0225dd88a46d1f670692 | diff --git a/src/transformers/generation_utils.py b/src/transformers/generation_utils.py
index <HASH>..<HASH> 100644
--- a/src/transformers/generation_utils.py
+++ b/src/transformers/generation_utils.py
@@ -941,6 +941,9 @@ class GenerationMixin:
top_p (`float`, *optional*, defaults to 1.0):
... | docs for typical decoding (#<I>) | huggingface_pytorch-pretrained-BERT | train |
62e7752e7407aae3bb170df641be3b4fa1ca25a6 | diff --git a/lib/queue_classic_plus/worker.rb b/lib/queue_classic_plus/worker.rb
index <HASH>..<HASH> 100644
--- a/lib/queue_classic_plus/worker.rb
+++ b/lib/queue_classic_plus/worker.rb
@@ -52,11 +52,8 @@ module QueueClassicPlus
private
def retry_with_remaining(e)
- @remaining_retries = calculate_rema... | Get rid of @remaining_retries | rainforestapp_queue_classic_plus | train |
a772d4c42efed17dae777ce1546fb99e751c9601 | diff --git a/src/main/release-scripts/pre-release.rb b/src/main/release-scripts/pre-release.rb
index <HASH>..<HASH> 100755
--- a/src/main/release-scripts/pre-release.rb
+++ b/src/main/release-scripts/pre-release.rb
@@ -139,13 +139,14 @@ end
def create_changelog_update(release_version)
interpolated_url = eval '"' + ... | OGM-<I> Release notes script lists now all components of an issue | hibernate_hibernate-ogm | train |
5566955e0e6517013163276b8d9fd9bd6af102c2 | diff --git a/openaps/vendors/medtronic.py b/openaps/vendors/medtronic.py
index <HASH>..<HASH> 100644
--- a/openaps/vendors/medtronic.py
+++ b/openaps/vendors/medtronic.py
@@ -353,6 +353,44 @@ class iter_pump (iter_glucose):
return self.pump.model.iter_history_pages( )
+@use ( )
+class iter_glucose_hours (Medtr... | Adding medtronic commands to iterate glucose and history by number of hours | openaps_openaps | train |
5c3bf7769dc37188cf79b6979bdfddad89284cce | diff --git a/webroot/js/ajax.js b/webroot/js/ajax.js
index <HASH>..<HASH> 100644
--- a/webroot/js/ajax.js
+++ b/webroot/js/ajax.js
@@ -41,9 +41,10 @@
var i;
var $toPopulate = $(id);
clear($toPopulate, true);
- responseContentLength = resp... | Check if response has content (task #<I>) | QoboLtd_cakephp-menu | train |
da4c1765b35368f2603fa0e8c84a09b5b2a85176 | diff --git a/results.go b/results.go
index <HASH>..<HASH> 100644
--- a/results.go
+++ b/results.go
@@ -287,6 +287,9 @@ func (r *BinaryResult) Apply(req *Request, resp *Response) {
// http.ServeContent doesn't know about response.ContentType, so we set the respective header.
if resp.ContentType != "" {
resp.Ou... | fix for static content type not being set and defaulting to OS
- OS may not have mimetypes properly, in which case we get a text/plain
default
- this patch makes setting the content type explicit, using the revel
ContentTypeByFilename and filename | revel_revel | train |
8bd92a159fb0413db5bbe2203c2f64cf2fe45b3a | diff --git a/angular-xml.js b/angular-xml.js
index <HASH>..<HASH> 100644
--- a/angular-xml.js
+++ b/angular-xml.js
@@ -5,11 +5,9 @@ if (!X2JS) {
(function(ng, X2JS) {
function responseIsXml(response) {
- var contentType = response.headers('content-type'),
- XML = '/xml',
- minIndex = 'text/xml'.i... | modified code to regex search for xml | johngeorgewright_angular-xml | train |
3d1dea5378f1ef55e9c9348d3cac7fb4d6a03b28 | diff --git a/src/InfluxDB/Database.php b/src/InfluxDB/Database.php
index <HASH>..<HASH> 100644
--- a/src/InfluxDB/Database.php
+++ b/src/InfluxDB/Database.php
@@ -2,6 +2,7 @@
namespace InfluxDB;
+use Exception;
use InfluxDB\Database\Exception as DatabaseException;
use InfluxDB\Database\RetentionPolicy;
use Infl... | Adding use statement for Exception for proper PSR formatting. | influxdata_influxdb-php | train |
ba4098fa5a7c1c9c20897959d62f5788901a4ab8 | diff --git a/builder.js b/builder.js
index <HASH>..<HASH> 100644
--- a/builder.js
+++ b/builder.js
@@ -1,49 +1,59 @@
-
/**
* Build Schema for nimnification of JSON data
- * @param {*} jsObj
+ * @param {*} jsObj
*/
-function buildSchema(jsObj,key){
- var type = typeOf(jsObj);
- switch(type){
- case "a... | Added: Support for null properties, undefined properties are discarded | nimndata_nimnjs-schema-builder | train |
f689b54a22b66300be394027f5b3b5caa0b5e1f5 | diff --git a/subsystem-test/src/main/java/org/jboss/as/subsystem/test/KnownVersions.java b/subsystem-test/src/main/java/org/jboss/as/subsystem/test/KnownVersions.java
index <HASH>..<HASH> 100644
--- a/subsystem-test/src/main/java/org/jboss/as/subsystem/test/KnownVersions.java
+++ b/subsystem-test/src/main/java/org/jbos... | security transformer version registration
was: <I>d3b<I>db<I>b<I>f3c<I>a<I>f<I>e<I>b5 | wildfly_wildfly-core | train |
77d24a6100e8f020bfe6b18e3d9fc00ccc6afcd2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -266,14 +266,7 @@ class HtmlWebpackInlineSVGPlugin {
// process the imageNodes
this.updateHTML(html, inlineImages)
- .then((html) => {
- if (!this.allowFromUrl) {
-... | The `failed` is an interesting idea to implement in the future. However the webpack build will fail whether there was a local file error or an URL file error. | theGC_html-webpack-inline-svg-plugin | train |
0e5a4478d1bb46b4ebe0421f3cffdf3d526c078a | diff --git a/js/reveal.js b/js/reveal.js
index <HASH>..<HASH> 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -4555,6 +4555,11 @@
}
}
+ if ( horizontalSlides.length > 1 && config.navigationMode === 'linear' ) {
+ routes.right = routes.right || routes.down;
+ routes.left = routes.left || routes.up;
+ }
+
... | * Control Arrows: Fix visibility bug in linear navigation mode | hakimel_reveal.js | train |
b6eb345a9f9280a0bbad720d540e5acab4baa69b | diff --git a/engine-rest/src/test/java/org/camunda/bpm/engine/rest/AbstractTaskVariableRestResourceInteractionTest.java b/engine-rest/src/test/java/org/camunda/bpm/engine/rest/AbstractTaskVariableRestResourceInteractionTest.java
index <HASH>..<HASH> 100644
--- a/engine-rest/src/test/java/org/camunda/bpm/engine/rest/Abs... | chore(variables): clean test sources
related to CAM-<I> | camunda_camunda-bpm-platform | train |
c02bff1ce9ba9e6be55328e8b9300cb025c70c17 | diff --git a/src/FelixOnline/Core/BaseManager.php b/src/FelixOnline/Core/BaseManager.php
index <HASH>..<HASH> 100644
--- a/src/FelixOnline/Core/BaseManager.php
+++ b/src/FelixOnline/Core/BaseManager.php
@@ -43,6 +43,11 @@ class BaseManager
*/
protected $joins = array();
+ /**
+ * Cache flag
+ */
+ protected $c... | Added cache flag for managers to cache their results | FelixOnline_BaseApp | train |
faf4fc1f483f7b1455f507480d877dda0d8e91ed | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@
* Add Monei.net gateway [leolara]
* MerchantWarrior: Fix refund and capture signatures [duff]
* CenPOS: Add support for capture and refund [markabe]
+* Authorize.net: Add support for network tokenization ... | Add network tokenization support for auth.net
Fixes #<I> | activemerchant_active_merchant | train |
137810ff4c4c0f206963b4d8472864b26db4ca94 | diff --git a/jodd-core/src/main/java/jodd/util/ClassLoaderUtil.java b/jodd-core/src/main/java/jodd/util/ClassLoaderUtil.java
index <HASH>..<HASH> 100644
--- a/jodd-core/src/main/java/jodd/util/ClassLoaderUtil.java
+++ b/jodd-core/src/main/java/jodd/util/ClassLoaderUtil.java
@@ -14,8 +14,8 @@ import java.io.InputStream;... | better default classpath, fixed bug with bootstrap classpath. | oblac_jodd | train |
5b6d67cb2d6cc38947961169ecddd0ef6e06f85d | diff --git a/js/html/a.js b/js/html/a.js
index <HASH>..<HASH> 100644
--- a/js/html/a.js
+++ b/js/html/a.js
@@ -13,7 +13,7 @@ define(['js/html/HtmlElement'], function (HtmlElement) {
_renderHref: function (href) {
href = href || "javascript:void(0);";
- if (!(this.$.target === "externa... | added _blank a external link | rappid_rAppid.js | train |
0f6e6528dfb18ee47c00db3455587031e94c5606 | diff --git a/lib/workers/timer.rb b/lib/workers/timer.rb
index <HASH>..<HASH> 100644
--- a/lib/workers/timer.rb
+++ b/lib/workers/timer.rb
@@ -35,13 +35,10 @@ module Workers
def fire
@mutex.synchronize do
- begin
- @callback.call if @callback
- rescue Exception => e
- end
-
-... | Timers shouldn't catch callback exceptions since workers do. | chadrem_workers | train |
aa5ee2a37a0f6ed9c383ca3fae7164bb4594974f | diff --git a/link.py b/link.py
index <HASH>..<HASH> 100644
--- a/link.py
+++ b/link.py
@@ -138,7 +138,7 @@ def substitute_links(text, cache, base_dir):
def link_sub(match):
filename = match.group(2)
regex = match.group(3)
- if not os.path.exists(filename):
+ if not file_exists(filen... | Add stub for file_exists in link.py | albert12132_templar | train |
6eda9c4976582579a2aef99ae7ab6bde0dd858fa | diff --git a/pkg/kubelet/dockertools/manager.go b/pkg/kubelet/dockertools/manager.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/dockertools/manager.go
+++ b/pkg/kubelet/dockertools/manager.go
@@ -1036,29 +1036,38 @@ func (dm *DockerManager) KillPod(pod kubecontainer.Pod) error {
// can be Len errors + the networkP... | Fix a bug where the network container could be torn down before other pods.
This can break PreStop that hits localhost in the pod.
(cherry picked from commit aac<I>d<I>cf<I>bb<I>cbc<I>fd4f9a3cbacd<I>) | kubernetes_kubernetes | train |
4cbd120fe9350f2e3e1f94279565321c3fe9c01e | diff --git a/src/com/googlecode/objectify/OQuery.java b/src/com/googlecode/objectify/OQuery.java
index <HASH>..<HASH> 100644
--- a/src/com/googlecode/objectify/OQuery.java
+++ b/src/com/googlecode/objectify/OQuery.java
@@ -184,13 +184,7 @@ public class OQuery<T>
*/
public OQuery<T> ancestor(Object keyOrEntity)
... | Cleaned up the process of getting a raw key from an object.
git-svn-id: <URL> | objectify_objectify | train |
693c1e40ed8b40bb9d25c21ed6bedb079794a00b | diff --git a/core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/resource/AbstractResourceBasedServiceRegistry.java b/core/cas-server-core-services-registry/src/main/java/org/apereo/cas/services/resource/AbstractResourceBasedServiceRegistry.java
index <HASH>..<HASH> 100644
--- a/core/cas-server... | Avoid errors on trying to load files starting with dots (#<I>)
Errors occur when CAS is trying to load e.g. swp files generated by vim | apereo_cas | train |
5b35e6c7c793e3e9806e80517bf075ffceb62647 | diff --git a/audits/types.go b/audits/types.go
index <HASH>..<HASH> 100644
--- a/audits/types.go
+++ b/audits/types.go
@@ -935,7 +935,6 @@ func (t DeprecationIssueType) String() string {
// DeprecationIssueType values.
const (
DeprecationIssueTypeAuthorizationCoveredByWildcard Deprecation... | Updating to <I>_<I> definitions | chromedp_cdproto | train |
926bbe1189e807a54d3a21c22413f0579ae55f95 | diff --git a/src/Reflection/PrivatesCaller.php b/src/Reflection/PrivatesCaller.php
index <HASH>..<HASH> 100644
--- a/src/Reflection/PrivatesCaller.php
+++ b/src/Reflection/PrivatesCaller.php
@@ -13,6 +13,7 @@ use ReflectionMethod;
final class PrivatesCaller
{
/**
+ * @api
* @param mixed[] $arguments
... | [PHPStanRules] Skip mixed type, skip union types (#<I>) | Symplify_PackageBuilder | train |
6bffa6a66c9c149142486340124a97240abadb3b | diff --git a/slanger.rb b/slanger.rb
index <HASH>..<HASH> 100644
--- a/slanger.rb
+++ b/slanger.rb
@@ -13,6 +13,6 @@ EM.kqueue
File.tap do |f|
Dir[f.expand_path(f.join(f.dirname(__FILE__),'lib', 'slanger', '*.rb'))].each do |file|
- Slanger.autoload File.basename(file, '.rb').classify, file
+ Slanger.autolo... | fixes autoloading bug where it would set up :Redi instead of :Redis | stevegraham_slanger | train |
47ba7c422366f532d7f5306dba9e907da1a1bf0e | diff --git a/utils/flavors/check_json_schema.py b/utils/flavors/check_json_schema.py
index <HASH>..<HASH> 100644
--- a/utils/flavors/check_json_schema.py
+++ b/utils/flavors/check_json_schema.py
@@ -15,8 +15,6 @@ import sys
import os
import argparse
-FLAVOR_FILE="utils/flavors/flavor_schema.json"
-
def printJson(f... | #<I> fix with adding new info required for documentation | TheHive-Project_Cortex-Analyzers | train |
79e4ee541283c95355fecd09e4f720489bcdffbc | diff --git a/src/de/mrapp/android/preference/adapter/PreferenceHeaderAdapter.java b/src/de/mrapp/android/preference/adapter/PreferenceHeaderAdapter.java
index <HASH>..<HASH> 100644
--- a/src/de/mrapp/android/preference/adapter/PreferenceHeaderAdapter.java
+++ b/src/de/mrapp/android/preference/adapter/PreferenceHeaderAd... | The getAllItems-method, does now instantiate a new collection. | michael-rapp_AndroidPreferenceActivity | train |
011282a56598fa0c8687668b397e8557a5123705 | diff --git a/src/Import_Command.php b/src/Import_Command.php
index <HASH>..<HASH> 100644
--- a/src/Import_Command.php
+++ b/src/Import_Command.php
@@ -175,7 +175,7 @@ class Import_Command extends WP_CLI_Command {
add_filter( 'intermediate_image_sizes_advanced', array( $this, 'filter_set_image_sizes' ) );
}
- ... | Rename global variable with unconventional prefix | wp-cli_import-command | train |
5f8265a8f9bebc6d61c18d1e7c0aabb493ef2c41 | diff --git a/server/http_handler.go b/server/http_handler.go
index <HASH>..<HASH> 100644
--- a/server/http_handler.go
+++ b/server/http_handler.go
@@ -94,7 +94,7 @@ func writeError(w http.ResponseWriter, err error) {
}
func writeData(w http.ResponseWriter, data interface{}) {
- js, err := json.Marshal(data)
+ js, e... | server: adjust the result of curl * (#<I>) | pingcap_tidb | train |
905c9119466c11f3e68097df68505aa3e7cb247c | diff --git a/src/peer-routing.js b/src/peer-routing.js
index <HASH>..<HASH> 100644
--- a/src/peer-routing.js
+++ b/src/peer-routing.js
@@ -47,7 +47,7 @@ module.exports = (node) => {
})
tryEach(tasks, (err, results) => {
- if (err && err.code !== 'NOT_FOUND') {
+ if (err) {
retur... | fix: peer routing for delegate router (#<I>)
* fix: peer routing tests
* test: fix mock payload type
Provider results are type 4, not type 1: <URL> | libp2p_js-libp2p | train |
b61220edb1bb7a61cf9ee7370e7aa752143e7684 | diff --git a/bin/convert-argv.js b/bin/convert-argv.js
index <HASH>..<HASH> 100644
--- a/bin/convert-argv.js
+++ b/bin/convert-argv.js
@@ -69,28 +69,15 @@ module.exports = function(...args) {
const configArgList = Array.isArray(argv.config) ? argv.config : [argv.config];
configFiles = configArgList.map(mapConfigA... | fix(bin): find `webpackfile` and `webpack.config` file with equal chance (#<I>) | webpack_webpack-cli | train |
db653b9f3a895cd82a62d8776be9c6c9e9610525 | diff --git a/algoliasearch/algoliasearch.py b/algoliasearch/algoliasearch.py
index <HASH>..<HASH> 100644
--- a/algoliasearch/algoliasearch.py
+++ b/algoliasearch/algoliasearch.py
@@ -58,8 +58,11 @@ def deprecated(func):
return newFunc
# Detect the http_proxy env variable to activate the proxy
-if os.environ.get... | handle multi forms of http_proxy environment variable | algolia_algoliasearch-client-python | train |
4a6446e7b7140203f3ac915d5f076d998c48af42 | diff --git a/src/reducers/form-reducer.js b/src/reducers/form-reducer.js
index <HASH>..<HASH> 100644
--- a/src/reducers/form-reducer.js
+++ b/src/reducers/form-reducer.js
@@ -7,7 +7,6 @@ import isPlainObject from 'lodash/isPlainObject';
import map from 'lodash/map';
import mapValues from 'lodash/mapValues';
import t... | Removing diffing "feature" from form reducer (made obsolete with track() function and model getters). | davidkpiano_react-redux-form | train |
25ca26fa269e4dcaaf793e36699e65340a0e6c9a | diff --git a/Form/Type/Configuration/ConfigurationsType.php b/Form/Type/Configuration/ConfigurationsType.php
index <HASH>..<HASH> 100644
--- a/Form/Type/Configuration/ConfigurationsType.php
+++ b/Form/Type/Configuration/ConfigurationsType.php
@@ -10,6 +10,7 @@
namespace Darvin\AdminBundle\Form\Type\Configuration;
... | Do not render label of security configuration in form. | DarvinStudio_DarvinAdminBundle | train |
6be7760c6e04df94c638dbd79df93c549e84457b | diff --git a/config/flay.yml b/config/flay.yml
index <HASH>..<HASH> 100644
--- a/config/flay.yml
+++ b/config/flay.yml
@@ -1,3 +1,3 @@
---
threshold: 15
-total_score: 249
+total_score: 245
diff --git a/lib/yardstick/measurement.rb b/lib/yardstick/measurement.rb
index <HASH>..<HASH> 100644
--- a/lib/yardstick/measurem... | Remove Measurement#eql? and #hash | dkubb_yardstick | train |
f50510b0eeebb47839cb5984741ea7ad76dd49f0 | diff --git a/src/js/components/Chart.js b/src/js/components/Chart.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Chart.js
+++ b/src/js/components/Chart.js
@@ -292,7 +292,7 @@ export default class Chart extends Component {
// redo the bounds calculations.
// Called whenever the browser resizes or new prope... | Added inline legend position to Chart. | grommet_grommet | train |
2eadffc66ee8284e461f6d3a6e97fe43282d0613 | diff --git a/test/docker-tests/src/test/java/it/unibz/inf/ontop/docker/mysql/MySQLIssue324Test.java b/test/docker-tests/src/test/java/it/unibz/inf/ontop/docker/mysql/MySQLIssue324Test.java
index <HASH>..<HASH> 100644
--- a/test/docker-tests/src/test/java/it/unibz/inf/ontop/docker/mysql/MySQLIssue324Test.java
+++ b/test... | Activated unit test issue <I> | ontop_ontop | train |
b23632f5ed26adc31af67a34ab3bcd1372f325d1 | diff --git a/packages/bonde-admin-canary/src/components/Tutorial/Dialog/Navigation/index.js b/packages/bonde-admin-canary/src/components/Tutorial/Dialog/Navigation/index.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/components/Tutorial/Dialog/Navigation/index.js
+++ b/packages/bonde-admin-canary/... | chore(admin-canary): repass tutorial navigation props | nossas_bonde-client | train |
66c818ef70dc62bd23fb6537b0b5575eabbc996a | diff --git a/sos/jupyter/completer.py b/sos/jupyter/completer.py
index <HASH>..<HASH> 100644
--- a/sos/jupyter/completer.py
+++ b/sos/jupyter/completer.py
@@ -51,7 +51,7 @@ class SoS_MagicsCompleter(Completer):
return text, [x for x in env.sos_dict.keys() if x not in \
self.kernel.... | Fix completion for list of kernels, list kernels in the output of %use | vatlab_SoS | train |
c015d262cbd546d870f42f4a685360e3ae463a72 | diff --git a/tests/isNativeFunction.js b/tests/isNativeFunction.js
index <HASH>..<HASH> 100644
--- a/tests/isNativeFunction.js
+++ b/tests/isNativeFunction.js
@@ -36,42 +36,46 @@
});
it('Date constructor should be ok', function () {
- console.log('# Date:' + Error.toString());
+ ... | Add some more logging for Opera<I> | Xotic750_util-x | train |
f9d9ac760b9819ad05293a185c5cd180ff601421 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -122,16 +122,10 @@ class ExtensionBuilder(distutils.command.build_ext.build_ext):
def compile_objects(self, py_compiler, py_arch, obj_dir):
objects = []
- if py_compiler == 'msvc':
- overrule_... | Try to call windows build via bash | explosion_cython-blis | train |
ef1b4f51c9ed48fe86de8f696aea4990132e687f | diff --git a/lib/Doctrine/Common/Proxy/ProxyGenerator.php b/lib/Doctrine/Common/Proxy/ProxyGenerator.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Common/Proxy/ProxyGenerator.php
+++ b/lib/Doctrine/Common/Proxy/ProxyGenerator.php
@@ -1016,20 +1016,21 @@ EOT;
*/
private function getMethodReturnType(\Refl... | #<I> - simplifying comparisons, yoda conditionals, CS fixes | doctrine_common | train |
f51b768792d1b263f092fc1c8d97c418bee39e44 | diff --git a/views/build/grunt/sass.js b/views/build/grunt/sass.js
index <HASH>..<HASH> 100644
--- a/views/build/grunt/sass.js
+++ b/views/build/grunt/sass.js
@@ -30,25 +30,18 @@ module.exports = function(grunt) {
}
},
component : {
- files : {
- ... | dynamic component sass detection | oat-sa_tao-core | train |
c87f85815bfc4da012c657e30b23b940794e2120 | diff --git a/src/babel/transformation/transformers/es6/properties.computed.js b/src/babel/transformation/transformers/es6/properties.computed.js
index <HASH>..<HASH> 100644
--- a/src/babel/transformation/transformers/es6/properties.computed.js
+++ b/src/babel/transformation/transformers/es6/properties.computed.js
@@ -2... | used filter rather than setting init properties to null in properties.computed transformer - fixes #<I> | babel_babel | train |
d0cebc86dd031d27c4ab30fabda8b962009cadbd | diff --git a/owslib/iso.py b/owslib/iso.py
index <HASH>..<HASH> 100644
--- a/owslib/iso.py
+++ b/owslib/iso.py
@@ -308,18 +308,16 @@ class MD_DataIdentification(object):
val = md.find(util.nspath_eval('gmd:supplementalInformation/gco:CharacterString', namespaces))
self.supplementalinformation = util.t... | Added basic support for parsing bounds that are polygons instead of minimum bounding rects to iso.py. This enables parsing of the NOAA ENC Product Catalog. Thanks to Aaron Farnham (<URL>)
git-svn-id: <URL> | geopython_OWSLib | train |
1c90a211b61d9b98ba438734c614898d959f54cd | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -20,7 +20,7 @@ const CACHE = {};
* @param {Boolean} [options.dot=false] Include dotfile matches
* @returns {Array} array containing matching files
*/
-async function glob(str, opts={}) {
+module.exports =... | move up exports; no name human-reader conflict | terkelg_tiny-glob | train |
ff5d6f88722f5a01fd6c2423d24eb1e3201e0f8c | diff --git a/backup/backup.php b/backup/backup.php
index <HASH>..<HASH> 100644
--- a/backup/backup.php
+++ b/backup/backup.php
@@ -62,7 +62,7 @@ switch ($type) {
case backup::TYPE_1SECTION :
$coursecontext = get_context_instance(CONTEXT_COURSE, $course->id);
require_capability('moodle/backup:back... | MDL-<I> backup: cope with sections called '0'
It was not previously possible to have a section called 0 because of
bugs in the standard course formats, but we hit this with the OU course
format. You got an exception because backup settings tested to see if
their lable was empty, which means a section name of '0' was f... | moodle_moodle | train |
31c02171a1a0e7bbbeba04a11fed97c5d23923f7 | diff --git a/lib/lowdown/client.rb b/lib/lowdown/client.rb
index <HASH>..<HASH> 100644
--- a/lib/lowdown/client.rb
+++ b/lib/lowdown/client.rb
@@ -26,8 +26,11 @@ module Lowdown
def self.client(uri, certificate_or_data)
certificate = Lowdown.Certificate(certificate_or_data)
- default_topic = certifica... | [Mock] Generate Universal Certificates and use tested Client API. | alloy_lowdown | train |
3047dc480da4b5ef47cd26ef9472f2650c0a76e6 | diff --git a/mail_deduplicate/deduplicate.py b/mail_deduplicate/deduplicate.py
index <HASH>..<HASH> 100644
--- a/mail_deduplicate/deduplicate.py
+++ b/mail_deduplicate/deduplicate.py
@@ -36,6 +36,7 @@ from . import (
MissingMessageID,
SizeDiffAboveThreshold,
logger,
+ MD_SUBDIRS,
)
from .mail import... | Re-introduce maildir validation. | kdeldycke_maildir-deduplicate | train |
998b50b94598fdd99933db597fc4d89dcff66cb9 | diff --git a/policyuniverse/expander_minimizer.py b/policyuniverse/expander_minimizer.py
index <HASH>..<HASH> 100644
--- a/policyuniverse/expander_minimizer.py
+++ b/policyuniverse/expander_minimizer.py
@@ -171,16 +171,15 @@ def minimize_statement_actions(statement, minchars=None):
def get_actions_from_statement(sta... | fixup! Allow all array Sequence sub-classes in policy documents | Netflix-Skunkworks_policyuniverse | train |
d675422121168eebd4fc30a112fd67d62c241074 | diff --git a/km3pipe/io/jpp.py b/km3pipe/io/jpp.py
index <HASH>..<HASH> 100644
--- a/km3pipe/io/jpp.py
+++ b/km3pipe/io/jpp.py
@@ -28,18 +28,20 @@ __status__ = "Development"
def get_jpp_version():
"""Return the Jpp version or None if not available."""
- command = "JPrint -v | grep version:"
+ command = "J... | Fix version extraction due to changes to Jpp output | tamasgal_km3pipe | train |
0acf0c12fe8687c99f6e9e12b440c2a90eba3cc3 | diff --git a/test/www/jxcore/bv_tests/testThaliMobile.js b/test/www/jxcore/bv_tests/testThaliMobile.js
index <HASH>..<HASH> 100644
--- a/test/www/jxcore/bv_tests/testThaliMobile.js
+++ b/test/www/jxcore/bv_tests/testThaliMobile.js
@@ -636,22 +636,23 @@ test('If there are more then PERS_LIMIT peers presented ' +
va... | Added test for 'discoveryDOS' event | thaliproject_Thali_CordovaPlugin | train |
e3ddfa875f560efa70d0a1589af7f2acd5ef9b06 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -78,7 +78,7 @@ setup(name = 'gphoto2',
author = 'Jim Easterbrook',
author_email = 'jim@jim-easterbrook.me.uk',
url = url,
- download_url = url + '/archive/' + version + '.tar.gz',
+ download_url ... | Change download URL back.
It seems 'pip' won't work with any simpler version. | jim-easterbrook_python-gphoto2 | train |
2621b2ef82b94404b1b7777004fdc448c2ad1963 | diff --git a/src/main/java/org/cactoos/io/GzipInput.java b/src/main/java/org/cactoos/io/GzipInput.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cactoos/io/GzipInput.java
+++ b/src/main/java/org/cactoos/io/GzipInput.java
@@ -1,7 +1,7 @@
/**
* The MIT License (MIT)
*
- * Copyright (c) 2017 Yegor Bugayenko... | #<I> changed exceptions and minor clean up | yegor256_cactoos | train |
a3e6091bc3bc932dadc18a020cee1dfead6fa120 | diff --git a/datatableview/views.py b/datatableview/views.py
index <HASH>..<HASH> 100644
--- a/datatableview/views.py
+++ b/datatableview/views.py
@@ -512,9 +512,11 @@ class DatatableMixin(MultipleObjectMixin):
field_lookup = (field_lookup,)
values = []
+ print field_lookup
for f... | Fixed a bug with displaying EPA Companies and Associations. | pivotal-energy-solutions_django-datatable-view | train |
1f7ebeb828a23f43b92bb367e94feaaeea9a6ec9 | diff --git a/lib/inox_converter.rb b/lib/inox_converter.rb
index <HASH>..<HASH> 100644
--- a/lib/inox_converter.rb
+++ b/lib/inox_converter.rb
@@ -6,19 +6,15 @@ require "inox_converter/mass"
require "inox_converter/volume"
module InoxConverter
- @lengthConverter = Length.new()
- @volumeConverter = Volume.new()
- @a... | Changing instantiation of Converter class | LucasAndrad_InoxConverter | train |
6c317595ab10ad6b1b0b23d3bfde236ca6f5b8c6 | diff --git a/mistune.py b/mistune.py
index <HASH>..<HASH> 100644
--- a/mistune.py
+++ b/mistune.py
@@ -9,7 +9,6 @@
"""
import re
-from cgi import escape
from collections import OrderedDict
__version__ = '0.1.0'
@@ -28,6 +27,19 @@ def _pure_pattern(regex):
return pattern
+_escape_pattern = re.compile(r'... | Fix escape. cgi.escape is bad. | lepture_mistune | train |
994f64f8d390e41ba4baa384aa7d76237246721f | diff --git a/packages/ember-metal/lib/computed.js b/packages/ember-metal/lib/computed.js
index <HASH>..<HASH> 100644
--- a/packages/ember-metal/lib/computed.js
+++ b/packages/ember-metal/lib/computed.js
@@ -249,7 +249,7 @@ ComputedPropertyPrototype.property = function() {
function addArg(property) {
warn(
... | [BUGFIX beta] improve nested @each property key warning | emberjs_ember.js | train |
4e4dc0a6dfdc2b7eb64f997d972cd4aebd3a72ef | diff --git a/lib/Doctrine/Table.php b/lib/Doctrine/Table.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/Table.php
+++ b/lib/Doctrine/Table.php
@@ -1005,7 +1005,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
$inheritanceMap = $table->getOption('inheritanceMap');
... | fixed some failing testcases in columnaggregation. the if check was to strict | doctrine_orm | train |
39fbb204ea0d67006b894f7cc034bff561d31e5f | diff --git a/dataWriter.js b/dataWriter.js
index <HASH>..<HASH> 100644
--- a/dataWriter.js
+++ b/dataWriter.js
@@ -291,7 +291,7 @@ function saveImage(params, deliveryTag, msgUuid) {
// Set image record
tasks.push(function (cb) {
- const sql = 'INSERT IGNORE INTO images_images (uuid, slug, etag) VALUES(?,?);',
+ ... | Sql needs to be correct .... | larvit_larvitimages | train |
e5576e72c2e57770164eb0796ba72524950c3a89 | diff --git a/gobblin-data-management/src/test/java/org/apache/gobblin/data/management/conversion/hive/HiveSourceTest.java b/gobblin-data-management/src/test/java/org/apache/gobblin/data/management/conversion/hive/HiveSourceTest.java
index <HASH>..<HASH> 100644
--- a/gobblin-data-management/src/test/java/org/apache/gobb... | [GOBBLIN-<I>] dont add a partition if it already exists but the getPartition fails … (#<I>)
* dont add a partition if it already exists but the getPartition fails with TException, dont alter a partition if a partition does not exist but the add_partition fails with TException
* add a unit test to verify hive client... | apache_incubator-gobblin | train |
4b73023cbeb1f4aa841b72c140531fada1e92e79 | diff --git a/src/components/media_control/media_control.js b/src/components/media_control/media_control.js
index <HASH>..<HASH> 100644
--- a/src/components/media_control/media_control.js
+++ b/src/components/media_control/media_control.js
@@ -182,6 +182,7 @@ export default class MediaControl extends UIObject {
cha... | media control: fix play/stop toggle rendering with multiple icons (refs #<I>, #<I>) | clappr_clappr | train |
8ba7e80da56ff453f538821d2ff520fe0c175d77 | diff --git a/Collection.php b/Collection.php
index <HASH>..<HASH> 100644
--- a/Collection.php
+++ b/Collection.php
@@ -32,7 +32,7 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate
* @var array
*/
protected static $proxies = [
- 'each', 'filter', 'first', 'map', ... | [<I>] Create a new "every" method on the collection (#<I>)
* Rename the "every" method to "nth"
* Create a new "every" method on the collection
* Add "every" to higher order proxies
* Allow passing a single key argument to "every" | illuminate_support | train |
7a86462f47ffb6c8289e0d59731b6c1f2dc28323 | diff --git a/tests/dummy/config/deprecation-workflow.js b/tests/dummy/config/deprecation-workflow.js
index <HASH>..<HASH> 100644
--- a/tests/dummy/config/deprecation-workflow.js
+++ b/tests/dummy/config/deprecation-workflow.js
@@ -7,5 +7,7 @@ window.deprecationWorkflow.config = {
{ handler: "silence", matchId: "co... | Silence deprecation deprecations
This is a bit meta, but deprecations in ember-page-object are currently
throwing deprecations themselves, we don't need this in our logs. | ilios_common | train |
ba6c8732f6e6056ec0bb7a2fc010b78887090d3c | diff --git a/dipper/sources/OMIM.py b/dipper/sources/OMIM.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/OMIM.py
+++ b/dipper/sources/OMIM.py
@@ -647,6 +647,7 @@ class OMIM(OMIMSource):
# Note: this is actually a G2D association;
# see https://github.com/monarch-initiative/dipper/issues/748
... | Removed redundant args in call to G2PAssoc | monarch-initiative_dipper | train |
5e8363e79e8956e89639ffc6a9449b6ce9c2c705 | diff --git a/src/main/java/org/efaps/admin/common/MsgPhrase.java b/src/main/java/org/efaps/admin/common/MsgPhrase.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/efaps/admin/common/MsgPhrase.java
+++ b/src/main/java/org/efaps/admin/common/MsgPhrase.java
@@ -226,9 +226,10 @@ public final class MsgPhrase
... | - Issue #<I>: The evaluation for MsgPhrase must be able to work without company
closes #<I> | eFaps_eFaps-Kernel | train |
453bb804ede0dda7a16f02cb96e266f99e40ad00 | diff --git a/lib/instrumentation/modules/http.js b/lib/instrumentation/modules/http.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/modules/http.js
+++ b/lib/instrumentation/modules/http.js
@@ -3,18 +3,13 @@
var shimmer = require('shimmer')
var debug = require('debug')('opbeat')
-var SERVER_FNS = ['on', 'a... | Only instrument an incoming request once
Previously an incoming request would be instrumented multiple times if
multiple request listeners was added. By wrapping the emit function
instead of the on/addListener functions, we ensure that the wrapping
logic is only executed once per emitted request | opbeat_opbeat-node | train |
df1774a190c9588fc6f5fac69cebcb78f1471903 | diff --git a/ykman/cli/fido.py b/ykman/cli/fido.py
index <HASH>..<HASH> 100755
--- a/ykman/cli/fido.py
+++ b/ykman/cli/fido.py
@@ -98,6 +98,11 @@ def info(ctx):
elif ctap2:
client_pin = ClientPin(ctap2) # N.B. All YubiKeys with CTAP2 support PIN.
if ctap2.info.options["clientPin"]:
+ ... | Better handling of PIN length, alwaysUV and forced PIN change. | Yubico_yubikey-manager | train |
e4a203a060e89f6e4671989ee12e1678cd07bedb | diff --git a/eth/tools/builder/chain/builders.py b/eth/tools/builder/chain/builders.py
index <HASH>..<HASH> 100644
--- a/eth/tools/builder/chain/builders.py
+++ b/eth/tools/builder/chain/builders.py
@@ -71,7 +71,7 @@ from eth.vm.forks import (
)
-VMConfigurationType = Iterable[Tuple[int, Type[BaseVM]]]
+VMConfigur... | Rename VMConfigurationType -> VMConfiguration | ethereum_py-evm | train |
627dd0cf1c526eb524e85aa77e4bd38625100aec | diff --git a/cmd.js b/cmd.js
index <HASH>..<HASH> 100755
--- a/cmd.js
+++ b/cmd.js
@@ -1,19 +1,43 @@
#!/usr/bin/env node
+// Core dependencies
var fs = require('fs');
var path = require('path');
+
+// NPM dependencies
var detectIndent = require('detect-indent');
+var sortJson = require('./');
+
+// Get all the fi... | Allow multiple files to be sorted in CLI | kesla_sort-json | train |
1a3cb57f2a935dff80f6580d7d3903d86f049f0a | diff --git a/lib/pdftohtml.js b/lib/pdftohtml.js
index <HASH>..<HASH> 100644
--- a/lib/pdftohtml.js
+++ b/lib/pdftohtml.js
@@ -68,7 +68,7 @@ function pdftohtml (filename, outfile, options) {
error += data;
if (self.options.progress
&& typeof self.options.progress === "function") {
- ... | fix: #<I> split on buffer | fagbokforlaget_pdftohtmljs | train |
25c1e73b69a985f7739a91d2e880263a54259ea4 | diff --git a/src/lib/columns.py b/src/lib/columns.py
index <HASH>..<HASH> 100644
--- a/src/lib/columns.py
+++ b/src/lib/columns.py
@@ -25,9 +25,31 @@ from __future__ import division
import numpy as np
from src.lib.utils import Enum
+
+def default_frequency_converter(from_ = None, to_= None):
+ """
+ Default f... | Starting modifying columns to introduce freq | openfisca_openfisca-core | train |
6094ee3f57285e3ae3823613f3b940b12135df1c | diff --git a/src/directives/formly-field.test.js b/src/directives/formly-field.test.js
index <HASH>..<HASH> 100644
--- a/src/directives/formly-field.test.js
+++ b/src/directives/formly-field.test.js
@@ -1027,6 +1027,30 @@ describe('formly-field', function() {
expect(ctrl.$viewValue).to.equal('!hello!');
... | Adding failing test to deal with multiple form controllers. Related to Bug #<I> and the note: "Note, this doesn't handle the multiple ng-model case. If you want to implement that, that would be great." | formly-js_angular-formly | train |
271be0501ba56e574e9540de78a199b179d16a4d | diff --git a/src/lib/webpack/render-html-plugin.js b/src/lib/webpack/render-html-plugin.js
index <HASH>..<HASH> 100644
--- a/src/lib/webpack/render-html-plugin.js
+++ b/src/lib/webpack/render-html-plugin.js
@@ -37,7 +37,7 @@ export default function (config) {
});
};
- const pages = readJson(resolve(cwd, config.p... | re-include `prerenderUrls` fallback; for watch | developit_preact-cli | train |
f9b519033532561250470fa9e3b78ac65a815dab | diff --git a/watson_developer_cloud/authorization_v1.py b/watson_developer_cloud/authorization_v1.py
index <HASH>..<HASH> 100644
--- a/watson_developer_cloud/authorization_v1.py
+++ b/watson_developer_cloud/authorization_v1.py
@@ -38,7 +38,7 @@ class AuthorizationV1(WatsonService):
def __init__(self, url=default_u... | chore(credential): Some fixes with edge cases | watson-developer-cloud_python-sdk | train |
fab5a7519dc862a6304fa1c4a7750fc6184ba5bc | diff --git a/bin/svgicons2svgfont.js b/bin/svgicons2svgfont.js
index <HASH>..<HASH> 100755
--- a/bin/svgicons2svgfont.js
+++ b/bin/svgicons2svgfont.js
@@ -11,6 +11,7 @@ const SVGIcons2SVGFontStream = require('../src/index.js');
const SVGIconsDirStream = require('../src/iconsdir.js');
program
+ .storeOptionsAsPrope... | Fix bug with commander
The default value of _storeOptionsAsProperties in commander is fucking false, so arguments from cli will never fed into the program. | nfroidure_svgicons2svgfont | train |
5a0c2a7f544bc6e7a712ac8a33c64cc46f7c5706 | diff --git a/spec/controllers/articles_controller_spec.rb b/spec/controllers/articles_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/articles_controller_spec.rb
+++ b/spec/controllers/articles_controller_spec.rb
@@ -206,11 +206,11 @@ end
describe ArticlesController, "feeds" do
before(:each) d... | Specify assigns for article feeds. | publify_publify | train |
28935c11dbb9cfd1422d129f2acee3a656f9db37 | diff --git a/plugin/src/main/java/org/wildfly/plugin/server/RunMojo.java b/plugin/src/main/java/org/wildfly/plugin/server/RunMojo.java
index <HASH>..<HASH> 100644
--- a/plugin/src/main/java/org/wildfly/plugin/server/RunMojo.java
+++ b/plugin/src/main/java/org/wildfly/plugin/server/RunMojo.java
@@ -29,7 +29,6 @@ import ... | [WFMP-<I>] Remove the attempt to override known management properties from the configuration. | wildfly_wildfly-maven-plugin | train |
5b2b4308b7b7775a7acc186275bc94e7fc36733b | diff --git a/fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim/ChaincodeBase.java b/fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim/ChaincodeBase.java
index <HASH>..<HASH> 100644
--- a/fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim/ChaincodeBase.java
+++ b/fabric-chaincode... | [FABCJ-<I>] - Java chaincode gRPC server
for run external chaincode add NettyGrpcServer with method /Connect for start chat with peer without TLS
add example external chaincode | hyperledger_fabric-chaincode-java | train |
7730cdcb5612f0966ba6a8358dd4e24cf7438f8b | diff --git a/builder/hcloud/step_create_server.go b/builder/hcloud/step_create_server.go
index <HASH>..<HASH> 100644
--- a/builder/hcloud/step_create_server.go
+++ b/builder/hcloud/step_create_server.go
@@ -31,7 +31,7 @@ func (s *stepCreateServer) Run(ctx context.Context, state multistep.StateBag) mu
state.Put("err... | Fix usage of freebsd<I> rescue image | hashicorp_packer | train |
874eb7091153dffea804da5481ed312c92986b1e | diff --git a/lib/vagrant/actions/base.rb b/lib/vagrant/actions/base.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/actions/base.rb
+++ b/lib/vagrant/actions/base.rb
@@ -17,7 +17,7 @@ module Vagrant
# would be instance_evaling the vm instance to include a module so
# additionally functionality could be d... | Additional options can be passed into actions as additional arguments to the constructor | hashicorp_vagrant | train |
00d1e874f915c7bb50330325d3138740af57518c | diff --git a/src/armet/query/constants.py b/src/armet/query/constants.py
index <HASH>..<HASH> 100644
--- a/src/armet/query/constants.py
+++ b/src/armet/query/constants.py
@@ -21,7 +21,7 @@ OPERATOR_GT = 'gt', '>'
OPERATOR_GTE = 'gte', '>='
#! Regular expression match
-OPERATOR_REGEX = 'iregex', '*='
+OPERATOR_REGEX... | For now; no iregex support. | armet_python-armet | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.