hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
942ee9cfd6e2b7ff9dfe6eca7c4aa385d3ba9507
diff --git a/examples/opencv/opencv.py b/examples/opencv/opencv.py index <HASH>..<HASH> 100755 --- a/examples/opencv/opencv.py +++ b/examples/opencv/opencv.py @@ -17,6 +17,16 @@ def relpath(path): return os.path.join(os.path.dirname(os.path.abspath(__file__)), path) def main(): + # Connects to a pachyderm cl...
Connection options in docs (#<I>) Explain connection options in opencv example
pachyderm_python-pachyderm
train
py
a441ea1cb6895b0f134a49dbd97a1fde489d0e7f
diff --git a/pysat/_meta.py b/pysat/_meta.py index <HASH>..<HASH> 100644 --- a/pysat/_meta.py +++ b/pysat/_meta.py @@ -208,7 +208,7 @@ class Meta(object): if metadata is not None: if isinstance(metadata, DataFrame): self.data = metadata - self.data.columns = map(''....
Attempting to fix bug for python 3+
rstoneback_pysat
train
py
28a54e256df8380bc30b93ffbab3f55c0f9158f9
diff --git a/annis-gui/src/main/java/annis/gui/SearchUI.java b/annis-gui/src/main/java/annis/gui/SearchUI.java index <HASH>..<HASH> 100644 --- a/annis-gui/src/main/java/annis/gui/SearchUI.java +++ b/annis-gui/src/main/java/annis/gui/SearchUI.java @@ -331,7 +331,7 @@ public class SearchUI extends AnnisBaseUI mainTa...
change tab caption to "Help/Examples"
korpling_ANNIS
train
java
124144d0c45d683b4a4e9f2ed27ed43688f5a8da
diff --git a/src/Illuminate/Support/Str.php b/src/Illuminate/Support/Str.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Support/Str.php +++ b/src/Illuminate/Support/Str.php @@ -403,7 +403,7 @@ class Str public static function startsWith($haystack, $needles) { foreach ((array) $needles as $needl...
Revert changes to startsWith() (#<I>)
laravel_framework
train
php
319066f0810aade3f10b882c176162d8f19b4bce
diff --git a/pyneuroml/pynml.py b/pyneuroml/pynml.py index <HASH>..<HASH> 100644 --- a/pyneuroml/pynml.py +++ b/pyneuroml/pynml.py @@ -959,15 +959,20 @@ def evaluate_arguments(args): elif args.graph: - level = int(args.graph[0]) - print('Converting %s to graphical form, ...
Improves reading options for graphing, e.g.: pynml MyNet.net.nml -graph 5c
NeuroML_pyNeuroML
train
py
582557ea0abf876da910928cbad80cd7dfee8a9e
diff --git a/org.jenetix/src/main/java/org/jenetix/util/MutableTreeNode.java b/org.jenetix/src/main/java/org/jenetix/util/MutableTreeNode.java index <HASH>..<HASH> 100644 --- a/org.jenetix/src/main/java/org/jenetix/util/MutableTreeNode.java +++ b/org.jenetix/src/main/java/org/jenetix/util/MutableTreeNode.java @@ -1132,...
#<I>: Code improvements.
jenetics_jenetics
train
java
9e442a85a28efa9d015d23fee8eb27e6c55b8dd4
diff --git a/src/main/java/de/zalando/typemapper/core/TypeMapper.java b/src/main/java/de/zalando/typemapper/core/TypeMapper.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/zalando/typemapper/core/TypeMapper.java +++ b/src/main/java/de/zalando/typemapper/core/TypeMapper.java @@ -15,7 +15,7 @@ import org.postgres...
Change ParameterizedRowMapper to RowMapper. So, ParameterizedRowMapper is deprecated for now and removed from latest Spring version. RowMapper is a legal placeholder of ParameterizedRowMapper since Spring <I>
zalando-stups_java-sproc-wrapper
train
java
0cd5e81b9a2e95afe4684217a5bd1857f69facda
diff --git a/tests/test_test_endpoint_docstrings.py b/tests/test_test_endpoint_docstrings.py index <HASH>..<HASH> 100644 --- a/tests/test_test_endpoint_docstrings.py +++ b/tests/test_test_endpoint_docstrings.py @@ -3,7 +3,7 @@ from canvasapi.canvas_object import CanvasObject from canvasapi.folder import Folder from c...
downgraded "syntax error" to "failed to parse", test pass if no URL
ucfopen_canvasapi
train
py
41a53737a1674d786476adfcf38cb57d320abe94
diff --git a/Adafruit_PN532/PN532.py b/Adafruit_PN532/PN532.py index <HASH>..<HASH> 100644 --- a/Adafruit_PN532/PN532.py +++ b/Adafruit_PN532/PN532.py @@ -333,6 +333,8 @@ class PN532(object): Ver, Rev, and Support values. """ response = self.call_function(PN532_COMMAND_GETFIRMWAREVERSION, 4) ...
Add check for failure to find PN<I> and throw better error.
adafruit_Adafruit_Python_PN532
train
py
fedbf711a1c76bb2a9ff80e50a07526bedd6a639
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -60,12 +60,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface...
bumped Symfony version to <I>
symfony_symfony
train
php
3aeebb50047f051f1a18886d1795176bb1290d2e
diff --git a/lib/compile.js b/lib/compile.js index <HASH>..<HASH> 100644 --- a/lib/compile.js +++ b/lib/compile.js @@ -14,12 +14,7 @@ module.exports = { .fromCallback(cb => compiler.run(cb)) .then(stats => { - if (!this.multiCompile) { - stats = { stats: [stats] }; - } - - ...
fix compile stats in multiple packaging
serverless-heaven_serverless-webpack
train
js
8e2fab78a7b3d17b42a49bd2887757752c24815c
diff --git a/visio2img/visio2img.py b/visio2img/visio2img.py index <HASH>..<HASH> 100644 --- a/visio2img/visio2img.py +++ b/visio2img/visio2img.py @@ -10,7 +10,7 @@ from math import log __all__ = ('export_img') GEN_IMG_FORMATS = ('.gif', '.jpeg', '.jpg', '.png') -VISIO_FORMATS = ('.vsd', 'vsdx') +VISIO_FORMATS = ('...
Support .vsdx file (fix typo)
visio2img_visio2img
train
py
687b34748eb98b813d334ce09959f6840555e91a
diff --git a/lib/login/index.js b/lib/login/index.js index <HASH>..<HASH> 100644 --- a/lib/login/index.js +++ b/lib/login/index.js @@ -23,7 +23,7 @@ passport.deserializeUser(function(obj, done) { done(null, obj); }); -if (config.login.steam.enabled) { +if (config.login.steam && config.login.steam.enabled) { ...
[login] Fix startup crash caused by not having both Steam and Twitch login configurations present in cfg/nodecg.json
nodecg_nodecg
train
js
31790f58b4f83ca606987ec36fbedfc0d02a1113
diff --git a/awp/packager.py b/awp/packager.py index <HASH>..<HASH> 100755 --- a/awp/packager.py +++ b/awp/packager.py @@ -9,6 +9,7 @@ import glob import plistlib import os import os.path +import re import shutil from zipfile import ZipFile, ZIP_DEFLATED @@ -151,8 +152,8 @@ def update_workflow_readme(info, readm...
Strip superfluous 'v' prefix from version numbers Alfred already prepends a 'v' to the given version number.
caleb531_alfred-workflow-packager
train
py
da01086bebb13432d7816fcb9b9556ee2221d31b
diff --git a/opal/browser/compatibility/dom/element/matches.rb b/opal/browser/compatibility/dom/element/matches.rb index <HASH>..<HASH> 100644 --- a/opal/browser/compatibility/dom/element/matches.rb +++ b/opal/browser/compatibility/dom/element/matches.rb @@ -18,7 +18,9 @@ unless defined?(`window.Element.prototype.match...
dom/element: raise NotImplementedError on the call of #matches?
opal_opal-browser
train
rb
4e964a62f6c7d7c5f002399d987579a41eaa2932
diff --git a/vault/core.go b/vault/core.go index <HASH>..<HASH> 100644 --- a/vault/core.go +++ b/vault/core.go @@ -1269,7 +1269,11 @@ func (c *Core) StepDown(token string) error { return logical.ErrPermissionDenied } - c.manualStepDownCh <- struct{}{} + select { + case c.manualStepDownCh <- struct{}{}: + default...
Add default case for if the step down channel is blocked
hashicorp_vault
train
go
b1dcdd34de6b88820cb0314af2bc884c9d8656bb
diff --git a/favorites/selectors/index.js b/favorites/selectors/index.js index <HASH>..<HASH> 100644 --- a/favorites/selectors/index.js +++ b/favorites/selectors/index.js @@ -71,6 +71,12 @@ export const hasFavorites = createSelector( ); /** + * Returns true if state is being updated. + * @param {Object} state State...
CON-<I> - Favorites: delay removing of item until animation is done + ignore click events while favorites are updating on favorites page
shopgate_pwa
train
js
a140b3c9cc3d3710952c3e0e66be0885875173c5
diff --git a/nessie.go b/nessie.go index <HASH>..<HASH> 100644 --- a/nessie.go +++ b/nessie.go @@ -8,7 +8,6 @@ import ( "crypto/x509" "encoding/base64" "encoding/json" - "errors" "fmt" "io" "io/ioutil" @@ -1052,8 +1051,11 @@ func (n *nessusImpl) Upload(filePath string) error { return err } - if reply...
Fix file/upload reply check condition
attwad_nessie
train
go
2f742d7430e4a266238165732ecda3447acddc86
diff --git a/spec/lib/db_lock/adapter/sqlserver_spec.rb b/spec/lib/db_lock/adapter/sqlserver_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/db_lock/adapter/sqlserver_spec.rb +++ b/spec/lib/db_lock/adapter/sqlserver_spec.rb @@ -35,7 +35,7 @@ module DBLock time1 = Time.now expect(subject.lock(na...
Fix random test fails for sqlserver (#9)
mkon_db_lock
train
rb
d26a14b0ad939117f65cd50389a26f9ee62b695f
diff --git a/org/xbill/DNS/Message.java b/org/xbill/DNS/Message.java index <HASH>..<HASH> 100644 --- a/org/xbill/DNS/Message.java +++ b/org/xbill/DNS/Message.java @@ -154,8 +154,8 @@ public void addRecord(Record r, int section) { if (sections[section] == null) sections[section] = new LinkedList(); - sections[sect...
Increment the section count before adding the new record, so that if too many records are added, it's caught before modifying the message. (Bill Kuker <<EMAIL>> git-svn-id: <URL>
dnsjava_dnsjava
train
java
5ce7d15aab2403151db6906a4cf8eb106dbffbb7
diff --git a/ember-cli-build.js b/ember-cli-build.js index <HASH>..<HASH> 100644 --- a/ember-cli-build.js +++ b/ember-cli-build.js @@ -6,9 +6,6 @@ module.exports = function (defaults) { babel: { optional: ['es7.decorators'] }, - 'ember-cli-mocha': { - useLintTree: false - }, sassOptions...
remove no longer needed useLintTree from ember-cli-mocha configuration in ember-cli-build.js
ciena-frost_ember-frost-chart
train
js
d0af9e3d1dadca6208ba744477ee9ab8497b3489
diff --git a/angr/analyses/cfg/cfg_fast.py b/angr/analyses/cfg/cfg_fast.py index <HASH>..<HASH> 100644 --- a/angr/analyses/cfg/cfg_fast.py +++ b/angr/analyses/cfg/cfg_fast.py @@ -1001,7 +1001,7 @@ class CFGFast(ForwardAnalysis, CFGBase): # pylint: disable=abstract-method try: return next(self...
#<I> missed a spot
angr_angr
train
py
d3634d32c13c1ee8c3b0c1e8510591e6381d1bed
diff --git a/scripts/create-stubs.js b/scripts/create-stubs.js index <HASH>..<HASH> 100644 --- a/scripts/create-stubs.js +++ b/scripts/create-stubs.js @@ -4,7 +4,7 @@ fs.readdirSync('src/runtime') .filter(dir => fs.statSync(`src/runtime/${dir}`).isDirectory()) .forEach(dir => { fs.writeFileSync(`${dir}/package.j...
dont even know how to summarise this
sveltejs_svelte
train
js
d31dc5c29611f72588dc994ddd2df62af4ccecb0
diff --git a/src/Lang/no.php b/src/Lang/no.php index <HASH>..<HASH> 100644 --- a/src/Lang/no.php +++ b/src/Lang/no.php @@ -28,7 +28,7 @@ return array( 'february' => 'februar', 'march' => 'mars', 'april' => 'april', - 'may' => 'may', + 'may' => 'mai', 'june' => 'juni',...
Fix no.php Quick fix, it's called 'mai' in norwegian.
jenssegers_date
train
php
a7729ac75705fc915dee06cdb331396baf264232
diff --git a/hostpool.go b/hostpool.go index <HASH>..<HASH> 100644 --- a/hostpool.go +++ b/hostpool.go @@ -184,7 +184,7 @@ func (p *standardHostPool) markFailed(hostR HostPoolResponse) { } func (p *standardHostPool) Hosts() []string { - hosts := make([]string, len(p.hosts)) + hosts := make([]string, 0, len(p.hosts)...
Update hostpool.go the preview code would return len(p.hosts) empty string first,then the true hosts.
bitly_go-hostpool
train
go
7e3391e77575773880b2e7a97d703054ac960ec8
diff --git a/lib/netsuite/records/cash_refund_item.rb b/lib/netsuite/records/cash_refund_item.rb index <HASH>..<HASH> 100644 --- a/lib/netsuite/records/cash_refund_item.rb +++ b/lib/netsuite/records/cash_refund_item.rb @@ -6,7 +6,7 @@ module NetSuite include Support::Records include Namespaces::TranCust ...
add gross_amt field in cash refund item (#<I>)
NetSweet_netsuite
train
rb,rb
25ea6ccb8d838ee308f6ac492e56eb27727d3ee8
diff --git a/js/lib/beautify-html.js b/js/lib/beautify-html.js index <HASH>..<HASH> 100644 --- a/js/lib/beautify-html.js +++ b/js/lib/beautify-html.js @@ -574,7 +574,7 @@ var add = function (str) { var newToken = token + str.toLowerCase(); - token = newToken.substr(newTo...
Handling situations where delimiter was larger than newToken
beautify-web_js-beautify
train
js
c0999ac5bbd17e502cb2676e5b0ac8dc4f13e46a
diff --git a/lib/stripe/transfer.rb b/lib/stripe/transfer.rb index <HASH>..<HASH> 100644 --- a/lib/stripe/transfer.rb +++ b/lib/stripe/transfer.rb @@ -1,16 +1,5 @@ module Stripe class Transfer < APIResource include Stripe::APIOperations::List - - def transactions(params={}) - response, api_key = Stripe...
Remove the conflicting definition of transactions for transfers.
stripe_stripe-ruby
train
rb
3cb43baac1ca87cb9f568fe23ae5da07ffb564ee
diff --git a/pyswip/prolog.py b/pyswip/prolog.py index <HASH>..<HASH> 100644 --- a/pyswip/prolog.py +++ b/pyswip/prolog.py @@ -58,11 +58,11 @@ def _initialize(): plargs[i] = args[i] result = PL_initialise(s_plargs, plargs) - # For some reason, PL_initialise is returning 1, even though everything is -...
Reactivate the initialisation error in init method. Comment was: For some reason, PL_initialise is returning 1, even though everything is working Solution is: Result is a boolean variable (i.e. 0 or 1) indicating whether the initialisation was successful or not. (See SWI-Prolog documentation fo...
yuce_pyswip
train
py
5d4964cf9c16313db7490a82cbe24773171caf2d
diff --git a/src/deep-db/lib/DB.js b/src/deep-db/lib/DB.js index <HASH>..<HASH> 100644 --- a/src/deep-db/lib/DB.js +++ b/src/deep-db/lib/DB.js @@ -60,7 +60,11 @@ export class DB extends Kernel.ContainerAware { */ get(modelName) { if (!this.has(modelName)) { - throw new ModelNotFoundException(modelName)...
# Added lispCase compatibility for deep-db
MitocGroup_deep-framework
train
js
43a17214790b0616b845fde6ccf8abdc37e5923f
diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index <HASH>..<HASH> 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -20,7 +20,7 @@ namespace Alchemy\Phrasea\Core; class Version { - protected static $number = '3.6.0'; + prote...
Bump to version <I>
alchemy-fr_Phraseanet
train
php
0f5030a87a2ccffc5cce7d28019ff2d655199b84
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -1387,11 +1387,14 @@ var same = 0, l = Math.min(prevInput.length, text.length); while (same < l && prevInput.charCodeAt(same) == text.charCodeAt(same)) ++same; - operati...
When polling input, set prevInput before ending the operation Since that might end up calling resetInput and creating an inconsistent state. Issue #<I>
codemirror_CodeMirror
train
js
4c20f1b810595a8eb8b321a24768c7b80be9b98d
diff --git a/lib/action_cable/channel/base.rb b/lib/action_cable/channel/base.rb index <HASH>..<HASH> 100644 --- a/lib/action_cable/channel/base.rb +++ b/lib/action_cable/channel/base.rb @@ -7,7 +7,10 @@ module ActionCable # Channel instances are long-lived. A channel object will be instantiated when the cable con...
Mention the concern about long-lived and stale data
rails_rails
train
rb
7e59c1d6bdfca23e69095057d8ad981c040c612e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ setup( install_requires=[ "setuptools", - "pandas >= 0.8.0", "GoreUtilities == {0}".format(gore_utilities_version), ], classifiers = [
Removed required dependencies from setup. Let user choose manually what to do.
eyurtsev_FlowCytometryTools
train
py
8db223d5350a0eb16a83e18112d7abb5097c4beb
diff --git a/src/sap.uxap/src/sap/uxap/ObjectPageLayout.js b/src/sap.uxap/src/sap/uxap/ObjectPageLayout.js index <HASH>..<HASH> 100644 --- a/src/sap.uxap/src/sap/uxap/ObjectPageLayout.js +++ b/src/sap.uxap/src/sap/uxap/ObjectPageLayout.js @@ -1235,7 +1235,7 @@ sap.ui.define([ this._adjustLayout(null, true); - ...
[FIX][INTERNAL] fixed failing test caused by error in scrolling logic BCP: <I> Change-Id: If<I>b5f<I>e<I>f<I>a3aeba<I>dc<I>aca3a9da
SAP_openui5
train
js
376b0e40a2042782933a21f94ae30e9f56d62404
diff --git a/tests/system/Validation/FormatRulesTest.php b/tests/system/Validation/FormatRulesTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Validation/FormatRulesTest.php +++ b/tests/system/Validation/FormatRulesTest.php @@ -700,7 +700,7 @@ class FormatRulesTest extends \CIUnitTestCase ], [ '0', ...
Update FormatRulesTest.php test fix. decimal rule will accept integer
codeigniter4_CodeIgniter4
train
php
1bc71e54a7995c072dd2f1421ac375cc1b5ba72b
diff --git a/activiti-webapp/src/main/webapp/js/activiti-widget.js b/activiti-webapp/src/main/webapp/js/activiti-widget.js index <HASH>..<HASH> 100644 --- a/activiti-webapp/src/main/webapp/js/activiti-widget.js +++ b/activiti-webapp/src/main/webapp/js/activiti-widget.js @@ -1077,7 +1077,7 @@ Activiti.widget.PopupManage...
Fixed ACT-<I> "when form is too large (more 1 page), scroll is infinite! and buttons are always hidden." & ACT-<I> "Scrolling in GUI"
camunda_camunda-bpm-platform
train
js
036f3e5e98afa18722dc0e0473af5a67309e59f5
diff --git a/app/controllers/clipster/clips_controller.rb b/app/controllers/clipster/clips_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/clipster/clips_controller.rb +++ b/app/controllers/clipster/clips_controller.rb @@ -5,7 +5,7 @@ module Clipster def index @clips = Clip.all - @lan...
fixed language naming in view via map. need to find out if we can remove debug and raydebug as they cause erroneous actions
kwbock_clipster
train
rb
5cd21f915998e537ab0f118dba3172aeafcb91e1
diff --git a/spyder/plugins/explorer/widgets/explorer.py b/spyder/plugins/explorer/widgets/explorer.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/explorer/widgets/explorer.py +++ b/spyder/plugins/explorer/widgets/explorer.py @@ -330,7 +330,7 @@ class DirView(QTreeView): ) # Filters se...
Change hamburguer menu description to edit filter settings
spyder-ide_spyder
train
py
ec7c7d738d113eee0e7e6829bc961cf406cb318e
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 @@ -2490,6 +2490,9 @@ def replace(name, - pattern: | CentOS \(2.6.32[^\n]+\n\s+root[^\n]+\n\)+ ''' + .. note:: + When using YAML multiline st...
minor note: added note based on findings in #<I>
saltstack_salt
train
py
63a18c73fea888e59321d4aae4c512b001d1d464
diff --git a/src/org/openscience/cdk/test/qsar/descriptors/molecular/MolecularDescriptorTest.java b/src/org/openscience/cdk/test/qsar/descriptors/molecular/MolecularDescriptorTest.java index <HASH>..<HASH> 100644 --- a/src/org/openscience/cdk/test/qsar/descriptors/molecular/MolecularDescriptorTest.java +++ b/src/org/op...
Fixed test to take into account the new *Type classes: was now often incorrectly failing because DoubleArrayResult notEquals DoubleArrayResultType git-svn-id: <URL>
cdk_cdk
train
java
89d3a3c63e8416ae1d98d1a55150fc8de961467f
diff --git a/cloudflare.go b/cloudflare.go index <HASH>..<HASH> 100644 --- a/cloudflare.go +++ b/cloudflare.go @@ -202,7 +202,7 @@ func (api *API) makeRequestWithAuthTypeAndHeaders(method, uri string, params int return nil, errors.Errorf("HTTP status %d: service failure", resp.StatusCode) // This isn't a great sol...
Add more of an explaination to the new cloudflare request handler condition
cloudflare_cloudflare-go
train
go
6c76fba082872013a4b1c29f858ef636663d4ad1
diff --git a/misc/plunk-gen.js b/misc/plunk-gen.js index <HASH>..<HASH> 100644 --- a/misc/plunk-gen.js +++ b/misc/plunk-gen.js @@ -154,7 +154,7 @@ function generateConfigJs() { 'tslib': 'npm:tslib/tslib.js', 'typescript': 'npm:typescript@${versions.typescript}/lib/typescript.js', - '@ng-bootstrap/ng-boot...
chore: fix umd bundle name for plunker (#<I>)
ng-bootstrap_ng-bootstrap
train
js
2161cbedd20127b1f75b5dc24a534754a378b07b
diff --git a/lib/CORL/action/lookup.rb b/lib/CORL/action/lookup.rb index <HASH>..<HASH> 100644 --- a/lib/CORL/action/lookup.rb +++ b/lib/CORL/action/lookup.rb @@ -33,8 +33,8 @@ class Lookup < Plugin::CloudAction def execute super do |node, network| ensure_node(node) do - property = settings[:prope...
Passing the settings to the lookup method in the lookup action provider.
coralnexus_corl
train
rb
6b0244fa2dd58d257c05debff393d0c29fc4f09b
diff --git a/lib/weary/request.rb b/lib/weary/request.rb index <HASH>..<HASH> 100644 --- a/lib/weary/request.rb +++ b/lib/weary/request.rb @@ -25,11 +25,7 @@ module Weary def via=(http_verb) verb = HTTPVerb.new(http_verb).normalize - @http_verb = if Methods.include?(verb) - verb - els...
Cleanup via= && remove reference to old method name, now called "connection"
mwunsch_weary
train
rb
5ba305d63fabaaa1e77bf325341376da10a0ac93
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100755 --- a/devices.js +++ b/devices.js @@ -12918,6 +12918,20 @@ const devices = [ meta: {battery: {dontDividePercentage: true}}, exposes: [e.battery(), e.action(['single', 'double', 'triple', 'quadruple']), exposes.text('direction', exposes.a...
Add support for TERNCY LS<I> Smart Light Socket (#<I>) * Add TERNCY LS<I> Smart Light Socket support * Update devices.js
Koenkk_zigbee-shepherd-converters
train
js
a37a2259b3a0442fcc7250eb0cdca28a61c41920
diff --git a/public/app/plugins/datasource/elasticsearch/metric_agg.js b/public/app/plugins/datasource/elasticsearch/metric_agg.js index <HASH>..<HASH> 100644 --- a/public/app/plugins/datasource/elasticsearch/metric_agg.js +++ b/public/app/plugins/datasource/elasticsearch/metric_agg.js @@ -162,6 +162,9 @@ function (ang...
Allowing "Unique Count"s of any data type (#<I>)
grafana_grafana
train
js
d867ff91d9cb17c56ae3230313688f416362f8e7
diff --git a/spec/opal/erb/erb_spec.rb b/spec/opal/erb/erb_spec.rb index <HASH>..<HASH> 100644 --- a/spec/opal/erb/erb_spec.rb +++ b/spec/opal/erb/erb_spec.rb @@ -5,11 +5,11 @@ require File.expand_path('../quoted', __FILE__) describe "ERB files" do before :each do - @simple = ERB['opal/erb/simple'] - @quote...
ERB should generate files into Template namespace An older commit changed this to the ERB namespace, but Template is more template language independant.
opal_opal
train
rb,rb
98c6be15429f10a472b37f5158ef5cfeab3611f0
diff --git a/bin/slush.js b/bin/slush.js index <HASH>..<HASH> 100755 --- a/bin/slush.js +++ b/bin/slush.js @@ -69,7 +69,7 @@ function handleArguments(env) { } if (!env.modulePath) { - gutil.log(chalk.red('No local gulp install found in'), chalk.magenta(env.cwd)); + gutil.log(chalk.red('No local gulp insta...
Print generator path instead of cwd when generator is missing gulp
slushjs_slush
train
js
9e69a042c50a3706c847addd68469dfe3eb698a0
diff --git a/api/server.go b/api/server.go index <HASH>..<HASH> 100644 --- a/api/server.go +++ b/api/server.go @@ -894,6 +894,9 @@ func postContainersCopy(eng *engine.Engine, version version.Version, w http.Resp if copyData.Get("Resource") == "" { return fmt.Errorf("Path cannot be empty") } + + origResource := c...
Fix `docker cp` trying to untar files that do not exist. Docker-DCO-<I>-
moby_moby
train
go
44066f15ab0c5b3e93e4caae1e3169a04f3d480f
diff --git a/emannotationschemas/schemas/base.py b/emannotationschemas/schemas/base.py index <HASH>..<HASH> 100644 --- a/emannotationschemas/schemas/base.py +++ b/emannotationschemas/schemas/base.py @@ -39,6 +39,11 @@ def get_geom_from_wkb(wkb): class ReferenceTableField(mm.fields.Field): + def _jsonschema_type...
fix: set referencetablefield json mapping
seung-lab_EMAnnotationSchemas
train
py
fd68431e477be6a0cc945bf1b10a2a4673389d0d
diff --git a/network.js b/network.js index <HASH>..<HASH> 100644 --- a/network.js +++ b/network.js @@ -1954,8 +1954,15 @@ function handleJustsaying(ws, subject, body){ return; } ws.library_version = body.library_version; - if (typeof ws.library_version === 'string' && version2int(ws.library_version) < ve...
if old core is already subscribed, unsubscribe and disconnect
byteball_ocore
train
js
7086dec48ab9ae31d9e3e5353b11cb3fc29206e3
diff --git a/client/runtime.go b/client/runtime.go index <HASH>..<HASH> 100644 --- a/client/runtime.go +++ b/client/runtime.go @@ -342,9 +342,9 @@ func (r *Runtime) Submit(operation *runtime.ClientOperation) (interface{}, error } } - if _, ok := r.Producers[cmt]; !ok { - return nil, fmt.Errorf("none of...
add a special case for multipart form data when checking for producers
go-openapi_runtime
train
go
e532b68a6569c39e65944f8b97c721d0225c0764
diff --git a/glue/ligolw/lsctables.py b/glue/ligolw/lsctables.py index <HASH>..<HASH> 100644 --- a/glue/ligolw/lsctables.py +++ b/glue/ligolw/lsctables.py @@ -998,8 +998,8 @@ class SegmentDefMapTable(metaio.Table): tableName = "segment_def_map:table" validcolumns = { "creator_db": "int_4s", - "process_id": "ilw...
Fix typos on a few column types.
gwastro_pycbc-glue
train
py
21021fdb402167dbf70b49382a79941753a69b06
diff --git a/tests/Functional/Fixtures/Builder/build.php b/tests/Functional/Fixtures/Builder/build.php index <HASH>..<HASH> 100755 --- a/tests/Functional/Fixtures/Builder/build.php +++ b/tests/Functional/Fixtures/Builder/build.php @@ -9,6 +9,8 @@ namespace { $metaData = ['test' => new TYPO3\PharStreamWrapper\Tests...
[TASK] Update Phar builder script
TYPO3_phar-stream-wrapper
train
php
ae7054f4e9e63f8f82bd95e8c2308e551c92bca8
diff --git a/src/platforms/web/server/create-renderer.js b/src/platforms/web/server/create-renderer.js index <HASH>..<HASH> 100644 --- a/src/platforms/web/server/create-renderer.js +++ b/src/platforms/web/server/create-renderer.js @@ -21,11 +21,14 @@ export function createComponentRenderer (options = {}) { } fu...
fix ssr for child components
IOriens_wxml-transpiler
train
js
51db4882f5f636ebc71bc1e38ac5d98ed64e7462
diff --git a/web_tester.php b/web_tester.php index <HASH>..<HASH> 100644 --- a/web_tester.php +++ b/web_tester.php @@ -98,21 +98,12 @@ } /** - * Resets the parsed HTML page cache. - * @access private - */ - function _clearHtmlCache() { - $this-...
Some tidy ups after latest refactor
simpletest_simpletest
train
php
5f74d8a1bfa8c0983a3ac594698de72fa1bfa218
diff --git a/pandas/core/frame.py b/pandas/core/frame.py index <HASH>..<HASH> 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -233,14 +233,13 @@ suffixes : tuple of (str, str), default ('_x', '_y') copy : bool, default True If False, avoid copy if possible. indicator : bool or str, default False ...
DOC: updating the `indicator` wording in `merge` doc (#<I>)
pandas-dev_pandas
train
py
a0af1449596ecf47a2ca6bbf3620e189acb4e2a0
diff --git a/lib/superapi/api.js b/lib/superapi/api.js index <HASH>..<HASH> 100644 --- a/lib/superapi/api.js +++ b/lib/superapi/api.js @@ -183,6 +183,14 @@ Api.prototype = { return this.buildRequest(method, this.buildUrl(id, params, query), data, options); }, + _httpVerb: function(method, url, options, data)...
feat(api): add a generic request caller Built on top of service hander but for non configured calls.
stephanebachelier_superapi
train
js
7a14b77a415df75829b7c8a8f324478ee6a0d06a
diff --git a/graphene_django/types.py b/graphene_django/types.py index <HASH>..<HASH> 100644 --- a/graphene_django/types.py +++ b/graphene_django/types.py @@ -102,7 +102,7 @@ def validate_fields(type_, model, fields, only_fields, exclude_fields): # Field is a custom field warnings.warn( ...
fix a typo in the warning (#<I>)
graphql-python_graphene-django
train
py
97f5de8ebca2ec7a8563bad02eea77dd5a9f543d
diff --git a/commerce-product-service/src/main/java/com/liferay/commerce/product/search/CPSpecificationOptionIndexer.java b/commerce-product-service/src/main/java/com/liferay/commerce/product/search/CPSpecificationOptionIndexer.java index <HASH>..<HASH> 100644 --- a/commerce-product-service/src/main/java/com/liferay/co...
LPS-<I> Manual SF required by new change
liferay_com-liferay-commerce
train
java
bbc00e550372155a6d4102ebc3a9a5905ea63f67
diff --git a/lib/hamlit/parsers/multiline.rb b/lib/hamlit/parsers/multiline.rb index <HASH>..<HASH> 100644 --- a/lib/hamlit/parsers/multiline.rb +++ b/lib/hamlit/parsers/multiline.rb @@ -5,6 +5,8 @@ module Hamlit module Multiline include Concerns::LineReader + SPACED_BLOCK_REGEXP = /do +\| *[^\|]+ *\...
Avoid regarding spaced block as multiline
haml_haml
train
rb,rb
16a7eebed0b9b121f2b61157e0523c8dbb9b0a07
diff --git a/core/src/main/java/com/digitalpebble/stormcrawler/protocol/httpclient/HttpProtocol.java b/core/src/main/java/com/digitalpebble/stormcrawler/protocol/httpclient/HttpProtocol.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/digitalpebble/stormcrawler/protocol/httpclient/HttpProtocol.java +++ b/c...
Bugfix introduced in #<I>
DigitalPebble_storm-crawler
train
java
4fa016214d8eb66422cf1db552ade3fd386225b8
diff --git a/cocaine/tools/actions/common.py b/cocaine/tools/actions/common.py index <HASH>..<HASH> 100644 --- a/cocaine/tools/actions/common.py +++ b/cocaine/tools/actions/common.py @@ -19,17 +19,12 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -import ast -import re - from tornado i...
[Pep8] Remove unused import to satisfy a PEP8 linter.
cocaine_cocaine-tools
train
py
cdc2524b5f305f852b7f5d0aa2b0a88f004ea3c1
diff --git a/mr/src/itest/java/org/elasticsearch/hadoop/integration/mr/AbstractMROldApiSearchTest.java b/mr/src/itest/java/org/elasticsearch/hadoop/integration/mr/AbstractMROldApiSearchTest.java index <HASH>..<HASH> 100644 --- a/mr/src/itest/java/org/elasticsearch/hadoop/integration/mr/AbstractMROldApiSearchTest.java +...
Remove random number from test due to sparse IDs
elastic_elasticsearch-hadoop
train
java
b5e18cce5114efd030f6fdc662d221fcaead382d
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -183,7 +183,7 @@ describe('gulp-symlink', function() { stream.end() }) - it('should symlink 2 sources to 2 different destinations', function(cb) { + it('should symlink 2 sources to 2 different destin...
Added test on function that should be called as much as there are sources
soyuka_gulp-sym
train
js
0e6c51ad752e12b932b262e864ca4fe2080fa3ff
diff --git a/lib/ooor/connection.rb b/lib/ooor/connection.rb index <HASH>..<HASH> 100644 --- a/lib/ooor/connection.rb +++ b/lib/ooor/connection.rb @@ -69,6 +69,10 @@ module Ooor define_openerp_model(model: openerp_model, scope_prefix: @config[:scope_prefix]) end + def[](model_key) + const_get(mode...
added new handly [] method on an OOOR connection to get the object with OpenERP model key
akretion_ooor
train
rb
125b380a4da18e172b8524e8a64ea19f1cc9d914
diff --git a/actionpack/lib/action_controller/metal/redirecting.rb b/actionpack/lib/action_controller/metal/redirecting.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/metal/redirecting.rb +++ b/actionpack/lib/action_controller/metal/redirecting.rb @@ -63,10 +63,12 @@ module ActionController ...
Fix build broken on <I>: can't use keyword arguments like this here
rails_rails
train
rb
aa8f7c560bdf50d243dcc35d430b9b1fec2096d2
diff --git a/lib/PathFinder.php b/lib/PathFinder.php index <HASH>..<HASH> 100644 --- a/lib/PathFinder.php +++ b/lib/PathFinder.php @@ -174,6 +174,7 @@ class PathFinder extends AbstractController } $this->base_location=$this->addLocation(array( + 'addons'=>'vendor', 'php'=>'li...
search for addons in vendor dir automaticaly
atk4_atk4
train
php
4ae42a90dbe5c1ab3708bc54c30a9675025b00db
diff --git a/spec/acts-as-messageable_spec.rb b/spec/acts-as-messageable_spec.rb index <HASH>..<HASH> 100644 --- a/spec/acts-as-messageable_spec.rb +++ b/spec/acts-as-messageable_spec.rb @@ -71,11 +71,18 @@ describe "ActsAsMessageable" do @alice.sent_messages.are_to(@bob).count.should == 1 end - it "al...
Add specs for order [#<I>]
LTe_acts-as-messageable
train
rb
e1c0133ed6c2ed08e3a9abb751e98db3b22dce08
diff --git a/android/app/src/main/java/com/reactnativenavigation/views/SideMenu.java b/android/app/src/main/java/com/reactnativenavigation/views/SideMenu.java index <HASH>..<HASH> 100644 --- a/android/app/src/main/java/com/reactnativenavigation/views/SideMenu.java +++ b/android/app/src/main/java/com/reactnativenavigati...
Side Drawer Problem Resolved for Android (#<I>) While working I got a situation in which I wanted to open the side drawer on a button click. But I was not able to that. So I made some changes and now I am able to achieve the required functionality.
wix_react-native-navigation
train
java
094be0ad8ed802126682982ac05cb44e9c101aa8
diff --git a/cmd/converger/main_test.go b/cmd/converger/main_test.go index <HASH>..<HASH> 100644 --- a/cmd/converger/main_test.go +++ b/cmd/converger/main_test.go @@ -98,7 +98,7 @@ var _ = Describe("Converger", func() { err := bbs.DesireTask(logger, task) Ω(err).ShouldNot(HaveOccurred()) - err = bbs.StartTask(...
discard StartTask changed value in test
cloudfoundry_converger
train
go
405bc45cf6899d9320d2156ee188896cea918159
diff --git a/lib/datalib.php b/lib/datalib.php index <HASH>..<HASH> 100644 --- a/lib/datalib.php +++ b/lib/datalib.php @@ -77,7 +77,7 @@ function get_admins() { $context = get_context_instance(CONTEXT_SYSTEM, SITEID); - return get_users_by_capability($context, 'moodle/legacy:admin', 'distinct u.*, ra.id...
No need to specify DISTINCT because u.* guaranties distinct by id.
moodle_moodle
train
php
4a0cf6ddf376cddef79392eb28d9bfad790ca3b6
diff --git a/structr-ui/src/main/resources/structr/js/entities.js b/structr-ui/src/main/resources/structr/js/entities.js index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/resources/structr/js/entities.js +++ b/structr-ui/src/main/resources/structr/js/entities.js @@ -336,10 +336,10 @@ var _Entities = { flowSel...
Changes flow selector in repeaters to use effectiveName instead of name.
structr_structr
train
js
db7b052c329faefb0268aba1c10da2e824769b66
diff --git a/lib/bq-translator.js b/lib/bq-translator.js index <HASH>..<HASH> 100644 --- a/lib/bq-translator.js +++ b/lib/bq-translator.js @@ -333,8 +333,7 @@ BooleanQueryTranslator.prototype = { if (is_range) { var expressions = []; if (min.length == 0 && max.length == 0) { - // TODO: report ...
bq: throw exception for no min and max range
groonga_gcs
train
js,js
d1b098b551b3a3b879d1eea69da61bb8c77775a5
diff --git a/netpyne/batch/batch.py b/netpyne/batch/batch.py index <HASH>..<HASH> 100644 --- a/netpyne/batch/batch.py +++ b/netpyne/batch/batch.py @@ -16,7 +16,7 @@ from netpyne import specs from .utils import bashTemplate from random import Random from time import sleep, time -from itertools import izip, product +f...
replaced izip with zip in batch python3 version
Neurosim-lab_netpyne
train
py
050c668eaceb063e2c22404aa0e97abf2abd5934
diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index <HASH>..<HASH> 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -34,7 +34,8 @@ from .errors import * from .view import quoted_word __all__ = [ 'Command', 'Group', 'GroupMixin', 'command', 'group', - ...
[commands] Add bot decorators into __all__.
Rapptz_discord.py
train
py
66599df41356948b336f66f6a16cde33570abdf2
diff --git a/jawa/constants.py b/jawa/constants.py index <HASH>..<HASH> 100644 --- a/jawa/constants.py +++ b/jawa/constants.py @@ -50,7 +50,7 @@ class ConstantNumber(Constant): self.value = value def __repr__(self): - return '{0}(value={0!r})'.format(self.__class__.__name__, self.value) + ...
Off-by-one on ConstantNumber __repr__
TkTech_Jawa
train
py
04a969835eb06efbb0895a202d7c8d0c3b6c0780
diff --git a/namesys/dns.go b/namesys/dns.go index <HASH>..<HASH> 100644 --- a/namesys/dns.go +++ b/namesys/dns.go @@ -52,10 +52,10 @@ func parseEntry(txt string) (path.Path, error) { } func tryParseDnsLink(txt string) (path.Path, error) { - parts := strings.Split(txt, "=") - if len(parts) == 1 || parts[0] != "dnsl...
namesys/dns: Use SplitN to find dnslink references RFC <I> requires printable ASCII except '=' for the key [1], but allows any character including '=' in the value [2]. This patch adjusts our parsing to avoid splitting on '=' in the value, and then ignoring anything after that split. [1]: <URL>
ipfs_go-ipfs
train
go
490d3bcee93a7590aa45a892928f957766f04015
diff --git a/build/build.py b/build/build.py index <HASH>..<HASH> 100755 --- a/build/build.py +++ b/build/build.py @@ -1109,6 +1109,10 @@ else: usePromiscuousSsl = 1 elif arg == '--promiscuous-ssl=off': usePromiscuousSsl = 0 + elif arg == '--no-self-update': + pass + elif arg == '--local':...
Restored some obsolete build-script args as noops
validator_validator
train
py
95af95085d5aa8992468caff8862dc855157c6fc
diff --git a/lib/assets/Base.js b/lib/assets/Base.js index <HASH>..<HASH> 100644 --- a/lib/assets/Base.js +++ b/lib/assets/Base.js @@ -56,7 +56,7 @@ Base.prototype = { }, toString: function () { - return "[" + this.type + "/" + this.id + "]"; + return "[" + this.type + "/" + this.id + (this.ur...
assets.Base.toString(): Include the url if available.
assetgraph_assetgraph
train
js
88d10ff27b28396f874408d56772554ad767d021
diff --git a/cell.go b/cell.go index <HASH>..<HASH> 100644 --- a/cell.go +++ b/cell.go @@ -60,7 +60,7 @@ func (f *File) SetCellValue(sheet, axis string, value interface{}) { case []byte: f.SetCellStr(sheet, axis, string(t)) case time.Time: - f.SetCellDefault(sheet, axis, strconv.FormatFloat(float64(timeToExcelT...
Fix round-off error in representation of date and time values
360EntSecGroup-Skylar_excelize
train
go
abf6f135ec404e9501f96d217a14b8d38ed6a206
diff --git a/fastlane_core/lib/fastlane_core/version.rb b/fastlane_core/lib/fastlane_core/version.rb index <HASH>..<HASH> 100644 --- a/fastlane_core/lib/fastlane_core/version.rb +++ b/fastlane_core/lib/fastlane_core/version.rb @@ -1,3 +1,3 @@ module FastlaneCore - VERSION = "0.55.0".freeze + VERSION = "0.55.1".freez...
fastlane_core version bump (#<I>)
fastlane_fastlane
train
rb
549e02cb58abd0936563828cf13a7a9150bd9b89
diff --git a/bqplot/traits.py b/bqplot/traits.py index <HASH>..<HASH> 100644 --- a/bqplot/traits.py +++ b/bqplot/traits.py @@ -131,10 +131,13 @@ def array_from_json(value, obj=None): else: return np.array(value) elif 'value' in value: - # this should not work - ...
fix array deserialization for some versions of python/numpy
bloomberg_bqplot
train
py
24b76f8fbb1b1247d0ef399da13fee4d3a3a42fd
diff --git a/main.js b/main.js index <HASH>..<HASH> 100644 --- a/main.js +++ b/main.js @@ -39,8 +39,13 @@ function AddNotifier(notifier){ //Adds a detector and binds it to the environment function AddDetector(detector){ motionDetectors.push(detector); - environment.BindDetector(detector); - detector.StartMonitor...
fixed bug when trying to add detector without an environment
tcardoso2_vermon
train
js
84ae769b6445cb3e6fa63ed19205f7f2318e0403
diff --git a/lib/httpi/adapter/excon.rb b/lib/httpi/adapter/excon.rb index <HASH>..<HASH> 100644 --- a/lib/httpi/adapter/excon.rb +++ b/lib/httpi/adapter/excon.rb @@ -41,6 +41,7 @@ module HTTPI opts = { :host => url.host, + :hostname => url.hostname, :path => url.path, ...
Set both :host, and :hostname options on excon connection to avoid warning. ``` [excon][WARNING] hostname is missing! For IPv6 support, provide both host and hostname: Excon::Connection#new(:host => uri.host, :hostname => uri.hostname, ...). ```
savonrb_httpi
train
rb,rb
296cc5327782a03b4df4c68b17d9b33d216f8e93
diff --git a/actiontext/lib/action_text/engine.rb b/actiontext/lib/action_text/engine.rb index <HASH>..<HASH> 100644 --- a/actiontext/lib/action_text/engine.rb +++ b/actiontext/lib/action_text/engine.rb @@ -29,6 +29,10 @@ module ActionText def attachable_plain_text_representation(caption = nil) "[#{...
Fix ActiveStorage::Blob → ActionText::TrixAttachment conversion A regression introduced in <I>e<I>a5c<I>c<I>df9a1c4fe<I>f<I>b<I>e6 caused blobs to appear as HTML content attachments instead of file / image attachments when editing rich text content. This change restores the original intended behavior. References: <UR...
rails_rails
train
rb,rb
0106dd13d1cbbfbcf377a9d62d40d52f4fbaaff3
diff --git a/siphon/cdmr/ncstream.py b/siphon/cdmr/ncstream.py index <HASH>..<HASH> 100644 --- a/siphon/cdmr/ncstream.py +++ b/siphon/cdmr/ncstream.py @@ -30,20 +30,25 @@ def read_ncstream_messages(fobj): break if magic == MAGIC_HEADER: + log.debug('Header chunk') message...
Add debug logging for ncstream.
Unidata_siphon
train
py
189226634d3e646217381af18e653c15963014e7
diff --git a/test/TestServer/PerfTestFramework.js b/test/TestServer/PerfTestFramework.js index <HASH>..<HASH> 100644 --- a/test/TestServer/PerfTestFramework.js +++ b/test/TestServer/PerfTestFramework.js @@ -98,6 +98,9 @@ PerfTestFramework.prototype.startTests = function(platform, tests) { var toComplete; var se...
Don't add platform to running tests every time we start an individual test
thaliproject_Thali_CordovaPlugin
train
js
e670756f254a9f4eeb2907d2744a29f1a7285e6c
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -7,9 +7,9 @@ exports.properties = { storeContextKey: true, render: { static (target, node) { - var val = target.compute() - if (val === true) { - val = target.cParent().key + if (...
fix for rendering static vs state
vigour-io_brisky-class
train
js
9d49a51e7f881f21a82dcba98dee95f827d427cf
diff --git a/.scripts/version-to-source.js b/.scripts/version-to-source.js index <HASH>..<HASH> 100755 --- a/.scripts/version-to-source.js +++ b/.scripts/version-to-source.js @@ -1,16 +1,20 @@ #!/usr/bin/env node -const fs = require('fs') -const path = require('path') -const version = require(path.resolve('package.j...
Wrap code in function with 'use strict' for older versions of node.
trusktr_infamous
train
js
fe8373bcd25ad474398ef799e3a0dc0d3685e3d3
diff --git a/message/index.php b/message/index.php index <HASH>..<HASH> 100644 --- a/message/index.php +++ b/message/index.php @@ -198,6 +198,11 @@ if (!empty($user2)) { } $countunreadtotal = message_count_unread_messages($user1); +if ($countunreadtotal==0 && $usergroup==VIEW_UNREAD_MESSAGES && empty($user2)) { + ...
message MDL-<I> made message search appear by default
moodle_moodle
train
php
aad6560860d39fd9142c2f87db717ba306d2a85e
diff --git a/lib/_wpilib/core.py b/lib/_wpilib/core.py index <HASH>..<HASH> 100644 --- a/lib/_wpilib/core.py +++ b/lib/_wpilib/core.py @@ -273,17 +273,19 @@ class CANJaguar(SpeedController): return self.reverse_ok def GetPosition(self): - if self.control_mode != kPosition: - ...
Changed GetSpeed and GetPosition to raise an error when the references aren't set, but work fine even if we are not in the corresponding control mode
robotpy_pyfrc
train
py
f1b372ef74a32c499970a127e163fe5c7f853f08
diff --git a/src/App.php b/src/App.php index <HASH>..<HASH> 100644 --- a/src/App.php +++ b/src/App.php @@ -16,7 +16,7 @@ class App // @var array|false Location where to load JS/CSS files public $cdn = [ - 'atk' => 'https://cdn.rawgit.com/atk4/ui/1.5.7/public', + 'atk' ...
Updated CDN and $version in App.php to <I>
atk4_ui
train
php
7bb5ef187d45cc57ea9577b1d43ba334a0ea14e8
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -35,7 +35,7 @@ return [ 'author' => 'Open Assessment Technologies, CRP Henri Tudor', 'requires' => [ 'tao' => '>=27.0.0', - 'generis' => '>=5.9.0' + 'generis' => '>=12.15.0' ...
dependency generis <I>. Removed some assertTrue from risky tests.
oat-sa_extension-tao-funcacl
train
php
50515c2ebc333917ae42b3cb3151d6c9f7d6c719
diff --git a/massautocomplete.js b/massautocomplete.js index <HASH>..<HASH> 100644 --- a/massautocomplete.js +++ b/massautocomplete.js @@ -39,6 +39,7 @@ angular.module('MassAutoComplete', []) var bound_events = {}; bound_events[EVENTS.BLUR] = null; bound_events[EVENTS.KEYDOWN] = null; + bound_...
unbind only ac handler on resize on detach
hakib_MassAutocomplete
train
js
8e4575eb21c00ef194fb1297b4af046581e18349
diff --git a/executor/infoschema_reader.go b/executor/infoschema_reader.go index <HASH>..<HASH> 100644 --- a/executor/infoschema_reader.go +++ b/executor/infoschema_reader.go @@ -271,7 +271,7 @@ func (c *statsCache) get(ctx sessionctx.Context) (map[int64]uint64, map[tableHis } func getAutoIncrementID(ctx sessionctx...
executor: 'select * from information_schema.tables' fail after setting @@tidb_snapshot (#<I>)
pingcap_tidb
train
go
0cf7f0ad4766cf449c5f9f602f8f623a7f223f93
diff --git a/babelapi/babel/tower.py b/babelapi/babel/tower.py index <HASH>..<HASH> 100644 --- a/babelapi/babel/tower.py +++ b/babelapi/babel/tower.py @@ -136,7 +136,7 @@ class TowerOfBabel(object): # Remove namespaces that don't define data types or routes. These are # either entirely empty, or onl...
PY<I> compat fix: Mutating dict during iteration. Test Plan: Repro-ed and tested with Java v2 SDK. Reviewed By: kannan
dropbox_stone
train
py
ddb598a6d71de2fe0c9d9785917a70d045cb194b
diff --git a/influxdb/client.py b/influxdb/client.py index <HASH>..<HASH> 100644 --- a/influxdb/client.py +++ b/influxdb/client.py @@ -504,7 +504,7 @@ class InfluxDBClient(object): self.request( url=url, method='DELETE', - status_code=204 + status_code=200 ...
delete_cluster_admin should expect <I>, fixed #<I>
influxdata_influxdb-python
train
py,py
43c2413631860d92e64433c2ad63794642742b95
diff --git a/Mail/Helper.php b/Mail/Helper.php index <HASH>..<HASH> 100644 --- a/Mail/Helper.php +++ b/Mail/Helper.php @@ -101,7 +101,7 @@ class Helper implements HelperInterface $this->logger->info(sprintf( 'Try register mail from L91 FormBundle: ' . PHP_EOL . - ' From: ' . $fromMa...
Fix sending emails using the 'name <email>' format Trying to set the 'From' address as 'name <email>' currently fails because the logging can't handle array-variables. This patch serializes the $fromMail variable for the logger which fixes the issue. Fixes #<I>
sulu_SuluFormBundle
train
php