hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
ddeffafdb4b0f9440b2099ca88ae00349a828dfd
diff --git a/src/Handlers/ImageHandler.php b/src/Handlers/ImageHandler.php index <HASH>..<HASH> 100644 --- a/src/Handlers/ImageHandler.php +++ b/src/Handlers/ImageHandler.php @@ -123,7 +123,13 @@ class ImageHandler extends ImageModifier } // var_dump( $path ); - parent::save( $path ); + ...
Created resize filename tests
LasseHaslev_image-handler
train
1e1cd4dfbb95642ac3ecd58821c6c2147ea6e619
diff --git a/package/domino/game.py b/package/domino/game.py index <HASH>..<HASH> 100644 --- a/package/domino/game.py +++ b/package/domino/game.py @@ -8,12 +8,8 @@ def randomized_hands(): class Game: - def __init__(self, starting_player=0, - starting_domino=None, skinny_board=False): - if...
initializing all Games with a full Board
abw333_dominoes
train
34a8572d8e7848865df74edf845d99cfe0b8530d
diff --git a/ntp_test.go b/ntp_test.go index <HASH>..<HASH> 100644 --- a/ntp_test.go +++ b/ntp_test.go @@ -38,13 +38,15 @@ func isNil(t *testing.T, err error) bool { func assertValid(t *testing.T, r *Response) { err := r.Validate() if err != nil { - t.Errorf("[%s] Query invalid: %s\n", host, err) + t.Errorf("[%s...
Unit tests output better messages. When asserting a valid or invalid NTP Response, output messages that are less generic.
beevik_ntp
train
b6759489e354ab314867c92436ce151d4fae9a77
diff --git a/lib/Surku.js b/lib/Surku.js index <HASH>..<HASH> 100755 --- a/lib/Surku.js +++ b/lib/Surku.js @@ -181,64 +181,4 @@ var Surku = function (user_config){ return this } -/*if(require.main===module){ - var config=require('./cmd.js') - debugPrint= function(message,level){ - if(config.hasOwnProperty('verbo...
Fixed a bug caused by coercing types incorrectly, removed some unnecessary debug logs.
jlamendo_sorrow
train
30b668cba5a8ca5c54e01453e0b344a0edc1f237
diff --git a/core/API/ResponseBuilder.php b/core/API/ResponseBuilder.php index <HASH>..<HASH> 100644 --- a/core/API/ResponseBuilder.php +++ b/core/API/ResponseBuilder.php @@ -86,7 +86,7 @@ class ResponseBuilder // If the returned value is an object DataTable we // apply the set of generic filters if a...
refs #<I> DataTableInterface includes SimpleDataTable which is apparently not supposed to render anything. This should fix many tests
matomo-org_matomo
train
eb3a53efa28e7bd8890c438c33678e3d2c175c97
diff --git a/client/fingerprint_manager.go b/client/fingerprint_manager.go index <HASH>..<HASH> 100644 --- a/client/fingerprint_manager.go +++ b/client/fingerprint_manager.go @@ -174,20 +174,17 @@ func (fm *FingerprintManager) setupDrivers(drivers []string) error { return err } - // For all drivers without he...
always set initial health status for every driver
hashicorp_nomad
train
37d743e738eba0e0ddfb7cbeedc25183100350a7
diff --git a/zappa/core.py b/zappa/core.py index <HASH>..<HASH> 100644 --- a/zappa/core.py +++ b/zappa/core.py @@ -762,7 +762,7 @@ class Zappa(object): installed_packages = {package.project_name.lower(): package.version for package in pip.get_installed_distributions() ...
fix case sensitivity problem for comparing package location
Miserlou_Zappa
train
92b5c424fbad2d54cf9bb0770bdc94f2e83ae0c1
diff --git a/tests/unit/modules/test_win_pkg.py b/tests/unit/modules/test_win_pkg.py index <HASH>..<HASH> 100644 --- a/tests/unit/modules/test_win_pkg.py +++ b/tests/unit/modules/test_win_pkg.py @@ -9,14 +9,16 @@ from __future__ import absolute_import, unicode_literals, print_function # Import Salt Testing Libs from ...
listen to extra_install_flag fix and test
saltstack_salt
train
1b797a103aca85c2958c359b4ba1d82c22de7540
diff --git a/lib/streams.js b/lib/streams.js index <HASH>..<HASH> 100644 --- a/lib/streams.js +++ b/lib/streams.js @@ -375,7 +375,7 @@ var objectFeed = function(relmaker, titlemaker, streammaker, finisher) { if (!principal) { // XXX: keep a separate stream instead of filtering ...
Use author context to determine which filter to use
pump-io_pump.io
train
e19ab09db60aa503826276a0061697e70fc0300c
diff --git a/foolbox/attacks/boundary_attack.py b/foolbox/attacks/boundary_attack.py index <HASH>..<HASH> 100644 --- a/foolbox/attacks/boundary_attack.py +++ b/foolbox/attacks/boundary_attack.py @@ -23,7 +23,8 @@ from .base import Attack # TODO: use blended noise once noise attacks have been updated # from .blended...
use DeepFool as the initialization attack
bethgelab_foolbox
train
835310ccd4cb63c83ae3776e33b63684ef968a22
diff --git a/lib/dcell.rb b/lib/dcell.rb index <HASH>..<HASH> 100644 --- a/lib/dcell.rb +++ b/lib/dcell.rb @@ -81,7 +81,10 @@ module DCell def addr; @configuration['addr']; end alias_method :address, :addr - def addr=(addr); @configuration['addr'] = addr; end + def addr=(addr) + @configuration['a...
update node self address when it is ready
celluloid_dcell
train
77857d4086c01dfe90e7eb9b6619fe87a1f37d38
diff --git a/test/move.test.js b/test/move.test.js index <HASH>..<HASH> 100644 --- a/test/move.test.js +++ b/test/move.test.js @@ -176,6 +176,13 @@ describe("move", function() { if (!fs.existsSync(differentDevice)) return console.log('Skipping cross-device move test') + // make sure we have permi...
test/move: check if we can write to device
jprichardson_node-fs-extra
train
9333b632eb14af6eaa3c27cd3d137e47ac8972e3
diff --git a/src/tools/annotation/LengthTool.js b/src/tools/annotation/LengthTool.js index <HASH>..<HASH> 100644 --- a/src/tools/annotation/LengthTool.js +++ b/src/tools/annotation/LengthTool.js @@ -39,6 +39,7 @@ export default class LengthTool extends BaseAnnotationTool { drawHandlesOnHover: false, h...
feat: Adding digits configuration for Length tool (#<I>)
cornerstonejs_cornerstoneTools
train
c41e5377ae3abe097feda9a9fb328423d8153eb9
diff --git a/spec/request_spec.rb b/spec/request_spec.rb index <HASH>..<HASH> 100644 --- a/spec/request_spec.rb +++ b/spec/request_spec.rb @@ -59,6 +59,30 @@ describe MaZMQ::Request do } end end + + context ".send_string" do + it "should return false when trying to send before rec...
Added Request specs: doing more than one send_string spec
al-nattahnam_ma-zmq
train
d7903bd1492ef2080d8f140fe67878d70f24315c
diff --git a/bindings/ruby/openwsman/xmldoc.rb b/bindings/ruby/openwsman/xmldoc.rb index <HASH>..<HASH> 100644 --- a/bindings/ruby/openwsman/xmldoc.rb +++ b/bindings/ruby/openwsman/xmldoc.rb @@ -3,7 +3,7 @@ module Openwsman # # Assume XmlDoc.foo means XmlDoc.body.foo # - def method_missing method, *ar...
Bindings: don't document method_missing
Openwsman_openwsman
train
21bfe52694743a3def98706a9c2e1c784801eb0b
diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/test/java/sample/devtools/SampleDevToolsApplicationIntegrationTests.java b/spring-boot-samples/spring-boot-sample-devtools/src/test/java/sample/devtools/SampleDevToolsApplicationIntegrationTests.java index <HASH>..<HASH> 100644 --- a/spring-boot-samples/s...
Add test to check class resources aren't exposed Closes gh-<I>
spring-projects_spring-boot
train
b81ad3ab7d3f2b40108362e9eea2fea0b903bf14
diff --git a/omrdatasettools/downloaders/DatasetDownloader.py b/omrdatasettools/downloaders/DatasetDownloader.py index <HASH>..<HASH> 100644 --- a/omrdatasettools/downloaders/DatasetDownloader.py +++ b/omrdatasettools/downloaders/DatasetDownloader.py @@ -27,9 +27,12 @@ class DatasetDownloader(ABC): """ Returns...
Updating MUSCIMA-pp downloader to also download the images, that were actually annotated (7MB), without needing to download the entire CVC-MUSCIMA dataset (2GB).
apacha_OMR-Datasets
train
b9aba211020252b17d2df3f681fab68df08278f2
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/formatstring/FormatStringValidation.java b/core/src/main/java/com/google/errorprone/bugpatterns/formatstring/FormatStringValidation.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/formatstring/FormatStringValid...
Clarify that `%f` is not the only floating point specifier In fact `%g` is what produces the same result as "toString()" on the boxed type. `%e` is rarer, but probably still worth reminding people of. PiperOrigin-RevId: <I>
google_error-prone
train
71129b3bfa66377d3e8586ea94e8fc23306b90ce
diff --git a/src/scs_core/aws/monitor/device_monitor.py b/src/scs_core/aws/monitor/device_monitor.py index <HASH>..<HASH> 100644 --- a/src/scs_core/aws/monitor/device_monitor.py +++ b/src/scs_core/aws/monitor/device_monitor.py @@ -84,13 +84,21 @@ class DeviceMonitor(object): # see if all topics are publi...
Now reports when byline becomes active if it was inactive
south-coast-science_scs_core
train
dc45cb27917b916c17ba14ab4d7627402c619a62
diff --git a/src/CommandMediatorInterface.php b/src/CommandMediatorInterface.php index <HASH>..<HASH> 100644 --- a/src/CommandMediatorInterface.php +++ b/src/CommandMediatorInterface.php @@ -19,11 +19,11 @@ namespace Demander; interface CommandMediatorInterface { /** - * Dispatch a command + * Execute a ...
Refactor `CommandMediatorInterface` due to conflicting method names
NigelGreenway_Demander
train
a1c65a5c5a93fe25898d690f00a4ac539601a73f
diff --git a/ipcalc.py b/ipcalc.py index <HASH>..<HASH> 100644 --- a/ipcalc.py +++ b/ipcalc.py @@ -713,7 +713,8 @@ class Network(IP): def __eq__(self, other): """Compare equal.""" - return self.size() == Network(other).size() + other = Network(other) + return int(self) == int(other)...
Fixed bug in __eq__ When doing __eq__ we actually have to compare the size *and* the actual network address.
tehmaze_ipcalc
train
1118f0bd693cbd018f45ac8ea25690755239d806
diff --git a/tests/frontend/org/voltdb/regressionsuites/TestStatisticsSuite.java b/tests/frontend/org/voltdb/regressionsuites/TestStatisticsSuite.java index <HASH>..<HASH> 100644 --- a/tests/frontend/org/voltdb/regressionsuites/TestStatisticsSuite.java +++ b/tests/frontend/org/voltdb/regressionsuites/TestStatisticsSuit...
For ENG-<I>, fix test bugs for latency stats
VoltDB_voltdb
train
ba8c6c0e0bd3e2780dedb4488bf23601f752f726
diff --git a/django_extensions/management/commands/show_urls.py b/django_extensions/management/commands/show_urls.py index <HASH>..<HASH> 100644 --- a/django_extensions/management/commands/show_urls.py +++ b/django_extensions/management/commands/show_urls.py @@ -13,8 +13,9 @@ from django_extensions.management.color imp...
Added table formatting to command output. Refs #<I>
django-extensions_django-extensions
train
bc3cf5590ae4e3a13a90708b83a91e0acdd196dd
diff --git a/src/test/java/org/sonar/plugins/groovy/GroovySensorTest.java b/src/test/java/org/sonar/plugins/groovy/GroovySensorTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/sonar/plugins/groovy/GroovySensorTest.java +++ b/src/test/java/org/sonar/plugins/groovy/GroovySensorTest.java @@ -110,6 +110,8 @@ p...
Add verification that trailing comment is both code and comment line
pmayweg_sonar-groovy
train
eadae0d2cdb80a0e599c4928acd5b839c87bb8ea
diff --git a/src/frontend/org/voltdb/dbmonitor/js/voltdb.graph.js b/src/frontend/org/voltdb/dbmonitor/js/voltdb.graph.js index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/dbmonitor/js/voltdb.graph.js +++ b/src/frontend/org/voltdb/dbmonitor/js/voltdb.graph.js @@ -1261,7 +1261,7 @@ d3.select('#visual...
Modified code to adjust width of overlay in command log graph.
VoltDB_voltdb
train
4e36ee365bb82408b49032c00a6d7eafcd6a7524
diff --git a/wpull/hook.py b/wpull/hook.py index <HASH>..<HASH> 100644 --- a/wpull/hook.py +++ b/wpull/hook.py @@ -493,7 +493,8 @@ class HookEnvironment(object): self.callbacks.engine_run() def _exit_status(self, exit_status): - return self.callbacks.exit_status(exit_status) + return self....
hook.py: Fixes lua type conversion on exit status callback.
ArchiveTeam_wpull
train
f1bc978ebdecf61c0d3475500e28cf45f18fc961
diff --git a/registry.go b/registry.go index <HASH>..<HASH> 100644 --- a/registry.go +++ b/registry.go @@ -15,7 +15,6 @@ package vellum import ( - "encoding/binary" "hash" "hash/fnv" ) @@ -49,20 +48,23 @@ func (r *registry) entry(node *builderState) *builderState { return rc.entry(node) } +const fnvPrime ...
manually compute hash results in smaller FST (fewer registry collisions) all tests pass benchmarks show speedup and less garbage
couchbase_vellum
train
4230d53deab63eb8de77750abd7eae0b90e9e871
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Then you have to include it in your HTML: <script src="bower_components/angular-capitalize-filter/capitalize.js"></script> ``` -And inject the module `customFilters` in your application: +And inject th...
Change module name. This changes breaks backwards compatibility so it's being released as a major version change. After checking some AngularJS projects seems better to name the module after the repository in order to avoid possible clashes with other custom modules.
Puigcerber_angular-capitalize-filter
train
b18da8615992fb2592695034b215a1f4b00ac89c
diff --git a/entity.go b/entity.go index <HASH>..<HASH> 100644 --- a/entity.go +++ b/entity.go @@ -619,6 +619,7 @@ func deserializeStruct(dst interface{}, b []byte) error { return err } } else { + sd.dec.Decode(nil) // Discard the value notFoundField = fieldName } } diff --git a/goon_test.go b/go...
Properly discard unused struct fields.
mjibson_goon
train
8096c55e0835b47f3856cdd8052eb8a3e7aea81d
diff --git a/src/notebook/actions/index.js b/src/notebook/actions/index.js index <HASH>..<HASH> 100644 --- a/src/notebook/actions/index.js +++ b/src/notebook/actions/index.js @@ -358,3 +358,10 @@ export function changeCellType(id, to) { to, }; } + +export function setModified(value) { + return { + type: co...
Add setModified action/reducer
nteract_nteract
train
25c8aae1edd18ad11fa726922c5bca9e81818f5b
diff --git a/base.php b/base.php index <HASH>..<HASH> 100644 --- a/base.php +++ b/base.php @@ -2564,6 +2564,8 @@ class Preview extends View { function filter($key=NULL,$func=NULL) { if (!$key) return array_keys($this->filter); + if (!$func) + return $this->filter[$key]; $this->filter[$key]=$func; } @...
fix php <I>.x issue, #<I> 1st, Using $this in closure 2nd, Fatal error: Cannot access protected property Preview::$filter
bcosca_fatfree-core
train
ca5a35aa151fc8ca9e2ffc5d4148bd1819662259
diff --git a/xod-client-browser/webpack/base.js b/xod-client-browser/webpack/base.js index <HASH>..<HASH> 100644 --- a/xod-client-browser/webpack/base.js +++ b/xod-client-browser/webpack/base.js @@ -45,7 +45,7 @@ module.exports = { { test: /node_modules\/font-awesome\/.*\.(jpe?g|png|gif|svg|ttf|eot|svg|...
fix(font-awesome): fixed path to static by changing publicPath in webpack config from 'localhost:<I>' to './'
xodio_xod
train
99849998e09a3613367b790d5e12ff808bdaeada
diff --git a/lib/locomotive/steam/entities/editable_element.rb b/lib/locomotive/steam/entities/editable_element.rb index <HASH>..<HASH> 100644 --- a/lib/locomotive/steam/entities/editable_element.rb +++ b/lib/locomotive/steam/entities/editable_element.rb @@ -9,7 +9,8 @@ module Locomotive::Steam def initialize(attr...
allow disabling the live editing (or inline editing) mode for a single editable_element
locomotivecms_steam
train
1668a188599fd307628332e560bac2881040f0f3
diff --git a/request-strategy/order.go b/request-strategy/order.go index <HASH>..<HASH> 100644 --- a/request-strategy/order.go +++ b/request-strategy/order.go @@ -21,24 +21,19 @@ type ( ChunkSpec = types.ChunkSpec ) -type pieceOrderInput struct { - PieceRequestOrderState - PieceRequestOrderKey -} - -func pieceOrde...
Some optimizations in PieceRequestOrder.Update and item comparisons
anacrolix_torrent
train
1113d93420907289f892cb6aa5b012e7d1c8ca08
diff --git a/lib/graphql/relay/mutation.rb b/lib/graphql/relay/mutation.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/relay/mutation.rb +++ b/lib/graphql/relay/mutation.rb @@ -148,6 +148,7 @@ module GraphQL attr_reader :client_mutation_id def initialize(client_mutation_id:, result:) @cli...
Returning a GraphQL::ExecutionError in a mutation with return_fields works as expected.
rmosolgo_graphql-ruby
train
352abfc74afa6a3b1a079eb0916b64005463930b
diff --git a/examples/simple.py b/examples/simple.py index <HASH>..<HASH> 100644 --- a/examples/simple.py +++ b/examples/simple.py @@ -16,6 +16,7 @@ from formlayout import fedit datalist = [('Name', 'Paul'), (None, None), (None, 'Information:'), + ('Password', 'password'), ...
Add a Password widget (when value is 'password')
PierreRaybaut_formlayout
train
d43b66a30aa6d96f24f1e2a2e59e54abcaa49851
diff --git a/pax-web-undertow/src/main/java/org/ops4j/pax/web/service/undertow/internal/Context.java b/pax-web-undertow/src/main/java/org/ops4j/pax/web/service/undertow/internal/Context.java index <HASH>..<HASH> 100644 --- a/pax-web-undertow/src/main/java/org/ops4j/pax/web/service/undertow/internal/Context.java +++ b/p...
[PAXWEB-<I>] Fix NPE when there's no Undertow authenticator extension (cherry picked from commit <I>fef<I>a5c<I>f<I>a1f<I>d<I>c<I>)
ops4j_org.ops4j.pax.web
train
a917c5b5be8662e686554d7d89ed765ff7341971
diff --git a/ext_localconf.php b/ext_localconf.php index <HASH>..<HASH> 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + defined('TYPO3') or die(); // Rebuild cache in DataHandler on changing / inserting / adding redirect records
[TASK] Declare strict types in ext_localconf.php files Since #<I> it's possible to declare strict types in ext_localconf.php files. This patch does this through the core. Resolves: #<I> Related: #<I> Releases: master Change-Id: I<I>a<I>a<I>d5d<I>daccc<I>ca<I>a1ffd<I>f9d<I> Reviewed-on: <URL>
TYPO3-CMS_redirects
train
0a60ad0d7bf7a4401a480f1d34dd335cca5f09a1
diff --git a/lib/mongo/util/bson.rb b/lib/mongo/util/bson.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/util/bson.rb +++ b/lib/mongo/util/bson.rb @@ -47,6 +47,7 @@ class BSON CODE_W_SCOPE = 15 NUMBER_INT = 16 TIMESTAMP = 17 + NUMBER_LONG = 18 MAXKEY = 127 if RUBY_VERSION >= '1.9' @@ -180,6 +181,9 @@ ...
support for long type in pure ruby [enc|dec]oder
mongodb_mongo-ruby-driver
train
6a1eee9c2393f32b3270609433482a5668232cc7
diff --git a/src/main/java/com/rackspace/cloud/api/docs/PDFMojo.java b/src/main/java/com/rackspace/cloud/api/docs/PDFMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/rackspace/cloud/api/docs/PDFMojo.java +++ b/src/main/java/com/rackspace/cloud/api/docs/PDFMojo.java @@ -180,6 +180,14 @@ public abstract clas...
Fixed more merge conflicts for PDF and Webhelp mojos
rackerlabs_clouddocs-maven-plugin
train
4ccf8319bb3b6e9f5df507b4e9b58c649a3adc34
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb +++ b/activerecord/lib/ac...
expand mulasgn for enhancing readability
rails_rails
train
4b1fa1fdf415549d369a4b76016283313573e547
diff --git a/htmresearch/frameworks/nlp/classification_model.py b/htmresearch/frameworks/nlp/classification_model.py index <HASH>..<HASH> 100644 --- a/htmresearch/frameworks/nlp/classification_model.py +++ b/htmresearch/frameworks/nlp/classification_model.py @@ -136,12 +136,12 @@ class ClassificationModel(object): ...
Update Imbu runner model training method, and ClassificationModel documentation
numenta_htmresearch
train
87d7f6732524beeedf5e177fe6e192914954a542
diff --git a/lib/winston-telegram.js b/lib/winston-telegram.js index <HASH>..<HASH> 100644 --- a/lib/winston-telegram.js +++ b/lib/winston-telegram.js @@ -25,6 +25,8 @@ var Telegram = exports.Telegram = function (options) { this.level = options.level || 'info'; this.unique = options.unique || false; this.silent =...
Allow multiple transports, send messages silently
ivanmarban_winston-telegram
train
b2cb541c27411cd5d4efe3e778371a74b6cea0b2
diff --git a/lib/ohai/plugins/shard.rb b/lib/ohai/plugins/shard.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/shard.rb +++ b/lib/ohai/plugins/shard.rb @@ -22,10 +22,12 @@ Ohai.plugin(:ShardSeed) do def get_dmi_property(dmi, thing) %w{system base_board chassis}.each do |section| - unless dmi[secti...
Make shard plugin more resilient and throw better errors * Catch a variety of problems and Ohai::Log.error about them. Since this is an optional plugin, if we're hitting these, someone specifically requested this plugin, so an error is warranted. * We raise anyway, so that you don't spew further errors Fixes #<I>
chef_ohai
train
b0db9707c65c2158a6e8677b6abb6da3620efe53
diff --git a/middleware/mw.app.context.js b/middleware/mw.app.context.js index <HASH>..<HASH> 100644 --- a/middleware/mw.app.context.js +++ b/middleware/mw.app.context.js @@ -121,7 +121,7 @@ module.exports = function (Q, _, appConfigs, config, cls, translations, routeHel var appName = req.app.name; ...
Formatting fix for req.app.isLegacyMobile
gethuman_pancakes-recipe
train
b89b1808e45986e2bf9f29fea09f4df8cf5e6c12
diff --git a/addon/store.js b/addon/store.js index <HASH>..<HASH> 100644 --- a/addon/store.js +++ b/addon/store.js @@ -75,10 +75,6 @@ var Store = Ember.Object.extend({ } return this._findByIdComputed(type, options); }, - findOne: function(type) { - var all = this._findAll(type); - ...
[FEATURE]: findOne is now computed (w/ proxy'd methods)
toranb_ember-cli-simple-store
train
cd4a37b3b81262de03445ad0dfc3bfdb7d791017
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -102,7 +102,7 @@ describe('is a number', function() { fixtures.forEach(function(num, idx) { it(JSON.stringify(num) + ' should be a number', function() { - assert(isNumber(num), `expected "${String(num)}" to be a num...
use quotes so we can avoid a major bump
jonschlinkert_is-number
train
067c6516606f0cc318a7a586c7bba19dfc794860
diff --git a/src/asynqp/__init__.py b/src/asynqp/__init__.py index <HASH>..<HASH> 100644 --- a/src/asynqp/__init__.py +++ b/src/asynqp/__init__.py @@ -49,7 +49,7 @@ def connect(host='localhost', dispatcher = Dispatcher() transport, protocol = yield from loop.create_connection(lambda: AMQP(dispatcher, loop), *...
Expose transport and protocol on Connection
benjamin-hodgson_asynqp
train
2f96c17ad59e4986b2db10c08be67e818bb4bf6a
diff --git a/zuul-core/src/main/java/com/netflix/zuul/filters/endpoint/ProxyEndpoint.java b/zuul-core/src/main/java/com/netflix/zuul/filters/endpoint/ProxyEndpoint.java index <HASH>..<HASH> 100644 --- a/zuul-core/src/main/java/com/netflix/zuul/filters/endpoint/ProxyEndpoint.java +++ b/zuul-core/src/main/java/com/netfli...
Bugfix in ProxyEndpoint In operationComplete(), the onRequestStartWithServer() call was being made even if there were no-available-servers, in which case the chosenServer is null. This wasn't breaking the flow, but was causing stacktraces in logs from an ExecutionListener.
Netflix_zuul
train
21657ff3826ba5f14f68a8d338945a7459c98dce
diff --git a/synapse/common.py b/synapse/common.py index <HASH>..<HASH> 100644 --- a/synapse/common.py +++ b/synapse/common.py @@ -3,6 +3,7 @@ import os import sys import json import time +import fcntl import types import base64 import fnmatch @@ -12,6 +13,7 @@ import functools import itertools import threading...
Updates to synapse.common
vertexproject_synapse
train
2d0357a152bbb0326ce695866bf149399cdcd0a1
diff --git a/htmresearch/algorithms/union_temporal_pooler.py b/htmresearch/algorithms/union_temporal_pooler.py index <HASH>..<HASH> 100644 --- a/htmresearch/algorithms/union_temporal_pooler.py +++ b/htmresearch/algorithms/union_temporal_pooler.py @@ -174,7 +174,6 @@ class UnionTemporalPooler(SpatialPooler): self.s...
Fix bug in union pooler left from removal of min active duty cycles. Also switch relational memory experiment to use union pooler
numenta_htmresearch
train
8a6408831c1aae246b87029ba6803f7bb69b9059
diff --git a/py_linq/__init__.py b/py_linq/__init__.py index <HASH>..<HASH> 100644 --- a/py_linq/__init__.py +++ b/py_linq/__init__.py @@ -1,6 +1,6 @@ """ Linq for Python """ -__version__ = '1.0.1' +__version__ = '1.1.0' try: from py_linq import Enumerable # noqa
Upped version number to <I>
viralogic_py-enumerable
train
5281b5c332819b0567b70b092987b2945f0bd488
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Updated method of merging default and user options from deep to shallow merge to better accommodate SSR / virtual DOM environments. +- Fixed parsing of variable functions that contain space...
Fixed var() with spaces, tabs, and new lines
jhildenbiddle_css-vars-ponyfill
train
0eda41e713b7c02fabe94ef2f9b988bce31469fb
diff --git a/auth_metadata.go b/auth_metadata.go index <HASH>..<HASH> 100644 --- a/auth_metadata.go +++ b/auth_metadata.go @@ -53,8 +53,13 @@ func (mc *metadataCreds) ExpiringKeyForSigning(now time.Time) (*SigningKey, time func retrieveAWSCredentials(role string) (map[string]string, error) { var bodybytes []byte +...
Fix AWS authentication using metdata timeout. Default HTTP client has no timeout and results in infinite hang
sendgridlabs_go-kinesis
train
9eaf469e99fac47eda2c023d90b21e655145feee
diff --git a/lib/fog/rackspace/files.rb b/lib/fog/rackspace/files.rb index <HASH>..<HASH> 100644 --- a/lib/fog/rackspace/files.rb +++ b/lib/fog/rackspace/files.rb @@ -59,9 +59,10 @@ module Fog }, :host => @cdn_host, :method => params[:method], - :path => "#{@cdn_path}...
starting to fill in pending rackspace files tests
fog_fog
train
51b8886d70d1b3c1062ef75b41eaa7ace4c61437
diff --git a/lib/angle-bracket-invocation-polyfill.js b/lib/angle-bracket-invocation-polyfill.js index <HASH>..<HASH> 100644 --- a/lib/angle-bracket-invocation-polyfill.js +++ b/lib/angle-bracket-invocation-polyfill.js @@ -91,7 +91,6 @@ class AngleBracketPolyfill { arg.loc ) )); - ...
Remove outdated comment from AST transform.
rwjblue_ember-angle-bracket-invocation-polyfill
train
ed8a27d716b4b111118eb4802276dd84b1450b98
diff --git a/src/Components/Expression.php b/src/Components/Expression.php index <HASH>..<HASH> 100644 --- a/src/Components/Expression.php +++ b/src/Components/Expression.php @@ -261,7 +261,7 @@ class Expression extends Component continue; } $isExpr = t...
Use strlen on strings instead of count This fails in PHP <I>
phpmyadmin_sql-parser
train
afef21498b5d7b5dcf5af7f78464f4b247994e34
diff --git a/src/com/opera/core/systems/scope/services/ums/DesktopWindowManager.java b/src/com/opera/core/systems/scope/services/ums/DesktopWindowManager.java index <HASH>..<HASH> 100644 --- a/src/com/opera/core/systems/scope/services/ums/DesktopWindowManager.java +++ b/src/com/opera/core/systems/scope/services/ums/Des...
Hack to get tab with position 0 to work (all widget with no pos set has pos 0 so we got a clash)
operasoftware_operaprestodriver
train
b2eaa291f36fc8c050a10d6d940a5f88ff08aed4
diff --git a/lib/util/mixin.js b/lib/util/mixin.js index <HASH>..<HASH> 100644 --- a/lib/util/mixin.js +++ b/lib/util/mixin.js @@ -1,5 +1,6 @@ 'use strict'; +var _ = require('lodash'); var Class = require('./class'); /** @@ -8,23 +9,40 @@ var Class = require('./class'); * @since 1.0 * @public * @constructo...
Mixins now look more similar to standard objects.
wbyoung_azul
train
cf43663e85be35c0343cfde87e4fb9672614b28d
diff --git a/command/e2etest/init_test.go b/command/e2etest/init_test.go index <HASH>..<HASH> 100644 --- a/command/e2etest/init_test.go +++ b/command/e2etest/init_test.go @@ -39,7 +39,7 @@ func TestInitProviders(t *testing.T) { t.Errorf("success message is missing from output:\n%s", stdout) } - if !strings.Conta...
command/e2etest: Fix TestInitProviders The canonical location of the "template" provider is now in the hashicorp namespace rather than the terraform-providers namespace, so the output has changed to reflect that.
hashicorp_terraform
train
bb2633797652389314079e921c8ec05fa211ea3c
diff --git a/tornado/httpclient.py b/tornado/httpclient.py index <HASH>..<HASH> 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -227,6 +227,13 @@ class AsyncHTTPClient(Configurable): raise RuntimeError("fetch() called on closed AsyncHTTPClient") if not isinstance(request, HTTPReq...
make kwargs always work in AsyncHTTPClient.fetch()
tornadoweb_tornado
train
67fb1c7d0230187ec38e8c129b4948a042867579
diff --git a/environs/interface.go b/environs/interface.go index <HASH>..<HASH> 100644 --- a/environs/interface.go +++ b/environs/interface.go @@ -12,7 +12,12 @@ type EnvironProvider interface { // Open opens the environment and returns it. Open(config *config.Config) (Environ, error) - // TODO: add Validate + //...
Clarified the call sites for Validate.
juju_juju
train
eece8e1588aca6c338306249c4934f9b424b2e1a
diff --git a/maven-repository-manager/src/test/java/org/jboss/pnc/mavenrepositorymanager/fixture/TestBuildExecution.java b/maven-repository-manager/src/test/java/org/jboss/pnc/mavenrepositorymanager/fixture/TestBuildExecution.java index <HASH>..<HASH> 100644 --- a/maven-repository-manager/src/test/java/org/jboss/pnc/ma...
Clean up maven repo manager fixture.
project-ncl_pnc
train
458bbda9cd161a71b9a97d55b581492f7ca3b696
diff --git a/tests/test_regular_solution.py b/tests/test_regular_solution.py index <HASH>..<HASH> 100644 --- a/tests/test_regular_solution.py +++ b/tests/test_regular_solution.py @@ -51,6 +51,9 @@ def test_4_components(): GE = RegularSolution(T, xs, Vs, SPs, lambda_coeffs) assert eval(str(GE)).GE() == GE.GE()...
Add regular solution json export test
CalebBell_thermo
train
84bb35ebf4aa76addc360f6c0157152c949a9e72
diff --git a/floodsub_test.go b/floodsub_test.go index <HASH>..<HASH> 100644 --- a/floodsub_test.go +++ b/floodsub_test.go @@ -986,7 +986,7 @@ func TestImproperlySignedMessageRejected(t *testing.T) { if err != nil { t.Fatal(err) } - time.Sleep(time.Millisecond * 10) + time.Sleep(time.Millisecond * 50) // Fir...
Bump wait from <I> -> <I>ms This matches the waits in the rest of the package.
libp2p_go-libp2p-pubsub
train
04e81daa1bddc6a5f2f28dc490d762f71b7546c8
diff --git a/functional/server_tests.js b/functional/server_tests.js index <HASH>..<HASH> 100644 --- a/functional/server_tests.js +++ b/functional/server_tests.js @@ -688,3 +688,115 @@ exports['Should correctly connect execute 5 evals in parallel'] = { server.connect(); } } + +exports['Should correctly promote...
NODE-<I> promoteValues not being promoted correctly to getMore
mongodb_node-mongodb-native
train
40aaf6c459f2dbfe5617f12c0324871964780665
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -456,14 +456,18 @@ PageClass.prototype.importDocument = function(doc, noload) { }); } - var links = queryAll(mountHead, 'link[rel="none"]') - .concat(queryAll(mountBody, 'link[rel="none"]')); + var parallels = [].conca...
Use simpler rel handling to keep script/import order
kapouer_window-page
train
16e8502d78b1764ad122bf8d56cd381e4958ef43
diff --git a/plugins/deck.js b/plugins/deck.js index <HASH>..<HASH> 100644 --- a/plugins/deck.js +++ b/plugins/deck.js @@ -8,7 +8,7 @@ Deck.prototype = { }, isActive : function() { - return typeof $.deck === "function"; + return typeof $ === "function" && typeof $.deck === "function"; }, ...
Avoid 'Can't find variable: $' message in deck.js detection
astefanutti_decktape
train
7c4ce9e36e61f979d5b7cdeeda1845f5bee847f7
diff --git a/src/compile.php b/src/compile.php index <HASH>..<HASH> 100644 --- a/src/compile.php +++ b/src/compile.php @@ -48,6 +48,7 @@ return [ 'orchestra/foundation' => [ 'src/Providers/SupportServiceProvider', 'src/Support/Providers/Traits/RouteProviderTrait', + 'src/Support/Providers/...
Add ModuleServiceProvider to compiled list.
orchestral_optimize
train
b2391691e2789589494f77f1cc0e8b1da73ba599
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,11 +103,10 @@ module.exports = function(grunt) { banner: '' }, files: { - '<%=dirs.dist%>/jquery.qtip.js': [ - '<%=dirs.dist%>/jquery.qtip.js' - ], - '<%=dirs.dist%>/jquery...
Added packaged imagesLoaded file
qTip2_qTip2
train
cbe74e151bae169b4bacec9da7c5d359623a79c3
diff --git a/spyderlib/plugins/__init__.py b/spyderlib/plugins/__init__.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/__init__.py +++ b/spyderlib/plugins/__init__.py @@ -511,15 +511,6 @@ class SpyderPluginMixin(object): QApplication.restoreOverrideCursor() self.__show_message(message, timeou...
Remove unneeded method in SpyderPluginMixin
spyder-ide_spyder
train
36e5519a596fb73315ff2dd6d1f187501539c066
diff --git a/src/jdataview.js b/src/jdataview.js index <HASH>..<HASH> 100644 --- a/src/jdataview.js +++ b/src/jdataview.js @@ -133,16 +133,7 @@ var jDataView = function (buffer, byteOffset, byteLength, littleEndian) { continue; } - var name; - if (type === 'Int8' || type === 'Uint8') { - name = 'read'...
Fixed bug when using Node Buffers - jDataView did not take into mind custom endianness argument and always used the one was set in constructor.
jDataView_jDataView
train
657fe40742b5fcefe0c3249b20b23031342b36fc
diff --git a/upload/admin/controller/localisation/currency.php b/upload/admin/controller/localisation/currency.php index <HASH>..<HASH> 100644 --- a/upload/admin/controller/localisation/currency.php +++ b/upload/admin/controller/localisation/currency.php @@ -119,7 +119,7 @@ class Currency extends \Opencart\System\Engin...
Changed path /currency to |currency
opencart_opencart
train
3c76df5d2d5d1fd60e7ad7a1f92fc3b1022fe67b
diff --git a/lib/Thelia/Action/Translation.php b/lib/Thelia/Action/Translation.php index <HASH>..<HASH> 100644 --- a/lib/Thelia/Action/Translation.php +++ b/lib/Thelia/Action/Translation.php @@ -14,8 +14,6 @@ namespace Thelia\Action; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Compon...
Refactored the structure of the translation files
thelia_core
train
3494b2ac50da9eaf1834948e7a1562d2033ba14d
diff --git a/js/notebook/src/embed.js b/js/notebook/src/embed.js index <HASH>..<HASH> 100644 --- a/js/notebook/src/embed.js +++ b/js/notebook/src/embed.js @@ -15,11 +15,11 @@ require('./plot/bko-plot.css'); var loadedModules = [ require("./Plot"), - require("./TableDisplay"), require("./EasyForm"), require...
#<I> fix TableDisplay missing in Lab (#<I>)
twosigma_beakerx
train
6659306d3b4e227cc9eb8385cbdee2e82a0b4902
diff --git a/nailgun/entities.py b/nailgun/entities.py index <HASH>..<HASH> 100644 --- a/nailgun/entities.py +++ b/nailgun/entities.py @@ -627,7 +627,13 @@ class Capsule(Entity, EntityReadMixin, EntitySearchMixin): return super(Capsule, self).path(which) -class CommonParameter(Entity): +class CommonParamet...
Update CommonParameters entity.
SatelliteQE_nailgun
train
9b99238a4072d582332ee2fc26a3157b68db9232
diff --git a/php_fast_cache.php b/php_fast_cache.php index <HASH>..<HASH> 100644 --- a/php_fast_cache.php +++ b/php_fast_cache.php @@ -158,8 +158,12 @@ // PATH Edit by SecurityKey // Auto create, Chmod and Warning private static function getPath($skip_create = false) { - - self::$p...
Update php_fast_cache.php Change path by user definition.
PHPSocialNetwork_phpfastcache
train
f77b920f750b6625773b85c7668907653d61116f
diff --git a/libreantdb/api.py b/libreantdb/api.py index <HASH>..<HASH> 100644 --- a/libreantdb/api.py +++ b/libreantdb/api.py @@ -1,3 +1,5 @@ +import time + from elasticsearch import NotFoundError from elasticsearch.helpers import scan @@ -5,6 +7,10 @@ import logging log = logging.getLogger(__name__) +def cur...
compatibility fix: es 2 has deprecated '_timestamp' field this BREAKS compatibility with old already created index that were making use of the '_timestamp' field. Unfortunatly the elasticsaerch guys have decided that we cannot use the put_mappings api to update the old index mapping to the new one: <URL>
insomnia-lab_libreant
train
50bb8eda29e5dfa94c3b97ddce74b0cb8fe34e1f
diff --git a/lib/store_watch_mixin.js b/lib/store_watch_mixin.js index <HASH>..<HASH> 100644 --- a/lib/store_watch_mixin.js +++ b/lib/store_watch_mixin.js @@ -5,6 +5,7 @@ var StoreWatchMixin = function() { return { componentDidMount: function() { var flux = this.props.flux || this.context.flux; + th...
Remove isMounted() (deprecated)
BinaryMuse_fluxxor
train
d0b6e2e7177846682eeb2fd9d995a138a8c148c5
diff --git a/test/test_distance.py b/test/test_distance.py index <HASH>..<HASH> 100644 --- a/test/test_distance.py +++ b/test/test_distance.py @@ -6,7 +6,6 @@ import unittest import warnings from mock import patch -from geopy import distance as geopy_distance from geopy.point import Point from geopy.distance impo...
test_distance: remove duplicated test Apparently this was caused by a mistake during a merge conflict resolution.
geopy_geopy
train
3ec7bb83b7524554855d88ecda705149c5a50dea
diff --git a/src/main/java/au/com/southsky/jfreesane/SaneEnums.java b/src/main/java/au/com/southsky/jfreesane/SaneEnums.java index <HASH>..<HASH> 100644 --- a/src/main/java/au/com/southsky/jfreesane/SaneEnums.java +++ b/src/main/java/au/com/southsky/jfreesane/SaneEnums.java @@ -75,4 +75,8 @@ public final class SaneEnum...
Improve reporting of unexpected exceptions while opening a device
sjamesr_jfreesane
train
b82416bba212d324230c63fde87bba0910654106
diff --git a/src/main/java/org/jenetics/util/MappedAccumulator.java b/src/main/java/org/jenetics/util/MappedAccumulator.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jenetics/util/MappedAccumulator.java +++ b/src/main/java/org/jenetics/util/MappedAccumulator.java @@ -90,7 +90,7 @@ public abstract class Mappe...
Change generic type signature for mapper method.
jenetics_jenetics
train
2a5ee590824be0c23e8419100088c6715b7cc6e3
diff --git a/src/main/java/net/agkn/hll/util/HLLUtil.java b/src/main/java/net/agkn/hll/util/HLLUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/agkn/hll/util/HLLUtil.java +++ b/src/main/java/net/agkn/hll/util/HLLUtil.java @@ -26,11 +26,13 @@ import net.agkn.hll.HLL; */ public final class HLLUtil { ...
Documentation and code style cleanup. No logic changed.
aggregateknowledge_java-hll
train
6c8f5e7685931556d486f813393cc92648d0baeb
diff --git a/java/src/com/google/template/soy/passes/HtmlTagEntry.java b/java/src/com/google/template/soy/passes/HtmlTagEntry.java index <HASH>..<HASH> 100644 --- a/java/src/com/google/template/soy/passes/HtmlTagEntry.java +++ b/java/src/com/google/template/soy/passes/HtmlTagEntry.java @@ -266,6 +266,16 @@ final class ...
Fix a bug that does not check stack/queue after popping optional tags. This bug means if we pop all optional tags in the openStack, but still have some tags in closeQueue, the validation pass will ignore the tags in the queue. ------------- Created by MOE: <URL>
google_closure-templates
train
c8c41164f8f92cb6af0096301718b19d791134c4
diff --git a/eZ/Publish/Core/MVC/Legacy/SignalSlot/AbstractLegacySlot.php b/eZ/Publish/Core/MVC/Legacy/SignalSlot/AbstractLegacySlot.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/MVC/Legacy/SignalSlot/AbstractLegacySlot.php +++ b/eZ/Publish/Core/MVC/Legacy/SignalSlot/AbstractLegacySlot.php @@ -61,7 +61,8 @@ abs...
Workaround: re-enabled legacy HTTP cache clearing Will take care of clearing HTTP caches until EZP-<I> is finished.
ezsystems_ezpublish-kernel
train
1213d085d72c2119a5fdefbe80d659bd34be273e
diff --git a/src/Graviton/CoreBundle/Tests/Services/ReadOnlyServiceTest.php b/src/Graviton/CoreBundle/Tests/Services/ReadOnlyServiceTest.php index <HASH>..<HASH> 100644 --- a/src/Graviton/CoreBundle/Tests/Services/ReadOnlyServiceTest.php +++ b/src/Graviton/CoreBundle/Tests/Services/ReadOnlyServiceTest.php @@ -67,7 +67,...
remove cache namespace again from schema caching stuff as it conflicts with i<I>n caching, fix readonlyservice expectation
libgraviton_graviton
train
58385c909c372928fd5090920188f59f83ccbc6f
diff --git a/module/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java b/module/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java index <HASH>..<HASH> 100644 --- a/module/communication/controller/src/main/ja...
first attempt to implement requestData data filtering based on user time
openbase_jul
train
ace02bc0f73350fdf99b9f7e61103da82c08c213
diff --git a/telluric/georaster.py b/telluric/georaster.py index <HASH>..<HASH> 100644 --- a/telluric/georaster.py +++ b/telluric/georaster.py @@ -670,7 +670,8 @@ class GeoRaster2(WindowMethodsMixin, _Raster): if self._crs is None: self._crs = copy(raster.crs) - assert self._c...
Fix rasterio environment issue
satellogic_telluric
train
1e077aca2f75d31979feea0bb3bac7c2e88a7fb4
diff --git a/clustergrammer_widget/_version.py b/clustergrammer_widget/_version.py index <HASH>..<HASH> 100644 --- a/clustergrammer_widget/_version.py +++ b/clustergrammer_widget/_version.py @@ -1,2 +1,2 @@ -version_info = (1, 0, 1) +version_info = (1, 1, 0) __version__ = '.'.join(map(str, version_info))
going to publish clustergrammer_widget <I>
ismms-himc_clustergrammer2
train
f77eb62d58a453791f88b745c012e1dc74de5cf2
diff --git a/api/opentrons/drivers/smoothie_drivers/v3_0_0/driver_3_0.py b/api/opentrons/drivers/smoothie_drivers/v3_0_0/driver_3_0.py index <HASH>..<HASH> 100644 --- a/api/opentrons/drivers/smoothie_drivers/v3_0_0/driver_3_0.py +++ b/api/opentrons/drivers/smoothie_drivers/v3_0_0/driver_3_0.py @@ -1,6 +1,6 @@ from ope...
implement readability refactors in robot_configs
Opentrons_opentrons
train
97fb045cfeb29d732a8d18005ec12136e3c42002
diff --git a/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analytics/api/MFPAnalytics.java b/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analytics/api/MFPAnalytics.java index <HASH>..<HASH> 100644 --- a/lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/analytics/api/M...
Implement NONE and ALL device events in MFPAnalytics.
ibm-bluemix-mobile-services_bms-clientsdk-android-analytics
train
881d47801fc017df776a4076555907a4535fdc2d
diff --git a/tests/test_reading.py b/tests/test_reading.py index <HASH>..<HASH> 100644 --- a/tests/test_reading.py +++ b/tests/test_reading.py @@ -34,3 +34,26 @@ def test_reading(files_source): for fh in filehandles.filehandles(files_source, verbose=True, cif='text/cif'): mock = Mock(fh) assert m...
Added tests to include pattern parameter.
MoseleyBioinformaticsLab_filehandles
train
127db3d56edde6db52e3b4c162e6f49f73c5dfbc
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# 0.2.3 + +* Add `Collection#find_by` for easier finding: `album.songs.find_by(id: 1)`. +* Fix inheritance of the `:default` option. This would formerly wrap the default value into another `Uber::Options:...
Fix inheritance of the `:default` option. This would formerly wrap the default value into another `Uber::Options::Value`.
apotonick_disposable
train
564b93df4fde52acef5ccb205d69dfbf111ce9c0
diff --git a/value/src/main/java/com/google/auto/value/processor/AutoValueProcessor.java b/value/src/main/java/com/google/auto/value/processor/AutoValueProcessor.java index <HASH>..<HASH> 100644 --- a/value/src/main/java/com/google/auto/value/processor/AutoValueProcessor.java +++ b/value/src/main/java/com/google/auto/v...
In AutoValueProcessor, don't claim the @AutoValue annotation. We don't know what other processors there might be. ------------- Created by MOE: <URL>
google_auto
train
c18d70a3e2611e76d4dce8717e15997e93fc23c1
diff --git a/spec/lib/phony/countries_spec.rb b/spec/lib/phony/countries_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/phony/countries_spec.rb +++ b/spec/lib/phony/countries_spec.rb @@ -356,7 +356,7 @@ describe 'country descriptions' do it_splits '62877123456', %w(62 877 123 456) it_splits '628811234...
Fix indonesia spec to support 9 digits
floere_phony
train
c79920199ed3b69f577e80e336750203d81015e3
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -40,13 +40,14 @@ var FunctionGraph = module.exports = function (options) { // Initialize variables var self = this - , settings = self.options = Ul.merge(FunctionGraph.defaults, options) + , settings = se...
Added the setFunction method.
IonicaBizau_node-cli-graph
train
21df2bfc4a916d5f9bbffa48fec0f08235d276b9
diff --git a/actionpack/lib/action_dispatch/middleware/flash.rb b/actionpack/lib/action_dispatch/middleware/flash.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/middleware/flash.rb +++ b/actionpack/lib/action_dispatch/middleware/flash.rb @@ -190,7 +190,7 @@ module ActionDispatch end ...
again, use Set#subtract
rails_rails
train
d1727aaee3a34566a99db0cac5f32779756282ab
diff --git a/examples/generate_phpdoc.rb b/examples/generate_phpdoc.rb index <HASH>..<HASH> 100755 --- a/examples/generate_phpdoc.rb +++ b/examples/generate_phpdoc.rb @@ -254,11 +254,6 @@ File.open("ImageAutodoc.php", "w") do |file| file << preamble file << "\n" file << "namespace Jcupitt\\Vips;\n" - ...
Override __toString() + remove enums import Importing enums isn't necessary because we are in the same namespace.
libvips_php-vips
train
bc214a669167b846552caedb1e464e568a736239
diff --git a/src/react/DebugPanel.js b/src/react/DebugPanel.js index <HASH>..<HASH> 100644 --- a/src/react/DebugPanel.js +++ b/src/react/DebugPanel.js @@ -42,7 +42,7 @@ export default class DebugPanel { render() { return ( - <div style={this.props.getStyle(this.props)}> + <div style={{...this.props....
Make DebugPanel style customizable. With this you can pass style to DebugPanel component. ```js <DebugPanel style={{maxWidth: '<I>%'}}> </DebugPanel> ```
reduxjs_redux-devtools
train
9ec116ce06b5be540857a2b014756dca3fade787
diff --git a/lib/Thelia/Tests/Condition/Implementation/MatchForEveryoneManagerTest.php b/lib/Thelia/Tests/Condition/Implementation/MatchForEveryoneManagerTest.php index <HASH>..<HASH> 100644 --- a/lib/Thelia/Tests/Condition/Implementation/MatchForEveryoneManagerTest.php +++ b/lib/Thelia/Tests/Condition/Implementation/M...
Adding/Refactoring unit test for MatchForEveryoneManager|MatchForTotalAmountManager|MatchForXArticlesManager
thelia_core
train