hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
84749736a81ea768e30aaa312d729c165dc1017d
diff --git a/public/js/gogs.js b/public/js/gogs.js index <HASH>..<HASH> 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -1042,7 +1042,9 @@ $(window).load(function () { if ($('#repo-clone-url').length > 0) { switch (localStorage.getItem('repo-clone-protocol')) { case 'ssh': - ...
Select HTTPS if remembered clone protocol is SSH but SSH is disabled now
gogs_gogs
train
07ce8c39f0dc507e820cc61a3fcf97eb128ca455
diff --git a/pycbc/filter/resample.py b/pycbc/filter/resample.py index <HASH>..<HASH> 100644 --- a/pycbc/filter/resample.py +++ b/pycbc/filter/resample.py @@ -161,13 +161,15 @@ def lfilter(coefficients, timeseries): # If there aren't many points just use the default scipy method if len(timeseries) < 2**7: +...
add some comments to the fir_zero_filter helper, and remove the redundant corruption zeroing
gwastro_pycbc
train
2d2d5a73d5c137d7b3cedecdc3ec6d68496f81f7
diff --git a/src/Reporter/Terminal.php b/src/Reporter/Terminal.php index <HASH>..<HASH> 100644 --- a/src/Reporter/Terminal.php +++ b/src/Reporter/Terminal.php @@ -275,7 +275,7 @@ EOD; case "errored": $backtrace = Debugger::backtrace(['trace' => $log->exception()]); $trace ...
Display full file path when reporting exceptions.
kahlan_kahlan
train
a38043352018daf20d387f36f65c21ad15a078a5
diff --git a/src/qinfer/distributions.py b/src/qinfer/distributions.py index <HASH>..<HASH> 100644 --- a/src/qinfer/distributions.py +++ b/src/qinfer/distributions.py @@ -263,11 +263,19 @@ class SlantedNormalDistribution(Distribution): return self._ranges[:, 0] +self._weight*z+np.random.rand(n)*self._ranges[:,...
Added docstring to LogNormalDistribution, and included default parameters of mu=0, sigma=1.
QInfer_python-qinfer
train
1ee0dad666c6443907ef075cdba31f0f30bfa4a2
diff --git a/Kwc/Basic/Text/Admin.php b/Kwc/Basic/Text/Admin.php index <HASH>..<HASH> 100644 --- a/Kwc/Basic/Text/Admin.php +++ b/Kwc/Basic/Text/Admin.php @@ -11,16 +11,31 @@ class Kwc_Basic_Text_Admin extends Kwc_Admin return; } - $idMap = array(); + $row = $source->getComponent()...
Fix duplicating text component when child components exist that are not referenced in text fixes component-deep-copy with PoiTools_Kwc_LinkTag_AbstractModel_Admin when target is in a text component where the link is not referenced in content. Problem is that Kwc_Basic_Text_Row during duplicate in _beforeSave cleans u...
koala-framework_koala-framework
train
ebec8b6b14951961e43ab274496125c37ce67a55
diff --git a/src/shuffle.js b/src/shuffle.js index <HASH>..<HASH> 100644 --- a/src/shuffle.js +++ b/src/shuffle.js @@ -663,6 +663,12 @@ Shuffle.prototype = { // queue here with styles from the shrink method self._processStyleQueue(); + // A call to layout happened, but none of the newly filtered items wi...
Fix bug with callback. where the `layout` and `filtered` weren't called because none of the newly filtered items would change position.
Vestride_Shuffle
train
825668e1264588e08deea23ceb9dbb307d914a4e
diff --git a/src/main/java/net/openhft/chronicle/map/NodeDiscovery.java b/src/main/java/net/openhft/chronicle/map/NodeDiscovery.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/openhft/chronicle/map/NodeDiscovery.java +++ b/src/main/java/net/openhft/chronicle/map/NodeDiscovery.java @@ -1139,7 +1139,13 @@ class ...
HCOLL-<I> attempting to bias to use IPV4 addresses
OpenHFT_Chronicle-Map
train
805e005024c05e040936c2c70844f70d4c082dbb
diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/XmlHttpTest.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/XmlHttpTest.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/hsac/fitnesse/fixture/slim/XmlHttpTest.java +++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/XmlHttpTest.java @@ -20,24 +20,27 @@ p...
Make XML formatting for requests behave that same as for responses
fhoeben_hsac-fitnesse-fixtures
train
bc102432c4de87ede753b026059c1ac841302fa6
diff --git a/glymur/lib/openjp2.py b/glymur/lib/openjp2.py index <HASH>..<HASH> 100644 --- a/glymur/lib/openjp2.py +++ b/glymur/lib/openjp2.py @@ -1341,7 +1341,7 @@ def stream_destroy(stream): OPENJP2.opj_stream_destroy(stream) -def write_tile(codec, tile_index, data, data_size, stream): +def write_tile(codec,...
Update openjp2.write_tile signature The data_size parameter could be (and should be) optional. It can be inferred from the data parameter itself. Resolve issue #<I>
quintusdias_glymur
train
978d1c4d8e928717a72c6c95bc5114882070799f
diff --git a/egg/_gui.py b/egg/_gui.py index <HASH>..<HASH> 100644 --- a/egg/_gui.py +++ b/egg/_gui.py @@ -3476,6 +3476,13 @@ class DataboxPlot(_d.databox, GridLayout): """ return + def before_save_file(self): + """ + Called at the start of save_file(). You can overload this to inse...
before_save_file(); passes linux
Spinmob_spinmob
train
3b403cbf524b48abaec26ef643a8fb659be8e883
diff --git a/xdis/bin/pydisasm.py b/xdis/bin/pydisasm.py index <HASH>..<HASH> 100644 --- a/xdis/bin/pydisasm.py +++ b/xdis/bin/pydisasm.py @@ -1,5 +1,5 @@ # Mode: -*- python -*- -# Copyright (c) 2015-2020 by Rocky Bernstein <rb@dustyfeet.com> +# Copyright (c) 2015-2021 by Rocky Bernstein <rb@dustyfeet.com> # # Note:...
pydisasm: note we support <I>
rocky_python-xdis
train
e901a0f3db09945c8b1e6efa787691c1f4a78d6d
diff --git a/libraries/mako/mako/image/adapter.php b/libraries/mako/mako/image/adapter.php index <HASH>..<HASH> 100644 --- a/libraries/mako/mako/image/adapter.php +++ b/libraries/mako/mako/image/adapter.php @@ -44,6 +44,8 @@ namespace mako\image abstract public function greyscale(); + //abstract public function...
Added abstract colorize method to adapter class
mako-framework_framework
train
5f3b3798a40925b8025807f9d8174a21e0a6531a
diff --git a/mackup.py b/mackup.py index <HASH>..<HASH> 100755 --- a/mackup.py +++ b/mackup.py @@ -310,6 +310,8 @@ SUPPORTED_APPS = { 'Spark': [APP_SUPPORT + 'Spark'], + 'Spectacle': [PREFERENCES + 'com.divisiblebyzero.Spectacle.plist'], + 'Spotify' : [PREFERENCES + 'com.spotify.client.plist'], ...
Add support for Spectacle
lra_mackup
train
63f4c4b0ea69dddd15de664714429e03b46b68df
diff --git a/normandy/recipes/models.py b/normandy/recipes/models.py index <HASH>..<HASH> 100644 --- a/normandy/recipes/models.py +++ b/normandy/recipes/models.py @@ -450,6 +450,7 @@ class RecipeRevision(DirtyFieldsMixin, models.Model): self.recipe.update_signature() self.recipe.save() + @transac...
Make sure DB changes are rolledback if RS error happens As suggested by @peterbe
mozilla_normandy
train
31d1f41f47b00b8f377887cfd54ae58ae705823a
diff --git a/thinc/neural/_classes/embed.py b/thinc/neural/_classes/embed.py index <HASH>..<HASH> 100644 --- a/thinc/neural/_classes/embed.py +++ b/thinc/neural/_classes/embed.py @@ -27,7 +27,6 @@ def _uniform_init(lo, hi): def LSUVinit(model, X, y=None): if model.vectors is not None and model.W is not None: - ...
Import LSUV fix for embed.
explosion_thinc
train
8a725e9c032fc26a4f73bfae065e251d644df4ac
diff --git a/item.go b/item.go index <HASH>..<HASH> 100644 --- a/item.go +++ b/item.go @@ -72,6 +72,10 @@ func (item *Item) Read(p []byte) (int, error) { return n, nil } +func (item *Item) At(i int) byte { + return item.bytes[i] +} + func (item *Item) Bytes() []byte { return item.bytes[0:item.length] }
allow a specific byte to be accessed by position
karlseguin_bytepool
train
6a344a55dfa9d14d3cdf38dbdf82edf287bf85bd
diff --git a/stripy-src/stripy/spherical.py b/stripy-src/stripy/spherical.py index <HASH>..<HASH> 100755 --- a/stripy-src/stripy/spherical.py +++ b/stripy-src/stripy/spherical.py @@ -1033,8 +1033,8 @@ class sTriangulation(object): def centroid_refine_triangulation_by_triangles(self, triangles): """ - ...
Correct the docstrings for the centroid_refine_triangulation_by_triangles and centroid_refine_triangulation_by_vertices methods.
underworldcode_stripy
train
f606ee4f002c801076235875becd9f3cd01339bf
diff --git a/aversion.py b/aversion.py index <HASH>..<HASH> 100644 --- a/aversion.py +++ b/aversion.py @@ -379,6 +379,7 @@ class AVersion(object): """ # Process the configuration + self.overwrite_headers = True self.version_app = None self.versions = {} self.aliases...
Allow for header overwriting to be disabled Provide an "overwrite_headers" configuration key to control whether or not the HTTP headers "Content-Type" and "Accept" will be overwritten with the selected content type. The configuration value defaults to "true".
klmitch_aversion
train
423ed658d7fa027c7740b698cdaa90a2407c442a
diff --git a/WordPress/Sniff.php b/WordPress/Sniff.php index <HASH>..<HASH> 100644 --- a/WordPress/Sniff.php +++ b/WordPress/Sniff.php @@ -741,6 +741,7 @@ abstract class Sniff implements PHPCS_Sniff { 'table_prefix' => true, 'tabs' => true, 'tag' ...
Add tag_ID to the list of global variables And restore the alphabetical order in the list of valid variable names.
WordPress-Coding-Standards_WordPress-Coding-Standards
train
55f79d25a9580dc7841f789fbc53e937b19b1cc1
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v.13.0-rc.1 +============= + +* Switched `kbox status` on `linux` to use PID file existence instead of `service` wrapper. [#1539](https://github.com/kalabox/kalabox/issues/1539) + v.13.0-beta.4 ...
#<I>: Switch linux kbox status to read PID and SOCKET files (#<I>) * #<I>: Switch linux kbox status to read PID and SOCKET files * #<I>: Update bump and changelog
kalabox_kalabox
train
4a54f0ee43b1ed65f2035d0979c1108c86efe7db
diff --git a/testing/__init__.py b/testing/__init__.py index <HASH>..<HASH> 100644 --- a/testing/__init__.py +++ b/testing/__init__.py @@ -1,7 +1,15 @@ import os import glob +import sys + # Hack to get setup tools to correctly include all python files __all__ = [module.split('.')[0] for module in glob.glob('*....
Updated tests to correctly import datawrap when called individually
OpenGov_python_data_wrap
train
72b204dfe659241a8270378247c8baa30dad9e0b
diff --git a/gns3server/modules/iou/__init__.py b/gns3server/modules/iou/__init__.py index <HASH>..<HASH> 100644 --- a/gns3server/modules/iou/__init__.py +++ b/gns3server/modules/iou/__init__.py @@ -580,6 +580,7 @@ class IOU(IModule): ignore_ports=self._allocated_udp_ports) ...
Use SIGBREAK to stop VPCS on Windows.
GNS3_gns3-server
train
3e372a34189860e438e043a6b72d7cfd650f61d2
diff --git a/src/View.js b/src/View.js index <HASH>..<HASH> 100644 --- a/src/View.js +++ b/src/View.js @@ -94,6 +94,7 @@ var View = createClass( this.cachedRegions = null; this.pendingRefresh = false; this.subviewsArgs = null; + this._isRunning = false; this.initEvents(); @@ -225,6 +226,7 @@ var View =...
fix(View): prevent refreshing not yet initialized binder
karfcz_kff
train
c8c7aa3199ca74e078a96c1991176054028a8be5
diff --git a/lib/orbacle/indexer.rb b/lib/orbacle/indexer.rb index <HASH>..<HASH> 100644 --- a/lib/orbacle/indexer.rb +++ b/lib/orbacle/indexer.rb @@ -50,8 +50,8 @@ module Orbacle result.tree.metods.each do |m| @db.add_metod( name: m.name, - file: m.position.uri, - line: m.p...
Sometimes, meta-method, has no location
swistak35_orbacle
train
d84fea2788b4db1db1f416623baef5305623943e
diff --git a/nblr/src/main/java/jlibs/nblr/editor/NBLREditor.java b/nblr/src/main/java/jlibs/nblr/editor/NBLREditor.java index <HASH>..<HASH> 100644 --- a/nblr/src/main/java/jlibs/nblr/editor/NBLREditor.java +++ b/nblr/src/main/java/jlibs/nblr/editor/NBLREditor.java @@ -148,8 +148,10 @@ public class NBLREditor extends ...
- FIXED: unable to save without rules - few more matchers added
santhosh-tekuri_jlibs
train
2ce6b7b453ac32aa413b97cc11ef45fcdfa0c573
diff --git a/bitmap/bitmap.go b/bitmap/bitmap.go index <HASH>..<HASH> 100644 --- a/bitmap/bitmap.go +++ b/bitmap/bitmap.go @@ -7,11 +7,9 @@ import ( "math" "github.com/RoaringBitmap/roaring" - - "github.com/anacrolix/missinggo" ) -const MaxInt = math.MaxUint32 +const MaxInt = -1 // Bitmaps store the existen...
bitmap: Some consistency for <I>bit platforms
anacrolix_missinggo
train
0ae54d04b3d6e94d9de992b4e42bed143fb1d2cd
diff --git a/src/Container.php b/src/Container.php index <HASH>..<HASH> 100644 --- a/src/Container.php +++ b/src/Container.php @@ -25,6 +25,11 @@ class Container implements ContainerInterface protected $definitions = []; /** + * @var \League\Container\Definition\DefinitionInterface[] + */ + prote...
Fix: Store and fetch from shared definitions
thephpleague_container
train
8a5cec115fec3593ce49449cfbfd9430946e729e
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -34,6 +34,7 @@ utils.getIntegrity = (file, callback) => { utils.exec = (cmd, callback) => { childProcess.exec(cmd, (err, stdout, stderr) => { + if (err || stderr) console.warn(_redact(cmd), err, stdout...
:female_detective: more debug
holidayextras_deployment-helpers
train
1e522cfd0a4059ff771019663975696c1a731614
diff --git a/featuretests/storage_test.go b/featuretests/storage_test.go index <HASH>..<HASH> 100644 --- a/featuretests/storage_test.go +++ b/featuretests/storage_test.go @@ -250,7 +250,7 @@ func (s *cmdStorageSuite) TestListPoolsTabular(c *gc.C) { stdout, _, err := runPoolList(c) c.Assert(err, jc.ErrorIsNil) exp...
Update "Attrs" to "Attributes" in featuretests/storage_test.go as well
juju_juju
train
eae2c57206b8abb7bda4ccc96db48e8bb8912455
diff --git a/tcex/bin/validate.py b/tcex/bin/validate.py index <HASH>..<HASH> 100644 --- a/tcex/bin/validate.py +++ b/tcex/bin/validate.py @@ -56,11 +56,12 @@ class Validate(Bin): if 'pkg_resources' in sys.modules: # only set these if pkg_resource module is available - self.install_js...
+ updated path for schema file to fix validate command.
ThreatConnect-Inc_tcex
train
f2dca804c25d7e5a02b0dbc4c45da47b43d0a08a
diff --git a/hordak/models/core.py b/hordak/models/core.py index <HASH>..<HASH> 100644 --- a/hordak/models/core.py +++ b/hordak/models/core.py @@ -317,6 +317,9 @@ class Transaction(models.Model): objects = TransactionManager() + class Meta: + get_latest_by = 'date' + def balance(self): ...
Adding get_latest_by to Transaction model meta data
adamcharnock_django-hordak
train
b79e584f8177ead5d08b49e91de059aeef17b470
diff --git a/spec/unit/forge/repository_spec.rb b/spec/unit/forge/repository_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/forge/repository_spec.rb +++ b/spec/unit/forge/repository_spec.rb @@ -92,7 +92,7 @@ describe Puppet::Forge::Repository do http.expects(:request).with() do |request| puppet...
(#<I>) Fix Ruby version number format for Ruby <I>-p-1 The additional hyphen between "p" and the patch number is now handled.
puppetlabs_puppet
train
8b2b29f46015f708ae42478800242df6c2ae17d4
diff --git a/uportal-war/src/main/java/org/jasig/portal/RDBMServices.java b/uportal-war/src/main/java/org/jasig/portal/RDBMServices.java index <HASH>..<HASH> 100644 --- a/uportal-war/src/main/java/org/jasig/portal/RDBMServices.java +++ b/uportal-war/src/main/java/org/jasig/portal/RDBMServices.java @@ -216,14 +216,16 @@...
UP-<I> Don't attempt to release DB connection if not obtained
Jasig_uPortal
train
6b9da048a358d5238973d334ec68f05c29b44636
diff --git a/src/Helpers.php b/src/Helpers.php index <HASH>..<HASH> 100644 --- a/src/Helpers.php +++ b/src/Helpers.php @@ -116,7 +116,7 @@ if (!\function_exists('config')) { # Return config object return $app->getConfig(); - } elseif (is_null($value)) { + } elseif (\is_null($value)) { # Ret...
root namespace for a few method calls in Helpers
Celarius_spin-framework
train
51de8889f87f88b7bda9a3d43a355f16506335bc
diff --git a/src/components/tabs/Tabs.js b/src/components/tabs/Tabs.js index <HASH>..<HASH> 100644 --- a/src/components/tabs/Tabs.js +++ b/src/components/tabs/Tabs.js @@ -64,18 +64,7 @@ export default { this.tabClick(this.value) }, activeIndex () { - const activators = this.$slots.activators - - ...
Fix tabs issue #<I> (#<I>)
vuetifyjs_vuetify
train
762dd0b329986e39271a0b167502fce805c53af2
diff --git a/everest/missions/k2/k2.py b/everest/missions/k2/k2.py index <HASH>..<HASH> 100755 --- a/everest/missions/k2/k2.py +++ b/everest/missions/k2/k2.py @@ -89,7 +89,7 @@ def Breakpoints(EPIC, cadence = 'lc', **kwargs): 9: [], 10: [], 11: [], - ...
guess c<I> brkpt [skip ci]
rodluger_everest
train
c51a4151b2efa112768dfb19abe94978ddc88b71
diff --git a/EventListener/LeadSubscriber.php b/EventListener/LeadSubscriber.php index <HASH>..<HASH> 100644 --- a/EventListener/LeadSubscriber.php +++ b/EventListener/LeadSubscriber.php @@ -84,12 +84,13 @@ class LeadSubscriber extends CommonSubscriber $campaign = $this->context ? $this->context->getCa...
Persist memos from context events.
TheDMSGroup_mautic-contact-ledger
train
c83a74b5e9537cbc848196d64ed32c15605eb6aa
diff --git a/renga/models/dataset.py b/renga/models/dataset.py index <HASH>..<HASH> 100644 --- a/renga/models/dataset.py +++ b/renga/models/dataset.py @@ -20,6 +20,7 @@ import dateutil import json import os +import re import shutil import stat import uuid @@ -62,9 +63,16 @@ class Creator(object): """Represen...
datasets: add email check and streamline inits
SwissDataScienceCenter_renku-python
train
6f30979af6219da24c29d28ce35c58ce76886c4b
diff --git a/nidmresults/objects/contrast.py b/nidmresults/objects/contrast.py index <HASH>..<HASH> 100644 --- a/nidmresults/objects/contrast.py +++ b/nidmresults/objects/contrast.py @@ -259,13 +259,13 @@ SELECT DISTINCT * WHERE { sigma_sq_img = nib.load(self.sigma_sq_file) sigma_sq = sigma_sq...
expl_mean_sq_filename -> self.filename in ContrastExplainedMeanSquareMap
incf-nidash_nidmresults
train
ada67263b12ff0c65f1256e120f6d9f7f0277388
diff --git a/pkg/invoke/find.go b/pkg/invoke/find.go index <HASH>..<HASH> 100644 --- a/pkg/invoke/find.go +++ b/pkg/invoke/find.go @@ -18,6 +18,7 @@ import ( "fmt" "os" "path/filepath" + "strings" ) // FindInPath returns the full path of the plugin by searching in the provided path @@ -26,6 +27,10 @@ func Fin...
tighten up plugin-finding logic
containernetworking_cni
train
1ce90d255a5b1afc32773a245d1b4e5f8938b584
diff --git a/client/state/purchases/reducer.js b/client/state/purchases/reducer.js index <HASH>..<HASH> 100644 --- a/client/state/purchases/reducer.js +++ b/client/state/purchases/reducer.js @@ -61,20 +61,9 @@ function overwriteExistingPurchases( existingPurchases, newPurchases ) { * @return {array} An array of purch...
Simplify the reducer helper function `removeMissingPurchasesByPredicate` (#<I>)
Automattic_wp-calypso
train
f50720f2bb9886ec66b5416481e5be3f11a02869
diff --git a/services-directions/src/main/java/com/mapbox/api/directions/v5/models/BannerComponents.java b/services-directions/src/main/java/com/mapbox/api/directions/v5/models/BannerComponents.java index <HASH>..<HASH> 100644 --- a/services-directions/src/main/java/com/mapbox/api/directions/v5/models/BannerComponents....
Updated annotations (#<I>)
mapbox_mapbox-java
train
37d2575f6b11234a37d45695c05e4f95a6faefa2
diff --git a/core/src/main/java/hudson/model/UpdateCenter.java b/core/src/main/java/hudson/model/UpdateCenter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/UpdateCenter.java +++ b/core/src/main/java/hudson/model/UpdateCenter.java @@ -1544,7 +1544,7 @@ public class UpdateCenter extends AbstractM...
[JENKINS-<I>] Trying to make this error (missing maven-plugin) nonfatal during startup. May not suffice: a fatal error may simply be thrown later on.
jenkinsci_jenkins
train
04132e489d342bd6d52813608bdb8c455ca7b4a5
diff --git a/lib/rspotify/base.rb b/lib/rspotify/base.rb index <HASH>..<HASH> 100644 --- a/lib/rspotify/base.rb +++ b/lib/rspotify/base.rb @@ -140,8 +140,8 @@ module RSpotify # track.popularity #=> 62 # track.instance_variable_get("@popularity") #=> 62 def method_missing(method_name, ...
replacing instance_variables.include? by instance_variable_defined?
guilhermesad_rspotify
train
28cadd8414776fbc6b7d8c180c7bd3217c67d89f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -57,7 +57,7 @@ function toBufferSafe(obj, spec, typename, cb) { cb(null, buf); } -function newSpec(specFile) { +function readSpecSync(specFile) { var source = grammarParse(specFile); var spec = new Spec(); ...
Rename newSpec to readSpecSync To clarify that this is a blocking function because it calls into readFileSync.
uber-archive_thriftify
train
f6bd0b4ded041e655ac1af219ec7909d2c2e41ed
diff --git a/test/solo_cook_test.rb b/test/solo_cook_test.rb index <HASH>..<HASH> 100644 --- a/test/solo_cook_test.rb +++ b/test/solo_cook_test.rb @@ -42,7 +42,7 @@ class SoloCookTest < TestCase def test_does_not_run_librarian_if_no_cheffile in_kitchen do Librarian::Action::Install.any_instance.expects(:...
Unify librarian tests Test all via `SoloCook#run` and by inspecting `Librarian::Action::Install` invocations.
matschaffer_knife-solo
train
3a256f81e94137a6136e01d9095b6cde3cccc43a
diff --git a/definitions/npm/chai_v3.5.x/flow_v0.24.0-/chai_v3.5.x.js b/definitions/npm/chai_v3.5.x/flow_v0.24.0-/chai_v3.5.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/chai_v3.5.x/flow_v0.24.0-/chai_v3.5.x.js +++ b/definitions/npm/chai_v3.5.x/flow_v0.24.0-/chai_v3.5.x.js @@ -90,6 +90,14 @@ declare module "ch...
Support chai-as-promised plugin for chai_<I>.x (#<I>) * Support chai-as-promised plugin for chai_<I>.x * Update chai_<I>.x.js
flow-typed_flow-typed
train
15fefa06644a70036f3d06719d4e1319807640b1
diff --git a/lib/transports/websocket.js b/lib/transports/websocket.js index <HASH>..<HASH> 100644 --- a/lib/transports/websocket.js +++ b/lib/transports/websocket.js @@ -64,7 +64,7 @@ */ WS.prototype.send = function (data) { - this.websocket.send(io.parser.encodePacket(data)); + this.websocket.send(data...
Changed; Transport#send is now only concerned with strings.
tsjing_socket.io-client
train
976623649af02d7a4814d75c8cc9179adee0dee6
diff --git a/modin/data_management/query_compiler/pandas_query_compiler.py b/modin/data_management/query_compiler/pandas_query_compiler.py index <HASH>..<HASH> 100644 --- a/modin/data_management/query_compiler/pandas_query_compiler.py +++ b/modin/data_management/query_compiler/pandas_query_compiler.py @@ -1728,37 +1728...
Fixes mode to work with the new backend that filters out empty dataframes (#<I>) * fixed mode * fixes flake issues * formatting * Resolve comments * Lint
modin-project_modin
train
5c1c376b6c12a7989b5c7cdb91b52b707d499bbc
diff --git a/cflib/drivers/cfusb.py b/cflib/drivers/cfusb.py index <HASH>..<HASH> 100644 --- a/cflib/drivers/cfusb.py +++ b/cflib/drivers/cfusb.py @@ -56,7 +56,9 @@ def _find_devices(): logger.info('Looking for devices....') if os.name == 'nt': - backend = None + import usb.backend.libusb0 as ...
Fix Windows USB regression introduced in #<I>
bitcraze_crazyflie-lib-python
train
58e35f9f86c18a86a8df8e659f0f691d936ff513
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,4 +1,4 @@ from __future__ import unicode_literals -__version__ = '2020.11.0' -build = '1517 (ddbee9b)' +__version__ = '2020.11.1' +build = '1518 (c523363)' diff...
Stop treating zero time as a special case When reading Exif a time of <I>:<I>:<I> was treated as "no time" rather than midnight. Better to get the precision from Xmp and err on being too precise.
jim-easterbrook_Photini
train
785f632f1579f2aee8a82ad2c0a9ac86fcf7ca4a
diff --git a/airtest/core/api.py b/airtest/core/api.py index <HASH>..<HASH> 100644 --- a/airtest/core/api.py +++ b/airtest/core/api.py @@ -167,7 +167,7 @@ def clear_app(package): :param package: name of the package, see also `start_app` :return: None - :platforms: Android, iOS + :platforms: Android ...
fix doc (cherry picked from commit <I>ef<I>bbcf1f<I>d<I>f<I>ddcbefc<I>d1e7cb<I>)
AirtestProject_Airtest
train
6c7a69333b2b95aad7fa3163821b818a77ff3dcb
diff --git a/gen/ec2/ec2.go b/gen/ec2/ec2.go index <HASH>..<HASH> 100644 --- a/gen/ec2/ec2.go +++ b/gen/ec2/ec2.go @@ -2457,7 +2457,7 @@ type CreateNetworkACLEntryRequest struct { CIDRBlock aws.StringValue `ec2:"CidrBlock" xml:"cidrBlock"` DryRun aws.BooleanValue `ec2:"DryRun" xml:"dryRun"` Egress ...
Icmp -> ICMP
aws_aws-sdk-go
train
e903f7af404245d2180ebc21d0b57ba9a7418ffe
diff --git a/fedmsg_meta_fedora_infrastructure/bodhi.py b/fedmsg_meta_fedora_infrastructure/bodhi.py index <HASH>..<HASH> 100644 --- a/fedmsg_meta_fedora_infrastructure/bodhi.py +++ b/fedmsg_meta_fedora_infrastructure/bodhi.py @@ -61,7 +61,8 @@ class BodhiProcessor(BaseProcessor): __icon__ = ("https://admin.fedora...
Split that one into two different ones: for testing and stable.
fedora-infra_fedmsg_meta_fedora_infrastructure
train
0f7931572bb5273f71f26a4e92c34da599ec186b
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,9 @@ +* Add support for 'require-trusted-types-for' and 'trusted-types' headers. + + Fixes #42034 + + *lfalcao* + * Remove inline styles and addres...
Add support for require-trusted-types-for and trusted-types csp headers
rails_rails
train
683b1614817e3c5c3c80bbf52bbe9e59bf5525d6
diff --git a/bpf/lxcmap/lxcmap.go b/bpf/lxcmap/lxcmap.go index <HASH>..<HASH> 100644 --- a/bpf/lxcmap/lxcmap.go +++ b/bpf/lxcmap/lxcmap.go @@ -29,9 +29,7 @@ type LXCMap struct { const ( // MaxKeys represents the maximum number of keys in the LXCMap. - // TODO: bump this number to 0xffff - // Or at least make it de...
Bumped MaxKeys to be the same as EndpointsPerHost
cilium_cilium
train
9575899294a9590630718532ac31616c15eb3fe5
diff --git a/mod/quiz/report/overview/report.php b/mod/quiz/report/overview/report.php index <HASH>..<HASH> 100644 --- a/mod/quiz/report/overview/report.php +++ b/mod/quiz/report/overview/report.php @@ -132,13 +132,17 @@ class quiz_report extends quiz_default_report { groups_print_activity_menu($cm, $r...
MDL-<I> "moved form to the top of the page"
moodle_moodle
train
32be9986f4424b47784f010c6638e6a279c864d5
diff --git a/lib/graphql/deprecated_dsl.rb b/lib/graphql/deprecated_dsl.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/deprecated_dsl.rb +++ b/lib/graphql/deprecated_dsl.rb @@ -15,6 +15,8 @@ module GraphQL module DeprecatedDSL def self.activate GraphQL::Schema::Member.extend(Methods) + GraphQL::Sc...
Accept description: kwarg, better proxies for class-based definition
rmosolgo_graphql-ruby
train
f7ef9e871b34b919cddbd93b8c840c93d3f25743
diff --git a/src/com/google/javascript/jscomp/ReplaceMessages.java b/src/com/google/javascript/jscomp/ReplaceMessages.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/ReplaceMessages.java +++ b/src/com/google/javascript/jscomp/ReplaceMessages.java @@ -369,6 +369,7 @@ final class ReplaceMessages e...
Allow template literals with no substitutions in ReplaceMessages JsMessageVisitor already allows this, just need to recognize it in ReplaceMessages as well. ------------- Created by MOE: <URL>
google_closure-compiler
train
d66f39a2514743b16ed7e75c552dfa27545aa0eb
diff --git a/test/test_ttlser.py b/test/test_ttlser.py index <HASH>..<HASH> 100644 --- a/test/test_ttlser.py +++ b/test/test_ttlser.py @@ -17,8 +17,6 @@ class TestTtlser(unittest.TestCase): actualpath = 'test/actual.ttl' self.actualpath2 = 'test/actual2.ttl' - print(self.make_ser()) - ...
test ttlser cleanup of code and some minor reworking
tgbugs_pyontutils
train
cba8fe48e0b8ff1aa863e619329f3212f2751c54
diff --git a/common-core-open/src/main/java/com/bbn/bue/common/evaluation/BinaryFScoreBootstrapStrategy.java b/common-core-open/src/main/java/com/bbn/bue/common/evaluation/BinaryFScoreBootstrapStrategy.java index <HASH>..<HASH> 100644 --- a/common-core-open/src/main/java/com/bbn/bue/common/evaluation/BinaryFScoreBootst...
Make output for boostrap tables easier to read.
BBN-E_bue-common-open
train
c61cd16ce9d28d1e4d9cc4daa532041ce9093831
diff --git a/fermipy/castro.py b/fermipy/castro.py index <HASH>..<HASH> 100644 --- a/fermipy/castro.py +++ b/fermipy/castro.py @@ -1025,6 +1025,10 @@ class CastroData_Base(object): return norm_vals, nll_vals + def x_edges(self): + raise NotImplementedError() + + class CastroData(CastroData_Base)...
Fixes for making castro plots with newer versions of matplotlib
fermiPy_fermipy
train
0438f2a68f4e71305beec238f0b7da760506ad83
diff --git a/satpy/readers/mviri_l1b_fiduceo_nc.py b/satpy/readers/mviri_l1b_fiduceo_nc.py index <HASH>..<HASH> 100644 --- a/satpy/readers/mviri_l1b_fiduceo_nc.py +++ b/satpy/readers/mviri_l1b_fiduceo_nc.py @@ -368,12 +368,10 @@ class FiduceoMviriBase(BaseFileHandler): Reference: [PUG], equations (4.1) and (...
Refactor IR/WV coefficient fetching
pytroll_satpy
train
47e7059ed6dd84aeb91ae9c979a8d2941f99a6b0
diff --git a/tests/Ratchet/Tests/Component/Server/IOServerComponentTest.php b/tests/Ratchet/Tests/Component/Server/IOServerComponentTest.php index <HASH>..<HASH> 100644 --- a/tests/Ratchet/Tests/Component/Server/IOServerComponentTest.php +++ b/tests/Ratchet/Tests/Component/Server/IOServerComponentTest.php @@ -41,7 +41,...
Mock MessageComponent common access Updated class to match the WAMP component
ratchetphp_Ratchet
train
532488ac5cbdfdb90b0aa2e9a3aac6294da17225
diff --git a/internal/mainthread/mainthread.go b/internal/mainthread/mainthread.go index <HASH>..<HASH> 100644 --- a/internal/mainthread/mainthread.go +++ b/internal/mainthread/mainthread.go @@ -14,6 +14,14 @@ package mainthread +import ( + "runtime" +) + +func init() { + runtime.LockOSThread() +} + var funcs = m...
mainthread: RunLockOSThread is mainthread package's responsibility
hajimehoshi_ebiten
train
780472e11f19147eccb3d75876bcd97797f5e80a
diff --git a/src/Model/MediaInterface.php b/src/Model/MediaInterface.php index <HASH>..<HASH> 100644 --- a/src/Model/MediaInterface.php +++ b/src/Model/MediaInterface.php @@ -261,7 +261,7 @@ interface MediaInterface /** * Set cdn_flush_identifier. * - * @param bool $cdnFlushIdentifier + * @para...
Document actual type in docblock (#<I>) This will make SA tools happier.
sonata-project_SonataMediaBundle
train
988c7996d397a93ff38186b602c0f5be658b74f9
diff --git a/lib/capybara/session.rb b/lib/capybara/session.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/session.rb +++ b/lib/capybara/session.rb @@ -413,7 +413,7 @@ module Capybara # @overload within_frame(element) # @param [Capybara::Node::Element] frame element # @overload within_frame([kind =...
Fix typo "Symbol" was mis-typed as "Symobl". Now it's "Symbol" like it should be.
teamcapybara_capybara
train
d4c401b350dd84d3a25effd1aa251978545bbaea
diff --git a/agent/structs/config_entry_cluster_oss.go b/agent/structs/config_entry_cluster_oss.go index <HASH>..<HASH> 100644 --- a/agent/structs/config_entry_cluster_oss.go +++ b/agent/structs/config_entry_cluster_oss.go @@ -1,3 +1,5 @@ +// +build !consulent + package structs func (e *ClusterConfigEntry) validate...
missed build tag on this file (#<I>)
hashicorp_consul
train
c1593a9035cf8669394b59cb7a3746291cec1256
diff --git a/buffalo/cmd/new.go b/buffalo/cmd/new.go index <HASH>..<HASH> 100644 --- a/buffalo/cmd/new.go +++ b/buffalo/cmd/new.go @@ -87,8 +87,8 @@ func installDeps(pwd string, rootPath string) error { cmds := []*exec.Cmd{ exec.Command("go", "get", "-u", "-v", "github.com/Masterminds/glide"), - exec.Command("g...
trying to get this dep installer right
gobuffalo_buffalo
train
7b9a1a930cc2106377249357ee80a48331d554e1
diff --git a/liquibase-core/src/main/java/liquibase/database/jvm/JdbcConnection.java b/liquibase-core/src/main/java/liquibase/database/jvm/JdbcConnection.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/database/jvm/JdbcConnection.java +++ b/liquibase-core/src/main/java/liquibase/database/j...
Hide passwords from generated URLs DAT-<I>
liquibase_liquibase
train
6631624d0c9f8b8abc88a9fb367a5c404ce499fc
diff --git a/dropwizard-json-logging/src/test/java/io/dropwizard/logging/json/LayoutIntegrationTests.java b/dropwizard-json-logging/src/test/java/io/dropwizard/logging/json/LayoutIntegrationTests.java index <HASH>..<HASH> 100644 --- a/dropwizard-json-logging/src/test/java/io/dropwizard/logging/json/LayoutIntegrationTes...
Request Uri event should not contain params in tests (#<I>)
dropwizard_dropwizard
train
0a4c60d0a2467f4364a9cf0b8be7d977ec5f2ab1
diff --git a/spec/event_machine_helper_methods.rb b/spec/event_machine_helper_methods.rb index <HASH>..<HASH> 100644 --- a/spec/event_machine_helper_methods.rb +++ b/spec/event_machine_helper_methods.rb @@ -29,7 +29,7 @@ module EventMachineHelperMethods def wait_for_slanger opts = {} opts = { port: 8080 }.updat...
close socket in wait_for_slanger
stevegraham_slanger
train
9cb35296ef4c6c69ba9009014dfe1185e7e46a88
diff --git a/dist/js/modaal.js b/dist/js/modaal.js index <HASH>..<HASH> 100644 --- a/dist/js/modaal.js +++ b/dist/js/modaal.js @@ -1,5 +1,5 @@ /*! - Modaal - accessible modals - v0.2.7 + Modaal - accessible modals - v0.2.8 by Humaan, for all humans. http://humaan.com */ diff --git a/dist/js/modaal.min.js b/dist/...
Added missing dist build from previous version bump
humaan_Modaal
train
93e3ed69a9e28c2c6e067581c79648f961950ded
diff --git a/Storage/StorageManager.php b/Storage/StorageManager.php index <HASH>..<HASH> 100644 --- a/Storage/StorageManager.php +++ b/Storage/StorageManager.php @@ -225,7 +225,11 @@ class StorageManager { $ctx = hash_init($this->hashAlgo); while (!feof($handler)) { - hash_update($ctx...
bug(param-type): hash_update second param cannot be false
ems-project_EMSCommonBundle
train
1bb129d40b8abe8a55bb546ac1d6a91b83f114fa
diff --git a/src/Robo/Commands/Recipes/MultisiteCommand.php b/src/Robo/Commands/Recipes/MultisiteCommand.php index <HASH>..<HASH> 100644 --- a/src/Robo/Commands/Recipes/MultisiteCommand.php +++ b/src/Robo/Commands/Recipes/MultisiteCommand.php @@ -345,8 +345,8 @@ class MultisiteCommand extends BltTasks { 'root'...
Fix #<I>: Warning during multisite init if alias file is missing
acquia_blt
train
fc5bb1e249c293ecd5c018c23a0f83972b79bcde
diff --git a/tests/ui/test_dialogs.py b/tests/ui/test_dialogs.py index <HASH>..<HASH> 100644 --- a/tests/ui/test_dialogs.py +++ b/tests/ui/test_dialogs.py @@ -15,7 +15,6 @@ def with_response(response, starter, *k, **kw): def test_info(): with_response(1, info, 'hi') -@py.test.mark.xfail(reason='no idea how to a...
for some reason the filechooser test started to xpass, remove the xfail mark
sci-bots_pygtkhelpers
train
32aef9644134f375f67e5685c4ffd48ea40536e3
diff --git a/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php b/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php +++ b/src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php @@ -56,6 +56,...
[Routing] removed call to setDefaultAnnotationNamespace() so this can be configure on the injected reader
symfony_symfony
train
b89692579053fedfe39f557bb05a7f5b017e0a33
diff --git a/Source/Traversable.php b/Source/Traversable.php index <HASH>..<HASH> 100644 --- a/Source/Traversable.php +++ b/Source/Traversable.php @@ -138,6 +138,8 @@ class Traversable implements ITraversable, Interfaces\IOrderedTraversable, \Seri public function last() { + $value = null; + ...
Added missing variable declaration for Traversable::last
TimeToogo_Pinq
train
4a5de40e67708162f9f973c725bb99e4ff5efca8
diff --git a/fqdn/__init__.py b/fqdn/__init__.py index <HASH>..<HASH> 100644 --- a/fqdn/__init__.py +++ b/fqdn/__init__.py @@ -27,7 +27,7 @@ class FQDN: """ FQDN_REGEX = re.compile( - r"^((?!-)[-A-Z\d]{1,63}(?<!-)\.)+(?!-)[-A-Z\d]{1,63}(?<!-)\.?$", re.IGNORECASE + r"^((?!-)[-A-Z\d]{1,63}(?<!-)...
TLS must not be all numeric fixes #8
guyhughes_fqdn
train
254f1732c66aefd8a3885702eea8603d32cf1c0c
diff --git a/client/jetpack-connect/authorize.js b/client/jetpack-connect/authorize.js index <HASH>..<HASH> 100644 --- a/client/jetpack-connect/authorize.js +++ b/client/jetpack-connect/authorize.js @@ -228,7 +228,8 @@ export class JetpackAuthorize extends Component { this.shouldRedirectJetpackStart() || getRol...
Jetpack Backup plugin skip the plans page on auth (#<I>) Similar change to #<I> where we want to redirect back to wp-admin.
Automattic_wp-calypso
train
6c6f36ed73f52b955f14002320a26557a137620c
diff --git a/app/models/socializer/person/place.rb b/app/models/socializer/person/place.rb index <HASH>..<HASH> 100644 --- a/app/models/socializer/person/place.rb +++ b/app/models/socializer/person/place.rb @@ -34,8 +34,7 @@ module Socializer # # @return [ActiveRecord::Relation] def self.previous -...
where(current: false) appears to work again
socializer_socializer
train
1bdda8cb6e111903aa29d75dc2f33498f5df533a
diff --git a/test/test_datasets_video_utils.py b/test/test_datasets_video_utils.py index <HASH>..<HASH> 100644 --- a/test/test_datasets_video_utils.py +++ b/test/test_datasets_video_utils.py @@ -119,6 +119,16 @@ class Tester(unittest.TestCase): self.assertTrue(clips.equal(idxs)) self.assertTrue(idxs.f...
Add a warning if any clip can't be obtained from a video in VideoClips. (#<I>) * Add a warning if a clip can't be get from a video in VideoClips * Update torchvision/datasets/video_utils.py
pytorch_vision
train
512d5cd05875de7c1a0fa37345fc10cd8617a5f9
diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/src/main/java/com/microsoft/azure/spring/cloud/config/stores/ClientStore.java b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/src/main/java/com/microsoft/azure/spring/cloud/config/stores/ClientStore.java index <HASH>..<HASH> ...
delete app configuration ua header app id (#<I>)
Azure_azure-sdk-for-java
train
8664f54478051d6b7408647e62c0e0fec81766da
diff --git a/test/configCases/plugins/banner-plugin-hashing/index.js b/test/configCases/plugins/banner-plugin-hashing/index.js index <HASH>..<HASH> 100644 --- a/test/configCases/plugins/banner-plugin-hashing/index.js +++ b/test/configCases/plugins/banner-plugin-hashing/index.js @@ -20,10 +20,18 @@ it("should interpolat...
explicitly test for hash truncation
webpack_webpack
train
dd9fcbd9f1285231b1bd0377d56fe72fb504432c
diff --git a/planet/api/models.py b/planet/api/models.py index <HASH>..<HASH> 100644 --- a/planet/api/models.py +++ b/planet/api/models.py @@ -116,9 +116,10 @@ class Body(object): return (c for c in self.response.iter_content(chunk_size=chunk_size)) def last_modified(self): - '''Read the last-mod...
only parse last-modified when present
planetlabs_planet-client-python
train
e76b8ddad654b65e621175732059786ae714ebbf
diff --git a/wsutil/writer.go b/wsutil/writer.go index <HASH>..<HASH> 100644 --- a/wsutil/writer.go +++ b/wsutil/writer.go @@ -25,6 +25,13 @@ var ( ErrControlOverflow = fmt.Errorf("control frame payload overflow") ) +// Constants which are represent frame length ranges. +const ( + len7 = int64(125) // 126 and 127...
wsutil: fix int overflow for <I>bit arch
gobwas_ws
train
9f154bebe7e80039ac299f7e049eca247cf7a1dc
diff --git a/src/kit/model/FlowContentComponent.js b/src/kit/model/FlowContentComponent.js index <HASH>..<HASH> 100644 --- a/src/kit/model/FlowContentComponent.js +++ b/src/kit/model/FlowContentComponent.js @@ -80,8 +80,7 @@ export default class FlowContentComponent extends ContainerEditorNew { let props = super._...
FlowModelComponent passes through placeholder.
substance_texture
train
f5281fe0b8b66c1cd90dc8a818f6602132941a30
diff --git a/examples/official-storybook/stories/addon-info.stories.js b/examples/official-storybook/stories/addon-info.stories.js index <HASH>..<HASH> 100644 --- a/examples/official-storybook/stories/addon-info.stories.js +++ b/examples/official-storybook/stories/addon-info.stories.js @@ -320,7 +320,7 @@ storiesOf('Ad...
Fix some issues with tab content when changing between stories in different sections
storybooks_storybook
train
ca4099284d6f19b44d543d0db9640b567c934765
diff --git a/assets/app/scripts/filters/date.js b/assets/app/scripts/filters/date.js index <HASH>..<HASH> 100644 --- a/assets/app/scripts/filters/date.js +++ b/assets/app/scripts/filters/date.js @@ -14,7 +14,7 @@ angular.module('openshiftConsole') if (!timestampLhs) { return timestampLhs; } - ...
Issue <I> - deprecation warning from moment.js
openshift_origin
train
5f0c5794d7d191d04733b72e9a7805e9a22452ed
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( license='MIT License', packages=['canvasapi'], include_package_data=True, - install_requires=['requests', 'six'], + install_requires=['pytz', 'requests', 'six'], zip_safe=False, ...
added pytz to setup.py requirements.
ucfopen_canvasapi
train
0d78b8f140dbc07d2d5ea9a5e719b3259a08fd89
diff --git a/lib/ApiFrontend.php b/lib/ApiFrontend.php index <HASH>..<HASH> 100644 --- a/lib/ApiFrontend.php +++ b/lib/ApiFrontend.php @@ -27,12 +27,6 @@ class ApiFrontend extends ApiWeb{ public $page_class='Page'; // {{{ Layout Implementation - /** In addition to default initialization, set up logger an...
Make ApiWeb working on it's own
atk4_atk4
train
8250e05996a1ac76a0913b0791f63aef977d8ce7
diff --git a/src/Zarinpal/Zarinpal.php b/src/Zarinpal/Zarinpal.php index <HASH>..<HASH> 100644 --- a/src/Zarinpal/Zarinpal.php +++ b/src/Zarinpal/Zarinpal.php @@ -179,7 +179,7 @@ class Zarinpal extends PortAbstract implements PortInterface ); try { - $soap = new SoapClient($this->serverUrl); + $soap = new S...
Setting encoding to utf-8 in zaronpal.php ignoring utf8 causes soap error like : SOAP-ERROR: Parsing WSDL: Couldn't load from ...
larabook_gateway
train
3fc95741f9106d82349360003d1dc80d58fab1fd
diff --git a/public/javascript/pump.js b/public/javascript/pump.js index <HASH>..<HASH> 100644 --- a/public/javascript/pump.js +++ b/public/javascript/pump.js @@ -669,12 +669,13 @@ if (!window.Pump) { }; Pump.ajaxError = function(jqXHR, textStatus, errorThrown) { - Pump.error(Pump.jqxhrError(jqXHR));...
Fix show correct alert on error ajax Currently in several cases it shows only 'An error occurred' As is the case of incorrect data in the login where it overwrites the message 'Incorrect username or password'. Closes: #<I>
pump-io_pump.io
train
7a5564067041cf06a45d94f71c3f50d5ec237fdc
diff --git a/framework/yii/base/Component.php b/framework/yii/base/Component.php index <HASH>..<HASH> 100644 --- a/framework/yii/base/Component.php +++ b/framework/yii/base/Component.php @@ -299,6 +299,32 @@ class Component extends Object } /** + * Returns a value indicating whether a method is defined. + * A m...
Added hasMethod() to Component and Object class this allows implementing __call() in behaviors See this forum topic for details: <URL>
yiisoft_yii2-bootstrap4
train
659fdb4e60a1fa31c1b7fa485acdfe1e99cdb421
diff --git a/app/javascript/client_messenger/messenger.js b/app/javascript/client_messenger/messenger.js index <HASH>..<HASH> 100644 --- a/app/javascript/client_messenger/messenger.js +++ b/app/javascript/client_messenger/messenger.js @@ -104,6 +104,7 @@ class Messenger extends Component { enabled: null, ...
Update messenger.js display inline messages on incoming conversation when messenger is closed
michelson_chaskiq
train
7d6f86d2158edd78a965a33db2f92648edaffdb3
diff --git a/benchmarks/basic.rb b/benchmarks/basic.rb index <HASH>..<HASH> 100755 --- a/benchmarks/basic.rb +++ b/benchmarks/basic.rb @@ -27,6 +27,14 @@ run("Loading ALL users with their tasks") do end end +run("Loading ONE task with its user and tags") do + Benchmark.ips do |x| + x.report("AR") { ARTask.all...
Extend benchmark with a new example
rom-rb_rom
train
4cb74c590a45ef8f96db3d53d6d5fccfdf85f53d
diff --git a/scruffy/config.py b/scruffy/config.py index <HASH>..<HASH> 100644 --- a/scruffy/config.py +++ b/scruffy/config.py @@ -13,11 +13,11 @@ class ConfigNode(object): Can be accessed as a dictionary, like this: - config['top-level-section']['second-level-property'] + >>> config['top-level-s...
Update docstrings for sphinx
snare_scruffy
train
1139a5e2436c2f2b8a459352de659b90bbacc266
diff --git a/app/view/js/src/geolocation.js b/app/view/js/src/geolocation.js index <HASH>..<HASH> 100644 --- a/app/view/js/src/geolocation.js +++ b/app/view/js/src/geolocation.js @@ -2,22 +2,26 @@ var geotimeout; function updateGeoCoords(key) { var markers = $.goMap.getMarkers(), - marker = markers[0].sp...
Fix bug in geolocation.js
bolt_bolt
train
7bc47d25d862e1872ab02616841dfaf6b47aa9f3
diff --git a/src/jottalib/JFS.py b/src/jottalib/JFS.py index <HASH>..<HASH> 100644 --- a/src/jottalib/JFS.py +++ b/src/jottalib/JFS.py @@ -622,7 +622,7 @@ class JFS(object): @property def devices(self): 'return generator of configured devices' - return self.fs is not None and [JFSDevice(d, sel...
fix rather embarassing regression. closes #7
havardgulldahl_jottalib
train
94df4f64fcbe6c3e846587906b847d9516626bf4
diff --git a/lib/db/query/base.js b/lib/db/query/base.js index <HASH>..<HASH> 100644 --- a/lib/db/query/base.js +++ b/lib/db/query/base.js @@ -160,8 +160,7 @@ var BaseQuery = Class.extend(/** @lends BaseQuery# */{ * @return {Promise} */ then: function(fulfilledHandler, rejectedHandler) { - this.execute();...
Fixing issue with possibly unhandled errors.
wbyoung_azul
train