hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
22d3986863a981d0eb2bc32b3874c2ab9391858a
diff --git a/salt/modules/virtualenv_mod.py b/salt/modules/virtualenv_mod.py index <HASH>..<HASH> 100644 --- a/salt/modules/virtualenv_mod.py +++ b/salt/modules/virtualenv_mod.py @@ -125,7 +125,7 @@ def create(path, # Virtualenv package try: import virtualenv - VIRTUALENV_VERSI...
Local variables should not be uppercased.
saltstack_salt
train
80a37fbca4e81db655c41628bfdc88035da6edd3
diff --git a/plugin/pkg/admission/namespace/lifecycle/admission_test.go b/plugin/pkg/admission/namespace/lifecycle/admission_test.go index <HASH>..<HASH> 100644 --- a/plugin/pkg/admission/namespace/lifecycle/admission_test.go +++ b/plugin/pkg/admission/namespace/lifecycle/admission_test.go @@ -18,6 +18,7 @@ package lif...
Fix race in lifecycle admission test .State.Phase is read and written by multiple goroutines as reported by `godep go test -race` on Go <I>. Adding the mutex around the object fixes the issue.
kubernetes_kubernetes
train
9b0a166660c3b3e3b166d1e4f96115c7f338a4af
diff --git a/tests/Log/LogLoggerTest.php b/tests/Log/LogLoggerTest.php index <HASH>..<HASH> 100755 --- a/tests/Log/LogLoggerTest.php +++ b/tests/Log/LogLoggerTest.php @@ -36,6 +36,17 @@ class LogLoggerTest extends TestCase $writer->error('foo'); } + public function testContextIsFlushed() + { + ...
Add test for withoutContext (#<I>)
laravel_framework
train
cab1154d7a29789eea78db5c58b9aa092c29d4dc
diff --git a/phy/gui/widgets.py b/phy/gui/widgets.py index <HASH>..<HASH> 100644 --- a/phy/gui/widgets.py +++ b/phy/gui/widgets.py @@ -61,6 +61,16 @@ class IPythonView(RichJupyterWidget): gui.add_view(self) self.start_kernel() self.inject(gui=gui, **kwargs) + try: + import n...
Inject common libraries in IPythonView
kwikteam_phy
train
5be47eaf27551b2ebb45ea30385686aace5a914d
diff --git a/cmd/kubeadm/app/apis/kubeadm/types.go b/cmd/kubeadm/app/apis/kubeadm/types.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/apis/kubeadm/types.go +++ b/cmd/kubeadm/app/apis/kubeadm/types.go @@ -116,7 +116,7 @@ type ClusterConfiguration struct { CertificatesDir string // ImageRepository sets the c...
kubeadm: update references to legacy artifacts locations
kubernetes_kubernetes
train
916fe5c81cbcc7a6f01d17e292f73254300b2476
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ = ActiveMerchant CHANGELOG +* PayGate: Add support for refunds [StephanAtG2] * PayPal: Add #scrub for scrubbing PCI information out of HTTP transcripts [girasquid] * Stripe: Add #scrub for scrubbing PCI i...
PayGate: add support for refund Closes #<I>
activemerchant_active_merchant
train
9e819c5da1f920a81cdb62031b9f2d62d07cedf6
diff --git a/app/controllers/api/v1/owners_controller.rb b/app/controllers/api/v1/owners_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/v1/owners_controller.rb +++ b/app/controllers/api/v1/owners_controller.rb @@ -34,7 +34,7 @@ class Api::V1::OwnersController < Api::BaseController end def g...
update owners api to accept user id
rubygems_rubygems.org
train
6c3a168d10aeab5aec48fa565347553fb864e96a
diff --git a/lib/slop/option.rb b/lib/slop/option.rb index <HASH>..<HASH> 100644 --- a/lib/slop/option.rb +++ b/lib/slop/option.rb @@ -65,17 +65,10 @@ class Slop @delimiter = options[:delimiter] || ',' @limit = options[:limit] || 0 - if @long_flag && @long_flag.size > @slop.longest_flag - if...
move this logic into a private method
leejarvis_slop
train
1de35ebb2dc4281427c6660f3e3cd453d736f256
diff --git a/salt/utils/debug.py b/salt/utils/debug.py index <HASH>..<HASH> 100644 --- a/salt/utils/debug.py +++ b/salt/utils/debug.py @@ -40,4 +40,9 @@ def enable_sigusr1_handler(): Pretty print a stack trace to the console or a debug log under /tmp when any of the salt daemons such as salt-master are sent a...
Skip this signal creation on Windows. SIGUSR1 doesn't exist on Windows and this event was causing the minion to crash on Windows I'm not sure this is the best way to take care of this. But I'm not sure how to actually implement this in Windows yet. Google seems to imply that win<I>events would provided this functiona...
saltstack_salt
train
0b7f38e00ac509cd41c1d9a6069665d90dd614ca
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ PATH remote: . specs: - authlogic (3.2.1) - activerecord (>= 3.0.0) - activesupport (>= 3.0.0) + authlogic (3.3.0) + activerecord (>= 3.2) + activesupport (>= 3.2) ...
version to <I>, require rails <I>, improve find_by_smart_case_login_field
binarylogic_authlogic
train
417b915e5422a9704c851493bca75c7a666cb0bc
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -267,8 +267,8 @@ class PathFinder(): p = os.path.join(HADOOP_HOME, "c++", HADOOP_ARCH_STR, "lib") if os.path.isdir(p): self.__hdfs_link = [p] - if not os.path.exists("/usr/lib/libhdfs.so"): - ...
fixed a bug in setup.py
crs4_pydoop
train
f15da2488558b7d63aa4708bb27863d6ad8a11d9
diff --git a/lib/bundler/gem_version_tasks/version.rb b/lib/bundler/gem_version_tasks/version.rb index <HASH>..<HASH> 100644 --- a/lib/bundler/gem_version_tasks/version.rb +++ b/lib/bundler/gem_version_tasks/version.rb @@ -1,5 +1,5 @@ module Bundler class GemVersionTasks -VERSION='0.2.0' +VERSION='0.2.1' end en...
Bumping to version <I>
yarmand_bundler-gem_version_tasks
train
20f26c4d30160514bace8e394a9b87e41082341a
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/embedded/EmbeddedMongoAutoConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/embedded/EmbeddedMongoAutoConfiguration.java index...
Polish "Fix stopping of Embedded Mongo before context is closed" See gh-<I>
spring-projects_spring-boot
train
4f32cec30fb456576ec70dea24f6056b58e8725d
diff --git a/keys.go b/keys.go index <HASH>..<HASH> 100644 --- a/keys.go +++ b/keys.go @@ -264,13 +264,11 @@ func (priv *PrivateKey) sign(rand io.Reader, hashed []byte) ([]byte, error) { } func (pub *PublicKey) verify(hashed, sig []byte) (nextPoint []byte, sigOk bool) { - // TODO: errors? - if len(sig) != 2*20 { - ...
Fix the implementation of verify of signatures to only check for minimum length.
coyim_otr3
train
91de0d33b26067cad0fb633165f04a5d7fd7d85a
diff --git a/dedupe/clustering/hierarchical.py b/dedupe/clustering/hierarchical.py index <HASH>..<HASH> 100644 --- a/dedupe/clustering/hierarchical.py +++ b/dedupe/clustering/hierarchical.py @@ -3,6 +3,9 @@ import numpy import fastcluster import hcluster +import networkx +from networkx.algorithms.components.connecte...
only clustering connected components allows completion of deduplication of <I> rows :
dedupeio_dedupe
train
2d8e41016314582631e4bbc6311f8421dc278be5
diff --git a/symphony/lib/toolkit/class.general.php b/symphony/lib/toolkit/class.general.php index <HASH>..<HASH> 100644 --- a/symphony/lib/toolkit/class.general.php +++ b/symphony/lib/toolkit/class.general.php @@ -897,6 +897,8 @@ class General * with the input content. This function will ignore errors in opening...
Call clearstatcache before checking permission This will insure that we do not hit the cache on is_writable and is_readable calls. Closes #<I>
symphonycms_symphony-2
train
02a562a3a0fba04c94f48cd56b66af587481077a
diff --git a/src/java/org/apache/cassandra/service/StorageService.java b/src/java/org/apache/cassandra/service/StorageService.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/service/StorageService.java +++ b/src/java/org/apache/cassandra/service/StorageService.java @@ -417,16 +417,9 @@ public final...
simplify client mode gossip handling. patch by Jaakko Laine; reviewed by jbellis git-svn-id: <URL>
Stratio_stratio-cassandra
train
4fc0ea9bf4a2d775f49d1003eac6af415740f61d
diff --git a/salt/fileclient.py b/salt/fileclient.py index <HASH>..<HASH> 100644 --- a/salt/fileclient.py +++ b/salt/fileclient.py @@ -26,8 +26,7 @@ import salt.utils import salt.utils.templates import salt.utils.gzip_util from salt._compat import ( - URLError, HTTPError, BaseHTTPServer, urlparse, urlunparse, - ...
Fix #<I> The url password gathering was not fixed for requests
saltstack_salt
train
f6a6bdcebcf7eefd42e9d58c37e3206361f147de
diff --git a/src/Mmanos/Metable/Stubs/MetableMigration.stub.php b/src/Mmanos/Metable/Stubs/MetableMigration.stub.php index <HASH>..<HASH> 100644 --- a/src/Mmanos/Metable/Stubs/MetableMigration.stub.php +++ b/src/Mmanos/Metable/Stubs/MetableMigration.stub.php @@ -29,7 +29,7 @@ class {{class}} extends Migration }); ...
Fixed creating index for table in metas table migration stub
mmanos_laravel-metable
train
6f13d3109007f56a620ec7ecf6345f0b63b6f38c
diff --git a/lib/poise/utils.rb b/lib/poise/utils.rb index <HASH>..<HASH> 100644 --- a/lib/poise/utils.rb +++ b/lib/poise/utils.rb @@ -37,10 +37,19 @@ module Poise # end def find_cookbook_name(run_context, filename) run_context.cookbook_collection.each do |name, ver| - Chef::CookbookVersion::C...
Add explicit support for the hacky new #halite_root. This is gross but it is the best solution I can think of for finding which cookbook a lib file is defined in during spec tests, where the lib files are outside of the "root" of the synthetic CookbookVersion that Halite injects for us.
poise_poise
train
36c8249a18311cd0b194eec206fe8b85eabfed6e
diff --git a/src/Local/Toolstack/Drupal.php b/src/Local/Toolstack/Drupal.php index <HASH>..<HASH> 100644 --- a/src/Local/Toolstack/Drupal.php +++ b/src/Local/Toolstack/Drupal.php @@ -27,6 +27,10 @@ class Drupal extends ToolstackBase */ public static function isDrupal($directory, $depth = '< 2') { + ...
Prevent fatals when repository doesn't exist
platformsh_platformsh-cli
train
b97a36a10f738d946cb8ff920c8e1177db40c74b
diff --git a/transport/src/test/java/io/netty/channel/ChannelInitializerTest.java b/transport/src/test/java/io/netty/channel/ChannelInitializerTest.java index <HASH>..<HASH> 100644 --- a/transport/src/test/java/io/netty/channel/ChannelInitializerTest.java +++ b/transport/src/test/java/io/netty/channel/ChannelInitialize...
Add test to verify that its possible to add another ChannelInitializer in the initChannel(...) method. Motivation: I received a report the its not possible to add another ChannelInitialiter in the initChannel(...) method, so we should add a test case for it. Modifications: Added testcase. Result: Validate that al...
netty_netty
train
6fc2776512457b56ab65c799b081da82b2845f59
diff --git a/app/adapters/application.js b/app/adapters/application.js index <HASH>..<HASH> 100644 --- a/app/adapters/application.js +++ b/app/adapters/application.js @@ -26,7 +26,7 @@ export default DS.PouchDBAdapter.extend(PouchAdapterUtils, { try { doctype = doc._id.substring(0,...
Fixed js error when search query isn't present.
HospitalRun_hospitalrun-frontend
train
91753409b93a7cfcecbe5008959bfe41d4d7edd8
diff --git a/builtin/providers/aws/cloudfront_distribution_configuration_structure.go b/builtin/providers/aws/cloudfront_distribution_configuration_structure.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/cloudfront_distribution_configuration_structure.go +++ b/builtin/providers/aws/cloudfront_distribution_...
fix issue where, depending on a creation of flattening, the lambda functions may be a set or an []interface{}
hashicorp_terraform
train
3047101b4bcd55bbee0295b204e32e370b65b45c
diff --git a/test/conftest.py b/test/conftest.py index <HASH>..<HASH> 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -204,7 +204,10 @@ def socket(request): signal.alarm(5) def end_socket(): - socket.close(request.node.rep_call.failed) + failed = False + if hasattr(request.n...
Now we need a connection even though there's no interaction
Kozea_wdb
train
b77dce65d5b28ca261002a64e477307193409132
diff --git a/lib/mango/dependencies.rb b/lib/mango/dependencies.rb index <HASH>..<HASH> 100644 --- a/lib/mango/dependencies.rb +++ b/lib/mango/dependencies.rb @@ -9,9 +9,9 @@ module Mango # is not always a better version. # # `Mango::Dependencies` automatically enforces a strict parse-time check for the - # `...
lib/mango/dependencies.rb * Refactored SUPPORTED_RUBY_VERSIONS to REQUIRED_RUBY_VERSION * Forgot to refactor :"spec/rake/spectask" to :"rspec/core/rake_task" spec/mango/dependencies_spec.rb * Updated spec coverage to reflect these changes
ryansobol_mango
train
1ac8ab2bf82800d80a8335841a5c83aa6aa3e5b6
diff --git a/src/main/java/com/blackducksoftware/integration/hub/HubScanJobConfigBuilder.java b/src/main/java/com/blackducksoftware/integration/hub/HubScanJobConfigBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/blackducksoftware/integration/hub/HubScanJobConfigBuilder.java +++ b/src/main/java/com/blac...
IHCIC-<I> Udpating the validation
blackducksoftware_blackduck-common
train
316b2665286d83a1e19b32bead5638bc6aaadd5a
diff --git a/Storage.py b/Storage.py index <HASH>..<HASH> 100644 --- a/Storage.py +++ b/Storage.py @@ -890,7 +890,7 @@ def db_write_data(c, workspace_dir, parent_uuid, key, data, data_file_path, data assert data is not None data_directory = os.path.join(workspace_dir, "Nion Swift Data") absolute_file_pat...
Disable file read/write log messages. svn r<I>
nion-software_nionswift
train
41f30a8fc46a564039923cacd4fdcd107c9498d4
diff --git a/ui/src/directives/TouchPan.js b/ui/src/directives/TouchPan.js index <HASH>..<HASH> 100644 --- a/ui/src/directives/TouchPan.js +++ b/ui/src/directives/TouchPan.js @@ -67,7 +67,7 @@ function getChanges (evt, ctx, isFinal) { let synthetic = false - if (dir === void 0 && isFinal !== true) { + if (dir ...
fix(TouchPan): Return event with payload when calling getChanges in end handler for synthetic isFirst event (#<I>)
quasarframework_quasar
train
6d825df2b075a37cb26b8d226a84f92d5bbe0e09
diff --git a/platform.js b/platform.js index <HASH>..<HASH> 100644 --- a/platform.js +++ b/platform.js @@ -389,6 +389,7 @@ 'Waterfox', 'WebPositive', { 'label': 'Yandex Browser', 'pattern': 'YaBrowser' }, + { 'label': 'UC Browser', 'pattern': 'UCBrowser' }, 'Opera Mini', { 'label...
Add support for UC Browser. Closes #<I>.
bestiejs_platform.js
train
5dad1fc09434b5ac99b39ca1fa231688b17fb459
diff --git a/cpenv/resolver.py b/cpenv/resolver.py index <HASH>..<HASH> 100644 --- a/cpenv/resolver.py +++ b/cpenv/resolver.py @@ -5,7 +5,7 @@ import os # Local imports from . import utils -from .repos import Repo, LocalRepo +from .repos import LocalRepo from .module import Module, is_module, is_exact_match, best_...
fix: copier failed when to_repo was not a LocalRepo
cpenv_cpenv
train
e060fbf9376ae609246f1feaeefbbe398defcdd2
diff --git a/lib/elm-test.js b/lib/elm-test.js index <HASH>..<HASH> 100644 --- a/lib/elm-test.js +++ b/lib/elm-test.js @@ -496,6 +496,11 @@ function generatePackageJson(filePathArgs) { } function ensurePackagesInstalled(dir) { + if (args["skip-install"]) { + infoLog("Warning: Skipping missing packages check.");...
add --skip-install flag I often code on the bus or places without internet. Because of the missing packages check, I can't run my tests in these situations. This change makes it possible to opt out of the package check so I can run my tests again without wifi.
rtfeldman_node-test-runner
train
96d12449bc0d52ea8e9ff7a7e21b3a927a1dd14b
diff --git a/syntax/parser_test.go b/syntax/parser_test.go index <HASH>..<HASH> 100644 --- a/syntax/parser_test.go +++ b/syntax/parser_test.go @@ -64,6 +64,7 @@ var bashParamExp = regexp.MustCompile(`\${[^}]*[,^:]`) func confirmParse(in string, posix, fail bool) func(*testing.T) { return func(t *testing.T) { + t....
syntax: run bash confirmation tests in parallel Calling bash is really slow, so parallelize it. Brings down `go test` total time on my machine from ~2s to ~1s.
mvdan_sh
train
7738c5009e09776c0a2f32c5797f6839a65b4834
diff --git a/molgenis-jobs/src/main/java/org/molgenis/data/jobs/Job.java b/molgenis-jobs/src/main/java/org/molgenis/data/jobs/Job.java index <HASH>..<HASH> 100644 --- a/molgenis-jobs/src/main/java/org/molgenis/data/jobs/Job.java +++ b/molgenis-jobs/src/main/java/org/molgenis/data/jobs/Job.java @@ -31,18 +31,22 @@ publi...
Fix #<I> Permissions lost when doing something transactional in the afterCommit handler of a Job
molgenis_molgenis
train
222aa9af8ecc81181dcb310164399027e7bc3fa9
diff --git a/lib/plugin.js b/lib/plugin.js index <HASH>..<HASH> 100644 --- a/lib/plugin.js +++ b/lib/plugin.js @@ -342,7 +342,7 @@ exports.register = function (server, opts, next) { if(settings.relsTemplate) { reply.view('rel', { rel: rel, relData: marked(data.toStr...
absolute: true ignored when _links were resolved
bleupen_halacious
train
3d9f98d7ff8d02c433e1c7e726dd34e44b12b20e
diff --git a/bin/copy-assets.js b/bin/copy-assets.js index <HASH>..<HASH> 100644 --- a/bin/copy-assets.js +++ b/bin/copy-assets.js @@ -90,8 +90,7 @@ function copySVGs({ projectPath, mcPath }) { usedSvgs.push(...searchText(fs.readFileSync(file, "utf-8"), svgTest)) ); - const files = fs - .readdirSync(p...
Sync commits from release <I> (#<I>) * [releases] copy source images * sync changes relase <I> (2)
firefox-devtools_debugger
train
719e75d554f9b7596e2097c6aa18ccef1c02495b
diff --git a/library/src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java b/library/src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java index <HASH>..<HASH> 100644 --- a/library/src/com/actionbarsherlock/internal/ActionBarSherlockCompat.java +++ b/library/src/com/actionbarsherlock/internal/Action...
Log layout being used when debugging.
JakeWharton_ActionBarSherlock
train
f632d8c33840a62d94ab402d99b49cfdf947cb86
diff --git a/fs/btrfs.go b/fs/btrfs.go index <HASH>..<HASH> 100644 --- a/fs/btrfs.go +++ b/fs/btrfs.go @@ -42,7 +42,7 @@ func (fs *BtrfsFilesystem) Create(bytes uint64) error { fi if file $IMAGE_PATH | grep -v BTRFS; then - mkfs.btrfs $lo + mkfs.btrfs --nodiscard $lo fi mkdir -p $MOUNT_PATH
do not perform TRIM on mkfs
concourse_baggageclaim
train
d01581c380111974cccf01d343fb61c05434c1f5
diff --git a/api/ParserService.js b/api/ParserService.js index <HASH>..<HASH> 100644 --- a/api/ParserService.js +++ b/api/ParserService.js @@ -28,6 +28,7 @@ var env = new ParserEnv( { maxDepth: 40 } ); + var parserPipelineFactory = new ParserPipelineFactory( env ); //var parser = parserPipelineFactory.makePipeli...
Create a 'refinement diff' algorithm The word or char-based algorithm does not scale well beyond 5k chars or so. We now perform a line-based diff and then continue to diff the line differences using the char-based algorithm. This gives a char-based diff even for bigger inputs. Change-Id: Iec<I>ca<I>e4df<I>ba<I>c<I>e7...
wikimedia_parsoid
train
990803267198df45e14f3bfbaaaaf938140e3dfe
diff --git a/go/vt/vtgate/vtgate.go b/go/vt/vtgate/vtgate.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/vtgate.go +++ b/go/vt/vtgate/vtgate.go @@ -56,6 +56,7 @@ import ( var ( transactionMode = flag.String("transaction_mode", "MULTI", "SINGLE: disallow multi-db transactions, MULTI: allow multi-db transaction...
Strip bindVars from response when terse errors is on
vitessio_vitess
train
c75e0adcfa6ed3dfa99e8ecc36d8fe6c784aff1e
diff --git a/lib/sup/thread.rb b/lib/sup/thread.rb index <HASH>..<HASH> 100644 --- a/lib/sup/thread.rb +++ b/lib/sup/thread.rb @@ -357,7 +357,7 @@ class ThreadSet return if threads.size < 2 containers = threads.map do |t| - c = @messages.member?(c) ? @messages[t.first.id] : nil + c = @messages.mem...
fix a thread merging bug introduced by refactoring in <I>f8fc2
sup-heliotrope_sup
train
d37a4bb1c97694520450e11947fde00c8c778527
diff --git a/src/Parsers/Login/OneEight.php b/src/Parsers/Login/OneEight.php index <HASH>..<HASH> 100644 --- a/src/Parsers/Login/OneEight.php +++ b/src/Parsers/Login/OneEight.php @@ -13,6 +13,8 @@ class OneEight extends OneX @list($name, $value) = explode("=", $line, 2); } + $value = trim...
Space at the beginning of capability value can cause malformed URL. Fixes #<I> (#<I>)
troydavisson_PHRETS
train
ff90a2f81ea53563f0be844a3babbb36699a501e
diff --git a/test/mocha/each.js b/test/mocha/each.js index <HASH>..<HASH> 100644 --- a/test/mocha/each.js +++ b/test/mocha/each.js @@ -4,9 +4,6 @@ var assert = require("assert"); var adapter = require("../../js/debug/bluebird.js"); var Promise = adapter; -var fulfilled = adapter.fulfilled; -var rejected = adapter.r...
Convert to promise syntax, remove redundancy These tests are much better than the older ones Petka!
petkaantonov_bluebird
train
f6ba03eb4f575a4d238ab3b6ea94937a6a00c8f7
diff --git a/ta4j/src/main/java/eu/verdelhan/ta4j/indicators/trackers/EMAIndicator.java b/ta4j/src/main/java/eu/verdelhan/ta4j/indicators/trackers/EMAIndicator.java index <HASH>..<HASH> 100644 --- a/ta4j/src/main/java/eu/verdelhan/ta4j/indicators/trackers/EMAIndicator.java +++ b/ta4j/src/main/java/eu/verdelhan/ta4j/ind...
Improving performance of an indicator and a strategy
mdeverdelhan_ta4j-origins
train
2a37afb648554576f862692d86aea61ee314edcd
diff --git a/GVRf/Framework/src/org/gearvrf/GVRTransform.java b/GVRf/Framework/src/org/gearvrf/GVRTransform.java index <HASH>..<HASH> 100644 --- a/GVRf/Framework/src/org/gearvrf/GVRTransform.java +++ b/GVRf/Framework/src/org/gearvrf/GVRTransform.java @@ -396,6 +396,19 @@ public class GVRTransform extends GVRComponent {...
Adding a reset() to GVRTransform. Adding a reset() to GVRTransform. This will be the equivilent to glLoadIdentity().
Samsung_GearVRf
train
1fad744611b04d5323de77be45d7bbf26dd5d25e
diff --git a/mpldatacursor/datacursor.py b/mpldatacursor/datacursor.py index <HASH>..<HASH> 100644 --- a/mpldatacursor/datacursor.py +++ b/mpldatacursor/datacursor.py @@ -573,7 +573,7 @@ class DataCursor(object): # Need to draw the annotation to get the correct extent try: anno.draw(fig.c...
Add workaround for issue #<I>
joferkington_mpldatacursor
train
ec2c2802d1756b99521931bef61390dff3871608
diff --git a/authority/permissions.py b/authority/permissions.py index <HASH>..<HASH> 100644 --- a/authority/permissions.py +++ b/authority/permissions.py @@ -41,6 +41,7 @@ class BasePermission(object): super(BasePermission, self).__init__(*args, **kwargs) def has_user_perms(self, perm, obj, approved, c...
Changing object references from object.id to object.pk
jazzband_django-authority
train
75c18ddd859e8412879d4cdb79a0c348d9267ab3
diff --git a/governator-core/src/main/java/com/netflix/governator/LifecycleModule.java b/governator-core/src/main/java/com/netflix/governator/LifecycleModule.java index <HASH>..<HASH> 100644 --- a/governator-core/src/main/java/com/netflix/governator/LifecycleModule.java +++ b/governator-core/src/main/java/com/netflix/g...
Invoke pre destroy methods in the reverse order of post construct - new unit test to reproduce the behaviour and detect potential future regression
Netflix_governator
train
867837ba1d95618df59f13332f392a3ca98e036a
diff --git a/src/pymlab/sensors/windgauge.py b/src/pymlab/sensors/windgauge.py index <HASH>..<HASH> 100644 --- a/src/pymlab/sensors/windgauge.py +++ b/src/pymlab/sensors/windgauge.py @@ -239,6 +239,26 @@ class WINDGAUGE03A(Device): return((gyro_x_raw / gyro_sens), (gyro_y_raw / gyro_sens), (gyro_z_raw / gyro...
Add new method to read raw magnetometer data.
MLAB-project_pymlab
train
338cfbb8f19158184868aa15a270e6baa5623954
diff --git a/lib/javascript.php b/lib/javascript.php index <HASH>..<HASH> 100644 --- a/lib/javascript.php +++ b/lib/javascript.php @@ -9,7 +9,7 @@ echo '<script language="JavaScript" type="text/javascript" src="'.$CFG->wwwroot.'/lib/speller/spellChecker.js"></script>'."\n"; } ?> -<style type="text/css">/...
Commented out hover hack ... see bug <I>
moodle_moodle
train
efb882721550d3ff76d1eb912da0b0a8446aed75
diff --git a/cmd/kube-controller-manager/app/autoscaling.go b/cmd/kube-controller-manager/app/autoscaling.go index <HASH>..<HASH> 100644 --- a/cmd/kube-controller-manager/app/autoscaling.go +++ b/cmd/kube-controller-manager/app/autoscaling.go @@ -67,13 +67,12 @@ func startHPAControllerWithLegacyClient(ctx ControllerCon...
pkg/controller: remove old clientbuilder methods everything has moved to client-go now so these are the same as the original Client* methods.
kubernetes_kubernetes
train
48a4dcb1f8db60ae38851ee2faee31032849cf78
diff --git a/multi_key_dict.py b/multi_key_dict.py index <HASH>..<HASH> 100644 --- a/multi_key_dict.py +++ b/multi_key_dict.py @@ -27,6 +27,10 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR DEALINGS IN THE SOFTWARE. ''' +import sys +_python3 = sys.version_info.major == 3 +d...
Refactors 'items' to use 'iteritems' Fixes 'iteritems' to yield each value just once - as 'items' used to do.
formiaczek_multi_key_dict
train
d891600a89931cbb2a11bd63cc5a673663d6fc10
diff --git a/providers/dns/vscale/vscale.go b/providers/dns/vscale/vscale.go index <HASH>..<HASH> 100644 --- a/providers/dns/vscale/vscale.go +++ b/providers/dns/vscale/vscale.go @@ -128,6 +128,7 @@ func (d *DNSProvider) Present(domain, token, keyAuth string) error { // CleanUp removes a TXT record used for DNS-01 cha...
fix: TXT records clean up for Vscale DNS provider (#<I>)
go-acme_lego
train
7369575844e93873973fd49b86f302619c555f29
diff --git a/montblanc/impl/biro/v4/cpu/SolverCPU.py b/montblanc/impl/biro/v4/cpu/SolverCPU.py index <HASH>..<HASH> 100644 --- a/montblanc/impl/biro/v4/cpu/SolverCPU.py +++ b/montblanc/impl/biro/v4/cpu/SolverCPU.py @@ -164,7 +164,7 @@ class SolverCPU(object): # e^(2*pi*sqrt(u*l+v*m+w*n)*frequency/C). ...
Correct phase calculation in v4. In v4, the phase Was previously calculated using 2*pi*1j. It is now calculated with -2*pi*1j, which agrees with the RIME, and with this commit, the v2 and v4 visibilities are the same. However, v2 is still calculated with 2*pi*1j.
ska-sa_montblanc
train
3225e604853b48a0a8147cfd934454379fc3ed76
diff --git a/src/com/tapsterrock/mpx/MPXTimeFormat.java b/src/com/tapsterrock/mpx/MPXTimeFormat.java index <HASH>..<HASH> 100644 --- a/src/com/tapsterrock/mpx/MPXTimeFormat.java +++ b/src/com/tapsterrock/mpx/MPXTimeFormat.java @@ -26,6 +26,7 @@ package com.tapsterrock.mpx; import java.text.SimpleDateFormat; import ...
Updated to force time zone to GMT.
joniles_mpxj
train
16068e4d150572cbc1a87436b3b5698b8bcf8f89
diff --git a/holoviews/plotting/widgets/__init__.py b/holoviews/plotting/widgets/__init__.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/widgets/__init__.py +++ b/holoviews/plotting/widgets/__init__.py @@ -125,7 +125,7 @@ class NdWidget(param.Parameterized): self.renderer = renderer # Cre...
Handle unsorted data in widgets
pyviz_holoviews
train
2667336f6ebe9809963ebe04f5cfb9448109141c
diff --git a/src/main/java/org/efaps/ui/wicket/components/values/AbstractField.java b/src/main/java/org/efaps/ui/wicket/components/values/AbstractField.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/efaps/ui/wicket/components/values/AbstractField.java +++ b/src/main/java/org/efaps/ui/wicket/components/values/...
- Issue #<I>: Update of Webapp to do not use UIFieldValue any more field with m ust not be set for fields inside tables
eFaps_eFaps-WebApp
train
18dff36bbcdd22bd3ba76846d68d860a432387a0
diff --git a/shutit_main.py b/shutit_main.py index <HASH>..<HASH> 100644 --- a/shutit_main.py +++ b/shutit_main.py @@ -153,35 +153,30 @@ def resolve_dependencies(config_dict, shutit_map, to_build, depender): and config_dict[dependee_id]['build_ifneeded']): to_build.append(dependee) config_dict[dependee_id]...
More complex but more flexible way of checking for errors
ianmiell_shutit
train
010fb64910221b4c613c2d79816a5ce16083fc0f
diff --git a/lib/redmine.js b/lib/redmine.js index <HASH>..<HASH> 100644 --- a/lib/redmine.js +++ b/lib/redmine.js @@ -295,8 +295,8 @@ Redmine.prototype.delete_user = function(id, callback) { * Listing time entries * http://www.redmine.org/projects/redmine/wiki/Rest_TimeEntries#Listing-time-entries */ -Redmine.pr...
added params to query and membership
zanran_node-redmine
train
5791c8bbcab0aa983a128d295261eb23fd103b55
diff --git a/scanpy/tools/__init__.py b/scanpy/tools/__init__.py index <HASH>..<HASH> 100644 --- a/scanpy/tools/__init__.py +++ b/scanpy/tools/__init__.py @@ -11,3 +11,4 @@ from ._leiden import leiden from ._louvain import louvain from ._sim import sim from ._score_genes import score_genes, score_genes_cell_cycle +f...
added dendrogram to list of tools
theislab_scanpy
train
8ccb6bf3d6b28807a9e242872f9a16e33a804059
diff --git a/nomad/state/state_store_test.go b/nomad/state/state_store_test.go index <HASH>..<HASH> 100644 --- a/nomad/state/state_store_test.go +++ b/nomad/state/state_store_test.go @@ -144,6 +144,7 @@ func TestStateStore_UpsertPlanResults_AllocationsCreated_Denormalized(t *testing // This test checks that: // 1) Th...
test that stopped alloc jobs aren't modified When an alloc is stopped, test that we don't update the job found in alloc with new job that is no longer relevent for this alloc.
hashicorp_nomad
train
3cd0db37f0750b9dc6ca5d3fe854846c0274fb2f
diff --git a/src/styles/points/points.js b/src/styles/points/points.js index <HASH>..<HASH> 100755 --- a/src/styles/points/points.js +++ b/src/styles/points/points.js @@ -104,7 +104,10 @@ Object.assign(Points, { } } } - style.sprite = sprite; + else if (sprite) { + ...
points: warn when sprite is specified, but texture has no sprites defined
tangrams_tangram
train
39549c0d5760e65f3956b3b69a0475b78824fe96
diff --git a/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/QueryAtomContainer.java b/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/QueryAtomContainer.java index <HASH>..<HASH> 100644 --- a/base/isomorphism/src/main/java/org/openscience/cdk/isomorphism/matchers/QueryAt...
Match the semantic of the bond expressions. Unless someone asks for IS_IN_CHAIN don't add it in, hexane (acyclic) is a subsgraph of cyclohexane (cyclic).
cdk_cdk
train
c79cd1d1bb902f5874a6126d84432cc887b1b05d
diff --git a/simulation.py b/simulation.py index <HASH>..<HASH> 100644 --- a/simulation.py +++ b/simulation.py @@ -906,11 +906,3 @@ def merge_tables(target, tables, columns=None): nm[onto] = {} return frames[target] - - -def partial_update(update, outdf_name, outfname): - if not len(update): - ...
addressing most of matt's issues dicussed on github
UDST_orca
train
785fd657d0c94553f52b77540e54660e8e2ab39c
diff --git a/lib/classes/mail.class.php b/lib/classes/mail.class.php index <HASH>..<HASH> 100644 --- a/lib/classes/mail.class.php +++ b/lib/classes/mail.class.php @@ -206,6 +206,7 @@ class mail $body = eregi_replace("[\]", '', $body); + $body .= "<br/>\n"._('Si le lien n\'est pas cliquable, copiez-collez le...
Add notice "copy paste this link if you can not click it" in mails
alchemy-fr_Phraseanet
train
34e672f0e4590b248472712b9738c4d6a8c3cf1a
diff --git a/auth.go b/auth.go index <HASH>..<HASH> 100644 --- a/auth.go +++ b/auth.go @@ -1,4 +1,4 @@ -// Package goauth implements cookie/session based authentication. Intended for +// Package httpauth implements cookie/session based authentication. Intended for // use with the net/http or github.com/gorilla/mux pac...
Fix a couple of mentions of the old goauth package name.
apexskier_httpauth
train
aed906af97cfa86801951a6a97251084fac6dc57
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators/app_base.rb +++ b/railties/lib/rails/generators/app_base.rb @@ -246,8 +246,16 @@ module Rails # is easier to silence stdout in the existing test sui...
prevent using already loaded Gemfile for 'bundle install', fix #<I>
rails_rails
train
425c451b7a0f71cdfd9fcf49b5a9caff18bfd398
diff --git a/app/lib/webpack/create-chain.js b/app/lib/webpack/create-chain.js index <HASH>..<HASH> 100644 --- a/app/lib/webpack/create-chain.js +++ b/app/lib/webpack/create-chain.js @@ -361,7 +361,7 @@ module.exports = function (cfg, configName) { } chain.optimization - .concatenateModules(true) + ...
fix(app): SSR mode - not providing CSS generated by SFC on server-side
quasarframework_quasar
train
8b15b26729d5395c0b95218490e3e8f5c3b0a864
diff --git a/eZ/Publish/Core/Persistence/Legacy/Handler.php b/eZ/Publish/Core/Persistence/Legacy/Handler.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Persistence/Legacy/Handler.php +++ b/eZ/Publish/Core/Persistence/Legacy/Handler.php @@ -274,7 +274,7 @@ class Handler implements HandlerInterface * @param ...
Added: URL alias handler into Location handler
ezsystems_ezpublish-kernel
train
c54e2d3710c843c0f59947a2b5f07132323e8464
diff --git a/combine/dev.py b/combine/dev.py index <HASH>..<HASH> 100644 --- a/combine/dev.py +++ b/combine/dev.py @@ -1,3 +1,4 @@ +import logging import os import time from http.server import HTTPServer as BaseHTTPServer, SimpleHTTPRequestHandler @@ -9,6 +10,9 @@ from watchdog.events import FileSystemEventHandler, ...
log error and continue in dev watcher
dropseed_combine
train
9e6e214385e901bd965e87828f4c1f37308ed571
diff --git a/src/vizabi-gapminder.js b/src/vizabi-gapminder.js index <HASH>..<HASH> 100644 --- a/src/vizabi-gapminder.js +++ b/src/vizabi-gapminder.js @@ -24,7 +24,7 @@ import DonutChart from 'tools/donutchart'; import { waffle as WaffleReader } -from 'readers/_index'; + from 'readers/_index'; var language = {...
feat(routes): migrate routes and data from gapminder tools page to waffle server
vizabi_vizabi
train
0e3766169a1061eb7e6ebe3c063085278bcd70ca
diff --git a/datascience/tables.py b/datascience/tables.py index <HASH>..<HASH> 100644 --- a/datascience/tables.py +++ b/datascience/tables.py @@ -1256,7 +1256,7 @@ class Table(collections.abc.MutableMapping): # original single column join return self._join(column_label, other, other_label) - def...
refactored to general _join_helper function
data-8_datascience
train
f7e5a36e5de1ec1f55b2f71d75f377c006e54de7
diff --git a/src/main/java/org/fit/cssbox/layout/BlockBox.java b/src/main/java/org/fit/cssbox/layout/BlockBox.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/fit/cssbox/layout/BlockBox.java +++ b/src/main/java/org/fit/cssbox/layout/BlockBox.java @@ -1360,7 +1360,7 @@ public class BlockBox extends ElementBox ...
Static position fix (one pixel bug)
radkovo_CSSBox
train
35a08ae0ed28b3ebb0a789b5db56221ba845f93a
diff --git a/language/setup.py b/language/setup.py index <HASH>..<HASH> 100644 --- a/language/setup.py +++ b/language/setup.py @@ -55,7 +55,7 @@ REQUIREMENTS = [ setup( name='google-cloud-language', - version='0.23.0', + version='0.23.1', description='Python Client for Google Cloud Natural Language',...
Bump language version. (#<I>)
googleapis_google-cloud-python
train
bab7e469830b1abc9f98fee13d052de5b8585f97
diff --git a/src/Psalm/Type/Atomic/TList.php b/src/Psalm/Type/Atomic/TList.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Type/Atomic/TList.php +++ b/src/Psalm/Type/Atomic/TList.php @@ -144,6 +144,12 @@ class TList extends \Psalm\Type\Atomic } else { $input_type_param = $input_typ...
Fix #<I> - allow lists to accept list types
vimeo_psalm
train
2ed3bc497956d888b0091510f794f9e33f6476e3
diff --git a/vertx-db2-client/src/test/java/io/vertx/db2client/junit/DB2Resource.java b/vertx-db2-client/src/test/java/io/vertx/db2client/junit/DB2Resource.java index <HASH>..<HASH> 100644 --- a/vertx-db2-client/src/test/java/io/vertx/db2client/junit/DB2Resource.java +++ b/vertx-db2-client/src/test/java/io/vertx/db2cli...
Make work with Java <I>
reactiverse_reactive-pg-client
train
c254c02938aeba1842c91226fd820dba2034e0f2
diff --git a/locksmith/mongoauth/management/commands/apireport.py b/locksmith/mongoauth/management/commands/apireport.py index <HASH>..<HASH> 100644 --- a/locksmith/mongoauth/management/commands/apireport.py +++ b/locksmith/mongoauth/management/commands/apireport.py @@ -34,4 +34,4 @@ class Command(BaseCommand): ...
count was a float, not a str
sunlightlabs_django-locksmith
train
f114947a25a6807172920b4363058ec38bc9f06e
diff --git a/interfaces/Emitter.php b/interfaces/Emitter.php index <HASH>..<HASH> 100644 --- a/interfaces/Emitter.php +++ b/interfaces/Emitter.php @@ -3,68 +3,46 @@ /** * Event Emitter Interface * - * Event synchronization point. Registers/removes listeners for events and triggers events. Supports registering - * ...
[Events] Simplified interfaces\Emitter::emit() to get rid of some complexity in how it can be invoked and to allow for very basic emission scenarios with less overhead. Fixed method signatures while at it.
unyx_events
train
212d2cafba86f44353fdd5205d752ec09516eda9
diff --git a/satpy/readers/fci_l1c_fdhsi.py b/satpy/readers/fci_l1c_fdhsi.py index <HASH>..<HASH> 100644 --- a/satpy/readers/fci_l1c_fdhsi.py +++ b/satpy/readers/fci_l1c_fdhsi.py @@ -164,6 +164,29 @@ class FCIFDHSIFileHandler(NetCDF4FileHandler): return group, root_group + + # scale factors and add_offs...
Add corrected scale factors for FCI projection The scale factors and add offsets for the MTG FCI test data as published in <I>-<I> are factually incorrect. This probably causes the differences between the pytroll and FCI geolocations. Until this is fixed from EUMETSATs side, hardcode corrected add_offset and scale_f...
pytroll_satpy
train
1b6f2854cd74dc9d29fc6b01171a3289f17dda86
diff --git a/java/src/playn/java/JavaAssets.java b/java/src/playn/java/JavaAssets.java index <HASH>..<HASH> 100644 --- a/java/src/playn/java/JavaAssets.java +++ b/java/src/playn/java/JavaAssets.java @@ -146,7 +146,7 @@ public class JavaAssets extends AbstractAssets<BufferedImage> { return recv.loadFailed(error != ...
Make access levels consistently protected on JavaAssets internals This is in order to allow JavaAssets to be sanely extended.
threerings_playn
train
15b3ac35f3154b9d6e160d97b707cc57e463c4b4
diff --git a/src/node.js b/src/node.js index <HASH>..<HASH> 100644 --- a/src/node.js +++ b/src/node.js @@ -82,6 +82,11 @@ var httpinvoke = function(uri, method, options, cb) { outputHeaders = res.headers; if('content-encoding' in outputHeaders) { contentEncoding = outputHeaders['content-e...
node.js: pass the tests
jakutis_httpinvoke
train
d90bb8560b550442fc8b47182e67ca76a6df4a68
diff --git a/scripts/jest/config.src.js b/scripts/jest/config.src.js index <HASH>..<HASH> 100644 --- a/scripts/jest/config.src.js +++ b/scripts/jest/config.src.js @@ -1,4 +1,17 @@ -"use strict"; - +// @flow const baseConfig = require("./config.base"); -module.exports = Object.assign({}, baseConfig); +const listPackage...
test(configs): folders must be properly loaded while running tests.
Webiny_webiny-js
train
363af9ed3a87c025a6de7db32d54cfec4a44b5fb
diff --git a/src/ORM/AssociationCollection.php b/src/ORM/AssociationCollection.php index <HASH>..<HASH> 100644 --- a/src/ORM/AssociationCollection.php +++ b/src/ORM/AssociationCollection.php @@ -14,11 +14,13 @@ */ namespace Cake\ORM; +use ArrayIterator; use Cake\ORM\Association; use Cake\ORM\AssociationsNormaliz...
Allow associations to be iterated Added an iterator to the class so that associations can be looped through
cakephp_cakephp
train
d925847a16c1549095892c04cf92291f85935f30
diff --git a/spec/generators/jobs/webapp_job_generator_spec.rb b/spec/generators/jobs/webapp_job_generator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/generators/jobs/webapp_job_generator_spec.rb +++ b/spec/generators/jobs/webapp_job_generator_spec.rb @@ -29,7 +29,7 @@ class WebappGeneratorSpec < MiniTest::Spec ...
Fix spec for change to job generator
cloudfoundry-community_bosh-gen
train
dd125a2a74ad38127c71591c74f03ac06c8d973b
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ 2.0.2 ----- +### Added +- Added back the ability to define custom paths in `paths.php` and reference them via `{key}` + ### Changed - Better way to operate around symlinks diff --git a/src/...
Close #<I> - Add back ability to define custom paths
rocketeers_rocketeer
train
8edf077655b5d106eb520be1ab17550932590fb7
diff --git a/Actions/Action/DeleteAction.php b/Actions/Action/DeleteAction.php index <HASH>..<HASH> 100644 --- a/Actions/Action/DeleteAction.php +++ b/Actions/Action/DeleteAction.php @@ -50,6 +50,10 @@ class DeleteAction extends Action try { $dataProvider->remove($data->getId()); + + ...
Update rest response for List and Remove actions
vardius_crud-bundle
train
5d00c8dc1d8eacf0192e76758cbe8dd920671669
diff --git a/lib/netsuite/records/vendor_bill.rb b/lib/netsuite/records/vendor_bill.rb index <HASH>..<HASH> 100644 --- a/lib/netsuite/records/vendor_bill.rb +++ b/lib/netsuite/records/vendor_bill.rb @@ -40,6 +40,14 @@ module NetSuite rec end + def self.search_class_name + "Transaction" + ...
Define search namespaces to allow searching on VendorBills NetSuite doesn't define a VendorBillSearch. It expects you to use a TransactionSearch instead: <URL>, whereas VendorBills use the `purchases.transactions` namespace. This is an issue because the `purcahses.transactions` namespace is required for some actions,...
NetSweet_netsuite
train
d4287d7d0d1b61d5eeaee534c330cf3198702ae7
diff --git a/cwltool/job.py b/cwltool/job.py index <HASH>..<HASH> 100644 --- a/cwltool/job.py +++ b/cwltool/job.py @@ -72,11 +72,6 @@ class CommandLineJob(object): runtime = [] # type: List[unicode] - # spec currently says "HOME must be set to the designated output - # directory." but spec m...
Set $HOME and $TMPDIR correctly for non-Docker command line tools. (#<I>)
common-workflow-language_cwltool
train
22f90c45be6f0c62e52300e8171fbbb745039741
diff --git a/tldap/backend/transaction.py b/tldap/backend/transaction.py index <HASH>..<HASH> 100644 --- a/tldap/backend/transaction.py +++ b/tldap/backend/transaction.py @@ -490,13 +490,14 @@ class LDAPwrapper(object): self._cache_rename_dn(dn, newdn) cache = self._cache_get_for_dn(newdn)[1] ...
Case sensitive matches should be ok.
Karaage-Cluster_python-tldap
train
ea5c9ad8ffd3898e1fe136cc3cf371b3d15e3f97
diff --git a/src/WorkerPool.js b/src/WorkerPool.js index <HASH>..<HASH> 100644 --- a/src/WorkerPool.js +++ b/src/WorkerPool.js @@ -188,6 +188,29 @@ class PoolWorker { }); break; } + case 'loadModule': { + const { request, questionId } = message; + const { data } = this.jobs[i...
fix: `loadModule` and `fs` are now available in a loader context (#<I>)
webpack-contrib_thread-loader
train
a71a21c21d498b17d84fe01e7b458ce9832b49f1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ import os +import sys import tempfile import warnings from distutils import ccompiler @@ -18,6 +19,16 @@ except ImportError: import numpy as np +def get_include_dirs(): + """Get all the include directo...
Add proper conda/pip include dirs to C compilers
pavlin-policar_openTSNE
train
1806ea0271f8c9826044ebe9c2773657aebd1acd
diff --git a/abydos/stemmer.py b/abydos/stemmer.py index <HASH>..<HASH> 100644 --- a/abydos/stemmer.py +++ b/abydos/stemmer.py @@ -840,5 +840,18 @@ def dutch(word): if len(word[r1_start:]) >= 1 and word[-2] not in _not_s_endings: word = word[:-1] + # Step 2 + if word[-1:] == 'e': + ...
added Steps 2 & 3a
chrislit_abydos
train
4707f35e7f3003a601479403bf327915edc9c1f4
diff --git a/odl/phantom/transmission.py b/odl/phantom/transmission.py index <HASH>..<HASH> 100644 --- a/odl/phantom/transmission.py +++ b/odl/phantom/transmission.py @@ -96,7 +96,7 @@ def shepp_logan_ellipsoids(ndim, modified=False): References ---------- - .. _Shepp-Logan phantom: en.wikipedia.org/wiki...
MAINT: replace non-ASCII en-dash with usual dash
odlgroup_odl
train
ec8797de91d3c4978cbf58452f5b126692bc53da
diff --git a/src/func.js b/src/func.js index <HASH>..<HASH> 100644 --- a/src/func.js +++ b/src/func.js @@ -10,10 +10,12 @@ import { - drop, + findDuplicates, head, - isContinuous, + last, + range, } from "./array" +import { isArray } from "./type" @@ -300,23 +302,52 @@ export const pipe ...
func: rearg() accepts non-continuous index sequences.
drmats_js-toolbox
train
972b900129b91751c78fec7f952b655a4ea53330
diff --git a/src/Eluceo/iCal/Property/ArrayValue.php b/src/Eluceo/iCal/Property/ArrayValue.php index <HASH>..<HASH> 100644 --- a/src/Eluceo/iCal/Property/ArrayValue.php +++ b/src/Eluceo/iCal/Property/ArrayValue.php @@ -11,12 +11,12 @@ class ArrayValue implements ValueInterface */ protected $values; - pu...
Make implementation compatible with PHP <I>
markuspoerschke_iCal
train
a0c7f09159ecc0024f52fd2d23d4c63d8d3e5eea
diff --git a/lib/nodes/interactive-program.js b/lib/nodes/interactive-program.js index <HASH>..<HASH> 100644 --- a/lib/nodes/interactive-program.js +++ b/lib/nodes/interactive-program.js @@ -7,16 +7,23 @@ module.exports = function (node) { this.cases = cases || []; }; - // node.InteractiveProgram.pro...
Interpreting an interactive program will return an object with callbacks
gobstones_gs-weblang-core
train
00089c3699f6c6d8ef0055addf137d9006495ddd
diff --git a/cellpy/readers/cellreader.py b/cellpy/readers/cellreader.py index <HASH>..<HASH> 100644 --- a/cellpy/readers/cellreader.py +++ b/cellpy/readers/cellreader.py @@ -3135,10 +3135,9 @@ class CellpyData(object): self.logger.info("If you really want to do it, use save with force=True") ...
allow c.save to take pathlib.Path objects
jepegit_cellpy
train
fbe549c088925806754ea6d0bd93ecb23850c46a
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/ODatabasePojoAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/db/ODatabasePojoAbstract.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/db/ODatabasePojoAbstract.java +++ b/core/src/main/ja...
Fix by Luca Molino on issue <I>
orientechnologies_orientdb
train
3fc9fa5228f576a6f03180908da8b8ded67ca733
diff --git a/OpenPNM/Network/tools.py b/OpenPNM/Network/tools.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Network/tools.py +++ b/OpenPNM/Network/tools.py @@ -7,6 +7,7 @@ Network.tools.topology: Assorted topological manipulation methods """ import scipy as _sp import numpy as _np +import scipy.ndimage as _spim from...
Enhanced the generate_base_points function to accept 3D images containing probabilities to create porosity distributions in the domain.
PMEAL_OpenPNM
train
3023b0cb6ec48de6e5348feecca4460d52c06e0d
diff --git a/jquery.scrollable.js b/jquery.scrollable.js index <HASH>..<HASH> 100644 --- a/jquery.scrollable.js +++ b/jquery.scrollable.js @@ -838,6 +838,9 @@ if ($vScrollbar && options.handle === 'content') { $vScrollbar.css('pointer-events', 'none'); } + if ($wrap...
Set overflow hidden if container was auto/scroll
misonou_jquery-scrollable
train