hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
84ba60da6bf9914b58cd11db85c15f4f985a22ac | diff --git a/cellbase-app/src/main/java/org/opencb/cellbase/app/cli/CliOptionsParser.java b/cellbase-app/src/main/java/org/opencb/cellbase/app/cli/CliOptionsParser.java
index <HASH>..<HASH> 100644
--- a/cellbase-app/src/main/java/org/opencb/cellbase/app/cli/CliOptionsParser.java
+++ b/cellbase-app/src/main/java/org/ope... | feature-va-left-align: implementation of left align normalisation in VA CLI started | opencb_cellbase | train | java |
848ad84f140d53599bb0da037716cd83b1ea0b8a | diff --git a/brigade/plugins/tasks/networking/netmiko_run.py b/brigade/plugins/tasks/networking/netmiko_run.py
index <HASH>..<HASH> 100644
--- a/brigade/plugins/tasks/networking/netmiko_run.py
+++ b/brigade/plugins/tasks/networking/netmiko_run.py
@@ -32,9 +32,10 @@ def netmiko_run(task, method, ip=None, host=None, user... | added port and correct way of getting the ip of the host | nornir-automation_nornir | train | py |
463635bb83905c0e11274a675948435bd9a97582 | diff --git a/lib/App.php b/lib/App.php
index <HASH>..<HASH> 100644
--- a/lib/App.php
+++ b/lib/App.php
@@ -74,11 +74,12 @@ class App extends Base
protected $controllerInstances = array();
/**
- * An array contains the pre-defined controller classes
+ * An array that stores predefined controller ... | renamed controllerClasses to controllerMap | twinh_wei | train | php |
71fca36db2b7ca0d21213ef61577bc2d5dada359 | diff --git a/conversejs/utils.py b/conversejs/utils.py
index <HASH>..<HASH> 100644
--- a/conversejs/utils.py
+++ b/conversejs/utils.py
@@ -41,6 +41,8 @@ def get_conversejs_context(context, xmpp_login=False):
bosh = BOSHClient(xmpp_account.jid, xmpp_account.password,
context['CONVERSEJS_BOSH_... | Closing bosh connection after getting credentials | TracyWebTech_django-conversejs | train | py |
ed95d5608e5272f554fe2f412e54e082eca43057 | diff --git a/lib/unfluff.js b/lib/unfluff.js
index <HASH>..<HASH> 100644
--- a/lib/unfluff.js
+++ b/lib/unfluff.js
@@ -59,7 +59,7 @@ void function () {
publisher: function () {
var doc;
doc = getParsedDoc.call(this, html);
- return null != this.publisher ? this.publisher : this.publisher... | Forgot to add compiled unfluff.js! | ageitgey_node-unfluff | train | js |
52e1a22f8d2089ba2fa1c7238972c977d65633a2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -14,7 +14,7 @@ function resizeListener(e) {
})
}
-var exports = function exports(element, fn) {
+var _exports = function exports(element, fn) {
var window = this
var document = window.document
var isIE
@@ -67,7 ... | Rename exports to _exports | KyleAMathews_element-resize-event | train | js |
173b2b3f6eb1807f43edb12c00f043d9c045955c | diff --git a/lib/hci-socket/hci.js b/lib/hci-socket/hci.js
index <HASH>..<HASH> 100644
--- a/lib/hci-socket/hci.js
+++ b/lib/hci-socket/hci.js
@@ -70,8 +70,11 @@ var STATUS_MAPPER = require('./hci-status');
var Hci = function() {
this._socket = new BluetoothHciSocket();
this._isDevUp = null;
+ this._state = nul... | - don't reset advertising state on read local version response if state is powered on | noble_bleno | train | js |
95d7b3f7ca1e1441d3b5763c9bf58decca9dfeaa | diff --git a/MAPKIT/mapkit/RasterConverter.py b/MAPKIT/mapkit/RasterConverter.py
index <HASH>..<HASH> 100644
--- a/MAPKIT/mapkit/RasterConverter.py
+++ b/MAPKIT/mapkit/RasterConverter.py
@@ -294,7 +294,12 @@ class RasterConverter(object):
# Zip KML wrapper file and png together with extension kmz
... | Added definition for time series method. | CI-WATER_mapkit | train | py |
c64c803a6dff16f07696c55775bb5ffd1d4b4dd4 | diff --git a/lib/Server.js b/lib/Server.js
index <HASH>..<HASH> 100644
--- a/lib/Server.js
+++ b/lib/Server.js
@@ -256,11 +256,11 @@ function Server(compiler, options) {
var defaultFeatures = ["setup", "headers", "middleware"];
if(options.proxy)
defaultFeatures.push("proxy");
- if(options.historyApiFallback)
- ... | Fix historyApiFallback for nested paths #<I> (#<I>) | webpack_webpack-dev-server | train | js |
7a98dbc2d187e3fe32bcb5936290533408c48c85 | diff --git a/salt/states/file.py b/salt/states/file.py
index <HASH>..<HASH> 100644
--- a/salt/states/file.py
+++ b/salt/states/file.py
@@ -26,6 +26,22 @@ which makes use of the jinja templating system would look like this:
custom_var: "default value"
other_var: 123
+The ``source`` parameter ... | Add info on specifying a list of file sources
I was surprised to not find this described at all in the docs. It's an
awesome feature, I think. | saltstack_salt | train | py |
dd2cd6b860927b2a89110e2967dcee8838896fbd | diff --git a/src/JMS/Serializer/Twig/SerializerExtension.php b/src/JMS/Serializer/Twig/SerializerExtension.php
index <HASH>..<HASH> 100644
--- a/src/JMS/Serializer/Twig/SerializerExtension.php
+++ b/src/JMS/Serializer/Twig/SerializerExtension.php
@@ -43,28 +43,18 @@ class SerializerExtension extends \Twig_Extension
... | Switch the Twig integration to use non-deprecated APIs | alekitto_serializer | train | php |
7624330d45e3e6b357ed6a903fa1e20ecbaeb04a | diff --git a/src/core/i18n/index.js b/src/core/i18n/index.js
index <HASH>..<HASH> 100644
--- a/src/core/i18n/index.js
+++ b/src/core/i18n/index.js
@@ -11,6 +11,11 @@ class Dict {
return r.replace(`{${k}}`, v);
}, this.dict.getIn(keyPath, ""));
}
+
+ // TODO: this is a bad name because it's meant to be u... | Allow to get a group of translations | auth0_lock | train | js,js |
a2bb2d70afdaf6a016c60d62a1ddea6d4a442c61 | diff --git a/airflow/contrib/hooks/gcp_dataflow_hook.py b/airflow/contrib/hooks/gcp_dataflow_hook.py
index <HASH>..<HASH> 100644
--- a/airflow/contrib/hooks/gcp_dataflow_hook.py
+++ b/airflow/contrib/hooks/gcp_dataflow_hook.py
@@ -65,6 +65,9 @@ class _DataflowJob(LoggingMixin):
if 'currentState' in self._j... | [AIRFLOW-<I>] Update DataflowHook waitfordone for Streaming type job[]
AIRFLOW-<I> Update DataflowHook waitfordone for
Streaming type job
fix flake8
Closes #<I> from ivanwirawan/AIRFLOW-<I> | apache_airflow | train | py |
05fc0a1220c2d7cd02f48e0247989100bf674ef6 | diff --git a/code/controllers/FrontEndWorkflowController.php b/code/controllers/FrontEndWorkflowController.php
index <HASH>..<HASH> 100644
--- a/code/controllers/FrontEndWorkflowController.php
+++ b/code/controllers/FrontEndWorkflowController.php
@@ -73,6 +73,7 @@ abstract class FrontEndWorkflowController extends Contr... | tidied up form hooks | symbiote_silverstripe-advancedworkflow | train | php |
089ab5269a54090023c1780a93c94d94962f47b7 | diff --git a/src/js/core/wrappedselection.js b/src/js/core/wrappedselection.js
index <HASH>..<HASH> 100644
--- a/src/js/core/wrappedselection.js
+++ b/src/js/core/wrappedselection.js
@@ -611,7 +611,8 @@ rangy.createModule("WrappedSelection", function(api, module) {
selProto.refresh = function(checkForChanges) {... | Fix for exception thrown by selection.refresh(). See issue <I>. | timdown_rangy | train | js |
7c265229a4dcf9da558448c19a9fcf9a12b08145 | diff --git a/src/sassdoc.js b/src/sassdoc.js
index <HASH>..<HASH> 100644
--- a/src/sassdoc.js
+++ b/src/sassdoc.js
@@ -70,7 +70,5 @@ export function refresh(dest, config) {
export var documentize = sassdoc;
// Re-export, expose API.
-export { default as Logger } from './logger';
-export { default as config } from '... | Refactor API re-export
- No way to export all of cfg, might be enough for plugins | SassDoc_sassdoc | train | js |
3e6ef745ec0ca238895423820765fcdda7cdcd7a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
maintainer='Lars Butler',
maintainer_email='lars.butler@gmail.com',
url='https://github.com/larsbutler/geomet',
- description='GeoMet',
+ description='GeoJSON <-> WKT/WKB conversion u... | setup:
Added a better package description to setup.py. | geomet_geomet | train | py |
85ef78d40a3475c228f2a74c7d452284cfa96671 | diff --git a/faq-bundle/tests/EventListener/InsertTagsListenerTest.php b/faq-bundle/tests/EventListener/InsertTagsListenerTest.php
index <HASH>..<HASH> 100644
--- a/faq-bundle/tests/EventListener/InsertTagsListenerTest.php
+++ b/faq-bundle/tests/EventListener/InsertTagsListenerTest.php
@@ -81,9 +81,9 @@ class InsertTag... | [Faq] Rename a test method. | contao_contao | train | php |
04d06e287c73d2d51f2299aa96b951e236e27389 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -14,6 +14,5 @@ RSpec.configure do |config|
config.before(:each) do
Panda.instance_variable_set("@connection", nil)
Panda.instance_variable_set("@cloud", nil)
- Time.n... | Unnecessary time freeze removed in the specs
TimeCop is already taking care of that in the panda_spec | pandastream_panda_gem | train | rb |
9997f188d983ebb36ce5517b1d96763cc18bf7b1 | diff --git a/bugwarrior/services/github.py b/bugwarrior/services/github.py
index <HASH>..<HASH> 100644
--- a/bugwarrior/services/github.py
+++ b/bugwarrior/services/github.py
@@ -28,7 +28,7 @@ class GithubClient(ServiceClient):
return user_repos + public_repos
def get_involved_issues(self, username):
- ... | Only query for open github PRs (#<I>)
Previously, setting `involved_issues = True` would pull in PRs that were in any
state, including merged PRs. This patch amends the involved issues query to
only search for open PRs. | ralphbean_bugwarrior | train | py |
07d097dc39b82fa601ccf79741160d908352ca69 | diff --git a/tests.go b/tests.go
index <HASH>..<HASH> 100644
--- a/tests.go
+++ b/tests.go
@@ -221,6 +221,12 @@ func (t *TestSuite) AssertEqual(expected, actual interface{}) {
}
}
+func (t *TestSuite) AssertNotEqual(expected, actual interface{}) {
+ if Equal(expected, actual) {
+ panic(fmt.Errorf("(expected) %v =... | AssertNotEqual and AssertNotContains have been added | revel_revel | train | go |
a720d465487e0048bc27c846efa010c749b77b5e | diff --git a/h5p-default-storage.class.php b/h5p-default-storage.class.php
index <HASH>..<HASH> 100644
--- a/h5p-default-storage.class.php
+++ b/h5p-default-storage.class.php
@@ -408,7 +408,7 @@ class H5PDefaultStorage implements \H5PFileStorage {
*
* @throws Exception Unable to copy the file
*/
- private ... | Make it easier to send files to the editor
HFP-<I> | h5p_h5p-php-library | train | php |
791959080cee277abc727c09238a43e611edbb55 | diff --git a/salt/modules/yumpkg.py b/salt/modules/yumpkg.py
index <HASH>..<HASH> 100644
--- a/salt/modules/yumpkg.py
+++ b/salt/modules/yumpkg.py
@@ -1910,7 +1910,7 @@ def download(*packages):
to_purge = []
for pkg in packages:
to_purge.extend([os.path.join(CACHE_DIR, x)
- fo... | Don't run os.listdir in every loop iteration
Use the cached_pkgs variable instead so you only run it once. | saltstack_salt | train | py |
1b1114e8767f4f0de1180447eec4d375a386bf68 | diff --git a/input_mask/__init__.py b/input_mask/__init__.py
index <HASH>..<HASH> 100644
--- a/input_mask/__init__.py
+++ b/input_mask/__init__.py
@@ -1 +1 @@
-__version__ = '2.0.0b2'
+__version__ = '2.0.0b3'
diff --git a/input_mask/static/input_mask/js/text_input_mask.js b/input_mask/static/input_mask/js/text_input_ma... | Do not display 0 when allowZero is false | caioariede_django-input-mask | train | py,js |
1bec3e76c57bf4748a4eaf53aee560331d416b79 | diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/conf/ConfigurationService.java b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/conf/ConfigurationService.java
index <HASH>..<HASH> 100644
--- a/extensions/guacamole-auth-ldap/src/main/java/org/apache/g... | GUACAMOLE-<I>: Clear out cached ldap-servers.yml if it is deleted. | glyptodon_guacamole-client | train | java |
b903db32aff38a74394247c3b649e1cdf7fd4e0c | diff --git a/announce/views.py b/announce/views.py
index <HASH>..<HASH> 100644
--- a/announce/views.py
+++ b/announce/views.py
@@ -41,5 +41,9 @@ def announce(request):
return HttpResponse(app.get_response())
- logger.debug("---------------------------------------")
- return HttpResponseBadRequest()
+... | more explicit HTTP <I> responses | praekeltfoundation_bellman | train | py |
b80b62c346adfb05f28286f335e814d47f8252d5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,7 @@ setup(
author = 'Paul-Emmanuel Raoul',
author_email = 'skyper@skyplabs.net',
url = 'https://github.com/SkypLabs/python4yahdlc',
+ download_url = 'https://github.com/SkypLabs/python4yahdlc/archive/v1.0.0.zi... | add download url in 'setup.py' file | SkypLabs_python4yahdlc | train | py |
d520a87a48d32a284aed5332606409224d51d12a | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -398,6 +398,7 @@ Runner.prototype.run = function(fn){
function uncaught(err){
var runnable = self.currentRunnable;
debug('uncaught exception');
+ if (runnable.failed) return;
runnable.c... | Fixed double reporting of uncaught exceptions after timeout. Closes #<I>
if its already failed stop reporting it | mochajs_mocha | train | js |
34066ad177da6ac5cff5860183c43ed9e6c98aae | diff --git a/components/badge/badge.js b/components/badge/badge.js
index <HASH>..<HASH> 100644
--- a/components/badge/badge.js
+++ b/components/badge/badge.js
@@ -5,7 +5,7 @@ import './badge.scss';
/**
* @name Badge
- * @category Forms
+ * @category Components
* @constructor
* @description Provides simple comp... | RG-<I> change "Badge" component category to "Components" because it is not form-specific
Former-commit-id: <I>a<I>e<I>b<I>d<I>c<I>c<I>d<I>c0 | JetBrains_ring-ui | train | js |
d9ee08301a66bc8ef73a8b71d5e2153cc65f958b | diff --git a/dataviews/sheetviews.py b/dataviews/sheetviews.py
index <HASH>..<HASH> 100644
--- a/dataviews/sheetviews.py
+++ b/dataviews/sheetviews.py
@@ -7,7 +7,7 @@ from dataviews import Stack, DataHistogram, DataStack, find_minmax
from ndmapping import NdMapping, Dimension
from options import options
from sheetco... | Removed unused Layout import in dataviews/sheetviews.py | pyviz_holoviews | train | py |
e88b7f750d58e67fcc3a71646d38392563c88e6f | diff --git a/hep/rules/bd9xx.py b/hep/rules/bd9xx.py
index <HASH>..<HASH> 100644
--- a/hep/rules/bd9xx.py
+++ b/hep/rules/bd9xx.py
@@ -41,6 +41,24 @@ from ...utils import force_single_element, get_recid_from_ref, get_record_ref
RE_VALID_PUBNOTE = re.compile(".*,.*,.*(,.*)?")
+@hep.over('record_affiliations', '^902... | global: bump inspire-schemas to version ~<I> | inspirehep_inspire-dojson | train | py |
583063b47c2495ebcd4d87c9234faf5e3838dec5 | diff --git a/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/CodecFactory.java b/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/CodecFactory.java
index <HASH>..<HASH> 100644
--- a/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/CodecFactory.java
+++ b/parquet-hadoop/src/main/java/org/apache/parque... | PARQUET-<I>: Use job ClassLoader to load CompressionCodec class (#<I>)
The MR job might be having a different ClassLoader then
the defining ClassLoader of the CodecFactory class.
A CompressionCodec class that is not loadable via the
CodecFactory ClassLoader might be loadable through the
job ClassLoader. | apache_parquet-mr | train | java |
8aba6a61848c818771cd37a1206a1e4ab592be9d | diff --git a/petl/io/numpy.py b/petl/io/numpy.py
index <HASH>..<HASH> 100644
--- a/petl/io/numpy.py
+++ b/petl/io/numpy.py
@@ -32,7 +32,7 @@ def toarray(table, dtype=None, count=-1, sample=1000):
>>> a = etl.toarray(table)
>>> a
array([('apples', 1, 2.5), ('oranges', 3, 4.4), ('pears', 7, 0.1... | fix doctests for numpy upgrade | petl-developers_petl | train | py |
676ff681548e1e0d02d0a3cb6335b91b4c896a8a | diff --git a/structr-ui/src/main/resources/structr/js/init.js b/structr-ui/src/main/resources/structr/js/init.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/init.js
+++ b/structr-ui/src/main/resources/structr/js/init.js
@@ -1683,6 +1683,7 @@ var Structr = {
var appendToElement = conf... | Feature: Enables user to apply css to element to which an info text is appended | structr_structr | train | js |
3f7e47747f2948a49ba2e6e79e187da2fa04ff94 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,6 +1,6 @@
var fs = require('fs')
-function EveryPaaS(options) {
+function EveryPaaS() {
this.DOTCLOUD = "dotcloud"
this.HEROKU = "heroku"
this.NODEJITSU = "nodejitsu" | EveryPaaS constructor does not take an options object. | niallo_everypaas | train | js |
6609ee8b12c600d2a8d4b69358c6ffe8c541a440 | diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index <HASH>..<HASH> 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -114,7 +114,14 @@ def _determine_callable(callable_obj):
from_object = new and new.parent.scope().name == 'object'
from_builti... | Add temporary fix for the builtins check in _determine_callable_obj. | PyCQA_pylint | train | py |
f216e8ad3c3d7d6371f4653ec5d6513b8e77a428 | diff --git a/lib/gcli/types/node.js b/lib/gcli/types/node.js
index <HASH>..<HASH> 100644
--- a/lib/gcli/types/node.js
+++ b/lib/gcli/types/node.js
@@ -56,7 +56,9 @@ exports.getWindowHolder = function() {
* NodeListType to allow terminal to tell us which nodes should be highlighted
*/
function onEnter(assignment) {... | runat-<I>: Remove onEnter/onLeave/onChange notification
The idea was that we could highlight nodes when command line cursor was
'inside' the relevant argument. But it's not working for several
reasons:
* It needs remoting (and this could be a perf issue)
* We've not hooked it up to the new multiple node highlighter
* ... | joewalker_gcli | train | js |
4d51daaae98c2fc9fe9a3f63f1fb0f1dc00585b9 | diff --git a/bookstore/handlers.py b/bookstore/handlers.py
index <HASH>..<HASH> 100644
--- a/bookstore/handlers.py
+++ b/bookstore/handlers.py
@@ -69,7 +69,7 @@ class BookstorePublishHandler(APIHandler):
self.log.info("Processing published write of %s", path)
await client.put_object(Bucket=sel... | undo bytes encoding for put_object | nteract_bookstore | train | py |
c6b2d54b2add21c6efd2e71583cd9e5eb0977a34 | diff --git a/lib/support/cli.js b/lib/support/cli.js
index <HASH>..<HASH> 100644
--- a/lib/support/cli.js
+++ b/lib/support/cli.js
@@ -592,6 +592,12 @@ module.exports.parseCommandLine = function parseCommandLine() {
describe:
'How long time to wait (in seconds) if the androidBatteryTemperatureWaitTimeIn... | Verify internet connection before you start a test. (#<I>) | sitespeedio_browsertime | train | js |
92e8b4c462e0a667fa631858fbce8dc281cd98d4 | diff --git a/lib/podio/models/conversation.rb b/lib/podio/models/conversation.rb
index <HASH>..<HASH> 100644
--- a/lib/podio/models/conversation.rb
+++ b/lib/podio/models/conversation.rb
@@ -121,6 +121,19 @@ class Podio::Conversation < ActivePodio::Base
Podio.connection.delete("/conversation/#{conversation_id}/r... | Starring and unstaring conversations support. | podio_podio-rb | train | rb |
a9c3c148b0c1f2ac604c380c9d3dde74a4560aed | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,13 +1,20 @@
#!/usr/bin/env python
+setup_args = {}
+
try:
from setuptools import setup
from setuptools.extension import Extension
+ setup_args.update(install_requires=[
+ 'Cython >= 0.11',
+ '... | setup.py: added dependencies for easy_install | etal_biofrills | train | py |
39a9bdf954427605e9f3167595d6ff07b96bc2fd | diff --git a/explauto/interest_model/random.py b/explauto/interest_model/random.py
index <HASH>..<HASH> 100644
--- a/explauto/interest_model/random.py
+++ b/explauto/interest_model/random.py
@@ -141,15 +141,9 @@ class MiscRandomInterest(RandomInterest):
interest_models = {'random': (RandomInterest,... | simplified default config of miscRandom interest model | flowersteam_explauto | train | py |
1dd125919ecaa24c33cbedb79d39f3628d5b2c8e | diff --git a/test.py b/test.py
index <HASH>..<HASH> 100644
--- a/test.py
+++ b/test.py
@@ -585,8 +585,8 @@ for i in xrange(42):
""")
out = []
- for line in python(py.name, _for=True): out.append(line)
- self.assertTrue(len(out) == 42)
+ for line in python(py.name, _for=True): out.append... | being a little more specific with test_for_generator | amoffat_sh | train | py |
42123df22b65dbbe47f9e5ca793861d29f21a23d | diff --git a/TYPO3.Flow/Classes/Package/Manager.php b/TYPO3.Flow/Classes/Package/Manager.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Classes/Package/Manager.php
+++ b/TYPO3.Flow/Classes/Package/Manager.php
@@ -377,6 +377,9 @@ class Manager implements \F3\FLOW3\Package\ManagerInterface {
$childFilename = $chil... | [+FEATURE] FLOW3 (Package): Duplicate packages are now detected and an exception is thrown, resolves #<I>.
Original-Commit-Hash: c7b7b5db<I>c<I>da<I>fba0d<I>a4f5b | neos_flow-development-collection | train | php |
7a9a53a32d37876f3bba120798e8ac990ddc397f | diff --git a/libkbfs/kbfs_ops.go b/libkbfs/kbfs_ops.go
index <HASH>..<HASH> 100644
--- a/libkbfs/kbfs_ops.go
+++ b/libkbfs/kbfs_ops.go
@@ -261,13 +261,17 @@ func (fs *KBFSOpsStandard) execReadInChannel(
func (fs *KBFSOpsStandard) GetRootMD(dir DirId) (md *RootMetadata, err error) {
// don't check read permissions he... | kbfs_ops: fix data race found by 'go test -race'
Don't inspect the MD outside of the scheduler. | keybase_client | train | go |
daa01494034a1dfa69ac4bdc848b9e6e91546676 | diff --git a/beets/mediafile.py b/beets/mediafile.py
index <HASH>..<HASH> 100644
--- a/beets/mediafile.py
+++ b/beets/mediafile.py
@@ -398,8 +398,9 @@ class StorageStyle(object):
self.float_places = float_places
# Convert suffix to correct string type.
- if self.suffix and self.as_type is uni... | Fix bytes/str with unicode-nazi
Further cleaning will require setting unicode_literals on plugins
Original: beetbox/beets@<I>c | beetbox_mediafile | train | py |
69cf82e8b23dcdd0c83f1fd353b6175c551fbdb3 | diff --git a/src/raven.js b/src/raven.js
index <HASH>..<HASH> 100644
--- a/src/raven.js
+++ b/src/raven.js
@@ -1272,8 +1272,12 @@ Raven.prototype = {
// borrowed from: https://github.com/angular/angular.js/pull/13945/files
var chrome = _window.chrome;
var isChromePackagedApp = chrome && chrome.app && chr... | Check for replaceState and fill it | getsentry_sentry-javascript | train | js |
382dfe2138c1ad39734d142a6f0b88010d8f3721 | diff --git a/src/subscription/mapAsyncIterator.js b/src/subscription/mapAsyncIterator.js
index <HASH>..<HASH> 100644
--- a/src/subscription/mapAsyncIterator.js
+++ b/src/subscription/mapAsyncIterator.js
@@ -24,10 +24,16 @@ export function mapAsyncIterator<T, U>(
};
}
- function mapResult(result: IteratorResu... | mapAsyncIterator: simplify mapResult (#<I>) | graphql_graphql-js | train | js |
88043f1a7743a00caec06c7ef6a9c507e03edf6e | diff --git a/lib/rnes/ppu_bus.rb b/lib/rnes/ppu_bus.rb
index <HASH>..<HASH> 100644
--- a/lib/rnes/ppu_bus.rb
+++ b/lib/rnes/ppu_bus.rb
@@ -28,9 +28,9 @@ module Rnes
when 0x3F00..0x3F1F
@video_ram.read(address - 0x2000)
when 0x3F20..0x3FFF
- read(address - 0x20) # mirror to 0x3F00..0x3F1F
+... | Remove verbose comment from PPU bus | r7kamura_rnes | train | rb |
cf0b219c65b02103ef3d3d78a15c7f5b364173ad | diff --git a/components.js b/components.js
index <HASH>..<HASH> 100644
--- a/components.js
+++ b/components.js
@@ -1 +1,2 @@
-exports.EasyFormsComponent = require('./lib/easy-forms.component').EasyFormsComponent;
\ No newline at end of file
+exports.EasyFormsComponent = require('./lib/easy-forms.component').EasyFormsCo... | fix: added EasyFormData interface to d.ts | flauc_angular2-easy-forms | train | js |
bff5c69dd3f0615cc8044164245a0b464a250acf | diff --git a/speech/google/cloud/speech/transcript.py b/speech/google/cloud/speech/transcript.py
index <HASH>..<HASH> 100644
--- a/speech/google/cloud/speech/transcript.py
+++ b/speech/google/cloud/speech/transcript.py
@@ -38,7 +38,7 @@ class Transcript(object):
:rtype: :class:`Transcript`
:returns: I... | Fixes issue when max_alternatives is more than 1 and confidence is missing. | googleapis_google-cloud-python | train | py,py |
a5496ec23cba75318f2094d63265a432ede4823c | diff --git a/jcvi/formats/genbank.py b/jcvi/formats/genbank.py
index <HASH>..<HASH> 100644
--- a/jcvi/formats/genbank.py
+++ b/jcvi/formats/genbank.py
@@ -49,11 +49,6 @@ class MultiGenBank(BaseFile):
for f in rf:
self.print_gffline(gff_fw, f, seqid)
nfeats += 1
-
- ... | Remove .sub_features extraction as no longer needed (thanks @chen1i6c<I>, #<I>) (#<I>) | tanghaibao_jcvi | train | py |
c844c7b34c4840e0fb0bfa39f5e8872432844590 | diff --git a/lesscpy/lessc/scope.py b/lesscpy/lessc/scope.py
index <HASH>..<HASH> 100644
--- a/lesscpy/lessc/scope.py
+++ b/lesscpy/lessc/scope.py
@@ -90,6 +90,8 @@ class Scope(list):
"""
if isinstance(name, tuple):
name = name[0]
+ if name.startswith('@{'):
+ name = '@'... | Support swapping "@{...}" type variables
These only occur in interpolated strings (~'...' or ~"..."). | lesscpy_lesscpy | train | py |
bc4c1c6f28e5e137352bb233a557d433dca0119f | diff --git a/src/model.js b/src/model.js
index <HASH>..<HASH> 100644
--- a/src/model.js
+++ b/src/model.js
@@ -3,8 +3,9 @@
module.exports = function (ConvexModel, Firebase, $q, convexConfig) {
ConvexModel.prototype.$ref = function () {
+ var pathOverride = this.$firebase && this.$firebase.path;
return new... | Use $path as the default and then fall back to $firebase#path | bendrucker_convex-firebase | train | js,js |
9a566ef073e77388585480ec4a152ca28417ec53 | diff --git a/lib/aruba/api.rb b/lib/aruba/api.rb
index <HASH>..<HASH> 100644
--- a/lib/aruba/api.rb
+++ b/lib/aruba/api.rb
@@ -410,6 +410,8 @@ module Aruba
# @param [true,false] expect_presence
# Should the given paths be present (true) or absent (false)
def check_file_presence(paths, expect_presence =... | Fixed expand_path for check_presence | cucumber_aruba | train | rb |
14b6053200367c12cb8868652c0ea6c2a8a20ed6 | diff --git a/app/medication/edit/controller.js b/app/medication/edit/controller.js
index <HASH>..<HASH> 100644
--- a/app/medication/edit/controller.js
+++ b/app/medication/edit/controller.js
@@ -82,6 +82,7 @@ export default AbstractEditController.extend(InventorySelection, PatientId, Pati
},
_addNewPati... | Added alert when creating new patient from medication
Added alert for slow connections | HospitalRun_hospitalrun-frontend | train | js |
d88bbb05dea57adbe15bcb7d3e09ae4917e77a65 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,6 +2,7 @@
$:.push(File.expand_path("../../lib", __FILE__))
+require "fileutils"
require "fakeweb"
require "uri"
require "ryodo"
@@ -22,7 +23,7 @@ end
RYODO_SPEC_ROOT = Fi... | Fix tmp/spec folder issue while test run | asaaki_ryodo | train | rb |
010c3a530cd1a59305081610e26ea4061a1eb82e | diff --git a/lib/async.js b/lib/async.js
index <HASH>..<HASH> 100644
--- a/lib/async.js
+++ b/lib/async.js
@@ -375,7 +375,7 @@
}, true);
};
if (ready()) {
- task[task.length - 1](taskCallback);
+ task[task.length - 1](taskCallback, results);
... | Fix bug in auto. Results wern't being passed to functions that were immediately ready to run. | caolan_async | train | js |
d3b35607784c691b6fa6d2f3cbe781bdfbfb1e7d | diff --git a/publish/index.js b/publish/index.js
index <HASH>..<HASH> 100644
--- a/publish/index.js
+++ b/publish/index.js
@@ -151,7 +151,7 @@ let package = require("../package.json");
// Add & Commit files to Git
const gitCommitPackageSub = ora("Committing files to Git").start();
- await git.commit(`Bumping v... | Trying to fix what is included in publish commit | dynamoosejs_dynamoose | train | js |
542cc42538d8f75f58442f0d4b45a0dcbda5ad4b | diff --git a/framework/core/js/src/forum/compat.js b/framework/core/js/src/forum/compat.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/src/forum/compat.js
+++ b/framework/core/js/src/forum/compat.js
@@ -72,6 +72,7 @@ import DiscussionPageResolver from './resolvers/DiscussionPageResolver';
import BasicEditorDri... | feat: export `utils/isSafariMobile` (#<I>) | flarum_core | train | js |
bdecf85fb5a0df9d11bffc948bd213921125e0de | diff --git a/gremlin-javascript/src/main/javascript/gremlin-javascript/test/helper.js b/gremlin-javascript/src/main/javascript/gremlin-javascript/test/helper.js
index <HASH>..<HASH> 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/test/helper.js
+++ b/gremlin-javascript/src/main/javascript/gremlin... | Switched from TLS sockets to normal socket on connection to gremlin secure server. | apache_tinkerpop | train | js |
0c692422545363473640939bcb307a22e34e0176 | diff --git a/sqlalchemyutils.py b/sqlalchemyutils.py
index <HASH>..<HASH> 100644
--- a/sqlalchemyutils.py
+++ b/sqlalchemyutils.py
@@ -28,6 +28,7 @@ from sqlalchemy.orm import class_mapper, properties
from sqlalchemy.types import TypeDecorator, TEXT, LargeBinary
from sqlalchemy.sql.expression import FunctionElement
... | SQLAlchemy: fix for MySQL gone exception handling
* Addresses problem with unclear exception when MySQL is down.
(closes #<I>) | inveniosoftware-attic_invenio-utils | train | py |
04ecccae4ee4f387cbb8de2f8b3ca859d2730136 | diff --git a/server.py b/server.py
index <HASH>..<HASH> 100644
--- a/server.py
+++ b/server.py
@@ -7,24 +7,22 @@ class GNTPServer(SocketServer.TCPServer):
class GNTPHandler(SocketServer.StreamRequestHandler):
def read(self):
- bufferSleep = 0.01
bufferLength = 2048
- time.sleep(bufferSleep) #Let the buffer fi... | Slightly better checks for the end of message. | kfdm_gntp | train | py |
c4106ed9e129a5d8f520b718416c1b4e0ce99825 | diff --git a/jave-core/src/main/java/ws/schild/jave/MultimediaObject.java b/jave-core/src/main/java/ws/schild/jave/MultimediaObject.java
index <HASH>..<HASH> 100644
--- a/jave-core/src/main/java/ws/schild/jave/MultimediaObject.java
+++ b/jave-core/src/main/java/ws/schild/jave/MultimediaObject.java
@@ -223,7 +223,8 @@ p... | Keeping this around since it might be needed in the future. | a-schild_jave2 | train | java |
dd8437333e98f4a4fd36557f07e54558bdb1e0a9 | diff --git a/ConfigurationUrlParser.php b/ConfigurationUrlParser.php
index <HASH>..<HASH> 100644
--- a/ConfigurationUrlParser.php
+++ b/ConfigurationUrlParser.php
@@ -124,6 +124,8 @@ class ConfigurationUrlParser
*
* @param string $url
* @return array
+ *
+ * @throws \InvalidArgumentException... | add missing docblocks (#<I>) | illuminate_support | train | php,php |
42af41c1677a3c5ced623635d16f959940f6e9dc | diff --git a/lib/codeme/config.rb b/lib/codeme/config.rb
index <HASH>..<HASH> 100644
--- a/lib/codeme/config.rb
+++ b/lib/codeme/config.rb
@@ -6,6 +6,7 @@ module Codeme
attr_accessor :default_config
def method_missing(name, *args, &block)
+ p name
(@instance ||= self.new).send(name, *arg... | Add class level accessor for Config | tamashii-io_tamashii-common | train | rb,rb |
38db64d3c2aef2700a9fb1de0e15992c49852d37 | diff --git a/test/Base/BaseTestCase.php b/test/Base/BaseTestCase.php
index <HASH>..<HASH> 100644
--- a/test/Base/BaseTestCase.php
+++ b/test/Base/BaseTestCase.php
@@ -2,7 +2,7 @@
namespace RcmTest\Base;
-require_once __DIR__ . '/Zf2TestCase.php';
+require_once __DIR__ . '/ZF2TestCase.php';
use Rcm\Entity\Countr... | PROD-<I> Use commas for decimals in euro and other countries - add unit tests | reliv_Rcm | train | php |
1d91cad559b8a5a0d9141a2bd934d5bf5c62e036 | diff --git a/src/MetaModels/DcGeneral/Events/Table/FilterSetting/DrawSetting.php b/src/MetaModels/DcGeneral/Events/Table/FilterSetting/DrawSetting.php
index <HASH>..<HASH> 100644
--- a/src/MetaModels/DcGeneral/Events/Table/FilterSetting/DrawSetting.php
+++ b/src/MetaModels/DcGeneral/Events/Table/FilterSetting/DrawSetti... | Fix endless recursion in drawing filter settings. | MetaModels_core | train | php |
414d0c3b2e80168fde2e339504ac09c6dd394fa7 | diff --git a/src/Orders/OrdersStatus.php b/src/Orders/OrdersStatus.php
index <HASH>..<HASH> 100644
--- a/src/Orders/OrdersStatus.php
+++ b/src/Orders/OrdersStatus.php
@@ -32,4 +32,28 @@ class OrdersStatus {
return $result;
}
+ /**
+ * [RO] Confirma o comanda existenta (https://github.com/celdotro... | Added method for order confirmation
modified: src/Orders/OrdersStatus.php | celdotro_marketplace | train | php |
a4fc2e79db4cbf167e315834dc3298f9f9d1fe21 | diff --git a/programs/demag_gui.py b/programs/demag_gui.py
index <HASH>..<HASH> 100755
--- a/programs/demag_gui.py
+++ b/programs/demag_gui.py
@@ -5025,8 +5025,10 @@ class Demag_GUI(wx.Frame):
mb = self.GetMenuBar()
am = mb.GetMenu(2)
submenu_toggle_mean_display = wx.Menu()
- lines = [... | fixed error with dashed fit names crashing GUI | PmagPy_PmagPy | train | py |
50c09efa634a3d961e087560eecc2bd71d9360cc | diff --git a/test/airbrake_tasks_test.rb b/test/airbrake_tasks_test.rb
index <HASH>..<HASH> 100644
--- a/test/airbrake_tasks_test.rb
+++ b/test/airbrake_tasks_test.rb
@@ -92,12 +92,6 @@ class AirbrakeTasksTest < Test::Unit::TestCase
end
end
- before_should "use the :api_key param if i... | Remove test that checks availability of passing api_key opt | airbrake_airbrake | train | rb |
0e4c58d18d67b93da3f29bfa25cc942f2cae5f7a | diff --git a/state/settings.go b/state/settings.go
index <HASH>..<HASH> 100644
--- a/state/settings.go
+++ b/state/settings.go
@@ -243,7 +243,7 @@ func (c *Settings) Read() error {
// readSettingsDoc reads the settings with the given
// key. It returns the settings and the current rxnRevno.
func readSettingsDoc(st *... | state: use a raw collection when load settings
This is required to allow loading of settings before the env UUID
migration for settings. Without this change upgrades to <I> fail. | juju_juju | train | go |
2053bde9fac91697a5270746126cf92346cc517e | diff --git a/src/generator/custom/CustomGenerator.js b/src/generator/custom/CustomGenerator.js
index <HASH>..<HASH> 100644
--- a/src/generator/custom/CustomGenerator.js
+++ b/src/generator/custom/CustomGenerator.js
@@ -49,7 +49,7 @@ module.exports = function(PluginResolver) {
// TODO: this should be in the Htm... | fix(generator): Fix reference in customGenerator | hrajchert_mddoc | train | js |
afd50019f28e08e55d71a9e1062ece706f728b63 | diff --git a/test/flatten.js b/test/flatten.js
index <HASH>..<HASH> 100644
--- a/test/flatten.js
+++ b/test/flatten.js
@@ -53,4 +53,20 @@ test('flatten stream of streams', function (t) {
})
+test.only('flatten stream of broken streams', function (t) {
+ var _err = new Error('I am broken');
+ pull(
+ pull.valu... | Add failing test for flattening stream of broken streams | pull-stream_pull-stream | train | js |
ad9cd8c4ca0a148fc607df1b63ba801c7ed0a03f | diff --git a/pmml-model/src/main/java/org/dmg/pmml/Cell.java b/pmml-model/src/main/java/org/dmg/pmml/Cell.java
index <HASH>..<HASH> 100644
--- a/pmml-model/src/main/java/org/dmg/pmml/Cell.java
+++ b/pmml-model/src/main/java/org/dmg/pmml/Cell.java
@@ -20,7 +20,7 @@ import org.jpmml.model.annotations.Property;
)
@XmlTr... | Removed Cell from HasValue class hierarchy | jpmml_jpmml-model | train | java |
2ec65239e0e8e8c734b300ed10e0f974c5e766dd | diff --git a/audioread/gstdec.py b/audioread/gstdec.py
index <HASH>..<HASH> 100644
--- a/audioread/gstdec.py
+++ b/audioread/gstdec.py
@@ -228,7 +228,7 @@ class GstAudioFile(object):
self.ready_sem.acquire()
if self.read_exc:
# An error occurred before the stream became ready.
- ... | clean up gst properly when an error occurs | beetbox_audioread | train | py |
d9a32fde61dce5449380177f46b2ebe6d949544c | diff --git a/anyconfig/globals.py b/anyconfig/globals.py
index <HASH>..<HASH> 100644
--- a/anyconfig/globals.py
+++ b/anyconfig/globals.py
@@ -2,6 +2,8 @@
# Copyright (C) 2013 Satoru SATOH <ssato @ redhat.com>
# License: MIT
#
+"""anyconfig globals.
+"""
import logging
@@ -11,22 +13,22 @@ VERSION = "0.0.3.10"
... | fix some pylint errors and warnings | ssato_python-anyconfig | train | py |
43a833dec24f4e0a7dc1d8494a5ad1b44113db15 | diff --git a/dvc/version.py b/dvc/version.py
index <HASH>..<HASH> 100644
--- a/dvc/version.py
+++ b/dvc/version.py
@@ -7,7 +7,7 @@ import os
import subprocess
-_BASE_VERSION = "0.35.7"
+_BASE_VERSION = "0.40.0"
def _generate_version(base_version): | dvc: bump to <I> | iterative_dvc | train | py |
f66211060c37dd6c2b4112cc9c5f8e12d7fa380b | diff --git a/src/org/jgroups/blocks/RequestCorrelator.java b/src/org/jgroups/blocks/RequestCorrelator.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/blocks/RequestCorrelator.java
+++ b/src/org/jgroups/blocks/RequestCorrelator.java
@@ -1,4 +1,4 @@
-// $Id: RequestCorrelator.java,v 1.58 2010/01/18 14:32:37 belaba... | if NO_FC was set in the request, it is also set in the response (<URL>) | belaban_JGroups | train | java |
41f57ef0d435f37a42680fe55ed71a460440d6eb | diff --git a/digitalocean/Image.py b/digitalocean/Image.py
index <HASH>..<HASH> 100644
--- a/digitalocean/Image.py
+++ b/digitalocean/Image.py
@@ -41,3 +41,6 @@ class Image(BaseAPI):
type="PUT",
params={"name": new_name}
)
+
+ def __str__(self):
+ return "%s %s %s" % (self.i... | The domain should return the ID, the distribution name and the name when used as string. | koalalorenzo_python-digitalocean | train | py |
62a1f6bce4edbd27b06ef0edb03c1284bebd258f | diff --git a/redish/proxy.py b/redish/proxy.py
index <HASH>..<HASH> 100644
--- a/redish/proxy.py
+++ b/redish/proxy.py
@@ -33,15 +33,18 @@ class Proxy(Redis):
return TYPE_MAP[typ](key, self)
def __setitem__(self, key, value):
- if isinstance(value, (int, basestring):
-
+ ... | Finish that line on checking for ints and strings, implement __setitem__ as pipeline. | ask_redish | train | py |
dc38940d7e537f97f56e9b6cc4ee28ff9f61c9f6 | diff --git a/extensions/roc-package-webpack-dev/src/actions/build.js b/extensions/roc-package-webpack-dev/src/actions/build.js
index <HASH>..<HASH> 100644
--- a/extensions/roc-package-webpack-dev/src/actions/build.js
+++ b/extensions/roc-package-webpack-dev/src/actions/build.js
@@ -108,7 +108,7 @@ export default ({ con... | Fixed a problem when no targets where valid | rocjs_extensions | train | js |
f370472d515aa204eac9e6c8c51b462bc4cf09db | diff --git a/rabbithole.go b/rabbithole.go
index <HASH>..<HASH> 100644
--- a/rabbithole.go
+++ b/rabbithole.go
@@ -206,11 +206,11 @@ type ConnectionInfo struct {
ClientProperties Properties `json:"client_properties"`
- RecvOct int `json:"recv_oct"`
- SendOct int `json:"send_oct"... | Use uint<I> for values that can be really large | michaelklishin_rabbit-hole | train | go |
e41b2e806d1c71349856f45b5de5e79693617fba | diff --git a/lib/devices/gateway/sensor_ht.js b/lib/devices/gateway/sensor_ht.js
index <HASH>..<HASH> 100644
--- a/lib/devices/gateway/sensor_ht.js
+++ b/lib/devices/gateway/sensor_ht.js
@@ -3,8 +3,9 @@
const SubDevice = require('./subdevice');
const { Temperature, Humidity } = require('../capabilities/sensor');
+c... | Add battery state to Temperature Sensor
These work the same as the body sensors, so we can simply import
the existing capability. | aholstenson_miio | train | js |
b37ea094adec4448ce29274b215f0e58e0f9536f | diff --git a/lib/poolparty/helpers/provisioners/slave.rb b/lib/poolparty/helpers/provisioners/slave.rb
index <HASH>..<HASH> 100644
--- a/lib/poolparty/helpers/provisioners/slave.rb
+++ b/lib/poolparty/helpers/provisioners/slave.rb
@@ -33,6 +33,7 @@ module PoolParty
def run_once_and_clean
<<-EOS
... | Updated removal of the certs before prerun on the slaves | auser_poolparty | train | rb |
4aff055798901b95997b340c9cba044a11046c3d | diff --git a/src/statements/returnStatement.js b/src/statements/returnStatement.js
index <HASH>..<HASH> 100644
--- a/src/statements/returnStatement.js
+++ b/src/statements/returnStatement.js
@@ -2,7 +2,7 @@ import traverser from "../traverser";
// http://esprima.readthedocs.io/en/latest/syntax-tree-format.html#retur... | Add support for return with no argument
Fixes #8 | AgronKabashi_jspicl | train | js |
eb392027c074d2c812902edb049fcf561ccb6a3e | diff --git a/IDBStore.js b/IDBStore.js
index <HASH>..<HASH> 100644
--- a/IDBStore.js
+++ b/IDBStore.js
@@ -17,7 +17,6 @@
var IDBStore;
var defaults = {
- dbName: 'IDB',
storeName: 'Store',
dbVersion: 1,
keyPath: 'id',
@@ -37,6 +36,8 @@
mixin(this, defaults);
mixin(this, kwArgs);
+ ... | Don't allow setting of dbName
This removes the ability to have multiple stores in one db. | jensarps_IDBWrapper | train | js |
1c805bfad15eeb8ea9fff1ecf4242c31158b87f0 | diff --git a/wafer/static/js/edit_schedule.js b/wafer/static/js/edit_schedule.js
index <HASH>..<HASH> 100644
--- a/wafer/static/js/edit_schedule.js
+++ b/wafer/static/js/edit_schedule.js
@@ -127,7 +127,7 @@
e.target.classList.remove('success');
e.target.classList.remove('info');
- var typeCla... | schedule editor: fix coloring newly scheduled/deleted items
This fixes a problem where:
- newly-allocated items (i.e. ones that were just dropped in the
schedule) don't get colored as the others, but are colored after one
refreshes the page.
- newly deleted items are removed, but the cell where they were is still... | CTPUG_wafer | train | js |
fa145c1c2b80ee221e06c380eef331017e97ea9c | diff --git a/niworkflows/viz/utils.py b/niworkflows/viz/utils.py
index <HASH>..<HASH> 100644
--- a/niworkflows/viz/utils.py
+++ b/niworkflows/viz/utils.py
@@ -367,7 +367,7 @@ def plot_registration(
display.add_contours(white, colors="b", **kwargs)
display.add_contours(pial, colors="r", **kwarg... | FIX: Improve mask contour visibility | poldracklab_niworkflows | train | py |
60b94b505af2c5ce8eb85183f32ec41535036154 | diff --git a/src/Engine.php b/src/Engine.php
index <HASH>..<HASH> 100644
--- a/src/Engine.php
+++ b/src/Engine.php
@@ -197,6 +197,9 @@ class Engine implements EngineInterface, TemplateAware, FinderAware
*/
public function render($template, array $data = [])
{
+ if (is_file($template)) {
+ ... | Allow Engine::render() to accept template full path
See #<I> | FoilPHP_Foil | train | php |
7eeaf0727788d2018e318c1f9540dd254ad0ad58 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -576,6 +576,8 @@ async function activate() {
// TODO: Show the list of commits that would be added. Should be disabled by default.
// git log master..develop --oneline
+ if ( !fs.existsSync( '.gitignore' ) )
+ logge... | Added warnings on .gitignore files missing from the repository | Zelgadis87_npm-versionator | train | js |
5e3d57966b95a0f5e4fa12028cc4b86b4b2a38e9 | diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js
index <HASH>..<HASH> 100644
--- a/pywb/static/wombat.js
+++ b/pywb/static/wombat.js
@@ -1039,7 +1039,10 @@ var wombat_internal = function($wbwindow) {
return n1 + rewrite_url(n2) + n3;
}
- return value.replace(STYLE_REGEX, style_r... | rewrite: ensure WB_wombat_ removed from and style strings | webrecorder_pywb | train | js |
66f2fa043b9e19e1f3759417b48d516da2509f2e | diff --git a/pkg/build/builder/util.go b/pkg/build/builder/util.go
index <HASH>..<HASH> 100644
--- a/pkg/build/builder/util.go
+++ b/pkg/build/builder/util.go
@@ -10,15 +10,19 @@ import (
stiapi "github.com/openshift/source-to-image/pkg/api"
)
+var (
+ // procCGroupPattern is a regular expression that parses the e... | Move the cgroup regex to package level.
Address code review comment: coding convention calls for regex
patterns to be defined as package level vars. | openshift_origin | train | go |
83386d2eeb9c8eeecd29ee9a88e037e3fb662793 | diff --git a/WellCommerceNewsBundle.php b/WellCommerceNewsBundle.php
index <HASH>..<HASH> 100644
--- a/WellCommerceNewsBundle.php
+++ b/WellCommerceNewsBundle.php
@@ -12,7 +12,9 @@
namespace WellCommerce\Bundle\NewsBundle;
+use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKern... | Added compiler passes to all bundles
(cherry picked from commit <I>ebd<I>a7aa0b9c6be3c<I>f<I>a7ce<I>bc<I>f) | WellCommerce_WishlistBundle | train | php |
80c51ff7b06426bbe52bab35b96b630667e25a75 | diff --git a/src/DB/Entity/LazyLoading/Implementation.php b/src/DB/Entity/LazyLoading/Implementation.php
index <HASH>..<HASH> 100644
--- a/src/DB/Entity/LazyLoading/Implementation.php
+++ b/src/DB/Entity/LazyLoading/Implementation.php
@@ -25,22 +25,21 @@ trait Implementation
*/
public static function lazyloa... | LazyLoading implementation: don't use is static method | jasny_db | train | php |
023e35b52b7d4cf4e9058422a8f2173d17a1c075 | diff --git a/src/dolo/misc/yamlfile.py b/src/dolo/misc/yamlfile.py
index <HASH>..<HASH> 100644
--- a/src/dolo/misc/yamlfile.py
+++ b/src/dolo/misc/yamlfile.py
@@ -22,7 +22,8 @@ Imports the content of a modfile into the current interpreter scope
# check
if 'controls' in declarations:
variables_groups ... | yamlfile recognize auxiliary_2 as a new category (temporary ?) | EconForge_dolo | train | py |
e400f3f13bbfaa231b6d4d9dcd6d7fc9c5d28741 | diff --git a/javalite-templator/src/main/java/org/javalite/templator/MergeToken.java b/javalite-templator/src/main/java/org/javalite/templator/MergeToken.java
index <HASH>..<HASH> 100644
--- a/javalite-templator/src/main/java/org/javalite/templator/MergeToken.java
+++ b/javalite-templator/src/main/java/org/javalite/tem... | #<I> Implement a built-in function mechanism for MergeTag - fixed broken tests | javalite_activejdbc | train | java |
392269a8eb4b691e64cd3ba8ff13c36dc2a754f0 | diff --git a/plugins/provisioners/shell/provisioner.rb b/plugins/provisioners/shell/provisioner.rb
index <HASH>..<HASH> 100644
--- a/plugins/provisioners/shell/provisioner.rb
+++ b/plugins/provisioners/shell/provisioner.rb
@@ -96,12 +96,10 @@ module VagrantPlugins
exec_path.gsub!('/', '\\')
ex... | Default the WinRM shell provisioner to privileged (elevated) | hashicorp_vagrant | train | rb |
aa8a019c80bd604f1c40370636fab34a964f155d | diff --git a/public/lib/main.js b/public/lib/main.js
index <HASH>..<HASH> 100644
--- a/public/lib/main.js
+++ b/public/lib/main.js
@@ -1,12 +1,18 @@
(function() {
"use strict";
+ function requestPermission() {
+ (new Notify('NodeBB')).requestPermission();
+ }
+
jQuery('document').ready(function() {
require([... | request permission on page load as well (will not work in Chrome) | psychobunny_nodebb-plugin-desktop-notifications | train | js |
6a62fe399b68ab9e3625ef5e7900394f389adc3a | diff --git a/params/version.go b/params/version.go
index <HASH>..<HASH> 100644
--- a/params/version.go
+++ b/params/version.go
@@ -21,10 +21,10 @@ import (
)
const (
- VersionMajor = 1 // Major version component of the current release
- VersionMinor = 9 // Minor version component of the current re... | params: release Geth <I> stable | ethereum_go-ethereum | train | go |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.