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
085c3e5a9053229a7196b25feb89678ccd11be8f
diff --git a/addon/components/materialize-input.js b/addon/components/materialize-input.js index <HASH>..<HASH> 100644 --- a/addon/components/materialize-input.js +++ b/addon/components/materialize-input.js @@ -4,7 +4,7 @@ import layout from '../templates/components/materialize-input'; export default MaterializeInpu...
Refactor: default type-property is text
mike-north_ember-cli-materialize
train
js
a4cb70ff772a09b135752754c1cf27709f84e7b4
diff --git a/lib/image_processor.js b/lib/image_processor.js index <HASH>..<HASH> 100644 --- a/lib/image_processor.js +++ b/lib/image_processor.js @@ -43,8 +43,11 @@ module.exports = class ImageProcessor{ var x = parseInt(data[3], 10) - 1; var y = parseInt(data[4], 10) - 1; + if(w...
Avoid crop erase image when 0x0 dims
gluckgames_pixi-packer
train
js
8ac420b53da836af129895e5a58425a922b121e8
diff --git a/src/patch.js b/src/patch.js index <HASH>..<HASH> 100644 --- a/src/patch.js +++ b/src/patch.js @@ -2,11 +2,14 @@ import createNode from './createNode'; import setAttribute from './setAttribute'; function patch(node, curr, prev, index) { - const child = node.childNodes[index || 0]; + const child = +...
bug in patch when removing multiple items from dom at once
fwilkerson_muve
train
js
33db79a5ad4c755cf7b744119f9172dd7a15c049
diff --git a/git_repo/services/service.py b/git_repo/services/service.py index <HASH>..<HASH> 100644 --- a/git_repo/services/service.py +++ b/git_repo/services/service.py @@ -171,7 +171,7 @@ class RepositoryService: self.fqdn = c.get('fqdn', self.fqdn) self.scheme = c.get('scheme', 'https') - ...
🚒 makes port default to <I> when scheme is HTTP fixes #<I>
guyzmo_git-repo
train
py
2532460475f6c1b82ff21fb59b5db009cf1581d5
diff --git a/app/src/js/modules/fields/geolocation.js b/app/src/js/modules/fields/geolocation.js index <HASH>..<HASH> 100644 --- a/app/src/js/modules/fields/geolocation.js +++ b/app/src/js/modules/fields/geolocation.js @@ -176,7 +176,7 @@ }); // Update location when typed into address field. - ...
Use on isntead of bind
bolt_bolt
train
js
3165ac6ae5f6e37f13bbefc8ca456a82d7dbb5eb
diff --git a/lib/dom-inventory.js b/lib/dom-inventory.js index <HASH>..<HASH> 100644 --- a/lib/dom-inventory.js +++ b/lib/dom-inventory.js @@ -9,6 +9,7 @@ DomInventory.prototype.transform = function(ast) { var walker = new this.syntax.Walker(); const htmlElements = new Set(); const classes = new Set(); + cons...
Track the attr ids used within an app
fauxton_ember-dom-inventory
train
js
dcfb691f5fd35a8134a4f6d9da6fc3303214a99d
diff --git a/thanatos/__init__.py b/thanatos/__init__.py index <HASH>..<HASH> 100644 --- a/thanatos/__init__.py +++ b/thanatos/__init__.py @@ -6,6 +6,6 @@ from thanatos import database from thanatos import questions from thanatos import utils -__version__ = '0.0.0' +__version__ = '0.0.1' _log = logging.getLogger...
Incrementing version for first tag
evetrivia_thanatos
train
py
aace0c1131290093949f56b7a1f5b631694b1c6d
diff --git a/mautrix/util/async_db/database.py b/mautrix/util/async_db/database.py index <HASH>..<HASH> 100644 --- a/mautrix/util/async_db/database.py +++ b/mautrix/util/async_db/database.py @@ -101,7 +101,8 @@ class Database(ABC): await self._check_foreign_tables() if self.owner_name: ...
Don't run upgrades if there are none
tulir_mautrix-python
train
py
9f368ca101d30bc61f05d033c671d3013817dcfa
diff --git a/lib/merb-core/dispatch/dispatcher.rb b/lib/merb-core/dispatch/dispatcher.rb index <HASH>..<HASH> 100644 --- a/lib/merb-core/dispatch/dispatcher.rb +++ b/lib/merb-core/dispatch/dispatcher.rb @@ -63,7 +63,7 @@ class Merb::Dispatcher begin klass = Object.full_const_get(cnt) rescue NameE...
Log namespaced controller name when it's class is not found.
wycats_merb
train
rb
cacb276ff9380a1e2b4f287966dec3a781e9fe9e
diff --git a/glog.go b/glog.go index <HASH>..<HASH> 100644 --- a/glog.go +++ b/glog.go @@ -498,9 +498,7 @@ func (l *Log) SetAlsoLogToStderr(f bool) { // SetV sets the log level for V logs func (l *Log) SetV(v Level) { - l.mu.Lock() - defer l.mu.Unlock() - l.verbosity = v + l.verbosity.set(v) } // SetStderrThres...
logging race fixes - Fix some races reported by "go test -race" on some experimental packages I had. The basic fix is that values used as atomic integers should always use the atomic Load/Store methods. - Get rid of unnecessary locks, the values were being protected by atomic Load/Store, not by a mutex
cosnicolaou_llog
train
go
9977220ae851ca3f303eb26fd65c7a774f1205fb
diff --git a/enrol/imsenterprise/lib.php b/enrol/imsenterprise/lib.php index <HASH>..<HASH> 100644 --- a/enrol/imsenterprise/lib.php +++ b/enrol/imsenterprise/lib.php @@ -400,7 +400,7 @@ function process_group_tag($tagcontents) { // Insert default names for teachers/students, from the current langu...
MDL-<I> enrol_imsenterprise: fix error when category not defined thanks to Henrik Thorn for the fix
moodle_moodle
train
php
4637b402e3e7d64ea81a7df1eb580e3b5f27c484
diff --git a/lib/notifyor/version.rb b/lib/notifyor/version.rb index <HASH>..<HASH> 100644 --- a/lib/notifyor/version.rb +++ b/lib/notifyor/version.rb @@ -1,3 +1,3 @@ module Notifyor - VERSION = "0.4.1" + VERSION = "0.4.2" end
Bumped version to <I>
ndea_notifyor
train
rb
3e9c8317dba3b1e0592965b4fda3251afca01dea
diff --git a/example/client/main.go b/example/client/main.go index <HASH>..<HASH> 100644 --- a/example/client/main.go +++ b/example/client/main.go @@ -31,10 +31,12 @@ func main() { versions = append([]protocol.VersionNumber{protocol.VersionTLS}, versions...) } + roundTripper := &h2quic.RoundTripper{ + QuicConfi...
close the h2quic.RoundTripper in the example client While it's not necessary, it's best practice to close the RoundTripper. That way, QUIC can do a proper connection shutdown.
lucas-clemente_quic-go
train
go
3df4d8d8b80f56a2960755c75be51ce855d38bef
diff --git a/core-parent/util/src/test/java/fr/javatronic/damapping/util/FluentIterableTest.java b/core-parent/util/src/test/java/fr/javatronic/damapping/util/FluentIterableTest.java index <HASH>..<HASH> 100644 --- a/core-parent/util/src/test/java/fr/javatronic/damapping/util/FluentIterableTest.java +++ b/core-parent/u...
[#<I>] fix unit test broken in Java 8 order of elements should not be tested when writing an assertion on a Set
lesaint_damapping
train
java
10304a228d2b31a52c3e2e0efd83190f4d1d5e28
diff --git a/actionpack/lib/action_view/template/error.rb b/actionpack/lib/action_view/template/error.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/template/error.rb +++ b/actionpack/lib/action_view/template/error.rb @@ -94,7 +94,7 @@ module ActionView "#{indent}#{line_counter}: #{line}\n" ...
don't encode an UTF-8 encoded template
rails_rails
train
rb,rb
3f2f42cc9ce0c50354025c19fabe6b62d2d03cba
diff --git a/packages_es6/ember-runtime/tests/controllers/item_controller_class_test.js b/packages_es6/ember-runtime/tests/controllers/item_controller_class_test.js index <HASH>..<HASH> 100644 --- a/packages_es6/ember-runtime/tests/controllers/item_controller_class_test.js +++ b/packages_es6/ember-runtime/tests/control...
Remove global Ember.run reference from itemControllers.
emberjs_ember.js
train
js
7ad9301636d448a69db7bb95a06ac58a0608e67e
diff --git a/src/basis/dom/wrapper.js b/src/basis/dom/wrapper.js index <HASH>..<HASH> 100644 --- a/src/basis/dom/wrapper.js +++ b/src/basis/dom/wrapper.js @@ -681,7 +681,7 @@ this.childNodesState = Object(stateCode); this.childNodesState.data = data; - this.emit_stateChanged(oldState); + ...
fix wrong event type emit in setChildNodesState
basisjs_basisjs
train
js
8263b93f8cdb59e0bff599797b0016661e80ea8a
diff --git a/cmd/login_cloud.go b/cmd/login_cloud.go index <HASH>..<HASH> 100644 --- a/cmd/login_cloud.go +++ b/cmd/login_cloud.go @@ -69,7 +69,7 @@ This will set the default token used when just "k6 run -o cloud" is passed.`, } if res.Token == "" { - ...
Use backticks instead of quotes"
loadimpact_k6
train
go
caa8bd25477d79419f1cec200dee7d97f2901c7c
diff --git a/addon/components/sl-panel.js b/addon/components/sl-panel.js index <HASH>..<HASH> 100755 --- a/addon/components/sl-panel.js +++ b/addon/components/sl-panel.js @@ -18,7 +18,6 @@ export default Ember.Component.extend({ /** @type {String[]} */ classNameBindings: [ - 'loading:sl-loading', ...
Closes softlayer/sl-ember-components#<I>
softlayer_sl-ember-components
train
js,js
1dc41768213331ae339ef4b8d956fe97de9330cf
diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.java +++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/NgBrowserTest.ja...
No need for explicit wait, this is already done
fhoeben_hsac-fitnesse-fixtures
train
java
3d30cea0cccd5688424c023bedf49e1ca8b53b08
diff --git a/source/org/jasig/portal/StylesheetSet.java b/source/org/jasig/portal/StylesheetSet.java index <HASH>..<HASH> 100644 --- a/source/org/jasig/portal/StylesheetSet.java +++ b/source/org/jasig/portal/StylesheetSet.java @@ -78,7 +78,9 @@ public class StylesheetSet extends SAXFilterImpl StylesheetSet dummy...
fixed so the uri stream is now closed git-svn-id: <URL>
Jasig_uPortal
train
java
be0a1c92be303872c9736f972335cfd6e5fd8274
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 @@ -233,7 +233,7 @@ function start() { } console.log("[copy-assets] make webpack bundles"); - makeBundle({ + return makeBundle({ outputPath: path.join(mcPath, bundlePath), ...
[releases] fix timing issue with bin/copy (#<I>)
firefox-devtools_debugger
train
js,js
12f883e20d96f82588a8806559a0dd9b55b3e001
diff --git a/gdown/cli.py b/gdown/cli.py index <HASH>..<HASH> 100644 --- a/gdown/cli.py +++ b/gdown/cli.py @@ -60,7 +60,7 @@ def main(): parser.add_argument( "url_or_id", help="url or file/folder id (with --id) to download from" ) - parser.add_argument("-O", "--output", help="output filename") + ...
Add support for directory structure in CLI
wkentaro_gdown
train
py
a8f62fd7e8bd907fbfb5f87df863e8279debb295
diff --git a/rabbiteasy-core/src/main/java/com/zanox/rabbiteasy/publisher/GenericPublisher.java b/rabbiteasy-core/src/main/java/com/zanox/rabbiteasy/publisher/GenericPublisher.java index <HASH>..<HASH> 100644 --- a/rabbiteasy-core/src/main/java/com/zanox/rabbiteasy/publisher/GenericPublisher.java +++ b/rabbiteasy-core/...
Removed redundant logging of transaction commits.
awin_rabbiteasy
train
java
a33674202350cbccdfe3ca6be7dd93a1e22ce3ad
diff --git a/waldur_core/server/base_settings.py b/waldur_core/server/base_settings.py index <HASH>..<HASH> 100644 --- a/waldur_core/server/base_settings.py +++ b/waldur_core/server/base_settings.py @@ -293,6 +293,7 @@ WALDUR_CORE_PUBLIC_SETTINGS = [ 'OWNERS_CAN_MANAGE_OWNERS', 'COMPANY_TYPES', 'NATIVE_N...
Expose WALDUR_CORE.ONLY_STAFF_MANAGES_SERVICES configuration via public endpoint [WAL-<I>] It is needed in HomePort in order to toggle visibility of actions.
opennode_waldur-core
train
py
693d8c9dab831905fc3dc268cec3e1156eb121d2
diff --git a/confidence.py b/confidence.py index <HASH>..<HASH> 100644 --- a/confidence.py +++ b/confidence.py @@ -3,6 +3,7 @@ from enum import IntEnum from functools import partial from itertools import chain, product from os import environ, path +import re import yaml @@ -321,8 +322,13 @@ def read_envvars(nam...
Enable escaping underscores in envvars Environment variable NAME_FOO__BAR_KEY would result in c.foo_bar.key containing the configured value.
HolmesNL_confidence
train
py
d5d9c5e58381d2d7ba92ed4c8c6c6c4e5a8d0a9b
diff --git a/abstract.js b/abstract.js index <HASH>..<HASH> 100644 --- a/abstract.js +++ b/abstract.js @@ -113,7 +113,12 @@ ee(Object.defineProperties(PersistenceDriver.prototype, assign({ return this._getRaw(id).finally(this._onOperationEnd); }), _getRawObject: d(function (ownerId, keyPaths) { - return this.__...
Wrap _getRawObject with write lock
medikoo_dbjs-persistence
train
js
90d49afce4e6cb138efe2a49b6a6a3b198e2828d
diff --git a/src/lokijs.js b/src/lokijs.js index <HASH>..<HASH> 100644 --- a/src/lokijs.js +++ b/src/lokijs.js @@ -2798,24 +2798,21 @@ return; } - if (this.sortFunction) { - this.resultset.sort(this.sortFunction); - } - - if (this.sortCriteria) { - this.resultset.compounds...
Refactoring the logic of performSortPhase() a little bit
techfort_LokiJS
train
js
6f67a252083dddf8baefb0a59009787c65640b09
diff --git a/Kwf/Component/Events/ViewCache.php b/Kwf/Component/Events/ViewCache.php index <HASH>..<HASH> 100644 --- a/Kwf/Component/Events/ViewCache.php +++ b/Kwf/Component/Events/ViewCache.php @@ -77,7 +77,6 @@ class Kwf_Component_Events_ViewCache extends Kwf_Component_Events public function onRowUpdatesFinished...
use union instead of or: add massive performance improvement when clearing view cache under special circumstances speeds up clearing view cache by a factor of <I> when: - many view cache entries (<I>k+) - many ors (1k+) because deleting cache recursively Reason is that this crappy mysql does a full table scan when us...
koala-framework_koala-framework
train
php
d82052b2f7f895de8d3c1d183e62a0bcb9b8f379
diff --git a/resolver_test.go b/resolver_test.go index <HASH>..<HASH> 100644 --- a/resolver_test.go +++ b/resolver_test.go @@ -149,6 +149,7 @@ func TestHerokuMulti(t *testing.T) { } func TestBlueOvenA(t *testing.T) { + t.Skip("DNS changed 2018-11, so disabling this.") r := New(0) rrs, err := r.ResolveErr("blueo...
Disable blueoven.com test Something changed in their DNS.
domainr_dnsr
train
go
a76ee1f38b75926179df3224995a72e5def4493e
diff --git a/js/rainbow.js b/js/rainbow.js index <HASH>..<HASH> 100644 --- a/js/rainbow.js +++ b/js/rainbow.js @@ -625,7 +625,7 @@ Rainbow.extend([ 'matches': { 1: 'keyword' }, - 'pattern': /\b(and|array|as|bool(ean)?|catch|char|class|const|def|delete|die|do(uble)?|echo|else(if)?|e...
Remove a few generic regex patterns
ccampbell_rainbow
train
js
a0b6bda30d5451184d526d8c0b5047cfb567f0bb
diff --git a/src/Controller/PageController.php b/src/Controller/PageController.php index <HASH>..<HASH> 100644 --- a/src/Controller/PageController.php +++ b/src/Controller/PageController.php @@ -344,7 +344,7 @@ class PageController extends AbstractActionController $idPage = $this->params()->fromRoute('idPage',...
PageController counting resullt issue
melisplatform_melis-cms
train
php
6d162bd11047b2e5196da426a426980d747fd389
diff --git a/src/output-website/album.js b/src/output-website/album.js index <HASH>..<HASH> 100644 --- a/src/output-website/album.js +++ b/src/output-website/album.js @@ -34,8 +34,8 @@ function Album(opts) { Album.prototype.finalize = function(options) { options = _.defaults(options, { - sortAlbumsBy: 'date', ...
Fix sorting of albums & media
thumbsup_thumbsup
train
js
fc6ea7e67555aa66222a22c187ade5fbe32a243a
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -200,9 +200,9 @@ class Compiler(object): # Is this is a short state? It needs to be padded! if '.' in high[name]: comps = high[name].split(...
fix error in reactor system padding issue with compiler
saltstack_salt
train
py
6d9ca65bd0419086c31435d45d5f62b9d8a8f95d
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -239,7 +239,7 @@ function createSocket(options) { // Traverses the given data to check if it contains binary. Even if one of properties of // the given data is binary, it can't be serialized b...
Accept typed arrays in send method Fixes #<I>
cettia_cettia-protocol
train
js,js
ef3d5f1d9ad31e187d463ed9fe9072f0a6129196
diff --git a/kundera-mongo/src/main/java/com/impetus/client/mongodb/MongoDBDataHandler.java b/kundera-mongo/src/main/java/com/impetus/client/mongodb/MongoDBDataHandler.java index <HASH>..<HASH> 100644 --- a/kundera-mongo/src/main/java/com/impetus/client/mongodb/MongoDBDataHandler.java +++ b/kundera-mongo/src/main/java/...
Added a fix to support List.
Impetus_Kundera
train
java
4592e15498c8e72c92ed50b485c3b0e3988303ce
diff --git a/pypeerassets/transactions.py b/pypeerassets/transactions.py index <HASH>..<HASH> 100644 --- a/pypeerassets/transactions.py +++ b/pypeerassets/transactions.py @@ -93,7 +93,7 @@ def pack_uint64(i): return struct.pack('<L', lower) + struct.pack('<L', upper) -def monosig_script(address): +def monosig_...
transactions: monosig_script type hints
PeerAssets_pypeerassets
train
py
96c17db7c00a2890376869a5b1dad79f6d455e1c
diff --git a/lib/starter/markdown.rb b/lib/starter/markdown.rb index <HASH>..<HASH> 100644 --- a/lib/starter/markdown.rb +++ b/lib/starter/markdown.rb @@ -80,6 +80,21 @@ module Starter end end + def gfm_toc(string) + toc = [] + string.each_line do |line| + regex = %r{^(\#{1,8})\s+(.+)$...
junk method for making a TOC from markdown
pandastrike_starter
train
rb
cf8d0360df508ecef2466bec92691f73b7365ea9
diff --git a/src/ResourceMap.php b/src/ResourceMap.php index <HASH>..<HASH> 100644 --- a/src/ResourceMap.php +++ b/src/ResourceMap.php @@ -259,7 +259,7 @@ class ResourceMap } // Add class to classes array - $this->classes[] = $class; + $this->classes[$pa...
Added storing a path to class in classes collection
samsonos_php_core
train
php
226cbc066572dcc0be4d0f74bdb05a014797de61
diff --git a/js/src/method.js b/js/src/method.js index <HASH>..<HASH> 100644 --- a/js/src/method.js +++ b/js/src/method.js @@ -2,11 +2,8 @@ define(function() { var $ = { - // Simplified query selector - // - // - $.id - // - $.tag - // - $.qsa + // Simplified query selectors which return the nod...
short for `createTextNode`
ethantw_Han
train
js
6bfef447789d0f84eb06d37abbc717642483e67c
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ repo_name = u"dtool_irods" # built documents. # # The short X.Y version. -version = u"0.5.2" +version = u"0.6.0" # The full version, including alpha/beta/rc tags. ...
Update version number to <I>
jic-dtool_dtool-irods
train
py,py,py
18138fa4c781b05ff4f091135644963a1024cad9
diff --git a/system/Common.php b/system/Common.php index <HASH>..<HASH> 100644 --- a/system/Common.php +++ b/system/Common.php @@ -813,11 +813,6 @@ if (! function_exists('old')) { return $default; } - // If the result was serialized array or string, then unserialize it for use... - ...
fix: remove unserialize() in old() I can't think of any use cases.
codeigniter4_CodeIgniter4
train
php,php
a81a6fe23cf5e864cdb56584f43ca9a05732c00e
diff --git a/salt/states/user.py b/salt/states/user.py index <HASH>..<HASH> 100644 --- a/salt/states/user.py +++ b/salt/states/user.py @@ -67,7 +67,7 @@ def _changes(name, workphone='', homephone='', loginclass=None, - date=0, + date=None, ...
fix #<I>; allow for date param to be 0
saltstack_salt
train
py
3c54e856ac9ff983ca0d12973f6f0a1b45b359f7
diff --git a/lib/binary_parser/built_in_template/uint.rb b/lib/binary_parser/built_in_template/uint.rb index <HASH>..<HASH> 100755 --- a/lib/binary_parser/built_in_template/uint.rb +++ b/lib/binary_parser/built_in_template/uint.rb @@ -5,7 +5,7 @@ module BinaryParser include Comparable def content_descri...
let content_description of UInt be with Hex-num
sawaken_ruby-binary-parser
train
rb
f8d950d00451293d4cd2a773d3cba03e7cbbfb30
diff --git a/src/request/import/ImportWords.js b/src/request/import/ImportWords.js index <HASH>..<HASH> 100644 --- a/src/request/import/ImportWords.js +++ b/src/request/import/ImportWords.js @@ -135,7 +135,7 @@ class ImportWords { 'earth', 'sketch', 'motor', 'short', 'make', 'e...
Fix demo words Broke them in #<I>.
nimiq_keyguard-next
train
js
05b53e3a88f91d6ab952b0abca96c687afe62653
diff --git a/server/sonar-web/src/main/js/components/source-viewer/main.js b/server/sonar-web/src/main/js/components/source-viewer/main.js index <HASH>..<HASH> 100644 --- a/server/sonar-web/src/main/js/components/source-viewer/main.js +++ b/server/sonar-web/src/main/js/components/source-viewer/main.js @@ -46,7 +46,7 @@...
SONAR-<I> limit number of issues loaded in source viewer
SonarSource_sonarqube
train
js
c664ac1630f142edc51af33524c54543998f0e4d
diff --git a/src/gateways/Gateway.php b/src/gateways/Gateway.php index <HASH>..<HASH> 100644 --- a/src/gateways/Gateway.php +++ b/src/gateways/Gateway.php @@ -681,10 +681,16 @@ class Gateway extends BaseGateway */ public function refund(Transaction $transaction, $amount): RequestResponseInterface { + ...
Refunds should be in cents
craftcms_commerce-stripe
train
php
7cc6f119bdbea0a9760e94e63c092db97e35f8fa
diff --git a/test/reducersSpec.js b/test/reducersSpec.js index <HASH>..<HASH> 100644 --- a/test/reducersSpec.js +++ b/test/reducersSpec.js @@ -1,5 +1,5 @@ import * as Actions from '../app/actions'; -import { newId, nodes, lastId, copyNode } from '../app/reducers'; +import { newId, nodes, lastId, copyNode } from '../ap...
fix(tests): fix path to nodes reducer
xodio_xod
train
js
4ff9d1ebb781d9e3d2c00e0b1e9453742b746cb0
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -117,6 +117,12 @@ func NewFromConfig(conf Config) (ret Server, err error) { } func (s *Server) HandlePacket(packet []byte) { + if len(packet) == 0 { + // a lot of clients send packets that accidentally have a trailing...
Ignore empty packets Typically caused by trailing newlines. We don't get much out of fixing the clients that generate these, and they generate a lot of log/sentry noise, so let's just politely ignore them.
stripe_veneur
train
go
376dfcb63068f7c7395701b948d95bd8f9e76116
diff --git a/core-bundle/src/Cors/WebsiteRootsConfigProvider.php b/core-bundle/src/Cors/WebsiteRootsConfigProvider.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Cors/WebsiteRootsConfigProvider.php +++ b/core-bundle/src/Cors/WebsiteRootsConfigProvider.php @@ -11,6 +11,7 @@ namespace Contao\CoreBundle\Cors; u...
[Core] Wrap the tableExists() call into a try-catch block (see #<I>).
contao_contao
train
php
56a4eb022d47104b098e9052299e3e81a2663bfd
diff --git a/tds/src/main/java/thredds/server/opendap/OpendapServlet.java b/tds/src/main/java/thredds/server/opendap/OpendapServlet.java index <HASH>..<HASH> 100644 --- a/tds/src/main/java/thredds/server/opendap/OpendapServlet.java +++ b/tds/src/main/java/thredds/server/opendap/OpendapServlet.java @@ -852,6 +852,7 @@ p...
Fix OPeNDAP error responses to have "dods-error" value in the "Content-Description" header.
Unidata_thredds
train
java
389d92a28bb366b10e98be457ed7ca5d56425a7f
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,10 @@ copyright = u'2014, Tevin Zhang' # built documents. # # The short X.Y version. -version = '0.1' +import mongu +version = mongu.__version__ # The full version, including alpha/beta/rc tags. -...
make version in documentation same as mongu.py
tevino_mongu
train
py
166fb6617b8b4f12d8d1ff3836cdefa70d6e02da
diff --git a/pyani/scripts/parsers/anib_parser.py b/pyani/scripts/parsers/anib_parser.py index <HASH>..<HASH> 100644 --- a/pyani/scripts/parsers/anib_parser.py +++ b/pyani/scripts/parsers/anib_parser.py @@ -44,6 +44,7 @@ THE SOFTWARE. from argparse import ArgumentDefaultsHelpFormatter +from pyani import pyani_conf...
update pyani CLI parser for anib subcommand
widdowquinn_pyani
train
py
21cab7866ce895e75f492ea47d7a3882ffad73c7
diff --git a/addon/components/inputs/when.js b/addon/components/inputs/when.js index <HASH>..<HASH> 100644 --- a/addon/components/inputs/when.js +++ b/addon/components/inputs/when.js @@ -54,6 +54,7 @@ export default AbstractInput.extend({ /** * The date format to be used in the date-time-picker * @param {Obj...
added link to valid date formats for docBlock header
ciena-frost_ember-frost-bunsen
train
js
3dc5ba5fac4fd7c804b8b15c1f0a98d0c045aa7e
diff --git a/lib/dynamoid/document.rb b/lib/dynamoid/document.rb index <HASH>..<HASH> 100644 --- a/lib/dynamoid/document.rb +++ b/lib/dynamoid/document.rb @@ -138,13 +138,11 @@ module Dynamoid #:nodoc: @associations ||= {} @attributes_before_type_cast ||= {} - attrs_with_defaults = self.class...
Allocate only one hash to initialize the attributes of the document
Dynamoid_dynamoid
train
rb
7cd7a7d047829508e969076380965ff16590cffd
diff --git a/src/wa_kat/settings.py b/src/wa_kat/settings.py index <HASH>..<HASH> 100755 --- a/src/wa_kat/settings.py +++ b/src/wa_kat/settings.py @@ -148,11 +148,15 @@ def _read_from_paths(): def _apply_settings(): + """ + Read variables from the possible paths. Assert that constraints are set. + """ ...
#<I>: Do not assert coinstraints in case of READTHEDOCS env var is set.
WebarchivCZ_WA-KAT
train
py
76c7aa7082e5533441e464d1355d398996288686
diff --git a/pachyderm/alice/utils.py b/pachyderm/alice/utils.py index <HASH>..<HASH> 100644 --- a/pachyderm/alice/utils.py +++ b/pachyderm/alice/utils.py @@ -118,10 +118,13 @@ def copy_from_alien(inputfile: Union[Path, str], outputfile: Union[Path, str]) - # Create the output location logger.info(f"Copying {...
Improve supported for failed copying from AliEn
raymondEhlers_pachyderm
train
py
bf34a3b4864f56382a8591abd8bef2124fe85360
diff --git a/dictionaries/PropertyMap.php b/dictionaries/PropertyMap.php index <HASH>..<HASH> 100644 --- a/dictionaries/PropertyMap.php +++ b/dictionaries/PropertyMap.php @@ -186,8 +186,11 @@ return [ 'documentElement' => 'DOMElement', 'documentURI' => 'string', 'encoding' => 'string', + ...
DOMParentNode and DOMChildNode stubs (php 8) are missing #<I>
vimeo_psalm
train
php
11a8e9a4b3a0f7e7e7a6aadc9c2061768a1a02a6
diff --git a/src/main/java/cz/jiripinkas/jsitemapgenerator/WebPage.java b/src/main/java/cz/jiripinkas/jsitemapgenerator/WebPage.java index <HASH>..<HASH> 100644 --- a/src/main/java/cz/jiripinkas/jsitemapgenerator/WebPage.java +++ b/src/main/java/cz/jiripinkas/jsitemapgenerator/WebPage.java @@ -13,12 +13,27 @@ public cl...
added easiest method of creating WebPage: WebPage.of(name)
jirkapinkas_jsitemapgenerator
train
java
bcc72d067e12c577f8549a40d1e2a55a562cadc5
diff --git a/src/core/const.js b/src/core/const.js index <HASH>..<HASH> 100644 --- a/src/core/const.js +++ b/src/core/const.js @@ -10,6 +10,13 @@ var constants = require('../../lib/pixi/src/core/const'); constants.VERSION = require('../../package.json').version; /** + * String of the current PIXI version + * @const...
add PIXI_VERSION in constants, and add all constants to the main namespace)
Nazariglez_perenquen
train
js,js
c94d2a623ebbadd6cf92f0d6dd80e321aaa82186
diff --git a/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BThreadSyncSnapshot.java b/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BThreadSyncSnapshot.java index <HASH>..<HASH> 100644 --- a/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BThreadSyncSnapshot.java +++ b/src/main/java/il/ac/bgu/cs/bp/bpjs/model/BThreadSyncSnapshot.java @...
Bugfix, if we have a continuation, calculate the hash of the ContinuationProgramState.
bThink-BGU_BPjs
train
java
2fd86f5cfaad6048b0a60a0db7e9a35945348f4b
diff --git a/Tests/Liip/Drupal/Modules/Registry/Lucene/ElasticsearchTest.php b/Tests/Liip/Drupal/Modules/Registry/Lucene/ElasticsearchTest.php index <HASH>..<HASH> 100644 --- a/Tests/Liip/Drupal/Modules/Registry/Lucene/ElasticsearchTest.php +++ b/Tests/Liip/Drupal/Modules/Registry/Lucene/ElasticsearchTest.php @@ -38,6 ...
Tested: added a verification to determine if the mandatory elasticsearch library is available and can be loaded.
liip_LiipDrupalRegistryModule
train
php
fe9ac58af1dc3ada5d27e66153d7d657880ec922
diff --git a/src/main/java/org/umlgraph/doclet/ClassGraph.java b/src/main/java/org/umlgraph/doclet/ClassGraph.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/umlgraph/doclet/ClassGraph.java +++ b/src/main/java/org/umlgraph/doclet/ClassGraph.java @@ -860,7 +860,16 @@ class ClassGraph { printInferredDepend...
Disable importedClasses deprecation warning In our case an attempt to get the imported classes is justified. Although they are an implementation detail, we document the implementation.
dspinellis_UMLGraph
train
java
e681a5ad20c695ad728fbe14f965c92eb7e6578b
diff --git a/src/Model/Environment.php b/src/Model/Environment.php index <HASH>..<HASH> 100644 --- a/src/Model/Environment.php +++ b/src/Model/Environment.php @@ -391,11 +391,21 @@ class Environment extends Resource implements HasActivitiesInterface /** * Create a backup of the environment. * + * @...
Add $unsafeAllowInconsistent flag to Environment::backup()
platformsh_platformsh-client-php
train
php
a00108bb9f04d259537ccaf12247419a440274a0
diff --git a/raiden/tests/unit/test_channelstate.py b/raiden/tests/unit/test_channelstate.py index <HASH>..<HASH> 100644 --- a/raiden/tests/unit/test_channelstate.py +++ b/raiden/tests/unit/test_channelstate.py @@ -1453,7 +1453,6 @@ def test_channelstate_unlock_unlocked_onchain(): iteration = channel.handle_channe...
Remove block_number param from handle_channel_settled
raiden-network_raiden
train
py,py
fb4a015a8ab79c9b25d8ab4582c7cff5208267e3
diff --git a/generators/docker-compose/index.js b/generators/docker-compose/index.js index <HASH>..<HASH> 100644 --- a/generators/docker-compose/index.js +++ b/generators/docker-compose/index.js @@ -195,7 +195,7 @@ module.exports = yeoman.generators.Base.extend({ var runCommand = 'mvn package docke...
updating gradle command with ./gradlew [ci skip]
jhipster_generator-jhipster
train
js
56db369e699dc30495a96361fd937946ddb52157
diff --git a/nap-www/napwww/model/napmodel.py b/nap-www/napwww/model/napmodel.py index <HASH>..<HASH> 100644 --- a/nap-www/napwww/model/napmodel.py +++ b/nap-www/napwww/model/napmodel.py @@ -326,7 +326,7 @@ class Prefix(NapModel): result = dict() result['result'] = [] result['search_options']...
Fix bug in search_prefix function Broken since fix of #<I>.
SpriteLink_NIPAP
train
py
5ac9b61077ed1fcb5989b090dba79a0ef70fd2e7
diff --git a/lib/oxidized/model/hpebladesystem.rb b/lib/oxidized/model/hpebladesystem.rb index <HASH>..<HASH> 100644 --- a/lib/oxidized/model/hpebladesystem.rb +++ b/lib/oxidized/model/hpebladesystem.rb @@ -4,10 +4,10 @@ class HPEBladeSystem < Oxidized::Model prompt /.*> / comment '# ' - expect /^\s*--More--\s...
Update hpebladesystem.rb - disable Last Update from NTP in Show Network, because it produced a new version with every backup (show network) - disable parsing of "----More----", it is better to user "Script Mode" (cfg :telnet, :ssh) -> post_login
ytti_oxidized
train
rb
12d113434d3ca6251c7d77bdc5bacff65b3736b6
diff --git a/src/Vinelab/Auth/Social/Providers/Facebook.php b/src/Vinelab/Auth/Social/Providers/Facebook.php index <HASH>..<HASH> 100644 --- a/src/Vinelab/Auth/Social/Providers/Facebook.php +++ b/src/Vinelab/Auth/Social/Providers/Facebook.php @@ -128,8 +128,6 @@ class Facebook extends Provider { * URL to which we...
use the built-in settings method to load settings
Vinelab_social-auth
train
php
3f9fc40774e0711d15635dfba98e927ee0502127
diff --git a/Kwf/Assets/Effects.php b/Kwf/Assets/Effects.php index <HASH>..<HASH> 100644 --- a/Kwf/Assets/Effects.php +++ b/Kwf/Assets/Effects.php @@ -60,7 +60,9 @@ class Kwf_Assets_Effects foreach ($pixels as $k=>$i) { if ($k % 4 == 0) { //first on is red //set it to ...
don't make it less red, avoid white getting blue
koala-framework_koala-framework
train
php
abd8d73f1eab9b61b10dcdafaece99705cf9b169
diff --git a/src/amcrest/http.py b/src/amcrest/http.py index <HASH>..<HASH> 100644 --- a/src/amcrest/http.py +++ b/src/amcrest/http.py @@ -81,7 +81,7 @@ class Http(System, Network, MotionDetection, Snapshot, req = requests.get(url, auth=auth) req.raise_for_status() - except requests.e...
Added fix so that correct exception is caught, thus allowing HttpDigestAuth method to be attempted (#<I>)
tchellomello_python-amcrest
train
py
3cb95264dff572434ed72977d78f16ab4fe1dc83
diff --git a/postgres.go b/postgres.go index <HASH>..<HASH> 100644 --- a/postgres.go +++ b/postgres.go @@ -5,6 +5,7 @@ import ( "database/sql/driver" "fmt" "reflect" + "strings" "time" "github.com/lib/pq/hstore" @@ -52,13 +53,31 @@ func (postgres) SqlTag(value reflect.Value, size int, autoIncrease bool) str...
add binary UUID support to postgres Check if the value is a byte array of <I> bytes and its type is named "uuid" or "guid", and if so, use postgres `uuid` type.
jinzhu_gorm
train
go
5b5c385cd84ca6394fd5161c82cd955a81b0126f
diff --git a/lib/googleapi.php b/lib/googleapi.php index <HASH>..<HASH> 100644 --- a/lib/googleapi.php +++ b/lib/googleapi.php @@ -305,7 +305,7 @@ class google_docs { 'url' => "{$gdoc->link[0]->attributes()->href}", 'source' => $source, 'date' => usertim...
"MDL-<I>, fixed undefined ->pixpath in google docs plugin"
moodle_moodle
train
php
c3cdecdc78b9e1072eaa03e1ead05f28ffd1b21a
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -30,7 +30,7 @@ return array( 'label' => 'Tao base', 'description' => 'TAO meta-extension', 'license' => 'GPL-2.0', - 'version' => '7.12.0', + 'version' => '7.12.1', 'author' => 'Open A...
Bump to version <I>
oat-sa_tao-core
train
php,php
2497684181e131be5616e36bf9cdc6d3da7db290
diff --git a/types.go b/types.go index <HASH>..<HASH> 100644 --- a/types.go +++ b/types.go @@ -613,22 +613,31 @@ type Contact struct { // Location contains information about a place. type Location struct { + // Longitude as defined by sender Longitude float64 `json:"longitude"` - Latitude float64 `json:"latitude...
Add location, venue and user profile photos type documentation
go-telegram-bot-api_telegram-bot-api
train
go
623c67f82759f75b20834aa82085593d553c6ec6
diff --git a/tests/test_register.py b/tests/test_register.py index <HASH>..<HASH> 100644 --- a/tests/test_register.py +++ b/tests/test_register.py @@ -137,7 +137,7 @@ class RegisterTestCase(PyPIRCCommandTestCase): # let's see what the server received : we should # have 2 similar requests - se...
Fix improper tests in RegisterTestCase
pypa_setuptools
train
py
e69d48b4ad960a8c2289856f3247f75734ced32d
diff --git a/clients/unshaded/src/main/java/tachyon/client/block/LocalBlockOutStream.java b/clients/unshaded/src/main/java/tachyon/client/block/LocalBlockOutStream.java index <HASH>..<HASH> 100644 --- a/clients/unshaded/src/main/java/tachyon/client/block/LocalBlockOutStream.java +++ b/clients/unshaded/src/main/java/tac...
Allowing worker to move files created by the client.
Alluxio_alluxio
train
java
d31f9a59a5b9f9602b2edbac53a780a868eaebe0
diff --git a/lib/vagrant.rb b/lib/vagrant.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant.rb +++ b/lib/vagrant.rb @@ -18,9 +18,6 @@ end # Add our patches to net-ssh require "vagrant/patches/net-ssh" -# Add our patches to fake_ftp -require "vagrant/patches/fake_ftp" - require "optparse" module Vagrant diff --gi...
Only patch fake_ftp when running tests The fake_ftp patches should only be applied when running tests. Since the library is a development dependency only, it will not be available for loading from a release.
hashicorp_vagrant
train
rb,rb
5f08a24269a2cb885aeabaf399fb8fbd615cb4d0
diff --git a/runtime.js b/runtime.js index <HASH>..<HASH> 100644 --- a/runtime.js +++ b/runtime.js @@ -480,7 +480,7 @@ (type === "break" || type === "continue") && finallyEntry.tryLoc <= arg && - arg < finallyEntry.finallyLoc) { + arg <= finallyEntry.finallyLoc) { ...
Make jump target comparison inclusive (<=) rather than strict (<). This is important because jumping to the very end of the try block is typically the same as jumping to the very beginning of the finally block if there is no catch handler. As the comment indicates, the finally block should only be triggered if the jum...
facebook_regenerator
train
js
133a5b639a05f5d245d527f81a8ba3fd48d7991e
diff --git a/src/AnalyticsClient.php b/src/AnalyticsClient.php index <HASH>..<HASH> 100644 --- a/src/AnalyticsClient.php +++ b/src/AnalyticsClient.php @@ -110,7 +110,7 @@ final class AnalyticsClient throw new AlgoliaException('Cannot retrieve ABTest because the abtestID is invalid.'); } - ...
Add missing part of the url for stopABTest() method (#<I>)
algolia_algoliasearch-client-php
train
php
8c6623a856be2c37896d258879736b18fac4e3b2
diff --git a/gwpy/segments/flag.py b/gwpy/segments/flag.py index <HASH>..<HASH> 100644 --- a/gwpy/segments/flag.py +++ b/gwpy/segments/flag.py @@ -1161,9 +1161,9 @@ class DataQualityDict(OrderedDict): Returns ------- flagdict : `DataQualityDict` - a new `DataQualityDict` of `DataQu...
DataQualityFlag.read: docstring tweak [ci skip]
gwpy_gwpy
train
py
5c53fcb816d9f1c096f2d3aba179f1719879eb9d
diff --git a/eventsourcing/application.py b/eventsourcing/application.py index <HASH>..<HASH> 100644 --- a/eventsourcing/application.py +++ b/eventsourcing/application.py @@ -223,6 +223,10 @@ class Repository: version: Optional[int] = None, projector_func: ProjectorFunctionType[Aggregate] = mutate_agg...
Moved Repository doc string to "public" get() method, where it originally was before _reconstruct_aggregate() was extracted when caching was added. This also fixes the docs, which no longer included this method, causing a few links to be broken.
johnbywater_eventsourcing
train
py
68e4cc0ae774976599b07110c2d47526242b507d
diff --git a/spec/validated_object_spec.rb b/spec/validated_object_spec.rb index <HASH>..<HASH> 100644 --- a/spec/validated_object_spec.rb +++ b/spec/validated_object_spec.rb @@ -21,6 +21,16 @@ describe ValidatedObject do }.to raise_error(ArgumentError) end + it 'supports readonly attributes' do + class I...
chore: failing test for readonly attributes
public-law_validated_object
train
rb
5c9e95b4922ebb4a8b69a916f53608674eb27680
diff --git a/src/Klein/ServiceProvider.php b/src/Klein/ServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Klein/ServiceProvider.php +++ b/src/Klein/ServiceProvider.php @@ -136,11 +136,10 @@ class ServiceProvider public function startSession() { if (session_id() === '') { - if (!sess...
Fixing the error flow of the `startSession()` method in the ServiceProvider class, since session_start() pretty much NEVER returns false....
klein_klein.php
train
php
a69de787fa5b433e6080bfa8853cfeee903378c0
diff --git a/packages/core/parcel-bundler/src/assets/VueAsset.js b/packages/core/parcel-bundler/src/assets/VueAsset.js index <HASH>..<HASH> 100644 --- a/packages/core/parcel-bundler/src/assets/VueAsset.js +++ b/packages/core/parcel-bundler/src/assets/VueAsset.js @@ -2,6 +2,7 @@ const Asset = require('../Asset'); const...
For scope hoisting, Asset IDs cannot contain + or / (base<I>) (#<I>)
parcel-bundler_parcel
train
js
454e539aa4a16483d18d8a348ef83f498c43b6c0
diff --git a/src/python/turicreate/toolkits/audio_analysis/audio_analysis.py b/src/python/turicreate/toolkits/audio_analysis/audio_analysis.py index <HASH>..<HASH> 100644 --- a/src/python/turicreate/toolkits/audio_analysis/audio_analysis.py +++ b/src/python/turicreate/toolkits/audio_analysis/audio_analysis.py @@ -62,6 ...
Use make URLs internal for load_audio and load_images (#<I>)
apple_turicreate
train
py,py
a4bb2a3fdf18ef67dd555d6904e334f48528301f
diff --git a/pyrogram/methods/messages/send_video.py b/pyrogram/methods/messages/send_video.py index <HASH>..<HASH> 100644 --- a/pyrogram/methods/messages/send_video.py +++ b/pyrogram/methods/messages/send_video.py @@ -162,7 +162,7 @@ class SendVideo(Scaffold): app.send_video("me", "video.mp4", caption...
Fix typo in send_video examples (#<I>)
pyrogram_pyrogram
train
py
b846557759060a777fc7c9d493358d73241e70d5
diff --git a/provision/docker/flatten.go b/provision/docker/flatten.go index <HASH>..<HASH> 100644 --- a/provision/docker/flatten.go +++ b/provision/docker/flatten.go @@ -8,10 +8,12 @@ package docker import ( "bytes" + "fmt" "github.com/dotcloud/docker" dcli "github.com/fsouza/go-dockerclient" "github.com/gl...
provision/docker/flatten.go: writing exported tar in file for debug purposes
tsuru_tsuru
train
go
6b7bf3cf19327885120b8e253847907b3072a2e3
diff --git a/src/ui/js/ch.Zoom.js b/src/ui/js/ch.Zoom.js index <HASH>..<HASH> 100644 --- a/src/ui/js/ch.Zoom.js +++ b/src/ui/js/ch.Zoom.js @@ -247,7 +247,7 @@ */ zoomed = (function () { // Define the content source - var $img = that.source = $("<img src=\"" + that.element.href + "\">"); + var $img = ...
GH-<I> Zoom: append the zoomed image after the original image, to get its size
mercadolibre_chico
train
js
2970dab3944e3b37578fa193503aae4217c62e59
diff --git a/src/Illuminate/Foundation/Testing/TestResponse.php b/src/Illuminate/Foundation/Testing/TestResponse.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Testing/TestResponse.php +++ b/src/Illuminate/Foundation/Testing/TestResponse.php @@ -657,9 +657,13 @@ class TestResponse ); ...
improve support for arrays on assertJsonValidationErrors
laravel_framework
train
php
6ea944a3505d9bd74db2dedf9037c8c566d63539
diff --git a/testing/path/test_local.py b/testing/path/test_local.py index <HASH>..<HASH> 100644 --- a/testing/path/test_local.py +++ b/testing/path/test_local.py @@ -186,6 +186,7 @@ class TestLocalPath(common.CommonFSTests): assert l3.strpath == wc.strpath assert not hasattr(l3, 'commit') + @py....
don't run too-long-filename test --HG-- branch : trunk
vmalloc_dessert
train
py
446237930e4fd09effaf9b87cf3b3b0731817f97
diff --git a/tests/DBA/LogEntryTest.php b/tests/DBA/LogEntryTest.php index <HASH>..<HASH> 100644 --- a/tests/DBA/LogEntryTest.php +++ b/tests/DBA/LogEntryTest.php @@ -60,6 +60,16 @@ class LogEntryTest extends PHPUnit_Framework_TestCase $statement = 'SELECT * FROM user WHERE name = ?'; $entry = new Log...
Add test for LogEntry::__toString() with many named values
nochso_ORM2
train
php
19b8f648d2a7b18de7bf6446367e6001b53a7681
diff --git a/pyrogram/client/methods/messages/send_message.py b/pyrogram/client/methods/messages/send_message.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/methods/messages/send_message.py +++ b/pyrogram/client/methods/messages/send_message.py @@ -88,10 +88,18 @@ class SendMessage(BaseClient): ) ...
Fix bad behaviours for Python <<I> Pyrogram was relying on dict keys being "ordered" (keys keeping insertion order).
pyrogram_pyrogram
train
py
e8b3c3c338f1d46a56bc9c88c058211892e71f5e
diff --git a/rar.go b/rar.go index <HASH>..<HASH> 100644 --- a/rar.go +++ b/rar.go @@ -1,6 +1,7 @@ package archiver import ( + "bytes" "fmt" "io" "os" @@ -20,8 +21,25 @@ func init() { type rarFormat struct{} func (rarFormat) Match(filename string) bool { - // TODO: read file header to identify the format ...
Identify .rar file by reading file header
mholt_archiver
train
go
1ef8bba0e63121855ea3aa5cbf55d057b4103593
diff --git a/tests/test_unicorn.py b/tests/test_unicorn.py index <HASH>..<HASH> 100644 --- a/tests/test_unicorn.py +++ b/tests/test_unicorn.py @@ -128,8 +128,8 @@ def _compare_paths(pu, pn): def run_similarity(binpath, depth): b = angr.Project(os.path.join(test_location, binpath)) - s_unicorn = b.factory.ent...
use the new option to disable memory map tracking
angr_angr
train
py
2f326bf2f9d32eef910d3f42365d1360618fc904
diff --git a/upload/system/helper/general.php b/upload/system/helper/general.php index <HASH>..<HASH> 100644 --- a/upload/system/helper/general.php +++ b/upload/system/helper/general.php @@ -3,12 +3,6 @@ function oc_setcookie(string $key, string $value, $option = []) { if (version_compare(phpversion(), '7.3.0', '>='...
removed max age as its not supported by many browsers
opencart_opencart
train
php
92623e2435401db4f80eaf5e3e804c13ac776c0d
diff --git a/drools-core/src/main/java/org/drools/core/SessionConfigurationImpl.java b/drools-core/src/main/java/org/drools/core/SessionConfigurationImpl.java index <HASH>..<HASH> 100644 --- a/drools-core/src/main/java/org/drools/core/SessionConfigurationImpl.java +++ b/drools-core/src/main/java/org/drools/core/Session...
[DROOLS-<I>] set ThreadSafeTrackableTimeJobFactoryManager as default option (#<I>)
kiegroup_drools
train
java
9b1f48023414859eb277c32b0e42fe3efcea29c1
diff --git a/identify/extensions.py b/identify/extensions.py index <HASH>..<HASH> 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -142,6 +142,7 @@ EXTENSIONS = { 'rs': {'text', 'rust'}, 'rst': {'text', 'rst'}, 's': {'text', 'asm'}, + 'sass': {'text', 'sass'}, 'sbt': {'text', '...
Add 'sass' files extension
chriskuehl_identify
train
py
6660904a72b4c87ad9dbb9d8b1a69006c69e5eac
diff --git a/smtp_client.js b/smtp_client.js index <HASH>..<HASH> 100644 --- a/smtp_client.js +++ b/smtp_client.js @@ -275,8 +275,9 @@ exports.get_client_plugin = function (plugin, connection, config, callback) { pool.acquire(function (err, smtp_client) { smtp_client.call_next = function (retval, msg) { ...
Fixed condition where next could be called recursively.
haraka_Haraka
train
js
68dbad8770def3497011ccf32b0158ce76611169
diff --git a/lib/quickbooks/model/employee.rb b/lib/quickbooks/model/employee.rb index <HASH>..<HASH> 100644 --- a/lib/quickbooks/model/employee.rb +++ b/lib/quickbooks/model/employee.rb @@ -27,7 +27,7 @@ module Quickbooks xml_accessor :primary_phone, :from => 'PrimaryPhone', :as => TelephoneNumber xml_ac...
EmployeeNumber can be a string
ruckus_quickbooks-ruby
train
rb