hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
7d3eaac7eef9b2af3404c0a35285748afffc9318 | diff --git a/clients/web/src/views/widgets/SearchFieldWidget.js b/clients/web/src/views/widgets/SearchFieldWidget.js
index <HASH>..<HASH> 100644
--- a/clients/web/src/views/widgets/SearchFieldWidget.js
+++ b/clients/web/src/views/widgets/SearchFieldWidget.js
@@ -57,6 +57,7 @@ var SearchFieldWidget = View.extend({
... | fix enter key refresh page in Search Control | girder_girder | train |
99395230f9240f749985db24c7415606802256ed | diff --git a/mets.py b/mets.py
index <HASH>..<HASH> 100755
--- a/mets.py
+++ b/mets.py
@@ -346,13 +346,17 @@ class MDRef(object):
:param str mdtype: The string representing the mdtype of XML document being
enclosed. Examples include "PREMIS:OBJECT" and "PREMIS:EVENT".
:param str label: Optional LABEL... | MDRef: Validate LOCTYPE | artefactual-labs_mets-reader-writer | train |
34c8d7f3646f0e5d0dcbd7415038f3041ad09488 | diff --git a/src/toil/test/jobStores/jobStoreTest.py b/src/toil/test/jobStores/jobStoreTest.py
index <HASH>..<HASH> 100644
--- a/src/toil/test/jobStores/jobStoreTest.py
+++ b/src/toil/test/jobStores/jobStoreTest.py
@@ -145,7 +145,6 @@ class hidden:
# Test job deletions
#
-
# Fir... | Improve stats assertions in job store tests (resolves #<I>) | DataBiosphere_toil | train |
21dc9bb7592d2db3c351293e0ec79c391490de30 | diff --git a/flatfs.go b/flatfs.go
index <HASH>..<HASH> 100644
--- a/flatfs.go
+++ b/flatfs.go
@@ -863,6 +863,11 @@ func (fs *Datastore) checkpointLoop() {
func (fs *Datastore) writeDiskUsageFile(du int64, doSync bool) {
tmp, err := ioutil.TempFile(fs.path, "du-")
+ if err != nil {
+ log.Warningf("cound not write... | check error before defer-removing disk usage file | ipfs_go-ds-flatfs | train |
e734ad2f35fdb1c47327c0265d8a849d0494111f | diff --git a/test/test_machiawase.rb b/test/test_machiawase.rb
index <HASH>..<HASH> 100644
--- a/test/test_machiawase.rb
+++ b/test/test_machiawase.rb
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
require File.expand_path 'test_helper', File.dirname(__FILE__)
-class TestMachiawase < MiniTest::Unit::TestCase
+class TestMa... | update minitest
modify Minitest::Unit::TestCase to Minitest::Test | zakuni_machiawase | train |
c32588f90b306791b35797b7fb61f6a803924d49 | diff --git a/src/Controller/CrudController.php b/src/Controller/CrudController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/CrudController.php
+++ b/src/Controller/CrudController.php
@@ -34,6 +34,13 @@ class CrudController extends Base
const CONFIG_MODEL_PROVIDER = '';
/**
+ * The URI segment wh... | Setting the index of the uri segment which identifies an item via a constant | nails_module-api | train |
c08cc2b00b33ec63dd7bbe143112de71a36be4fb | diff --git a/src/deprecated.php b/src/deprecated.php
index <HASH>..<HASH> 100644
--- a/src/deprecated.php
+++ b/src/deprecated.php
@@ -19,7 +19,6 @@ class_alias('GraphQL\Language\AST\FloatValueNode', 'GraphQL\Language\AST\FloatVa
class_alias('GraphQL\Language\AST\FragmentDefinitionNode', 'GraphQL\Language\AST\Fragment... | Fixing broken build for <I> | webonyx_graphql-php | train |
74cb9219fb165f09723a638740d94c34767dfaab | diff --git a/src/main/java/org/cyclopsgroup/jcli/ArgumentProcessor.java b/src/main/java/org/cyclopsgroup/jcli/ArgumentProcessor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cyclopsgroup/jcli/ArgumentProcessor.java
+++ b/src/main/java/org/cyclopsgroup/jcli/ArgumentProcessor.java
@@ -87,7 +87,7 @@ public abst... | Rename process(Properties... into processProperties to avoid confusion | jiaqi_jcli | train |
ee8c6aaa3dce4a8b3e3ef3437766b0f8cc0b3f45 | diff --git a/apps/uclust.py b/apps/uclust.py
index <HASH>..<HASH> 100644
--- a/apps/uclust.py
+++ b/apps/uclust.py
@@ -255,8 +255,7 @@ def makeloci(clustSfile, store, prefix, minsamp=3):
# Strip off cut site
seqs = [x.upper() for x in seqs]
fname = "{0}_{1}".format(prefix, locid)
-
- #... | require mconsensus snps to represent half of the samples | tanghaibao_jcvi | train |
96f94407a9fe7813cff03103b2d4a1ec352a75ce | diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/OrientDBEmbedded.java b/core/src/main/java/com/orientechnologies/orient/core/db/OrientDBEmbedded.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/db/OrientDBEmbedded.java
+++ b/core/src/main/java/com/orientec... | Reload schema after incremental restore
Fixes metadata inconsistency problem | orientechnologies_orientdb | train |
74b01488d4acb4d0181e6c7c228fcbac9c2cd3c0 | diff --git a/src/DataSource/DoctrineDataSource.php b/src/DataSource/DoctrineDataSource.php
index <HASH>..<HASH> 100644
--- a/src/DataSource/DoctrineDataSource.php
+++ b/src/DataSource/DoctrineDataSource.php
@@ -170,10 +170,11 @@ class DoctrineDataSource implements IDataSource
$words = explode(' ', $value);
fo... | DoctrineDataSource: implemented filtering - text (COLLATE statement still remaining) | contributte_datagrid | train |
8163dd84b96647a7adc0468c4a82d5f5dc5357b2 | diff --git a/lib/media/transmuxer.js b/lib/media/transmuxer.js
index <HASH>..<HASH> 100644
--- a/lib/media/transmuxer.js
+++ b/lib/media/transmuxer.js
@@ -163,6 +163,18 @@ shaka.media.Transmuxer.prototype.transmux = function(data) {
let dataArray = new Uint8Array(data);
this.muxTransmuxer_.push(dataArray);
thi... | Work around (what we think is) a bug in mux.js which
prevents them from letting us know they're finished
transmuxing.
Issue #<I>
Change-Id: Icfd4e<I>a<I>b<I>ef<I>bfda4ca9bb<I> | google_shaka-player | train |
e1778e77608ca3ca4cc400111cd785b749bf7d42 | diff --git a/lib/sprinkle/package/chooser.rb b/lib/sprinkle/package/chooser.rb
index <HASH>..<HASH> 100644
--- a/lib/sprinkle/package/chooser.rb
+++ b/lib/sprinkle/package/chooser.rb
@@ -7,13 +7,12 @@ module Sprinkle::Package
else
package = choose do |menu|
menu.prompt = "Multiple choices exi... | fix selection of multiple package choices
Resolves:
<URL> | sprinkle-tool_sprinkle | train |
310ae66b7ebb1928e70bb80127fb8c556932edb1 | diff --git a/simulator/src/main/java/com/hazelcast/simulator/utils/CloudProviderUtils.java b/simulator/src/main/java/com/hazelcast/simulator/utils/CloudProviderUtils.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/utils/CloudProviderUtils.java
+++ b/simulator/src/main/java/com/haz... | Check supported cloud providers during simulator-wizard creation | hazelcast_hazelcast-simulator | train |
d1852f8324f633d9dec16d9bf432fd52ede3d232 | diff --git a/spec/external/openstack_cpi_spec.rb b/spec/external/openstack_cpi_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/external/openstack_cpi_spec.rb
+++ b/spec/external/openstack_cpi_spec.rb
@@ -74,12 +74,12 @@ describe Bosh::OpenStackCloud::Cloud do
cpi.attach_disk(@server_id, @volume_id)
+ cpi.det... | Fix OpenStack external tests
On OpenStack Folsom we cannot take a snapshot of a volume that
is attached to a server. On OpenStack Grizzly this has been fixed.
So we take the snapshot once the volume has been deattached from
the server. | cloudfoundry_bosh | train |
97ac18ada6a41cfc79d8b3c454a0357ecec07fc3 | diff --git a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/SlashTolerationFilter.java b/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/SlashTolerationFilter.java
index <HASH>..<HASH> 100644
--- a/subsys/jaxrs/src/main/java/org/commonjava/indy/bind/jaxrs/SlashTolerationFilter.java
+++ b/subsys/jax... | Use the filterChain instead of forward | Commonjava_indy | train |
6491b417a5f815a5d079f4aac9e1b56e940f78bb | diff --git a/common-core-open/src/main/java/com/bbn/bue/common/strings/offsets/OffsetRange.java b/common-core-open/src/main/java/com/bbn/bue/common/strings/offsets/OffsetRange.java
index <HASH>..<HASH> 100755
--- a/common-core-open/src/main/java/com/bbn/bue/common/strings/offsets/OffsetRange.java
+++ b/common-core-open... | Clarify proper use of OffsetRange orderings | BBN-E_bue-common-open | train |
42a4cf7235bc11e91700087dbb88f66ee2fd74bf | diff --git a/jnlp-agent/src/main/java/hudson/jnlp/Engine.java b/jnlp-agent/src/main/java/hudson/jnlp/Engine.java
index <HASH>..<HASH> 100644
--- a/jnlp-agent/src/main/java/hudson/jnlp/Engine.java
+++ b/jnlp-agent/src/main/java/hudson/jnlp/Engine.java
@@ -76,7 +76,8 @@ public class Engine extends Thread {
* Connec... | print out where it's trying to connect to assist trouble-shooting.
git-svn-id: <URL> | jenkinsci_jenkins | train |
98efb9cdc02ab5c77da3638c5aad25d5b75159e5 | diff --git a/alot/buffers.py b/alot/buffers.py
index <HASH>..<HASH> 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -123,7 +123,11 @@ class EnvelopeBuffer(Buffer):
# sign/encrypt lines
if self.envelope.sign:
- self.crypto_wgt = widgets.HeadersList([ ('sign', 'yes') ])
+ d... | Make togglesign accept an optional keyid (like 4AC8EE1D) which will be used for signing | pazz_alot | train |
acad10f53c32f04b563f9e81bb3a029d7abdf24a | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -297,6 +297,7 @@ Please note that while standardized, `datetime-local` and `date` input elements
* `updown`: an `input[type=number]` updown selector;
* `range`: an `input[type=range]` slider;
+ * `radio`: a radio... | Radio Support for integers and numbers (#<I>) | mozilla-services_react-jsonschema-form | train |
e8a56ed2c2b4778920ea7c5b04016f6cfb968f75 | diff --git a/pyinfra/api/connectors/vagrant.py b/pyinfra/api/connectors/vagrant.py
index <HASH>..<HASH> 100644
--- a/pyinfra/api/connectors/vagrant.py
+++ b/pyinfra/api/connectors/vagrant.py
@@ -79,7 +79,6 @@ def get_vagrant_options():
if path.exists('@vagrant.json'):
with open('@vagrant.json', 'r') as f:... | Don't assume all the Vagrant SSH config keys exist. | Fizzadar_pyinfra | train |
927f23b82e1f22e9cc74f39199030a1253bf8b80 | diff --git a/src/back/models/EntitySpecification.js b/src/back/models/EntitySpecification.js
index <HASH>..<HASH> 100644
--- a/src/back/models/EntitySpecification.js
+++ b/src/back/models/EntitySpecification.js
@@ -323,7 +323,8 @@ function EntitySpecification() {
for (var property in specification) {
expe... | Fixes lint issues. | back4app_back4app-entity | train |
3e6568a6a2db354273f07a273767947331ce8003 | diff --git a/presto-main/src/main/java/com/facebook/presto/operator/NestedLoopJoinPages.java b/presto-main/src/main/java/com/facebook/presto/operator/NestedLoopJoinPages.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/operator/NestedLoopJoinPages.java
+++ b/presto-main/src/main/java... | Free transferred memory when transferMemoryToContext fails | prestodb_presto | train |
b1777865f51911e77fbdfc5bcb69b73abd3c179c | diff --git a/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php
+++ b/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurati... | Make twig optimizations configurable | symfony_symfony | train |
e8f866dce0bc45d990a81f327cc582fb2e3752bc | diff --git a/src/main/java/org/jboss/ws/common/deployment/EndpointAddressDeploymentAspect.java b/src/main/java/org/jboss/ws/common/deployment/EndpointAddressDeploymentAspect.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/ws/common/deployment/EndpointAddressDeploymentAspect.java
+++ b/src/main/java/org/j... | [JBWS-<I>]:Add option for forcing https protocol when rewriting soap:addres in WSDL | jbossws_jbossws-common | train |
b177b4625e36732b8efdcda15d020a82af4ef6ba | diff --git a/src/components/record/recordEditor/index.js b/src/components/record/recordEditor/index.js
index <HASH>..<HASH> 100644
--- a/src/components/record/recordEditor/index.js
+++ b/src/components/record/recordEditor/index.js
@@ -3,7 +3,6 @@ import _ from 'underscore';
import * as appCommons from 'phraseanet-comm... | fix recordEditor event emitter instance initialization | alchemy-fr_Phraseanet-production-client | train |
40f4fe9c2a42f99b06a1491eb6518967604914d1 | diff --git a/ipywidgets/__init__.py b/ipywidgets/__init__.py
index <HASH>..<HASH> 100644
--- a/ipywidgets/__init__.py
+++ b/ipywidgets/__init__.py
@@ -52,7 +52,7 @@ class CommInfo(Widget):
comms = {
k: dict(target_name=v.target_name)
for (k, v) in self.comm.kernel.comm_manager.comms.i... | Do not send comm_info for workaround widget | jupyter-widgets_ipywidgets | train |
8fba46af74226b9be8a23d225713c10f17141c03 | diff --git a/src/Database/Pool.php b/src/Database/Pool.php
index <HASH>..<HASH> 100644
--- a/src/Database/Pool.php
+++ b/src/Database/Pool.php
@@ -28,20 +28,29 @@ final class Pool
$config->getOptions();
foreach(self::$pool as $key=>$connection) {
if ($connection['config'] == $... | Adjusted behavior in case first connection attempt using a config fails, but then the same config is used again | Simbiat_database | train |
ebba60b22d2a526857f373f69da59c69ff92d664 | diff --git a/Keyguard.d.ts b/Keyguard.d.ts
index <HASH>..<HASH> 100644
--- a/Keyguard.d.ts
+++ b/Keyguard.d.ts
@@ -3,10 +3,8 @@ type KeyInfo = {
type: EncryptionType
}
-type KeyEntry = {
- encryptedKeyPair: Uint8Array,
- userFriendlyAddress: string,
- type: EncryptionType
+type KeyEntry = KeyInfo & {
+... | Add SignedTransactionResult type, move constants | nimiq_keyguard-next | train |
cf1ce1a007d4ac3ed2e2d15620683311c9eb101d | diff --git a/datajoint/declare.py b/datajoint/declare.py
index <HASH>..<HASH> 100644
--- a/datajoint/declare.py
+++ b/datajoint/declare.py
@@ -182,4 +182,4 @@ def compile_attribute(line, in_key=False):
match['default'] = 'NOT NULL'
match['comment'] = match['comment'].replace('"', '\\"') # escape dou... | renamed the argument `left` to `keep_all_rows` in aggregate | datajoint_datajoint-python | train |
39c5c564a054c0e098a86beec5dd8614e65f1049 | diff --git a/lib/guard/rspec/inspector.rb b/lib/guard/rspec/inspector.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/rspec/inspector.rb
+++ b/lib/guard/rspec/inspector.rb
@@ -54,15 +54,23 @@ module Guard
def _clean(paths)
paths.uniq!
paths.compact!
- paths = _select_only_spec_files(paths... | Fix inspector when the watch expression was specified as directory
fixes #<I> | guard_guard-rspec | train |
39f68d2826bc598daf4baf10427782c787f0a4da | diff --git a/sitetree/sitetreeapp.py b/sitetree/sitetreeapp.py
index <HASH>..<HASH> 100644
--- a/sitetree/sitetreeapp.py
+++ b/sitetree/sitetreeapp.py
@@ -6,6 +6,7 @@ from django import template
from django.core.cache import cache
from django.db.models import signals
from django.utils.http import urlquote
+from djan... | Implemented i<I>n for sitetrees (see #<I>). | idlesign_django-sitetree | train |
96d053c866000c8adda86926e7a821332c83f1a0 | diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/common.py b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/common.py
index <HASH>..<HASH> 100644
--- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/common.py
+++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}... | Added ATOMIC_REQUESTS=True to default DB setup
Quoting Two Scoops of Django:
> Use `ATOMIC_REQUESTS` as long as the performance overhead is bearable. That
> means "forever" on most sites. | pydanny_cookiecutter-django | train |
bdfb150a3676f643775a622eac33dac0248e24aa | diff --git a/lib/tokyo_metro/app/renderer/station_matrix.rb b/lib/tokyo_metro/app/renderer/station_matrix.rb
index <HASH>..<HASH> 100644
--- a/lib/tokyo_metro/app/renderer/station_matrix.rb
+++ b/lib/tokyo_metro/app/renderer/station_matrix.rb
@@ -14,7 +14,7 @@ class TokyoMetro::App::Renderer::StationMatrix < TokyoMetro... | <I>_<I> Update - TokyoMetro::Factory::Decorate::AppSubDecorator | osorubeki-fujita_odpt_tokyo_metro | train |
cc77ce5d310360a7d56090fb352e027cd6457c1b | diff --git a/examples/test/src/test/java/org/parceler/ParcelTest.java b/examples/test/src/test/java/org/parceler/ParcelTest.java
index <HASH>..<HASH> 100644
--- a/examples/test/src/test/java/org/parceler/ParcelTest.java
+++ b/examples/test/src/test/java/org/parceler/ParcelTest.java
@@ -20,6 +20,7 @@ import org.junit.ru... | Enforced constructor and factory ordering through intermediate variables. | johncarl81_parceler | train |
b0aaecc5e5e2160f28b253585696c38ab953ec96 | diff --git a/codegen/src/main/java/io/sundr/codegen/generator/GeneratorUtils.java b/codegen/src/main/java/io/sundr/codegen/generator/GeneratorUtils.java
index <HASH>..<HASH> 100644
--- a/codegen/src/main/java/io/sundr/codegen/generator/GeneratorUtils.java
+++ b/codegen/src/main/java/io/sundr/codegen/generator/Generator... | Fixing squid:S<I>- Null pointers should not be dereferenced. | sundrio_sundrio | train |
24fd6ae1773a7142baf59eb0375e14d648b37a8c | diff --git a/src/canvas/view/CanvasView.js b/src/canvas/view/CanvasView.js
index <HASH>..<HASH> 100644
--- a/src/canvas/view/CanvasView.js
+++ b/src/canvas/view/CanvasView.js
@@ -207,9 +207,15 @@ module.exports = Backbone.View.extend({
view.el.id = id;
view.scriptContainer.html('');
- view.scriptContaine... | Make use of setTimeout for components with javascript | artf_grapesjs | train |
a3ea6386c24b0357b463772e7644556ef9a69e2b | diff --git a/instana/__init__.py b/instana/__init__.py
index <HASH>..<HASH> 100644
--- a/instana/__init__.py
+++ b/instana/__init__.py
@@ -23,7 +23,7 @@ __author__ = 'Instana Inc.'
__copyright__ = 'Copyright 2017 Instana Inc.'
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
__license__ = 'MIT'
-__version__ =... | Bump package version to <I> | instana_python-sensor | train |
1a521dd3cf25b61a0adbbb7f3c068bac443349b1 | diff --git a/framework/Components/Http/StreamWrapper.php b/framework/Components/Http/StreamWrapper.php
index <HASH>..<HASH> 100644
--- a/framework/Components/Http/StreamWrapper.php
+++ b/framework/Components/Http/StreamWrapper.php
@@ -247,7 +247,7 @@ class StreamWrapper
*/
public static function isWrapped($u... | ImageMagick console processor can work with input streams. | spiral_exceptions | train |
ac6d0ae81c5f00030673a94c31a89383d68214af | diff --git a/kmip/tests/unit/core/attributes/test_attributes.py b/kmip/tests/unit/core/attributes/test_attributes.py
index <HASH>..<HASH> 100644
--- a/kmip/tests/unit/core/attributes/test_attributes.py
+++ b/kmip/tests/unit/core/attributes/test_attributes.py
@@ -21,12 +21,15 @@ from kmip.core.attributes import Certific... | Added tests for testing Name attribute
Completes test coverage for the Name attribute | OpenKMIP_PyKMIP | train |
03d97e17fab0f8eec0d9bf3b7614a336da3096b7 | diff --git a/classes/phing/tasks/ext/phpunit/PHPUnitTask.php b/classes/phing/tasks/ext/phpunit/PHPUnitTask.php
index <HASH>..<HASH> 100644
--- a/classes/phing/tasks/ext/phpunit/PHPUnitTask.php
+++ b/classes/phing/tasks/ext/phpunit/PHPUnitTask.php
@@ -19,6 +19,7 @@
* <http://phing.info>.
*/
+require_once 'PHPUnit/... | Included used files - phpunit task need to be tested against phpunit <I> | phingofficial_phing | train |
279ee81bc3330e157b67f98b98e5c81df44024a2 | diff --git a/telethon_examples/interactive_telegram_client.py b/telethon_examples/interactive_telegram_client.py
index <HASH>..<HASH> 100644
--- a/telethon_examples/interactive_telegram_client.py
+++ b/telethon_examples/interactive_telegram_client.py
@@ -1,4 +1,3 @@
-import shutil
from getpass import getpass
from t... | Stop querying terminal size and other warnings (#<I>) | LonamiWebs_Telethon | train |
c2aad44293b2649cd3a4b80d5d2ad7a8a3109fa5 | diff --git a/bin/inline_forms_installer_core.rb b/bin/inline_forms_installer_core.rb
index <HASH>..<HASH> 100755
--- a/bin/inline_forms_installer_core.rb
+++ b/bin/inline_forms_installer_core.rb
@@ -282,6 +282,7 @@ say "- Copy stylesheets..."
end
say "- Copy javascripts..."
+remove_file 'app/assets/javascripts/appl... | new assets in js and css, new views for devise, but problems with flash in devise. Probably broken. | acesuares_inline_forms | train |
20d6cf684f1850b97fce3e36c07ac6a934f94858 | diff --git a/src/test-integration/java/jscover/instrument/BranchInstrumentorCCIntegrationTest.java b/src/test-integration/java/jscover/instrument/BranchInstrumentorCCIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/src/test-integration/java/jscover/instrument/BranchInstrumentorCCIntegrationTest.java
+++ b/src/tes... | Enable working branch tests - shouldHandleVariableAsIfConditions | tntim96_JSCover | train |
abcb454f5e6969cafedc2a843422724fbe0d91a5 | diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/messaging/MsgDestinationsPresenter.java b/gui/src/main/java/org/jboss/as/console/client/shared/subsys/messaging/MsgDestinationsPresenter.java
index <HASH>..<HASH> 100644
--- a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/messaging/M... | Fix AS7-<I>: JMS connection factories | hal_core | train |
091d5292e98d298d884d8474ea9bb349aa96464f | diff --git a/lib/games_dice/dice.rb b/lib/games_dice/dice.rb
index <HASH>..<HASH> 100644
--- a/lib/games_dice/dice.rb
+++ b/lib/games_dice/dice.rb
@@ -40,4 +40,30 @@ class GamesDice::Dice
end
end
+ def min
+ @min ||= @offset + @bunch_multipliers.zip(@bunches).inject(0) do |total,mb|
+ m,b = mb
... | Attempt to add min/max and probabilities to GamesDice::Dice | neilslater_games_dice | train |
3ba5d6da6c629244d28e837393df43215f390201 | diff --git a/src/MenuButton.js b/src/MenuButton.js
index <HASH>..<HASH> 100644
--- a/src/MenuButton.js
+++ b/src/MenuButton.js
@@ -44,10 +44,13 @@ export default class MenuButton extends React.Component {
_onClose: Bus<void> = kefirBus();
- open() {
+ open(callback?: () => any) {
if (this.state.opened) re... | pass in a callback to open | StreakYC_react-menu-list | train |
3ba5bcc374f4357286218545fa11e49c072700b8 | diff --git a/src/streamlink/plugins/bbciplayer.py b/src/streamlink/plugins/bbciplayer.py
index <HASH>..<HASH> 100644
--- a/src/streamlink/plugins/bbciplayer.py
+++ b/src/streamlink/plugins/bbciplayer.py
@@ -187,13 +187,20 @@ class BBCiPlayer(Plugin):
:return: Whether authentication was successful
:rty... | plugins.bbciplayer: do not try to authenticate when not required | streamlink_streamlink | train |
b346b3150756c9a33b58113361a7d531631d34f3 | diff --git a/fabric8-forge-maven-plugin/src/main/java/io/fabric8/forge/maven/DownloadArchetypesMojo.java b/fabric8-forge-maven-plugin/src/main/java/io/fabric8/forge/maven/DownloadArchetypesMojo.java
index <HASH>..<HASH> 100644
--- a/fabric8-forge-maven-plugin/src/main/java/io/fabric8/forge/maven/DownloadArchetypesMojo.... | #<I>: Lets avoid breaking the build if there is something wrong with download | fabric8io_fabric8-forge | train |
958bf95d15df2a9b63f2dd93b67c00423a41e955 | diff --git a/src/constants.js b/src/constants.js
index <HASH>..<HASH> 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -39,6 +39,9 @@
//region compatibility
/*global _gpfArraySlice*/ // Slice an array-like object
//endregion
+//region promise
+/*global _GpfDeferredPromise*/ // Deferred promise
+//endregion
/... | Added _GpfDeferredPromise | ArnaudBuchholz_gpf-js | train |
7f70afe8641df980a3a1dd74caca3ccdf9bd4fb5 | diff --git a/src/core/core.js b/src/core/core.js
index <HASH>..<HASH> 100755
--- a/src/core/core.js
+++ b/src/core/core.js
@@ -100,6 +100,8 @@ module.exports = function() {
}
};
+ Chart.Chart = Chart;
+
return Chart;
}; | Added a reference to Chart within Chart for Issue #<I> | chartjs_Chart.js | train |
70894e4702e60033b23ec0ccdcddc1d0c03df2e9 | diff --git a/tests/Components/KeyTest.php b/tests/Components/KeyTest.php
index <HASH>..<HASH> 100644
--- a/tests/Components/KeyTest.php
+++ b/tests/Components/KeyTest.php
@@ -77,6 +77,24 @@ class KeyTest extends TestCase
), $component->columns);
}
+ public function testParseKeyWithoutOptionsWithOrder... | Add a test case for lowercase ASC/DESC | phpmyadmin_sql-parser | train |
ae10f49ff3d1242becfababe1d551eaeb728f646 | diff --git a/app/database/seeds/UsersTableSeeder.php b/app/database/seeds/UsersTableSeeder.php
index <HASH>..<HASH> 100644
--- a/app/database/seeds/UsersTableSeeder.php
+++ b/app/database/seeds/UsersTableSeeder.php
@@ -21,6 +21,7 @@ class UsersTableSeeder extends Seeder
"password" => "test123",
... | Always seed the demo user with the same API key. | CachetHQ_Cachet | train |
d9867e3bb93c90b3f795bf32f0f0b00cfa17670b | diff --git a/geopy/geocoders/googlev3.py b/geopy/geocoders/googlev3.py
index <HASH>..<HASH> 100644
--- a/geopy/geocoders/googlev3.py
+++ b/geopy/geocoders/googlev3.py
@@ -410,13 +410,11 @@ class GoogleV3(Geocoder):
return [parse_place(place) for place in places]
def _check_status(self, status):
- ... | GoogleV3: raise GeocoderQuotaExceeded for OVER_DAILY_LIMIT | geopy_geopy | train |
55d4acd1e4be27de3f1c339f5aad6ad12c5b5576 | diff --git a/test/zoom-test.js b/test/zoom-test.js
index <HASH>..<HASH> 100644
--- a/test/zoom-test.js
+++ b/test/zoom-test.js
@@ -122,6 +122,98 @@ tape("resetZoom resets the zoom transform to the original transform.", function(
}
});
+tape("resetZoom resets the zoom transform to the original transform of the l... | Add test of zoom reset of the latest rendered graph | magjac_d3-graphviz | train |
9879a4395d3cd90325743c231c3378f916c658ef | diff --git a/plugins.go b/plugins.go
index <HASH>..<HASH> 100644
--- a/plugins.go
+++ b/plugins.go
@@ -107,6 +107,7 @@ func runFn(module, topic, command string) func(ctx *Context) {
cmd := node.RunScript(script)
cmd.Stdout = Stdout
+ cmd.Stdin = os.Stdin
r, w, _ := os.Pipe()
cmd.Stderr = w
stderr := c... | added stdin pipe to plugins | heroku_cli | train |
8f7e121875b3019d6d3b9120756b6e8b98bbba11 | diff --git a/smore/apispec/core.py b/smore/apispec/core.py
index <HASH>..<HASH> 100644
--- a/smore/apispec/core.py
+++ b/smore/apispec/core.py
@@ -9,6 +9,7 @@ VALID_METHODS = [
'put',
'patch',
'delete',
+ 'head',
]
@@ -82,9 +83,9 @@ class APISpec(object):
if path.operations:
... | Fix default argument and ensure method keys are lowercased | marshmallow-code_apispec | train |
fef5741dedd16b496310026295efd1a476dbc82d | diff --git a/builtin/providers/aws/resource_aws_security_group_rule.go b/builtin/providers/aws/resource_aws_security_group_rule.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_security_group_rule.go
+++ b/builtin/providers/aws/resource_aws_security_group_rule.go
@@ -257,7 +257,7 @@ func findReso... | providers/aws: fix another crash case | hashicorp_terraform | train |
1c2bafe0e1fa2333c3a3a17030952f7a27b61574 | diff --git a/lib/6to5/transformation/transformers/es6-classes.js b/lib/6to5/transformation/transformers/es6-classes.js
index <HASH>..<HASH> 100644
--- a/lib/6to5/transformation/transformers/es6-classes.js
+++ b/lib/6to5/transformation/transformers/es6-classes.js
@@ -188,6 +188,19 @@ Class.prototype.pushMethod = functio... | use assignment instead of define for fast classes | babel_babel | train |
7527dc787d51ce5e1b4f5af6f68626846a4dea7c | diff --git a/src/Brainwave/Container/ContainerAwareTrait.php b/src/Brainwave/Container/ContainerAwareTrait.php
index <HASH>..<HASH> 100644
--- a/src/Brainwave/Container/ContainerAwareTrait.php
+++ b/src/Brainwave/Container/ContainerAwareTrait.php
@@ -15,6 +15,8 @@ namespace Brainwave\Container;
* @version 0.10.0-... | added ContainerAwareTrait to manger | Use Str::studly to resolve driver method | narrowspark_framework | train |
55422df7c53ee70080db9346e0da664646e01317 | diff --git a/DrdPlus/HuntingAndFishing/CatchProcessingQuality.php b/DrdPlus/HuntingAndFishing/CatchProcessingQuality.php
index <HASH>..<HASH> 100644
--- a/DrdPlus/HuntingAndFishing/CatchProcessingQuality.php
+++ b/DrdPlus/HuntingAndFishing/CatchProcessingQuality.php
@@ -1,7 +1,7 @@
<?php
namespace DrdPlus\HuntingAndF... | Fixed after a library incompatible changes | drdplusinfo_drdplus-hunting-and-fishing | train |
27bf538ab6b67892bebed8eac51500e4427c9ea3 | diff --git a/traces/plot.py b/traces/plot.py
index <HASH>..<HASH> 100644
--- a/traces/plot.py
+++ b/traces/plot.py
@@ -85,10 +85,10 @@ def plot(
try:
drawstyle = INTERPOLATE_DRAWSTYLE[interpolate]
except KeyError:
- raise ValueError(
- f"invalid value for interpolate='{interpolate}'... | removed f-string for <I> compatibility | datascopeanalytics_traces | train |
cdfd3d2ee8842a427dec079e692645d6d29133a3 | diff --git a/dimod/sampleset.py b/dimod/sampleset.py
index <HASH>..<HASH> 100644
--- a/dimod/sampleset.py
+++ b/dimod/sampleset.py
@@ -1022,12 +1022,16 @@ class SampleSet(abc.Iterable, abc.Sized):
order = np.argsort(indices)
indices = indices[order]
+ # and on the inverse
+ revorder = ... | Fix num_occurences in SampleSet.aggregate | dwavesystems_dimod | train |
04c6bce7b2430b634759d94a63349fec7a14fbf2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
-VERSION = "7.0.0"
+VERSION = "7.0.1"
DOWNLOAD_URL = \
'https... | Update setup.py (#<I>) | ggravlingen_pytradfri | train |
1597c3ad82b76c1edebc394fb77c245a1f5b6146 | diff --git a/cloudinary-core/src/main/java/com/cloudinary/transformation/TextLayerBuilder.java b/cloudinary-core/src/main/java/com/cloudinary/transformation/TextLayerBuilder.java
index <HASH>..<HASH> 100644
--- a/cloudinary-core/src/main/java/com/cloudinary/transformation/TextLayerBuilder.java
+++ b/cloudinary-core/src... | line spacng support in text overlay | cloudinary_cloudinary_java | train |
27d8d269ff16717180ed1c6a14f7ff0a8f8dbd87 | diff --git a/lib/yard_classmethods.rb b/lib/yard_classmethods.rb
index <HASH>..<HASH> 100644
--- a/lib/yard_classmethods.rb
+++ b/lib/yard_classmethods.rb
@@ -61,4 +61,5 @@ module YardClassmethods
end
YARD::Tags::Library.define_directive(:classmethods, YardClassmethods::Directive)
-YARD::Handlers::Ruby::ModuleHandl... | Travis noticed a fail on Ruby <I>. Thanks Travis! | coderanger_yard-classmethods | train |
0dcb53d545f2c4fa02a0aa8851bda3fcc00d2b2b | diff --git a/course/format/topicsajax/format.php b/course/format/topicsajax/format.php
index <HASH>..<HASH> 100644
--- a/course/format/topicsajax/format.php
+++ b/course/format/topicsajax/format.php
@@ -60,9 +60,7 @@
$strmoveup = get_string('moveup');
$strmovedown = get_string('movedown');
-... | removed override for $USER->use_ajax | moodle_moodle | train |
83a6fc6bc05f171990721f512880ac8bc93f5789 | diff --git a/i18n/src/main/java/net/time4j/i18n/UnitPatternProviderSPI.java b/i18n/src/main/java/net/time4j/i18n/UnitPatternProviderSPI.java
index <HASH>..<HASH> 100644
--- a/i18n/src/main/java/net/time4j/i18n/UnitPatternProviderSPI.java
+++ b/i18n/src/main/java/net/time4j/i18n/UnitPatternProviderSPI.java
@@ -36,13 +36... | rename unit pattern resources
see issue #<I> | MenoData_Time4J | train |
406bd551c2ebfdccec0ce7bcaff62224f994c738 | diff --git a/agent/agent.go b/agent/agent.go
index <HASH>..<HASH> 100644
--- a/agent/agent.go
+++ b/agent/agent.go
@@ -163,7 +163,7 @@ func NewAgent() *Agent {
}
server.RegisterStaticEndpoints()
- server.RegisterRpcEndpoints()
+ server.RegisterRPCEndpoints()
gserver, err := graph.NewServerFromConfig(g, nil, r... | made golint happy s/RegisterRpcEndpoints/RegisterRPCEndpoints/g | skydive-project_skydive | train |
4cd31e6995e30fcb451bd8120edb2d11554c7a42 | diff --git a/src/HTMLForm/FormElement.php b/src/HTMLForm/FormElement.php
index <HASH>..<HASH> 100644
--- a/src/HTMLForm/FormElement.php
+++ b/src/HTMLForm/FormElement.php
@@ -268,6 +268,10 @@ abstract class FormElement implements \ArrayAccess
? " onclick=\"{$this['onclick']}\""
: null;
+ ... | Added ability to set maxlength on input. | canax_htmlform | train |
26268382a95bfa5118e214b1cb725fee0641c01a | diff --git a/ManagerBase.php b/ManagerBase.php
index <HASH>..<HASH> 100644
--- a/ManagerBase.php
+++ b/ManagerBase.php
@@ -31,8 +31,8 @@ abstract class ManagerBase implements ManagerInterface, IteratorAggregate, Array
* ManagerBase constructor.
*
* @param ModelInterface $model
- * @param Connectio... | add heaving to qs. Small fixes. | MindyPHP_Orm | train |
44db77ae79afc75e3a4e1fc1d4301a17a348df3d | 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
@@ -635,6 +635,7 @@ def _clean_dir(root, keep, exclude_pat):
'''
real_keep = _find_keep_files(root, keep)
removed = set()
+
def _delete_not_kept(nfn):
if nf... | Fix lint errors and typo | saltstack_salt | train |
7fe363b41315cdd1f72036ad1e6912fd27a1bab4 | diff --git a/main/boofcv-sfm/src/main/java/boofcv/alg/sfm/structure/ThreeViewEstimateMetricScene.java b/main/boofcv-sfm/src/main/java/boofcv/alg/sfm/structure/ThreeViewEstimateMetricScene.java
index <HASH>..<HASH> 100644
--- a/main/boofcv-sfm/src/main/java/boofcv/alg/sfm/structure/ThreeViewEstimateMetricScene.java
+++ ... | - reprocessing of image sets
- more controls to three view | lessthanoptimal_BoofCV | train |
8c280c11313e3e935ee115d00c32a6bdfdeb20cc | diff --git a/gremlin-python/src/main/jython/tests/driver/test_client.py b/gremlin-python/src/main/jython/tests/driver/test_client.py
index <HASH>..<HASH> 100644
--- a/gremlin-python/src/main/jython/tests/driver/test_client.py
+++ b/gremlin-python/src/main/jython/tests/driver/test_client.py
@@ -22,7 +22,7 @@ from gremli... | TINKERPOP-<I> ignored failing test related to this issue until it can be resolved CTR | apache_tinkerpop | train |
7c5b0cb34dabfb6e1ace59b2b66080eb7bd8a1b5 | diff --git a/agent/unit_state.go b/agent/unit_state.go
index <HASH>..<HASH> 100644
--- a/agent/unit_state.go
+++ b/agent/unit_state.go
@@ -11,9 +11,8 @@ import (
"github.com/coreos/fleet/unit"
)
-func NewUnitStatePublisher(mgr unit.UnitManager, reg registry.Registry, mach machine.Machine, ttl time.Duration) *UnitS... | agent: remove unnecessary manager from state publisher | coreos_fleet | train |
fe961dd22ca69741831d1beb5eac5de0da7d8878 | diff --git a/starlette/routing.py b/starlette/routing.py
index <HASH>..<HASH> 100644
--- a/starlette/routing.py
+++ b/starlette/routing.py
@@ -1,6 +1,8 @@
import asyncio
+import functools
import inspect
import re
+import sys
import traceback
import typing
from enum import Enum
@@ -28,12 +30,23 @@ class Match(Enum... | Allow usage of functools.partial async handlers (#<I>)
* Allow usage of async partial methods
* Added test for partial async endpoint
* Double quotes vs single quotes
* Support multiple levels of partials, check Python < <I>
* Skip coverage for py<I> branch | encode_starlette | train |
b78ac542afb5b1fb195c9661d1d930e8bffe7742 | diff --git a/lib/combobox.js b/lib/combobox.js
index <HASH>..<HASH> 100644
--- a/lib/combobox.js
+++ b/lib/combobox.js
@@ -94,9 +94,11 @@ export class Combobox extends Select {
const textbox = this.textbox
switch(key) {
case 'Escape':
+ event.stopPropagation()
... | Combobox: stop the Enter and Escape key down event propagation | aristov_ariamodule | train |
549df862e6f3d59ca835a202f942d24a3dafb0eb | diff --git a/src/SchemaVersionControlService.php b/src/SchemaVersionControlService.php
index <HASH>..<HASH> 100644
--- a/src/SchemaVersionControlService.php
+++ b/src/SchemaVersionControlService.php
@@ -4,9 +4,11 @@ namespace BrainDiminished\SchemaVersionControl;
use BrainDiminished\SchemaVersionControl\Utils\SchemaBu... | [major] Added $strict param to ensure columns order in schema when applying | brain-diminished_schema-version-control | train |
c38ace1572fa0e8364206c012f8e8a73090cbc18 | diff --git a/optaplanner-core/src/main/java/org/optaplanner/core/impl/constructionheuristic/decider/forager/DefaultConstructionHeuristicForager.java b/optaplanner-core/src/main/java/org/optaplanner/core/impl/constructionheuristic/decider/forager/DefaultConstructionHeuristicForager.java
index <HASH>..<HASH> 100644
--- a... | CH: Pick early comparison must happen according to natural score comparison | kiegroup_optaplanner | train |
58fcc91aae793214fdd0c250be15ca59b0f44dde | diff --git a/snap7/util.py b/snap7/util.py
index <HASH>..<HASH> 100644
--- a/snap7/util.py
+++ b/snap7/util.py
@@ -87,9 +87,10 @@ from collections import OrderedDict
import struct
import logging
from snap7 import six
-
import re
+logger = logging.getLogger(__name__)
+
def get_bool(_bytearray, byte_index, bool_... | fix python3 compatiblity issues | gijzelaerr_python-snap7 | train |
f87fbd71c9fd3c8d63b5ebdcfac43d0e263db555 | diff --git a/src/Socket/Beanstalk.php b/src/Socket/Beanstalk.php
index <HASH>..<HASH> 100644
--- a/src/Socket/Beanstalk.php
+++ b/src/Socket/Beanstalk.php
@@ -11,12 +11,12 @@
*
* @copyright 2009-2011 David Persson <nperson@gmx.de>
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
-... | Updating links and docblocks. | mariuswilms_beanstalk | train |
32df16aa0d6c21c783ce4c6540c09e07acca8c0e | diff --git a/DoctrineBundle.php b/DoctrineBundle.php
index <HASH>..<HASH> 100644
--- a/DoctrineBundle.php
+++ b/DoctrineBundle.php
@@ -49,7 +49,7 @@ class DoctrineBundle extends Bundle
$className = substr($class, strlen($namespace) +1);
$file = $dir.DIRECTORY_SEPARATOR.$classNa... | [DoctrineBundle] made the previous fix only available in the development environment | doctrine_DoctrineBundle | train |
29141a8e601edaf2f59e9faba8dd53578330f22e | diff --git a/lxd/storage/utils.go b/lxd/storage/utils.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/utils.go
+++ b/lxd/storage/utils.go
@@ -206,7 +206,8 @@ func VolumeDBGet(pool Pool, projectName string, volumeName string, volumeType dr
// VolumeDBCreate creates a volume in the database.
// If volumeConfig is su... | lxd/storage/utils: Adds removeUnknownKeys argument to VolumeDBCreate
Rather than being set to false internally. | lxc_lxd | train |
473eff76ee1dba0aad421003f3b495b4c1312f65 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from setuptools import setup, find_packages
setup(
name="sentry-sdk",
- version="0.1.0-preview13",
+ version="0.1.0-preview14",
author="Sentry Team and Contributors",
author_email="hello@... | release: <I>-preview<I> | getsentry_sentry-python | train |
659fb7250abc2f73d7ea17eb1c7728c9faa7b836 | diff --git a/system/View/Parser.php b/system/View/Parser.php
index <HASH>..<HASH> 100644
--- a/system/View/Parser.php
+++ b/system/View/Parser.php
@@ -210,6 +210,10 @@ class Parser extends View {
return '';
}
+ // Remove any possible PHP tags since we don't support it
+ // and parseConditionals needs it clea... | Ensure there's no PHP tags to execute when doing an eval in parseConditionals | codeigniter4_CodeIgniter4 | train |
7cc3bfccec8b045fb84b4ef27f354a08addb550a | diff --git a/lib/wavefile/chunk_readers/sample_chunk_reader.rb b/lib/wavefile/chunk_readers/sample_chunk_reader.rb
index <HASH>..<HASH> 100644
--- a/lib/wavefile/chunk_readers/sample_chunk_reader.rb
+++ b/lib/wavefile/chunk_readers/sample_chunk_reader.rb
@@ -38,7 +38,7 @@ module WaveFile
loop_fields[:end_sam... | `SamplerLoop` can be constructed with Integer type value
If so, the integer value will be normalized to an equivalent
symbol (for example, `0` will be converted to `:forward`).
This allows constructing an instance with either the "nicer"
symbol value, or the numeric value directly from the chunk
file format. | jstrait_wavefile | train |
89ba9e93ede430aba1466fb5914aea9916e40a43 | diff --git a/lib/yard/parser/ruby/ruby_parser.rb b/lib/yard/parser/ruby/ruby_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/parser/ruby/ruby_parser.rb
+++ b/lib/yard/parser/ruby/ruby_parser.rb
@@ -208,6 +208,7 @@ module YARD
def on_body_stmt(*args)
args.compact.size == 1 ? args.first : AstNode... | Fix RubyParser in <I>p<I> (ripper lib was changed) | lsegal_yard | train |
5da9da1438959acaedc9fba2e368c660a6775517 | diff --git a/lenstronomy/ImSim/psf_fitting.py b/lenstronomy/ImSim/psf_fitting.py
index <HASH>..<HASH> 100644
--- a/lenstronomy/ImSim/psf_fitting.py
+++ b/lenstronomy/ImSim/psf_fitting.py
@@ -175,7 +175,7 @@ class PsfFitting(object):
# norm_masked = np.sum(kernel_shifted[mask_i == 0])
norm_unma... | psf iteration testing with subgrid | sibirrer_lenstronomy | train |
400415cc51f64c74c816840f6e838cff7e2bda01 | diff --git a/src/Persister/RelationshipEntityPersister.php b/src/Persister/RelationshipEntityPersister.php
index <HASH>..<HASH> 100644
--- a/src/Persister/RelationshipEntityPersister.php
+++ b/src/Persister/RelationshipEntityPersister.php
@@ -46,7 +46,7 @@ class RelationshipEntityPersister
$parameters['fie... | replaced MERGE by CREATE for RE's creation | graphaware_neo4j-php-ogm | train |
512b6294047655f87c385487f4469de9f70edb24 | diff --git a/lib/random_bytes.rb b/lib/random_bytes.rb
index <HASH>..<HASH> 100644
--- a/lib/random_bytes.rb
+++ b/lib/random_bytes.rb
@@ -15,7 +15,7 @@ module RandomBytes
module_function
def buf(size)
- buf = Sodium::Buffer.new(:void, size, true)
+ buf = Sodium::Buffer.new(:void, size)
randombytes_b... | no need to initialize buf with zeros | Asmod4n_ruby-ffi-libsodium | train |
cc67badf4db279f2eb15f980ccf55e03b33a6777 | diff --git a/gen/slice_of.go b/gen/slice_of.go
index <HASH>..<HASH> 100644
--- a/gen/slice_of.go
+++ b/gen/slice_of.go
@@ -9,7 +9,13 @@ import (
// SliceOf generates an arbitrary slice of generated elements
// genParams.MaxSize sets an (exclusive) upper limit on the size of the slice
// genParams.MinSize sets an (in... | Add ability to override type generated in gen.SliceOf(...) | leanovate_gopter | train |
bfab627d2a2c7e67885bdc16a186275e8a578941 | diff --git a/game.py b/game.py
index <HASH>..<HASH> 100644
--- a/game.py
+++ b/game.py
@@ -59,13 +59,13 @@ def main():
screen = g.Canvas( size = ( 36, 20 ) )
+ frameCount = g.Sprite(g.shapes.Text('T'), color = g.colors.RED)
+
car = g.Sprite(
Car(),
color = g.colors.WHITE
)
- ... | Put car on top of ground in game.py | olls_graphics | train |
de74dd0b1da11e78ba4b216a7f9c829aeb5686a2 | diff --git a/Service/AccessRights.php b/Service/AccessRights.php
index <HASH>..<HASH> 100644
--- a/Service/AccessRights.php
+++ b/Service/AccessRights.php
@@ -116,7 +116,11 @@ class AccessRights
$list_rights = $this->getRightsListOfUser();
$all_rights = array_merge($user_rights, $list_rights);
-
+
+ ... | [func] add * as user right for super admin | Piou-piou_RibsAdminBundle | train |
3eaec99e51fd87bad4dba2dfdeb99b293666bf3e | diff --git a/src/sprites/rendered-target.js b/src/sprites/rendered-target.js
index <HASH>..<HASH> 100644
--- a/src/sprites/rendered-target.js
+++ b/src/sprites/rendered-target.js
@@ -405,6 +405,8 @@ class RenderedTarget extends Target {
this.setCostume(index - 1);
} else if (index < this.currentCo... | Always activate the current costume after deleting | LLK_scratch-vm | train |
a4fad138929f276cd3152677ad812a8d00371d23 | diff --git a/generator/generator.go b/generator/generator.go
index <HASH>..<HASH> 100644
--- a/generator/generator.go
+++ b/generator/generator.go
@@ -414,7 +414,7 @@ func eachMethodParam(methodType *ast.FuncType, cb func(string, ast.Expr, int)) {
}
func eachMethodResult(methodType *ast.FuncType, cb func(string, as... | Add local index variable to loop
Was taking a look at the project -- noticed Travis wasn't green. Seemed like an easy fix! | maxbrunsfeld_counterfeiter | train |
03f50588c2fa840f4979917e393076fc644b0a18 | diff --git a/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php b/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php
+++ b/src/Sym... | [Form] Fixed property name in PropertyPathMapperTest | symfony_symfony | train |
70ad592dcc7c6461df94a324b51f313d8e2b9b2e | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,7 +3,7 @@ const fs = require('fs');
const fsu = require('fsu');
const path = require('path');
-const Buf = require('buffer').Buffer;
+const Buffer = require('buffer').Buffer;
const Stream = require('stream').Stream;
c... | - buffer unsafe deprecated methods | fullerjs_material-file | train |
73ed9f81d038f52ff87fbe4dc5aff748e38486dc | diff --git a/src/components/ebay-listbox-button/component.js b/src/components/ebay-listbox-button/component.js
index <HASH>..<HASH> 100644
--- a/src/components/ebay-listbox-button/component.js
+++ b/src/components/ebay-listbox-button/component.js
@@ -8,11 +8,12 @@ export default {
},
handleCollapse() {
+ ... | feat: added `collapseOnSelect` to `ebay-listbox-button`
* feat: added `collapseOnSelect` to `ebay-listbox-button` (signed)
* fix: hacky solution to double-trigger on <ENTER>
* fix: resolved Andrew's comments | eBay_ebayui-core | train |
e12cc2dbdead934bdc401fb06d074d06b1f6c38d | diff --git a/src/Model/ModelTrait.php b/src/Model/ModelTrait.php
index <HASH>..<HASH> 100644
--- a/src/Model/ModelTrait.php
+++ b/src/Model/ModelTrait.php
@@ -150,10 +150,11 @@ trait ModelTrait
*/
private function constructClasses(\ReflectionParameter $param, mixed $value, bool $isCollection = false): mixed
... | Remove repeate getType and check object instances | lexide_clay | train |
6d82faa00fb358167b6d09eb9cf0c1e8fd8eb31e | diff --git a/chrome_target.go b/chrome_target.go
index <HASH>..<HASH> 100644
--- a/chrome_target.go
+++ b/chrome_target.go
@@ -317,6 +317,7 @@ func (c *ChromeTarget) dispatchResponse(msg []byte) {
func (c *ChromeTarget) dispatchWithTimeout(r chan<- *gcdmessage.Message, id int64, msg []byte) {
timeout := time.NewTime... | clear out dispatcher after crash so we don't panic closing already closed channels | wirepair_gcd | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.