hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
4800dd65b5b085cbccbb700ee23dbb3d567d5cc9 | diff --git a/estnltk_core/estnltk_core/layer/base_layer.py b/estnltk_core/estnltk_core/layer/base_layer.py
index <HASH>..<HASH> 100644
--- a/estnltk_core/estnltk_core/layer/base_layer.py
+++ b/estnltk_core/estnltk_core/layer/base_layer.py
@@ -166,29 +166,23 @@ class BaseLayer:
result.add_annotation(spa... | Refactored BaseLayer: moved _set_attributes into _set_attr | estnltk_estnltk | train |
9378bc42c8c5cc870a755fe268af778e6261aa4b | diff --git a/src/org/mockito/internal/creation/cglib/MockitoMethodProxy.java b/src/org/mockito/internal/creation/cglib/MockitoMethodProxy.java
index <HASH>..<HASH> 100644
--- a/src/org/mockito/internal/creation/cglib/MockitoMethodProxy.java
+++ b/src/org/mockito/internal/creation/cglib/MockitoMethodProxy.java
@@ -4,6 +... | Fixed the test and added a TODO. | mockito_mockito | train |
d0770684bee963cf089787876f6093311b0c58e7 | diff --git a/publisher.js b/publisher.js
index <HASH>..<HASH> 100644
--- a/publisher.js
+++ b/publisher.js
@@ -3,11 +3,21 @@
var s3 = require('gulp-s3');
module.exports = function( opts ) {
- if( !opts || !opts.creds || !opts.creds.key || !opts.creds.secret ) {
+ var aws;
+ if (!opts || !opts.creds ) {
thr... | Added a way to check the creds to see if it is an object or a location and handles it accordingly. | Brightspace_frau-publisher | train |
b53341b34b69b0d6cfed0d53174c24ecc17623f3 | diff --git a/src/samples/java/ex/FII_Sample.java b/src/samples/java/ex/FII_Sample.java
index <HASH>..<HASH> 100644
--- a/src/samples/java/ex/FII_Sample.java
+++ b/src/samples/java/ex/FII_Sample.java
@@ -6,6 +6,7 @@ import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
+import ... | add another FII fp for use identity for #<I> | mebigfatguy_fb-contrib | train |
9342776c9c76f9fd2656fdeb202ea0052ddd44a2 | diff --git a/p2p/protocol/identify/obsaddr.go b/p2p/protocol/identify/obsaddr.go
index <HASH>..<HASH> 100644
--- a/p2p/protocol/identify/obsaddr.go
+++ b/p2p/protocol/identify/obsaddr.go
@@ -109,7 +109,8 @@ type ObservedAddrManager struct {
// active connection -> most recent observation
activeConns map[network.Con... | allow concurrent calls to Close and SetTTL in the ObservedAddrManager | libp2p_go-libp2p | train |
32e57a1e8e200f9049144270b52c0caeb2c79fd8 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -445,6 +445,14 @@
'version': '31.0.1650.63'
},
+ 'Chrome 34.0.1847.137 on OS X 10.9.3': {
+ 'ua': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chr... | Update tests
Add tests for Chrome <I>, Firefox <I> and Opera <I> | bestiejs_platform.js | train |
884995b3644a3aa6a50a376ed2bc477150e15c5e | diff --git a/src/bbn/mvc.php b/src/bbn/mvc.php
index <HASH>..<HASH> 100644
--- a/src/bbn/mvc.php
+++ b/src/bbn/mvc.php
@@ -614,13 +614,15 @@ class mvc
}
/**
- * Processes the controller and checks whether it has been routed or not.
- *
+ * Adds a property to the MVC object inc if it has not been declared.
+ ... | A little change in mvc.php | nabab_bbn | train |
3ee3411077b1df9d6747d71ab8bf4ab4506917aa | diff --git a/doc-src/SASS_CHANGELOG.md b/doc-src/SASS_CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/doc-src/SASS_CHANGELOG.md
+++ b/doc-src/SASS_CHANGELOG.md
@@ -12,6 +12,7 @@
* Support bare interpolation in the value portion of attribute
selectors (e.g. `[name=#{$value}]`).
* Support keyword arguments for the `i... | Fix Dir.glob with backslash paths on Windows. | sass_ruby-sass | train |
cfc5d5c947ff6d056387194665fb287d9aeb4bea | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ except IOError:
setup(
name = 'Studio',
- version = '0.1',
+ version = '0.5dev',
license = 'GPLv3',
description ... | current version is O<I>dev | camptocamp_Studio | train |
6f585ff04076061c5616e9c7434e52a9fae6eec6 | diff --git a/src/main/java/gwt/material/design/addins/client/tree/MaterialTree.java b/src/main/java/gwt/material/design/addins/client/tree/MaterialTree.java
index <HASH>..<HASH> 100644
--- a/src/main/java/gwt/material/design/addins/client/tree/MaterialTree.java
+++ b/src/main/java/gwt/material/design/addins/client/tree... | Fixed MaterialTree: NullPointerException when deselectSelectedItem execute #<I> | GwtMaterialDesign_gwt-material-addins | train |
9ae142abe6875a32a8fca2b8fe5c1d8800e0b97a | diff --git a/asciimatics/widgets.py b/asciimatics/widgets.py
index <HASH>..<HASH> 100644
--- a/asciimatics/widgets.py
+++ b/asciimatics/widgets.py
@@ -441,6 +441,9 @@ class Frame(Effect):
for layout in self._layouts:
if layout.frame_update_count > 0:
result = min(result, layout.fr... | Quick patch for Effects embedded within Frames | peterbrittain_asciimatics | train |
9caad14c46d037e5b59d00178509eaf0c2f8dfee | diff --git a/tests/conftest.py b/tests/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -17,7 +17,7 @@ ENV = Env()
BASE_PATH = os.path.dirname(os.path.abspath(__file__))
S3_PREFIX = 'test_pyathena'
SCHEMA = 'test_pyathena_' + ''.join([random.choice(
- string.ascii_lowerca... | Add test cases for empty results in PandasCursor | laughingman7743_PyAthena | train |
162982cf55343747e37634909b1a882783fac6b2 | diff --git a/src/components/cursor.js b/src/components/cursor.js
index <HASH>..<HASH> 100644
--- a/src/components/cursor.js
+++ b/src/components/cursor.js
@@ -44,6 +44,7 @@ module.exports.Component = registerComponent('cursor', {
value: function () {
this.emit('mouseup');
if (this.data.fuse) { return... | When there's no interested element we don't emit a click event | aframevr_aframe | train |
6a05bdd40c953f0ad3dc583d166facce64aee89e | diff --git a/src/Command/Integration/IntegrationDeleteCommand.php b/src/Command/Integration/IntegrationDeleteCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/Integration/IntegrationDeleteCommand.php
+++ b/src/Command/Integration/IntegrationDeleteCommand.php
@@ -22,8 +22,9 @@ class IntegrationDeleteCommand exte... | Fix bug in integration:delete command: "Call to a member function getGitUrl() on null" | platformsh_platformsh-cli | train |
a24abd55e064e752fcd675e529603c175de418eb | diff --git a/grade/report/singleview/index.php b/grade/report/singleview/index.php
index <HASH>..<HASH> 100644
--- a/grade/report/singleview/index.php
+++ b/grade/report/singleview/index.php
@@ -35,12 +35,12 @@ $userid = optional_param('userid', null, PARAM_INT);
$defaulttype = $userid ? 'user' : 'select';
-$ite... | MDL-<I> singleview: slightly clarify logic
Make it clearer what the 'unset' behaviour is because previously
we've set the default for 'empty' values twice. | moodle_moodle | train |
5651295bffd88dbca8c89ea17eba77a287223d54 | diff --git a/tests/test_graphers_render_analyzers.py b/tests/test_graphers_render_analyzers.py
index <HASH>..<HASH> 100644
--- a/tests/test_graphers_render_analyzers.py
+++ b/tests/test_graphers_render_analyzers.py
@@ -8,7 +8,7 @@ import numpy as np
from tempfile import NamedTemporaryFile
import os
-PLOT = False
+P... | refactor(test_graphers_render_analyzers): Encapsulate test facory in a function | Parisson_TimeSide | train |
33de5cd0906c00dc62d78ea46f27bf232a79cfd5 | diff --git a/source/constructN.js b/source/constructN.js
index <HASH>..<HASH> 100644
--- a/source/constructN.js
+++ b/source/constructN.js
@@ -46,7 +46,7 @@ var constructN = _curry2(function constructN(n, Fn) {
return function() { return new Fn(); };
}
return curry(nAry(n, function($0, $1, $2, $3, $4, $5, $6... | arguments.length will always be the same as n (#<I>) | ramda_ramda | train |
76bb48825df0e4cccfb7e0272f54fe55ec575f07 | diff --git a/modules/quality-check/src/test/java/com/github/quality/check/CheckTest.java b/modules/quality-check/src/test/java/com/github/quality/check/CheckTest.java
index <HASH>..<HASH> 100644
--- a/modules/quality-check/src/test/java/com/github/quality/check/CheckTest.java
+++ b/modules/quality-check/src/test/java/c... | Added one more test to check the return reference of method 'notNull' is
same as the input | before_quality-check | train |
73f24f5a2bb5aba9617856ca2e46ce49411dc302 | diff --git a/pywb/manager/manager.py b/pywb/manager/manager.py
index <HASH>..<HASH> 100644
--- a/pywb/manager/manager.py
+++ b/pywb/manager/manager.py
@@ -145,7 +145,8 @@ directory structure expected by pywb
merged.write(line)
last_line = line
- os.rena... | manager: fixes for windows: use shutil.move instead of os.rename to allow move to
existing file
tests: reset workdir before deleting temp dir | webrecorder_pywb | train |
200519a6ec6289034ab92293de2a843b4cfb2459 | diff --git a/angr/sim_procedure.py b/angr/sim_procedure.py
index <HASH>..<HASH> 100644
--- a/angr/sim_procedure.py
+++ b/angr/sim_procedure.py
@@ -28,9 +28,61 @@ class SimProcedure:
:param is_syscall: Whether this procedure is a syscall
:param num_args: The number of arguments this procedure shoul... | Document simprocedure ivars. see #<I> | angr_angr | train |
a7a98c5f87934a86e7868b414e109de1f5ea1f1f | diff --git a/cmd/sockaddr/README.md b/cmd/sockaddr/README.md
index <HASH>..<HASH> 100644
--- a/cmd/sockaddr/README.md
+++ b/cmd/sockaddr/README.md
@@ -97,8 +97,8 @@ Options:
Here are a few impractical examples to get you started:
```text
-$ sockaddr eval '{{. | includeByIfName "lo0" | includeByType "IPv6" | ifAddrs... | Remove joinAddrs in favor of the syntax: `join "address" " "` | hashicorp_go-sockaddr | train |
2a8999fba35d6e77e8e7d49af2207ff20cb3974e | diff --git a/bag.go b/bag.go
index <HASH>..<HASH> 100644
--- a/bag.go
+++ b/bag.go
@@ -1,7 +1,5 @@
/*
-Methods for managing tag files inside of bags. These represent the standard
-tag files that are part of every Bag spec or optional tag files which can
-be used liberally throughout the bag itself.
+
For more info... | Simplifying bag manifest methods. Only supporting one manifest. | APTrust_bagins | train |
615da249957987b39887eb12abe887ad6c883114 | diff --git a/lib/rb/lib/thrift/struct.rb b/lib/rb/lib/thrift/struct.rb
index <HASH>..<HASH> 100644
--- a/lib/rb/lib/thrift/struct.rb
+++ b/lib/rb/lib/thrift/struct.rb
@@ -6,7 +6,7 @@ module Thrift
def initialize(d={})
each_field do |fid, type, name, default|
value = d.delete(name.to_s) { d.delete(n... | rb: Check Thrift.type_checking earlier for a performance boost [THRIFT-<I>] | limingxinleo_thrift | train |
cd95433c6cd83224a6c9b6dad79d5f780f2e471f | diff --git a/bcbio/variation/annotation.py b/bcbio/variation/annotation.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/annotation.py
+++ b/bcbio/variation/annotation.py
@@ -79,9 +79,9 @@ def annotate_nongatk_vcf(orig_file, bam_file, dbsnp_file, ref_file, config):
"""
broad_runner = broad.runner_from_con... | Avoid extra calls to retrieve GATK version hidden in retrieval of annotation parameters. This speeds up re-runs with large samples | bcbio_bcbio-nextgen | train |
1236c9b55473ac6929c2a6ee6bee01487d960253 | diff --git a/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadataFactory.php b/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadataFactory.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadataFactory.php
+++ b/lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadataFactory.php
@@ -29,7 +29,7 @@ class ClassMetadataFact... | Make cache salt compatible with PSR-<I> | doctrine_phpcr-odm | train |
e105ae425e77ad51bf6ac23fb1db65e22c41d439 | diff --git a/lib/feathers-mongo-databases.js b/lib/feathers-mongo-databases.js
index <HASH>..<HASH> 100644
--- a/lib/feathers-mongo-databases.js
+++ b/lib/feathers-mongo-databases.js
@@ -10,17 +10,25 @@ module.exports = function(db, scope) {
var adminDB = db.admin();
var dbService = {
+
+ setup: function(app) {
... | Can create dbs. find now sets up db name as _id. | marshallswain_feathers-mongo-databases | train |
0d409c6352d0f8d5aa320eb92c1e0c9caf7b2a2f | diff --git a/src/sos/controller.py b/src/sos/controller.py
index <HASH>..<HASH> 100644
--- a/src/sos/controller.py
+++ b/src/sos/controller.py
@@ -124,7 +124,8 @@ class DotProgressBar:
sys.stderr.flush()
elif self._update_str:
# print update message
- sys.st... | Resolve a possible timing issue of progress bar #<I> | vatlab_SoS | train |
ea5edbff50bcb102e0c559adbf7820bc5242e8b1 | diff --git a/library/CM/Model/Splittest.php b/library/CM/Model/Splittest.php
index <HASH>..<HASH> 100644
--- a/library/CM/Model/Splittest.php
+++ b/library/CM/Model/Splittest.php
@@ -125,11 +125,17 @@ class CM_Model_Splittest extends CM_Model_Abstract {
}
protected function _onDeleteBefore() {
+ if (... | Allow to delete splittests in withoutPersistence-mode | cargomedia_cm | train |
df5c5b57201515379d4103628ec551aa922e256b | diff --git a/lib/swissmatch/communities.rb b/lib/swissmatch/communities.rb
index <HASH>..<HASH> 100644
--- a/lib/swissmatch/communities.rb
+++ b/lib/swissmatch/communities.rb
@@ -61,6 +61,20 @@ module SwissMatch
@by_name[name]
end
+ # @return [SwissMatch::Communities]
+ # A SwissMatch::Communities... | Added SwissMatch::Communities#select and #reject. | apeiros_swissmatch-location | train |
95135c95fe888cc5f16a62183147351c14097f51 | diff --git a/lib/Doctrine/DBAL/Schema/Comparator.php b/lib/Doctrine/DBAL/Schema/Comparator.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/Schema/Comparator.php
+++ b/lib/Doctrine/DBAL/Schema/Comparator.php
@@ -178,16 +178,7 @@ class Comparator
}
}
- // Try to find columns that on... | DBAL-<I> - Detect ambiguouties in column renamings of the diffTable() method, doing nothing instead | doctrine_dbal | train |
aa1ac47220bab3e63c508ad1f1998c5d00e0f4b1 | diff --git a/Module.php b/Module.php
index <HASH>..<HASH> 100644
--- a/Module.php
+++ b/Module.php
@@ -98,16 +98,15 @@ class Module implements
public function onBootstrap(EventInterface $e)
{
$app = $e->getParam('application');
- $sm = $app->getServiceManager();
- $em = $app->getEventM... | CS issue fixes and removal of obsolete code | ZF-Commons_ZfcAdmin | train |
c9f3bb17a49f96b1b3d128074d0194e559a5b51d | diff --git a/moban/hashstore.py b/moban/hashstore.py
index <HASH>..<HASH> 100644
--- a/moban/hashstore.py
+++ b/moban/hashstore.py
@@ -60,7 +60,7 @@ def get_file_hash(afile):
def get_hash(content):
md5 = hashlib.md5()
- md5.update(content)
+ md5.update(content.decode('utf-8'))
return md5.digest().dec... | :bug: should handle utf-8 content by default. | moremoban_moban | train |
3e1ac2425f3a58a0e4ef06870ee28cb6b8a42d1f | diff --git a/package.js b/package.js
index <HASH>..<HASH> 100644
--- a/package.js
+++ b/package.js
@@ -18,9 +18,6 @@ Package.onUse(function (api) {
], 'client');
var scssFiles = [
- 'sass/components/date_picker/_default.date.scss',
- 'sass/components/date_picker/_default.scss',
- 'sass/components/date_... | update scss file list in meteor package | Dogfalo_materialize | train |
0b1305792535b90b274c7180884e3dfb7fdc0f22 | diff --git a/y/y.go b/y/y.go
index <HASH>..<HASH> 100644
--- a/y/y.go
+++ b/y/y.go
@@ -134,7 +134,7 @@ func ParseKey(key []byte) []byte {
return nil
}
- AssertTruef(len(key) > 8, "key=%q", key)
+ AssertTrue(len(key) > 8)
return key[:len(key)-8]
} | reduce allocations by avoiding AssertTruef (#<I>)
ParseKey is called *a lot*. Unfortunately, AssertTruef converts implicitly the
arguments to interfaces which implicitly allocates. This was showing up as the
primary source of allocations in go-ipfs by a wide margin. | dgraph-io_badger | train |
15e26f04e223794e69e7a67436a4445eb1862418 | diff --git a/tests/test_importer.py b/tests/test_importer.py
index <HASH>..<HASH> 100644
--- a/tests/test_importer.py
+++ b/tests/test_importer.py
@@ -1,5 +1,6 @@
from osmgraph.importer import GraphImporter
+
def test_importer():
gi = GraphImporter() | Insert blank line
To appease flake8 | Mapkin_osmgraph | train |
28a1dbd86c3d04f74bc4d1c8c55ef2600d2358ee | diff --git a/dev/com.ibm.ws.microprofile.faulttolerance.2.0_fat_tck/fat/src/com/ibm/ws/microprofile/faulttolerance/tck/FaultToleranceTck20Launcher.java b/dev/com.ibm.ws.microprofile.faulttolerance.2.0_fat_tck/fat/src/com/ibm/ws/microprofile/faulttolerance/tck/FaultToleranceTck20Launcher.java
index <HASH>..<HASH> 100644... | Make TCK only run in experimental mode
It's won't pass until updates are made to the arquillian container to
capture deployment failures correctly. | OpenLiberty_open-liberty | train |
1a8e3060b8f6d6362c27903dcfc69d17db5f1d36 | diff --git a/semantic_release/history/logs.py b/semantic_release/history/logs.py
index <HASH>..<HASH> 100644
--- a/semantic_release/history/logs.py
+++ b/semantic_release/history/logs.py
@@ -106,7 +106,11 @@ def generate_changelog(from_version: str, to_version: str = None) -> dict:
if message[1] not in cha... | feat(history): capitalize changelog messages
Capitalize the first letter of messages in the changelog regardless of
whether they are capitalized in the commit itself. | relekang_python-semantic-release | train |
7b7214333405814f6cdfdc04d66ed164841e0471 | diff --git a/app/jobs/characterize_job.rb b/app/jobs/characterize_job.rb
index <HASH>..<HASH> 100644
--- a/app/jobs/characterize_job.rb
+++ b/app/jobs/characterize_job.rb
@@ -6,7 +6,7 @@ class CharacterizeJob < Hyrax::ApplicationJob
# @param [String, NilClass] filepath the cached file within the Hyrax.config.working... | Raise StandardError when a data file can't be found
LoadError should be used when loading code, not when a data file doesn't
exist. See <URL> | samvera_hyrax | train |
014d05658911c1be980dde1aa58419cf9aea5bde | diff --git a/packages/cozy-client/src/CozyClient.js b/packages/cozy-client/src/CozyClient.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/CozyClient.js
+++ b/packages/cozy-client/src/CozyClient.js
@@ -450,7 +450,9 @@ class CozyClient {
// "Included" documents will be stored in the `documents` store... | fix(client): Make association query responses unique in included 📝
Documents were uniques but not responses from query. | cozy_cozy-client | train |
266a8c436760a9990b300da06cbcf81810a0d2c1 | diff --git a/klab/bio/fragments/post_processing.py b/klab/bio/fragments/post_processing.py
index <HASH>..<HASH> 100644
--- a/klab/bio/fragments/post_processing.py
+++ b/klab/bio/fragments/post_processing.py
@@ -204,15 +204,28 @@ def post_process(task_dir):
glob.glob(os.path.join(task_dir, "*mers.gz"))
f... | Make sure score files don't match the fragment file regex.
2nd try. | Kortemme-Lab_klab | train |
d7523c4beb54ffdce859854442102d517f625b87 | diff --git a/example/server.js b/example/server.js
index <HASH>..<HASH> 100644
--- a/example/server.js
+++ b/example/server.js
@@ -48,7 +48,10 @@ app.post('/upload', function(req, res) {
res.contentType('text/html');
// Really should return json when all files have been saved, but we are simplifying things a bi... | introduce a fake wait in the upload server so we can see an upload spinner or such | leon_angular-upload | train |
a613168694fa65f55cdde6097054879fd06d81b5 | diff --git a/lib/m4dbi/model.rb b/lib/m4dbi/model.rb
index <HASH>..<HASH> 100644
--- a/lib/m4dbi/model.rb
+++ b/lib/m4dbi/model.rb
@@ -8,6 +8,10 @@ module M4DBI
extend Enumerable
+ def self.prepare( sql )
+ st[sql] ||= dbh.prepare(sql)
+ end
+
def self.[]( first_arg, *args )
if args.size... | Many conversions to use prepared statements in models. Not done yet. | Pistos_m4dbi | train |
75d754a561cd13193fca8b560a1d67408b398110 | diff --git a/commands/command_push.go b/commands/command_push.go
index <HASH>..<HASH> 100644
--- a/commands/command_push.go
+++ b/commands/command_push.go
@@ -1,6 +1,7 @@
package commands
import (
+ "fmt"
"io/ioutil"
"os"
@@ -43,10 +44,23 @@ func uploadsBetweenRefAndRemote(remote string, refs []string) *lfs.T... | use the channel scanner when pushing ALL objects | git-lfs_git-lfs | train |
2dff41167908da983a23a2eebe82fa6624b4f0b4 | diff --git a/terraform/state.go b/terraform/state.go
index <HASH>..<HASH> 100644
--- a/terraform/state.go
+++ b/terraform/state.go
@@ -2,7 +2,10 @@ package terraform
import (
"bytes"
+ "encoding/gob"
+ "errors"
"fmt"
+ "io"
"sync"
"github.com/hashicorp/terraform/config"
@@ -38,6 +41,50 @@ func (s *State) S... | terraform: read/write state to reader/writer | hashicorp_terraform | train |
e891b1ba34239642e0f35639bf928595123bf2c8 | diff --git a/programs/BuildDatabase.php b/programs/BuildDatabase.php
index <HASH>..<HASH> 100644
--- a/programs/BuildDatabase.php
+++ b/programs/BuildDatabase.php
@@ -13,7 +13,13 @@ use CarbonPHP\interfaces\iCommand;
class BuildDatabase implements iCommand
{
- use MySQL;
+ use MySQL {
+ cleanUp as remo... | Update interface, moving to php <I> | RichardTMiles_CarbonPHP | train |
c64e3654d7ddced5ab589e85656ecf7a32b44b90 | diff --git a/pptx/parts/image.py b/pptx/parts/image.py
index <HASH>..<HASH> 100644
--- a/pptx/parts/image.py
+++ b/pptx/parts/image.py
@@ -184,10 +184,10 @@ class _ImageCollection(_PartCollection):
return existing_image
# otherwise add it to collection and return new image
self._value... | reorg: image.py leading dunderscores to single | scanny_python-pptx | train |
90744b3196958f7a61ac60abbce4bb329de9cb82 | diff --git a/js/scheduler.js b/js/scheduler.js
index <HASH>..<HASH> 100644
--- a/js/scheduler.js
+++ b/js/scheduler.js
@@ -576,11 +576,11 @@
if (recur.BYDAY === 'MO,TU,WE,TH,FR') {
item = 'weekdays';
} else {
- item = this.$element.find('.repeat-days-of-the-week .btn-group');
- item.fi... | Item variable shouldn't be used for multiple purposes | ExactTarget_fuelux | train |
66755430f4937c06744f36aa6e95ff1800754cb4 | diff --git a/cassiopeia/type/core/staticdata.py b/cassiopeia/type/core/staticdata.py
index <HASH>..<HASH> 100644
--- a/cassiopeia/type/core/staticdata.py
+++ b/cassiopeia/type/core/staticdata.py
@@ -757,6 +757,9 @@ class ItemStats(cassiopeia.type.core.common.CassiopeiaObject):
def __init__(self, data, scraped_s... | minor fix to %s for item stats so they return fractional values more consistently rather than percents | meraki-analytics_cassiopeia | train |
f78f1761c17b474a227b028da215571c5af7390e | diff --git a/aiotg/bot.py b/aiotg/bot.py
index <HASH>..<HASH> 100644
--- a/aiotg/bot.py
+++ b/aiotg/bot.py
@@ -8,7 +8,6 @@ import aiohttp
from aiohttp import web
import json
-from functools import partialmethod
from . chat import Chat, Sender
from . reloader import run_with_reloader
@@ -365,8 +364,6 @@ class Bo... | Cleanup occurances of partialmethod | szastupov_aiotg | train |
f400a6fc40778a431d9b7141c9627ceebc0e5593 | diff --git a/src/scripts/build/cli.js b/src/scripts/build/cli.js
index <HASH>..<HASH> 100644
--- a/src/scripts/build/cli.js
+++ b/src/scripts/build/cli.js
@@ -13,7 +13,7 @@ const copyFiles = args.includes("--no-copy-files") ? [] : ["--copy-files"];
const config = ["--presets", here("../../config/babelrc.js")];
-co... | FIX: Excluding mocks from CLI-style build means needed mocks are not included in this package. | Orckestra_orc-scripts | train |
7ae507d86c1c8ef878c0a841a3d004cceb304918 | diff --git a/src/layer/FrameStatisticsLayer.js b/src/layer/FrameStatisticsLayer.js
index <HASH>..<HASH> 100644
--- a/src/layer/FrameStatisticsLayer.js
+++ b/src/layer/FrameStatisticsLayer.js
@@ -89,7 +89,7 @@ define([
}
var frameStats = worldWindow.frameStatistics;
- this.frameTim... | Corrected the frame time text formatting in FrameStatisticsLayer. | NASAWorldWind_WebWorldWind | train |
b607e7b669b8d1a17969e9a157ebdabb3deb9420 | diff --git a/externs/browser/webgl.js b/externs/browser/webgl.js
index <HASH>..<HASH> 100644
--- a/externs/browser/webgl.js
+++ b/externs/browser/webgl.js
@@ -3368,3 +3368,31 @@ ANGLE_instanced_arrays.prototype.drawElementsInstancedANGLE = function(
ANGLE_instanced_arrays.prototype.vertexAttribDivisorANGLE = function(... | Add EXT_color_buffer_half_float and WEBGL_compressed_texture_etc1 to externs
TypeScript <I> added the WebGL extensions EXT_color_buffer_half_float and WEBGL_compressed_texture_etc1 to its standard lib.dom.d.ts typings. This adds the same to the default JavaScript externs.
PiperOrigin-RevId: <I> | google_closure-compiler | train |
cbfb04d1ea112ad0e2f41d0d3533b49a1f809210 | diff --git a/src/Protocol/Packets/StatusResponsePacket.php b/src/Protocol/Packets/StatusResponsePacket.php
index <HASH>..<HASH> 100644
--- a/src/Protocol/Packets/StatusResponsePacket.php
+++ b/src/Protocol/Packets/StatusResponsePacket.php
@@ -102,15 +102,17 @@ class StatusResponsePacket extends ClientboundPacket {
... | added the documentation about the UUID value | Eluinhost_minecraft-auth | train |
5f23cb5d076cccfabb80ec28c8b1d99a19014077 | diff --git a/djcelery/admin.py b/djcelery/admin.py
index <HASH>..<HASH> 100644
--- a/djcelery/admin.py
+++ b/djcelery/admin.py
@@ -19,6 +19,7 @@ from celery.utils import abbrtask
from djcelery import loaders
from djcelery.models import TaskState, WorkerState
from djcelery.models import PeriodicTask, IntervalSchedule... | Admin monitor: Show timestamp in task list | celery_django-celery | train |
e7ae5a5b195340acf27ffa72a2e28eaf82704c63 | diff --git a/daemon/cmd/daemon_main.go b/daemon/cmd/daemon_main.go
index <HASH>..<HASH> 100644
--- a/daemon/cmd/daemon_main.go
+++ b/daemon/cmd/daemon_main.go
@@ -1706,7 +1706,7 @@ func initKubeProxyReplacementOptions() {
if strict {
log.Fatal(msg)
} else {
- log.Warn(fmt.Sprintf("%s. Disabling the feat... | daemon: Simplify logging | cilium_cilium | train |
e2fc5013827433c110f813074da09d2c92150b7c | diff --git a/config/config.go b/config/config.go
index <HASH>..<HASH> 100644
--- a/config/config.go
+++ b/config/config.go
@@ -22,6 +22,8 @@ var Config = struct {
DB struct {
Name string `default:"qor_example"`
Adapter string `default:"mysql"`
+ Host string `default:"localhost"`
+ Port string `... | Connect to remote mysql server | qor_qor-example | train |
90de97339a30f254ee6a61956ff8ce10bc823905 | diff --git a/source/P/Application.php b/source/P/Application.php
index <HASH>..<HASH> 100644
--- a/source/P/Application.php
+++ b/source/P/Application.php
@@ -42,14 +42,12 @@ class Application implements \ArrayAccess
$arg1 = func_get_arg(0);
if (is_array($arg1)) {
$configuration = new Con... | Updated Router service wiring for injectability | pframework_p | train |
a30f460b028048f78a3ec89cb25618fbff507c15 | diff --git a/TYPO3.Neos/Resources/Public/JavaScript/Content/Navigate/AbstractNodeTree.js b/TYPO3.Neos/Resources/Public/JavaScript/Content/Navigate/AbstractNodeTree.js
index <HASH>..<HASH> 100644
--- a/TYPO3.Neos/Resources/Public/JavaScript/Content/Navigate/AbstractNodeTree.js
+++ b/TYPO3.Neos/Resources/Public/JavaScrip... | TASK: Use loadingDepth in refresh()
When the (abstract) tree was refreshed, it would always load nodes without
any depth limitation, even though the initial load observes the loadingDepth
setting.
This is not an issue with the navigation tree, since that never uses refresh
but does it's own (filtered) loading.
Now t... | neos_neos-development-collection | train |
369786b00918e935e776d81c656edf1bd36c4285 | diff --git a/lib/fluent/plugin/buf_file.rb b/lib/fluent/plugin/buf_file.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/buf_file.rb
+++ b/lib/fluent/plugin/buf_file.rb
@@ -83,6 +83,7 @@ module Fluent
end
config_param :buffer_path, :string
+ config_param :flush_at_shutdown, :bool, :default => false... | configure flush_at_shutdown properly for buf_file | fluent_fluentd | train |
1ad5e8debfa755a2ef1eb1e173af307125339caf | diff --git a/src/com/google/javascript/jscomp/ClosureCodingConvention.java b/src/com/google/javascript/jscomp/ClosureCodingConvention.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ClosureCodingConvention.java
+++ b/src/com/google/javascript/jscomp/ClosureCodingConvention.java
@@ -87,6 +87,8 @@... | fix an NPE
R=acleung
DELTA=6 (6 added, 0 deleted, 0 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
74fb45b53e8ab09ba3a970d36f4ade2da0053047 | diff --git a/prospector/tools/mypy/__init__.py b/prospector/tools/mypy/__init__.py
index <HASH>..<HASH> 100644
--- a/prospector/tools/mypy/__init__.py
+++ b/prospector/tools/mypy/__init__.py
@@ -3,6 +3,7 @@ from __future__ import absolute_import
from mypy import api
+from prospector.message import Location, Messag... | Format mypy messages into proper prospector messages | PyCQA_prospector | train |
12623a8ccf2ef59aa9b85401e753f8a266175665 | diff --git a/src/com/google/javascript/jscomp/gwt/linker/MinimalLinker.java b/src/com/google/javascript/jscomp/gwt/linker/MinimalLinker.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/gwt/linker/MinimalLinker.java
+++ b/src/com/google/javascript/jscomp/gwt/linker/MinimalLinker.java
@@ -36,7 +36,... | Update MinimalLinker to shadow some variables emitted by ModuleUtils. Add
explanation of the prefix/suffix changes.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
9c7a1a31f2288ad90fcff58e43dde2be3c433bab | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -23,6 +23,7 @@ Version 1.1.16 under development
- Bug #2778: Fixed throwing unnecessary exception in CFileValidator when validating MIME types for a file upload that failed (Rupert-RR)
- Bug #2785: Use table name with sc... | Fixes #<I>: Fixed <I> regression affecting non-strict comparison in `CRangeValidator` validator | yiisoft_yii | train |
f78b5a134773c05b3066a0de2f8445fbb24d5c56 | diff --git a/pymzn/_mzn/_solvers.py b/pymzn/_mzn/_solvers.py
index <HASH>..<HASH> 100644
--- a/pymzn/_mzn/_solvers.py
+++ b/pymzn/_mzn/_solvers.py
@@ -193,7 +193,7 @@ class Gecode(Solver):
args.append(parallel)
if timeout > 0:
args.append('-time')
- args.append(int(timeout ... | solver: fix bug with timeout cast to str | paolodragone_pymzn | train |
b23d455b47fd1f55ddb896ec2a4541bc4152cfca | diff --git a/lib/match/encrypt.rb b/lib/match/encrypt.rb
index <HASH>..<HASH> 100644
--- a/lib/match/encrypt.rb
+++ b/lib/match/encrypt.rb
@@ -17,14 +17,7 @@ module Match
UI.important "Enter the passphrase that should be used to encrypt/decrypt your certificates"
UI.important "This passphrase is speci... | Reuse single function to ask passphrase twice | fastlane_fastlane | train |
6a1b3363897446a3cd68ed36449fddc52ce3f765 | diff --git a/openpnm/algorithms/ReactiveTransport.py b/openpnm/algorithms/ReactiveTransport.py
index <HASH>..<HASH> 100644
--- a/openpnm/algorithms/ReactiveTransport.py
+++ b/openpnm/algorithms/ReactiveTransport.py
@@ -291,8 +291,8 @@ class ReactiveTransport(GenericTransport):
phase.regenerate_models(propnames... | Refactored _apply_sources: S1.old and S2.old must not be stored on phase nor physics, but on algorithm | PMEAL_OpenPNM | train |
d32cd6301b1d64c19711e597dba5a02a77a0334f | diff --git a/examples/adwords/authentication/generate_refresh_token.py b/examples/adwords/authentication/generate_refresh_token.py
index <HASH>..<HASH> 100755
--- a/examples/adwords/authentication/generate_refresh_token.py
+++ b/examples/adwords/authentication/generate_refresh_token.py
@@ -98,7 +98,7 @@ def main(client... | Undeclared Variable Removal (#<I>)
The variable raw_input have no declaration, this was replaced by input. | googleads_googleads-python-lib | train |
b56b9579d372225d4396553c8c88db153a85cbfc | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -3,6 +3,3 @@
module.exports = require('./linter');
module.exports.Rule = require('./rules/base');
module.exports.ASTHelpers = require('./helpers/ast-node-info');
-
-module.exports.WARNING_SEVERITY = require(... | Move SEVERITY constants to static class fields
Not to mutate the Linter class when exporting the index module. | ember-template-lint_ember-template-lint | train |
32de8f8f4e09278bb72b816ef6a6a3184d19bfe6 | diff --git a/lib/rest-ftp-daemon/server.rb b/lib/rest-ftp-daemon/server.rb
index <HASH>..<HASH> 100644
--- a/lib/rest-ftp-daemon/server.rb
+++ b/lib/rest-ftp-daemon/server.rb
@@ -17,6 +17,7 @@ class RestFtpDaemonServer < Sinatra::Base
disable :logging
end
+
# Server initialization
def initialize
# ... | added GET /test to test DummyException | bmedici_rest-ftp-daemon | train |
7934a9e7e4d3a87af5c8649627e9438821c76edb | diff --git a/inject/src/main/java/io/micronaut/inject/beans/visitor/IntrospectedTypeElementVisitor.java b/inject/src/main/java/io/micronaut/inject/beans/visitor/IntrospectedTypeElementVisitor.java
index <HASH>..<HASH> 100644
--- a/inject/src/main/java/io/micronaut/inject/beans/visitor/IntrospectedTypeElementVisitor.jav... | Simplify record handling (#<I>) | micronaut-projects_micronaut-core | train |
0946b52e8642cb581776435e1040dc510ad32b1f | diff --git a/packages/generator/app/templates/package.json b/packages/generator/app/templates/package.json
index <HASH>..<HASH> 100644
--- a/packages/generator/app/templates/package.json
+++ b/packages/generator/app/templates/package.json
@@ -12,7 +12,7 @@
"lint": "eslint . && npm run stylelint",
"stylelint":... | RG-<I> fix running `npm start` command in generated app | JetBrains_ring-ui | train |
58ada3f9d115caf91881323a28118fae484c5810 | diff --git a/system/Test/FeatureTestTrait.php b/system/Test/FeatureTestTrait.php
index <HASH>..<HASH> 100644
--- a/system/Test/FeatureTestTrait.php
+++ b/system/Test/FeatureTestTrait.php
@@ -167,7 +167,7 @@ trait FeatureTestTrait
$request = $this->populateGlobals($method, $request, $params);
// Make sure the Ro... | Use null coalescing to routes resolution | codeigniter4_CodeIgniter4 | train |
31b58fb39c1a11de7cc5e85dee2e15707039cd59 | diff --git a/core/src/main/java/com/google/common/truth/Subject.java b/core/src/main/java/com/google/common/truth/Subject.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/common/truth/Subject.java
+++ b/core/src/main/java/com/google/common/truth/Subject.java
@@ -20,6 +20,8 @@ import static com.googl... | Include index at which the unexpected item was found in the list.
-------------
Created by MOE: <URL> | google_truth | train |
d3ed8402ac6b50ccdd3083b14bf6c4f0869f4143 | diff --git a/src/components/minmaxinputs/minmaxinputs.js b/src/components/minmaxinputs/minmaxinputs.js
index <HASH>..<HASH> 100644
--- a/src/components/minmaxinputs/minmaxinputs.js
+++ b/src/components/minmaxinputs/minmaxinputs.js
@@ -12,19 +12,17 @@ const ZOOMEDMAX = "zoomedMax";
const MinMaxInputs = Component.exte... | Fix/empty min max inputs (#<I>)
* Reformat minmaxinputs.js
* Get zoomedMin and zoomedMax from domain if they are null
* Set domainMin/max to zoomMin/Max if zoom is null
* Remove setting of zoomed min/max, add a stupid solution, hope it will hold | vizabi_vizabi | train |
e095a1572fb8a2ba17ea231abcb3704cf83a96e4 | diff --git a/commands.go b/commands.go
index <HASH>..<HASH> 100644
--- a/commands.go
+++ b/commands.go
@@ -736,23 +736,30 @@ func (cli *DockerCli) CmdPush(args ...string) error {
return err
}
- if len(strings.SplitN(name, "/", 2)) == 1 {
- return fmt.Errorf("Impossible to push a \"root\" repository. Please rena... | Allow push by ID when using a custom registry | containers_storage | train |
5b9560e5233b43520768133ac2b7280284531b36 | diff --git a/app/models/spree/product_decorator.rb b/app/models/spree/product_decorator.rb
index <HASH>..<HASH> 100644
--- a/app/models/spree/product_decorator.rb
+++ b/app/models/spree/product_decorator.rb
@@ -2,7 +2,7 @@ Spree::Product.class_eval do
has_many :relations, :as => :relatable
def self.relation_typ... | fix missing Spree:: in product_decorator | solidusio-contrib_solidus_related_products | train |
ff7154dda893a42a2f2649666647cf4693cb27c9 | diff --git a/src/article/shared/ArticleToolbarPackage.js b/src/article/shared/ArticleToolbarPackage.js
index <HASH>..<HASH> 100644
--- a/src/article/shared/ArticleToolbarPackage.js
+++ b/src/article/shared/ArticleToolbarPackage.js
@@ -161,8 +161,8 @@ export default {
hideDisabled: true,
displayActiveC... | Keep icons and labels for view switching in article toolbar package. | substance_texture | train |
3f71131de8353594a33f367ae06a4478358ba2e2 | diff --git a/spec/project_haystack/point_spec.rb b/spec/project_haystack/point_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/project_haystack/point_spec.rb
+++ b/spec/project_haystack/point_spec.rb
@@ -39,11 +39,10 @@ describe ProjectHaystack::Point do
describe '#data' do
context 'valid id and range' do
... | use date that is known to have data | NREL_haystack_ruby | train |
111b5a9070439440e8968a27e8106717faa03bcc | diff --git a/src/Concerns/WaitsForElements.php b/src/Concerns/WaitsForElements.php
index <HASH>..<HASH> 100644
--- a/src/Concerns/WaitsForElements.php
+++ b/src/Concerns/WaitsForElements.php
@@ -139,7 +139,7 @@ trait WaitsForElements
return $this->waitUsing($seconds, 100, function () use ($token) {
... | Add helpful failure message to waitForReload | laravel_dusk | train |
6a101f4dadd9a03e3113569ceaf9c5afa8ddf6e4 | diff --git a/googletrans/translator.py b/googletrans/translator.py
index <HASH>..<HASH> 100644
--- a/googletrans/translator.py
+++ b/googletrans/translator.py
@@ -74,6 +74,11 @@ Advanced usage:
result.append(translated)
return result
+ if dest not in LANGUAGES.keys():
+ raise ValueErro... | Fix: check availability of both source and destination language
refs #2 | ssut_py-googletrans | train |
533e1f220b35adfe3d512980e41e8feca3cd91ed | diff --git a/src/Kernel.php b/src/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Kernel.php
+++ b/src/Kernel.php
@@ -19,6 +19,7 @@ use function defined;
use function get_class;
use Illuminate\Console\Application as Artisan;
use Illuminate\Foundation\Console\Kernel as BaseKernel;
+use Illuminate\Foundation\Console\... | Updated Kernel.php; Added a check that will remove laravel commands.
Updated LoadConfigurationsTest.php; Added a test to make sure the `make:test` command is removed. | laravel-zero_framework | train |
1110045e0d28a461e75d2f57d5f01533d59ef239 | diff --git a/lib/rules/spaced-comment.js b/lib/rules/spaced-comment.js
index <HASH>..<HASH> 100644
--- a/lib/rules/spaced-comment.js
+++ b/lib/rules/spaced-comment.js
@@ -249,7 +249,8 @@ module.exports = {
beginRegex: requireSpace ? createAlwaysStylePattern(markers, exceptions) : createNeverStylePatter... | Fix: ignore marker-only comments in spaced-comment (fixes #<I>) (#<I>) | eslint_eslint | train |
ff2f44785aac0fbe80f186aa951d12acddaa962e | diff --git a/benchmark/src/main/java/com/github/gumtree/dist/ActionsCollector.java b/benchmark/src/main/java/com/github/gumtree/dist/ActionsCollector.java
index <HASH>..<HASH> 100644
--- a/benchmark/src/main/java/com/github/gumtree/dist/ActionsCollector.java
+++ b/benchmark/src/main/java/com/github/gumtree/dist/Actions... | checkActions count and displays changes | GumTreeDiff_gumtree | train |
c02f516fa17c883b4af6a4567284979a28987e5e | diff --git a/core/src/main/java/jenkins/model/queue/AsynchronousExecution.java b/core/src/main/java/jenkins/model/queue/AsynchronousExecution.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/jenkins/model/queue/AsynchronousExecution.java
+++ b/core/src/main/java/jenkins/model/queue/AsynchronousExecution.java
@... | javadoc formatting fix for better readability from code editor | jenkinsci_jenkins | train |
8af2250bf4fd17ea52e560f4f04e299f1c1a4df0 | diff --git a/webapps/client/scripts/controller/cam-tasklist-view-ctrl.js b/webapps/client/scripts/controller/cam-tasklist-view-ctrl.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/controller/cam-tasklist-view-ctrl.js
+++ b/webapps/client/scripts/controller/cam-tasklist-view-ctrl.js
@@ -126,14 +126,14 @@ def... | fix(page): only change page when another filter is selected
related to CAM-<I> | camunda_camunda-bpm-platform | train |
534e99eecd7b2d348af17721e52f6ef016e41f76 | diff --git a/Geonames.php b/Geonames.php
index <HASH>..<HASH> 100644
--- a/Geonames.php
+++ b/Geonames.php
@@ -139,8 +139,8 @@ final class Geonames extends AbstractHttpProvider implements LocaleAwareGeocoder
for ($level = 1; $level <= AdminLevelCollection::MAX_LEVEL_DEPTH; ++$level) {
$adm... | Fixed some code smell (#<I>)
* Fixed type issues
* Fixed code smell | geocoder-php_geonames-provider | train |
0163fd08a36055e3ce4a59f960346b59b5177d81 | diff --git a/lib/transactions/multisignature.js b/lib/transactions/multisignature.js
index <HASH>..<HASH> 100644
--- a/lib/transactions/multisignature.js
+++ b/lib/transactions/multisignature.js
@@ -20,7 +20,6 @@
var crypto = require('./crypto.js');
var constants = require('../constants.js');
var slots ... | Removes transactions as library in multisig | OnzCoin_onz-js | train |
8ef4fa5a4043d9cbf2fb42fd42ddd96ccad1248a | diff --git a/lib/goldiloader/active_record_patches.rb b/lib/goldiloader/active_record_patches.rb
index <HASH>..<HASH> 100644
--- a/lib/goldiloader/active_record_patches.rb
+++ b/lib/goldiloader/active_record_patches.rb
@@ -66,7 +66,9 @@ ActiveRecord::Associations::Association.class_eval do
!association_info.gr... | Workaround #<I> - Don't auto eager load associations with an unscope until <URL> | salsify_goldiloader | train |
85a6e084a955027ec5e1a7b58851fd36bd955468 | diff --git a/sass_processor/version.py b/sass_processor/version.py
index <HASH>..<HASH> 100644
--- a/sass_processor/version.py
+++ b/sass_processor/version.py
@@ -20,4 +20,4 @@ Release logic:
13. git push
"""
-__version__ = '0.4.1'
+__version__ = '0.4.2' | Bump to version <I> | jrief_django-sass-processor | train |
0b4d718fd52a29e1e90850826526c6fb0a37f781 | diff --git a/app/src/Bolt/Controllers/Async.php b/app/src/Bolt/Controllers/Async.php
index <HASH>..<HASH> 100644
--- a/app/src/Bolt/Controllers/Async.php
+++ b/app/src/Bolt/Controllers/Async.php
@@ -503,21 +503,12 @@ class Async implements ControllerProviderInterface
$namespace = $request->request->get('namesp... | updated file delete to use new filesystem | bolt_bolt | train |
f53324c23f0758f62fdbd3823a6c04ded51d4c87 | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -32,7 +32,7 @@ const DOCKER_MEMCACHED = 'memcached:1.5.16-alpine';
const DOCKER_KEYCLOAK = 'jboss/keycloak:6.0.1';
const DOC... | Update confluentinc/cp-zookeeper docker image to <I> | jhipster_generator-jhipster | train |
4a4c52048f33e4d3ced6fa7c1140059f74092976 | diff --git a/spec/fixtures/project-content-with-invalid-types/index.js b/spec/fixtures/project-content-with-invalid-types/index.js
index <HASH>..<HASH> 100644
--- a/spec/fixtures/project-content-with-invalid-types/index.js
+++ b/spec/fixtures/project-content-with-invalid-types/index.js
@@ -1,9 +1,9 @@
// @flow
type... | Add trailing comma config to prettier ⛑
This has a positive impact on reviewing git diffs | saguijs_sagui | train |
c76c7a1bb4d1aa7d64acea601305e6b4ff0e6b4f | diff --git a/mt940/__about__.py b/mt940/__about__.py
index <HASH>..<HASH> 100644
--- a/mt940/__about__.py
+++ b/mt940/__about__.py
@@ -6,7 +6,7 @@ A library to parse MT940 files and returns smart Python collections for
statistics and manipulation.
'''.strip().split())
__email__ = 'wolph@wol.ph'
-__version__ = '4.25.... | Incrementing version to <I> | WoLpH_mt940 | train |
1eec5bf0584051b6d0e7dc6a31030573f7e86768 | diff --git a/builder/amazon/ebssurrogate/step_register_ami.go b/builder/amazon/ebssurrogate/step_register_ami.go
index <HASH>..<HASH> 100644
--- a/builder/amazon/ebssurrogate/step_register_ami.go
+++ b/builder/amazon/ebssurrogate/step_register_ami.go
@@ -24,15 +24,23 @@ func (s *StepRegisterAMI) Run(state multistep.Sta... | builder/amazon-ebssurrogate: Exclude duplicate root volume
This commit removes the root volume from the list of launch block device
mappings passed to the image, since it is already passed in the form of
a snapshot (which is then configured to be the root device). Without
this commit, AMIs created using this builder h... | hashicorp_packer | train |
f7d5471e581fa1c0f9e1db7d74dfbde2520eb900 | diff --git a/behaviors/YwPlugin.php b/behaviors/YwPlugin.php
index <HASH>..<HASH> 100644
--- a/behaviors/YwPlugin.php
+++ b/behaviors/YwPlugin.php
@@ -12,17 +12,36 @@ class YwPlugin extends CBehavior
{
protected $_assetsUrl;
+ protected static $_api;
+
+ /**
+ * Returns
+ * @param $path
+ * @return mixed
+ */
... | added helper method to access the api | 2amigos_yiiwheels | train |
9db45d344d590037332d097565f6530c39688816 | diff --git a/molgenis-security/src/main/java/org/molgenis/security/settings/AuthenticationSettingsImpl.java b/molgenis-security/src/main/java/org/molgenis/security/settings/AuthenticationSettingsImpl.java
index <HASH>..<HASH> 100644
--- a/molgenis-security/src/main/java/org/molgenis/security/settings/AuthenticationSett... | doc: Explain that 2FA cannot be used with OIDC in the attribute description | molgenis_molgenis | train |
cefaac074d3abb24df2240581704195687d58cd4 | diff --git a/library/WT/Controller/Family.php b/library/WT/Controller/Family.php
index <HASH>..<HASH> 100644
--- a/library/WT/Controller/Family.php
+++ b/library/WT/Controller/Family.php
@@ -93,7 +93,7 @@ class WT_Controller_Family extends WT_Controller_GedcomRecord {
if ($this->record) {
return $this->record;
... | Type on GetSignificant, thanks Wes | fisharebest_webtrees | train |
84e96ec491758d9d7f41d5ac7f44f1d90f01108b | diff --git a/common/render.go b/common/render.go
index <HASH>..<HASH> 100644
--- a/common/render.go
+++ b/common/render.go
@@ -164,7 +164,9 @@ func (rs *RenderSystem) New(w *ecs.World) {
addCameraSystemOnce(w)
if !engo.Headless() {
- initShaders(w)
+ if err := initShaders(w); err != nil {
+ panic(err)
+ }
... | add panic if shaders don't compile. This will allow custom shaders to know if their shaders have errors | EngoEngine_engo | train |
96d9b6f56574d5a1eb91a2abaecffde9bff82706 | diff --git a/driver-core/src/test/functional/com/mongodb/ClusterFixture.java b/driver-core/src/test/functional/com/mongodb/ClusterFixture.java
index <HASH>..<HASH> 100644
--- a/driver-core/src/test/functional/com/mongodb/ClusterFixture.java
+++ b/driver-core/src/test/functional/com/mongodb/ClusterFixture.java
@@ -61,7 ... | Remove unused methods and redundant throws clauses in ClusterFixture | mongodb_mongo-java-driver | train |
748834d3e632bf168363f5b8f94c5027b206c68a | diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,3 +1,2 @@
<?php
-require dirname(__DIR__) . '/vendor/autoload.php';
-require __DIR__ . '/getallheaders.php';
+require __DIR__ . '/../vendor/autoload.php'; | remove unused declarations in PHP Unit bootstrapper | slimphp_Slim-Http | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.