hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6e8357f07695e0f957d72a97a8b42c467bd72255 | diff --git a/lib/serve-command.js b/lib/serve-command.js
index <HASH>..<HASH> 100644
--- a/lib/serve-command.js
+++ b/lib/serve-command.js
@@ -1,5 +1,6 @@
var path = require('path'),
express = require('express'),
+ bodyParser = require('body-parser'),
walker = require('./dir-walker'),
gherkin = requi... | Write/find an AngularJS directive that wraps Ace editor and fix #<I> | SOFTWARE-CLINIC_featurebook | train |
04e49f2e072156dfce8dbfcc87e7f8ea21967ea9 | diff --git a/css/igv.css b/css/igv.css
index <HASH>..<HASH> 100644
--- a/css/igv.css
+++ b/css/igv.css
@@ -1,3 +1,6 @@
+.igv-dialog-label-centered {
+ text-align: center;
+}
/* prevent unwanted translucent blue overlay when user selects anywhere in ENCODE table */
div[id="igvEncodeModal"] {
diff --git a/js/igv-u... | Delete track menu item now presents ok/cancel. | igvteam_igv.js | train |
27623dd089e93b49350468e75caccfa55c9ea1b9 | diff --git a/nose/test_quantity.py b/nose/test_quantity.py
index <HASH>..<HASH> 100644
--- a/nose/test_quantity.py
+++ b/nose/test_quantity.py
@@ -1401,13 +1401,15 @@ def test_plotting_inputAsQuantity():
xrange=[-4.*units.kpc,4.*units.kpc],
yrange=... | Hit plotRotcurve and plotEscapecurve with physical units | jobovy_galpy | train |
d124c52ff5313df19f978d4b5073cca98051f83d | diff --git a/tests/helpers/mock_helper.rb b/tests/helpers/mock_helper.rb
index <HASH>..<HASH> 100644
--- a/tests/helpers/mock_helper.rb
+++ b/tests/helpers/mock_helper.rb
@@ -77,6 +77,7 @@ if Fog.mock?
:ovirt_password => '123123',
:libvirt_uri => 'qemu://libvirt/system',... | [rackspace] set default region in mock helper for tests | fog_fog | train |
92cc6789727bee0781e85cab71a74a5b663326f1 | diff --git a/databench/analysis.py b/databench/analysis.py
index <HASH>..<HASH> 100644
--- a/databench/analysis.py
+++ b/databench/analysis.py
@@ -276,7 +276,7 @@ class MetaZMQ(Meta):
executable,
zmq_publish,
- port_subscribe
+ port_subscribe=None,
):
Meta... | Autodetect port for backend. Ignore analyses starting with . or _. Reloader. | svenkreiss_databench | train |
1f4cba1e01cd5c5e5f0daeabfdc8573cd3e6c317 | diff --git a/storerunner/mysqlrunner/mysql_runner.go b/storerunner/mysqlrunner/mysql_runner.go
index <HASH>..<HASH> 100644
--- a/storerunner/mysqlrunner/mysql_runner.go
+++ b/storerunner/mysqlrunner/mysql_runner.go
@@ -5,7 +5,7 @@ import (
"fmt"
"os"
- _ "github.com/go-sql-driver/mysql"
+ "github.com/go-sql-drive... | Allow missing table error on MySQL runner
[#<I>] | cloudfoundry-attic_storeadapter | train |
c70726c9bcceae28a360863583b9fd3f5666a5a1 | diff --git a/mockupdb/__init__.py b/mockupdb/__init__.py
index <HASH>..<HASH> 100755
--- a/mockupdb/__init__.py
+++ b/mockupdb/__init__.py
@@ -866,7 +866,7 @@ def _synchronized(meth):
class _AutoResponder(object):
def __init__(self, server, matcher, *args, **kwargs):
self._server = server
- if cal... | Fix autoresponds(OpQuery, ...)
Any case where the first arg is a Request subclass. | ajdavis_mongo-mockup-db | train |
7cb9ad235a40e21b7b58d810bca875e606b19917 | diff --git a/packages/core/src/framebuffer/FramebufferSystem.js b/packages/core/src/framebuffer/FramebufferSystem.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/framebuffer/FramebufferSystem.js
+++ b/packages/core/src/framebuffer/FramebufferSystem.js
@@ -371,7 +371,6 @@ export default class FramebufferSystem ex... | Don't enable depth/stencil by default (#<I>) | pixijs_pixi.js | train |
ac09dc4a5cd9dc538bd24965ba222a6d9d80a89b | diff --git a/raiden/channel/netting_channel.py b/raiden/channel/netting_channel.py
index <HASH>..<HASH> 100644
--- a/raiden/channel/netting_channel.py
+++ b/raiden/channel/netting_channel.py
@@ -285,8 +285,10 @@ class Channel(object):
balance_proof = self.our_state.balance_proof
transfer = balance_pro... | Call updatetransfer only if we did not close | raiden-network_raiden | train |
4ed785090f61556ee9cfb7b41cfc3b88a5b6be69 | diff --git a/group_private.go b/group_private.go
index <HASH>..<HASH> 100644
--- a/group_private.go
+++ b/group_private.go
@@ -2,7 +2,6 @@ package flags
import (
"reflect"
- "strings"
"unicode/utf8"
"unsafe"
)
@@ -206,24 +205,9 @@ func (g *Group) scan() error {
}
func (g *Group) groupByName(name string) *... | Use Group.Find to find group by name | jessevdk_go-flags | train |
08ada5342352211740324cd4b3111d604f4b8231 | diff --git a/.env b/.env
index <HASH>..<HASH> 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
export DATABASE_URL='postgres://ryandotsmith:@localhost/queue_classic_test'
-export QC_USE_PUB_SUB='false'
+export QC_USE_PUB_SUB='true'
diff --git a/lib/queue_classic.rb b/lib/queue_classic.rb
index <HASH>..<HASH> 100644
--- a/... | remove all pubsub and use a exp backoff in the worker | QueueClassic_queue_classic | train |
49edf3dea9b514a4fa24164476ce3548c02ff8d7 | diff --git a/src/scidata/common.py b/src/scidata/common.py
index <HASH>..<HASH> 100644
--- a/src/scidata/common.py
+++ b/src/scidata/common.py
@@ -89,14 +89,3 @@ class _DataWrapperMixin(object):
name=('' if module is None else module + '.') + name,
cls=cls.__name__)
return func
-
- ... | Added Variable.apply and DataView.apply | pydata_xarray | train |
96264faeaccaaa5b24d5ed19fb7126ddb0e3bd60 | diff --git a/owslib/util.py b/owslib/util.py
index <HASH>..<HASH> 100644
--- a/owslib/util.py
+++ b/owslib/util.py
@@ -144,8 +144,10 @@ def testXMLValue(val, attrib=False):
if val is not None:
if attrib == True:
return val.strip()
- else:
+ elif val.text:
return v... | strip can not been called on empty element, for example '<Abstract />', we need to check first if the element has a text content | geopython_OWSLib | train |
614495abc864ef0c63d01e49c9a6f9b848636a4f | diff --git a/plugin/acts_as_ferret/lib/acts_as_ferret.rb b/plugin/acts_as_ferret/lib/acts_as_ferret.rb
index <HASH>..<HASH> 100644
--- a/plugin/acts_as_ferret/lib/acts_as_ferret.rb
+++ b/plugin/acts_as_ferret/lib/acts_as_ferret.rb
@@ -19,7 +19,9 @@
# SOFTWARE.
require 'active_record'
-require 'ferret'
+require_gem ... | #9 fixed, results are now ordered by score after retrieving them from the database
git-svn-id: svn://projects.jkraemer.net/acts_as_ferret/trunk@<I> <I>d<I>-0a0e-<I>-9cad-a9b<I>e<I>dc | jkraemer_acts_as_ferret | train |
950db5cce0a4a64d6fb6e0d56954afcd755f3d3f | diff --git a/dist/stackonly/tablesaw.stackonly.css b/dist/stackonly/tablesaw.stackonly.css
index <HASH>..<HASH> 100644
--- a/dist/stackonly/tablesaw.stackonly.css
+++ b/dist/stackonly/tablesaw.stackonly.css
@@ -1,4 +1,4 @@
-/*! Tablesaw - v3.0.6 - 2017-11-17
+/*! Tablesaw - v3.0.6 - 2017-11-20
* https://github.com/fil... | <I> release dists | filamentgroup_tablesaw | train |
fd39b21a32990aae532ea202b340d53f82660796 | diff --git a/lib/haml/util.rb b/lib/haml/util.rb
index <HASH>..<HASH> 100755
--- a/lib/haml/util.rb
+++ b/lib/haml/util.rb
@@ -1,5 +1,5 @@
begin
- require 'erubis'
+ require 'erubis/tiny'
rescue LoadError
require 'erb'
end
@@ -240,7 +240,7 @@ MSG
info = caller_info
powerset(vars).each do |set|
... | Use TinyRuby rather than Eruby for static method parsing. | haml_haml | train |
c5c98c31a184837c7f5b1f43d8ef18a676a8bf30 | diff --git a/integration-cli/docker_cli_exec_test.go b/integration-cli/docker_cli_exec_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_exec_test.go
+++ b/integration-cli/docker_cli_exec_test.go
@@ -449,7 +449,7 @@ func (s *DockerSuite) TestInspectExecID(c *check.C) {
if out != "[]" && out != "<n... | Fix InspectExecID test
The check for the end of the loop was off by one which is why we saw
errors on the following inpsect() call instead of a timeout | containers_storage | train |
e55fba87fb2188905ca7ec716f9a81d2db6bc8c5 | diff --git a/src/Find.js b/src/Find.js
index <HASH>..<HASH> 100644
--- a/src/Find.js
+++ b/src/Find.js
@@ -49,7 +49,7 @@ export default class Find extends BaseComponent {
return_docs: false
},
async ({ deleted, doc }) => {
- const { docs } = this.state;
+ const d... | Immutable manipulation on array in find | ArnoSaine_react-pouchdb | train |
b9cd69a0fa17570309d7ca75b1fefdd0c395945c | diff --git a/spec/lib/droplet_kit/resources/kubernetes_resource_spec.rb b/spec/lib/droplet_kit/resources/kubernetes_resource_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/droplet_kit/resources/kubernetes_resource_spec.rb
+++ b/spec/lib/droplet_kit/resources/kubernetes_resource_spec.rb
@@ -63,7 +63,14 @@ RSpec.desc... | add more attrs to the cluster response | digitalocean_droplet_kit | train |
7bed36db263432d58379bff7ebdd5b86b4976de5 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -3,7 +3,7 @@
var gulp = require('gulp');
var nugetpack = require('./index');
-gulp.task('package', function(callback) {
+gulp.task('test', function(callback) {
var pkg = require('./package.json');
nuget... | Update gulp to remove vulnerabilities; remove deprecated gulp-util | w8r_gulp-nuget-pack | train |
b6d12864141b0280f4dd4f54ffa31e7892bd90e2 | diff --git a/lib/accesslib.php b/lib/accesslib.php
index <HASH>..<HASH> 100644
--- a/lib/accesslib.php
+++ b/lib/accesslib.php
@@ -4110,8 +4110,7 @@ function sort_by_roleassignment_authority($users, context $context, $roles = arr
* system is more flexible. If you really need, you can to use this
* function but cons... | MDL-<I> accesslib: Prevent get_role_users() fail in certain cases
The function get_role_users() requires the caller to include the $sort fields in
the $fields argument. On PostgreSQL this will cause the function to fail when
the default $sort fields aren't part of the requested fields. The behavior of
the function is ... | moodle_moodle | train |
db58468ed855e5d1c4d52e6dec179745330ab2c2 | diff --git a/admin/admin.go b/admin/admin.go
index <HASH>..<HASH> 100644
--- a/admin/admin.go
+++ b/admin/admin.go
@@ -102,7 +102,9 @@ func (admin *Admin) NewResource(value interface{}, config ...*Config) *Resource
findOneHandler := res.FindOneHandler
res.FindOneHandler = func(result interface{}, metaValues *res... | Fix set admin context's ResourceID | qor_qor | train |
290516ce8ec6b2d1804ccf7294c72c9b72e84142 | diff --git a/core/app/assets/javascripts/wymeditor/jquery.refinery.wymeditor.js b/core/app/assets/javascripts/wymeditor/jquery.refinery.wymeditor.js
index <HASH>..<HASH> 100644
--- a/core/app/assets/javascripts/wymeditor/jquery.refinery.wymeditor.js
+++ b/core/app/assets/javascripts/wymeditor/jquery.refinery.wymeditor.... | fix js syntax error in jquery.refinery.wymeditor.js introduced earlier at <I>f9ee7a | refinery_refinerycms | train |
a8129748088c1bf98ba2910e0d2a12c1682c11b8 | diff --git a/lnwallet/script_utils.go b/lnwallet/script_utils.go
index <HASH>..<HASH> 100644
--- a/lnwallet/script_utils.go
+++ b/lnwallet/script_utils.go
@@ -185,17 +185,17 @@ func ripemd160H(d []byte) []byte {
// OP_IF
// OP_CHECKSIG
// OP_ELSE
-// <recv key>
+// <recv htlc key>
// OP_SWAP OP_SIZE... | lnwallet: update sender/receiver HTLC scripts to use distinct HTLC keys
In this commit, we modify the naming and comments of the routines that
create the sender/receiver HTLC scripts to denote that a set of
distinct keys are used. The scripts materially haven’t changed, but the
set of keys expected has. | lightningnetwork_lnd | train |
7bfb406e44cbd53547918842b9f03fc69209de64 | diff --git a/simple_history/tests/tests/test_manager.py b/simple_history/tests/tests/test_manager.py
index <HASH>..<HASH> 100644
--- a/simple_history/tests/tests/test_manager.py
+++ b/simple_history/tests/tests/test_manager.py
@@ -79,3 +79,9 @@ class AsOfAdditionalTestCase(TestCase):
doc_change.save()
... | Test for multiple objects for class-based `as_of` | treyhunner_django-simple-history | train |
d998b39bab3b241639b885752914e06fc46383f8 | diff --git a/src/EseyeFetcher.php b/src/EseyeFetcher.php
index <HASH>..<HASH> 100644
--- a/src/EseyeFetcher.php
+++ b/src/EseyeFetcher.php
@@ -28,6 +28,7 @@ use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Uri;
use Seat\Eseye\Containers\EsiAuthentication;
use Seat\Eseye\Containers\EsiResponse;
+use Seat\Eseye\Except... | Allow for public calls to be made with an `EsiAuthentication` instance | eveseat_eseye | train |
7f1814c9e9a32f14d66d804ff3681d495fee5e99 | diff --git a/src/adapters/criteo.js b/src/adapters/criteo.js
index <HASH>..<HASH> 100644
--- a/src/adapters/criteo.js
+++ b/src/adapters/criteo.js
@@ -47,7 +47,9 @@ var CriteoAdapter = function CriteoAdapter() {
slots.push(
new Criteo.PubTag.DirectBidding.DirectBiddingSlot(
bid.placemen... | Send transactionID to Criteo Services (#<I>) | prebid_Prebid.js | train |
e62c24773e9fba7e2f974994fbcf2449305db0c6 | diff --git a/lib/ronin/extensions/ip_addr.rb b/lib/ronin/extensions/ip_addr.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/extensions/ip_addr.rb
+++ b/lib/ronin/extensions/ip_addr.rb
@@ -186,6 +186,8 @@ class IPAddr
end
end
+ alias resolv resolv_name
+
#
# Resolves the host-names for the IP address.
... | Aliased IPAddr#resolv to resolv_name. | ronin-ruby_ronin-support | train |
ba7a6882c83f67d95f3a86f58e164c76c4bb368d | diff --git a/memproxy.go b/memproxy.go
index <HASH>..<HASH> 100644
--- a/memproxy.go
+++ b/memproxy.go
@@ -6,16 +6,8 @@
package main
import "bufio"
-import "bytes"
-import "crypto/rand"
-import "encoding/binary"
-import "errors"
import "fmt"
-import "io"
-import "math"
import "net"
-import "strconv"
-import "stri... | memproxy overhaul. The main function now uses the polymorphic protocol types and kind of gets the full request/response down. | Netflix_rend | train |
e43adbb5cb5f7a9fcffac5a7aa91dbc6886699a4 | diff --git a/src/edit/methods.js b/src/edit/methods.js
index <HASH>..<HASH> 100644
--- a/src/edit/methods.js
+++ b/src/edit/methods.js
@@ -415,7 +415,7 @@ export default function(CodeMirror) {
clearCaches(this)
scrollToCoords(this, this.doc.scrollLeft, this.doc.scrollTop)
updateGutterSpace(this.dis... | Make refresh always re-estimate line heights when wrapping is on
Closes #<I> | codemirror_CodeMirror | train |
dce19356511b8a90b260c067e1a31dec06745617 | diff --git a/dvc/command/checkout.py b/dvc/command/checkout.py
index <HASH>..<HASH> 100644
--- a/dvc/command/checkout.py
+++ b/dvc/command/checkout.py
@@ -1,6 +1,7 @@
import os
import stat
+from dvc.system import System
from dvc.command.common.base import CmdBase
from dvc.logger import Logger
@@ -13,12 +14,16 @... | checkout: optimize lost hardlink search
Speeds up checkout for <I>K files from 6sec to <I>sec | iterative_dvc | train |
e50c92ac63c859b58f247c76e6c009f8ea26ac7a | diff --git a/lib/Auth/Basic.php b/lib/Auth/Basic.php
index <HASH>..<HASH> 100644
--- a/lib/Auth/Basic.php
+++ b/lib/Auth/Basic.php
@@ -359,6 +359,7 @@ class Auth_Basic extends AbstractController {
$this->model->unload();
+ // maybe can use $this->api->destroySession() here instead?
$this->f... | Auth_Basic
added just comment - maybe logout() can be changed to use api->destroySession() ?
Any drawbacks? | atk4_atk4 | train |
97731e177477b18a0931850228ccb22e005c61d3 | diff --git a/worker/agent.go b/worker/agent.go
index <HASH>..<HASH> 100644
--- a/worker/agent.go
+++ b/worker/agent.go
@@ -66,6 +66,7 @@ func (a *agent) work() {
} else if( err == io.EOF ){
a.disconnect_error(err)
+ break
}
a.worker.err(err)
// If it is unexpected error and the connection ... | FIX: EOF disconnect error also called raw handler afterwards | mikespook_gearman-go | train |
889d4894b228213dcdccc184fe4ace95414dea25 | diff --git a/dipper/sources/MMRRC.py b/dipper/sources/MMRRC.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/MMRRC.py
+++ b/dipper/sources/MMRRC.py
@@ -142,7 +142,8 @@ class MMRRC(Source):
mgi_gene_name, sds_url, accepted_date, mp_ids, pubmed_nums,
research_areas) = row
- ... | avoid processing variants for withdrawn genes | monarch-initiative_dipper | train |
fa749cc28f6886f17e5ef157b4987730d2e7f1a6 | diff --git a/bika/lims/browser/fields/aranalysesfield.py b/bika/lims/browser/fields/aranalysesfield.py
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/fields/aranalysesfield.py
+++ b/bika/lims/browser/fields/aranalysesfield.py
@@ -102,7 +102,13 @@ class ARAnalysesField(ObjectField):
'sa... | ARAnalysesField: override individual specs instead of entire ResultsRange
This field's setter must handle ar_add and manage_analyses, meaning
that the list of specs passed in is not necessarily the entire list.
The function now overrides existing AR specs, instead of setting them
to the form values. | senaite_senaite.core | train |
7c9a1bdf0cc219bb85bf8922857a38ee711373d9 | diff --git a/fs/ftpfs.py b/fs/ftpfs.py
index <HASH>..<HASH> 100644
--- a/fs/ftpfs.py
+++ b/fs/ftpfs.py
@@ -476,7 +476,10 @@ class FTPFS(FS):
self._check()
self.validatepath(path)
_path = abspath(normpath(path))
- entries = self._read_dir(_path)
+ with self._lock:
+ if... | test for conection error and scandir on file | PyFilesystem_pyfilesystem2 | train |
b02daaa2b36a2a802248f3bd89363d97aeb4c9ad | diff --git a/lib/poleica/converters/libre_office.rb b/lib/poleica/converters/libre_office.rb
index <HASH>..<HASH> 100644
--- a/lib/poleica/converters/libre_office.rb
+++ b/lib/poleica/converters/libre_office.rb
@@ -8,7 +8,7 @@ module Poleica
include Poleica::Converters::Utils
BIN_PATHS = {
- linu... | Replace soffice linux binary by soffice.bin | antoinelyset_poleica | train |
fefd70cd1a036c08c506194d945121839c36b9e7 | diff --git a/lib/transforms/subsetGoogleFonts.js b/lib/transforms/subsetGoogleFonts.js
index <HASH>..<HASH> 100644
--- a/lib/transforms/subsetGoogleFonts.js
+++ b/lib/transforms/subsetGoogleFonts.js
@@ -268,6 +268,10 @@ function getSubsetsForFontUsage(assetGraph, htmlAssetTextsWithProps, formats) {
htmlAsset... | Only try to subset using google fonts if the font is actually from there | assetgraph_assetgraph | train |
72d0099d6f0cc56e48c9fdc139df1c14aa8389bf | diff --git a/base/test-core/src/test/java/org/openscience/cdk/atomtype/CDKAtomTypeMatcherTest.java b/base/test-core/src/test/java/org/openscience/cdk/atomtype/CDKAtomTypeMatcherTest.java
index <HASH>..<HASH> 100644
--- a/base/test-core/src/test/java/org/openscience/cdk/atomtype/CDKAtomTypeMatcherTest.java
+++ b/base/te... | Regression - covalent input was not actually covalent. | cdk_cdk | train |
9c6b31e905a3446079626a453f0fd1c7b08b86c2 | diff --git a/src/DocBlox/Parser/Files.php b/src/DocBlox/Parser/Files.php
index <HASH>..<HASH> 100644
--- a/src/DocBlox/Parser/Files.php
+++ b/src/DocBlox/Parser/Files.php
@@ -152,7 +152,7 @@ class DocBlox_Parser_Files extends DocBlox_Parser_Abstract
*/
public function addDirectory($path)
{
- $res... | phar support was broken; fixed it | phpDocumentor_phpDocumentor2 | train |
9f7e0b0c3c17df8239da7b3f2b4fe29e8ec92a11 | diff --git a/provider/ec2/environ.go b/provider/ec2/environ.go
index <HASH>..<HASH> 100644
--- a/provider/ec2/environ.go
+++ b/provider/ec2/environ.go
@@ -1127,9 +1127,39 @@ func (e *environ) AllInstances() ([]instance.Instance, error) {
// AllInstancesByState returns all instances in the environment
// with one of t... | provider/ec2: reinstate security group filtering | juju_juju | train |
6b21d926268f5a4a857f492d0abe91b731c98261 | diff --git a/src/calendar-heatmap.component.js b/src/calendar-heatmap.component.js
index <HASH>..<HASH> 100644
--- a/src/calendar-heatmap.component.js
+++ b/src/calendar-heatmap.component.js
@@ -72,7 +72,7 @@ class CalendarHeatmap extends React.Component {
this.attr('width', this.settings.width)
.attr('heig... | Get data from the component props. | g1eb_reactjs-calendar-heatmap | train |
5e1ce8794aac0d7b809a234ef2fe157f0010d28f | diff --git a/src/org/opencms/db/CmsDriverManager.java b/src/org/opencms/db/CmsDriverManager.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/db/CmsDriverManager.java
+++ b/src/org/opencms/db/CmsDriverManager.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/db/CmsDriverManager.ja... | Added a force option to unlock a resource. | alkacon_opencms-core | train |
9b5801728ae51e8f90cae49fcb2fe31dadb283d5 | diff --git a/externs/ie_event.js b/externs/ie_event.js
index <HASH>..<HASH> 100644
--- a/externs/ie_event.js
+++ b/externs/ie_event.js
@@ -176,14 +176,8 @@ MSPointerEvent.MSPOINTER_TYPE_PEN;
/** @type {number} */
MSPointerEvent.MSPOINTER_TYPE_TOUCH;
-/**
- * @return {Array.<MSPointerPoint>}
- */
-MSPointerEvent.pro... | Remove references to getPointerList which has been removed from the latest Windows 8 previews.
R=nicksantos,rjfioravanti
DELTA=<I> (0 added, <I> deleted, 7 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
9858ce896f684f58410a56bb561887015468c103 | diff --git a/client/src/index.js b/client/src/index.js
index <HASH>..<HASH> 100644
--- a/client/src/index.js
+++ b/client/src/index.js
@@ -161,7 +161,7 @@ class Fusion extends FusionEmitter {
self.requestCounter = 0
self.socket = new FusionSocket(host, secure)
self.listenerSet = ListenerSet.absorbEmitter... | Give the fusion object to the error callback | rethinkdb_horizon | train |
1e9af51941824266116fd926656778451bb93f0d | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,3 @@ migrations/schema.sql
.grifter/
cockroach-data/
vendor/
-cockroach-data/
diff --git a/fizz/translators/cockroach.go b/fizz/translators/cockroach.go
index <HASH>..<HASH> 100644
--- a/fizz/translators/c... | Adjust FK code for cockroach according to DB | gobuffalo_pop | train |
4f01826a274572775ffde6d9f0c95473857048a3 | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -2791,8 +2791,6 @@ function set_login_session_preferences() {
$SESSION->justloggedin = true;
unset($SESSION->lang);
- unset($SESSION->encoding);
- $SESSION->encoding = curr... | removed $SESSION->encoding now replaced by current_charset() and $CFG->unicodedb; 3rd party contribs must be fixed to be utf-8 and <I>dev compatible anyway;
going to add a notice to wiki at <URL> | moodle_moodle | train |
997fad7bf3560da4f8b7e0b93facca7349d204be | diff --git a/nsq_metrics_tank/aggmetric.go b/nsq_metrics_tank/aggmetric.go
index <HASH>..<HASH> 100644
--- a/nsq_metrics_tank/aggmetric.go
+++ b/nsq_metrics_tank/aggmetric.go
@@ -49,7 +49,6 @@ func NewAggMetric(key string, chunkSpan, numChunks uint32, aggsetting ...aggSett
m.aggregators = append(m.aggregators, NewAg... | remove data trim routine
the per-metric routines are expensive.
also we don't actually need to trim data like this | grafana_metrictank | train |
a1b2394bb2ef9e49417e3c20c84b0e936d372caa | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -124,7 +124,7 @@ setup(
'cython',
'mpi4py',
'nitime',
- 'numpy',
+ 'numpy<1.16', # See https://github.com/Theano/Theano/pull/6671
'scikit-learn[alldeps]>=0.18',
'scip... | dev: Workaround for Theano NumPy incompatibility (#<I>)
Theano is not compatible with NumPy>=<I>. A fix exists, but it is not
yet part of a release. See:
<URL> | brainiak_brainiak | train |
2d88f791a723fd5e2fb05b1c599dc4f3eec4f157 | diff --git a/src/Router.php b/src/Router.php
index <HASH>..<HASH> 100644
--- a/src/Router.php
+++ b/src/Router.php
@@ -223,11 +223,17 @@ class Router
$class = $this->controllerPrefix . ucfirst($name);
// If the controller class does not exist panic.
- if (!class_exists($class) || !is_subclass_of($class, 'Jooml... | [FIX] Provides a suitable response in case of bad implementation of class | joomla-framework_router | train |
b42a2d45e736d898582f42d0cd978c390d069e37 | diff --git a/lib/Cake/Network/Email/CakeEmail.php b/lib/Cake/Network/Email/CakeEmail.php
index <HASH>..<HASH> 100644
--- a/lib/Cake/Network/Email/CakeEmail.php
+++ b/lib/Cake/Network/Email/CakeEmail.php
@@ -1386,7 +1386,7 @@ class CakeEmail {
*/
protected function _readFile($path) {
$File = new File($path);
- r... | Remove readBase<I>() from File utility, since it is not commonly used. | cakephp_cakephp | train |
c5c290c5032a95798375842a16fd95b066c5bb66 | diff --git a/agent/xds/clusters.go b/agent/xds/clusters.go
index <HASH>..<HASH> 100644
--- a/agent/xds/clusters.go
+++ b/agent/xds/clusters.go
@@ -78,13 +78,21 @@ func (s *ResourceGenerator) clustersFromSnapshotConnectProxy(cfgSnap *proxycfg.C
}
for id, chain := range cfgSnap.ConnectProxy.DiscoveryChain {
+ upst... | Validate chains are associated with upstreams
Previously we could get into a state where discovery chain entries were
not cleaned up after the associated watch was cancelled. These changes
add handling for that case where stray chain references are encountered. | hashicorp_consul | train |
a616bf4082337ee73f6ed941436053eaafda9a22 | diff --git a/superset/security.py b/superset/security.py
index <HASH>..<HASH> 100644
--- a/superset/security.py
+++ b/superset/security.py
@@ -7,6 +7,7 @@ from __future__ import unicode_literals
import logging
from flask_appbuilder.security.sqla import models as ab_models
+from sqlalchemy import or_
from superse... | [cli] permission cleanup on 'superset init' (#<I>)
* [cli] permission cleanup on 'superset init'
FAB sometimes creates NULL/None permissions in the database,
presumably a race condition when multiple gunicorn workers start at the
same time, and those create issues raising "AttributeError: 'NoneType'
object has n... | apache_incubator-superset | train |
0434df9f7f8d7eb289f2cae4551cae54ad1a01df | diff --git a/airtest/core/android/adb.py b/airtest/core/android/adb.py
index <HASH>..<HASH> 100644
--- a/airtest/core/android/adb.py
+++ b/airtest/core/android/adb.py
@@ -1177,29 +1177,38 @@ class ADB(object):
None if no IP address has been found, otherwise return the IP address
"""
- try... | get ip address from given interface sequence. | AirtestProject_Airtest | train |
120d17b1b2cf208804415e7fb4cc074851977eaf | diff --git a/salesforce/management/commands/inspectdb.py b/salesforce/management/commands/inspectdb.py
index <HASH>..<HASH> 100644
--- a/salesforce/management/commands/inspectdb.py
+++ b/salesforce/management/commands/inspectdb.py
@@ -5,9 +5,70 @@ from django.core.management.commands.inspectdb import Command as Inspect... | Fixed compatibility of inspectdb that generates the same models with Python 2
as Python 3 does, including international characters in choices. | django-salesforce_django-salesforce | train |
a1b5e91f53b5098ab65d50d0a340caedafac1bf8 | diff --git a/packages/blueprint-gatekeeper/app/models/-common-options.js b/packages/blueprint-gatekeeper/app/models/-common-options.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-gatekeeper/app/models/-common-options.js
+++ b/packages/blueprint-gatekeeper/app/models/-common-options.js
@@ -14,10 +14,8 @@
* li... | Added soft delete to token and client models | onehilltech_blueprint | train |
5747f5d5612ff38f535a6138300d3b5224bb1a58 | diff --git a/ui/src/hosts/components/HostsTable.js b/ui/src/hosts/components/HostsTable.js
index <HASH>..<HASH> 100644
--- a/ui/src/hosts/components/HostsTable.js
+++ b/ui/src/hosts/components/HostsTable.js
@@ -3,17 +3,27 @@ import shallowCompare from 'react-addons-shallow-compare';
import {Link} from 'react-router';
... | Fix messaging for hosts page when there are no hosts. Add appropriate error messages. | influxdata_influxdb | train |
cde758b067c35c300add1794290121f3e3d2cc8f | diff --git a/index.php b/index.php
index <HASH>..<HASH> 100644
--- a/index.php
+++ b/index.php
@@ -1,11 +1,11 @@
<?php
/**
* Piwik - Open source web analytics
- *
+ *
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
* @version $Id$
- *
+ *
* @package Piwik
*/
... | touching a couple of files to trigger build (again)
git-svn-id: <URL> | matomo-org_matomo | train |
882c9529067daea4f40e9d1100a8d2610a6ba34b | diff --git a/src/Illuminate/Console/Scheduling/Event.php b/src/Illuminate/Console/Scheduling/Event.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Console/Scheduling/Event.php
+++ b/src/Illuminate/Console/Scheduling/Event.php
@@ -631,7 +631,7 @@ class Event {
*/
public function emailOutputTo($addresses)
{
-... | Checking for /dev/null output in emailOutputTo()
As part of the artisan scheduler, the emailOutputTo() option only works
when the sendOutputTo() option has been passed a file, and it does so by
checking if the output string is null. Given the default output is
actually '/dev/null' and not null, this check never fails ... | laravel_framework | train |
2ad7d6e1fafa8480aaa88151b8a85ad1efd49bb0 | diff --git a/lib/reform/contract.rb b/lib/reform/contract.rb
index <HASH>..<HASH> 100644
--- a/lib/reform/contract.rb
+++ b/lib/reform/contract.rb
@@ -10,20 +10,10 @@ module Reform
extend Uber::InheritableAttr
# representer_class gets inherited (cloned) to subclasses.
- inheritable_attr :___representer_c... | pass features to ::build_inline via the options hash. this saves us from tons of state-keeping code. | trailblazer_reform | train |
031d72291f87add318a7b45189826a761dbf4ba8 | diff --git a/twine/settings.py b/twine/settings.py
index <HASH>..<HASH> 100644
--- a/twine/settings.py
+++ b/twine/settings.py
@@ -302,7 +302,7 @@ class Settings:
self.repository_config['repository'],
self.username,
self.password,
- self.disable_progress_bar
+ ... | Again, add trailing comma | pypa_twine | train |
c174e4313d675e2e00b6f26cdf7c6a26e8da650a | diff --git a/zappa/cli.py b/zappa/cli.py
index <HASH>..<HASH> 100755
--- a/zappa/cli.py
+++ b/zappa/cli.py
@@ -387,6 +387,10 @@ class ZappaCLI(object):
'--force-color', action='store_true',
help='Force coloring log tail output even if coloring support is not auto-detected. (example: piping)'
... | Adding the ability to tail a log and immediately exit. | Miserlou_Zappa | train |
245b15f9ebd538833edeb2321cf46cfe0f444376 | diff --git a/inginious/frontend/pages/course_admin/utils.py b/inginious/frontend/pages/course_admin/utils.py
index <HASH>..<HASH> 100644
--- a/inginious/frontend/pages/course_admin/utils.py
+++ b/inginious/frontend/pages/course_admin/utils.py
@@ -78,7 +78,9 @@ class INGIniousSubmissionAdminPage(INGIniousAdminPage):
... | Fix group check when downloading submissions
Fixes #<I>
Actually ensures that a teamed student belongs to an actual team | UCL-INGI_INGInious | train |
2cda5b7b2799fdc393efb840b592318d59915d37 | diff --git a/src/ShopifyApp/Middleware/AuthShop.php b/src/ShopifyApp/Middleware/AuthShop.php
index <HASH>..<HASH> 100644
--- a/src/ShopifyApp/Middleware/AuthShop.php
+++ b/src/ShopifyApp/Middleware/AuthShop.php
@@ -52,11 +52,10 @@ class AuthShop
$shopDomainSession = $session->getDomain();
$shopDomain ... | Minor adjustments to authshop after PR | ohmybrew_laravel-shopify | train |
94e516785db680b80c69a5953b585e40b7c32260 | diff --git a/exceptions.go b/exceptions.go
index <HASH>..<HASH> 100644
--- a/exceptions.go
+++ b/exceptions.go
@@ -4,7 +4,6 @@ import (
"bytes"
"reflect"
"runtime/debug"
- "strconv"
)
type ExceptionReporter interface {
@@ -57,16 +56,10 @@ func errorBacktraceBytes(err error) [][]byte {
return all[10 : len(al... | remove ErrorId. cant get a pointer uint from a value object, only a pointer/chan/map/etc | technoweenie_grohl | train |
a8ca8e5c7aaf5319f42ea84b2e699526a1b1e876 | diff --git a/src/com/vmware/vim25/ws/XmlGen.java b/src/com/vmware/vim25/ws/XmlGen.java
index <HASH>..<HASH> 100644
--- a/src/com/vmware/vim25/ws/XmlGen.java
+++ b/src/com/vmware/vim25/ws/XmlGen.java
@@ -58,6 +58,11 @@ public class XmlGen
private static Namespace XSI = new Namespace("xsi", "http://www.w3.org/2001/XML... | fix a bug with Calendar serialization to xml | yavijava_yavijava | train |
45d8b16f08a3fdb97e6e7bd1189c33a318533e5f | diff --git a/lib/pageflow/page_type.rb b/lib/pageflow/page_type.rb
index <HASH>..<HASH> 100644
--- a/lib/pageflow/page_type.rb
+++ b/lib/pageflow/page_type.rb
@@ -136,37 +136,5 @@ module Pageflow
name
end
end
-
- # Include in your engine if it mainly defines new page types. Sets
- # up load p... | Remove unused Page Type Engine
Mixing assets and view templates leads to conflicts. | codevise_pageflow | train |
d3a68f99675d85c9d49588da930edbb9ae183782 | diff --git a/foxpuppet/windows/browser/navbar.py b/foxpuppet/windows/browser/navbar.py
index <HASH>..<HASH> 100644
--- a/foxpuppet/windows/browser/navbar.py
+++ b/foxpuppet/windows/browser/navbar.py
@@ -32,10 +32,9 @@ class NavBar(Region):
"""
with self.selenium.context(self.selenium.CONTEXT_CHROME)... | Fix method of checking that tracking protection shield is displayed | mozilla_FoxPuppet | train |
5dbd3c2425bc271f4497101735f73ee289f96b80 | diff --git a/bcrypt/__init__.py b/bcrypt/__init__.py
index <HASH>..<HASH> 100644
--- a/bcrypt/__init__.py
+++ b/bcrypt/__init__.py
@@ -40,13 +40,13 @@ _ffi.cdef("""
_bcrypt_lib = _ffi.verify('#include "ow-crypt.h"',
sources=[
- os.path.join(_bundled_dir, "crypt_blowfish.c"),
- os.path.join(_bundle... | Use native strings to the CFFI verifier | pyca_bcrypt | train |
717d662ed462954d656f8f880ef8344b2e1605cd | diff --git a/src/View.php b/src/View.php
index <HASH>..<HASH> 100644
--- a/src/View.php
+++ b/src/View.php
@@ -35,6 +35,7 @@ class View extends PhalconView
public function __construct($config = null)
{
parent::__construct($config['options']);
+ $this->response = static::$di->getShared('respons... | fix: call start() and finish() in view::render() | phwoolcon_phwoolcon | train |
06100ef5e5a889c632bf182b3e603c0494541d17 | diff --git a/collatex/src/main/java/eu/interedition/collatex2/implementation/indexing/AlignmentTableIndex.java b/collatex/src/main/java/eu/interedition/collatex2/implementation/indexing/AlignmentTableIndex.java
index <HASH>..<HASH> 100644
--- a/collatex/src/main/java/eu/interedition/collatex2/implementation/indexing/Al... | [RHD] Fixed n-gram indexing of empty cells in alignment table | interedition_collatex | train |
852ab5e476ac6e1b9a7eda578ffe77a358a84e09 | diff --git a/src/PhpPact/Standalone/Installer/Service/InstallerPosixPreinstalled.php b/src/PhpPact/Standalone/Installer/Service/InstallerPosixPreinstalled.php
index <HASH>..<HASH> 100644
--- a/src/PhpPact/Standalone/Installer/Service/InstallerPosixPreinstalled.php
+++ b/src/PhpPact/Standalone/Installer/Service/Installe... | chore: Add typehints to private function | pact-foundation_pact-php | train |
86273f94b8a23bbad84b5b45b2206f53dd1a582f | diff --git a/tests/GrabyFunctionalTest.php b/tests/GrabyFunctionalTest.php
index <HASH>..<HASH> 100644
--- a/tests/GrabyFunctionalTest.php
+++ b/tests/GrabyFunctionalTest.php
@@ -117,7 +117,7 @@ class GrabyFunctionalTest extends \PHPUnit_Framework_TestCase
public function testPdfFile()
{
$graby = new... | Update tests about PDF
Previous URL doesn't work anymore | j0k3r_graby | train |
f27ad636005888806e1fbe6eb2b07b7eaae4da50 | diff --git a/pkg/apis/externaldns/types_test.go b/pkg/apis/externaldns/types_test.go
index <HASH>..<HASH> 100644
--- a/pkg/apis/externaldns/types_test.go
+++ b/pkg/apis/externaldns/types_test.go
@@ -89,6 +89,32 @@ func TestParseFlags(t *testing.T) {
LogFormat: "json",
},
},
+ {
+ title: "set everythi... | improve test cover for flag parsing | kubernetes-incubator_external-dns | train |
fddb8fd52cbcb42ede38220b5ca7e4b12832e19c | diff --git a/src/Administration/Resources/app/administration/src/module/sw-order/page/sw-order-create/index.js b/src/Administration/Resources/app/administration/src/module/sw-order/page/sw-order-create/index.js
index <HASH>..<HASH> 100644
--- a/src/Administration/Resources/app/administration/src/module/sw-order/page/sw... | NTR - Fix cancel cart when it's empty | shopware_platform | train |
ba32bfad373f66f453064e4505583a8eeba8afa6 | diff --git a/lib/event_source/entity.rb b/lib/event_source/entity.rb
index <HASH>..<HASH> 100644
--- a/lib/event_source/entity.rb
+++ b/lib/event_source/entity.rb
@@ -37,6 +37,9 @@ module EventSource
@events
end
+ def save
+ end
+
private
def initialize
diff --g... | save entities after a transaction completes | louissalin_event_source | train |
1fd3ca2dd39fa9a90a844ca3fee6acd5044a21ef | diff --git a/spyder/widgets/switcher.py b/spyder/widgets/switcher.py
index <HASH>..<HASH> 100644
--- a/spyder/widgets/switcher.py
+++ b/spyder/widgets/switcher.py
@@ -78,7 +78,7 @@ class KeyPressFilter(QObject):
class SwitcherBaseItem(QStandardItem):
"""Base List Item."""
- _PADDING = 3
+ _PADDING = 5
... | Switcher: Revert padding related changes
- The previous ones were very well crafted.
- This also reduces the max number of items to <I> because <I> is now
too much given this revert. | spyder-ide_spyder | train |
94b499413bf2090c743f337d1b471395c92d256b | diff --git a/mapchete/_processing.py b/mapchete/_processing.py
index <HASH>..<HASH> 100644
--- a/mapchete/_processing.py
+++ b/mapchete/_processing.py
@@ -308,11 +308,15 @@ def compute(
1,
):
if raise_errors: # pragma: no cover
- if future.status in ["e... | workaround for concurrent.futures api | ungarj_mapchete | train |
bc885f1d0842273bcee73fe34f79592ad68d48fb | diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -289,7 +289,6 @@ func main() {
l.Infoln("No config file; starting with empty defaults")
name, _ := os.Hostname()
defaultRepo := filepath.Join(getHomeDir(), "Sync")
-... | Don't attempt to create default repo before config (fixes #<I>)
We'll create it anyway a little later during startup, as part of the
general "check all repos for viability" step. | syncthing_syncthing | train |
5662d318941f4765500e021b9364c69c9edc1b0f | diff --git a/task.go b/task.go
index <HASH>..<HASH> 100644
--- a/task.go
+++ b/task.go
@@ -34,6 +34,7 @@ type Task struct {
HealthCheckResults []*HealthCheckResult `json:"healthCheckResults"`
Ports []int `json:"ports"`
ServicePorts []int `json:"servicePorts"`
+ Sla... | Add SlaveID field in Task struct
Marathon has a "slaveId" field in "task" since <I>-RC1 | gambol99_go-marathon | train |
ac0f2f307f3c19eb638b6eb1dbc5c3677af35bbb | diff --git a/dss/blobstore/gcs.py b/dss/blobstore/gcs.py
index <HASH>..<HASH> 100644
--- a/dss/blobstore/gcs.py
+++ b/dss/blobstore/gcs.py
@@ -1,5 +1,7 @@
from __future__ import absolute_import, division, print_function, unicode_literals
+import base64
+import binascii
import datetime
import typing
@@ -77,6 +79,... | GCS support for get_checksum. (#<I>) | HumanCellAtlas_cloud-blobstore | train |
38ad57a2bde40d3d4896f148c481d0c40120c6d8 | diff --git a/zxcvbn/__main__.py b/zxcvbn/__main__.py
index <HASH>..<HASH> 100644
--- a/zxcvbn/__main__.py
+++ b/zxcvbn/__main__.py
@@ -1,5 +1,6 @@
import argparse
import json
+import select
import sys
import getpass
@@ -25,7 +26,16 @@ class JSONEncoder(json.JSONEncoder):
def cli():
args = parser.parse_arg... | Prefer stdin for password if it is readable (#<I>)
* Prefer stdin for password if it is readable
* Always strip off the trailing new line
* Use read instead of readline | dwolfhub_zxcvbn-python | train |
8abdce9c60c9d2ead839e0065d35128ec16a82a1 | diff --git a/chatterbot/__main__.py b/chatterbot/__main__.py
index <HASH>..<HASH> 100644
--- a/chatterbot/__main__.py
+++ b/chatterbot/__main__.py
@@ -8,6 +8,15 @@ if __name__ == '__main__':
print(chatterbot.__version__)
if 'list_nltk_data' in sys.argv:
+ import os
import nltk.data
- ... | Add commad line utility to find NLTK data | gunthercox_ChatterBot | train |
fb622baa18416b93d87d4584431958f0f6c10ec4 | diff --git a/lib/awspec/helper/finder/ec2.rb b/lib/awspec/helper/finder/ec2.rb
index <HASH>..<HASH> 100644
--- a/lib/awspec/helper/finder/ec2.rb
+++ b/lib/awspec/helper/finder/ec2.rb
@@ -23,20 +23,28 @@ module Awspec::Helper
})
end
else
- res... | refactor: fallback and rubocop errors | k1LoW_awspec | train |
b49ea12a66e7452d1ea220e9730755153f0a9939 | diff --git a/drivers/overlay/idmapped_utils.go b/drivers/overlay/idmapped_utils.go
index <HASH>..<HASH> 100644
--- a/drivers/overlay/idmapped_utils.go
+++ b/drivers/overlay/idmapped_utils.go
@@ -21,17 +21,6 @@ type attr struct {
userNs uint64
}
-const (
- // _MOUNT_ATTR_IDMAP - Idmap mount to @userns_fd in st... | overlay: drop constants defined in unix pkg
remove some constants that are also defined in the unix package. | containers_storage | train |
231f5ec385ac139e4aae2b6d85204ec62029feeb | diff --git a/mutagen/flac.py b/mutagen/flac.py
index <HASH>..<HASH> 100644
--- a/mutagen/flac.py
+++ b/mutagen/flac.py
@@ -391,7 +391,7 @@ class CueSheetTrack(object):
Attributes:
track_number (`int`): track number
start_offset (`int`): track offset in samples from start of FLAC stream
- i... | docs: fix some sphinx reference warnings | quodlibet_mutagen | train |
f0585ddb4e86c76dbe5a9926d4886c772df7d5e3 | diff --git a/system/src/Grav/Common/Page/Medium.php b/system/src/Grav/Common/Page/Medium.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/Page/Medium.php
+++ b/system/src/Grav/Common/Page/Medium.php
@@ -120,16 +120,7 @@ class Medium extends Data
$this->def('mime', 'application/octet-stream');
... | per-page debug setting not working as intended. Changing approaches... | getgrav_grav | train |
72e4841523d475f24d332efb17155d136cd41187 | diff --git a/lib/aria/checked.js b/lib/aria/checked.js
index <HASH>..<HASH> 100644
--- a/lib/aria/checked.js
+++ b/lib/aria/checked.js
@@ -5,4 +5,12 @@ import { TristateAttrType } from './tristate'
* radio buttons, and other widgets.
* @see https://www.w3.org/TR/wai-aria-1.1/#aria-checked
*/
-export class Checke... | TristateAttrType: inherit from the ApplicableAttrType, fix the default value of Checked and Pressed | aristov_ariamodule | train |
dd90bcb7b926d1cd363a5068ab988a068a440390 | diff --git a/lib/starting_blocks/version.rb b/lib/starting_blocks/version.rb
index <HASH>..<HASH> 100644
--- a/lib/starting_blocks/version.rb
+++ b/lib/starting_blocks/version.rb
@@ -1,3 +1,3 @@
module StartingBlocks
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
end | Bump the version for bug fixes. | darrencauthon_starting_blocks | train |
11ec637ba3e115cbb928c3c3a5167fa81ab615db | diff --git a/Entity/ShopInterface.php b/Entity/ShopInterface.php
index <HASH>..<HASH> 100644
--- a/Entity/ShopInterface.php
+++ b/Entity/ShopInterface.php
@@ -13,9 +13,9 @@
namespace WellCommerce\Bundle\AppBundle\Entity;
use Doctrine\Common\Collections\Collection;
-use WellCommerce\Bundle\AppBundle\Entity\Blameable... | AppBundle fixes
(cherry picked from commit 2cd8a<I>e4ffa<I>ba<I>c6a8d<I>d<I>cb1a<I>df7) | WellCommerce_CouponBundle | train |
6d1dc9fdb34b1c0be1db5a26375ccf3794acfdd2 | diff --git a/code/libraries/koowa/mixin/commandchain.php b/code/libraries/koowa/mixin/commandchain.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/mixin/commandchain.php
+++ b/code/libraries/koowa/mixin/commandchain.php
@@ -48,7 +48,7 @@ class KMixinCommandchain extends KMixinAbstract
$this->_mixer->mixi... | Fixed typo. Changed callback_priority to PRIORITY_HIGH instead of PRIORITY_HIEHEST | timble_kodekit | train |
f1075605d4de755d33acfded8d2a46a29574e8be | diff --git a/pgmpy/readwrite/BIF.py b/pgmpy/readwrite/BIF.py
index <HASH>..<HASH> 100644
--- a/pgmpy/readwrite/BIF.py
+++ b/pgmpy/readwrite/BIF.py
@@ -3,7 +3,7 @@ from string import Template
import numpy
from pyparsing import Word, alphanums, Suppress, Optional, CharsNotIn, Group, nums, ZeroOrMore, OneOrMore,\
- ... | Fixed a bug in BIFReader class
Actually there was an issue with the symantics of BIF file types,
when table argument is present in cpd and when not, we have to reshape
the things differently.For more reference refer to
<URL> | pgmpy_pgmpy | train |
2a61d6ddb216175d8f96aabc86677b04d1a9c4c8 | diff --git a/src/main/java/edu/ksu/canvas/model/assignment/QuizAnswer.java b/src/main/java/edu/ksu/canvas/model/assignment/QuizAnswer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/edu/ksu/canvas/model/assignment/QuizAnswer.java
+++ b/src/main/java/edu/ksu/canvas/model/assignment/QuizAnswer.java
@@ -10,8 +10,10 @... | Fixing some discrepancies in the QuizAnswer object
Documentation doesn't match actual API. I am shocked. | kstateome_canvas-api | train |
bdc418988cb11c68b6f9cc35e8baac424789b44e | diff --git a/pylightcurve/oec.py b/pylightcurve/oec.py
index <HASH>..<HASH> 100755
--- a/pylightcurve/oec.py
+++ b/pylightcurve/oec.py
@@ -40,7 +40,10 @@ def oec_catalogue():
if update:
- print 'Updating OEC...'
+ if not os.path.isfile(data_base_file_path):
+ print 'Installing OEC...'
... | Update oec.py | ucl-exoplanets_pylightcurve | train |
ad80752715aaed449629369687c5fd30eb1bda76 | diff --git a/mvcc/backend/backend.go b/mvcc/backend/backend.go
index <HASH>..<HASH> 100644
--- a/mvcc/backend/backend.go
+++ b/mvcc/backend/backend.go
@@ -65,6 +65,8 @@ type Backend interface {
// Since the backend can manage free space in a non-byte unit such as
// number of pages, the returned value can be not ex... | mvcc: add metrics dbOpenReadTxn
Expose the number of currently open read transactions in backend to
metrics endpoint. | etcd-io_etcd | train |
1098a0698588b7c0d65ad5477779301fb8da3be3 | diff --git a/src/engine/runtime.js b/src/engine/runtime.js
index <HASH>..<HASH> 100644
--- a/src/engine/runtime.js
+++ b/src/engine/runtime.js
@@ -240,9 +240,8 @@ Runtime.prototype.toggleScript = function (topBlockId) {
/**
* Run a function `f` for all scripts in a workspace.
* `f` will be called with two paramete... | Various renames for hat opcodes/top blocks, `allScriptsDo` | LLK_scratch-vm | train |
01c730296ad930584990fd2c55c04bff3b0b7ea4 | diff --git a/lib/consts/consts.go b/lib/consts/consts.go
index <HASH>..<HASH> 100644
--- a/lib/consts/consts.go
+++ b/lib/consts/consts.go
@@ -51,11 +51,11 @@ func FullVersion() string {
// Banner returns the ASCII-art banner with the k6 logo and stylized website URL
func Banner() string {
banner := strings.Join([]... | Make the ASCII logo characters more proportional
Credit goes to @rawtaz from #<I> | loadimpact_k6 | train |
92decd8724b3cd452fe0e73ee3d6df28f9d6d0f1 | diff --git a/src/microcontroller/__init__.py b/src/microcontroller/__init__.py
index <HASH>..<HASH> 100755
--- a/src/microcontroller/__init__.py
+++ b/src/microcontroller/__init__.py
@@ -31,6 +31,6 @@ elif platform == "linux":
if board_id == "raspi_3" or board_id == "raspi_2":
from adafruit_blinka.microco... | Fix more agnostic uses. | adafruit_Adafruit_Blinka | train |
99f22519ab4238092e57b72b610d69a6cf531d28 | diff --git a/lib/fabrication/generator/base.rb b/lib/fabrication/generator/base.rb
index <HASH>..<HASH> 100644
--- a/lib/fabrication/generator/base.rb
+++ b/lib/fabrication/generator/base.rb
@@ -23,6 +23,19 @@ class Fabrication::Generator::Base
__instance
end
+ def to_hash(attributes=[], callbacks=[])
+ p... | Build attributes hash in the base generator | paulelliott_fabrication | train |
71d6ae569f483dd8b205b59f484b2c2f9d315f0f | diff --git a/src/Type/SelectType.php b/src/Type/SelectType.php
index <HASH>..<HASH> 100644
--- a/src/Type/SelectType.php
+++ b/src/Type/SelectType.php
@@ -68,7 +68,6 @@ class SelectType extends DefaultType
}
} else {
$field['options']['choices_flat'][$choiceId] = $choiceOr... | Don't break when flattening select field choices | andyvenus_form | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.