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 |
|---|---|---|---|---|---|
274446f5b04dfab304c0f2f6727c089480a2fb74 | diff --git a/js/src/figure.js b/js/src/figure.js
index <HASH>..<HASH> 100644
--- a/js/src/figure.js
+++ b/js/src/figure.js
@@ -192,6 +192,11 @@ var FigureView = widgets.DOMWidgetView.extend( {
return false;
}
}
+ window.ipvss = () => {
+ var data = this.screensho... | fix: for headless support, was missing ipvss global function | maartenbreddels_ipyvolume | train | js |
030d5f7c6bb671640e7e2d1986eb0a4aacbc932f | diff --git a/src/lookahead.js b/src/lookahead.js
index <HASH>..<HASH> 100644
--- a/src/lookahead.js
+++ b/src/lookahead.js
@@ -19,7 +19,11 @@ var STATE_KEYS = [
"exprAllowed",
"potentialArrowAt",
"currLine",
- "input"
+ "input",
+ "inType",
+ "inFunction",
+ "inGenerator",
+ "labels"
];
pp.getState =... | add labels, and inX properties to lookahead getState | babel_babylon | train | js |
833a3feb67beb7d973068c8ae63543efb12bd898 | diff --git a/lib/negroku/version.rb b/lib/negroku/version.rb
index <HASH>..<HASH> 100644
--- a/lib/negroku/version.rb
+++ b/lib/negroku/version.rb
@@ -1,3 +1,3 @@
module Negroku
- VERSION = '2.0.0.pre2'
+ VERSION = '2.0.0.pre3'
end | bump to <I>.pre3 | platanus_negroku | train | rb |
2699270149333e1beca3e46a81fd1bf721dc9d61 | diff --git a/src/Neuron/Collections/Collection.php b/src/Neuron/Collections/Collection.php
index <HASH>..<HASH> 100644
--- a/src/Neuron/Collections/Collection.php
+++ b/src/Neuron/Collections/Collection.php
@@ -192,4 +192,9 @@ abstract class Collection
}
return null;
}
+
+ public function reverse ()
+ {
+ $thi... | Allowing a direct "get array input" | CatLabInteractive_Neuron | train | php |
d5e758433909b954fc011ec4ca521025f79f32b6 | diff --git a/src/Routing/Router.php b/src/Routing/Router.php
index <HASH>..<HASH> 100644
--- a/src/Routing/Router.php
+++ b/src/Routing/Router.php
@@ -956,6 +956,3 @@ class Router
include CONFIG . 'routes.php';
}
}
-
-//Save the initial state
-Router::reload();
diff --git a/tests/bootstrap.php b/tests/bo... | Avoid side effects in Router.php | cakephp_cakephp | train | php,php |
1d246fb529b65393ae592d1a87d32c11ec12a5e1 | diff --git a/salt/loader.py b/salt/loader.py
index <HASH>..<HASH> 100644
--- a/salt/loader.py
+++ b/salt/loader.py
@@ -762,12 +762,15 @@ class LazyLoader(salt.utils.lazy.LazyDict):
if mod_name in self.loaded_modules:
return '{0!r} is not available.'.format(function_name)
else:
- ... | fix conditional logic for missing function messages | saltstack_salt | train | py |
fd79015131f9b38a1b2b0d192c394c6e2886dd48 | diff --git a/contrib/aws/awsexecutor.py b/contrib/aws/awsexecutor.py
index <HASH>..<HASH> 100644
--- a/contrib/aws/awsexecutor.py
+++ b/contrib/aws/awsexecutor.py
@@ -204,9 +204,9 @@ def execute_benchmark(benchmark, output_handler):
while not event_handler.is_set():
http_response = requests.get(pr... | AWS executor: rewrite a comment | sosy-lab_benchexec | train | py |
3de5bf7c801584274d111a2ff761b421eab9b3e0 | diff --git a/nodeconductor/structure/tasks.py b/nodeconductor/structure/tasks.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/tasks.py
+++ b/nodeconductor/structure/tasks.py
@@ -186,7 +186,7 @@ class BaseThrottleProvisionTask(RetryUntilAvailableTask):
state=core_models.StateMixin.States.CREATI... | Update throttling task declaration [WAL-<I>] | opennode_waldur-core | train | py |
024b7b7cb6a11aa8c7fd753bf955f33c2fbc3054 | diff --git a/lib/Doctrine/ORM/Version.php b/lib/Doctrine/ORM/Version.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Version.php
+++ b/lib/Doctrine/ORM/Version.php
@@ -36,7 +36,7 @@ class Version
/**
* Current Doctrine Version
*/
- const VERSION = '2.1.0';
+ const VERSION = '2.2.0-DEV';
... | Bump Dev Version to <I>-DEV | doctrine_orm | train | php |
bc89cf42d6a67cffe3155bdcedda2b009ce915a7 | diff --git a/src/Webiny/Component/Security/Security.php b/src/Webiny/Component/Security/Security.php
index <HASH>..<HASH> 100755
--- a/src/Webiny/Component/Security/Security.php
+++ b/src/Webiny/Component/Security/Security.php
@@ -176,7 +176,7 @@ class Security
// get the encoder name
$encoderName = $... | Renamed Null driver to Plain (php7 compatibility) | Webiny_Framework | train | php |
d0dbea5be7fe49ca004652abe4370ef96a53e4ed | diff --git a/core-bundle/src/Resources/contao/modules/ModuleArticle.php b/core-bundle/src/Resources/contao/modules/ModuleArticle.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/modules/ModuleArticle.php
+++ b/core-bundle/src/Resources/contao/modules/ModuleArticle.php
@@ -121,7 +121,7 @@ class Mod... | Fix warning in ModuleArticle if page object is null (see #<I>)
Description
-----------
Fixes #<I>
$objPage is null in back-end requests. In this case I fall back to the default datim format.
Commits
-------
2f<I> Fix warning in ModuleArticle if page object is null | contao_contao | train | php |
aecf6b0a1467072aa1050da861e62118b78e54f7 | diff --git a/tasks/stencil.js b/tasks/stencil.js
index <HASH>..<HASH> 100644
--- a/tasks/stencil.js
+++ b/tasks/stencil.js
@@ -29,7 +29,7 @@ module.exports = function(grunt) {
// Prepare the it object for dot
options.dot_it_object = utils.prepare_it_obj(options.dot_it_object,
- ... | Rename process_file to process_inclusion, as it will need to decide whether to return compiled contents of a file, or a field from it's meta data header | cambridge-healthcare_grunt-stencil | train | js |
5b034ad1be7f63212081e5783a387b83b5489976 | diff --git a/src/UrlGenerator/UrlGenerator.php b/src/UrlGenerator/UrlGenerator.php
index <HASH>..<HASH> 100644
--- a/src/UrlGenerator/UrlGenerator.php
+++ b/src/UrlGenerator/UrlGenerator.php
@@ -17,16 +17,6 @@ interface UrlGenerator
public function getUrl(): string;
/**
- * Get the temporary url for the... | Remove getTemporaryUrl from UrlGenerator interface | spatie_laravel-medialibrary | train | php |
5afea3f4958898375b81a635b83522dd4b28747b | diff --git a/src/Rebing/GraphQL/GraphQL.php b/src/Rebing/GraphQL/GraphQL.php
index <HASH>..<HASH> 100644
--- a/src/Rebing/GraphQL/GraphQL.php
+++ b/src/Rebing/GraphQL/GraphQL.php
@@ -291,7 +291,10 @@ class GraphQL
$this->schemas = [];
}
- public function getTypes()
+ /**
+ * @return array<stri... | Add types to \Rebing\GraphQL\GraphQL::getTypes | rebing_graphql-laravel | train | php |
aaf5dcdd3407e60882bfac91a6db9adb3d191efb | diff --git a/activiti-webapp-explorer/src/main/webapp/components/processes/processes.js b/activiti-webapp-explorer/src/main/webapp/components/processes/processes.js
index <HASH>..<HASH> 100644
--- a/activiti-webapp-explorer/src/main/webapp/components/processes/processes.js
+++ b/activiti-webapp-explorer/src/main/webapp... | Update to fix for ACT-<I> - replaces incorrect dataTable declaration with the correct one using i<I>n strings and the Name column | camunda_camunda-bpm-platform | train | js |
41617187c44d6553dd40fdde3596294f4194bca2 | diff --git a/lntest/itest/lnd_test.go b/lntest/itest/lnd_test.go
index <HASH>..<HASH> 100644
--- a/lntest/itest/lnd_test.go
+++ b/lntest/itest/lnd_test.go
@@ -13282,7 +13282,7 @@ func testHoldInvoicePersistence(net *lntest.NetworkHarness, t *harnessTest) {
// preimage, indicating they are not yet settled.
err = lnt... | lntest/itest: update itests due to ListPayments API change | lightningnetwork_lnd | train | go |
70242688368ced7f91023f51b29ff3c5261a97f3 | diff --git a/modeltranslation/translator.py b/modeltranslation/translator.py
index <HASH>..<HASH> 100644
--- a/modeltranslation/translator.py
+++ b/modeltranslation/translator.py
@@ -75,7 +75,7 @@ class TranslationOptions(with_metaclass(FieldsAggregationMetaClass, object)):
"""
Update with options fro... | Handle proxy models (close #<I>). | deschler_django-modeltranslation | train | py |
b9b4b913841cbfcd6c03fb1191963dd3e0647d75 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -297,7 +297,7 @@ exports.onUIGetSettingsSchema = onUIGetSettingsSchema;
async function onUISetSettings(newSettings) {
const pi = pluginInterface;
if (newSettings.server_port != -1) {
- pi.publish('client_sett... | Chang from pi.publish to pi.server.publish of the new architecture | KAIT-HEMS_node-picogw-plugin-admin | train | js |
86845b4832e9b382673e04ee8d097748e1788c10 | diff --git a/lib/gametel/accessors.rb b/lib/gametel/accessors.rb
index <HASH>..<HASH> 100644
--- a/lib/gametel/accessors.rb
+++ b/lib/gametel/accessors.rb
@@ -139,6 +139,7 @@ module Gametel
# @param [Hash] locator indicating an id for how the view is found.
# The only valid keys are:
# * :id
+ # ... | updated rdocs to reflect real capabilities | leandog_gametel | train | rb |
8929cd0c005602ca878e8791b3bc8c84d86d185f | diff --git a/test/parser.test.js b/test/parser.test.js
index <HASH>..<HASH> 100644
--- a/test/parser.test.js
+++ b/test/parser.test.js
@@ -240,4 +240,27 @@ describe('Parser: examples', () => {
].join("\n"))).toThrow(/Unexpected comment token/)
})
+ it('should give accurate line and col counts in ... | Add a test to validate line and col values in errors | kach_nearley | train | js |
e487c4b2b0506e30ee94deb81aed31af90567065 | diff --git a/msdfgen.js b/msdfgen.js
index <HASH>..<HASH> 100644
--- a/msdfgen.js
+++ b/msdfgen.js
@@ -22,7 +22,9 @@ module.exports = function (fontPath) {
if (err) console.log(err);
packer.addArray(results);
const spritesheets = packer.bins.map((bin, index) => {
- context.clearRect(0, 0, ca... | fixed texture lines, IT TOTALLY WORKS NOW :D | Jam3_msdf-bmfont | train | js |
9724e693ed7f68479d3c7c260289e9508177638e | diff --git a/site/src/components/page-header/index.js b/site/src/components/page-header/index.js
index <HASH>..<HASH> 100644
--- a/site/src/components/page-header/index.js
+++ b/site/src/components/page-header/index.js
@@ -59,7 +59,13 @@ export default class PageHeader extends Component {
return;
}
... | use relative link for old doc versions | youzan_zent | train | js |
e0c71db13e1d24e31baadb835a512cc31556a383 | diff --git a/server/gae-go/app/main.go b/server/gae-go/app/main.go
index <HASH>..<HASH> 100644
--- a/server/gae-go/app/main.go
+++ b/server/gae-go/app/main.go
@@ -1,5 +1,5 @@
/*
- * jQuery File Upload Plugin GAE Go Example 2.1
+ * jQuery File Upload Plugin GAE Go Example 2.1.1
* https://github.com/blueimp/jQuery-Fil... | Prevent caching of upload POST requests. Fixes #<I>.
Add query string to the DELETE url to workaround a Chrome caching bug:
<URL> | blueimp_jQuery-File-Upload | train | go |
56c3a841a2f527e7f9420852358aed14698ae665 | diff --git a/rundeckapp/web-app/js/executionControl.js b/rundeckapp/web-app/js/executionControl.js
index <HASH>..<HASH> 100644
--- a/rundeckapp/web-app/js/executionControl.js
+++ b/rundeckapp/web-app/js/executionControl.js
@@ -635,7 +635,7 @@ var FollowControl = Class.create({
//remove extra lines
... | Don't autoscroll if job is finished | rundeck_rundeck | train | js |
c5338a20bbe7e47045d51d7987bcc965c3180743 | diff --git a/config/database.rb b/config/database.rb
index <HASH>..<HASH> 100644
--- a/config/database.rb
+++ b/config/database.rb
@@ -12,9 +12,10 @@ end
Mongoid.database = Mongo::Connection.new(
host,
port,
- {:pool_size => Parallel.physical_processor_count,
+ # NB: this causes problems when deploying to Unic... | Change mongo connection pooling to accomodate Unicorn | ladder_ladder | train | rb,rb |
3b5837ebfba0cf6eb64c3cb6a356449e3ece8416 | diff --git a/libs/model_prototypes/redis.js b/libs/model_prototypes/redis.js
index <HASH>..<HASH> 100644
--- a/libs/model_prototypes/redis.js
+++ b/libs/model_prototypes/redis.js
@@ -42,8 +42,13 @@ Redis.prototype.connect = function (cb) {
this.redis.ping(function () { });
}, this), 60 * 60 * 1000);
} els... | check "pong" response from redis | newmsz_gozy | train | js |
d1a80dd2b2d1d74594f716cc2e9bd622fec44936 | diff --git a/question/qbank.js b/question/qbank.js
index <HASH>..<HASH> 100644
--- a/question/qbank.js
+++ b/question/qbank.js
@@ -44,7 +44,7 @@ question_bank = {
question_bank.firstcheckbox = document.getElementById(firstcbid);
// Add the event handler.
- YAHOO.util.Event.addListener(questio... | MDL-<I> mod_quiz: Question bank select/deselect all shows strange behaviour in IE | moodle_moodle | train | js |
3315353c20ab224d9308db9df19d83383dba539a | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -5,4 +5,4 @@
package gin
// Version is the current gin framework's version.
-const Version = "v1.6.1"
+const Version = "v1.6.2" | Update version.go (#<I>)
sync to tag <I> | gin-gonic_gin | train | go |
ea9af891d7b5294f25acaaa188ac52707c5fc2c0 | diff --git a/tests/test_data_replay.py b/tests/test_data_replay.py
index <HASH>..<HASH> 100644
--- a/tests/test_data_replay.py
+++ b/tests/test_data_replay.py
@@ -27,9 +27,9 @@ import backtrader as bt
import backtrader.indicators as btind
chkdatas = 1
-chknext = 112
+chknext = 113
chkvals = [
- ['3843.260333', ... | Adapt replay/resample testcases to last changes | backtrader_backtrader | train | py,py |
3a7de94854e942da671e0e28b769a9dfdf34f68c | diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java
index <HASH>..<HASH> 100644
--- a/gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryCoreTestGwt.java
+++ b/gwtquery-core/src/test/java/... | Fixing test so as they run with java <I> | ArcBees_gwtquery | train | java |
3a998f7876309cafc456a17aafca866fc55f8e34 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ setup(name="bcbio-nextgen",
long_description=(open('README.rst').read()),
license="MIT",
url="https://github.com/chapmanb/bcbio-nextgen",
- packages=find_packages(),
+ packages=fin... | Install: skip putting tests into bcbio egg
Avoids conflicts with other packages which also accidentally do this
at the top level since `find_packages` behavior changed and will now
identify these. | bcbio_bcbio-nextgen | train | py |
d467b8382f4978fc226127f712103a5c5a471875 | diff --git a/lib/procodile/cli.rb b/lib/procodile/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/procodile/cli.rb
+++ b/lib/procodile/cli.rb
@@ -368,6 +368,31 @@ module Procodile
end
end
+ #
+ # Open up the procodile log if it exists
+ #
+ desc "Open a console within the environment"
+ option... | add `procodile log` command to tail the procodile log file | adamcooke_procodile | train | rb |
c90dcc52afb51c44c8c8b43b824cb6eb74532b99 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,11 @@ setup(
],
classifiers = [
"Programming Language :: Python :: 2",
- "Programming Language :: Python :: 3"
+ "Programming Language :: Python :: 3",
+ "Intended Audience :: ... | Add some more classifiers to setup | broadinstitute_fiss | train | py |
5642ed20900ff49a417a03ca2aeee92c7f0ba425 | diff --git a/datetime_tz/__init__.py b/datetime_tz/__init__.py
index <HASH>..<HASH> 100644
--- a/datetime_tz/__init__.py
+++ b/datetime_tz/__init__.py
@@ -283,12 +283,6 @@ def _detect_timezone_etc_timezone():
except IOError as eo:
warnings.warn("Could not access your /etc/timezone file: %s" % eo)
-def _tz... | Remove the function that makes a cmp_dict as it's not used any more | mithro_python-datetime-tz | train | py |
10629d8ffee57c31bc0ace0fd6705e61ff2828b5 | diff --git a/lib/lono/command.rb b/lib/lono/command.rb
index <HASH>..<HASH> 100644
--- a/lib/lono/command.rb
+++ b/lib/lono/command.rb
@@ -54,14 +54,28 @@ module Lono
def alter_command_description(command)
return unless command
+
+ # Add description to beginning of long_description
lon... | add also available at link to bottom of cli docs | tongueroo_lono | train | rb |
52cb44c8cbce75baeb889753284d82cd6fe61279 | diff --git a/spyder/plugins/variableexplorer/widgets/collectionseditor.py b/spyder/plugins/variableexplorer/widgets/collectionseditor.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/variableexplorer/widgets/collectionseditor.py
+++ b/spyder/plugins/variableexplorer/widgets/collectionseditor.py
@@ -41,8 +41,7 @@ fro... | Variable Explorer: Use numeric numpy types constant from spyder kernels | spyder-ide_spyder | train | py |
6f4fef8479d690b9037baa05ab4269f9279e1d80 | diff --git a/src/android/CameraLauncher.java b/src/android/CameraLauncher.java
index <HASH>..<HASH> 100755
--- a/src/android/CameraLauncher.java
+++ b/src/android/CameraLauncher.java
@@ -530,8 +530,20 @@ public class CameraLauncher extends CordovaPlugin implements MediaScannerConnect
} else {
matr... | CB-<I> Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()
getRotatedBitmap() can run out of memory if the image is very large:
<URL> | apache_cordova-plugin-camera | train | java |
6d8806ae99141ace02c4e65c29d3cf681d5b97cd | diff --git a/spec/integration/setup_spec.rb b/spec/integration/setup_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/setup_spec.rb
+++ b/spec/integration/setup_spec.rb
@@ -33,6 +33,8 @@ describe 'Setting up ROM' do
describe 'quick setup' do
it 'exposes boot DSL inside the setup block' do
+ Use... | Fix spec for jruby and rbx | rom-rb_rom | train | rb |
b5fbd275051ac39c6030f4eb65c5599a7fa1c8ab | diff --git a/chess/syzygy.py b/chess/syzygy.py
index <HASH>..<HASH> 100644
--- a/chess/syzygy.py
+++ b/chess/syzygy.py
@@ -1055,18 +1055,6 @@ class Table(object):
def __exit__(self, exc_type, exc_value, traceback):
self.close()
- def __getstate__(self):
- state = self.__dict__.copy()
- ... | Tables are no longer serializable | niklasf_python-chess | train | py |
840ee4e5deac49b9f75072cf1277fd2ef5ae90ab | diff --git a/source/application/models/oxmanufacturerlist.php b/source/application/models/oxmanufacturerlist.php
index <HASH>..<HASH> 100644
--- a/source/application/models/oxmanufacturerlist.php
+++ b/source/application/models/oxmanufacturerlist.php
@@ -123,7 +123,7 @@ class oxManufacturerList extends oxList
... | <I> Ensure sVndId to be string before comparison with category id
Resolves #<I>. | OXID-eSales_oxideshop_ce | train | php |
8a3ea41b5adc50254f672ef0ed507d935f8b9c64 | diff --git a/bookstore/tests/test_handlers.py b/bookstore/tests/test_handlers.py
index <HASH>..<HASH> 100644
--- a/bookstore/tests/test_handlers.py
+++ b/bookstore/tests/test_handlers.py
@@ -69,13 +69,16 @@ def test_collect_handlers_only_version():
handlers = collect_handlers(log, '/', validation)
assert expe... | Update fixture to also be accessible via optional class access | nteract_bookstore | train | py |
07e7fff431abcbf498aae528b50eeace61a56872 | diff --git a/airflow/operators/redshift_to_s3_operator.py b/airflow/operators/redshift_to_s3_operator.py
index <HASH>..<HASH> 100644
--- a/airflow/operators/redshift_to_s3_operator.py
+++ b/airflow/operators/redshift_to_s3_operator.py
@@ -42,6 +42,7 @@ class RedshiftToS3Transfer(BaseOperator):
:parame verify: Whet... | [AIRFLOW-<I>] Remove unnecessary arg "parameters" in RedshiftToS3Transfer (#<I>)
"Parameters" are used to help render the SQL command.
But in this operator, only "schema" and "table" are needed.
There is no SQL command to render.
By checking the code,we can also find argument
"parameters" is never really used.
... | apache_airflow | train | py |
f3b8c54d2778eeb9c72ee7e4ed98cc3f7fcd2f2e | diff --git a/lib/objects/node/meta_data_loader.rb b/lib/objects/node/meta_data_loader.rb
index <HASH>..<HASH> 100644
--- a/lib/objects/node/meta_data_loader.rb
+++ b/lib/objects/node/meta_data_loader.rb
@@ -34,7 +34,7 @@ module Bcome::Node
end
def prompt_for_decryption_key
- print "Enter your decryptio... | Tidied prompt for decryption key | webzakimbo_bcome-kontrol | train | rb |
0b089f12e9bfb9f1ae313eababe19d3fb208eab6 | diff --git a/lib/ExportsStorage.js b/lib/ExportsStorage.js
index <HASH>..<HASH> 100644
--- a/lib/ExportsStorage.js
+++ b/lib/ExportsStorage.js
@@ -205,7 +205,13 @@ export default class ExportsStorage {
reject(err);
return;
}
- resolve();
+ this.db.run('DELETE FROM mtimes WHE... | Remove files from mtimes table as well
I had forgot to remove things from the mtimes table when a file was
deleted. This resulted in no files ever being fully evicted from
storage. | Galooshi_import-js | train | js |
0d97497b092c2ac913dfd858cd9098d71550e4ca | diff --git a/src/android/Sync.java b/src/android/Sync.java
index <HASH>..<HASH> 100644
--- a/src/android/Sync.java
+++ b/src/android/Sync.java
@@ -382,6 +382,8 @@ public class Sync extends CordovaPlugin {
// Testing
//String outputDirectory = cordova.getActivity().getExternalFilesDir(Environment.DIRECTORY_DOWNLOA... | Work around issue caused by hella broken Android File API plugin | phonegap_phonegap-plugin-contentsync | train | java |
bec4767ae9a607e4b97968aa472e80523f45e11c | diff --git a/src/game/store.js b/src/game/store.js
index <HASH>..<HASH> 100644
--- a/src/game/store.js
+++ b/src/game/store.js
@@ -18,16 +18,11 @@ exports.make = function(_runtimeData, _intents, _register, _globals) {
var Store = register.wrapFn(function(object) {
- Object.defineProperties(this,
- ... | refact(runtime): replace RESOURCES_ALL loop with a proxy in Store constructor | screeps_engine | train | js |
51150bd1a570159bad17121ade4a7978cc18d711 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@ metadata = dict(
license = "LGPLv2+",
long_description = readme,
platforms = '',
- url = 'https://github.com/taschini/crlibm',
+ url = 'https://gi... | Fixed descriptive link in setup.py. | taschini_pycrlibm | train | py |
170cf86b2bb2cff743ae62e20acf6f95f9231964 | diff --git a/claripy/ast/base.py b/claripy/ast/base.py
index <HASH>..<HASH> 100644
--- a/claripy/ast/base.py
+++ b/claripy/ast/base.py
@@ -420,7 +420,7 @@ class Base(ana.Storable):
if variable_set is None:
variable_set = {}
- hash_key = hash(self)
+ hash_key = self.cache_key
... | use the cache_key as a key in the replacement dict | angr_claripy | train | py |
c676be023fd655831647b7787a2d4775f9ebb430 | diff --git a/deprecation.py b/deprecation.py
index <HASH>..<HASH> 100644
--- a/deprecation.py
+++ b/deprecation.py
@@ -73,11 +73,11 @@ once Invenio v2.1 has been released.
"""
-class RemovedInInvenio22Warning(PendingDeprecationWarning):
+class RemovedInInvenio23Warning(PendingDeprecationWarning):
- """Mark fe... | global: post-release deprecation bump | inveniosoftware-attic_invenio-utils | train | py |
bd732e20a5a2ff247a1f9f313e5a14276070517f | diff --git a/jaraco/__init__.py b/jaraco/__init__.py
index <HASH>..<HASH> 100644
--- a/jaraco/__init__.py
+++ b/jaraco/__init__.py
@@ -1,2 +1,10 @@
# this is a namespace package
-__import__('pkg_resources').declare_namespace(__name__)
\ No newline at end of file
+__import__('pkg_resources').declare_namespace(__name__)... | Added py2exe support to the package. | jaraco_jaraco.windows | train | py |
9378bdffd58b823f11640230f0efad08e4823c35 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,8 @@
var express = require('express'),
api = require('./lib/api'),
utils = require('./lib/utils'),
- proxy = express();
+ proxy = express(),
+ restbus = {};
// Configuration & Middleware
if(prox... | refactored export statement, added listen callback. | morganney_restbus | train | js |
f908ce43317bfc5c6ae7f286f7920e6798c0c0fe | 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
@@ -6401,7 +6401,6 @@ def rename(name, source, force=False, makedirs=False):
if not force:
ret['comment'] = ('The target file "{0}" exists and will not be '
... | Porting PR #<I> to <I> | saltstack_salt | train | py,py |
1ea26c9a59f52c217f42110b9eb5342a10578308 | diff --git a/ara/plugins/callback/ara_default.py b/ara/plugins/callback/ara_default.py
index <HASH>..<HASH> 100644
--- a/ara/plugins/callback/ara_default.py
+++ b/ara/plugins/callback/ara_default.py
@@ -143,7 +143,7 @@ class CallbackModule(CallbackBase):
self._load_files(play._loader._FILE_CACHE.keys())
... | Save the play uuid provided by Ansible when recording the play
This will allow clients and plugins running within Ansible to identify
which play they are in and which playbook they are in.
Change-Id: I<I>d<I>bb<I>bf<I>acf<I>d1eb8
Depends-On: <URL> | ansible-community_ara | train | py |
c4961d828c388e1941d448ecbd33b1d81cd7ac9f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ long_description = ('Ariane CLIP3 (client python 3) is the python implementation
' + IRC on freenode #ariane.echinopsii')
setup(name='ariane_clip3',
- version='0.1.1-b01',
+ v... | [ACC-<I>] delivery <I> | echinopsii_net.echinopsii.ariane.community.cli.python3 | train | py |
cc0557a82911f7bf5234cbb79060ced0a2ee736a | diff --git a/lib/bibliothecary.rb b/lib/bibliothecary.rb
index <HASH>..<HASH> 100644
--- a/lib/bibliothecary.rb
+++ b/lib/bibliothecary.rb
@@ -13,7 +13,7 @@ module Bibliothecary
file_list = []
Find.find(path) do |subpath|
Find.prune if FileTest.directory?(subpath) && ignored_dirs.include?(File.basename... | Switch to push as I guess append was not available in ruby <I> | librariesio_bibliothecary | train | rb,rb |
ce6782a22db8ad038c56b9534d9e1377871cb3b2 | diff --git a/routing/dht/routing.go b/routing/dht/routing.go
index <HASH>..<HASH> 100644
--- a/routing/dht/routing.go
+++ b/routing/dht/routing.go
@@ -3,6 +3,7 @@ package dht
import (
"bytes"
"fmt"
+ "runtime"
"sync"
"time"
@@ -380,6 +381,16 @@ func (dht *IpfsDHT) findProvidersAsyncRoutine(ctx context.Contex... | dht: add in code to detect and diagnose #<I>
License: MIT | ipfs_go-ipfs | train | go |
f4b2ed2a92a897f2fc2868a84c14b72d07c56fd1 | diff --git a/cmd/web-handlers.go b/cmd/web-handlers.go
index <HASH>..<HASH> 100644
--- a/cmd/web-handlers.go
+++ b/cmd/web-handlers.go
@@ -340,7 +340,7 @@ func (web *webAPIHandlers) ListBuckets(r *http.Request, args *WebGenericArgs, re
for _, bucket := range buckets {
if globalIAMSys.IsAllowed(iampolicy.Args{
... | fix: filter list buckets operation with ListObjects perm (#<I>)
fix regression introduced in #<I> | minio_minio | train | go |
d9e43a98736d69e1a4b78d499410b76650589dea | diff --git a/environs/cloudinit/windows_userdata_test.go b/environs/cloudinit/windows_userdata_test.go
index <HASH>..<HASH> 100644
--- a/environs/cloudinit/windows_userdata_test.go
+++ b/environs/cloudinit/windows_userdata_test.go
@@ -862,5 +862,5 @@ values:
cmd.exe /C mklink /D C:\Juju\lib\juju\tools\machine-10 1.2.3... | Fix the windows cloudinit tests. | juju_juju | train | go |
bd727c31795405c5ce1277163156477ad2f50cb5 | diff --git a/uptick/__main__.py b/uptick/__main__.py
index <HASH>..<HASH> 100755
--- a/uptick/__main__.py
+++ b/uptick/__main__.py
@@ -731,13 +731,14 @@ def main():
installedKeys = bitshares.wallet.getPublicKeys()
if len(installedKeys) == 1:
name = bitshares.wallet... | [wallet] first account name should be properly shown | bitshares_uptick | train | py |
e72f75a7670ba2e1d371b14eeffbda7c5c1a84ac | diff --git a/src/ManagedExtension.js b/src/ManagedExtension.js
index <HASH>..<HASH> 100644
--- a/src/ManagedExtension.js
+++ b/src/ManagedExtension.js
@@ -84,7 +84,7 @@ module.exports = function(ScriptEntry, userSocketOptions = {}) {
// Run extension
- ScriptEntry(socket, {
+ (ScriptEntry.default || ScriptEntry)(... | Handle extension entries with a default export | airdcpp-web_airdcpp-extension-js | train | js,js |
d2601ceb04ace2f0a8096874f2eece0cb6cff1c3 | diff --git a/gulpfile.js/tasks/html.js b/gulpfile.js/tasks/html.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js/tasks/html.js
+++ b/gulpfile.js/tasks/html.js
@@ -37,7 +37,7 @@ var htmlTask = function() {
.on('error', handleErrors)
.pipe(gulpif(global.production, htmlmin(config.tasks.html.htmlmin)))
.pip... | Fix Browsersync html task reload issue
Fixes #<I>
Only reload once at the end of the stream to keep browser from reloading too early | vigetlabs_blendid | train | js |
d76e61f2a1a6606290346bdce7b2cd1403b6ff09 | diff --git a/tests/unit/OxidTestCase.php b/tests/unit/OxidTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/unit/OxidTestCase.php
+++ b/tests/unit/OxidTestCase.php
@@ -696,5 +696,6 @@ class OxidTestCase extends PHPUnit_Framework_TestCase
if (!in_array($sTable, $this->_aTableForCleanups)) {
$thi... | ESDEV-<I> Also add shop relations table for cleanup in addTableForCleanup(). | OXID-eSales_oxideshop_ce | train | php |
53fd49c65e4ccddebc3f152f61978b7e5f64f67d | diff --git a/fastlane/lib/fastlane/version.rb b/fastlane/lib/fastlane/version.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/version.rb
+++ b/fastlane/lib/fastlane/version.rb
@@ -1,5 +1,5 @@
module Fastlane
- VERSION = '2.60.0'.freeze
+ VERSION = '2.60.1'.freeze
DESCRIPTION = "The easiest way to autom... | Version bump to <I> (#<I>) | fastlane_fastlane | train | rb |
6485ebd95049e9e1dd2a6d1f5a1e8646646e2348 | diff --git a/wayback-core/src/main/java/org/archive/wayback/liveweb/URLtoARCCacher.java b/wayback-core/src/main/java/org/archive/wayback/liveweb/URLtoARCCacher.java
index <HASH>..<HASH> 100644
--- a/wayback-core/src/main/java/org/archive/wayback/liveweb/URLtoARCCacher.java
+++ b/wayback-core/src/main/java/org/archive/w... | BUGFIX(unreported) last checkin left in "debug" code which dumped original content to STDOUT...
git-svn-id: <URL> | iipc_openwayback | train | java |
a47b6a9ff6489e5855bfa22f76423e1863bce020 | diff --git a/src/main/java/ch/digitalfondue/stampo/command/Serve.java b/src/main/java/ch/digitalfondue/stampo/command/Serve.java
index <HASH>..<HASH> 100644
--- a/src/main/java/ch/digitalfondue/stampo/command/Serve.java
+++ b/src/main/java/ch/digitalfondue/stampo/command/Serve.java
@@ -52,6 +52,13 @@ public class Serve... | parameterized thread blocking for mvn plugin | digitalfondue_stampo | train | java |
aa1b2fed9389c0cbdd01d9f6d3a4f9a1cbb08680 | diff --git a/public/jwlib/tests/collection/map.js b/public/jwlib/tests/collection/map.js
index <HASH>..<HASH> 100644
--- a/public/jwlib/tests/collection/map.js
+++ b/public/jwlib/tests/collection/map.js
@@ -246,6 +246,19 @@ JW.Tests.Collection.MapTestCase = JW.Tests.Collection.AbstractMapBase.extend({
});
},
+ t... | Added TDD (failing) test for JW.Map.reindex performance. | enepomnyaschih_jwidget | train | js |
3434ad9ca0624fe4192f2702fb94307525d05aaa | diff --git a/dbt/main.py b/dbt/main.py
index <HASH>..<HASH> 100644
--- a/dbt/main.py
+++ b/dbt/main.py
@@ -162,8 +162,9 @@ def run_from_args(parsed):
task = None
cfg = None
- if parsed.which == 'init':
- # bypass looking for a project file if we're running `dbt init`
+ if parsed.which in ('init... | Bypass project loading in init, we do it anyway | fishtown-analytics_dbt | train | py |
d65273a3ae50c00e37c161fb5d55bc79d5423148 | diff --git a/enforcer/nfq_linux.go b/enforcer/nfq_linux.go
index <HASH>..<HASH> 100644
--- a/enforcer/nfq_linux.go
+++ b/enforcer/nfq_linux.go
@@ -15,12 +15,14 @@ import (
func errorCallback(err error, data interface{}) {
zap.L().Error("Error while processing packets on queue", zap.Error(err))
}
-func networkCallba... | Fixed: Match prototype with new callback APIs | aporeto-inc_trireme-lib | train | go |
19801d14e761d2fab897340acb1e0305a1f158cf | diff --git a/nodeserver/src/client/js/corewrapper.js b/nodeserver/src/client/js/corewrapper.js
index <HASH>..<HASH> 100644
--- a/nodeserver/src/client/js/corewrapper.js
+++ b/nodeserver/src/client/js/corewrapper.js
@@ -942,6 +942,9 @@ define(['logManager',
this.getAttributeNames = function(){
ret... | getRegistryNames was added to wrapper functionality
Former-commit-id: c<I>b<I>cae5be<I>d<I>a<I>c<I>e1f<I> | webgme_webgme-engine | train | js |
b4f29708426c3d059fc4c40a05ad891b96474b7c | diff --git a/warehouse/accounts/views.py b/warehouse/accounts/views.py
index <HASH>..<HASH> 100644
--- a/warehouse/accounts/views.py
+++ b/warehouse/accounts/views.py
@@ -46,7 +46,7 @@ def profile(user, request):
.join(Project)
.distinct(Project.name)
.filter(Pro... | Select latest releases for display on profile pages | pypa_warehouse | train | py |
a87aeb201c63313cb6aebc138a09410b4bffa56f | diff --git a/src/base/polyfills.js b/src/base/polyfills.js
index <HASH>..<HASH> 100644
--- a/src/base/polyfills.js
+++ b/src/base/polyfills.js
@@ -10,8 +10,9 @@
*/
if (!Array.prototype.find) {
Object.defineProperty(Array.prototype, 'find', {
+ // Note: ES6 arrow function syntax is not used on purpose to avoid ... | style(polyfills): fix lint and add comment | clappr_clappr | train | js |
7dae439b44d78beae2a34fe26c77dd076829135b | diff --git a/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsDomainBinder.java b/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsDomainBinder.java
index <HASH>..<HASH> 100644
--- a/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsDomainBinder.java
+++ b/src/persis... | fix for GRAILS-<I>: collection elements being proxied | grails_grails-core | train | java |
3136686a7e8daa389d8a7621ab818e66de6e0b17 | diff --git a/src/main/com/mongodb/MongoClientURI.java b/src/main/com/mongodb/MongoClientURI.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/MongoClientURI.java
+++ b/src/main/com/mongodb/MongoClientURI.java
@@ -229,7 +229,7 @@ public class MongoClientURI {
hosts = Collections.unmodifiableLi... | JAVA-<I>: Replaced !String.isEmpty() with String.length() != 0 to remove Java 6 dependency | mongodb_mongo-java-driver | train | java |
2543b3b0a32dafc4985a30745e7b81d8f47f5308 | diff --git a/lib/mongodb/db.js b/lib/mongodb/db.js
index <HASH>..<HASH> 100644
--- a/lib/mongodb/db.js
+++ b/lib/mongodb/db.js
@@ -1865,7 +1865,7 @@ var __executeInsertCommand = function(self, db_command, options, callback) {
connection = specifiedConnection != null ? specifiedConnection : connection;
// Valida... | NODE-<I> connection is not checked for null before .isCompatible() is called | mongodb_node-mongodb-native | train | js |
37900335c33af625e059c5e80b28372c7bd1e4e7 | diff --git a/bokeh/charts/builder.py b/bokeh/charts/builder.py
index <HASH>..<HASH> 100644
--- a/bokeh/charts/builder.py
+++ b/bokeh/charts/builder.py
@@ -68,7 +68,7 @@ def create_and_build(builder_class, *data, **kws):
chart.start_plot()
curdoc()._current_plot = chart # TODO (havocp) store this on state, n... | changed curstate -> curdoc in check for autoadd | bokeh_bokeh | train | py |
a09d60e7d8682c4f0d3a35843d67daca3ae474dd | diff --git a/api/views.py b/api/views.py
index <HASH>..<HASH> 100644
--- a/api/views.py
+++ b/api/views.py
@@ -15,6 +15,7 @@ from rest_framework.authentication import BaseAuthentication
from rest_framework.response import Response
from rest_framework.status import HTTP_400_BAD_REQUEST, HTTP_201_CREATED
import json
+... | switch to get_object_or_<I> on layer views | deis_deis | train | py |
8569620874b64a2bfeaf5ce6bfd721f9ce54e568 | diff --git a/gravatar.py b/gravatar.py
index <HASH>..<HASH> 100644
--- a/gravatar.py
+++ b/gravatar.py
@@ -5,8 +5,14 @@ __author__ = 'Eric Seidel'
__version__ = '0.0.5'
__email__ = 'gridaphobe@gmail.com'
-from urllib import urlencode
-from urllib2 import urlopen
+
+try:
+ from urllib import urlencode
+ fro... | Fix ImportError's on Python3 | gridaphobe_pyGravatar | train | py |
54763d2fb0c5e89b53a7672553e7727802de9ac8 | diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js
index <HASH>..<HASH> 100644
--- a/src/ol/PluggableMap.js
+++ b/src/ol/PluggableMap.js
@@ -18,11 +18,7 @@ import RenderEventType from './render/EventType.js';
import TileQueue, {getTilePriority} from './TileQueue.js';
import View from './View.js';
import Vi... | Load less tiles when low on frame budget | openlayers_openlayers | train | js |
f872f23589cb99dcbfbcbb2bce04dc1f9eef0072 | diff --git a/jaraco/mongodb/oplog.py b/jaraco/mongodb/oplog.py
index <HASH>..<HASH> 100644
--- a/jaraco/mongodb/oplog.py
+++ b/jaraco/mongodb/oplog.py
@@ -102,7 +102,9 @@ def _calculate_start(args):
return bson.timestamp.Timestamp(utcnow - args.seconds, 0)
day_ago = bson.timestamp.Timestamp(utcnow - 24*... | Extract timestamp incrementing such that save_ts and read_ts are now complementary. | jaraco_jaraco.mongodb | train | py |
7db0d2e8d9a6045106a6a4ebcbb25e1e3eeb27f0 | diff --git a/vault/identity_store_entities.go b/vault/identity_store_entities.go
index <HASH>..<HASH> 100644
--- a/vault/identity_store_entities.go
+++ b/vault/identity_store_entities.go
@@ -10,6 +10,7 @@ import (
"github.com/hashicorp/errwrap"
memdb "github.com/hashicorp/go-memdb"
"github.com/hashicorp/vault/hel... | Fix a nil map pointer in mergeEntity. (#<I>) | hashicorp_vault | train | go |
bd12cd646d144505df8508a7ea9c6c3de070a482 | diff --git a/pyghmi/ipmi/oem/lenovo/handler.py b/pyghmi/ipmi/oem/lenovo/handler.py
index <HASH>..<HASH> 100755
--- a/pyghmi/ipmi/oem/lenovo/handler.py
+++ b/pyghmi/ipmi/oem/lenovo/handler.py
@@ -611,7 +611,7 @@ class OEMHandler(generic.OEMHandler):
elif self.is_fpc:
return nextscale.get_fpc_firmwa... | Fix lenovo generic fallback
Wrong number of arguments are sent in such a case
Change-Id: Icbb<I>b8d3ef<I>e1a<I>baeedf<I>bf<I>fabf | openstack_pyghmi | train | py |
8183dc9b4cf31b09d57a15eb112bf349aa7540cc | diff --git a/nion/swift/model/DocumentModel.py b/nion/swift/model/DocumentModel.py
index <HASH>..<HASH> 100644
--- a/nion/swift/model/DocumentModel.py
+++ b/nion/swift/model/DocumentModel.py
@@ -1673,6 +1673,16 @@ class DocumentModel(Observable.Observable, Observable.Broadcaster, Observable.Re
... | Add support for interval to computation make_region. | nion-software_nionswift | train | py |
6f3d98ce768f0184f09769c1a5600e149a07ef7b | diff --git a/sos/collector/sosnode.py b/sos/collector/sosnode.py
index <HASH>..<HASH> 100644
--- a/sos/collector/sosnode.py
+++ b/sos/collector/sosnode.py
@@ -817,7 +817,9 @@ class SosNode():
def remove_sos_archive(self):
"""Remove the sosreport archive from the node, since we have
collected it a... | [sosnode] Fix removal warning when cleaning up on a local node
When `cleanup()` is called for a local node, we were generating a false
warning that we couldn't remove the sos report. This removal attempt is
unnecessary since local nodes moves the sos archive during collector
archive creation, rather than copying it li... | sosreport_sos | train | py |
ea3a24caf3c0be8a85cfd03261c9301fa1653fdf | diff --git a/MatchMakingLobby/GUI/AbstractGUI.php b/MatchMakingLobby/GUI/AbstractGUI.php
index <HASH>..<HASH> 100644
--- a/MatchMakingLobby/GUI/AbstractGUI.php
+++ b/MatchMakingLobby/GUI/AbstractGUI.php
@@ -280,9 +280,9 @@ abstract class AbstractGUI
/**
* Create the player list to display to a player
*/
- fi... | Use one instance per player on PlayerList | maniaplanet_matchmaking-lobby | train | php,php |
cfa8ed8bfd4d56f0a12290b28d469e7277ab8f83 | diff --git a/src/basicFFmpeg.js b/src/basicFFmpeg.js
index <HASH>..<HASH> 100644
--- a/src/basicFFmpeg.js
+++ b/src/basicFFmpeg.js
@@ -4,7 +4,11 @@ var util = require('util'),
//creates a new processor object
var createProcessor = function (options) {
- //TODO: validate options such as niceness, make sure that r... | validate options such as niceness, make sure that required options are set | tommedema_NodeBasicFFmpeg | train | js |
283879197745a100abdf7635b5c15b4b0adfd2ab | diff --git a/server/lib/data_form.js b/server/lib/data_form.js
index <HASH>..<HASH> 100644
--- a/server/lib/data_form.js
+++ b/server/lib/data_form.js
@@ -7,7 +7,7 @@ var _ = require('underscore'),
async = require('async'),
url = require('url'),
mongoose = require('mongoose'),
- debug = true;
+ deb... | All tests now working. Still quite messy and inefficient (having a copy of the hierarchy attribute in scope.path for instance) | forms-angular_forms-angular | train | js |
c6fb0a08f78e21a02f80f850c26a11bb67e82e3d | diff --git a/config/routes.rb b/config/routes.rb
index <HASH>..<HASH> 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -75,6 +75,8 @@ Src::Application.routes.draw do
get :status
end
end
+ resources :errata, :controller => "system_errata", :only => [:index, :update] do
+ end
memb... | System Errata: Add initial routes and navigation for system errata. | Katello_katello | train | rb,rb |
8461ec0d630c847dd70f97a6348480f0abb1793e | diff --git a/NavigationReact/sample/native/web/SceneNavigator.js b/NavigationReact/sample/native/web/SceneNavigator.js
index <HASH>..<HASH> 100644
--- a/NavigationReact/sample/native/web/SceneNavigator.js
+++ b/NavigationReact/sample/native/web/SceneNavigator.js
@@ -25,10 +25,10 @@ class SceneNavigator extends Componen... | Passed state into style props instead of overriding | grahammendick_navigation | train | js |
a2297f7f408c9ebbd565e91d26332258ed75b922 | diff --git a/client/lib/reader-lists/lists.js b/client/lib/reader-lists/lists.js
index <HASH>..<HASH> 100644
--- a/client/lib/reader-lists/lists.js
+++ b/client/lib/reader-lists/lists.js
@@ -15,7 +15,7 @@ function keyForList( owner, slug ) {
}
function getListURL( list ) {
- return '/read/list/' + encodeURIComponen... | Fix the URLs on lists and streams | Automattic_wp-calypso | train | js,js |
fa108ccae6f824b4b38b7ea1cd8ea5ece87c1d66 | diff --git a/lib/opentox.rb b/lib/opentox.rb
index <HASH>..<HASH> 100644
--- a/lib/opentox.rb
+++ b/lib/opentox.rb
@@ -165,6 +165,7 @@ module OpenTox
end
end
+ # @return [String] converts object to turtle-string
def to_turtle # redefined to use prefixes (not supported by RDF::Writer)
prefixes = {:rdf... | commenting to_turtle and to_html | opentox_lazar | train | rb |
33000f0d4cbb853b5ffeebe53ab709f3827f9e4d | diff --git a/src/function/init.js b/src/function/init.js
index <HASH>..<HASH> 100644
--- a/src/function/init.js
+++ b/src/function/init.js
@@ -235,7 +235,7 @@ function($, emojione, blankImg, slice, css_class, emojioneSupportMode, invisible
if (self.recentEmojis) {
updateRecent(self);
... | Fix lazyLoad when opening | mervick_emojionearea | train | js |
4bd91d0bd25ef8f72bdc6b8d345c74cfc8f7c37b | diff --git a/js/coinmarketcap.js b/js/coinmarketcap.js
index <HASH>..<HASH> 100644
--- a/js/coinmarketcap.js
+++ b/js/coinmarketcap.js
@@ -43,7 +43,7 @@ module.exports = class coinmarketcap extends Exchange {
],
},
},
- 'currencies': [
+ 'currency... | fixed coinmarketcap symbols + currencies #<I> | ccxt_ccxt | train | js |
f9d4d01088b00973f80fc997110bde3dedd69b74 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -37,10 +37,11 @@ ghost().then(function (ghostServer) {
err = new common.errors.GhostError({err: err});
}
+ common.logging.error(err);
+
if (process.send) {
process.send({started: false, error: ... | Reordered error logging on ghost start (#<I>)
no issue
- if we trigger the IPC message to the CLI and the process manager is systemd, systemd will restart Ghost too early (same for local process manager) - this is a timing issue
- the consequence is that the error log won't happen in Ghost (`content/logs/[domain].... | TryGhost_Ghost | train | js |
6946a1b56fdaef629a2381965b5d48296bd967f3 | diff --git a/system/HTTP/Files/UploadedFile.php b/system/HTTP/Files/UploadedFile.php
index <HASH>..<HASH> 100644
--- a/system/HTTP/Files/UploadedFile.php
+++ b/system/HTTP/Files/UploadedFile.php
@@ -350,7 +350,7 @@ class UploadedFile extends File implements UploadedFileInterface
return $this->guessExtension();
}
... | optional type hinting in guessExtension
Null is allowed as the return value of \Config\Mimes::guessExtensionFromType that's why should be allowed in guessExtension either.
thx @daljit3 for pointig this out. | codeigniter4_CodeIgniter4 | train | php |
44160702b104931a06f674ae52c53829589e75e7 | diff --git a/src/Token.php b/src/Token.php
index <HASH>..<HASH> 100644
--- a/src/Token.php
+++ b/src/Token.php
@@ -85,7 +85,7 @@ class Token
{
$parse = self::parser($token, $secret);
- if (!self::validateExpiration($parse)) {
+ if (!self::validateWithExpiration($parse)) {
retu... | In Token class added comments to new validation methods, and amended name of the validateExpiration method to validateWithExpiration as this is slightly clearer. | RobDWaller_ReallySimpleJWT | train | php |
a4eed42cf23c265ae6d55b6dff462135de6b240c | diff --git a/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/dataset/backend/exception/ExceptionManager.java b/dashbuilder-backend/dashbuilder-services/src/main/java/org/dashbuilder/dataset/backend/exception/ExceptionManager.java
index <HASH>..<HASH> 100644
--- a/dashbuilder-backend/dashbuilder-s... | Log any backend error caught by the ExceptionManager | dashbuilder_dashbuilder | train | java |
0e49e9d004611162c48914589dab28789462dab8 | diff --git a/xmantissa/webadmin.py b/xmantissa/webadmin.py
index <HASH>..<HASH> 100644
--- a/xmantissa/webadmin.py
+++ b/xmantissa/webadmin.py
@@ -432,13 +432,24 @@ class REPL(athena.LiveFragment):
registerAdapter(REPL, DeveloperApplication, INavigableFragment)
+
+
class Traceback(Item):
typeName = 'mantissa... | Author: jonathanj
Reviewer: glyph
Fixes: #<I>
Handle the case, in cookieDomainForRequest, where a request has no "host"
header. | twisted_mantissa | train | py |
7d26e9d36881fd647dfb14f547c2f52f8823f738 | diff --git a/commons-datastore/commons-datastore-core/src/main/java/org/opencb/commons/datastore/core/QueryParam.java b/commons-datastore/commons-datastore-core/src/main/java/org/opencb/commons/datastore/core/QueryParam.java
index <HASH>..<HASH> 100644
--- a/commons-datastore/commons-datastore-core/src/main/java/org/op... | datastore: Add factory method for QueryParams | opencb_java-common-libs | train | java |
be40cab07b49921e66bb7ba604ee3fa782d64157 | diff --git a/annis-service/src/main/java/annis/service/internal/QueryServiceImpl.java b/annis-service/src/main/java/annis/service/internal/QueryServiceImpl.java
index <HASH>..<HASH> 100644
--- a/annis-service/src/main/java/annis/service/internal/QueryServiceImpl.java
+++ b/annis-service/src/main/java/annis/service/inte... | Better handling of authorization exceptions of corpus.properties rest api calls. | korpling_ANNIS | train | java |
ca3f2ff1efb70f8cfe7b0aba5dcdfb0fc0fa2aa9 | diff --git a/spec/support/fixtures/fixtures.rb b/spec/support/fixtures/fixtures.rb
index <HASH>..<HASH> 100644
--- a/spec/support/fixtures/fixtures.rb
+++ b/spec/support/fixtures/fixtures.rb
@@ -606,7 +606,9 @@ TEST_SINGULARS = {
'trellis' => 'trellises',
'kiss' => 'kisses',
# https://github.com/hanam... | Added missing spec for #<I> | hanami_utils | train | rb |
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.