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
4a11b4e70dd388b444c1e8fe0d1a7e4860df6700
diff --git a/addon/mixins/in-viewport.js b/addon/mixins/in-viewport.js index <HASH>..<HASH> 100644 --- a/addon/mixins/in-viewport.js +++ b/addon/mixins/in-viewport.js @@ -107,7 +107,7 @@ export default Mixin.create({ this.intersectionObserver = new IntersectionObserver(bind(this, this._onIntersection), options);...
update rafLogic for scrollable area (#<I>)
DockYard_ember-in-viewport
train
js
7b2e165c837334ecbae8c160803a5ea3ad2dcee4
diff --git a/lib/mongo/monitoring/command_log_subscriber.rb b/lib/mongo/monitoring/command_log_subscriber.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/monitoring/command_log_subscriber.rb +++ b/lib/mongo/monitoring/command_log_subscriber.rb @@ -53,7 +53,9 @@ module Mongo # # @since 2.1.0 def star...
RUBY-<I>: Improve performance on log subscriber
mongodb_mongo-ruby-driver
train
rb
23aa65f8a0d986e7c3958c42006f2fec1c0be306
diff --git a/lib/stack_tracy/sinatra.rb b/lib/stack_tracy/sinatra.rb index <HASH>..<HASH> 100644 --- a/lib/stack_tracy/sinatra.rb +++ b/lib/stack_tracy/sinatra.rb @@ -10,10 +10,9 @@ module StackTracy def call(env) request = ::Sinatra::Request.new env - if request.path.match /^\/tracy-?(.*)?/ - ...
Improved StackTracy::Sinatra middleware a bit regarding the `/tracy` route
archan937_stack_tracy
train
rb
16719dbce51e8b01720d722fa0b9ffb7765b58d9
diff --git a/ui/src/components/layout/QDrawer.js b/ui/src/components/layout/QDrawer.js index <HASH>..<HASH> 100644 --- a/ui/src/components/layout/QDrawer.js +++ b/ui/src/components/layout/QDrawer.js @@ -88,7 +88,7 @@ export default Vue.extend({ belowBreakpoint, showing: this.showIfAbove === true && belowB...
fix(QDrawer): backdrop not initialized correctly due to faulty "showing" value #<I>
quasarframework_quasar
train
js
6dfc92688d0309c9a07e64ce8d376c4bb49de23a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -81,9 +81,12 @@ module.exports = klass.extend({ } } }, + promise : function(fn){ + return promise.create(fn) + }, load : function(){ var req = this - return promise.create(function(resolve, rejec...
custom promises & http methods shorthands
bloodyowl_request
train
js
4f1ab7a437bf425c78f084af698c7565560e1ac3
diff --git a/packages/react-atlas-core/src/checkbox/Checkbox.js b/packages/react-atlas-core/src/checkbox/Checkbox.js index <HASH>..<HASH> 100644 --- a/packages/react-atlas-core/src/checkbox/Checkbox.js +++ b/packages/react-atlas-core/src/checkbox/Checkbox.js @@ -23,7 +23,10 @@ class Checkbox extends React.PureComponent...
Pass event and data object to onClick handler.
DigitalRiver_react-atlas
train
js
c1b8e8a0474c44f60ed8e08b3be8dc7f293ce7b8
diff --git a/MySQLdb/connections.py b/MySQLdb/connections.py index <HASH>..<HASH> 100644 --- a/MySQLdb/connections.py +++ b/MySQLdb/connections.py @@ -140,7 +140,9 @@ class Connection(_mysql.connection): integer, non-zero enables LOAD LOCAL INFILE; zero disables autocommit + If False (def...
autocommit=None means using server default.
PyMySQL_mysqlclient-python
train
py
80545be2115360fb009ed2ede55616322491942c
diff --git a/lib/dataset.js b/lib/dataset.js index <HASH>..<HASH> 100644 --- a/lib/dataset.js +++ b/lib/dataset.js @@ -695,10 +695,8 @@ TextS3File.prototype.iterate = function (task, p, pipeline, done) { task.log('stream s3', this.bucket, this.path); if (this.options.parquet || this.path.slice(-8) === '.parquet')...
textFile: Fix handling of gzipped files in local filesystem The returned stream was operating on the compressed data instead ofs uncompressed.
skale-me_skale
train
js
f7a57135ec328063eb4d2d5c4a035994a85ad290
diff --git a/modules/piperename.py b/modules/piperename.py index <HASH>..<HASH> 100644 --- a/modules/piperename.py +++ b/modules/piperename.py @@ -27,8 +27,11 @@ def pipe_rename(context, _INPUT, conf, **kwargs): for item in _INPUT: for rule in rules: - item[rule[2]] = item[rule[1]] + ...
Allow dot notation to map to nested dictionaries
ggaughan_pipe2py
train
py
cc47bcd77df77d47461ac7173a97900846d1a040
diff --git a/heater.go b/heater.go index <HASH>..<HASH> 100644 --- a/heater.go +++ b/heater.go @@ -162,6 +162,9 @@ func (h *Heater) getTarget(val *Value) { } func (h *Heater) readTemperature(msg *Message) { + if msg.Name != "temperature" { + return + } temp, ok := msg.Value.ToFloat() if ok { h.currentTemp =...
fixed heater bug it was reading any update to use as its temperature
cswank_gogadgets
train
go
0d7ad258c90d7f17ea1f36e0d40d5c47546ea48e
diff --git a/lib/mongoid/components.rb b/lib/mongoid/components.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/components.rb +++ b/lib/mongoid/components.rb @@ -84,7 +84,7 @@ module Mongoid #:nodoc def prohibited_methods @prohibited_methods ||= MODULES.inject([]) do |methods, mod| methods.t...
Checking field collisions should work on <I>.x
mongodb_mongoid
train
rb,rb
b237a41af40d8e2d3f7f47603d7196bcbbbb890b
diff --git a/test/src/test/java/hudson/tasks/ArtifactArchiverTest.java b/test/src/test/java/hudson/tasks/ArtifactArchiverTest.java index <HASH>..<HASH> 100644 --- a/test/src/test/java/hudson/tasks/ArtifactArchiverTest.java +++ b/test/src/test/java/hudson/tasks/ArtifactArchiverTest.java @@ -37,6 +37,7 @@ import hudson.t...
Also checking DirectoryBrowserSupport behavior, as in DirectoryBrowserSupportTest.
jenkinsci_jenkins
train
java
5738903e59ec59c47c5cdd2546f182041a6b006c
diff --git a/src/access.js b/src/access.js index <HASH>..<HASH> 100644 --- a/src/access.js +++ b/src/access.js @@ -89,18 +89,28 @@ } }; + Object.defineProperty(RemoteStorage.prototype, 'access', { + get: function() { + var access = new RemoteStorage.Access(); + Object.defineProperty(RemoteStorag...
have remoteStorage.claimAccess and remoteStorage.access always defined
remotestorage_remotestorage.js
train
js
4f93fc4f4417dc4beff4728f3bcd127c715f88bf
diff --git a/spec/generators/rails/mobility/install_generator_spec.rb b/spec/generators/rails/mobility/install_generator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/generators/rails/mobility/install_generator_spec.rb +++ b/spec/generators/rails/mobility/install_generator_spec.rb @@ -1,8 +1,6 @@ require "spec_helper...
Remove unnecessary break in install generator spec
shioyama_mobility
train
rb
ba5f613f44bb65236808ea6685d4829a1e2ca17b
diff --git a/example/keyboard/main.go b/example/keyboard/main.go index <HASH>..<HASH> 100644 --- a/example/keyboard/main.go +++ b/example/keyboard/main.go @@ -30,13 +30,14 @@ const ( // TODO: Add Key.String() by stringer var keyNames = map[ebiten.Key]string{ - ebiten.KeyComma: "','", - ebiten.KeyDelete: "Delete", ...
Bug fix: Add 'backspace' to example/keyboard
hajimehoshi_ebiten
train
go
f354c622ca05289d9190d3718fd0da3aa4e18f27
diff --git a/core/block_validator.go b/core/block_validator.go index <HASH>..<HASH> 100644 --- a/core/block_validator.go +++ b/core/block_validator.go @@ -89,7 +89,7 @@ func (v *BlockValidator) ValidateState(block *types.Block, statedb *state.StateD if rbloom != header.Bloom { return fmt.Errorf("invalid bloom (rem...
core: fix a typo in comment (#<I>)
ethereum_go-ethereum
train
go
1fd3706e5614daf6510197c2eb15b2311f7b7d9a
diff --git a/openstack_dashboard/utils/settings.py b/openstack_dashboard/utils/settings.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/utils/settings.py +++ b/openstack_dashboard/utils/settings.py @@ -117,7 +117,7 @@ def update_dashboards(modules, horizon_config, installed_apps): horizon_config['panel_...
Permit 'exceptions' to be omitted from HORIZON_CONFIG Without this change, if HORIZON_CONFIG is defined in local_settings.py and does not have an 'exceptions' entry, then horizon throws and exception and fails to start. Change-Id: I<I>f<I>d1c<I>ac<I>bdcc<I>d5acb2a0b<I> Closes-Bug: #<I>
openstack_horizon
train
py
8c2a81ce49f30291c3c2e5eef857a114fadbb400
diff --git a/hypermap/aggregator/models.py b/hypermap/aggregator/models.py index <HASH>..<HASH> 100644 --- a/hypermap/aggregator/models.py +++ b/hypermap/aggregator/models.py @@ -244,7 +244,7 @@ class Layer(Resource): elif self.service.type == 'WM': # we use the geoserver virtual layer getcapabili...
Now doing getmap with username and password in WM layer, this way we get valid checks and thumbnails for private layers
cga-harvard_Hypermap-Registry
train
py,py
20b22d841d8cffd6592fb1302302f22caf398404
diff --git a/QUANTAXIS/QAARP/QARisk.py b/QUANTAXIS/QAARP/QARisk.py index <HASH>..<HASH> 100755 --- a/QUANTAXIS/QAARP/QARisk.py +++ b/QUANTAXIS/QAARP/QARisk.py @@ -48,13 +48,15 @@ class QA_Risk(): self.fetch = {MARKET_TYPE.STOCK_CN: QA_fetch_stock_day_adv, MARKET_TYPE.INDEX_CN: QA_fetch_i...
#fix bug for @lru_cache()
QUANTAXIS_QUANTAXIS
train
py
4fb0bb656521e3648192311d2c4fb34a35a19085
diff --git a/src/Aspect/ContractCheckerAspect.php b/src/Aspect/ContractCheckerAspect.php index <HASH>..<HASH> 100644 --- a/src/Aspect/ContractCheckerAspect.php +++ b/src/Aspect/ContractCheckerAspect.php @@ -34,7 +34,6 @@ class ContractCheckerAspect implements Aspect /** * Default constructor * - * ...
Clean todos from the source code
php-deal_framework
train
php
8214b531de9e4816e00dabd12837bc39fbae7ffd
diff --git a/server/webapp/WEB-INF/rails/spec/webpack/views/agents/agents_widget_spec.js b/server/webapp/WEB-INF/rails/spec/webpack/views/agents/agents_widget_spec.js index <HASH>..<HASH> 100644 --- a/server/webapp/WEB-INF/rails/spec/webpack/views/agents/agents_widget_spec.js +++ b/server/webapp/WEB-INF/rails/spec/webp...
Attempt to fix flaky Agents Spec
gocd_gocd
train
js
d719e47c187108cbc9493317e3f7138bd035b249
diff --git a/lib/simple_form/components/hints.rb b/lib/simple_form/components/hints.rb index <HASH>..<HASH> 100644 --- a/lib/simple_form/components/hints.rb +++ b/lib/simple_form/components/hints.rb @@ -3,12 +3,16 @@ module SimpleForm # Needs to be enabled in order to do automatic lookups. module Hints ...
Use similar api for hints and errors, and cache hint to avoid double lookup
plataformatec_simple_form
train
rb,rb
c00c76356060ec2ba049f57d39c7ab3399de95e8
diff --git a/lib/s3repo/base.rb b/lib/s3repo/base.rb index <HASH>..<HASH> 100644 --- a/lib/s3repo/base.rb +++ b/lib/s3repo/base.rb @@ -10,7 +10,7 @@ module S3Repo def bucket @bucket ||= @options[:bucket] || ENV['S3_BUCKET'] - fail('No bucket given') unless bucket + fail('No bucket given') unless...
such loop, very recurse
amylum_s3repo
train
rb
438c20888846f882e154c4058c77478ee2fee4dd
diff --git a/openquake/hazardlib/gsim/base.py b/openquake/hazardlib/gsim/base.py index <HASH>..<HASH> 100644 --- a/openquake/hazardlib/gsim/base.py +++ b/openquake/hazardlib/gsim/base.py @@ -250,7 +250,8 @@ class ContextMaker(object): :param truncnorm: an instance of scipy.stats.truncnorm :param epsil...
Improved docstring [skip CI]
gem_oq-engine
train
py
6ea0344efd807ab9a3829945ea9760c65223ba72
diff --git a/cmd/torrent-metainfo-pprint/main.go b/cmd/torrent-metainfo-pprint/main.go index <HASH>..<HASH> 100644 --- a/cmd/torrent-metainfo-pprint/main.go +++ b/cmd/torrent-metainfo-pprint/main.go @@ -47,6 +47,9 @@ func processReader(r io.Reader) error { "AnnounceList": metainfo.AnnounceList, "UrlList": me...
torrent-metainfo-pprint: include the 'nodes' field into the output when non-empty
anacrolix_torrent
train
go
35b0bb9b264612f062ec115bea9b11f6388e8c43
diff --git a/zipline/utils/factory.py b/zipline/utils/factory.py index <HASH>..<HASH> 100644 --- a/zipline/utils/factory.py +++ b/zipline/utils/factory.py @@ -43,12 +43,6 @@ def data_path(): return data_path -def logger_path(): - import zipline - log_path = dirname(abspath(zipline.__file__)) - return ...
Removes unused log_path method.
quantopian_zipline
train
py
9245999b5b955a4b3d450702961cb97679a4c409
diff --git a/Minimal-J/src/main/java/org/minimalj/backend/db/AbstractTable.java b/Minimal-J/src/main/java/org/minimalj/backend/db/AbstractTable.java index <HASH>..<HASH> 100644 --- a/Minimal-J/src/main/java/org/minimalj/backend/db/AbstractTable.java +++ b/Minimal-J/src/main/java/org/minimalj/backend/db/AbstractTable.ja...
AbstractTable: no relations for Codes
BrunoEberhard_minimal-j
train
java
465512c515b726035024847649503475aaac034c
diff --git a/src/main/java/edu/jhu/prim/vector/LongDoubleDenseVector.java b/src/main/java/edu/jhu/prim/vector/LongDoubleDenseVector.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/jhu/prim/vector/LongDoubleDenseVector.java +++ b/src/main/java/edu/jhu/prim/vector/LongDoubleDenseVector.java @@ -112,9 +112,7 @@ p...
Switching dense vectors to call their sparse vector's implementation of dot.
mgormley_prim
train
java
6379514e6ab4aa800210f0f411e8de495134e7ff
diff --git a/tests/digitalocean/models/compute/servers_tests.rb b/tests/digitalocean/models/compute/servers_tests.rb index <HASH>..<HASH> 100644 --- a/tests/digitalocean/models/compute/servers_tests.rb +++ b/tests/digitalocean/models/compute/servers_tests.rb @@ -8,6 +8,9 @@ Shindo.tests('Fog::Compute[:digitalocean] | s...
[DigitalOcean] Skip consistently timing out tests The server tests in digital ocean have been frequently timing out. * <URL>
fog_fog
train
rb
245313551bb4360045132c2162bd2e5f6452b2da
diff --git a/pyzmp/node.py b/pyzmp/node.py index <HASH>..<HASH> 100644 --- a/pyzmp/node.py +++ b/pyzmp/node.py @@ -426,13 +426,15 @@ class Node(object): # Starting the clock start = time.time() - # signalling startup only the first time - self.started.set() - ...
signaling node start after checking for exit request, to guarantee at least one call to update.
pyros-dev_pyzmp
train
py,py
cdc5b71bb299fa0213a5cfdc7a1117870764b8a9
diff --git a/src/resources/views/corporation/starbase/status-tab.blade.php b/src/resources/views/corporation/starbase/status-tab.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/corporation/starbase/status-tab.blade.php +++ b/src/resources/views/corporation/starbase/status-tab.blade.php @@ -230,10 +230,1...
Fix for offline POS (#<I>)
eveseat_web
train
php
ff9e0333ec281aa29dfee23b03c42af93bdd0c87
diff --git a/contribs/gmf/apps/desktop_alt/js/controller.js b/contribs/gmf/apps/desktop_alt/js/controller.js index <HASH>..<HASH> 100644 --- a/contribs/gmf/apps/desktop_alt/js/controller.js +++ b/contribs/gmf/apps/desktop_alt/js/controller.js @@ -99,6 +99,12 @@ app.AlternativeDesktopController = function($scope, $injec...
Mark merged layer label as translatable
camptocamp_ngeo
train
js
c6cb3cd46e8588108b9325027db20a49990c0e27
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -80,7 +80,6 @@ module.exports = function (options) { var slap = new Slap(opts); Promise.all(opts._.map(function (path, i) { - slap.fileBrowser.refresh(path, _.noop); return slap.open(path.toStri...
fix(slap): fix bug when given 'path/to/dir', slap opens the given directory instead of throwing an error EISDIR.
slap-editor_slap
train
js,js
0befd0d32e4246763105092fc8ae91e7428c26fe
diff --git a/lib/makewcs.py b/lib/makewcs.py index <HASH>..<HASH> 100644 --- a/lib/makewcs.py +++ b/lib/makewcs.py @@ -80,7 +80,7 @@ PARITY = {'WFC':[[1.0,0.0],[0.0,-1.0]],'HRC':[[-1.0,0.0],[0.0,1.0]], NUM_PER_EXTN = {'ACS':3,'WFPC2':1,'STIS':3,'NICMOS':5, 'WFC3':3} -__version__ = '1.1.6 (19 May 2010)' +__version_...
Updates to 'pydrizzle' and 'pytools' to correct the problem seen in processing binned WFC3 images, where the chips are over <I> pixels apart instead of just <I> (for binaxis=3). The SIP coefficients may still not be quite correct for binned data, though, but these fixes correctly mosaic binned WFC3/UVIS images. WJH ...
spacetelescope_stsci.tools
train
py
cf1a00e8b20312613303a83ec2e54682f1004cb4
diff --git a/lib/deliver/deliver_process.rb b/lib/deliver/deliver_process.rb index <HASH>..<HASH> 100644 --- a/lib/deliver/deliver_process.rb +++ b/lib/deliver/deliver_process.rb @@ -142,6 +142,11 @@ module Deliver def set_screenshots screens_path = @deploy_information[Deliverer::ValKey::SCREENSHOTS_PATH]...
Added overwriting of screenshots path using environment for fastlane
fastlane_fastlane
train
rb
ee1691f79968c8dea6275bcb47d39c71b1aff82c
diff --git a/src/Composer/Downloader/FileDownloader.php b/src/Composer/Downloader/FileDownloader.php index <HASH>..<HASH> 100644 --- a/src/Composer/Downloader/FileDownloader.php +++ b/src/Composer/Downloader/FileDownloader.php @@ -106,8 +106,8 @@ class FileDownloader implements DownloaderInterface ...
Also try authenticating on github for <I> responses
mothership-ec_composer
train
php
e71e79e7789d35658984eeef3aee4cb37ebd1d3a
diff --git a/test/util/compareDirectories.js b/test/util/compareDirectories.js index <HASH>..<HASH> 100644 --- a/test/util/compareDirectories.js +++ b/test/util/compareDirectories.js @@ -47,6 +47,9 @@ module.exports = function(dirA, dirB, cb) { filename = inBoth[i]; typeA = metadataA[filename].type; ...
fix tests (for real) sorry, only tested on win, but linux handles things differently
electron_asar
train
js
3e948d20fda87ebcae6b549a82d5329098c4bf02
diff --git a/lib/Loader.php b/lib/Loader.php index <HASH>..<HASH> 100644 --- a/lib/Loader.php +++ b/lib/Loader.php @@ -107,7 +107,7 @@ abstract class Loader implements LoaderInterface } /** - * @param $input + * @param string $input * @return array|string */ protected function conve...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
Spomky-Labs_jose
train
php
9ac7d04564dccb63443292b78adc4fa014fe4df0
diff --git a/zsl/resource/model_resource.py b/zsl/resource/model_resource.py index <HASH>..<HASH> 100644 --- a/zsl/resource/model_resource.py +++ b/zsl/resource/model_resource.py @@ -94,6 +94,7 @@ class ResourceQueryContext(object): self._data = data # test if params is a list + # TODO: repla...
Add todo comment to questionable code
AtteqCom_zsl
train
py
9607106ab5a4deb946c2ba41e7965dfe4ae8b131
diff --git a/library/src/com/WazaBe/HoloEverywhere/widget/NumberPicker.java b/library/src/com/WazaBe/HoloEverywhere/widget/NumberPicker.java index <HASH>..<HASH> 100644 --- a/library/src/com/WazaBe/HoloEverywhere/widget/NumberPicker.java +++ b/library/src/com/WazaBe/HoloEverywhere/widget/NumberPicker.java @@ -414,7 +41...
Fix crashing with using NumberPicker
Prototik_HoloEverywhere
train
java
32f0b1a020db1b3c056f356af79357eff2be80bd
diff --git a/Kwf/Rest/Controller/Model.php b/Kwf/Rest/Controller/Model.php index <HASH>..<HASH> 100644 --- a/Kwf/Rest/Controller/Model.php +++ b/Kwf/Rest/Controller/Model.php @@ -190,6 +190,8 @@ class Kwf_Rest_Controller_Model extends Zend_Rest_Controller $this->_fillRowInsert($row, $data); $this->_be...
Rest API: add afterUpdate/Insert/Save methods that can be overridden to implement custom logic
koala-framework_koala-framework
train
php
9302863ddeb5608cff2c4222cef8c8196f918b4f
diff --git a/maven-plugin/src/main/java/io/codearte/accurest/maven/GenerateTestsMojo.java b/maven-plugin/src/main/java/io/codearte/accurest/maven/GenerateTestsMojo.java index <HASH>..<HASH> 100644 --- a/maven-plugin/src/main/java/io/codearte/accurest/maven/GenerateTestsMojo.java +++ b/maven-plugin/src/main/java/io/code...
added nameSuffixForTests
spring-cloud_spring-cloud-contract
train
java
7f0d02b124065bc6f9cd298a5aec4370e675cb42
diff --git a/mixbox/namespaces.py b/mixbox/namespaces.py index <HASH>..<HASH> 100644 --- a/mixbox/namespaces.py +++ b/mixbox/namespaces.py @@ -9,10 +9,20 @@ import copy from mixbox.vendor import six -# A convenience class which represents simplified XML namespace info, consisting -# of exactly one namespace URI, a...
Redefined namespaces.Namespace to be a subclass of namedtuple, with a custom __new__ to allow the schema_location field to be defaulted (to None).
CybOXProject_mixbox
train
py
491a101761da206d8149ee1f58b223ec8d7bb01e
diff --git a/nani.py b/nani.py index <HASH>..<HASH> 100644 --- a/nani.py +++ b/nani.py @@ -527,7 +527,7 @@ class _IndirectCompositeArrayViewMixin(object): return self._data.__len__() def __contains__(self, item): - return self._data.__contains__(self, item) + return item in self._data ...
Fix a call to the wrong 'contains' implementation
christophercrouzet_nani
train
py
fb86b3ad7bbb1ac5e1af448564637e78dfa8c2e0
diff --git a/pyvera/__init__.py b/pyvera/__init__.py index <HASH>..<HASH> 100755 --- a/pyvera/__init__.py +++ b/pyvera/__init__.py @@ -637,7 +637,10 @@ class VeraDimmer(VeraSwitch): ci = None sup = self.get_complex_value('SupportedColors') if sup is not None: - ci = [sup.split(',')...
Catch errors when trying to parse RGB colors
pavoni_pyvera
train
py
5745c886bed1c36e4255a81da5b1cef6c7c11d0b
diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/config.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/config.py index <HASH>..<HASH> 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/validate/config.py +++ b/datadog_checks_dev/datadog_checks/dev/tooli...
Print the diff when the example file isn't in sync with the spec (#<I>)
DataDog_integrations-core
train
py
8d98337ffef80a45375258f722d7493bf0eff167
diff --git a/linkcheck/configuration/__init__.py b/linkcheck/configuration/__init__.py index <HASH>..<HASH> 100644 --- a/linkcheck/configuration/__init__.py +++ b/linkcheck/configuration/__init__.py @@ -168,10 +168,14 @@ class Configuration (dict): logging.config.fileConfig(filename) if handler is...
Add thread name to log output when threads are enabled.
wummel_linkchecker
train
py
f2dc2fc670d0e057f224361be24e24bd44bc7918
diff --git a/tests/test_fread_small.py b/tests/test_fread_small.py index <HASH>..<HASH> 100644 --- a/tests/test_fread_small.py +++ b/tests/test_fread_small.py @@ -54,3 +54,11 @@ def test_empty_strings(seed, repl): assert d1.topython() == src +def test_select_some_columns(): + # * Last field of last line con...
Add a test for fread (#<I>)
h2oai_datatable
train
py
f80748ec313abe96d995fb73be297fa3e42914f3
diff --git a/packages/razzle-dev-utils/makeLoaderFinder.js b/packages/razzle-dev-utils/makeLoaderFinder.js index <HASH>..<HASH> 100644 --- a/packages/razzle-dev-utils/makeLoaderFinder.js +++ b/packages/razzle-dev-utils/makeLoaderFinder.js @@ -6,7 +6,7 @@ const makeLoaderFinder = loaderName => rule => { // Checks i...
fix: allow getting string only loaders
jaredpalmer_razzle
train
js
3f520c03a4ae1fa4105d861ea50cb78bfe26b7ae
diff --git a/client-hc/src/test/java/com/graphhopper/api/GraphHopperMatrixIT.java b/client-hc/src/test/java/com/graphhopper/api/GraphHopperMatrixIT.java index <HASH>..<HASH> 100644 --- a/client-hc/src/test/java/com/graphhopper/api/GraphHopperMatrixIT.java +++ b/client-hc/src/test/java/com/graphhopper/api/GraphHopperMat...
Fix expected distance value in GraphHopperMatrixIT (once again)
graphhopper_graphhopper
train
java
d06298fcfdeee5b3939513443226f240b32857f2
diff --git a/lib/reference/keywordSets.js b/lib/reference/keywordSets.js index <HASH>..<HASH> 100644 --- a/lib/reference/keywordSets.js +++ b/lib/reference/keywordSets.js @@ -562,6 +562,8 @@ keywordSets.mediaFeatureNames = uniteSets( "grid", "height", "hover", + "inverted-colors", + "light-level", ...
Fix level 5 media queries in media-feature-name-no-unknown (#<I>)
stylelint_stylelint
train
js
0aed4a55cde4c83f3a49267fd5577681f79f344f
diff --git a/mod/workshop/view.php b/mod/workshop/view.php index <HASH>..<HASH> 100644 --- a/mod/workshop/view.php +++ b/mod/workshop/view.php @@ -391,6 +391,17 @@ case workshop::PHASE_CLOSED: print_collapsible_region_end(); } } + if (has_capability('mod/workshop:submit', $PAGE->context)) ...
Workshop: access to the own submission when the activity is closed
moodle_moodle
train
php
2f8513a0a469c54d1102ee513a198ecc7c07f604
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,6 +37,7 @@ module.exports = function(grunt) { options: { exclude: 'test_venv', with_xunit: true, + verbose: false, xunit_file: 'nosetests.xml', },...
Make sure we don't fail on flags set to false. Closes #1.
thusoy_grunt-nose
train
js,js
0acfb1f5553d1475bfc8f6078bc7b0e7bb2bec7c
diff --git a/tests/parser/ast_utils/test_ast_dict.py b/tests/parser/ast_utils/test_ast_dict.py index <HASH>..<HASH> 100644 --- a/tests/parser/ast_utils/test_ast_dict.py +++ b/tests/parser/ast_utils/test_ast_dict.py @@ -69,9 +69,7 @@ a: int128 "lineno": 2, "node_id": 2, "src": "1:1...
fix: AST output (#<I>) rollback changes to `-f ast` introduced in 3cbdf<I>bfd until `vyper_module_folded` is stable
ethereum_vyper
train
py,py
1dd3aa4bc78ff4cb9dd7ef19d078e9a1e56a243a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,9 @@ setup( zip_safe=True, install_requires=[ 'setuptools', - 'six>=1.4', + 'six >= 1.4', 'lxml', - 'genshi', + 'genshi >= 0.7', 'pyjon.utils > 0.6', ...
Added requirement for Genshi >= <I>
faide_py3o.template
train
py
11e271535161b3a6b225d74390694236f6a7d9d9
diff --git a/js/src/responsive-nav.jquery.js b/js/src/responsive-nav.jquery.js index <HASH>..<HASH> 100755 --- a/js/src/responsive-nav.jquery.js +++ b/js/src/responsive-nav.jquery.js @@ -32,18 +32,28 @@ module.exports = (function($){ $wrapper = $( options.wrapperSelector ), $menuButton = $( options.menuBu...
refactor: introduce closeNavStrategies abstraction
sitecrafting_groot
train
js
85c2994e70428f4957858d0c934496e40f3bbc09
diff --git a/lib/Github/HttpClient/HttpClient.php b/lib/Github/HttpClient/HttpClient.php index <HASH>..<HASH> 100644 --- a/lib/Github/HttpClient/HttpClient.php +++ b/lib/Github/HttpClient/HttpClient.php @@ -168,7 +168,7 @@ class HttpClient implements HttpClientInterface $request = $this->createRequest($httpMet...
Force object-form when encoding json for sending as POST body
KnpLabs_php-github-api
train
php
405eadf7a2901e05e0972fa47b6db3883b7e29bd
diff --git a/test/cacheable-request.js b/test/cacheable-request.js index <HASH>..<HASH> 100644 --- a/test/cacheable-request.js +++ b/test/cacheable-request.js @@ -66,6 +66,22 @@ test.cb('cacheableRequest emits response event for network responses', t => { }); }); +test.cb('cacheableRequest emits response event fo...
Test cacheableRequest emits response event for cached responses
lukechilds_cacheable-request
train
js
4b7e5636105b74fcbf6292f2d83a0989f9cc014e
diff --git a/tests/junit/org/jgroups/tests/ReconciliationTest.java b/tests/junit/org/jgroups/tests/ReconciliationTest.java index <HASH>..<HASH> 100644 --- a/tests/junit/org/jgroups/tests/ReconciliationTest.java +++ b/tests/junit/org/jgroups/tests/ReconciliationTest.java @@ -19,7 +19,7 @@ import java.util.Map; * confi...
fix hanging flush-udp test
belaban_JGroups
train
java
0db8197486a8d9cd2d4a5589776fa671efdefaf9
diff --git a/src/headful.js b/src/headful.js index <HASH>..<HASH> 100644 --- a/src/headful.js +++ b/src/headful.js @@ -47,6 +47,9 @@ headful.props = propertySetters; * Tests whether the given `props` object contains a property with the name of `propNameOrFunction`. */ function noProp(props, propNameOrFunction) { +...
Throw error when noProp() is being called without props argument
troxler_headful
train
js
6895b223a9c302abe12441556084fed83bffac6e
diff --git a/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityScheduler.java b/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityScheduler.java index <HASH>..<HASH> 100644 --- a/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularitySchedul...
make sure to remove obsolete pending requests
HubSpot_Singularity
train
java
8ea67520ec130d1775499e08360cd8df1200519e
diff --git a/xchange-yobit/src/main/java/org/knowm/xchange/yobit/YoBitAdapters.java b/xchange-yobit/src/main/java/org/knowm/xchange/yobit/YoBitAdapters.java index <HASH>..<HASH> 100644 --- a/xchange-yobit/src/main/java/org/knowm/xchange/yobit/YoBitAdapters.java +++ b/xchange-yobit/src/main/java/org/knowm/xchange/yobit/...
[#hotfix] Yobit volume should be in the base currency
knowm_XChange
train
java
4f7ad8a6e5723ffcf94a2d6021823ca5b9b96ce4
diff --git a/logger/drain/drain.go b/logger/drain/drain.go index <HASH>..<HASH> 100644 --- a/logger/drain/drain.go +++ b/logger/drain/drain.go @@ -26,7 +26,7 @@ func SendToDrain(m string, drain string) error { func sendToSyslogDrain(m string, drain string) error { conn, err := net.Dial("udp", drain) if err != nil ...
fix(logger): reduce severity of log failure Sending a log to an external server should not kill the logger on an error. For example, if the host is down or unavailable, the logger should just log that the error message has been lost, but carry on.
deis_deis
train
go
20568c319937208dd2a05e0d8211a8af7c2f3430
diff --git a/structr-ui/src/main/java/org/structr/web/importer/Importer.java b/structr-ui/src/main/java/org/structr/web/importer/Importer.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/web/importer/Importer.java +++ b/structr-ui/src/main/java/org/structr/web/importer/Importer.java @@ -306,7...
Fixes import of shared components when using the non-cleaning XML parser instead of the HTML parser for deployment imports.
structr_structr
train
java
6e6ae7dd96cda4756eb3f48d118ba8142da49262
diff --git a/Octo/System/Store/SearchIndexStore.php b/Octo/System/Store/SearchIndexStore.php index <HASH>..<HASH> 100644 --- a/Octo/System/Store/SearchIndexStore.php +++ b/Octo/System/Store/SearchIndexStore.php @@ -40,7 +40,9 @@ class SearchIndexStore extends Octo\Store foreach ($res as $item) { ...
Prevented search attempting to load stores that have been removed
Block8_Octo
train
php
ceaf684801ae0bfafb1ef75bba5cdddfbdb6c4f5
diff --git a/biojava-structure/src/main/java/org/biojava/nbio/structure/StructureImpl.java b/biojava-structure/src/main/java/org/biojava/nbio/structure/StructureImpl.java index <HASH>..<HASH> 100644 --- a/biojava-structure/src/main/java/org/biojava/nbio/structure/StructureImpl.java +++ b/biojava-structure/src/main/java...
renaming variable name to be more clear
biojava_biojava
train
java
2300b357319ccf3c27029ef90da7eb7f9ff792ba
diff --git a/checkpoints.go b/checkpoints.go index <HASH>..<HASH> 100644 --- a/checkpoints.go +++ b/checkpoints.go @@ -57,6 +57,7 @@ var checkpointDataMainNet = checkpointData{ {216116, newShaHashFromStr("00000000000001b4f4b433e81ee46494af945cf96014816a4e2370f11b23df4e")}, {225430, newShaHashFromStr("000000000000...
Add checkpoint at block height <I>.
btcsuite_btcd
train
go
5111fd52f2eade90f52c26d7b7b87b7882ac26c5
diff --git a/server/src/main/java/io/druid/initialization/Log4jShutterDownerModule.java b/server/src/main/java/io/druid/initialization/Log4jShutterDownerModule.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/io/druid/initialization/Log4jShutterDownerModule.java +++ b/server/src/main/java/io/druid/initializa...
Add check for log4j-core in Log4jShutterDownerModule
apache_incubator-druid
train
java
c6f965795b5846d2152814a08e63e348409bf640
diff --git a/spatialist/__init__.py b/spatialist/__init__.py index <HASH>..<HASH> 100644 --- a/spatialist/__init__.py +++ b/spatialist/__init__.py @@ -9,4 +9,9 @@ from .vector import Vector, bbox, centerdist, intersect from .raster import Raster, stack, rasterize from .sqlite_util import sqlite_setup, sqlite3 -__ve...
[__init__] read version via pkg_resources
johntruckenbrodt_spatialist
train
py
ebd1779a6fb2d58fa64088682d2cb956512f14f6
diff --git a/mopidy_spotify/translator.py b/mopidy_spotify/translator.py index <HASH>..<HASH> 100644 --- a/mopidy_spotify/translator.py +++ b/mopidy_spotify/translator.py @@ -32,6 +32,9 @@ def to_playlist(sp_playlist, folders=None, username=None): return name = sp_playlist.name + if name is None: + ...
Give a name to starred playlists
mopidy_mopidy-spotify
train
py,py
ab00a69ee0d5c556af118d9cf76b5b9a0db25e6d
diff --git a/telemetry/telemetry/page/page_test_results.py b/telemetry/telemetry/page/page_test_results.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/page/page_test_results.py +++ b/telemetry/telemetry/page/page_test_results.py @@ -9,6 +9,7 @@ class PageTestResults(unittest.TestResult): def __init__(self)...
[telemetry] Add skipped and addSkip() to PageTestResults, for Python < <I>. Fixing bots after <URL>. successes is only used by record_wpr, so that mistake had no effect on the bots. TBR=<EMAIL> BUG=None. TEST=None. Review URL: <URL>
catapult-project_catapult
train
py
428728b480dba27275998b6945f2ac6225352d17
diff --git a/simuvex/storage/paged_memory.py b/simuvex/storage/paged_memory.py index <HASH>..<HASH> 100644 --- a/simuvex/storage/paged_memory.py +++ b/simuvex/storage/paged_memory.py @@ -117,7 +117,7 @@ class Page(object): self._storage[end] = last_mo else: # we need to find all t...
only fill in holes when it makes sense
angr_angr
train
py
066a02848588caaaae7fe431c051c07567d5c230
diff --git a/graylog2-web-interface/src/views/stores/SearchStore.js b/graylog2-web-interface/src/views/stores/SearchStore.js index <HASH>..<HASH> 100644 --- a/graylog2-web-interface/src/views/stores/SearchStore.js +++ b/graylog2-web-interface/src/views/stores/SearchStore.js @@ -111,7 +111,7 @@ export const SearchStore ...
Actually check if we can cancel the promise before.
Graylog2_graylog2-server
train
js
11bdb683d5720484475881f68009fca7441929c5
diff --git a/contribs/gmf/src/directives/filterselector.js b/contribs/gmf/src/directives/filterselector.js index <HASH>..<HASH> 100644 --- a/contribs/gmf/src/directives/filterselector.js +++ b/contribs/gmf/src/directives/filterselector.js @@ -1,4 +1,3 @@ -goog.provide('gmf.FilterselectorController'); goog.provide('gmf...
Filter - Remove filterselector controller's goog.require
camptocamp_ngeo
train
js
66a287b06da53fa2479c5fe26bd75cf532817861
diff --git a/core/src/main/java/io/undertow/Undertow.java b/core/src/main/java/io/undertow/Undertow.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/Undertow.java +++ b/core/src/main/java/io/undertow/Undertow.java @@ -263,7 +263,12 @@ public final class Undertow { * Only shutdown the work...
UNDERTOW-<I> Undertow does not shut down immediately on calling .stop()
undertow-io_undertow
train
java
0fcecad1450a0e2526e9fc32b452a63bc5b414b2
diff --git a/data/node.js b/data/node.js index <HASH>..<HASH> 100644 --- a/data/node.js +++ b/data/node.js @@ -24,6 +24,8 @@ function Node( properties ) { this.properties = _.extend({}, this.getDefaultProperties(), properties); this.properties.type = this.constructor.static.name; this.properties.id = this.prop...
Added a didInitialize hook for Nodes.
substance_substance
train
js
34ee258687facf71c638de016de70822660eb939
diff --git a/SwatDB/SwatDBDataObject.php b/SwatDB/SwatDBDataObject.php index <HASH>..<HASH> 100644 --- a/SwatDB/SwatDBDataObject.php +++ b/SwatDB/SwatDBDataObject.php @@ -53,6 +53,7 @@ class SwatDBDataObject extends SwatObject implements Serializable protected $id_field = null; // }}} + // {{{ public function ...
- serializing/serialization - public before protected svn commit r<I>
silverorange_swat
train
php
ba152bc4b98a4478dc5064017b884bad618ed0f5
diff --git a/src/FacebookServiceProvider.php b/src/FacebookServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/FacebookServiceProvider.php +++ b/src/FacebookServiceProvider.php @@ -43,7 +43,7 @@ class FacebookServiceProvider extends ServiceProvider { $source = realpath(__DIR__.'/../config/facebook.p...
Added extra check before registering publish command
vinkla_laravel-facebook
train
php
d8d009d9eca12d9efa6a701e154cab8c462106ff
diff --git a/test/test.load.js b/test/test.load.js index <HASH>..<HASH> 100644 --- a/test/test.load.js +++ b/test/test.load.js @@ -37,7 +37,7 @@ describe(".load([callback])", function () { // blow away the stack trace. Hack for Mocha: // https://github.com/visionmedia/mocha/issues/502 - beforeEach(function(don...
trivial - fixing linting errors in loading test
OscarGodson_EpicEditor
train
js
6e9ca2a53d44a84ddff12c55afa8e8aca7cdc490
diff --git a/lib/appsignal/cli/install.rb b/lib/appsignal/cli/install.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/cli/install.rb +++ b/lib/appsignal/cli/install.rb @@ -85,7 +85,7 @@ module Appsignal puts 'Installing for Sinatra' config[:name] = required_input(' Enter application name: ') ...
Add development to environments for yml file This makes this onboarding easier for people testing their first requests in development mode. It also follows the Rails defaults.
appsignal_appsignal-ruby
train
rb
4cd6347d29bc0f57f75a828a1668e98326f1f52b
diff --git a/spyder/app/tests/test_mainwindow.py b/spyder/app/tests/test_mainwindow.py index <HASH>..<HASH> 100644 --- a/spyder/app/tests/test_mainwindow.py +++ b/spyder/app/tests/test_mainwindow.py @@ -212,7 +212,7 @@ def test_run_cython_code(main_window, qtbot): @flaky(max_runs=3) -@pytest.mark.skipif(os.name ==...
Testing: Skip test_open_notebooks_from_project_explorer because it's timing out
spyder-ide_spyder
train
py
9459dc05d927ac11a76497861132b9c2db923ddd
diff --git a/dist/zect.js b/dist/zect.js index <HASH>..<HASH> 100644 --- a/dist/zect.js +++ b/dist/zect.js @@ -1,5 +1,5 @@ /** -* Zect v1.0.4 +* Zect v1.0.5 * (c) 2015 guankaishe * Released under the MIT License. */ diff --git a/dist/zect.min.js b/dist/zect.min.js index <HASH>..<HASH> 100644 --- a/dist/zect.min.js ...
version is corrected to <I>
switer_Zect
train
js,js,json
e54802c335c4c81cdb0891fe4d275fc81550a3c4
diff --git a/src/core/Engine.js b/src/core/Engine.js index <HASH>..<HASH> 100644 --- a/src/core/Engine.js +++ b/src/core/Engine.js @@ -286,6 +286,9 @@ var Engine = {}; * @param {vector} gravity */ var _bodiesApplyGravity = function(bodies, gravity) { + if (gravity.x === 0 && gravity.y === 0) { +...
don't calculate gravity force if there is no actual gravity
liabru_matter-js
train
js
667e4eaf7a0976e0a904533c21c2b98897a1890c
diff --git a/allaccess/models.py b/allaccess/models.py index <HASH>..<HASH> 100644 --- a/allaccess/models.py +++ b/allaccess/models.py @@ -22,10 +22,10 @@ class Provider(models.Model): "Configuration for OAuth provider." name = models.CharField(max_length=50, unique=True) - request_token_url = models.URL...
Changed Provider model to accept Microsoft Live urls
mlavin_django-all-access
train
py
967700105470c4a413ee00068301a0be05c02cbe
diff --git a/visidata/path.py b/visidata/path.py index <HASH>..<HASH> 100644 --- a/visidata/path.py +++ b/visidata/path.py @@ -20,6 +20,8 @@ def vstat(path, force=False): def filesize(path): if hasattr(path, 'filesize') and path.filesize is not None: return path.filesize + if path.is_url(): + r...
[path-] filesize of url is 0
saulpw_visidata
train
py
df0a2ef24d7d0179bdb253af7ea2395b123bd036
diff --git a/voltdb/tests/conftest.py b/voltdb/tests/conftest.py index <HASH>..<HASH> 100644 --- a/voltdb/tests/conftest.py +++ b/voltdb/tests/conftest.py @@ -46,7 +46,7 @@ def dd_environment(instance): else: e2e_metadata = {} - with docker_run(compose_file, conditions=conditions, env_vars=env_vars, ...
Add attempts to voltdb environment (#<I>)
DataDog_integrations-core
train
py
2f2cbe691ce4af8c1d1676c1c49fd4703c6965d9
diff --git a/lib/Teepee.js b/lib/Teepee.js index <HASH>..<HASH> 100644 --- a/lib/Teepee.js +++ b/lib/Teepee.js @@ -485,12 +485,11 @@ Teepee.prototype.request = function (options, cb) { currentRequest.end(body); } - var requestTimeoutId; if (typeof timeout === 'number') { ...
Timeout handling: Rely exclusively on the request object emitting a 'timeout' event, and don't use window.setTimeout.
One-com_teepee
train
js
5ea85620adb6dd4fb3390f3f479292fb4feea285
diff --git a/google-cloud-storage/samples/storage_create_bucket_turbo_replication.rb b/google-cloud-storage/samples/storage_create_bucket_turbo_replication.rb index <HASH>..<HASH> 100644 --- a/google-cloud-storage/samples/storage_create_bucket_turbo_replication.rb +++ b/google-cloud-storage/samples/storage_create_bucke...
sample(google-cloud-storage): Update storage_create_bucket_turbo_replication.rb (#<I>)
googleapis_google-cloud-ruby
train
rb
5621be3a18d108185637d2e5e94d52cd19e4adee
diff --git a/source/application/controllers/admin/vendor_main.php b/source/application/controllers/admin/vendor_main.php index <HASH>..<HASH> 100644 --- a/source/application/controllers/admin/vendor_main.php +++ b/source/application/controllers/admin/vendor_main.php @@ -139,9 +139,9 @@ class Vendor_Main extends oxAdmin...
Fix checkstyle warnings of "Type NotAllowed" - Inline control structures are not allowed
OXID-eSales_oxideshop_ce
train
php
b88a683e19ffc83667050648ba8218337d3146d4
diff --git a/src/js/components/forms/inputs/SimpleInput.js b/src/js/components/forms/inputs/SimpleInput.js index <HASH>..<HASH> 100644 --- a/src/js/components/forms/inputs/SimpleInput.js +++ b/src/js/components/forms/inputs/SimpleInput.js @@ -266,19 +266,13 @@ class SimpleInput extends InputBase { } ...
SimpleInput redirect props from react displayType
getblank_blank-web-app
train
js
feac6eb118f13870c873f05d29132051fd7064bc
diff --git a/test/playback.spec.js b/test/playback.spec.js index <HASH>..<HASH> 100644 --- a/test/playback.spec.js +++ b/test/playback.spec.js @@ -88,6 +88,10 @@ describe('Sono playback', function() { }); }); + // Firefox 35 and less has a bug where audio param ramping does not change the readable va...
exclude firefox from fade tests for now
Stinkstudios_sono
train
js
179e7d02a23ed426f746d88477bb3d35766b17d3
diff --git a/presto-hive/src/main/java/com/facebook/presto/hive/HiveClient.java b/presto-hive/src/main/java/com/facebook/presto/hive/HiveClient.java index <HASH>..<HASH> 100644 --- a/presto-hive/src/main/java/com/facebook/presto/hive/HiveClient.java +++ b/presto-hive/src/main/java/com/facebook/presto/hive/HiveClient.ja...
Fix listing columns from Presto views in Hive
prestodb_presto
train
java
b9a7dbfd1b2e361e1d77a1d015b99dbb7832ef9a
diff --git a/lib/active_scaffold/helpers/action_link_helpers.rb b/lib/active_scaffold/helpers/action_link_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/helpers/action_link_helpers.rb +++ b/lib/active_scaffold/helpers/action_link_helpers.rb @@ -124,7 +124,7 @@ module ActiveScaffold link.cru...
fix checking permission of singular association columns, column_link_authorized? return array of authorized and reason
activescaffold_active_scaffold
train
rb
13b6530e82a7cd941283851e7012102b2adbd02b
diff --git a/packages/babel-plugin-minify-dead-code-elimination/src/index.js b/packages/babel-plugin-minify-dead-code-elimination/src/index.js index <HASH>..<HASH> 100644 --- a/packages/babel-plugin-minify-dead-code-elimination/src/index.js +++ b/packages/babel-plugin-minify-dead-code-elimination/src/index.js @@ -699,6...
Fix dce - recompute path & scope before pass
babel_minify
train
js
62847115457dfd5a70f9d02211396ea583ef58d0
diff --git a/src/OpenTok/Util/Validators.php b/src/OpenTok/Util/Validators.php index <HASH>..<HASH> 100644 --- a/src/OpenTok/Util/Validators.php +++ b/src/OpenTok/Util/Validators.php @@ -146,7 +146,7 @@ class Validators } public static function validateArchiveData($archiveData) { - if (!self::$sch...
Proposed fix for issue #<I>
opentok_OpenTok-PHP-SDK
train
php
032e98a8d3f3e4ac0995af4000217ec89b260327
diff --git a/twstock/__init__.py b/twstock/__init__.py index <HASH>..<HASH> 100644 --- a/twstock/__init__.py +++ b/twstock/__init__.py @@ -11,4 +11,4 @@ from twstock.codes import twse, tpex, codes from twstock.stock import Stock -__version__ = '0.1.2-dev' +__version__ = '0.1.3-dev'
Bump up the version to <I>-dev
mlouielu_twstock
train
py
8822aeb6e8ad8bba5d235efdcf44cf9eeba23ac8
diff --git a/core/src/test/java/io/cucumber/core/runner/TestHelper.java b/core/src/test/java/io/cucumber/core/runner/TestHelper.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/io/cucumber/core/runner/TestHelper.java +++ b/core/src/test/java/io/cucumber/core/runner/TestHelper.java @@ -77,6 +77,7 @@ public clas...
[Core] Deprecate TestHelper The `TestHelper` is an overly complex way to run tests. Building a runtime and stubbing the step definitions provides a much simpler and more reliable way to test Cucumbers execution. See the `JUnitFormatterTest` for implementation examples.
cucumber_cucumber-jvm
train
java
e4397dea05b8ca218886051cd7f6188cd692e1ac
diff --git a/src/core/services/theming/theming.js b/src/core/services/theming/theming.js index <HASH>..<HASH> 100644 --- a/src/core/services/theming/theming.js +++ b/src/core/services/theming/theming.js @@ -45,7 +45,7 @@ var LIGHT_FOREGROUND = { name: 'light', '1': 'rgba(255,255,255,1.0)', '2': 'rgba(255,255,2...
style(): raise opacity of foreground-3 by 5%
angular_material
train
js
464f83ca41118a673196b8a00b8231670102c5d0
diff --git a/lib/util/fileHelpers.js b/lib/util/fileHelpers.js index <HASH>..<HASH> 100644 --- a/lib/util/fileHelpers.js +++ b/lib/util/fileHelpers.js @@ -21,6 +21,11 @@ module.exports = { path.sep, filePath); return JSON.parse(fs.readFileSync(fullPathToFile)); }, + getFileAsString: function(filePath) {...
read plain text to String #<I>
sitespeedio_sitespeed.io
train
js
32276a790fefbfeedd21f3a44d67922b44ebc14e
diff --git a/src/javascript/ZeroClipboard/position.js b/src/javascript/ZeroClipboard/position.js index <HASH>..<HASH> 100644 --- a/src/javascript/ZeroClipboard/position.js +++ b/src/javascript/ZeroClipboard/position.js @@ -9,7 +9,7 @@ ZeroClipboard.getDOMObjectPosition = function (obj) { }; // float just above ...
Typo, this should be obj
zeroclipboard_zeroclipboard
train
js