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 |
|---|---|---|---|---|---|
8e64e468ab03f423df972f5f04ce296bda9742cc | diff --git a/Neos.Neos/Classes/Controller/Module/Administration/UsersController.php b/Neos.Neos/Classes/Controller/Module/Administration/UsersController.php
index <HASH>..<HASH> 100644
--- a/Neos.Neos/Classes/Controller/Module/Administration/UsersController.php
+++ b/Neos.Neos/Classes/Controller/Module/Administration/U... | Update Neos.Neos/Classes/Controller/Module/Administration/UsersController.php | neos_neos-development-collection | train | php |
c5418671ee8b2209544e82b431f496d8056e8b67 | diff --git a/abutils/utils/seqio.py b/abutils/utils/seqio.py
index <HASH>..<HASH> 100644
--- a/abutils/utils/seqio.py
+++ b/abutils/utils/seqio.py
@@ -84,15 +84,15 @@ def from_fasta(fasta_file, verbose=False):
return FASTAInput(fasta_file, verbose=verbose)
-def from_json(json_file, verbose=False):
- return ... | add seq_field kwarg to from_xxx methods | briney_abutils | train | py |
bafd15661d0ee1f9c63720b6e3bea2a8b6d1351c | diff --git a/lib/vagrant/commands.rb b/lib/vagrant/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/commands.rb
+++ b/lib/vagrant/commands.rb
@@ -169,7 +169,7 @@ msg
# which action to take and calls the respective action method
# (see {box_add} and {box_remove})
def box(argv)
- Env.... | `vagrant box` uses new Environment | hashicorp_vagrant | train | rb,rb |
6d54e92055dc95fd174b90888e4a9db23a8971e8 | diff --git a/src/models/InlineStyle.js b/src/models/InlineStyle.js
index <HASH>..<HASH> 100644
--- a/src/models/InlineStyle.js
+++ b/src/models/InlineStyle.js
@@ -10,6 +10,11 @@ import parse from '../vendor/postcss-safe-parser/parse'
const generated = {}
+/* Whitelist of properties that need string values even whe... | start a whitelist for props like this | styled-components_styled-components | train | js |
8274e4312a684ebd7c5e2f426bdb4bdb35dedb8d | diff --git a/resources/views/admin/trees-preferences.php b/resources/views/admin/trees-preferences.php
index <HASH>..<HASH> 100644
--- a/resources/views/admin/trees-preferences.php
+++ b/resources/views/admin/trees-preferences.php
@@ -749,7 +749,7 @@
Bootstrap4::select([
'0' => I18N::translateContext('Show... | Fix: parenthesis in wrong place | fisharebest_webtrees | train | php |
abfac84e67854c168e78133d839528c33dd99e8b | diff --git a/src/platforms/mp/runtime/modules/attrs.js b/src/platforms/mp/runtime/modules/attrs.js
index <HASH>..<HASH> 100644
--- a/src/platforms/mp/runtime/modules/attrs.js
+++ b/src/platforms/mp/runtime/modules/attrs.js
@@ -41,7 +41,7 @@ function updateAttrs (oldVnode: VNodeWithData, vnode: VNodeWithData) {
// ... | fix: should not set src to '/' when it's '' #<I> | kaola-fed_megalo | train | js |
45f079dd431d9cafe8e7b36b3e3f03555836d731 | diff --git a/src/zugbruecke/core/arg_contents.py b/src/zugbruecke/core/arg_contents.py
index <HASH>..<HASH> 100644
--- a/src/zugbruecke/core/arg_contents.py
+++ b/src/zugbruecke/core/arg_contents.py
@@ -63,6 +63,8 @@ class arg_contents_class():
def client_unpack_return_list(self, old_arguments_list, args_package_li... | catching pointers to fixed length 1d arrays | pleiszenburg_zugbruecke | train | py |
11518e62c4301fd5000c227fd77c4691f8b631fb | diff --git a/lxc/storage_volume.go b/lxc/storage_volume.go
index <HASH>..<HASH> 100644
--- a/lxc/storage_volume.go
+++ b/lxc/storage_volume.go
@@ -1223,6 +1223,9 @@ func (c *cmdStorageVolumeInfo) Run(cmd *cobra.Command, args []string) error {
if volState.Usage != nil {
fmt.Printf(i18n.G("Usage: %s")+"\n", units.... | lxc/storage: Show volume total size | lxc_lxd | train | go |
e6a1fcb7ddf9d9bc9572e7aab6dae05cac0cbcff | diff --git a/src/test/java/com/redhat/darcy/ui/api/elements/SortableTableTest.java b/src/test/java/com/redhat/darcy/ui/api/elements/SortableTableTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/redhat/darcy/ui/api/elements/SortableTableTest.java
+++ b/src/test/java/com/redhat/darcy/ui/api/elements/Sortable... | Expand tests for sortable columns (could be separate tests but lazy) | darcy-framework_darcy-ui | train | java |
2fd8b099b86b27564751502b1f06140fc711b74d | diff --git a/lib/granite/action.rb b/lib/granite/action.rb
index <HASH>..<HASH> 100644
--- a/lib/granite/action.rb
+++ b/lib/granite/action.rb
@@ -70,9 +70,7 @@ module Granite
else
def merge_errors(other_errors)
other_errors.each do |error|
- next if errors.added?(error.attribute, error.ty... | Simplify calls to `errors.import` | toptal_granite | train | rb |
3db4b2363c4663fd0ff905ee797e1bdd60554718 | diff --git a/packages/eslint-config-udemy-website/index.js b/packages/eslint-config-udemy-website/index.js
index <HASH>..<HASH> 100644
--- a/packages/eslint-config-udemy-website/index.js
+++ b/packages/eslint-config-udemy-website/index.js
@@ -93,6 +93,14 @@ module.exports = {
'not `import { BrowserRout... | feat: import blacklist Link from react-router-dom | udemy_js-tooling | train | js |
c8f34b59bb5dd89181c2eb5a316a8a03dc7cb795 | diff --git a/tests/backend/common.py b/tests/backend/common.py
index <HASH>..<HASH> 100644
--- a/tests/backend/common.py
+++ b/tests/backend/common.py
@@ -81,6 +81,14 @@ class Test_10_dumps_and_loads(TestBase):
cnf = self.psr.loads(self.cnf_s, ac_dict=MyDict)
self._assert_dicts_equal(cnf, cls=... | enhancement: add backend common test case that dict option was given on load | ssato_python-anyconfig | train | py |
e12b83032f731751dbcf8ac4b26053a316511529 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
"cached_property",
"dataclasses;python_version<'3.7'",
"docopt",
- "lazy_object_property",
+ "lazy_object_proxy",
"pendulum",
"pybooru",
... | Fix wrong dependency name in setup.py | mirukan_lunafind | train | py |
98f8b595594f62bff54116c5e2542aa929f8c664 | diff --git a/master/buildbot/sourcestamp.py b/master/buildbot/sourcestamp.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/sourcestamp.py
+++ b/master/buildbot/sourcestamp.py
@@ -55,12 +55,8 @@ class SourceStamp(util.ComparableMixin, styles.Versioned):
revision = changes[-1].revision
if no... | don't empty proj/repo when they're already set
Previous logic in getAbsoluteSourceStamp would incorrectly empty project
and repository if they were already set, but changes were available.
Fixes #<I> | buildbot_buildbot | train | py |
53b2cc340acfe9499d532a3fda65fe7db75899c2 | diff --git a/src/ClientContextInterface.php b/src/ClientContextInterface.php
index <HASH>..<HASH> 100644
--- a/src/ClientContextInterface.php
+++ b/src/ClientContextInterface.php
@@ -38,7 +38,7 @@ use Predis\Command\CommandInterface;
* @method $this append($key, $value)
* @method $this bitcount($key, $start = null,... | Apply same fix of <I>fbc to ClientContextInterface. | imcj_predis | train | php |
fe1ca40b761c789300f881b98ffc317b248280cb | diff --git a/DependencyInjection/ClientFactory.php b/DependencyInjection/ClientFactory.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/ClientFactory.php
+++ b/DependencyInjection/ClientFactory.php
@@ -341,7 +341,7 @@ class ClientFactory
} elseif ($this->project !== null) {
$client->setPr... | Use DIRECTORY_SEPARATOR so Windows paths work
This is somewhat speculative, but paths on Windows are usually
returned using "\" so the resulting regex from this call wouldn't
match as "/" is used instead
Using DIRECTORY_SEPARATOR is usually not required, but this is a
rare case where it will fix an issue, rather than... | bugsnag_bugsnag-symfony | train | php |
c540d7e4955c849f67819e924a94c3770c61fe57 | diff --git a/src/org/jgroups/protocols/TransportedVectorTime.java b/src/org/jgroups/protocols/TransportedVectorTime.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/protocols/TransportedVectorTime.java
+++ b/src/org/jgroups/protocols/TransportedVectorTime.java
@@ -1,4 +1,4 @@
-// $Id: TransportedVectorTime.java,v... | applied changes by Matthieu Bentot | belaban_JGroups | train | java |
e55ca3ba30eee319c9ad9da1c4ae5a3a57542c61 | diff --git a/src/inscriptis/css.py b/src/inscriptis/css.py
index <HASH>..<HASH> 100644
--- a/src/inscriptis/css.py
+++ b/src/inscriptis/css.py
@@ -29,8 +29,8 @@ CSS = {
'h5': HtmlElement('h5', display=Display.block, margin_before=1, margin_after=1),
'h6': HtmlElement('h6', display=Display.block, margin_before... | fix: improved style sheet for enumerations. | weblyzard_inscriptis | train | py |
1d9ccd19c75293717d53155c9988c2d5dbd2a6da | diff --git a/tests/WidgetTest/TestCase.php b/tests/WidgetTest/TestCase.php
index <HASH>..<HASH> 100644
--- a/tests/WidgetTest/TestCase.php
+++ b/tests/WidgetTest/TestCase.php
@@ -144,4 +144,20 @@ class TestCase extends PHPUnit_Framework_TestCase implements WidgetAwareInterfac
return $this;
}
... | added assertIsSubset for base test case | twinh_wei | train | php |
b9f6ac61dd67b214c2a9914e997ed90526931077 | diff --git a/js/gemini.js b/js/gemini.js
index <HASH>..<HASH> 100644
--- a/js/gemini.js
+++ b/js/gemini.js
@@ -281,9 +281,8 @@ module.exports = class gemini extends Exchange {
let response = await this.privatePostOrders (params);
let orders = this.parseOrders (response, undefined, since, limit);
... | minor edits to gemini fetchOpenOrders | ccxt_ccxt | train | js |
362962794a75845ce1f8ed5be2a92fdad718a681 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -62,7 +62,7 @@ export class Scene extends React.Component {
render() {
// Allow through normal attributes..
const otherProps = {};
- ['id', 'mixin'].forEach(propName => {
+ ['id', 'mixin', 'a... | Allow the "antialias" property to be set on the <a-scene> element. | supermedium_aframe-react | train | js,js |
a6a9be9569e6e8a8968b0fab7029b22e6ea52fde | diff --git a/framework/js/notification.js b/framework/js/notification.js
index <HASH>..<HASH> 100644
--- a/framework/js/notification.js
+++ b/framework/js/notification.js
@@ -63,12 +63,21 @@ window.ons.notification = (function() {
ons.compile(dialogEl[0]);
var alertDialog = dialogEl.data('ons-alert-dialog');
... | Show alert dialog buttons side by side when there are two buttons. | OnsenUI_OnsenUI | train | js |
bf9f7e7622be66d3c64ad62a434ed453f680622f | diff --git a/irobot.js b/irobot.js
index <HASH>..<HASH> 100644
--- a/irobot.js
+++ b/irobot.js
@@ -65,8 +65,17 @@ Robot.prototype._parseSerialData = function (emitter, data) {
// strip off the header, length, and checksum since we don't need them
packet = packet.slice(2, -1);
- // parse the s... | Don't fail on bad packets
They happen occasionally but don't necessarily indicate something is wrong, so
we just emit an event and ignore them otherwise. | jasontbradshaw_irobot | train | js |
02a56064891c21179fd3239a0146986c74d5d9a6 | diff --git a/shaders/chunks/light-ambient.glsl.js b/shaders/chunks/light-ambient.glsl.js
index <HASH>..<HASH> 100644
--- a/shaders/chunks/light-ambient.glsl.js
+++ b/shaders/chunks/light-ambient.glsl.js
@@ -6,7 +6,6 @@ struct AmbientLight {
};
uniform AmbientLight uAmbientLights[NUM_AMBIENT_LIGHTS];
-uniform sample... | Remove unused ambient light shadowmap uniform | pex-gl_pex-renderer | train | js |
f6f61c0b267d2d08013a7fbc9453454c0da9f769 | diff --git a/plugins/development/src/main/java/org/kantega/reststop/development/DevelopmentClassLoaderProvider.java b/plugins/development/src/main/java/org/kantega/reststop/development/DevelopmentClassLoaderProvider.java
index <HASH>..<HASH> 100644
--- a/plugins/development/src/main/java/org/kantega/reststop/developmen... | Detect stale development classloaders before deploying them at startup | kantega_reststop | train | java |
6844daff02dd1bfa5f939e9efedf00a733ed6cfc | diff --git a/varlink/__init__.py b/varlink/__init__.py
index <HASH>..<HASH> 100644
--- a/varlink/__init__.py
+++ b/varlink/__init__.py
@@ -837,13 +837,27 @@ class SimpleServer:
self._service = service
self.connections = {}
self._more = {}
+ self.removefile = None
+
+ def __enter__(s... | SimpleServer: correct address handling and cleanup | varlink_python | train | py |
3263d84d0c82f953662a527518f60797e2780780 | diff --git a/ccmlib/cluster.py b/ccmlib/cluster.py
index <HASH>..<HASH> 100644
--- a/ccmlib/cluster.py
+++ b/ccmlib/cluster.py
@@ -172,10 +172,10 @@ class Cluster():
if node in self.seeds:
self.seeds.remove(node)
self.__update_config()
- node.stop()
+ nod... | Don't kill not gently when removing the cluster altogether | riptano_ccm | train | py |
a5b331f4d8676b5250f4749927a1a9ae13535b77 | diff --git a/tests/source/simple_fault_test.py b/tests/source/simple_fault_test.py
index <HASH>..<HASH> 100644
--- a/tests/source/simple_fault_test.py
+++ b/tests/source/simple_fault_test.py
@@ -22,7 +22,7 @@ from nhlib.source.simple_fault import SimpleFaultSource
from nhlib.source.rupture import ProbabilisticRupture
... | tests/source/simple_fault: removed unused import | gem_oq-engine | train | py |
f98e96ecf875d6741ebf10820ec642a94b19bf59 | diff --git a/py3status/modules/arch_updates.py b/py3status/modules/arch_updates.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/arch_updates.py
+++ b/py3status/modules/arch_updates.py
@@ -102,12 +102,12 @@ class Py3status:
return None
def arch_updates(self):
- pacman, aur, total, full_... | arch_updates: fix SPEC VIOLATION: full_text is NULL! (#<I>) | ultrabug_py3status | train | py |
47122dcc4773d5168da98d695468c8d6c31a6141 | diff --git a/safe_qgis/widgets/dock.py b/safe_qgis/widgets/dock.py
index <HASH>..<HASH> 100644
--- a/safe_qgis/widgets/dock.py
+++ b/safe_qgis/widgets/dock.py
@@ -352,6 +352,7 @@ class Dock(QtGui.QDockWidget, Ui_DockBase):
registry = QgsMapLayerRegistry.instance()
registry.layersWillBeRemoved.disconne... | Added disconnect for layerWillBeRemoved for #<I> | inasafe_inasafe | train | py |
7e4f33c2d36aa4174708235cc9b1bfde2bc5906e | diff --git a/httprunner/ext/locust/__init__.py b/httprunner/ext/locust/__init__.py
index <HASH>..<HASH> 100644
--- a/httprunner/ext/locust/__init__.py
+++ b/httprunner/ext/locust/__init__.py
@@ -67,6 +67,11 @@ def prepare_locust_tests() -> List:
def main_locusts():
""" locusts entrance
"""
+ from httprunn... | change: report sentry when start to run locusts | HttpRunner_HttpRunner | train | py |
8632ac9413f9f3e94ef41bfeec243861c79ba552 | diff --git a/Zebra_Database.php b/Zebra_Database.php
index <HASH>..<HASH> 100755
--- a/Zebra_Database.php
+++ b/Zebra_Database.php
@@ -699,6 +699,9 @@ class Zebra_Database {
'memcache' => true, // memcache is available but it is not used
);
+ // this is used in the "escape" method
+ ... | Fixed warning about deprecated function in PHP <I>+ | stefangabos_Zebra_Database | train | php |
c2d2a84c12128b9b16b3f1c4887a0433609f4c92 | diff --git a/pyphi/examples.py b/pyphi/examples.py
index <HASH>..<HASH> 100644
--- a/pyphi/examples.py
+++ b/pyphi/examples.py
@@ -462,6 +462,24 @@ def macro_subsystem():
return Subsystem(range(network.size), network)
+def rule110_network():
+ """A network of three elements which follows the logic of
+ t... | Add Rule <I> network to examples | wmayner_pyphi | train | py |
4ae17326724b94d2681610cfec4a7a32cac28344 | diff --git a/GiftedMessenger.js b/GiftedMessenger.js
index <HASH>..<HASH> 100644
--- a/GiftedMessenger.js
+++ b/GiftedMessenger.js
@@ -62,7 +62,7 @@ class GiftedMessenger extends Component {
this.state = {
dataSource: ds.cloneWithRows([]),
- text: '',
+ text: props.text,
disabled: true,
... | Added initial text to props
Sometimes it could be useful - to set initial text input value. For my application - I open dialog with formating message | FaridSafi_react-native-gifted-chat | train | js |
8e368f511ce795718dfd8224c7bea8cf8ef50fc6 | diff --git a/npm/postinstall.js b/npm/postinstall.js
index <HASH>..<HASH> 100644
--- a/npm/postinstall.js
+++ b/npm/postinstall.js
@@ -3,7 +3,10 @@ const spawn = require("child_process").spawn
const join = require("path").join
const pkg = require("../package.json")
-console.log(pkg.name, "post-install", process.cwd... | Skip postinstall hook on CI (make no sense and don't work on Windows) | phenomic_phenomic | train | js |
a7187729dd81ff453ae97b2fd0299e650d3e6c7e | diff --git a/structr-core/src/main/java/org/structr/core/entity/AbstractNode.java b/structr-core/src/main/java/org/structr/core/entity/AbstractNode.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/entity/AbstractNode.java
+++ b/structr-core/src/main/java/org/structr/core/entity/Abstrac... | Fixed permission resolution direction of local path segment evaluation. | structr_structr | train | java |
398130993f70056344b9f5beafb26fe9d64a6d14 | diff --git a/lib/ooor/connection.rb b/lib/ooor/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/ooor/connection.rb
+++ b/lib/ooor/connection.rb
@@ -28,24 +28,10 @@ module Ooor
def get_rpc_client(url)
Ooor.cache.fetch("rpc-client-#{url}") do
- if defined?(Java) && @config[:rpc_client] != 'ruby'
-... | jooor Java accelerator is deprecated now because json gem is already optimized when using JRuby | akretion_ooor | train | rb |
0cfabc0d2e14b8947d821020f339616697ee74d9 | diff --git a/django_node/settings.py b/django_node/settings.py
index <HASH>..<HASH> 100644
--- a/django_node/settings.py
+++ b/django_node/settings.py
@@ -107,8 +107,8 @@ INSTALL_PACKAGE_DEPENDENCIES_DURING_RUNTIME = setting_overrides.get(
for i, arg in enumerate(sys.argv):
if (
arg.endswith('manage.py')... | Fixed a bug where running `./manage.py` would raise an Exception. | markfinger_django-node | train | py |
513628c06a4024aee645e2ec9c5bdcd141101160 | diff --git a/kie-server-parent/kie-server-tests/kie-server-integ-tests-jbpm/src/test/java/org/kie/server/integrationtests/jbpm/QueryDataServiceIntegrationTest.java b/kie-server-parent/kie-server-tests/kie-server-integ-tests-jbpm/src/test/java/org/kie/server/integrationtests/jbpm/QueryDataServiceIntegrationTest.java
ind... | JBPM-<I> - Provide auto acknowledge jobs for execution errors (#<I>) | kiegroup_droolsjbpm-integration | train | java |
415acb0e669b8e28b19fa9af5ed138c03d605b01 | diff --git a/haphilipsjs/__init__.py b/haphilipsjs/__init__.py
index <HASH>..<HASH> 100644
--- a/haphilipsjs/__init__.py
+++ b/haphilipsjs/__init__.py
@@ -102,7 +102,13 @@ class PhilipsTV(object):
self.protocol = "http"
self.port = 1925
- adapter = requests.sessions.HTTPAdapter(pool_c... | Make sure we allow two connections for v6 | danielperna84_ha-philipsjs | train | py |
8ea37461fedf9c6efc4ccd0f66b9f4000b200055 | diff --git a/docx2html/core.py b/docx2html/core.py
index <HASH>..<HASH> 100644
--- a/docx2html/core.py
+++ b/docx2html/core.py
@@ -886,6 +886,14 @@ def _get_document_data(f, image_handler=None):
###
+def get_list_type(meta_data, numId, ilvl):
+ """
+ Return the list type. If numId or ilvl not in the numberin... | refs #<I>: If an invalid numId or ilvl is used (for whatever reason) getting the list type will always fall back to decimal. | PolicyStat_docx2html | train | py |
413e1f518bfaa30189659bca7e08e404f282d10f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,6 @@ setup(
],
keywords='cryptography noiseprotocol noise security',
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples']),
- install_requires=['cryptography==2.1.4'],
+ instal... | setup.py: relax the pin on 'cryptography'
refs #<I> | plizonczyk_noiseprotocol | train | py |
9d32d9f1ef18b92a885c289117a5ad5a0b9d4815 | diff --git a/raven/scripts/runner.py b/raven/scripts/runner.py
index <HASH>..<HASH> 100644
--- a/raven/scripts/runner.py
+++ b/raven/scripts/runner.py
@@ -12,7 +12,6 @@ from __future__ import print_function
import logging
import os
import sys
-import pwd
from optparse import OptionParser
from raven import Client... | Handle missing getloadavg and pwd in raven test (fixes GH-<I>) | getsentry_raven-python | train | py |
e40bfc77d8c33457a82523ef9274ed4e31393696 | diff --git a/src/electrumWrapper/indexElectrum.js b/src/electrumWrapper/indexElectrum.js
index <HASH>..<HASH> 100644
--- a/src/electrumWrapper/indexElectrum.js
+++ b/src/electrumWrapper/indexElectrum.js
@@ -269,7 +269,9 @@ export class Electrum {
}
} else if (typeof this.requests[data.id] === 'object') {
... | prevent from crash when server is dead or deleted | EdgeApp_edge-currency-bitcoin | train | js |
3480eda199f59df6a72186ed10bc89f5ab92b5ec | diff --git a/js/okx.js b/js/okx.js
index <HASH>..<HASH> 100644
--- a/js/okx.js
+++ b/js/okx.js
@@ -1865,8 +1865,10 @@ module.exports = class okx extends Exchange {
defaultMethod = 'privatePostTradeOrderAlgo';
request['ordType'] = 'trigger';
request['triggerPx'] = this.priceToPreci... | Undo ternary, create new if statement to adjust price argument based on the type | ccxt_ccxt | train | js |
42913b51fd5df2f30880337c511cca13d2bc338e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ setup(
packages=find_packages(),
include_package_data=True,
package_data={
- 'rw': ['*.html', '*.css', 'templates/html5', 'templates/form']
+ 'rw': ['*.html', '*.css', 'templates/htm... | include nginx template in distribution | FlorianLudwig_rueckenwind | train | py |
93d9c1458a4d215a6b187b3564dfe24ed2cb534d | diff --git a/src/openaccess_epub/utils/epub.py b/src/openaccess_epub/utils/epub.py
index <HASH>..<HASH> 100644
--- a/src/openaccess_epub/utils/epub.py
+++ b/src/openaccess_epub/utils/epub.py
@@ -142,7 +142,7 @@ def make_epub_base(location):
<?xml version="1.0" encoding="UTF-8" ?>
<container version="1.0" xmlns="urn:o... | fixing the location string for the package document, renaming OPS folder to more general EPUB | SavinaRoja_OpenAccess_EPUB | train | py |
3e392676a01164595c119069ed1f9da2afeeb962 | diff --git a/version/version.go b/version/version.go
index <HASH>..<HASH> 100644
--- a/version/version.go
+++ b/version/version.go
@@ -1,7 +1,7 @@
package version
import (
- "github.com/coreos/updatectl/third_party/github.com/coreos/go-semver/semver"
+ "github.com/coreos-inc/updatectl/third_party/github.com/coreos/... | fix(version): import path was incorrect. build was not working. | coreos_updateservicectl | train | go |
395fef7017e6fa1fdbf720c37c874558fa427391 | diff --git a/lib/troy.rb b/lib/troy.rb
index <HASH>..<HASH> 100644
--- a/lib/troy.rb
+++ b/lib/troy.rb
@@ -10,8 +10,11 @@ require "thor/group"
require "rack"
require "uglifier"
require "html_press"
+
+level, $VERBOSE = $VERBOSE, nil
require "rouge"
require "rouge/plugins/redcarpet"
+$VERBOSE = level
require "cg... | Rouge is giving a warning about overriding constants. ¯\_(ツ)_/¯ | fnando_troy | train | rb |
62a2e859416967609b673b85726d8dd7ca1c31db | diff --git a/acos_client/v30/slb/member.py b/acos_client/v30/slb/member.py
index <HASH>..<HASH> 100644
--- a/acos_client/v30/slb/member.py
+++ b/acos_client/v30/slb/member.py
@@ -32,6 +32,14 @@ class Member(base.BaseV30):
)
return self._get(url, **kwargs)
+
+ def get_oper(self, service_gr... | Rebased member opers commit
* update method for a<I> server atributes
* fix allow acos cliet to get member status | a10networks_acos-client | train | py,py |
694f9a87bfbbfef5b8d6bee559a49a9e30935824 | diff --git a/remote.go b/remote.go
index <HASH>..<HASH> 100644
--- a/remote.go
+++ b/remote.go
@@ -197,9 +197,9 @@ func (wd *remoteWD) execute(method, url string, data []byte) ([]byte, error) {
// Are we in debug mode, and did we read the response Body successfully?
if debugFlag && err == nil {
// Pretty print t... | Added error check and tidied declaration. | tebeka_selenium | train | go |
10fe05e87595794baa6fedbf1a7b43df3e38aee0 | diff --git a/src/test/java/io/github/bonigarcia/seljup/test/generic/GenericMixedTest.java b/src/test/java/io/github/bonigarcia/seljup/test/generic/GenericMixedTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/io/github/bonigarcia/seljup/test/generic/GenericMixedTest.java
+++ b/src/test/java/io/github/bonigarcia... | Simplify assertions in generic mixed test | bonigarcia_selenium-jupiter | train | java |
409672d0f3956219c5c62f52011f2538fee6461f | diff --git a/guava/src/com/google/common/collect/Multisets.java b/guava/src/com/google/common/collect/Multisets.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/collect/Multisets.java
+++ b/guava/src/com/google/common/collect/Multisets.java
@@ -964,12 +964,7 @@ public final class Multisets {
@O... | Improve the implementation of Multisets.ElementSet.remove to do only one operation.
-------------
Created by MOE: <URL> | google_guava | train | java |
d8ad798b8dc72cda86191dbebc3cc25aa648eab5 | diff --git a/lib/Opauth/Strategy/Facebook/Facebook.php b/lib/Opauth/Strategy/Facebook/Facebook.php
index <HASH>..<HASH> 100644
--- a/lib/Opauth/Strategy/Facebook/Facebook.php
+++ b/lib/Opauth/Strategy/Facebook/Facebook.php
@@ -40,6 +40,20 @@ class Facebook extends OpauthStrategy{
* Internal callback, after Facebook's... | Obtain access_token with FB code | opauth_opauth | train | php |
8e52bcaf8ab436d200ea3dead500f5bc7a78d23c | diff --git a/ruby/import-js/importer.rb b/ruby/import-js/importer.rb
index <HASH>..<HASH> 100644
--- a/ruby/import-js/importer.rb
+++ b/ruby/import-js/importer.rb
@@ -4,7 +4,11 @@ require 'open3'
module ImportJS
class Importer
def initialize
- @config = { 'lookup_paths' => ['.'], 'aliases' => {} }
+ ... | Make jshint command configurable
At Brigade we use jsxhint, which is a wrapper around jshint that adds
support for jsx files. To make it possible to run that command instead
of the hard-coded jshint, I've added a `jshint_cmd` configuration
option. | Galooshi_import-js | train | rb |
e8afa62ac7dcd38ab49d9326b264b78ee32346d0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from astropy_helpers.setup_helpers import register_commands, get_package_info
from astropy_helpers.version_helpers import generate_version_py
NAME = 'astropy_helpers'
-VERSION = '1.3.dev'
+VERSION = '2.0.dev'
... | Next major version: <I> | astropy_astropy-helpers | train | py |
6569ba198c3df5b12f2726d7fcdecd7269b800c7 | 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
@@ -7,14 +7,6 @@ $LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'active_hash'
-ActiveHash::Base.class_eval do
... | remove unnecessary shims for rspec | zilkey_active_hash | train | rb |
3998ef74704085e441127d0abe678f3298985fa0 | diff --git a/spans/__init__.py b/spans/__init__.py
index <HASH>..<HASH> 100644
--- a/spans/__init__.py
+++ b/spans/__init__.py
@@ -11,7 +11,7 @@ together.
"""
-__version__ = "0.2.0"
+__version__ = "0.2.1"
__all__ = [
"intrange",
"floatrange", | Updated version to <I> | runfalk_spans | train | py |
cb4ff83107f8ff6b9062df1f6571a7728cad4ab3 | diff --git a/lib/milia/railtie.rb b/lib/milia/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/milia/railtie.rb
+++ b/lib/milia/railtie.rb
@@ -10,6 +10,7 @@ module Milia
require File.dirname(__FILE__) + '/../../app/controllers/registrations_controller'
require File.dirname(__FILE__) + '/../../app/co... | railtie for passwords controller include | jekuno_milia | train | rb |
dbda67d906731feae90040b08833268d9f04deff | diff --git a/Console/Factories/FactoryMakeCommand.php b/Console/Factories/FactoryMakeCommand.php
index <HASH>..<HASH> 100644
--- a/Console/Factories/FactoryMakeCommand.php
+++ b/Console/Factories/FactoryMakeCommand.php
@@ -60,8 +60,8 @@ class FactoryMakeCommand extends GeneratorCommand
protected function buildClas... | [8.x] Better model directory support (#<I>)
* First pass at better model directory support
This updates the relevant generator commands to respect the existence of a Models directory if one exists. If the Models directory exists and the given model class name is not qualified in any way - the class will be assumed ... | illuminate_database | train | php |
4ba19afb3f2244f4765e0404dda54bce66cddd6c | diff --git a/app/presenters/renalware/dashboard/dashboard_presenter.rb b/app/presenters/renalware/dashboard/dashboard_presenter.rb
index <HASH>..<HASH> 100644
--- a/app/presenters/renalware/dashboard/dashboard_presenter.rb
+++ b/app/presenters/renalware/dashboard/dashboard_presenter.rb
@@ -24,8 +24,12 @@ module Renalwa... | Display author and typist in progress letters on dashboard | airslie_renalware-core | train | rb |
2ffdf7b46663132b5dfe3b09c3f1e3d92ab3b8a4 | diff --git a/js/ui/igvModalTable.js b/js/ui/igvModalTable.js
index <HASH>..<HASH> 100644
--- a/js/ui/igvModalTable.js
+++ b/js/ui/igvModalTable.js
@@ -42,6 +42,8 @@ var igv = (function (igv) {
this.browser = browser;
+ this.dataSource = dataSource;
+
this.initialized = false;
thi... | IGVModalTable. Added genomeID() method | igvteam_igv.js | train | js |
cab4fc8466b80226c7f08c199bbe5f23908a6ccb | diff --git a/lib/jsi/base.rb b/lib/jsi/base.rb
index <HASH>..<HASH> 100644
--- a/lib/jsi/base.rb
+++ b/lib/jsi/base.rb
@@ -338,7 +338,7 @@ module JSI
#
# - :auto (default): by default a JSI will be returned when either:
#
- # - the result is a complex value (responds to #to_ary or #to_hash) and ... | Base#[] returns all complex children as JSIs | notEthan_jsi | train | rb |
2fe934d79611d8072eb957c965969c5a5eed31f9 | diff --git a/src/Auth/Form/UserInfoFieldset.php b/src/Auth/Form/UserInfoFieldset.php
index <HASH>..<HASH> 100644
--- a/src/Auth/Form/UserInfoFieldset.php
+++ b/src/Auth/Form/UserInfoFieldset.php
@@ -20,6 +20,12 @@ use Zend\Validator\NotEmpty;
use Zend\Validator\EmailAddress;
use Zend\Validator\File;
+/**
+ *
+ *
+ ... | [Auth] Fix usage of EmptySummaryAwareTrait in UserInfoFieldset | yawik_auth | train | php |
2305d2609aa781c4357e9e14a5a979e50c5c8714 | diff --git a/event/bus.go b/event/bus.go
index <HASH>..<HASH> 100644
--- a/event/bus.go
+++ b/event/bus.go
@@ -59,7 +59,7 @@ func (self *EventBus) dispatch(ev *Event) {
handlerFunc := reflect.ValueOf(listener.Handler).MethodByName(handlerFuncName)
if handlerFunc.IsValid() {
log.V(2).Infof("Calling event handl... | fix(EventBus): dereference Event before handing to listeners | coreos_fleet | train | go |
24c477275ec41bc28057b51196cd69cbe4bfb1d0 | diff --git a/app/Blueprint/Infrastructure/Service/Maker/PhpFpm/PhpVersions/PHP53.php b/app/Blueprint/Infrastructure/Service/Maker/PhpFpm/PhpVersions/PHP53.php
index <HASH>..<HASH> 100644
--- a/app/Blueprint/Infrastructure/Service/Maker/PhpFpm/PhpVersions/PHP53.php
+++ b/app/Blueprint/Infrastructure/Service/Maker/PhpFpm... | php-fpm now also adds environment variables
Php-Fpm needs to receive all environment variables so it receives access accounts | ipunkt_rancherize | train | php |
97ed82d714ce43bda93b2951577c969f29930036 | diff --git a/para-server/src/main/java/com/erudika/para/security/SimpleAuthenticationSuccessHandler.java b/para-server/src/main/java/com/erudika/para/security/SimpleAuthenticationSuccessHandler.java
index <HASH>..<HASH> 100644
--- a/para-server/src/main/java/com/erudika/para/security/SimpleAuthenticationSuccessHandler.... | fixed bug where cookie name contains reserved characters | Erudika_para | train | java |
63242ec07dd27ef0a94bf61ed24a578a411d3267 | diff --git a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/execution/ExecutionContext.java b/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/execution/ExecutionContext.java
index <HASH>..<HASH> 100644
--- a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/execution/ExecutionContext.java
+++ b/h... | Fix snapshot creation after execution is done (#<I>)
For non-distributed sources that use `forceTotalParallelismOne`, batch
processors are created on inactive members. If there's no distributed
edge in the DAG, the execution on those members will complete
immediately, while the execution on the active members tries... | hazelcast_hazelcast | train | java |
6003be3aff0d05d6bc6973fa948800ef61d2cacd | diff --git a/glance-model/src/main/java/org/openstack/glance/model/Image.java b/glance-model/src/main/java/org/openstack/glance/model/Image.java
index <HASH>..<HASH> 100644
--- a/glance-model/src/main/java/org/openstack/glance/model/Image.java
+++ b/glance-model/src/main/java/org/openstack/glance/model/Image.java
@@ -2... | Change data type of "size" in Image.java
The data type of "size" should be changed to "Long", because "Integer" will cause an error for large images as follows:
"...Numeric value (<I>) out of range of int..." | woorea_openstack-java-sdk | train | java |
634a9238ae2dc367d521d45413784e6d74f1c46e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -46,7 +46,7 @@ var ddos = function(params) {
if (params.testmode) {
console.log('ddos: handle: beginning:', table)
}
- var host = req.connection.remoteAddress + "#" + req.headers['user-age... | Update index.js
if the request is proxy by nginx, the req.connection.remoteAddress is nginx ip.
we need use the `real ip` by req.headers['x-forwarded-for'] | rook2pawn_node-ddos | train | js |
f616cee48fd288e2d51f0a482a2ce601f0303b9d | diff --git a/Mapping/Loader/PhpDocLoader.php b/Mapping/Loader/PhpDocLoader.php
index <HASH>..<HASH> 100644
--- a/Mapping/Loader/PhpDocLoader.php
+++ b/Mapping/Loader/PhpDocLoader.php
@@ -55,8 +55,11 @@ class PhpDocLoader implements LoaderInterface
array $denormalizationGroups = null,
array $validation... | Fix PhpDocLoader when the DocBlock doesn't exist | api-platform_core | train | php |
13876835a5df0f638d044cbe92069fec71351929 | diff --git a/resource_arm_network_security_group_test.go b/resource_arm_network_security_group_test.go
index <HASH>..<HASH> 100644
--- a/resource_arm_network_security_group_test.go
+++ b/resource_arm_network_security_group_test.go
@@ -18,7 +18,7 @@ func TestAccAzureRMNetworkSecurityGroup_basic(t *testing.T) {
CheckD... | provider/azurerm: Randomizing the ARM security group acceptance tests | terraform-providers_terraform-provider-azurerm | train | go |
f2e0221703df19169ba00bbf8ed794219b73f1c1 | diff --git a/lib/runner.rb b/lib/runner.rb
index <HASH>..<HASH> 100644
--- a/lib/runner.rb
+++ b/lib/runner.rb
@@ -47,7 +47,7 @@ class Job
if @type == 'rspec'
result += `#{base_environment} export RSPEC_COLOR=true; cd instance#{instance}; rake testbot:before_run; script/spec -O spec/spec.opts #{@files} 2>&... | Adding backtrace to make cucumber dev simpler. | joakimk_testbot | train | rb |
1ba160d3c97593bd51f37ff8eaf93ae438b2ed67 | diff --git a/aur_test.go b/aur_test.go
index <HASH>..<HASH> 100644
--- a/aur_test.go
+++ b/aur_test.go
@@ -61,11 +61,12 @@ func TestSearchByMaintainer(t *testing.T) {
expectPackages(t, 3, rs, err)
}
+// Currently orphan searching is broken due to https://bugs.archlinux.org/task/62388
// TestOrphans test searching... | Remove broken test
Currently orphan searching is broken due to
<URL> | mikkeloscar_aur | train | go |
9bb3638d949ce1623991c98687e119f48d8de397 | diff --git a/api/models.py b/api/models.py
index <HASH>..<HASH> 100644
--- a/api/models.py
+++ b/api/models.py
@@ -537,9 +537,10 @@ class Node(UuidAuditedModel):
chef['validation_name'] = settings.CHEF_VALIDATION_NAME
chef['validation_key'] = settings.CHEF_VALIDATION_KEY
chef['nod... | add run_list and initial_attributes conditionally | deis_deis | train | py |
9c7b504bf0680ff6f8a4102a942e3908c9f368ed | diff --git a/tensorflow_datasets/__init__.py b/tensorflow_datasets/__init__.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/__init__.py
+++ b/tensorflow_datasets/__init__.py
@@ -16,6 +16,11 @@
# pylint: disable=line-too-long
"""`tensorflow_datasets` (`tfds`) defines a collection of datasets ready-to-use with... | Add warning in API docs. Docs are from master
PiperOrigin-RevId: <I> | tensorflow_datasets | train | py |
ac7ac1fa77b14882addd8211705308e3f3ac368f | diff --git a/anycast_healthchecker/main.py b/anycast_healthchecker/main.py
index <HASH>..<HASH> 100755
--- a/anycast_healthchecker/main.py
+++ b/anycast_healthchecker/main.py
@@ -8,6 +8,10 @@
#
# Created by: Pavlos Parissis <pavlos.parissis@booking.com>
#
+# pylint: disable=too-many-arguments
+# pylint: disable=too-... | added pylint filtering | unixsurfer_anycast_healthchecker | train | py |
0607a818c3f874bf30369a7b597267d2c9349050 | diff --git a/CigarIterator/__init__.py b/CigarIterator/__init__.py
index <HASH>..<HASH> 100755
--- a/CigarIterator/__init__.py
+++ b/CigarIterator/__init__.py
@@ -1,7 +1,7 @@
import re
-from enum import Enum
+from enum import IntEnum
-class CigarOps(Enum):
+class CigarOps(IntEnum):
CMATCH = 0 # M
CINS = 1 ... | changed Enum to IntEnum | innovate-invent_CigarIterator | train | py,py |
8b8ca826b6e04f12eb50357aaa1ff4500b6234c3 | diff --git a/src/internal/middleware/logging/interceptor.go b/src/internal/middleware/logging/interceptor.go
index <HASH>..<HASH> 100644
--- a/src/internal/middleware/logging/interceptor.go
+++ b/src/internal/middleware/logging/interceptor.go
@@ -112,6 +112,14 @@ var endpoints = map[string]logConfig{
},
},
+ "/e... | CORE-<I> Add logging response transformer to omit activation code from GetState (#<I>) | pachyderm_pachyderm | train | go |
65c549ee64f6f4e7d80d5f7e551317a3d442c8de | diff --git a/aiocqhttp/__init__.py b/aiocqhttp/__init__.py
index <HASH>..<HASH> 100644
--- a/aiocqhttp/__init__.py
+++ b/aiocqhttp/__init__.py
@@ -51,7 +51,7 @@ def _deco_maker(deco_method: Callable, type_: str) -> Callable:
deco_method(self, type_)(func)
return func
- if isinstan... | use builtin callable() to check callable type
same as <URL> | richardchien_python-aiocqhttp | train | py |
41f634812f1ee6b734e7d5fb25486b66ab351d0a | diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index <HASH>..<HASH> 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -148,12 +148,9 @@ class easy_install(Command):
create_index = PackageIndex
def initialize_options(self):
- ... | Different treatment of --user option to easy_install (refs #<I>) | pypa_setuptools | train | py |
d24ea6693399b2d9b446dedb7cf1a452a0ea3c58 | diff --git a/lib/jekyll/tags/highlight.rb b/lib/jekyll/tags/highlight.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/tags/highlight.rb
+++ b/lib/jekyll/tags/highlight.rb
@@ -42,7 +42,7 @@ eos
def render(context)
prefix = context["highlighter_prefix"] || ""
suffix = context["highlighter_suffix"... | The highlight tip should only clip the newlines before and after the *entire* block, not in between.
Ref: <URL> | jekyll_jekyll | train | rb |
57f28f8167b67f3d4822e2c586b5056bfa192716 | diff --git a/src/components/victory-axis/helper-methods.js b/src/components/victory-axis/helper-methods.js
index <HASH>..<HASH> 100644
--- a/src/components/victory-axis/helper-methods.js
+++ b/src/components/victory-axis/helper-methods.js
@@ -270,7 +270,8 @@ export default {
const scaleTicks = scale.ticks(props.... | dont filter zeros if ticks would be empty | FormidableLabs_victory | train | js |
8436f49b21091ce7df52d0e0517ded9bf3644692 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100755
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -19326,7 +19326,7 @@
$this->get_parent_instance() :
$this;
- return $fs->get_account_url( 'download_... | [filters] [new] Added a filter to optionally override the latest download URL. | Freemius_wordpress-sdk | train | php |
b815ca593fc891c26ad646e21a06bb92fd168e23 | diff --git a/tests/Database/Test/DatabaseCreateTest.php b/tests/Database/Test/DatabaseCreateTest.php
index <HASH>..<HASH> 100644
--- a/tests/Database/Test/DatabaseCreateTest.php
+++ b/tests/Database/Test/DatabaseCreateTest.php
@@ -17,8 +17,6 @@ use Josantonius\Database\Database,
final class DatabaseCreateTest extend... | Updated to <I> version | Josantonius_PHP-Database | train | php |
33191e2079ff5027cb89d27bbc2b6a4e67f9afaf | diff --git a/activerecord/test/cases/migration_test.rb b/activerecord/test/cases/migration_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/cases/migration_test.rb
+++ b/activerecord/test/cases/migration_test.rb
@@ -399,6 +399,7 @@ class MigrationTest < ActiveRecord::TestCase
ActiveRecord::Migrator.migr... | Fix random failure related to migration environment
- Reference: <URL> | rails_rails | train | rb |
5cc108605faf3ef0fbc7cc5dc982cf1d22c029f6 | diff --git a/services/containers/service.go b/services/containers/service.go
index <HASH>..<HASH> 100644
--- a/services/containers/service.go
+++ b/services/containers/service.go
@@ -124,7 +124,7 @@ func (s *Service) Update(ctx context.Context, req *api.UpdateContainerRequest) (
}
}
- updated, err := store.Up... | service/containers: correctly plumb fieldpaths | containerd_containerd | train | go |
7396be841ae0a6be7cd6cdbfd2be71b1f0880c7d | diff --git a/spyderlib/widgets/arrayeditor.py b/spyderlib/widgets/arrayeditor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/arrayeditor.py
+++ b/spyderlib/widgets/arrayeditor.py
@@ -415,6 +415,8 @@ class ArrayView(QTableView):
def _sel_to_text(self, cell_range):
"""Copy an array portion to a ... | Variable Explorer: Fix error while tryong to copy array contents when nothing is selected | spyder-ide_spyder | train | py |
2af4a021f9589a708ac7f5f24197d1cef21921e5 | diff --git a/services/dialog/v1.js b/services/dialog/v1.js
index <HASH>..<HASH> 100644
--- a/services/dialog/v1.js
+++ b/services/dialog/v1.js
@@ -112,7 +112,7 @@ Dialog.prototype.conversation = function(params, callback) {
formData: omit(params, ['dialog_id']),
path: params
},
- requiredParams: [... | remove client_id from dialog service | watson-developer-cloud_node-sdk | train | js |
34a8eb4b1e9d6bbe5271c1ff4149e0f0f6391788 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -1,9 +1,9 @@
-/* global afterEach, beforeEach, it */
+/*global afterEach, beforeEach, it */
'use strict';
var assert = require('assert');
var fs = require('fs');
-var pageres = require('./index');
var rm = require('rimraf');
+... | tests - make sure it also supports multiple urls | sindresorhus_pageres-cli | train | js |
892b736a0c5fa5b9c8323f3d5bf3c2ea100b1d68 | diff --git a/src/org/mozilla/javascript/IRFactory.java b/src/org/mozilla/javascript/IRFactory.java
index <HASH>..<HASH> 100644
--- a/src/org/mozilla/javascript/IRFactory.java
+++ b/src/org/mozilla/javascript/IRFactory.java
@@ -1239,6 +1239,7 @@ final class IRFactory
}
case Token.GET_REF: {
... | Fixing bug <I>: now parser throws syntax error on assignments to descendants like x..y = 1 | mozilla_rhino | train | java |
53272de3f5e8bea2bd3877a48b122daf8d31dbd8 | diff --git a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php
+++ b/lib/Alchemy/Phrasea/Controller/Api/V1Controller.php
@@ -1984,7 +1984,7 @@ class V1Controller extends Controll... | PHRAS-<I>_setstatus-api_<I> : port of PHRAS-<I>
setstatus api did change unspecified bits due to string offset error | alchemy-fr_Phraseanet | train | php |
b9b2d78f18a0590aaaaba6f11f757cae5cc77eb6 | diff --git a/tests/test_dependencies.py b/tests/test_dependencies.py
index <HASH>..<HASH> 100644
--- a/tests/test_dependencies.py
+++ b/tests/test_dependencies.py
@@ -277,3 +277,22 @@ def test_multiple_inheritance_with_injector():
b = 2
assert 3 == Summator().add()
+
+
+def test_object_inheritance_restr... | Test for repeat same class in the injector bases. | dry-python_dependencies | train | py |
bfebdfa33af6fe21141eb79e926c7a31853acc13 | diff --git a/src/components/CssUtilityTable.js b/src/components/CssUtilityTable.js
index <HASH>..<HASH> 100644
--- a/src/components/CssUtilityTable.js
+++ b/src/components/CssUtilityTable.js
@@ -23,12 +23,10 @@ const CssUtilityTable = ({ group }) => (
}
}
`}
- render={data => {
+ render={(dat... | eslint add trailing commas, and parenthesis | sparkdesignsystem_spark-design-system | train | js |
f613a5c87fa8417a5de0a88e1b552f75bfe39ea8 | diff --git a/spec/lib/bandiera/client_spec.rb b/spec/lib/bandiera/client_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/bandiera/client_spec.rb
+++ b/spec/lib/bandiera/client_spec.rb
@@ -62,7 +62,7 @@ describe Bandiera::Client do
expect(Typhoeus::Request)
.to receive(:new)
- .with("#{api_ur... | Make Bandiera User-Agent string dynamic in client tests | springernature_bandiera-client-ruby | train | rb |
2ecacd030f4f9f58b738eb24c3b7ac0eeaf1a488 | diff --git a/motion/adapters/array_finder_query.rb b/motion/adapters/array_finder_query.rb
index <HASH>..<HASH> 100644
--- a/motion/adapters/array_finder_query.rb
+++ b/motion/adapters/array_finder_query.rb
@@ -163,6 +163,7 @@ module MotionModel
def all
to_a
end
+ alias_method :array, :all
... | Add #array method as alias of #all | sxross_MotionModel | train | rb |
d6eb1e3b7bdf1e8fbf500f49659f82454e709441 | diff --git a/nmea.js b/nmea.js
index <HASH>..<HASH> 100644
--- a/nmea.js
+++ b/nmea.js
@@ -57,8 +57,7 @@ exports.parsers = {
trackTrue: +fields[8],
date: fields[9],
variation: +fields[10],
- variationPole: fields[11],
- checksum: fields[12]
+ varia... | Removed superfluous checksum fields as per #2 | jamesp_node-nmea | train | js |
3a8fd1cdef0697e7a960f2370bb4bdc96b77e299 | diff --git a/examples/example_22_saga_python/start_saga.py b/examples/example_22_saga_python/start_saga.py
index <HASH>..<HASH> 100644
--- a/examples/example_22_saga_python/start_saga.py
+++ b/examples/example_22_saga_python/start_saga.py
@@ -13,10 +13,10 @@ import os
import traceback
-ADDRESS = '130.149.250.16'
-... | FIX: Also changed address; | SmokinCaterpillar_pypet | train | py |
a2bf514b3fe7c2b6de6e8ba806e386702d4d5c47 | diff --git a/lib/livestyle.inc.js b/lib/livestyle.inc.js
index <HASH>..<HASH> 100644
--- a/lib/livestyle.inc.js
+++ b/lib/livestyle.inc.js
@@ -78,15 +78,22 @@
var socket = io.connect();
socket.on('connect', function () {
- var cssIncludes = findCssIncludes(),
- ... | Subscribe to changes to runtime injected stylesheets | One-com_livestyle | train | js |
c2f38fb6d3299cf9c479164f6f18e1e18fee6b5d | diff --git a/src/main/java/org/jboss/netty/channel/ChannelPipelineFactory.java b/src/main/java/org/jboss/netty/channel/ChannelPipelineFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/netty/channel/ChannelPipelineFactory.java
+++ b/src/main/java/org/jboss/netty/channel/ChannelPipelineFactory.java
@... | More story in ChannelPipelineFactory | netty_netty | train | java |
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.