hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
fd6590a98761da3a5e8175bfb6ff9884c2f297bb
diff --git a/mod/forum/lib.php b/mod/forum/lib.php index <HASH>..<HASH> 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -1435,9 +1435,9 @@ function forum_get_discussions($forum="0", $forumsort="d.timemodified DESC", } else { return get_records_sql("SELECT $postdata, d.name, d.timemodified, d.use...
Fix for bug <I> which was only happening on MySQL 5
moodle_moodle
train
php
41ca610754d4b0da26fc28d8d445cdbfef84f62c
diff --git a/py/selenium/webdriver/remote/webdriver.py b/py/selenium/webdriver/remote/webdriver.py index <HASH>..<HASH> 100644 --- a/py/selenium/webdriver/remote/webdriver.py +++ b/py/selenium/webdriver/remote/webdriver.py @@ -112,7 +112,7 @@ class WebDriver(object): _web_element_cls = WebElement - def __in...
[py] Changing default command executor address to the address of TNG Grid
SeleniumHQ_selenium
train
py
d654581e80c1e7aabce627484b194276377a4681
diff --git a/structr-ui/src/main/java/org/structr/xmpp/XMPPContext.java b/structr-ui/src/main/java/org/structr/xmpp/XMPPContext.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/xmpp/XMPPContext.java +++ b/structr-ui/src/main/java/org/structr/xmpp/XMPPContext.java @@ -94,8 +94,8 @@ public clas...
Modified default XMPP security to "ifpossible", was "disabled".
structr_structr
train
java
18f69b9092b005762671df06ef173f0fd438c6e5
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -321,6 +321,7 @@ class Syndic(salt.client.LocalClient, Minion): or not data.has_key('expr_form')\ or not data.has_key('arg'): return + data['to'] = ...
modify the timeout on syndic connections
saltstack_salt
train
py
39a01f463b48e088eac5e595260f0f677dca70cb
diff --git a/lib/mini_fb.rb b/lib/mini_fb.rb index <HASH>..<HASH> 100644 --- a/lib/mini_fb.rb +++ b/lib/mini_fb.rb @@ -652,7 +652,6 @@ module MiniFB post_params[k] = v end end - puts post_params.inspect post_params end
Removed a puts for Issue 6: <URL>
appoxy_mini_fb
train
rb
e8bbf0a1cb81e2504c949c49b241720021a44a9c
diff --git a/lib/identify/identifiables.rb b/lib/identify/identifiables.rb index <HASH>..<HASH> 100644 --- a/lib/identify/identifiables.rb +++ b/lib/identify/identifiables.rb @@ -13,7 +13,7 @@ module Identify def find key, *default_values, &block instances.fetch key.to_s do if block - blo...
Passes the key to the block when unidentified
natedavisolds_identify
train
rb,rb
8ae4a8a1b42e1a81222f508e03184911d1af97d4
diff --git a/src/Growl.php b/src/Growl.php index <HASH>..<HASH> 100644 --- a/src/Growl.php +++ b/src/Growl.php @@ -4,6 +4,10 @@ namespace BryanCrowe\Growl; use BryanCrowe\Growl\Builder\BuilderAbstract; +/** + * This class accepts a Builder in its constructor to be used for building the growl/notification command. ...
Add docblock description to Growl class
bcrowe_growl
train
php
e6117b21daf03eeb6b01072b4297b4e612da4ba7
diff --git a/spec/controllers/changeset_controller_spec.rb b/spec/controllers/changeset_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/changeset_controller_spec.rb +++ b/spec/controllers/changeset_controller_spec.rb @@ -85,7 +85,6 @@ describe ChangesetsController do it "should be able to che...
removed rogue debugger statement
Katello_katello
train
rb
877971db6af385ad84c403f51b87490d87cf9a33
diff --git a/lib/active_scaffold/finder.rb b/lib/active_scaffold/finder.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/finder.rb +++ b/lib/active_scaffold/finder.rb @@ -239,9 +239,9 @@ module ActiveScaffold when :float then value.to_f when :decimal if Rails.version >= '4.2.0' ...
fix uninitialized constant error
activescaffold_active_scaffold
train
rb
f756bbd94be194723b084f73cbae5a813caa8a20
diff --git a/src/DependencyInjection/JWTAuthExtension.php b/src/DependencyInjection/JWTAuthExtension.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/JWTAuthExtension.php +++ b/src/DependencyInjection/JWTAuthExtension.php @@ -55,7 +55,9 @@ class JWTAuthExtension extends Extension if (isset($config...
feat: Passing true for azp and aud jwt validators will use default values from client_id and audience
auth0_jwt-auth-bundle
train
php
a51bcec1965212f88b5abbe307681459b71f7f7c
diff --git a/src/input/mouse.js b/src/input/mouse.js index <HASH>..<HASH> 100644 --- a/src/input/mouse.js +++ b/src/input/mouse.js @@ -54,5 +54,5 @@ inherit(MouseInput, Input, { pointerType: INPUT_TYPE_MOUSE, srcEvent: ev }); - }, + } });
Removed comma from from last item in Mouse object. Unfortunatly these things will break older browsers and build systems.
hammerjs_hammer.js
train
js
2f722f09f86098e6200ba20bf89bbeb0936b45ef
diff --git a/src/main/org/openscience/cdk/ChemObject.java b/src/main/org/openscience/cdk/ChemObject.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/ChemObject.java +++ b/src/main/org/openscience/cdk/ChemObject.java @@ -28,7 +28,6 @@ package org.openscience.cdk; import java.io.Serializable; import ...
Fixed cloning of properties with null values by always using HashMap (fixes #<I>)
cdk_cdk
train
java
9b263e6c265ab304d62e9b1b3321891ca81e2267
diff --git a/tools/c7n_azure/c7n_azure/resources/key_vault_storage.py b/tools/c7n_azure/c7n_azure/resources/key_vault_storage.py index <HASH>..<HASH> 100644 --- a/tools/c7n_azure/c7n_azure/resources/key_vault_storage.py +++ b/tools/c7n_azure/c7n_azure/resources/key_vault_storage.py @@ -146,7 +146,6 @@ class KeyVaultSto...
azure - fix op for regeneration-period filter (#<I>)
cloud-custodian_cloud-custodian
train
py
c148e6236fba5b5beb86626ce42d94e9fcc5cb44
diff --git a/Classes/Service/Abstract.php b/Classes/Service/Abstract.php index <HASH>..<HASH> 100644 --- a/Classes/Service/Abstract.php +++ b/Classes/Service/Abstract.php @@ -33,7 +33,7 @@ abstract class Tx_HappyFeet_Service_Abstract /** * @var Tx_Extbase_Object_ObjectManager */ - protected $obje...
tsk<I> Code Review: protected (sto<I>)
AOEpeople_happy_feet
train
php
3deac72a8e2da8739bb45f8c7cc9a0ea8656d648
diff --git a/src/Illuminate/Filesystem/Filesystem.php b/src/Illuminate/Filesystem/Filesystem.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Filesystem/Filesystem.php +++ b/src/Illuminate/Filesystem/Filesystem.php @@ -357,7 +357,7 @@ class Filesystem { */ public function deleteDirectory($directory, $preserve ...
Update Filesystem.php Changed deleteDirectory and cleanDirectory function. Now return true on success.
laravel_framework
train
php
4b7ee7b1aa89afd1f7d287e8f46b2060991ef9b5
diff --git a/lib/roar/json/json_api.rb b/lib/roar/json/json_api.rb index <HASH>..<HASH> 100644 --- a/lib/roar/json/json_api.rb +++ b/lib/roar/json/json_api.rb @@ -6,7 +6,7 @@ module Roar module JsonApi def self.included(base) base.class_eval do - include Representable::Hash + incl...
maybe including JSON instead of Hash, only, could help :)
trailblazer_roar
train
rb
053108620f26775e2e2f8f3160c3a38260db470d
diff --git a/programs/pmag_gui.py b/programs/pmag_gui.py index <HASH>..<HASH> 100755 --- a/programs/pmag_gui.py +++ b/programs/pmag_gui.py @@ -821,7 +821,7 @@ class MagMainFrame(wx.Frame): meas_file_name = "measurements.txt" dm = "3.0" if not os.path.isfile(os.path.join(self.WD, meas_...
in Pmag GUI, add clarifying text if WD doesn’t have a measurements file, #<I>
PmagPy_PmagPy
train
py
c18202acd2e314909dfa87f86c0da890c9961199
diff --git a/mrcrowbar/fields.py b/mrcrowbar/fields.py index <HASH>..<HASH> 100644 --- a/mrcrowbar/fields.py +++ b/mrcrowbar/fields.py @@ -382,6 +382,10 @@ class BlockField( Field ): stream = property_get( self.stream, parent ) fill = property_get( self.fill, parent ) + if count is not None a...
fields.BlockField: allow writeback of count property
moralrecordings_mrcrowbar
train
py
4a06a13b970f848ee544b5f625199429fec2b9a0
diff --git a/openquake/db/fields.py b/openquake/db/fields.py index <HASH>..<HASH> 100644 --- a/openquake/db/fields.py +++ b/openquake/db/fields.py @@ -158,7 +158,6 @@ class PickleField(djm.Field): def to_python(self, value): """Unpickle the value.""" if isinstance(value, (buffer, str, bytearray))...
Removed a breakpoint; oops.
gem_oq-engine
train
py
822d033a3e4d4b9e8592b6a416a9a26ad18d40f1
diff --git a/inigo_suite_test.go b/inigo_suite_test.go index <HASH>..<HASH> 100644 --- a/inigo_suite_test.go +++ b/inigo_suite_test.go @@ -28,8 +28,8 @@ import ( Bbs "github.com/cloudfoundry-incubator/runtime-schema/bbs" "github.com/cloudfoundry/gunk/diegonats" "github.com/cloudfoundry/gunk/timeprovider" + "githu...
Use gunk workpool [#<I>]
cloudfoundry_inigo
train
go
51ae04dcf17fa18d46e5f0b72227b1156ca3eb72
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ var extend = require('util')._extend; function withoutNulls(obj) { - return obj && Object.keys(obj).reduce(function(sum, curr) { + return obj && Object.keys(obj).reduce(function (sum, curr) { if...
Fixing style issues needed to use jscs <I>
phillipj_node-plex-api-headers
train
js
8fdcfbc63ec49f9c09040f0ee2f11cf6d7493b7f
diff --git a/src/Backend/PostponeRuntimeBackend.php b/src/Backend/PostponeRuntimeBackend.php index <HASH>..<HASH> 100644 --- a/src/Backend/PostponeRuntimeBackend.php +++ b/src/Backend/PostponeRuntimeBackend.php @@ -16,7 +16,6 @@ namespace Sonata\NotificationBundle\Backend; use Laminas\Diagnostics\Result\Success; use ...
Remove unused parameter Event was not used and the type declaration was a deprecated Event class.
sonata-project_SonataNotificationBundle
train
php
9d3aba5443091389790579ba8379e3133e90a2eb
diff --git a/core/src/main/java/org/kohsuke/stapler/framework/io/LargeText.java b/core/src/main/java/org/kohsuke/stapler/framework/io/LargeText.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/kohsuke/stapler/framework/io/LargeText.java +++ b/core/src/main/java/org/kohsuke/stapler/framework/io/LargeText.ja...
[FIXED STAPLER-<I>] cap the # of lines to be processe in one batch to avoid too much buffering
stapler_stapler
train
java
dfcae711f920e85875eb89894355f035e8dea6eb
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,8 @@ var crypto = require('crypto') var stream = require('stream') var fileType = require('file-type') -function getKey (req, file, cb) { - crypto.pseudoRandomBytes(16, function (err, raw) { +function defaultKey (...
psuedoRandomBytes is deprecated
badunk_multer-s3
train
js
fb0d9c7132228036fdd69eecbcd27eb457291c60
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ def gen_data_files(src_dir): distribution_files = [('.', ['./NEWS.rst', './Makefile', './LICENSE', './README.rst', './Dockerfile'])] -#corpora_files = gen_data_files('data') setup(name='discoursegraphs...
Tidying up setup.py
arne-cl_discoursegraphs
train
py
b5f8e3d5b17842bf455cb90e2ae41928af9f8c0c
diff --git a/formlayout.py b/formlayout.py index <HASH>..<HASH> 100644 --- a/formlayout.py +++ b/formlayout.py @@ -378,7 +378,7 @@ class FormWidget(QWidget): else: field = QLineEdit(value, self) elif isinstance(value, (list, tuple)): - value = list(value...
Fix a comment to guard against a terrible side effect
PierreRaybaut_formlayout
train
py
f320c24519280bd67c513cac67926b21ba0561a0
diff --git a/src/Entities/Transaction.php b/src/Entities/Transaction.php index <HASH>..<HASH> 100644 --- a/src/Entities/Transaction.php +++ b/src/Entities/Transaction.php @@ -177,4 +177,20 @@ final class Transaction extends Entity { return $this->getResult() === 'approved'; } + + /** + * @retu...
Add subscriptionIds and invoiceIds methods to Transaction (#<I>)
Rebilly_rebilly-php
train
php
7134b74a5c923b10c6291d0b3409215d081c0491
diff --git a/lib/options/rule-indent.js b/lib/options/rule-indent.js index <HASH>..<HASH> 100644 --- a/lib/options/rule-indent.js +++ b/lib/options/rule-indent.js @@ -21,7 +21,6 @@ module.exports = { * @param {node} node */ process: function(nodeType, node, level) { - // increasing indent level ...
rule-indent: loop fix
csscomb_csscomb.js
train
js
9e81c6de3b039b6afc1ff65ba0d3c75bca5fbd4f
diff --git a/pymc3/distributions/multivariate.py b/pymc3/distributions/multivariate.py index <HASH>..<HASH> 100644 --- a/pymc3/distributions/multivariate.py +++ b/pymc3/distributions/multivariate.py @@ -79,11 +79,11 @@ class Dirichlet(Continuous): # only defined for sum(value) == 1 return bound( - ...
Fix: Dirichlet distribution did not check support.
pymc-devs_pymc
train
py
c02956375f7e406b776aae5bd39e1b417d313b5d
diff --git a/pyphi/macro.py b/pyphi/macro.py index <HASH>..<HASH> 100644 --- a/pyphi/macro.py +++ b/pyphi/macro.py @@ -169,8 +169,7 @@ class MacroSubsystem(Subsystem): else: self.nodes = () - # Hash the final subsystem and nodes - # Only compute hash once. + # Hash the final...
Remove redundant Node hash Node hashes are already generated in `Node.__init__`.
wmayner_pyphi
train
py
03abb26ac39b5ff09b643850afd51ab13f4d779f
diff --git a/spec/celluloid/pool_spec.rb b/spec/celluloid/pool_spec.rb index <HASH>..<HASH> 100644 --- a/spec/celluloid/pool_spec.rb +++ b/spec/celluloid/pool_spec.rb @@ -33,7 +33,7 @@ describe "Celluloid.pool" do queue.pop.should == :done end - it "handles crashes", :pending => (RUBY_ENGINE == 'rbx') do + ...
Not sure why this was disabled on rbx
celluloid_celluloid
train
rb
024baf8c300efa4c38940829cb30d830e1969ace
diff --git a/spec/execution_spec.rb b/spec/execution_spec.rb index <HASH>..<HASH> 100644 --- a/spec/execution_spec.rb +++ b/spec/execution_spec.rb @@ -28,6 +28,13 @@ describe "Execution" do Given { stack.add Factory.middleware(2, implement: nil) } Then { expect(env.result).to eq [:before1, :before2,...
longer chain to make sure chain linking works
ronen_modware
train
rb
d57871cf72f4fe50f1456d89a839ae53007a81ca
diff --git a/src/models/app_configuration.js b/src/models/app_configuration.js index <HASH>..<HASH> 100644 --- a/src/models/app_configuration.js +++ b/src/models/app_configuration.js @@ -40,7 +40,7 @@ AppConfiguration.addLinkedApplication = function(appData, alias) { var currentConfig = AppConfiguration.loadApplicat...
Fix git fallback for http deployment urls
CleverCloud_clever-tools
train
js
ee7aef3baf6f8d83974d6188809bfd4b714eab16
diff --git a/Kwf/Assets/Loader.php b/Kwf/Assets/Loader.php index <HASH>..<HASH> 100644 --- a/Kwf/Assets/Loader.php +++ b/Kwf/Assets/Loader.php @@ -55,6 +55,8 @@ class Kwf_Assets_Loader $ret['mimeType'] = 'text/x-component'; } else if (substr($file, -4)=='.pdf') { $ret['mimeType'] = 'a...
Add xml to supported mimeTypes in AssetsLoader Using application/xml because normally this output is not read by users.
koala-framework_koala-framework
train
php
4d1e56159c45c23ae6d4fd99073a11794c28d77e
diff --git a/apitools/base/protorpclite/descriptor_test.py b/apitools/base/protorpclite/descriptor_test.py index <HASH>..<HASH> 100644 --- a/apitools/base/protorpclite/descriptor_test.py +++ b/apitools/base/protorpclite/descriptor_test.py @@ -18,9 +18,9 @@ """Tests for apitools.base.protorpclite.descriptor.""" import...
Update a unittest skip for py<I> compatibility.
google_apitools
train
py
aa1e6b004489d7d7d8601d408bcbdf4fdd237c7d
diff --git a/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java b/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java +++ b/src/main/java/io/github/bonigarcia/wdm/WebDriverManager.java @@ -388,7 +388,6 @@ p...
Remove non-necessary statements in parent manager
bonigarcia_webdrivermanager
train
java
d0e702249415c35f9e3d172ef873804d059200ba
diff --git a/src/webignition/UrlHealthChecker/UrlHealthChecker.php b/src/webignition/UrlHealthChecker/UrlHealthChecker.php index <HASH>..<HASH> 100644 --- a/src/webignition/UrlHealthChecker/UrlHealthChecker.php +++ b/src/webignition/UrlHealthChecker/UrlHealthChecker.php @@ -140,6 +140,20 @@ class UrlHealthChecker { ...
Handle curl errors that are not raised as a ConnectException (#2)
webignition_url-health-checker
train
php
53dfa459ed3937d6e3f543ba26d04c4b7e1f3b48
diff --git a/src/Form.js b/src/Form.js index <HASH>..<HASH> 100644 --- a/src/Form.js +++ b/src/Form.js @@ -75,7 +75,10 @@ export default class Form extends InputContainer { return child; } - if (child.type === ValidatedInput || child.type === RadioGroup) { + if ...
Add ability to subclass ValidatedInput Allow the creation of custom components by subclassing ValidatedInput
heilhead_react-bootstrap-validation
train
js
104f0109579aefccf98b97932c5635c1da8b4dac
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( version=version.txaws, description="Async library for EC2, OpenStack, and Eucalyptus", author="txAWS Developers", - url="https://github.com/oubiwann/txaws", + url="https://github.com/...
Updated URL for new home on GitHub.
twisted_txaws
train
py
b4dea9be874641bf211d0b8e101c5217c7429037
diff --git a/src/httpRangeFetcher.js b/src/httpRangeFetcher.js index <HASH>..<HASH> 100644 --- a/src/httpRangeFetcher.js +++ b/src/httpRangeFetcher.js @@ -228,7 +228,7 @@ class HttpRangeFetcher { // have been overwritten sometime while the promise was in flight _uncacheIfSame(key, cachedPromise) { if (this.c...
Correct cache delete for quick-lru
rbuels_http-range-fetcher
train
js
1abfe21e9958ea5587ef0b3c669dc2c5d9dfbd9c
diff --git a/src/ServerRequest.php b/src/ServerRequest.php index <HASH>..<HASH> 100644 --- a/src/ServerRequest.php +++ b/src/ServerRequest.php @@ -520,8 +520,8 @@ class ServerRequest extends Request implements ServerRequestInterface $headers = function_exists('getallheaders') ? getallheaders() : []; ...
replace '-' in the request header with '_' while create server request
fastdlabs_http
train
php
93e9adea69e1dfa38cc21054f63393e6eb6a1fb4
diff --git a/workalendar/oceania.py b/workalendar/oceania.py index <HASH>..<HASH> 100644 --- a/workalendar/oceania.py +++ b/workalendar/oceania.py @@ -97,20 +97,16 @@ class AustraliaCapitalTerritory(Australia): if year in (2007, 2008, 2009): day = AustraliaCapitalTerritory.get_nth_weekday_in_month...
Add AustraliaCapitalTerritory <I> Family Day.
peopledoc_workalendar
train
py
b0fee64a044685de05f7c5b63309d28131ae5719
diff --git a/django_prometheus/middleware.py b/django_prometheus/middleware.py index <HASH>..<HASH> 100644 --- a/django_prometheus/middleware.py +++ b/django_prometheus/middleware.py @@ -119,7 +119,7 @@ class PrometheusAfterMiddleware(MiddlewareMixin): requests_by_transport.labels(transport).inc() if ...
Do not read request.body in middleware (not valid for streaming requests)
korfuri_django-prometheus
train
py
dad858994ba869888b95d75d0bbe75529217a400
diff --git a/template.go b/template.go index <HASH>..<HASH> 100644 --- a/template.go +++ b/template.go @@ -8,6 +8,7 @@ import ( "io/ioutil" "os" "path/filepath" + "reflect" "regexp" "strconv" "strings" @@ -100,10 +101,21 @@ var ( }, // Pluralize - "pluralize": func(num int, singular, plural string)...
Changed functionality of pluralize template helper
revel_revel
train
go
da14de34e92bc23ea4afe630e13caa9e4438af35
diff --git a/main.py b/main.py index <HASH>..<HASH> 100644 --- a/main.py +++ b/main.py @@ -90,7 +90,7 @@ def download_matches(store_callback, seed_players_by_tier, minimum_tier = Tier.b .format(datetime.datetime.now().strftime("%m-%d %H:%M:%S"), tier.name, ...
Consuming at least <I> matches, but up to <I>% of the total matches for each tier every time we download matches
MakersF_LoLScraper
train
py
c654e350071a68ab7ce813599154d92c946b5c5d
diff --git a/lib/db/caches.php b/lib/db/caches.php index <HASH>..<HASH> 100644 --- a/lib/db/caches.php +++ b/lib/db/caches.php @@ -382,9 +382,6 @@ $definitions = array( 'mode' => cache_store::MODE_SESSION, 'simplekeys' => true, 'simpledata' => true, - 'ttl' => 1800, - 'invalidat...
MDL-<I> core_user: Avoid redirection during signup Purge cache just for the current user to avoid redirection when 2 simultaneous users try to sign up at the same time and some policy has to be agreed. The 'createduser' invalidation event has been removed also because is not used any more. Thanks John Azinheira for sp...
moodle_moodle
train
php,php
048f3aebcfb72b79d653f5fdb25152295d13b306
diff --git a/web/concrete/src/Support/Symbol/MetadataGenerator.php b/web/concrete/src/Support/Symbol/MetadataGenerator.php index <HASH>..<HASH> 100644 --- a/web/concrete/src/Support/Symbol/MetadataGenerator.php +++ b/web/concrete/src/Support/Symbol/MetadataGenerator.php @@ -25,7 +25,7 @@ class MetadataGenerator ...
One of the SPs was coming back as the metadata generator Former-commit-id: b4d<I>e<I>c<I>dfe4ebab1cb<I>d8c8aa
concrete5_concrete5
train
php
027496ccbb811c2da57c162ae2dbed8c76a8ee5e
diff --git a/sumo/plotting/bs_plotter.py b/sumo/plotting/bs_plotter.py index <HASH>..<HASH> 100644 --- a/sumo/plotting/bs_plotter.py +++ b/sumo/plotting/bs_plotter.py @@ -161,12 +161,14 @@ class SBSPlotter(BSPlotter): if spin is not None and not self._bs.is_spin_polarized: raise ValueError('Spin-s...
BUG: Fix spin selection in metals
SMTG-UCL_sumo
train
py
2f9cd81b494441d61b80a5effa0590dd9afc883a
diff --git a/proxy/fails/classifier_group.go b/proxy/fails/classifier_group.go index <HASH>..<HASH> 100644 --- a/proxy/fails/classifier_group.go +++ b/proxy/fails/classifier_group.go @@ -2,6 +2,14 @@ package fails type ClassifierGroup []Classifier +// RetriableClassifiers include backend errors that are safe to re...
Add guidance for adding retriable classifiers RetriableClassifiers include backend errors that are safe to retry Backend errors are only safe to retry if we can be certain that they have occurred before any http request data has been sent from gorouter to the backend application. Otherwise, there’s risk of a mutatin...
cloudfoundry_gorouter
train
go
584bb4b73163b8dbf320c87ae6311fa9232752f1
diff --git a/lib/device.js b/lib/device.js index <HASH>..<HASH> 100644 --- a/lib/device.js +++ b/lib/device.js @@ -9,6 +9,7 @@ var defaultOptions = { unknownUserAgentDeviceType: 'phone', botUserAgentDeviceType: 'bot', carUserAgentDeviceType: 'car', + consoleUserAgentDeviceType: 'tv', parseUserAge...
Add consoleUserAgentDeviceType option. Add custom option for console so those who wants another result (such as 'console') when a console is detected instead of 'tv' can.
rguerreiro_device
train
js
1da7985105ecdec78798c0f7e7bc3f3ab36f4a2d
diff --git a/src/js/components/Tabs.js b/src/js/components/Tabs.js index <HASH>..<HASH> 100644 --- a/src/js/components/Tabs.js +++ b/src/js/components/Tabs.js @@ -21,7 +21,7 @@ export default class Tabs extends Component { } componentWillReceiveProps(nextProps) { - if ((nextProps.activeIndex || 0 === nextPro...
Fixed Tabs componentWillReceiveProps. Removed used state from TextInput.
grommet_grommet
train
js,js
02830bd829c6b8d4b98ec22816469e715a170ebc
diff --git a/lib/drizzlepac/catalogs.py b/lib/drizzlepac/catalogs.py index <HASH>..<HASH> 100644 --- a/lib/drizzlepac/catalogs.py +++ b/lib/drizzlepac/catalogs.py @@ -737,7 +737,7 @@ class UserCatalog(Catalog): self.sharp_col = False if self.pars['xyunits'] == 'degrees': - self.radec ...
Add support for user-provided image catalogs in degrees
spacetelescope_drizzlepac
train
py
f2c1d52ed6f8f656d536630907124395392b4c68
diff --git a/test/Type/PhpEnumTypeTest.php b/test/Type/PhpEnumTypeTest.php index <HASH>..<HASH> 100644 --- a/test/Type/PhpEnumTypeTest.php +++ b/test/Type/PhpEnumTypeTest.php @@ -121,16 +121,14 @@ class PhpEnumTypeTest extends TestCase $this->assertEquals($expectedValue, $actualValue); } - public fun...
Replaced test data provider using an array by a generator
acelaya_doctrine-enum-type
train
php
f121390083a682bde5754c58c66ed61e4fdcb059
diff --git a/Classes/Service/ImageResizer.php b/Classes/Service/ImageResizer.php index <HASH>..<HASH> 100644 --- a/Classes/Service/ImageResizer.php +++ b/Classes/Service/ImageResizer.php @@ -539,7 +539,7 @@ class ImageResizer { $data['bytes'] = $bytes + (isset($data['bytes']) ? (int)$data['bytes'] : 0); $data['im...
[BUGFIX] Upload fails due to file permission error The hidden file "typo3conf/.tx_imageautoresize" may be created with invalid ownership which, in turn, may prevent the upload of images to succeed. Change-Id: Ia5a<I>d4a0f<I>f5f<I>f7f<I>c<I>a3ff4bc Resolves: #<I> Reviewed-on: <URL>
xperseguers_t3ext-image_autoresize
train
php
fc79d594d34a51c9986e4ed8fe382d2f658a1c0d
diff --git a/lib/jsdom/living/filelist.js b/lib/jsdom/living/filelist.js index <HASH>..<HASH> 100644 --- a/lib/jsdom/living/filelist.js +++ b/lib/jsdom/living/filelist.js @@ -1,6 +1,6 @@ "use strict"; -const filelistSymbols = require("./file-symbols"); +const filelistSymbols = require("./filelist-symbols"); modul...
Fix typo in symbols file name The correct file containing the symbols for filellist.js is filelist-symbols, not file-symbols.
jsdom_jsdom
train
js
581782a0230e926cc9d42f548a44e095a371ef49
diff --git a/src/react/RouterToUrlQuery.js b/src/react/RouterToUrlQuery.js index <HASH>..<HASH> 100644 --- a/src/react/RouterToUrlQuery.js +++ b/src/react/RouterToUrlQuery.js @@ -16,10 +16,11 @@ export default class RouterToUrlQuery extends Component { componentWillMount() { const { router } = this.context; +...
Look for replace and push functions first when linking router
pbeshai_react-url-query
train
js
3fcafeb57934328a87b476584502caf457544767
diff --git a/lib/oauth.js b/lib/oauth.js index <HASH>..<HASH> 100644 --- a/lib/oauth.js +++ b/lib/oauth.js @@ -253,10 +253,8 @@ OAuth.prototype.accessToken = function(token, verifier, callback) { // // #### Code OAuth.prototype.authenticate = function(token, cb) { - var self = this; helper.check(token, 'string',...
lib/oauth: simplify
ghostbar_twitter-rest-lite
train
js
4f748c7220ea0e5006f8a01b6941c27fc36b3fb3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open('LICENSE') as fl: setup( name='CurrencyConverter', - version='0.13.5', + version='0.13.6', author='Alex Prengère', author_email='alexprengere@gmail.com', url='https://githu...
Bump to version <I>
alexprengere_currencyconverter
train
py
a4eb3e9192c09da9a9e77911f7a22a81fef879df
diff --git a/src/Chromabits/Nucleus/Support/Std.php b/src/Chromabits/Nucleus/Support/Std.php index <HASH>..<HASH> 100644 --- a/src/Chromabits/Nucleus/Support/Std.php +++ b/src/Chromabits/Nucleus/Support/Std.php @@ -167,9 +167,7 @@ class Std extends StaticObject Arguments::contain(Boa::func(), Boa::foldable()) ...
Revert behavior of Std::each
chromabits_nucleus
train
php
50e21b071cf3e6ad66e0a6534d108fb17d5a24e9
diff --git a/command/agent/dns.go b/command/agent/dns.go index <HASH>..<HASH> 100644 --- a/command/agent/dns.go +++ b/command/agent/dns.go @@ -194,6 +194,8 @@ func (d *DNSServer) handlePtr(resp dns.ResponseWriter, req *dns.Msg) { } var out structs.IndexedNodes + // TODO: Replace ListNodes with an internal RPC tha...
agent: Adding TODO for future optimization
hashicorp_consul
train
go
ee0ebd72ea421ea7d0de08422114c9f746cbab1e
diff --git a/build.php b/build.php index <HASH>..<HASH> 100755 --- a/build.php +++ b/build.php @@ -8,7 +8,7 @@ if ($returnStatus !== 0) { exit(1); } -passthru('./vendor/bin/phpcs --standard=' . __DIR__ . '/DWS --extensions=php -n tests DWS', $returnStatus); +passthru('./vendor/bin/phpcs --standard=' . __DIR__ ....
Include php files in root of project in phpcs check.
traderinteractive_dws-coding-standard
train
php
a8c8b78e78e7df8a93d047e9d1a3b2975f0e4f43
diff --git a/js/modules/LevenshteinFS.js b/js/modules/LevenshteinFS.js index <HASH>..<HASH> 100644 --- a/js/modules/LevenshteinFS.js +++ b/js/modules/LevenshteinFS.js @@ -17,6 +17,8 @@ var LevenshteinFS = prime({ }, search: function(term, haystack) { + var that = this; + this.lastTerm = term...
Changed for loops to forEach loops
unlooped_FuzzySearchJS
train
js
6775464b06bf6ac4320e6258a3c86d3632728f31
diff --git a/lib/observable/remove.js b/lib/observable/remove.js index <HASH>..<HASH> 100644 --- a/lib/observable/remove.js +++ b/lib/observable/remove.js @@ -84,6 +84,10 @@ function emitParentRemoval (parent, key, event) { parent.emit('change', event) console.log('propertyREMOVE----->', 'allready have to have ...
added remove functionality for properties (temp fix)
vigour-io_vjs
train
js,js
09eceaf120ed4cba88c2c959661c3d52b883d495
diff --git a/tests/test_core.py b/tests/test_core.py index <HASH>..<HASH> 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -239,6 +239,20 @@ class TestArgNesting: arg.validated('', {}) assert 'Required parameter "foo" not found.' in str(excinfo) + def test_nested_multiple(self): + ...
Add test case for nested args with multiple=True verifies #<I>
marshmallow-code_webargs
train
py
1f57d237e10d9565655b898678e1355ab7cbd49b
diff --git a/core/src/main/java/org/testcontainers/containers/GenericContainer.java b/core/src/main/java/org/testcontainers/containers/GenericContainer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/testcontainers/containers/GenericContainer.java +++ b/core/src/main/java/org/testcontainers/containers/Gen...
Explicitly close docker clients at end of test method/class
testcontainers_testcontainers-java
train
java
cdaf56213ed30728190895a475bcafd635aad1a5
diff --git a/dimod/package_info.py b/dimod/package_info.py index <HASH>..<HASH> 100644 --- a/dimod/package_info.py +++ b/dimod/package_info.py @@ -14,7 +14,7 @@ # # ================================================================================================ -__version__ = '0.9.0.dev3' +__version__ = '0.9.0.dev4...
Update version <I>.dev3 -> <I>.dev4 Fixes ----- * Fix deserialization of variables that are nested tuples * Include `shapeablebqm.pyx.src` in the `manifest.ini`
dwavesystems_dimod
train
py
469f985602270efd4282ccfc49424edb6a2afe8d
diff --git a/raven/contrib/django/client.py b/raven/contrib/django/client.py index <HASH>..<HASH> 100644 --- a/raven/contrib/django/client.py +++ b/raven/contrib/django/client.py @@ -41,6 +41,14 @@ def install_sql_hook(): except ImportError: from django.db.backends.util import CursorWrapper + try: + ...
Fix breakage for older django versions
getsentry_raven-python
train
py
b2a49dcb0e927de6d0ba33e1b5106e6a9897a677
diff --git a/Entity/DistributionListRepository.php b/Entity/DistributionListRepository.php index <HASH>..<HASH> 100644 --- a/Entity/DistributionListRepository.php +++ b/Entity/DistributionListRepository.php @@ -19,6 +19,7 @@ class DistributionListRepository extends EntityRepository return $key; ...
BUGFIX when a stoppoint was deleted in Navitia, distribution list was broken
CanalTP_MttBundle
train
php
2df1126b2d751f36f8aa4e62cade8df4253029eb
diff --git a/lib/weblib.php b/lib/weblib.php index <HASH>..<HASH> 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2849,7 +2849,11 @@ function debugging($message = '', $level = DEBUG_NORMAL, $backtrace = null) { if (!defined('DEBUGGING_PRINTED')) { define('DEBUGGING_PRINTED', 1); // in...
MDL-<I> debugging does not print html any more in CLI mode
moodle_moodle
train
php
0d9afcdb64906820b244ffdcf33fb026dfd2bcea
diff --git a/samples/TimePickerSample.js b/samples/TimePickerSample.js index <HASH>..<HASH> 100644 --- a/samples/TimePickerSample.js +++ b/samples/TimePickerSample.js @@ -48,7 +48,7 @@ enyo.kind({ {name:"timePicker2", kind:"onyx.TimePicker", is24HrMode:true} ]}, {kind: "onyx.Groupbox", style:"padding:5px;"...
ENYO-<I>: update label to more clearly indicate that the time being shown is the localized value of the time in the picker Enyo-DCO-<I>-
enyojs_onyx
train
js
600758e9f88ad693484386fd355985b2fb5f3c9f
diff --git a/irco/parsers/compendex.py b/irco/parsers/compendex.py index <HASH>..<HASH> 100644 --- a/irco/parsers/compendex.py +++ b/irco/parsers/compendex.py @@ -12,6 +12,7 @@ class Tokenizer(base.Tokenizer): value = '\n'.join(lines) record = base.Record(self.FORMAT, value) record.source = (...
Adapted to the models updates.
GaretJax_irco
train
py,py
33335fe0c5cc05192e97cc615b4a1901a0faa515
diff --git a/modules/static/app/controllers/static.go b/modules/static/app/controllers/static.go index <HASH>..<HASH> 100644 --- a/modules/static/app/controllers/static.go +++ b/modules/static/app/controllers/static.go @@ -71,7 +71,7 @@ func (c Static) Serve(prefix, filepath string) revel.Result { } file, err := ...
Use Content-Disposition: Inline for static serving
revel_revel
train
go
b1821e8b33455147c3cac6b81b699d3265cab1c9
diff --git a/src/scripts/user/user.store.js b/src/scripts/user/user.store.js index <HASH>..<HASH> 100644 --- a/src/scripts/user/user.store.js +++ b/src/scripts/user/user.store.js @@ -92,6 +92,7 @@ let UserStore = Reflux.createStore({ * user if the user doesn't already exist. */ signIn(options) { + ...
Prevent signins before google has initialized
OpenNeuroOrg_openneuro
train
js
2f571a1256c592229951d78da453b363cdd05117
diff --git a/malcolm/modules/stats/controllers/statscontroller.py b/malcolm/modules/stats/controllers/statscontroller.py index <HASH>..<HASH> 100644 --- a/malcolm/modules/stats/controllers/statscontroller.py +++ b/malcolm/modules/stats/controllers/statscontroller.py @@ -15,7 +15,7 @@ def start_ioc(stats, prefix): ...
fixed args passed to subprocess so softIoc can be launched without shell=True
dls-controls_pymalcolm
train
py
ae7f95c51f9485002ed8fb448f1d3564ead71319
diff --git a/aws/resource_aws_opsworks_instance_test.go b/aws/resource_aws_opsworks_instance_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_opsworks_instance_test.go +++ b/aws/resource_aws_opsworks_instance_test.go @@ -20,6 +20,7 @@ func TestAccAWSOpsworksInstance_basic(t *testing.T) { resource.Parallel...
tests/r/opsworks_instance: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
go
20774cb98ac061bf810cae213af9e4a760ae1a29
diff --git a/lib/gelf/transport/tcp.rb b/lib/gelf/transport/tcp.rb index <HASH>..<HASH> 100644 --- a/lib/gelf/transport/tcp.rb +++ b/lib/gelf/transport/tcp.rb @@ -53,6 +53,13 @@ module GELF end def write_socket(socket, message) + unsafe_write_socket(socket, message) + rescue IOError, SystemC...
Code cleanup A second attempt to lower cognitive complexity.
graylog-labs_gelf-rb
train
rb
24fe3787ad2b66ad27f8b38dbdff37b61c06b913
diff --git a/src/Orchestra/Memory/Provider.php b/src/Orchestra/Memory/Provider.php index <HASH>..<HASH> 100644 --- a/src/Orchestra/Memory/Provider.php +++ b/src/Orchestra/Memory/Provider.php @@ -45,7 +45,6 @@ class Provider extends Relic */ public function put($key, $value = '') { - $value = valu...
Update code based on orchestral/support@1d5febb
orchestral_memory
train
php
b33fb2c74331bf0897843d3f3147dd49049abeef
diff --git a/javascript/firefox-driver/extension/components/firefoxDriver.js b/javascript/firefox-driver/extension/components/firefoxDriver.js index <HASH>..<HASH> 100644 --- a/javascript/firefox-driver/extension/components/firefoxDriver.js +++ b/javascript/firefox-driver/extension/components/firefoxDriver.js @@ -371,7...
EranMes, on behalf of AndreasHaas: Additioal fix for issue <I>, fix typo when throwing the original exception. r<I>
SeleniumHQ_selenium
train
js
55d9671fde247223b041fcc121b62a22ab482b81
diff --git a/feed.py b/feed.py index <HASH>..<HASH> 100644 --- a/feed.py +++ b/feed.py @@ -173,7 +173,7 @@ def extractNotes(name, notes, legend=None, regex=default_extra_regex): # ---------------------------- -class BasicCanteen(): +class BasicCanteen(object): """ This class represents and stores all informat...
feed: fixes LazyCanteen inheritance (uses New-Style-Classes in Python2)
mswart_pyopenmensa
train
py
c6e9e54b7bfe5ad24e7f3e44b7e3286445fb32c0
diff --git a/pytds/dbapi.py b/pytds/dbapi.py index <HASH>..<HASH> 100644 --- a/pytds/dbapi.py +++ b/pytds/dbapi.py @@ -1,7 +1,7 @@ """DB-SIG compliant module for communicating with MS SQL servers""" __author__ = 'Mikhail Denisenko <denisenkom@gmail.com>' -__version__ = '1.6.9' +__version__ = '1.6.9.1' import log...
bumped version <I>
denisenkom_pytds
train
py,py
50d77092c045298267ffb822b338a469aa3ea70e
diff --git a/src/main/java/org/msgpack/MessagePack.java b/src/main/java/org/msgpack/MessagePack.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/msgpack/MessagePack.java +++ b/src/main/java/org/msgpack/MessagePack.java @@ -556,6 +556,19 @@ public class MessagePack { Template<T> tmpl = registry.lookup(c...
overload convert method with Template parameter convert method with Template is required when you convert Value to parametric type. e.g. `readAsValue(writeV((1,2,))).as[(Int,Int)]` doesn't work with msgpack-scala
msgpack_msgpack-java
train
java
a37e91b35ca421160d34526f3d091164023e6f65
diff --git a/djcelery/snapshot.py b/djcelery/snapshot.py index <HASH>..<HASH> 100644 --- a/djcelery/snapshot.py +++ b/djcelery/snapshot.py @@ -33,7 +33,6 @@ class Camera(Polaroid): def __init__(self, *args, **kwargs): super(Camera, self).__init__(*args, **kwargs) - self.prev_count = 0 se...
Fixed bug with losing events. event_count is reset after every shutter, so don't try to keep track of it
celery_django-celery
train
py
d3a60e5a26a8100d291026506f015f6dfd016a6a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ setup( 'z3-solver>=4.8.5.0', 'future', 'cachetools', + 'decorator', 'pysmt', ], description='An abstraction layer for constraint solvers', diff --git a/tests/...
switch from wraps to decorator module to make nose2 happy
angr_claripy
train
py,py
543a3f0cc6d815fe12e1947814ec166a638f3210
diff --git a/tests/test_nationstates_obj.py b/tests/test_nationstates_obj.py index <HASH>..<HASH> 100644 --- a/tests/test_nationstates_obj.py +++ b/tests/test_nationstates_obj.py @@ -143,7 +143,10 @@ class nationstates_object(unittest.TestCase): unicode except NameError: unicode = str...
Python 2 fix, for real this time
DolphDev_pynationstates
train
py
7bfe19a6a14c9b98933fd2c283c24b1f68589502
diff --git a/src/variety-common/MouseInput.js b/src/variety-common/MouseInput.js index <HASH>..<HASH> 100644 --- a/src/variety-common/MouseInput.js +++ b/src/variety-common/MouseInput.js @@ -100,7 +100,7 @@ MouseEvent:{ var subtype=0; // qsubを0~いくつまで入力可能かの設定 if (puzzle.editmode) { subtype =-1;} - else i...
Mouse: Enable to input sub numbers on aux. marks by mouse for the genre View
sabo2_pzprjs
train
js
e682c365050f5d94284ec959795b82bb37ae03c4
diff --git a/src/devtools/env.js b/src/devtools/env.js index <HASH>..<HASH> 100644 --- a/src/devtools/env.js +++ b/src/devtools/env.js @@ -12,6 +12,8 @@ export const keys = { } export function initEnv (Vue) { + if (Vue.prototype.hasOwnProperty('$isChrome')) return + Object.defineProperties(Vue.prototype, { ...
Fix initEnv, so it doesn't crash on page refresh (#<I>)
vuejs_vue-devtools
train
js
73f0ad70e12fc5b28a77d3591e410edf0370e57c
diff --git a/Samurai/Raikiri/Container.php b/Samurai/Raikiri/Container.php index <HASH>..<HASH> 100644 --- a/Samurai/Raikiri/Container.php +++ b/Samurai/Raikiri/Container.php @@ -130,7 +130,7 @@ class Container if ($component instanceof ComponentDefine) { $component->setContainer($this); ...
set container auto has raikiri.
samurai-fw_samurai
train
php
d14fb56119d203f18638609b07e06df1b21e2da3
diff --git a/agents/tools/wrappers.py b/agents/tools/wrappers.py index <HASH>..<HASH> 100644 --- a/agents/tools/wrappers.py +++ b/agents/tools/wrappers.py @@ -118,7 +118,7 @@ class FrameHistory(object): self._past_indices = past_indices self._step = 0 self._buffer = None - self._capacity = max(past_in...
Fix off-by-one bug in FrameHistory environment wrapper (#<I>)
google-research_batch-ppo
train
py
68a12a6e588e4ac5c4016a8bb6efd3d4f52870d8
diff --git a/tasks/task.go b/tasks/task.go index <HASH>..<HASH> 100644 --- a/tasks/task.go +++ b/tasks/task.go @@ -3,6 +3,7 @@ package tasks import ( "encoding/json" "fmt" + "math" "strconv" "strings" @@ -93,7 +94,9 @@ var _ = TasksDescribe("v3 tasks", func() { It("can successfully create and run a task",...
Sleep for enough time to see the task is RUNNING [#<I>]
cloudfoundry_cf-acceptance-tests
train
go
69103a2ca1f8b586c0db2fcbb20f3ad9d1e39eb5
diff --git a/websockets/server.py b/websockets/server.py index <HASH>..<HASH> 100644 --- a/websockets/server.py +++ b/websockets/server.py @@ -25,8 +25,7 @@ class WebSocketServerProtocol(WebSocketCommonProtocol): :class:`~websockets.protocol.WebSocketCommonProtocol`. For the sake of simplicity, this protoco...
Add HTTP responses on handshake errors.
aaugustin_websockets
train
py
10e3913d24d634512ab49f256dc9c010e438db80
diff --git a/elytron/src/main/java/org/wildfly/extension/elytron/SSLDefinitions.java b/elytron/src/main/java/org/wildfly/extension/elytron/SSLDefinitions.java index <HASH>..<HASH> 100644 --- a/elytron/src/main/java/org/wildfly/extension/elytron/SSLDefinitions.java +++ b/elytron/src/main/java/org/wildfly/extension/elytr...
[WFCORE-<I>](reopen) Explain the meaning of and set default values of maximum-session-cache-size and session-timeout
wildfly_wildfly-core
train
java
8867b7c6f661c1c16a892baccf46c36bc4f5a01c
diff --git a/modules/Cockpit/Controller/Assets.php b/modules/Cockpit/Controller/Assets.php index <HASH>..<HASH> 100644 --- a/modules/Cockpit/Controller/Assets.php +++ b/modules/Cockpit/Controller/Assets.php @@ -32,10 +32,12 @@ class Assets extends \Cockpit\AuthController { $ret = $this->module('cockpit')->list...
add _by attribute and also provide ability to change the options when performing find operations in assets_folders storage
agentejo_cockpit
train
php
ba86716ddcdbdf64212a633139fe37ffcdb00e6c
diff --git a/werkzeug/datastructures.py b/werkzeug/datastructures.py index <HASH>..<HASH> 100644 --- a/werkzeug/datastructures.py +++ b/werkzeug/datastructures.py @@ -9,6 +9,7 @@ :license: BSD, see LICENSE for more details. """ import re +import sys import codecs import mimetypes from itertools import repeat ...
utf-8 to filesystem encoding
pallets_werkzeug
train
py
9f722912acd30b47c095596b96333854fe049a6a
diff --git a/src/components/VueSignaturePad.js b/src/components/VueSignaturePad.js index <HASH>..<HASH> 100644 --- a/src/components/VueSignaturePad.js +++ b/src/components/VueSignaturePad.js @@ -50,14 +50,15 @@ export default { window.addEventListener( 'resize', - this.resizeCanvas.bind(this, canvas)...
Simplify method resizeCanvas (#<I>) * Simplify method resizeCanvas Remove required param of `canvas` for `resizeCanvas()` as it can be found using `$refs` * Revert formating by codesandbox
neighborhood999_vue-signature-pad
train
js
eaf1db955b2ddd7be042a444109dc57075fb22f6
diff --git a/src/FormObject/Support/Laravel/LaravelForm.php b/src/FormObject/Support/Laravel/LaravelForm.php index <HASH>..<HASH> 100644 --- a/src/FormObject/Support/Laravel/LaravelForm.php +++ b/src/FormObject/Support/Laravel/LaravelForm.php @@ -1,8 +1,10 @@ <?php namespace FormObject\Support\Laravel; +use DomainEx...
* Added Titles as custom attributes for better errormessages
mtils_formobject
train
php
433010c4f312a78ae7e8268cb821af6ec5be9c9d
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -8,6 +8,10 @@ require 'ruboto/sdk_versions' require 'ruboto/sdk_locations' require 'ruboto/util/update' +# FIXME(uwe): Remove when we stop supporting onler Ruby versions +MiniTes...
* Allow testing with Ruby <<I>
ruboto_ruboto
train
rb
391a3765c6f16cec3902413c8b33e1eb26c4c5a4
diff --git a/salt/modules/pw_group.py b/salt/modules/pw_group.py index <HASH>..<HASH> 100644 --- a/salt/modules/pw_group.py +++ b/salt/modules/pw_group.py @@ -36,7 +36,7 @@ def add(name, gid=None, **kwargs): if salt.utils.is_true(kwargs.pop('system', False)): log.warning('pw_group module does not support ...
Again, don't stack trace States!!!
saltstack_salt
train
py
8e9228a92b49b0ecd0074db92457ff0da247a6e5
diff --git a/lib/rummager/images.rb b/lib/rummager/images.rb index <HASH>..<HASH> 100644 --- a/lib/rummager/images.rb +++ b/lib/rummager/images.rb @@ -113,7 +113,8 @@ class Rummager::ImageBuildTask < Rummager::ImageTaskBase end end newimage.tag( 'repo' => @repo, - 'tag' => 'late...
fix docker complaints about re-tagging an image
exactassembly_rummager
train
rb
7cf94f76cf7ed960a224fe9c7b70733d2858a6a0
diff --git a/server.js b/server.js index <HASH>..<HASH> 100644 --- a/server.js +++ b/server.js @@ -22,6 +22,10 @@ var UNASSIGNED = "nobody"; var CURRENT_USER = "me"; var io = sio.listen(server); +io.configure(function () { + // excluded websocket due to Chrome bug: https://github.com/LearnBoost/socket.io/issues/425...
Remove websocket as available transport; should improve Chrome stability.
wachunga_omega
train
js
649b6f73200b794f3957dfd2bc465a06425a2010
diff --git a/twitteroauth/twitteroauth.php b/twitteroauth/twitteroauth.php index <HASH>..<HASH> 100644 --- a/twitteroauth/twitteroauth.php +++ b/twitteroauth/twitteroauth.php @@ -72,11 +72,9 @@ class TwitterOAuth { * * @returns a key/value array containing oauth_token and oauth_token_secret */ - function g...
oauth_callback is now required for getRequestToken
abraham_twitteroauth
train
php