hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
cd6f34f5dc7ffbaf991b614efd892a11eb0a5757
diff --git a/src/search/QuickFileOpen.js b/src/search/QuickFileOpen.js index <HASH>..<HASH> 100644 --- a/src/search/QuickFileOpen.js +++ b/src/search/QuickFileOpen.js @@ -369,29 +369,34 @@ define(function (require, exports, module) { } } - function setCaretPosition(elem, caretPos) { - if (elem...
make quick open select entire field (minus prefix) when there is a selection
adobe_brackets
train
dc299ca4836b2c88846264600a356f6dc0b741ed
diff --git a/src/Type/AssetSet.php b/src/Type/AssetSet.php index <HASH>..<HASH> 100644 --- a/src/Type/AssetSet.php +++ b/src/Type/AssetSet.php @@ -96,6 +96,6 @@ class AssetSet exit; } } - throw new HttpException("Asset '$assetPath' not found.", 404); + throw new Http...
http exception is now not forwarded to exception handler
phore_phore-micro-app
train
0d301910474ae33cf0a779181cdace154de07d10
diff --git a/packages/webiny-model/src/attributes/modelAttribute.js b/packages/webiny-model/src/attributes/modelAttribute.js index <HASH>..<HASH> 100644 --- a/packages/webiny-model/src/attributes/modelAttribute.js +++ b/packages/webiny-model/src/attributes/modelAttribute.js @@ -15,9 +15,9 @@ class ModelAttribute extend...
fix: temporarily disable "instanceof" checks.
Webiny_webiny-js
train
eeb85bd2e829395611d433f16496b0759f14f7f5
diff --git a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb +++ b/lib/active_record/connection_adapters/oracle_enhanced_adapter.rb @@ -3...
refactoring of nchar detection to avoid warning in AR tests
rsim_oracle-enhanced
train
886e7f65dc2610e8157c6a2b28fefaca81669bb7
diff --git a/rockAtlas/positions/orbfitPositions.py b/rockAtlas/positions/orbfitPositions.py index <HASH>..<HASH> 100644 --- a/rockAtlas/positions/orbfitPositions.py +++ b/rockAtlas/positions/orbfitPositions.py @@ -157,7 +157,7 @@ class orbfitPositions(): sqlQuery = u""" SELECT - ...
fixing orbfit to use mjd_mid instead of MJD start
thespacedoctor_rockAtlas
train
369b3eca8a8315d54b04fb55f7050e59641e1c62
diff --git a/grammpy_transforms/EpsilonRulesRemove/epsilonRulesRemove.py b/grammpy_transforms/EpsilonRulesRemove/epsilonRulesRemove.py index <HASH>..<HASH> 100644 --- a/grammpy_transforms/EpsilonRulesRemove/epsilonRulesRemove.py +++ b/grammpy_transforms/EpsilonRulesRemove/epsilonRulesRemove.py @@ -33,6 +33,8 @@ def _cr...
Solve problem when start symbol is rewrite into epsilon
PatrikValkovic_grammpy
train
ab16ef8f65201f7cac02e6b7d7012d51c0f09851
diff --git a/src/core/position.js b/src/core/position.js index <HASH>..<HASH> 100644 --- a/src/core/position.js +++ b/src/core/position.js @@ -266,16 +266,24 @@ C.invert = function(z, center) { this[z] = this[z] === LEFT ? RIGHT : this[z] === RIGHT ? LEFT : center || this[z]; }; -C.string = function() { +C.string ...
Fix issues with .string() and .abbrev() methods returning wrong values. Fixes #<I>
qTip2_qTip2
train
974a8ea697ba41772c182f23431e91610b1adc12
diff --git a/android/app/src/main/java/com/reactnativenavigation/activities/RootActivity.java b/android/app/src/main/java/com/reactnativenavigation/activities/RootActivity.java index <HASH>..<HASH> 100644 --- a/android/app/src/main/java/com/reactnativenavigation/activities/RootActivity.java +++ b/android/app/src/main/j...
Check if react has already been instantiated When returning to foreground after `onRestart` react context should not be initialised since activity was not destroyed when going to background.
wix_react-native-navigation
train
8f6ef9a2a7e24b4f90e0a6cafe9d7ca3f1dc3047
diff --git a/websocket/_app.py b/websocket/_app.py index <HASH>..<HASH> 100644 --- a/websocket/_app.py +++ b/websocket/_app.py @@ -30,6 +30,7 @@ import time import traceback import six +import rel from ._abnf import ABNF from ._core import WebSocket, getdefaulttimeout @@ -141,7 +142,7 @@ class WebSocketApp(obje...
WebSocketApp.run_forever(): replaced select() loop with rel.read() event registration; no_dispatch kwarg (default False), for switching off immediate dispatch (thus supporting multiple simultaneous clients). added rel import.
websocket-client_websocket-client
train
1cb48a5a0c8ce42feb5b24761cd2d1c90aa87db6
diff --git a/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/autodiff/samediff/internal/memory/ArrayCacheMemoryMgr.java b/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/autodiff/samediff/internal/memory/ArrayCacheMemoryMgr.java index <HASH>..<HASH> 100644 --- a/nd4j/nd4j-backends/...
Amend array cache memory manager debug logging (#<I>) * Update ArrayCacheMemoryMgr.java * Log warning for invalid ops. Alows for more flexibility when importing models. * Add back fix for LSTM nullpointer * Fix debug logging for cache
deeplearning4j_deeplearning4j
train
942fc3edbd8cd9c0b609e8e1a1881a8523827ad1
diff --git a/src/MvcCore/Controller/Dispatching.php b/src/MvcCore/Controller/Dispatching.php index <HASH>..<HASH> 100644 --- a/src/MvcCore/Controller/Dispatching.php +++ b/src/MvcCore/Controller/Dispatching.php @@ -398,9 +398,10 @@ trait Dispatching { $ext = ''; $path = $this->GetParam('path', 'a-zA-Z0-9_\-\/\.')...
All relative assets paths from document root is necessary to define with `~/` at the beginning.
mvccore_mvccore
train
d9f8b170d38d0b7cd7f6b454d362c573d3d94717
diff --git a/ballet/validation/alpha_investing.py b/ballet/validation/alpha_investing.py index <HASH>..<HASH> 100644 --- a/ballet/validation/alpha_investing.py +++ b/ballet/validation/alpha_investing.py @@ -20,7 +20,7 @@ class AlphaInvestingAcceptanceEvaluator(FeatureAcceptanceEvaluator): def __init__(self, X_df...
don't use f-string - all of them
HDI-Project_ballet
train
d7b44ed9cc53ad63553faedf5c5ac5ec2f7e1ae1
diff --git a/lib/handlebars_assets/tilt_handlebars.rb b/lib/handlebars_assets/tilt_handlebars.rb index <HASH>..<HASH> 100644 --- a/lib/handlebars_assets/tilt_handlebars.rb +++ b/lib/handlebars_assets/tilt_handlebars.rb @@ -7,19 +7,17 @@ module HandlebarsAssets end def evaluate(scope, locals, &block) - ...
Normalize all partials to start with underscore Fixes #<I>
leshill_handlebars_assets
train
6cfb0793951ebd6f3e57c1e8e50f8493caea3114
diff --git a/TYPO3.Flow/Classes/Utility/F3_FLOW3_Utility_Environment.php b/TYPO3.Flow/Classes/Utility/F3_FLOW3_Utility_Environment.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/Utility/F3_FLOW3_Utility_Environment.php +++ b/TYPO3.Flow/Classes/Utility/F3_FLOW3_Utility_Environment.php @@ -155,7 +155,7 @@ class...
Some small improvements to F3_FLOW3_Utility_Environment. Original-Commit-Hash: <I>b<I>ec<I>d7fb<I>b<I>caa<I>f<I>a
neos_flow-development-collection
train
a927fbdb9bd6c4457ca67e758054ce477cc4ed81
diff --git a/registry/storage/blobwriter.go b/registry/storage/blobwriter.go index <HASH>..<HASH> 100644 --- a/registry/storage/blobwriter.go +++ b/registry/storage/blobwriter.go @@ -33,7 +33,7 @@ type blobWriter struct { id string startedAt time.Time digester digest.Digester - written int64 // track th...
track digest offset in blobwriter
docker_distribution
train
49641444b38379bbd4b4dac7795e1541ff79768c
diff --git a/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java b/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/SearchIndex.java index <HASH>..<HASH> 100644 --- a/exo.jcr.component.core/src/main/java/org/exoplatform/servic...
JCR-<I> : Wrong fulltext index when defined an aggregate rules.
exoplatform_jcr
train
dfed14a9a89afe204ef84642968301fbee1a548f
diff --git a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java b/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.java index <HASH>..<HASH> 100644 --- a/gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/events/EventsListener.jav...
this line was committed by mistake, tests notized me that something was wrong :-)
ArcBees_gwtquery
train
12460fa0819c4b71c63148dd6a62466b1387c799
diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php b/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php +++ b/src/Symfony/Component/HttpFound...
[HttpFoundation] Update "[Session] Overwrite invalid session id" to only validate when files session storage is used
symfony_symfony
train
fb20bf049b025e7b1575e3aed3577e913e2cec5a
diff --git a/dplython/dplython.py b/dplython/dplython.py index <HASH>..<HASH> 100644 --- a/dplython/dplython.py +++ b/dplython/dplython.py @@ -104,20 +104,16 @@ normal_operators = [ ] -# operator_hooks = [name for name in dir(operator) if name.startswith('__') and -# name.endswith('__')] -def cr...
Simplifying Later code, which fixes bugs when Laters result in floats
dodger487_dplython
train
05e9a42cf2a9266319e22255c5a5c5c7638108f3
diff --git a/spec/adauth_spec.rb b/spec/adauth_spec.rb index <HASH>..<HASH> 100644 --- a/spec/adauth_spec.rb +++ b/spec/adauth_spec.rb @@ -116,6 +116,16 @@ describe Adauth::User do @user.groups.should be_a Array end + it "should return ous for an authenticated user" do + @user.ous.should b...
Add tests that catch issue #<I>
Arcath_Adauth
train
6c1f942ad4de4bdaee615391f489a5343cdb23e0
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Package notify provides an implementation of the [Freedesktop Notifications Spec Display a Simple Notification ```Go ntf := notify.NewNotification("Test Notification", "Just a test") - if _, err := ntf.S...
Remove newline from examples and tests.
TheCreeper_go-notify
train
de95ab26ab92ffdbee5d10044074dd7c5f383a31
diff --git a/lib/beetle/redis_configuration_http_server.rb b/lib/beetle/redis_configuration_http_server.rb index <HASH>..<HASH> 100644 --- a/lib/beetle/redis_configuration_http_server.rb +++ b/lib/beetle/redis_configuration_http_server.rb @@ -70,9 +70,17 @@ module Beetle end def html_response(status) - ...
make sure initiate master switch button is visible when server lists are very long
xing_beetle
train
90f03cc8f00dc03ede3dab1059f4565ff8876a7f
diff --git a/injector.py b/injector.py index <HASH>..<HASH> 100644 --- a/injector.py +++ b/injector.py @@ -40,6 +40,9 @@ __version_tag__ = '' log = logging.getLogger('injector') log.addHandler(NullHandler()) +if log.level == logging.NOTSET: + log.setLevel(logging.WARN) + def synchronized(lock): def outsi...
Set logging level but only if not set yet
alecthomas_injector
train
05d2779764e2e3bf611d08a51b5607bf14d54c10
diff --git a/src/io.js b/src/io.js index <HASH>..<HASH> 100644 --- a/src/io.js +++ b/src/io.js @@ -220,10 +220,11 @@ PDBReader.prototype = { if (element === '') { element = guessAtomElementFromName(fullAtomName); } - var occupancy = line.substr(54,6).trim(); - var tempFactor = line.substr(60,6).t...
convert temp factor and occupancy to float when loading from PDB
biasmv_pv
train
d2e67cf26d55a1b7bd18fcb20e2b3f7f43373681
diff --git a/src/AnemicTrait.php b/src/AnemicTrait.php index <HASH>..<HASH> 100644 --- a/src/AnemicTrait.php +++ b/src/AnemicTrait.php @@ -75,7 +75,11 @@ trait AnemicTrait { $rc = new ReflectionClass($this->getObjectAndParams()['object']); - foreach ($rc->getProperties() as $property) { + ...
Added a couple more assertions
AltThree_TestBench
train
f09ee3cbee65002fe745472f2533fe9c7482bc10
diff --git a/src/dataslice.js b/src/dataslice.js index <HASH>..<HASH> 100644 --- a/src/dataslice.js +++ b/src/dataslice.js @@ -79,8 +79,8 @@ export default class DataSlice { } readUint64(offset) { - const left = this.readUint32(this._sliceOffset + offset); - const right = this.readUint32(this._sliceOffset...
Fixing bug in read(U)Int<I>.
geotiffjs_geotiff.js
train
a185fc4a0d821dcad6e90ca424e9ffa2bd77b7f4
diff --git a/models/classes/import/class.RdfImporter.php b/models/classes/import/class.RdfImporter.php index <HASH>..<HASH> 100755 --- a/models/classes/import/class.RdfImporter.php +++ b/models/classes/import/class.RdfImporter.php @@ -64,7 +64,15 @@ class tao_models_classes_import_RdfImporter implements tao_models_clas...
TAO-<I> add temp file removing option to rdfimporter
oat-sa_tao-core
train
da6bf3035783b3c95b219c7dd728f4f21668a26e
diff --git a/Kwc/Directories/CategorySimple/CategoriesController.php b/Kwc/Directories/CategorySimple/CategoriesController.php index <HASH>..<HASH> 100644 --- a/Kwc/Directories/CategorySimple/CategoriesController.php +++ b/Kwc/Directories/CategorySimple/CategoriesController.php @@ -1,7 +1,6 @@ <?php class Kwc_Directo...
get categories model with component settings in controller because when its overriden in web controller uses new models
koala-framework_koala-framework
train
52d9eed7f4563702755392fb189e0c0572924d41
diff --git a/test/xssblacklist-test.js b/test/xssblacklist-test.js index <HASH>..<HASH> 100644 --- a/test/xssblacklist-test.js +++ b/test/xssblacklist-test.js @@ -1,6 +1,6 @@ // xss-blacklist-test.js // -// Test the XSS blacklist middleware +// Test the XSS blacklist middleware module // // Copyright 2016, 2017 AJ ...
Give a different suite name to the second XSS test
pump-io_pump.io
train
a093f71240250b407ca20f67666fa5935790df20
diff --git a/tests/IDS/MonitorTest.php b/tests/IDS/MonitorTest.php index <HASH>..<HASH> 100644 --- a/tests/IDS/MonitorTest.php +++ b/tests/IDS/MonitorTest.php @@ -1316,7 +1316,7 @@ class IDS_MonitorTest extends PHPUnit_Framework_TestCase { $result = $test->run(); $this->assertFalse($result->...
* post-fixed the suhosin tests
PHPIDS_PHPIDS
train
1256a32be872a605cfeaa1015803e05262370628
diff --git a/shinken/objects/config.py b/shinken/objects/config.py index <HASH>..<HASH> 100644 --- a/shinken/objects/config.py +++ b/shinken/objects/config.py @@ -1505,7 +1505,7 @@ class Config(Item): nb_elements = 0 for pack in r.packs: nb_elements += len(pack) - l...
Add : (reported by : Frederic Pege) output the number of linked packs for each realm when we are in the cutting phase.
Alignak-monitoring_alignak
train
c7016a5ea17209054930838fe559ff3e7eef0899
diff --git a/nodeconductor/iaas/handlers.py b/nodeconductor/iaas/handlers.py index <HASH>..<HASH> 100644 --- a/nodeconductor/iaas/handlers.py +++ b/nodeconductor/iaas/handlers.py @@ -225,7 +225,7 @@ def set_cpm_default_availability_zone(sender, instance=None, **kwargs): instance.availability_zone = options...
Rename fabric to factory (saas-<I>)
opennode_waldur-core
train
a3ac1e1621506a6519b265ef6ec6abc70f6c8a27
diff --git a/railties/lib/rails/gem_dependency.rb b/railties/lib/rails/gem_dependency.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/gem_dependency.rb +++ b/railties/lib/rails/gem_dependency.rb @@ -72,13 +72,14 @@ module Rails rescue Gem::LoadError end - def dependencies - return [] if fram...
Display gem dependencies correctly and unpack exactly once [#<I> state:resolved]
rails_rails
train
84fa6de9341cfc191509e1505035d0cfa6908042
diff --git a/spec/parsi-date/constants_spec.rb b/spec/parsi-date/constants_spec.rb index <HASH>..<HASH> 100644 --- a/spec/parsi-date/constants_spec.rb +++ b/spec/parsi-date/constants_spec.rb @@ -22,7 +22,7 @@ describe "Date constants" do end it "defines EN_DAYNAMES" do - Parsi::Date::EN_DAYNAMES.should == %w...
suffix of day names is 'shanbe'
hzamani_parsi-date
train
6c0a98bbcfaf229cb8c1e9714e77a43cdcd772ef
diff --git a/spyder/plugins/editor/widgets/tests/test_extra_selections.py b/spyder/plugins/editor/widgets/tests/test_extra_selections.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/editor/widgets/tests/test_extra_selections.py +++ b/spyder/plugins/editor/widgets/tests/test_extra_selections.py @@ -3,28 +3,45 @@ # ...
Testing: Check how many times we're trying to update decorations when scrolling Also add a proper fixture to use in test_extra_selections.
spyder-ide_spyder
train
e99a39624e3be4719aacafde46941222e7347754
diff --git a/lib/phpunit/classes/hint_resultprinter.php b/lib/phpunit/classes/hint_resultprinter.php index <HASH>..<HASH> 100644 --- a/lib/phpunit/classes/hint_resultprinter.php +++ b/lib/phpunit/classes/hint_resultprinter.php @@ -116,7 +116,7 @@ class Hint_ResultPrinter extends PHPUnit\TextUI\ResultPrinter { ...
MDL-<I> unit tests: Quote class name in re-run command.
moodle_moodle
train
5da6a9302ee7b37a6d37709d104893b3f9c3e36d
diff --git a/yoti_python_sdk/version.py b/yoti_python_sdk/version.py index <HASH>..<HASH> 100644 --- a/yoti_python_sdk/version.py +++ b/yoti_python_sdk/version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "2.6.1" +__version__ = "2.7.0"
Update version -> <I>
getyoti_yoti-python-sdk
train
0a0835e92dddf98208e84d3ca5661739b7ebf164
diff --git a/staging/src/k8s.io/apiserver/pkg/storage/cacher/BUILD b/staging/src/k8s.io/apiserver/pkg/storage/cacher/BUILD index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/cacher/BUILD +++ b/staging/src/k8s.io/apiserver/pkg/storage/cacher/BUILD @@ -27,6 +27,7 @@ go_library( "//staging...
Add metric exposing amount of processed init events in watchcache
kubernetes_kubernetes
train
4992d4a2f605fef1e4716a406131445dc0dad359
diff --git a/conftest.py b/conftest.py index <HASH>..<HASH> 100644 --- a/conftest.py +++ b/conftest.py @@ -12,9 +12,13 @@ collect_ignore = ["setup.py", ".pythonrc.py", "__cyphi_cache__", # ================================================== def pytest_addoption(parser): - parser.addoption("--runslow", action="sto...
Don't count partition or partitioned rep in MIP eq The partition and partitioned repertoire are lost during concept normalization, but we still want to consider those concepts equal.
wmayner_pyphi
train
20a6a1757cff88c60a8f2f0139e7ee51794f243d
diff --git a/lib/statusz.rb b/lib/statusz.rb index <HASH>..<HASH> 100644 --- a/lib/statusz.rb +++ b/lib/statusz.rb @@ -63,8 +63,11 @@ module Statusz fields.to_json when :html html_values = fields.reduce({}) do |h, (field, value)| - pair = (field == "all commits") ? { field => value.split("\n")...
Make html output work with non-string values.
ooyala_statusz
train
405b33c31e4ec0b3fc28121a680b0f3d7eb1cb8b
diff --git a/src/test/java/stormpot/PoolTest.java b/src/test/java/stormpot/PoolTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/stormpot/PoolTest.java +++ b/src/test/java/stormpot/PoolTest.java @@ -551,7 +551,27 @@ public class PoolTest { assertThat(caught.get(), instanceOf(IllegalStateException.class)); ...
more tests for claim-with-timeout.
chrisvest_stormpot
train
707d9231ac57046861695556d3d856d4b26672ab
diff --git a/cloudvolume/datasource/precomputed/skeleton/unsharded.py b/cloudvolume/datasource/precomputed/skeleton/unsharded.py index <HASH>..<HASH> 100644 --- a/cloudvolume/datasource/precomputed/skeleton/unsharded.py +++ b/cloudvolume/datasource/precomputed/skeleton/unsharded.py @@ -27,7 +27,7 @@ class UnshardedPrec...
feat: allow for skipping non-existent skeleton files
seung-lab_cloud-volume
train
b8446f07146760285e19a704b8c9c68a9d106ae9
diff --git a/main.js b/main.js index <HASH>..<HASH> 100644 --- a/main.js +++ b/main.js @@ -5,8 +5,9 @@ var Su = require('vz.rand').Su, size = Su(), parts = Su(), - waiting = Su(), queue = Su(), + asyncParts = Su(), + locked = Su(), buffer = Su(), BinaryBuffer, @@ -18,9 +19,...
Now read operations are correctly queued. Added Blob preparation.
manvalls_binary-buffer
train
ff711288b001be50083cc0c7bc973d368b41cfcc
diff --git a/components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/ActivateLibrariesRenderer.java b/components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/ActivateLibrariesRenderer.java index <HASH>..<HASH> 100644 --- a/components/src/main/java/de/larmic/butterfaces/compon...
BUT-<I> Add comment to component
ButterFaces_ButterFaces
train
1f1c05fbc1403ff1380fbe9c19f2c9c3bc6bfc87
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "karma-spec-reporter": "~0.0.31", "karma-webdriver-launcher": "~1.0.5", "mux.js": "~4.4.0", - "promise-mock": "^2.0.1", + "promise-mock": "^2.1.0", "rimraf": "~2.6.1", ...
Upgrade promise-mock The new release has a new parameter in runAll() which simplifies flush(). At this point, we could technically do away with our flush() method and call runAll(false) directly, but I find flush() more clearly indicates to the reader what we are doing. Change-Id: I<I>f<I>ff<I>d<I>e3c9caf<I>d<I>dc<I...
google_shaka-player
train
234d2520919c4605b188b7305ef3c0ef09d07260
diff --git a/openfisca_survey_manager/scenarios.py b/openfisca_survey_manager/scenarios.py index <HASH>..<HASH> 100644 --- a/openfisca_survey_manager/scenarios.py +++ b/openfisca_survey_manager/scenarios.py @@ -515,13 +515,13 @@ class AbstractSurveyScenario(object): for entity in non_person_entities: ...
Use Simulation.populations instead of Simulation.entities
openfisca_openfisca-survey-manager
train
b2f56a9eb11941e12f988329b415e1f82b234ab3
diff --git a/cmd/cmd_controller.js b/cmd/cmd_controller.js index <HASH>..<HASH> 100644 --- a/cmd/cmd_controller.js +++ b/cmd/cmd_controller.js @@ -433,6 +433,20 @@ class EmbarkController { fs.copySync(embarkConfig, dappConfig); console.log(__('webpack config ejected to: ').dim.yellow); console.log(`${dap...
eject webpack overrides
embark-framework_embark
train
1328ad04b168e0bb82cda72bcf34fa374af68e1c
diff --git a/sample/app_3.2.11/app/models/order_event.rb b/sample/app_3.2.11/app/models/order_event.rb index <HASH>..<HASH> 100644 --- a/sample/app_3.2.11/app/models/order_event.rb +++ b/sample/app_3.2.11/app/models/order_event.rb @@ -4,7 +4,7 @@ class OrderEvent < ::EventCalendar::Event attr :order def initial...
Refactor: use super() when possible
shin1ohno_event_cal
train
dbdd8cc2325ee186c2f72cbf48ceb34abfd87850
diff --git a/opal/corelib/number.rb b/opal/corelib/number.rb index <HASH>..<HASH> 100644 --- a/opal/corelib/number.rb +++ b/opal/corelib/number.rb @@ -345,9 +345,7 @@ class Number < Numeric #{raise ArgumentError, "comparison of #{self.class} with #{stop.class} failed"} } for (var i = self; i >= s...
Remove legacy $breaker support in core+std classes - Number - Range - String - Native
opal_opal
train
eba14d6ac2d6f3832ad5d06badd94ff3451e52c9
diff --git a/demo/src/App.js b/demo/src/App.js index <HASH>..<HASH> 100644 --- a/demo/src/App.js +++ b/demo/src/App.js @@ -181,11 +181,13 @@ class App extends React.Component { this.onRecordNotes([]); } else if (event.key === 'Backspace') { if (!this.state.isPlaying) { + // Delete note at note...
splice in new notes at index
kevinsqi_react-piano
train
d3b1df68756236d6203a305bb574e58dbbb736cf
diff --git a/classes/face.js b/classes/face.js index <HASH>..<HASH> 100644 --- a/classes/face.js +++ b/classes/face.js @@ -228,8 +228,8 @@ module.exports = function (Flatten) { */ insert(edges, newEdge, edgeBefore) { if (this.first === undefined) { - edge.prev = newEdge; -...
- fixed technical bug in previous commit
alexbol99_flatten-js
train
7ae299ef86c9f58ae35de511142473a552ba8d5c
diff --git a/socialregistration/clients/oauth.py b/socialregistration/clients/oauth.py index <HASH>..<HASH> 100644 --- a/socialregistration/clients/oauth.py +++ b/socialregistration/clients/oauth.py @@ -1,3 +1,4 @@ +from django.utils.encoding import smart_unicode from django.utils.translation import ugettext_lazy as _...
Unicodified the responses received from httplib2. Fixes #<I>
flashingpumpkin_django-socialregistration
train
127705edb8957613a567bc1f48fae735469b30b1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name='extract_vcf', - version='0.3', + version='0.4', url='https://github.com/moonso/extract_vcf', description='Tool to extract information from vcf...
Bumped version to <I>
moonso_extract_vcf
train
aa93ed72d03bf37eec871d84ebf85fceaa366527
diff --git a/example/upload.php b/example/upload.php index <HASH>..<HASH> 100644 --- a/example/upload.php +++ b/example/upload.php @@ -1,6 +1,6 @@ <?php /* - * jQuery File Upload Plugin PHP Example 5.2.6 + * jQuery File Upload Plugin PHP Example 5.2.7 * https://github.com/blueimp/jQuery-File-Upload * * Copyrigh...
Append files only when discard option is disabled.
blueimp_jQuery-File-Upload
train
f68cefdc2e31f032628d04d8a481b2ff8919ed9a
diff --git a/tensorflow_hub/pip_package/setup.py b/tensorflow_hub/pip_package/setup.py index <HASH>..<HASH> 100644 --- a/tensorflow_hub/pip_package/setup.py +++ b/tensorflow_hub/pip_package/setup.py @@ -30,8 +30,8 @@ with open("tensorflow_hub/version.py") as in_file: REQUIRED_PACKAGES = [ 'numpy >= 1.12.0', - ...
PIP package tensorflow-hub gets upgraded requirements, in line with current tensorflow, and actual usage. In particular, protobuf should not be less than what WORKSPACE uses. PiperOrigin-RevId: <I>
tensorflow_hub
train
46f06b29c4748d10d03589d05304a0034d04e52c
diff --git a/word2vec.go b/word2vec.go index <HASH>..<HASH> 100644 --- a/word2vec.go +++ b/word2vec.go @@ -106,14 +106,6 @@ func (e Expr) Add(f float32, w string) { e[w] += f } -// AddAll is a convenience method which adds all the words in the slice to the Expr, using the given -// coefficient. -func AddAll(e Expr...
Refactored AddAll -> Add and added AddWeight.
sajari_word2vec
train
4e592198b9cadf15f7254c9065d813f4e0f7bb3d
diff --git a/shardingsphere-kernel/shardingsphere-traffic/shardingsphere-traffic-api/src/main/java/org/apache/shardingsphere/traffic/api/traffic/identifier/SimplifiedTrafficAlgorithm.java b/shardingsphere-kernel/shardingsphere-traffic/shardingsphere-traffic-api/src/main/java/org/apache/shardingsphere/traffic/api/traffi...
Add TrafficAlgorithm interface for SimplifiedTrafficAlgorithm (#<I>)
apache_incubator-shardingsphere
train
cc6a7a2174ada49c3ca3f35428298237c1f54cad
diff --git a/consul/state/state_store.go b/consul/state/state_store.go index <HASH>..<HASH> 100644 --- a/consul/state/state_store.go +++ b/consul/state/state_store.go @@ -1099,8 +1099,6 @@ func (s *StateStore) parseCheckServiceNodes( lindex = node.ModifyIndex } - // TODO (slackpad) Make this work as an better...
Gets rid of todo that we discussed is ok.
hashicorp_consul
train
5672ed90dd8b29319a7ac2efd9acfe49a5027651
diff --git a/src/org/mockito/internal/MockitoCore.java b/src/org/mockito/internal/MockitoCore.java index <HASH>..<HASH> 100755 --- a/src/org/mockito/internal/MockitoCore.java +++ b/src/org/mockito/internal/MockitoCore.java @@ -67,7 +67,7 @@ public class MockitoCore { } public <T> void reset(T ... mock...
Made reset validate the state as well --HG-- extra : convert_revision : svn%3Aaa2aecf3-ea3e-<I>-9d<I>-<I>e7c<I>/trunk%<I>
mockito_mockito
train
7090e0f6bd5c0f9afd6a30923535df5ebe47e837
diff --git a/skosprovider/registry.py b/skosprovider/registry.py index <HASH>..<HASH> 100644 --- a/skosprovider/registry.py +++ b/skosprovider/registry.py @@ -13,13 +13,13 @@ class Registry: ''' def __init__(self): - self.providers = [] + self.providers = {} def register_provider(self, ...
Refactoring of the registry. Refactored the registry to not use an internal list, but a dict for maintaining the register of providers.
koenedaele_skosprovider
train
0fe92bb295ea3de45843e74a04a85e5c893270ea
diff --git a/src/Table.js b/src/Table.js index <HASH>..<HASH> 100644 --- a/src/Table.js +++ b/src/Table.js @@ -77,7 +77,8 @@ type Props = { onTouchMove?: (event: SyntheticTouchEvent<*>) => void, // for tests bodyRef?: React.ElementRef<*>, loadAnimation?: boolean, - showHeader?: boolean + showHeader?: boolean...
Support `rowClassName` on Table (#<I>)
rsuite_rsuite-table
train
09a5983f105ef53c818d806ed5b0618603672e88
diff --git a/src/components/autoplay.js b/src/components/autoplay.js index <HASH>..<HASH> 100644 --- a/src/components/autoplay.js +++ b/src/components/autoplay.js @@ -62,12 +62,16 @@ export default function (Glide, Components, Events) { * @return {Void} */ bind () { - Binder.on('mouseover', Compon...
feat(autoplay): Emit events for hoverpause (#<I>)
glidejs_glide
train
a10e0d042592f5bf0222bfc89876f1d88e35ec9e
diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/classical.py +++ b/openquake/calculators/classical.py @@ -46,7 +46,7 @@ def estimate_duration(rups_per_task, maxdist, N, M, G): """ Estimate the task duration with an he...
Refined task_duration [skip CI]
gem_oq-engine
train
2abb09bbcc49ab6748855232a842030341af6741
diff --git a/model/pom.xml b/model/pom.xml index <HASH>..<HASH> 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -78,5 +78,30 @@ </dependency> </dependencies> </profile> + <profile> + <id>jdk_1.7</id> + <activation> + <activeByDefault>false</activeByDefault> + <jdk>1.7</jdk> + </activation> + ...
Added JDK <I> activation profile
qsardb_qsardb
train
5f39e30c920d2355458ff7c4b5e90ad177d104d4
diff --git a/lib/actions/user.js b/lib/actions/user.js index <HASH>..<HASH> 100644 --- a/lib/actions/user.js +++ b/lib/actions/user.js @@ -73,10 +73,10 @@ export function fetchOrInitializeUser (auth) { } /** - * Updates (or adds) a user entry in the middleware, + * Updates (or creates) a user entry in the middlewar...
refactor(actions/user): Rename methods. Cleanup withLoggedInUserSupport
opentripplanner_otp-react-redux
train
3d45dac5cc17f9e58d3e02250d3442f1b5b6064a
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ It looks for specific headers in the request and falls back to some defaults if The user ip is determined by the following order: 1. `X-Client-IP` -2. `X-Forwarded-For` (Header may return multiple IP ...
fix x-forwarded-header parser change the order of ip extraction
pbojinov_request-ip
train
7da8dee72efb7c628be7c45652d27a468513f6ed
diff --git a/scapy/packet.py b/scapy/packet.py index <HASH>..<HASH> 100644 --- a/scapy/packet.py +++ b/scapy/packet.py @@ -1727,10 +1727,14 @@ def bind_top_down(lower, upper, __fval=None, **fval): @conf.commands.register def bind_layers(lower, upper, __fval=None, **fval): - """Bind 2 layers on some specific fiel...
docstring fixed to please lsc()
secdev_scapy
train
51ba02b64d0ff4205fcf0d6bfba9ec38b0492a17
diff --git a/actioninteractor/lib/action_interactor/errors.rb b/actioninteractor/lib/action_interactor/errors.rb index <HASH>..<HASH> 100644 --- a/actioninteractor/lib/action_interactor/errors.rb +++ b/actioninteractor/lib/action_interactor/errors.rb @@ -11,7 +11,7 @@ module ActionInteractor attr_reader :errors ...
More delegation methods for interactor's errors / results
ryohashimoto_lightrails
train
cc4a0ab28b78b18826cfbe3ecd032b18af65a932
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,3 +1,5 @@ +require 'coveralls' +Coveralls.wear! require 'json'
Added the spec helper to the coveralls support
softlayer_softlayer-ruby
train
c1ad2d5f98f9a2ca7962604f73fae7d1c650ba1a
diff --git a/face/geomajas-face-pure-gwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/MapPresenterImpl.java b/face/geomajas-face-pure-gwt/client-impl/src/main/java/org/geomajas/puregwt/client/map/MapPresenterImpl.java index <HASH>..<HASH> 100644 --- a/face/geomajas-face-pure-gwt/client-impl/src/main/java/o...
PURE-<I>: Make sure that the MapGadgets are GWT widgets that can be easily positioned on the map.
geomajas_geomajas-project-server
train
e9bc797080e87a98200fe6ae22f8f4f9993c9d85
diff --git a/elk-benchmark/src/main/java/org/semanticweb/elk/benchmark/parsing/FuncSyntaxPerformanceEval.java b/elk-benchmark/src/main/java/org/semanticweb/elk/benchmark/parsing/FuncSyntaxPerformanceEval.java index <HASH>..<HASH> 100644 --- a/elk-benchmark/src/main/java/org/semanticweb/elk/benchmark/parsing/FuncSyntaxP...
fixing compilation errors due to changes in other modules
liveontologies_elk-reasoner
train
a8aa91e1a97754fab93eea7b7516728fcb1f38e0
diff --git a/org.jrebirth/core/src/main/java/org/jrebirth/core/util/ClassUtility.java b/org.jrebirth/core/src/main/java/org/jrebirth/core/util/ClassUtility.java index <HASH>..<HASH> 100644 --- a/org.jrebirth/core/src/main/java/org/jrebirth/core/util/ClassUtility.java +++ b/org.jrebirth/core/src/main/java/org/jrebirth/c...
Add more details in case of Illegal Argument Exception
JRebirth_JRebirth
train
3a08d9fd2e6078b54b89bd199ba107046f5b9062
diff --git a/Tone/component/Analyser.js b/Tone/component/Analyser.js index <HASH>..<HASH> 100644 --- a/Tone/component/Analyser.js +++ b/Tone/component/Analyser.js @@ -47,13 +47,6 @@ define(["Tone/core/Tone"], function (Tone) { this._type = options.type; /** - * The return type of the analysis - * @type {S...
return type is always float<I> removing byte analysis since it isn’t very useful
Tonejs_Tone.js
train
0883fabc1d82e5700aa03cbe3a3d4735f18bb026
diff --git a/pandas/tests/test_format.py b/pandas/tests/test_format.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_format.py +++ b/pandas/tests/test_format.py @@ -512,7 +512,7 @@ class TestSeriesFormatting(unittest.TestCase): cp.name = 'foo' result = cp.to_string(length=True, name=True) ...
BUG: loss of freq in DatetimeIndex constructor, close #<I>
pandas-dev_pandas
train
0d732009cc75f8333ad131f58dbcd6535c11ca3a
diff --git a/cmd/kubeadm/app/cmd/phases/init/bootstraptoken.go b/cmd/kubeadm/app/cmd/phases/init/bootstraptoken.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/cmd/phases/init/bootstraptoken.go +++ b/cmd/kubeadm/app/cmd/phases/init/bootstraptoken.go @@ -31,7 +31,7 @@ import ( var ( bootstrapTokenLongDesc = cmdu...
Fix descriptions of kubeadm * Remove the example iptables cmd that potentially kills rules that user may be relying on * Fixed a typo in description of phase bootstrap-token
kubernetes_kubernetes
train
4331c76d1588a085fb29ea9d6ed046a98534aea4
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ Release 5.0.7 * Request-specific environment variables are no longer cached. This fixes a number of issues, such as Shibboleth not working properly and conflicts between HTTPS and non-HTTPS virtual hosts. Cl...
Prefer loading Rack and Bundler from RubyGems instead of 'vendor_ruby' Closes GH-<I>. Closes GH-<I>.
phusion_passenger
train
3f12eb6df45827b5492151a9acd04b5b28e997b8
diff --git a/ns1/rest/errors.py b/ns1/rest/errors.py index <HASH>..<HASH> 100644 --- a/ns1/rest/errors.py +++ b/ns1/rest/errors.py @@ -48,13 +48,14 @@ class AuthException(ResourceException): class RateLimitException(ResourceException): - def __init__(self, message, response=None, body=None): + def __init__(s...
Adds transport specific gathering of rate limit fields in resp headers. - Also adds ability to ignore ssl in basic transport
ns1_ns1-python
train
d8ceef678a03634eb957bd54dd335344ac616998
diff --git a/lib/stork/server/application.rb b/lib/stork/server/application.rb index <HASH>..<HASH> 100644 --- a/lib/stork/server/application.rb +++ b/lib/stork/server/application.rb @@ -30,7 +30,11 @@ module Stork get '/api/v1/host/:host' do |host| h = hosts.get(host) - json_halt_ok_with_conte...
Make sure that the value of host is checked before trying to hashify it (Fixes #<I>)
ctxswitch_stork
train
a4187048a9ecb609133d5a2f420d388a651dffe4
diff --git a/simple_elastic/index.py b/simple_elastic/index.py index <HASH>..<HASH> 100644 --- a/simple_elastic/index.py +++ b/simple_elastic/index.py @@ -110,6 +110,14 @@ class ElasticIndex: ] }) + def count(self, query=None) -> int: + """Count the number of documents found within thi...
feat: Add count Allows to count the number of documents in an index.
UB-UNIBAS_simple-elastic
train
dd608222834bbc3f28b1825f3e4b988886ca134f
diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index <HASH>..<HASH> 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -105,7 +105,7 @@ class Board: board_id = boards.FTDI_FT2232H elif chip_id == chips.APQ8016: boa...
add support for Jetson AGX Orin
adafruit_Adafruit_Python_PlatformDetect
train
627594c187373ed1fe5d24f275adb49fda7bce4b
diff --git a/lib/simple_solr/schema.rb b/lib/simple_solr/schema.rb index <HASH>..<HASH> 100644 --- a/lib/simple_solr/schema.rb +++ b/lib/simple_solr/schema.rb @@ -74,10 +74,15 @@ module SimpleSolr end - def save + def write end + def reload + write + @core.reload + end + #...
Rename schema#save to schema#write
billdueber_simple_solr_client
train
656c5c9977d58dbe3c05848e9a7df99bbcb8469c
diff --git a/test/belongsTo.test.js b/test/belongsTo.test.js index <HASH>..<HASH> 100644 --- a/test/belongsTo.test.js +++ b/test/belongsTo.test.js @@ -202,6 +202,15 @@ describe('loopback json api hasOne relationships', function () { .expect(400) .end(done); }); + + it('should not inclu...
Add test to assert that FK data not be in attrs
digitalsadhu_loopback-component-jsonapi
train
fbfcff3b7b6a1432e850417b47470c74e5360d02
diff --git a/aiozipkin/aiohttp_helpers.py b/aiozipkin/aiohttp_helpers.py index <HASH>..<HASH> 100644 --- a/aiozipkin/aiohttp_helpers.py +++ b/aiozipkin/aiohttp_helpers.py @@ -148,7 +148,7 @@ def request_span(request: Request, return request[request_key] -class ZipkingClientSignals: +class ZipkinClientSignals: ...
Fix typo in ZipkinClientSignals
aio-libs_aiozipkin
train
b19c6cd69f00a0453b253cc84f06284aed6f78ca
diff --git a/simplefs/src/main/java/io/datakernel/simplefs/SimpleFsServer.java b/simplefs/src/main/java/io/datakernel/simplefs/SimpleFsServer.java index <HASH>..<HASH> 100644 --- a/simplefs/src/main/java/io/datakernel/simplefs/SimpleFsServer.java +++ b/simplefs/src/main/java/io/datakernel/simplefs/SimpleFsServer.java @...
Investigate streams + simplefs demeanour being streamed by client with exceptions.
softindex_datakernel
train
da88500fbf2142e865e2d9b0ec83aeaf9aa89644
diff --git a/tests/test_mapquest.py b/tests/test_mapquest.py index <HASH>..<HASH> 100644 --- a/tests/test_mapquest.py +++ b/tests/test_mapquest.py @@ -9,7 +9,7 @@ ottawa = (45.50, -76.05) def test_mapquest(): - g = geocoder.mapquest(location) + g = geocoder.mapquest(location, timeout=10) assert g.ok ...
extend timeout for mapquest in tests
DenisCarriere_geocoder
train
96735db3d4c08e18ca5c0b632fb0993e766a6894
diff --git a/scripts/pkg/upload/china.js b/scripts/pkg/upload/china.js index <HASH>..<HASH> 100755 --- a/scripts/pkg/upload/china.js +++ b/scripts/pkg/upload/china.js @@ -35,16 +35,6 @@ module.exports = async (versionTag, { isLegacyVersion }) => { }; await Promise.all([ - !isLegacyVersion && - cos - ...
ci: Ensure to update tag only after succesful binary uploads
serverless_serverless
train
28517871ac96efa46163603cc405b514e48f3998
diff --git a/src/main/java/org/redmine/ta/internal/comm/redmine/RedmineErrorHandler.java b/src/main/java/org/redmine/ta/internal/comm/redmine/RedmineErrorHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/redmine/ta/internal/comm/redmine/RedmineErrorHandler.java +++ b/src/main/java/org/redmine/ta/internal...
* Added remap for "Priority can't be blank" message
taskadapter_redmine-java-api
train
a0c6060fe7fafb4f7b594fa73cc9ac73bfd07635
diff --git a/h2-backend/src/main/java/de/bwaldvogel/mongo/backend/h2/H2Backend.java b/h2-backend/src/main/java/de/bwaldvogel/mongo/backend/h2/H2Backend.java index <HASH>..<HASH> 100644 --- a/h2-backend/src/main/java/de/bwaldvogel/mongo/backend/h2/H2Backend.java +++ b/h2-backend/src/main/java/de/bwaldvogel/mongo/backend...
Do not open same database multiple times in H2Backend
bwaldvogel_mongo-java-server
train
1c1be23464b9a5bf0674abbd12ac2b2855d51b5e
diff --git a/test/mini_racer_test.rb b/test/mini_racer_test.rb index <HASH>..<HASH> 100644 --- a/test/mini_racer_test.rb +++ b/test/mini_racer_test.rb @@ -208,19 +208,23 @@ raise FooError, "I like foos" end def test_datetime_missing - Object.send(:remove_const, :DateTime) + date_time_backup = Object.send(...
Fixing a byzantine test failure Whenever `test_datetime_missing` would run before `test_return_date`, tests would fail because `DateTime` wouldn't be defined any more.
discourse_mini_racer
train
57a6dcbbde081e829d7d7830b94856d7b4b76f9c
diff --git a/lib/writeexcel/chart.rb b/lib/writeexcel/chart.rb index <HASH>..<HASH> 100644 --- a/lib/writeexcel/chart.rb +++ b/lib/writeexcel/chart.rb @@ -676,7 +676,7 @@ class Chart < Worksheet # Convert the user specified colour index or string to an colour index and # RGB colour number. # - def get_colo...
lib/writeexcel/chart.rb : set :nodoc: to internal methods.
cxn03651_writeexcel
train
853428f72838763ddb96974174effec983578088
diff --git a/lib/review/idgxmlbuilder.rb b/lib/review/idgxmlbuilder.rb index <HASH>..<HASH> 100644 --- a/lib/review/idgxmlbuilder.rb +++ b/lib/review/idgxmlbuilder.rb @@ -626,6 +626,19 @@ module ReVIEW print "<?dtp tablerow last?>" end + def imgtable(lines, id, caption = nil, metric = nil) + if @c...
support imgtable in idgxml
kmuto_review
train
f6704beefeae493d891f099ed1bcce5943c78b14
diff --git a/src/hamster/edit_activity.py b/src/hamster/edit_activity.py index <HASH>..<HASH> 100644 --- a/src/hamster/edit_activity.py +++ b/src/hamster/edit_activity.py @@ -234,7 +234,6 @@ class CustomFactController: self.get_widget("end_label").set_sensitive(sensitive) self.get_widget("end_date_lab...
fixed validation so it now does not complain about missing end time
projecthamster_hamster
train
2c5004f2e1bbdcbc9a54885e490f9c0c80b83d11
diff --git a/rdfframework/rdfframework/framework.py b/rdfframework/rdfframework/framework.py index <HASH>..<HASH> 100644 --- a/rdfframework/rdfframework/framework.py +++ b/rdfframework/rdfframework/framework.py @@ -3,6 +3,7 @@ import re import json import os import requests +import time from wtforms import Validati...
delayed loading while server-core initializing
KnowledgeLinks_rdfframework
train
b26009c619f91190005c0a65e4aa1884e27bb464
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ class InstallStyles(install): install.run(self) def get_version(): - VERSIONFILE = os.path.join('arviz', '__init__.py') - lines = open(VERSIONFILE, 'rt').readlines() + versionfile = os.path....
Branch for release (#<I>)
arviz-devs_arviz
train
79e4bb47b253c393b57eb680757c34d51adfcef1
diff --git a/components/triplestore/src/main/java/org/trellisldp/triplestore/TriplestoreResourceService.java b/components/triplestore/src/main/java/org/trellisldp/triplestore/TriplestoreResourceService.java index <HASH>..<HASH> 100644 --- a/components/triplestore/src/main/java/org/trellisldp/triplestore/TriplestoreReso...
Synchronize access to the triple data sink Resolves #<I>
trellis-ldp_trellis
train
8577c43f904b5c2cbae79beb5861ec65ea74e2f1
diff --git a/docs/classes/client.md b/docs/classes/client.md index <HASH>..<HASH> 100644 --- a/docs/classes/client.md +++ b/docs/classes/client.md @@ -32,7 +32,7 @@ Useful for determining if a request handler is actively writing a response or if ## `getId()` Integer ID of this client. -This ID is unique per process...
Remove Client::getNetworkId()
amphp_http-server
train
8e6f05beb1b69068f71c88ebaa9e8b3127d9e0df
diff --git a/test/HypergraphTest.java b/test/HypergraphTest.java index <HASH>..<HASH> 100644 --- a/test/HypergraphTest.java +++ b/test/HypergraphTest.java @@ -31,6 +31,8 @@ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Comparator; +import java.util.function.Consu...
Test writing and asserting types in parallel
graknlabs_grakn
train
83279eafa638279e002d06dfbc9e0d452b793df7
diff --git a/lib/vips.rb b/lib/vips.rb index <HASH>..<HASH> 100644 --- a/lib/vips.rb +++ b/lib/vips.rb @@ -212,7 +212,7 @@ require 'vips/gvalue' # memory buffers, create images that wrap C-style memory arrays, or make images # from constants. # -# Use {Streami} and {Image.new_from_stream} to load images from any dat...
add notes on streamiu to intro
libvips_ruby-vips
train
e05771218c2c826507d2da7e0e5c90ddf4cace5e
diff --git a/src/effector/fork.js b/src/effector/fork.js index <HASH>..<HASH> 100644 --- a/src/effector/fork.js +++ b/src/effector/fork.js @@ -160,18 +160,10 @@ export function serialize( {ignore = []}: {ignore?: Array<Store<any>>} = {}, ) { const result = {} - const duplicatedSids = new Set() for (const {me...
don't ignore duplicated sids
zerobias_effector
train
dee306aaad6e4c7921d90cf50251e2a9a50e4ff8
diff --git a/annocfg.py b/annocfg.py index <HASH>..<HASH> 100644 --- a/annocfg.py +++ b/annocfg.py @@ -1,16 +1,56 @@ +import networkx +from collections import defaultdict class AnnotatedCFG(object): - def __init__(self): - pass + # cfg : class CFG + def __init__(self, project, cfg): + # TODO: Maybe we should recre...
AnnotatedCFG is implemented.
angr_angr
train