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 |
|---|---|---|---|---|---|
4c5bbb12bb6a15c582272d481fb05ad66fafa48b | diff --git a/mcc/core.py b/mcc/core.py
index <HASH>..<HASH> 100755
--- a/mcc/core.py
+++ b/mcc/core.py
@@ -32,7 +32,7 @@ import mcc.uimode as ui
import os
import sys
-__version__ = "0.1.0"
+__version__ = "0.1.1"
def main():
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup... | bumped version to <I> | robertpeteuil_multi-cloud-control | train | py,py |
62132262c6f663bdef557331a0fe9191ec4b482c | diff --git a/runtime/classes/propel/Propel.php b/runtime/classes/propel/Propel.php
index <HASH>..<HASH> 100644
--- a/runtime/classes/propel/Propel.php
+++ b/runtime/classes/propel/Propel.php
@@ -171,7 +171,6 @@ class Propel
'PropelColumnTypes' => 'propel/util/PropelColumnTypes.php',
'PropelPDO' => 'propel/util/Pr... | transaction is no longer in the source tree | propelorm_Propel | train | php |
631c843ed179ff6aafaad93d1263468d7fc87b2f | diff --git a/spacy/lemmatizer.py b/spacy/lemmatizer.py
index <HASH>..<HASH> 100644
--- a/spacy/lemmatizer.py
+++ b/spacy/lemmatizer.py
@@ -15,7 +15,7 @@ class Lemmatizer(object):
def from_dir(cls, data_dir):
index = {}
exc = {}
- for pos in ['adj', 'adv', 'noun', 'verb']:
+ for pos ... | * Don't look for index.adv in le,matizer | explosion_spaCy | train | py |
adb4ad3f7fc45612612df896eaee28948f9e5b2a | diff --git a/src/input/TextareaInput.js b/src/input/TextareaInput.js
index <HASH>..<HASH> 100644
--- a/src/input/TextareaInput.js
+++ b/src/input/TextareaInput.js
@@ -264,6 +264,7 @@ export default class TextareaInput {
onContextMenu(e) {
let input = this, cm = input.cm, display = cm.display, te = input.texta... | Fix issue in IE where the context menu hack might stay visible
Because JS seems to be frozen entirely while the context menu is
open, the next open might happen before the timeout was able to
fire. This forces the previous context menu kludge to be cleared
before starting a new one. | codemirror_CodeMirror | train | js |
246714c0595f981262101d7d367bed7bfca9dfbd | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ script_files = []
if os.name == "nt":
pyang_bat_file = "{}/{}.bat".format(tempfile.gettempdir(), "pyang")
with open(pyang_bat_file, 'w') as script:
- script.write('@echo off\npython %cd%\pyang ... | fixing pyang.bat on Windows
The "%cd%" in the pyang.bat script returned the current working directory - hence the path "%cd%\pyang" pointed mostly to an non existing file. The new "%~dp0" returns the current directory location of the pyang.bat itself - that should the the same directory where the "pyang" file is insta... | mbj4668_pyang | train | py |
8b613636ac01572101ec9bb806d5c09cb65d894a | diff --git a/sos/plugins/openssl.py b/sos/plugins/openssl.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/openssl.py
+++ b/sos/plugins/openssl.py
@@ -23,6 +23,17 @@ class OpenSSL(Plugin):
plugin_name = "openssl"
packages = ('openssl',)
+ def postproc(self):
+ protect_keys = ["input_password",
+ ... | Scrub credentials from openssl plugin | sosreport_sos | train | py |
9c160e902728f72667f328718cc82659e63b5811 | diff --git a/camxes/__init__.py b/camxes/__init__.py
index <HASH>..<HASH> 100644
--- a/camxes/__init__.py
+++ b/camxes/__init__.py
@@ -54,7 +54,7 @@ class NodeBase(Node):
@property
def lojban(self):
- sep = '' if self.find('spaces') else ' '
+ sep = '' if self.find('*[Ss]paces') else ' '
... | Detect spaces better with .lojban | lojban_python-camxes | train | py |
14b9dc78d143d0e460faacc0d7e887c01cd2cdca | diff --git a/dbaas_zabbix/provider.py b/dbaas_zabbix/provider.py
index <HASH>..<HASH> 100755
--- a/dbaas_zabbix/provider.py
+++ b/dbaas_zabbix/provider.py
@@ -71,7 +71,10 @@ class ZabbixProvider(object):
def get_host_id(self, host_name):
host_info = self._get_host_info(search={'name': host_name})
- ... | Get host id, handling with many hosts with similar name | globocom_dbaas-zabbix | train | py |
7c6940b683d8e21ab8d781b6f9eac035e5ad5ed7 | diff --git a/src/imagesready.js b/src/imagesready.js
index <HASH>..<HASH> 100644
--- a/src/imagesready.js
+++ b/src/imagesready.js
@@ -25,7 +25,7 @@ function ImagesReady(elements, options) {
if (typeof elements === 'string') {
elements = document.querySelectorAll(elements);
if (!elements.length) {
- t... | Format for eslint compliance | r-park_images-ready | train | js |
d447c221ebe331efc516c2f4efc2016262042aed | diff --git a/structr-core/src/main/java/org/structr/schema/compiler/RemoveClassesWithUnknownSymbols.java b/structr-core/src/main/java/org/structr/schema/compiler/RemoveClassesWithUnknownSymbols.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/schema/compiler/RemoveClassesWithUnknownSymbols.... | Bugfix: Replace unsupported operation "getAsString" with "toString" | structr_structr | train | java |
5bc0f7593b9d87c948937ade380da726c41bb634 | diff --git a/examples/websocket/websocket.go b/examples/websocket/websocket.go
index <HASH>..<HASH> 100644
--- a/examples/websocket/websocket.go
+++ b/examples/websocket/websocket.go
@@ -27,7 +27,7 @@ func main() {
fmt.Println("Infos:", ev.Info)
fmt.Println("Connection counter:", ev.ConnectionCount)
// Repl... | small fix in order to pass build test | nlopes_slack | train | go |
a1d18d70cce221db5be38530ab6853dd2124cab7 | diff --git a/spec/support/cache_helper.rb b/spec/support/cache_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/support/cache_helper.rb
+++ b/spec/support/cache_helper.rb
@@ -48,7 +48,8 @@ module CacheHelper
def cache_dir
@cache_dir ||= begin
project_root = File.expand_path(File.join(File.dirname(__FILE_... | Separate spec cache directory for each Ruby version | yujinakayama_transpec | train | rb |
99a971f11c07fe7581634a38349eb00c0dd5cbff | diff --git a/lib/biz.rb b/lib/biz.rb
index <HASH>..<HASH> 100644
--- a/lib/biz.rb
+++ b/lib/biz.rb
@@ -31,7 +31,8 @@ module Biz
private
def schedule
- Thread.current[:biz_schedule] or fail "#{name} not configured"
+ Thread.current[:biz_schedule] or
+ fail Error::Configuration, "#{name} not ... | Use custom error when gem not configured
The generic `RuntimeError` was being raised when using `biz` before
it is configured. Since we have a more descriptive configuration error,
we should use it. | zendesk_biz | train | rb,rb |
809e43934eff72cd419f715c5b30aba2e9cd89ce | diff --git a/src/candela/components/Heatmap/test/heatmap.image.js b/src/candela/components/Heatmap/test/heatmap.image.js
index <HASH>..<HASH> 100644
--- a/src/candela/components/Heatmap/test/heatmap.image.js
+++ b/src/candela/components/Heatmap/test/heatmap.image.js
@@ -4,5 +4,6 @@ imageTest({
name: 'heatmap',
ur... | Try longer delays to allow testing images to settle | Kitware_candela | train | js,js |
d143cb72f179307c51a49cc18db304fa15abfff8 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2012, Team Agiliq'
# built documents.
#
# The short X.Y version.
-version = '0.06'
+version = '0.07'
# The full version, including alpha/beta/rc tags.
-release = '0.06'
+release... | Bumped the version in the setup.py and the docs. | agiliq_merchant | train | py,py |
ff9ab933b322af53cfba3234530028849eaa7080 | diff --git a/builder.go b/builder.go
index <HASH>..<HASH> 100644
--- a/builder.go
+++ b/builder.go
@@ -222,14 +222,10 @@ func (k *kResolver) makeAddresses(e Endpoints) ([]resolver.Address, string) {
}
for _, address := range subset.Addresses {
- sname := k.target.serviceName
- if address.TargetRef != nil {
... | use service name as server name for tls | sercand_kuberesolver | train | go |
cf3caa7d6947229dd857ac61954312741f833587 | diff --git a/lhc/binf/genomic_feature.py b/lhc/binf/genomic_feature.py
index <HASH>..<HASH> 100644
--- a/lhc/binf/genomic_feature.py
+++ b/lhc/binf/genomic_feature.py
@@ -46,9 +46,6 @@ class GenomicFeature(Interval):
self.stop = max(self.stop, feature.stop)
self.children.add(feature)
- def ad... | changed genomic_feature get_sub_seq to use a sequence set | childsish_sofia | train | py |
e05fbcc1b34d31f9569feeacd5d430e08f421f9a | diff --git a/graphene_django/fields.py b/graphene_django/fields.py
index <HASH>..<HASH> 100644
--- a/graphene_django/fields.py
+++ b/graphene_django/fields.py
@@ -77,6 +77,10 @@ class DjangoConnectionField(ConnectionField):
if isinstance(iterable, QuerySet):
if iterable is not default_manager:
... | Fix failing unit test by handling cases where a connection is resolved involving a query with inner join and distinct that is then filtered and would be combined with a filtered queryset that is not distinct. | graphql-python_graphene-django | train | py,py |
9989c263740d7c8b2d7e3f37128688f08e3498bc | diff --git a/core/src/main/java/com/graphhopper/routing/lm/LandmarkStorage.java b/core/src/main/java/com/graphhopper/routing/lm/LandmarkStorage.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/routing/lm/LandmarkStorage.java
+++ b/core/src/main/java/com/graphhopper/routing/lm/LandmarkStorage.ja... | landmarks subnetwork storage: second minor cleanup | graphhopper_graphhopper | train | java |
489fe76fd9250bb3a55c7bf939a0420f76b9c79b | diff --git a/src/Integrations/LumenServiceProvider.php b/src/Integrations/LumenServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Integrations/LumenServiceProvider.php
+++ b/src/Integrations/LumenServiceProvider.php
@@ -24,16 +24,17 @@ class LumenServiceProvider extends ServiceProvider
if (function_exis... | r Support for Lumen <I> | dusterio_laravel-aws-worker | train | php |
a3a2e82696781715f535270bf4f85c33843165b6 | diff --git a/externs/closure-compiler.js b/externs/closure-compiler.js
index <HASH>..<HASH> 100644
--- a/externs/closure-compiler.js
+++ b/externs/closure-compiler.js
@@ -27,5 +27,3 @@ ArrayBuffer.isView = function(arg) {};
* @see http://www.w3.org/TR/pointerevents/#the-touch-action-css-property
*/
CSSProperties.p... | Remove 'global' from externs/closure-compiler.js | openlayers_openlayers | train | js |
284251807bfceb34f926b46d677e548cfd227326 | diff --git a/yolk/cli.py b/yolk/cli.py
index <HASH>..<HASH> 100755
--- a/yolk/cli.py
+++ b/yolk/cli.py
@@ -84,7 +84,10 @@ def show_distributions(show, project_name, version, show_metadata, fields):
develop = ""
else:
develop = dist.location
- print_metadata(show, metadata, develop, ac... | Fix for pkgs with no metadata | cakebread_yolk | train | py |
d44e2376d8d87e8070ef752c55befca928b37bd3 | diff --git a/java/client/test/org/openqa/selenium/AlertsTest.java b/java/client/test/org/openqa/selenium/AlertsTest.java
index <HASH>..<HASH> 100644
--- a/java/client/test/org/openqa/selenium/AlertsTest.java
+++ b/java/client/test/org/openqa/selenium/AlertsTest.java
@@ -30,7 +30,7 @@ import static org.openqa.selenium.I... | DanielWagnerHall: Disable Android tests until android support lands
r<I> | SeleniumHQ_selenium | train | java |
0f6f14c36dcf25e80eb18042a53af25c16bd9348 | diff --git a/tests/search/test_local.py b/tests/search/test_local.py
index <HASH>..<HASH> 100644
--- a/tests/search/test_local.py
+++ b/tests/search/test_local.py
@@ -1,7 +1,8 @@
# coding=utf-8
import unittest
from tests.search.dummies import DummyProblem, GOAL, DummyGeneticProblem
-from simpleai.search.local import... | Added test for beam_best_first algorithm | simpleai-team_simpleai | train | py |
df60f9f6c270087703c4f79064a7b54254972378 | diff --git a/src/main/java/com/assertthat/selenium_shutterbug/utils/web/Browser.java b/src/main/java/com/assertthat/selenium_shutterbug/utils/web/Browser.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/assertthat/selenium_shutterbug/utils/web/Browser.java
+++ b/src/main/java/com/assertthat/selenium_shutterbug/... | Update Browser.java (#<I>)
Fixes #<I>. Clearing the device pixel on taking full screenshot in chrome | assertthat_selenium-shutterbug | train | java |
d0b4c9f70802fe79eb47f3cfbaf520f5eaf78ce0 | diff --git a/fstream.js b/fstream.js
index <HASH>..<HASH> 100644
--- a/fstream.js
+++ b/fstream.js
@@ -183,6 +183,8 @@ function Writer (props) {
me.dirname = path.dirname(props.path)
me.linkpath = props.linkpath || null
+ if (typeof props.mode === "string") props.mode = parseInt(props.mode, 8)
+
me.readable... | Support octal strings for mode | npm_fstream | train | js |
d79fa5da6c4667a1ea075877fd12e9276ab3c5a4 | diff --git a/neuropythy/hcp/core.py b/neuropythy/hcp/core.py
index <HASH>..<HASH> 100644
--- a/neuropythy/hcp/core.py
+++ b/neuropythy/hcp/core.py
@@ -207,7 +207,7 @@ class Subject(mri.Subject):
imgs = {k:_img_loader(k) for k in six.iterkeys(imgmap)}
def _make_mask(val, eq=True):
rib = im... | debugging and eliminated the depricated get_data() calls to nibabel objects | noahbenson_neuropythy | train | py |
e85c21f40e47399039982f3bdba7c4e2247d3c67 | diff --git a/subliminal/providers/subscenter.py b/subliminal/providers/subscenter.py
index <HASH>..<HASH> 100644
--- a/subliminal/providers/subscenter.py
+++ b/subliminal/providers/subscenter.py
@@ -44,7 +44,7 @@ class SubsCenterSubtitle(Subtitle):
# episode
if isinstance(video, Episode):
... | Fix pep8 in subscenter | Diaoul_subliminal | train | py |
e69de94f613eb0892acf0fd6009586c24ce64228 | diff --git a/python/sbp/client/drivers/pyserial_driver.py b/python/sbp/client/drivers/pyserial_driver.py
index <HASH>..<HASH> 100644
--- a/python/sbp/client/drivers/pyserial_driver.py
+++ b/python/sbp/client/drivers/pyserial_driver.py
@@ -46,7 +46,7 @@ class PySerialDriver(BaseDriver):
try:
handle... | Remove short pyserial timeout.
Timeout was causing console to disconnect during Piksi Multi restart.
Timeout made serial driver not equivalent in behavior to file driver or network driver | swift-nav_libsbp | train | py |
872720b945602d33119e6715606835be63524bc3 | diff --git a/src/Platforms/SQLServerPlatform.php b/src/Platforms/SQLServerPlatform.php
index <HASH>..<HASH> 100644
--- a/src/Platforms/SQLServerPlatform.php
+++ b/src/Platforms/SQLServerPlatform.php
@@ -1200,8 +1200,8 @@ class SQLServerPlatform extends AbstractPlatform
protected function getVarcharTypeDeclarationS... | Fix NCHAR typo for MSSQL | doctrine_dbal | train | php |
3a6bf63ff6e53c998bc3ace784c9db9a41471222 | diff --git a/src/main/java/io/javalin/Javalin.java b/src/main/java/io/javalin/Javalin.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/javalin/Javalin.java
+++ b/src/main/java/io/javalin/Javalin.java
@@ -59,6 +59,13 @@ public class Javalin {
return new Javalin();
}
+ public static Javalin star... | [core] Add static method for quick-starting a server (fixed #<I>) | tipsy_javalin | train | java |
9d1285400c5f33744822090faa931cb7c7b6dd59 | diff --git a/src/Event/Model/WidgetsListener.php b/src/Event/Model/WidgetsListener.php
index <HASH>..<HASH> 100644
--- a/src/Event/Model/WidgetsListener.php
+++ b/src/Event/Model/WidgetsListener.php
@@ -27,7 +27,6 @@ class WidgetsListener implements EventListenerInterface
return [
(string)EventNam... | removing the priority call (task #<I>) | QoboLtd_cakephp-search | train | php |
3e46e0b0c0edd24ff9bb6e300593aa996ae8ee51 | diff --git a/test/spec.js b/test/spec.js
index <HASH>..<HASH> 100644
--- a/test/spec.js
+++ b/test/spec.js
@@ -2,7 +2,7 @@ var blanket = require('blanket')('../')
var chai = require('chai')
var version = require('..')
var should = chai.should()
-var quantum = require('quantum-core')
+var quantum = require(... | change quantum-core to quantum-js | ocadotechnology_quantumjs | train | js |
66ab98659d97f96c03e2490bd346dac1f02ec39b | diff --git a/src/net/sf/mpxj/mpp/GanttChartView.java b/src/net/sf/mpxj/mpp/GanttChartView.java
index <HASH>..<HASH> 100644
--- a/src/net/sf/mpxj/mpp/GanttChartView.java
+++ b/src/net/sf/mpxj/mpp/GanttChartView.java
@@ -1374,7 +1374,7 @@ public abstract class GanttChartView extends GenericView
// If we have en... | Updated to add code which attempts to avoid overrunning the end of an array. | joniles_mpxj | train | java |
87d9bc3b0971deb5e5d70b7d4a97c8f4d352186d | diff --git a/lib/db/adapter/mysql.js b/lib/db/adapter/mysql.js
index <HASH>..<HASH> 100644
--- a/lib/db/adapter/mysql.js
+++ b/lib/db/adapter/mysql.js
@@ -386,6 +386,10 @@ MySQL.prototype.migrate = function(callback)
migrator.migrate().success(function() {
self.close(callback);
+ }).error... | [Backend/MySQL] Catched all events (success and error) of the sequelize migrator while migrating. | Jack12816_greppy | train | js |
94e4aa6ea9aabb5bf6244d9b38607b336703af98 | diff --git a/eth/downloader/downloader.go b/eth/downloader/downloader.go
index <HASH>..<HASH> 100644
--- a/eth/downloader/downloader.go
+++ b/eth/downloader/downloader.go
@@ -460,6 +460,7 @@ out:
// 3) Amount and availability.
if peer := d.peers.Peer(pid); peer != nil {
peer.Demote()
+ glog.V(logger... | eth/downloader: log hard timeouts and reset capacity | ethereum_go-ethereum | train | go,go |
6d39588bf6e8d7b828ba0b48dc033d9148ebe554 | diff --git a/org.jrebirth/core/src/main/java/org/jrebirth/core/link/WaveData.java b/org.jrebirth/core/src/main/java/org/jrebirth/core/link/WaveData.java
index <HASH>..<HASH> 100644
--- a/org.jrebirth/core/src/main/java/org/jrebirth/core/link/WaveData.java
+++ b/org.jrebirth/core/src/main/java/org/jrebirth/core/link/Wav... | Correct usage of generics into WaveData | JRebirth_JRebirth | train | java |
9d702763118b132cbe9005a80625ba2160089c3d | diff --git a/manager/scheduler/filter.go b/manager/scheduler/filter.go
index <HASH>..<HASH> 100644
--- a/manager/scheduler/filter.go
+++ b/manager/scheduler/filter.go
@@ -294,6 +294,14 @@ func (f *PlatformFilter) platformEqual(imgPlatform, nodePlatform api.Platform) b
nodePlatform.Architecture = "amd64"
}
+ // n... | normalize "aarch<I>" architectures to "arm<I>" | docker_swarmkit | train | go |
e33e2f9db4930e1af726a4cf05172a91d237a002 | diff --git a/cloudflare.go b/cloudflare.go
index <HASH>..<HASH> 100644
--- a/cloudflare.go
+++ b/cloudflare.go
@@ -21,7 +21,7 @@ import (
)
var (
- Version string = "dev"
+ Version string = "v4"
// Deprecated: Use `client.New` configuration instead.
apiURL = fmt.Sprintf("%s://%s%s", defaultScheme, defaultHost... | cloudflare: actually use the default user agent
Updates the (stable) HTTP client configuration to use the `userAgent`
value for the request being made. Experimental already uses this
correctly. | cloudflare_cloudflare-go | train | go |
ecbb1deeac143f767a6c836d6cc56038ae55be06 | diff --git a/spec/notification_spec.rb b/spec/notification_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/notification_spec.rb
+++ b/spec/notification_spec.rb
@@ -368,6 +368,18 @@ describe Bugsnag::Notification do
Bugsnag.notify(BugsnagTestException.new("It crashed"), {:request => {:params => {:password => "1234",... | Failing test for null params stripping
Bugsnag::Helpers.cleanup_obj removes any keys from a hash whose value is
nil. As it is called on the notification metadata before sending, this
removes any nil request params, e.g. a JSON POST of:
{ "nil_param": null }
is reported as having an empty params hash. | bugsnag_bugsnag-ruby | train | rb |
789326b67bfd18ddc89470e1968d38edeedd1271 | diff --git a/src/component/Component.js b/src/component/Component.js
index <HASH>..<HASH> 100644
--- a/src/component/Component.js
+++ b/src/component/Component.js
@@ -468,6 +468,7 @@ class Component {
options = options || {}
options.header = options.header || ''
options.footer = options.footer || ''
+ ... | Add a static option for page generation | stencila_node | train | js |
8c91874c7ec750426aaf3a08d295f46148cb7d82 | diff --git a/lib/ruby2d/sprite.rb b/lib/ruby2d/sprite.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby2d/sprite.rb
+++ b/lib/ruby2d/sprite.rb
@@ -3,7 +3,7 @@
module Ruby2D
class Sprite
- attr_accessor :x, :y, :data
+ attr_accessor :x, :y, :clip_x, :clip_y, :clip_w, :clip_h, :data
def initialize(... | Expose sprite attributes for native extensions | ruby2d_ruby2d | train | rb |
e269cefe9cd0b16756c9d9283cec80ede66bfea7 | diff --git a/src/repository.js b/src/repository.js
index <HASH>..<HASH> 100644
--- a/src/repository.js
+++ b/src/repository.js
@@ -128,7 +128,7 @@ export class Repository {
populatedData[key] = repository.populateEntities(value);
}
- return entity.setData(populatedData);
+ return entity.setData(popu... | refactor(repository): Mark populated entities as clean | SpoonX_aurelia-orm | train | js |
25ad0bd9578a6d9059f2718bc1cde64f4a53a141 | diff --git a/lib/active_scaffold/actions/batch_update.rb b/lib/active_scaffold/actions/batch_update.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/actions/batch_update.rb
+++ b/lib/active_scaffold/actions/batch_update.rb
@@ -40,7 +40,10 @@ module ActiveScaffold::Actions
else
@batch_successful ... | Bugfix: apply search conditions when refreshing list | vhochstein_active_scaffold_batch | train | rb |
769fcb20d8977d6377b10da637a86131c0f1b9d3 | diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java
index <HASH>..<HASH> 100644
--- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyz... | Removed a now unused import. | jeremylong_DependencyCheck | train | java |
f66d72ec506ac2c77897ce4dc379e0a3617a28a8 | diff --git a/public/js/editor.js b/public/js/editor.js
index <HASH>..<HASH> 100644
--- a/public/js/editor.js
+++ b/public/js/editor.js
@@ -678,18 +678,7 @@ function AposSchemas() {
// Used to search for elements without false positives from nested
// schemas in unrelated fieldsets
self.findSafe = function($el,... | jquery findSafe is now an independent jquery plugin | apostrophecms-legacy_apostrophe-schemas | train | js |
346eb85bb91e913f4b816a63ec187c36bcd52af2 | diff --git a/spec/shared_stripe_examples/customer_examples.rb b/spec/shared_stripe_examples/customer_examples.rb
index <HASH>..<HASH> 100644
--- a/spec/shared_stripe_examples/customer_examples.rb
+++ b/spec/shared_stripe_examples/customer_examples.rb
@@ -349,4 +349,13 @@ shared_examples 'Customer API' do
customer ... | Add a spec that only passes with pull #<I> | rebelidealist_stripe-ruby-mock | train | rb |
e613b4b894d9d0d8ee4fcf04791939f6789b7f4b | diff --git a/src/Graviton/CoreBundle/Controller/MainController.php b/src/Graviton/CoreBundle/Controller/MainController.php
index <HASH>..<HASH> 100644
--- a/src/Graviton/CoreBundle/Controller/MainController.php
+++ b/src/Graviton/CoreBundle/Controller/MainController.php
@@ -148,6 +148,13 @@ class MainController
... | ensure no nulls in services array | libgraviton_graviton | train | php |
611db19c5ab34ba740c0c5499d6dcfbfffd516e6 | diff --git a/pac4j-saml/src/main/java/org/pac4j/saml/client/SAML2ClientConfiguration.java b/pac4j-saml/src/main/java/org/pac4j/saml/client/SAML2ClientConfiguration.java
index <HASH>..<HASH> 100644
--- a/pac4j-saml/src/main/java/org/pac4j/saml/client/SAML2ClientConfiguration.java
+++ b/pac4j-saml/src/main/java/org/pac4j... | ensure private key password is used when generating saml metadata | pac4j_pac4j | train | java |
651c0f076dd1dc5d476c960f1a6dbeebf1a43c33 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -239,7 +239,6 @@ function Texture(opts) {
'vec2 texCoord = tileOffset + tileSize * fract(tileUV);',
'gl_FragColor = texture2D(tileMap, texCoord);'].join('\n')),
'',
-' if (gl_FragColor.a < 0.001) discard; // trans... | Remove alpha discard in fragment shader, since now using transparent: true for transparent materials. Ref GH-7 | deathcap_voxel-texture-shader | train | js |
5dd98ac6dfdfd7584f745faf28fcdd7c7bb1a57d | diff --git a/src/main/java/ninja/S3Dispatcher.java b/src/main/java/ninja/S3Dispatcher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/ninja/S3Dispatcher.java
+++ b/src/main/java/ninja/S3Dispatcher.java
@@ -994,7 +994,7 @@ public class S3Dispatcher implements WebDispatcher {
}
private File combineParts(... | Properly encodes file name when combining multi-part upload 👮♂️ | scireum_s3ninja | train | java |
d28438caf2342be3df8421ed92b95e0510be8ac0 | diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -233,7 +233,7 @@ ActiveRecord::Schema.define do
end
create_table :items, :force => true do |t|
- t.column :name... | A few schema changes for the SQL Server adapter. | rails_rails | train | rb |
de4f395d75d7307a79d8db44399a6feaa0118c0a | diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py
index <HASH>..<HASH> 100644
--- a/wrappers/python/setup.py
+++ b/wrappers/python/setup.py
@@ -9,6 +9,6 @@ setup(
author='Vyacheslav Gudkov',
author_email='vyacheslav.gudkov@dsr-company.com',
description='This is the official SDK for Hyperle... | Fix pytest version in python wrapper deps. | hyperledger_indy-sdk | train | py |
dfdd76025e8eb5d8c13f0210e7a6ef3a70d3fc94 | diff --git a/lib/utorrent.js b/lib/utorrent.js
index <HASH>..<HASH> 100644
--- a/lib/utorrent.js
+++ b/lib/utorrent.js
@@ -85,9 +85,11 @@ var uTorrentClient = module.exports = function(host, port) {
}
if('form' in options) {
+ // TODO: check why sometimes uTorrent returns error "Can\'t add torrent: torrent... | Add todo about some errors when uploading torrents | leeroybrun_node-utorrent-api | train | js |
c09c337a0d594825952f797c8fa9de5d09fe890c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -429,11 +429,11 @@ def setup_args():
requires = [
'boost_python (>=1.33)',
'numpy (>=1.1)',
- 'six',
+ 'six (>=1.12)',
]
install_requires = [
- 'six',
+ 'six (>=1.... | Add six >= <I> requirement
The method `six.ensure_binary` is only available since release
<I>.
Addresses issue #<I> | tango-controls_pytango | train | py |
8c2a4423a68d941cd23f221ecf6a0571bb5e7597 | diff --git a/session.go b/session.go
index <HASH>..<HASH> 100644
--- a/session.go
+++ b/session.go
@@ -681,10 +681,15 @@ func (q *Query) defaultsFromSession() {
q.rt = s.cfg.RetryPolicy
q.serialCons = s.cfg.SerialConsistency
q.defaultTimestamp = s.cfg.DefaultTimestamp
- q.idempotent = s.cfg.DefaultIdempotence
+ ... | query: add Statement method to return generated statement. (#<I>)
Closes #<I> | gocql_gocql | train | go |
c0fcfe95bb7ef1c457e3683ad1630c66b5a75178 | diff --git a/lib/authlogic/acts_as_authentic/restful_authentication.rb b/lib/authlogic/acts_as_authentic/restful_authentication.rb
index <HASH>..<HASH> 100644
--- a/lib/authlogic/acts_as_authentic/restful_authentication.rb
+++ b/lib/authlogic/acts_as_authentic/restful_authentication.rb
@@ -45,13 +45,21 @@ module Authlo... | Extract private method: restful_auth_crypto_provider=
By extracting this method, we
1. avoid using send
2. break up a long line (the ternary) | binarylogic_authlogic | train | rb |
4c2a10aee272d63d4d0eaf4748e3f9743d35b2c2 | diff --git a/km3pipe/core.py b/km3pipe/core.py
index <HASH>..<HASH> 100644
--- a/km3pipe/core.py
+++ b/km3pipe/core.py
@@ -43,7 +43,7 @@ class Pipeline(object):
try:
while True:
self.cycle_count += 1
- log.info("Pumping blob #{0}".format(self.cycle_count))
+ ... | Decreases log level to debug for pump message | tamasgal_km3pipe | train | py |
de539e49731038f86c199bac0892515805f66bbf | diff --git a/packages/ember-views/lib/views/view.js b/packages/ember-views/lib/views/view.js
index <HASH>..<HASH> 100644
--- a/packages/ember-views/lib/views/view.js
+++ b/packages/ember-views/lib/views/view.js
@@ -202,7 +202,7 @@ Ember.View = Ember.Object.extend(Ember.Evented,
@type Boolean
@default null
... | Setting isVisible here is expensive | emberjs_ember.js | train | js |
5941943be838bcf0b2234f6d183c1a12e224e460 | diff --git a/disk/datadog_checks/disk/__init__.py b/disk/datadog_checks/disk/__init__.py
index <HASH>..<HASH> 100644
--- a/disk/datadog_checks/disk/__init__.py
+++ b/disk/datadog_checks/disk/__init__.py
@@ -2,6 +2,6 @@ from . import disk
Disk = disk.Disk
-__version__ = "1.0.2"
+__version__ = "1.1.0"
__all__ = [... | [disk] fixing inconsistent versioning (#<I>) | DataDog_integrations-core | train | py |
0e30442ca898c6599ad8a634a64c919a3874d576 | diff --git a/question/type/edit_question_form.php b/question/type/edit_question_form.php
index <HASH>..<HASH> 100644
--- a/question/type/edit_question_form.php
+++ b/question/type/edit_question_form.php
@@ -613,7 +613,7 @@ abstract class question_edit_form extends question_wizard_form {
foreach ($question->opt... | MDL-<I> question editing: extra answer fields notice.
It turns out that PHP does not interpret "$field[$key]" the way we were
expecting. | moodle_moodle | train | php |
383705ebd637a8e85ed0542efe48d11c3ccc5554 | diff --git a/tests/all.js b/tests/all.js
index <HASH>..<HASH> 100644
--- a/tests/all.js
+++ b/tests/all.js
@@ -315,3 +315,20 @@ test('throws when accessing parent module of root', function(){
require('bar/baz');
}, /Cannot access parent module of root/);
});
+
+test("relative CJS esq require", function() {
+ ... | add tests for relative CJS style require | ember-cli_loader.js | train | js |
48629695b32379f2d0cc56988aca0748e2a98837 | diff --git a/app/assets/javascripts/judge.js b/app/assets/javascripts/judge.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/judge.js
+++ b/app/assets/javascripts/judge.js
@@ -99,7 +99,7 @@
if (!!req) {
req.onreadystatechange = function() {
if (req.readyState === 4) {
- req.onre... | Fix IE XHR bug
IE expects xhr.onreadystatechange to be a function and nothing else, so
undefining it with `void 0` throws a type error. Let's set it to a no-op
function instead. | joecorcoran_judge | train | js |
7e9f1c2d0b34a8a6aa4bb2ac1b6b4f8145b0715b | diff --git a/src/Extension/ElementalFrontendCreateExtension.php b/src/Extension/ElementalFrontendCreateExtension.php
index <HASH>..<HASH> 100644
--- a/src/Extension/ElementalFrontendCreateExtension.php
+++ b/src/Extension/ElementalFrontendCreateExtension.php
@@ -2,12 +2,12 @@
namespace Symbiote\FrontendObjects\Exten... | fix(ElementalFrontendCreateExtension) Update to use corrected multirecord editor | nyeholt_silverstripe-frontend-objects | train | php |
d8615e1caeebb75c8f446b064996f0fa800802e2 | diff --git a/app/Models/Incident.php b/app/Models/Incident.php
index <HASH>..<HASH> 100644
--- a/app/Models/Incident.php
+++ b/app/Models/Incident.php
@@ -199,10 +199,10 @@ class Incident extends Model implements HasPresenter
public function getIsResolvedAttribute()
{
if ($updates = $this->updates->f... | Replace intVal() with casting to int (int) | CachetHQ_Cachet | train | php |
1ed53f9cddd630f3bcd98c908f4a5e114d97e33a | diff --git a/runner/v8js/v8js.go b/runner/v8js/v8js.go
index <HASH>..<HASH> 100644
--- a/runner/v8js/v8js.go
+++ b/runner/v8js/v8js.go
@@ -87,19 +87,14 @@ func (r *Runner) Run(ctx context.Context, t loadtest.LoadTest, id int64) <-chan
log.WithError(err).Error("Couldn't encode worker data")
return
}
- print... | These do not need to be logged | loadimpact_k6 | train | go |
06082f66d541e581110406bbac3bc395bace3f86 | diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adap... | refactor, use `typtype` instead of `typinput` to segment PG types. | rails_rails | train | rb |
8ef87fe4fecfc96247245377abae23e2be459dd4 | diff --git a/source/awesome_tool/mvc/models/state_machine.py b/source/awesome_tool/mvc/models/state_machine.py
index <HASH>..<HASH> 100755
--- a/source/awesome_tool/mvc/models/state_machine.py
+++ b/source/awesome_tool/mvc/models/state_machine.py
@@ -30,7 +30,7 @@ class StateMachineModel(ModelMT):
self.state_m... | Fix bug of non refreshing graphical editor
The graphical editor was not redrawn when any change was done in the
state machine. This was due to a commented line, preventing the state
machine model from observing itself. This is now fixed by undoing the
comment. | DLR-RM_RAFCON | train | py |
e91dc7c8957d1a9875cc9e034fe575c79b5ad4b7 | diff --git a/_pytest/__init__.py b/_pytest/__init__.py
index <HASH>..<HASH> 100644
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
#
-__version__ = '2.1.0.dev7'
+__version__ = '2.1.0.dev8'
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -22,14 +22,14 @@... | up pytest version to <I>.dev8, depend on py-<I>.dev2 | vmalloc_dessert | train | py,py |
fde0c5dc5892cbb32ebf919f439d33a0fe8c34ff | diff --git a/classes/DCA_banner.php b/classes/DCA_banner.php
index <HASH>..<HASH> 100644
--- a/classes/DCA_banner.php
+++ b/classes/DCA_banner.php
@@ -47,7 +47,7 @@ class DCA_banner extends \Backend
{
parent::__construct();
$this->import('BackendUser', 'User');
- $this->import('\Banner\Ban... | Bugfix #<I>, Class \Banner\BannerImage not found | BugBuster1701_banner | train | php |
15f9d637df28c179d1882428793ff4e01047cf78 | diff --git a/src/parser/Parser.js b/src/parser/Parser.js
index <HASH>..<HASH> 100644
--- a/src/parser/Parser.js
+++ b/src/parser/Parser.js
@@ -101,6 +101,12 @@ function Parser(source, pathname) {
return funcNode;
};
+ let _stringExpression = function _stringExpression() {
+ node = new AstNode(NodeTypes.Co... | update parser to handle quotedstring | lps-js_lps.js | train | js |
22440ad95114ce94704cd932f44b3551fac6fab2 | diff --git a/js/kucoin.js b/js/kucoin.js
index <HASH>..<HASH> 100644
--- a/js/kucoin.js
+++ b/js/kucoin.js
@@ -477,6 +477,9 @@ module.exports = class kucoin extends Exchange {
'min': quoteMinSize,
'max': quoteMaxSize,
},
+ 'leverage': {
+ ... | Added describe.leverage.max to kucoin | ccxt_ccxt | train | js |
c6d8a0344322fd7b5e91fa4fb2133d82a0e57173 | diff --git a/txnserver/log_setup.py b/txnserver/log_setup.py
index <HASH>..<HASH> 100644
--- a/txnserver/log_setup.py
+++ b/txnserver/log_setup.py
@@ -28,7 +28,7 @@ class LogWriter(object):
def write(self, line):
if line != '\n':
- self.logger.log(self.level, line)
+ self.logger.lo... | Rstrip captured output to prevent extraneous lines | hyperledger_sawtooth-core | train | py |
43e83f4d7bbf9a36c6ac83fa0c1617f25c1fb440 | diff --git a/src/main/java/com/l2fprod/common/propertysheet/PropertyEditorRegistry.java b/src/main/java/com/l2fprod/common/propertysheet/PropertyEditorRegistry.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/l2fprod/common/propertysheet/PropertyEditorRegistry.java
+++ b/src/main/java/com/l2fprod/common/propert... | Added check to see if a specific editor is added for an enum. | ZenHarbinger_l2fprod-properties-editor | train | java |
1fccbe39e1df4b6c10788a825c4a361624f1feea | diff --git a/src/Http/Request.php b/src/Http/Request.php
index <HASH>..<HASH> 100644
--- a/src/Http/Request.php
+++ b/src/Http/Request.php
@@ -292,7 +292,7 @@ class Request
*
* @return string
*/
- public static function buildQueryString(array $data = null)
+ public static function buildQueryStri... | Add option to disable url encoding query string. | nirix_radium | train | php |
d86a7af649d53a0535584c3b3b03528d5d01022a | diff --git a/stanza/utils/datasets/constituency/vtb_convert.py b/stanza/utils/datasets/constituency/vtb_convert.py
index <HASH>..<HASH> 100644
--- a/stanza/utils/datasets/constituency/vtb_convert.py
+++ b/stanza/utils/datasets/constituency/vtb_convert.py
@@ -47,7 +47,8 @@ REMAPPING = {
'Np--H': 'Np-H',
'(W... | Add an obvious fix for a broken bracket in <I> data. A little unsure of a previous fix, actually | stanfordnlp_stanza | train | py |
ade564edbb905fde1dda03cbbc29a75b3a5bf39e | diff --git a/src/test/java/net/jodah/typetools/LambdaTest.java b/src/test/java/net/jodah/typetools/LambdaTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/net/jodah/typetools/LambdaTest.java
+++ b/src/test/java/net/jodah/typetools/LambdaTest.java
@@ -107,4 +107,14 @@ public class LambdaTest {
assertEquals(... | Added tests and docs for passed lambdas | jhalterman_typetools | train | java |
f71928b95621c7e168f5762b8954a8a490f5d5c4 | diff --git a/lib/formtastic/inputs/boolean_input.rb b/lib/formtastic/inputs/boolean_input.rb
index <HASH>..<HASH> 100644
--- a/lib/formtastic/inputs/boolean_input.rb
+++ b/lib/formtastic/inputs/boolean_input.rb
@@ -34,12 +34,12 @@ module Formtastic
def to_html
input_wrapping do
- hidden... | refactored BooleanInput a bit more | justinfrench_formtastic | train | rb |
82ce546e182ce4b88f7afe188a1200f8a9d03f81 | diff --git a/salt/client/ssh/ssh_py_shim.py b/salt/client/ssh/ssh_py_shim.py
index <HASH>..<HASH> 100644
--- a/salt/client/ssh/ssh_py_shim.py
+++ b/salt/client/ssh/ssh_py_shim.py
@@ -106,8 +106,10 @@ def need_deployment():
if os.path.exists(OPTIONS.saltdir):
shutil.rmtree(OPTIONS.saltdir)
old_umask =... | Prevent failed os.makedirs from leaving modified umask in place | saltstack_salt | train | py |
d6504d881b43f42f73a2ff809a922fbcb3e8d93f | diff --git a/method.py b/method.py
index <HASH>..<HASH> 100755
--- a/method.py
+++ b/method.py
@@ -236,7 +236,7 @@ class Method(object):
sample.general.complete = False
allcomplete = False
self.incomplete.append(sample.name)
- ... | Updated error handling to reflect changes to metadataobjects | OLC-Bioinformatics_sipprverse | train | py,txt,py |
7ed8f84e4a1b9f937d38173fae2b098580bfb5bf | diff --git a/lib/furnace/cfg/graph.rb b/lib/furnace/cfg/graph.rb
index <HASH>..<HASH> 100644
--- a/lib/furnace/cfg/graph.rb
+++ b/lib/furnace/cfg/graph.rb
@@ -128,6 +128,8 @@ module Furnace::CFG
# Are we computing dominators or postdominators?
if forward
edges = node.sources + node.ex... | Fixed CFG::Graph#postdominators choking on nodes without exceptions. | whitequark_furnace | train | rb |
b3e944e6640919c782649828648de7feccf70266 | diff --git a/lib/apn/notification.rb b/lib/apn/notification.rb
index <HASH>..<HASH> 100644
--- a/lib/apn/notification.rb
+++ b/lib/apn/notification.rb
@@ -73,7 +73,9 @@ module APN
if sound = opts.delete(:sound)
hsh['aps']['sound'] = sound.is_a?(TrueClass) ? 'default' : sound.to_s
end
... | use underscore convention for symbol, instead of API dash convention | arthurnn_apn_sender | train | rb |
93af05ef78241d588931c5a7546069251cf2e604 | diff --git a/server/rest/src/main/java/org/infinispan/rest/ServerRestBlockHoundIntegration.java b/server/rest/src/main/java/org/infinispan/rest/ServerRestBlockHoundIntegration.java
index <HASH>..<HASH> 100644
--- a/server/rest/src/main/java/org/infinispan/rest/ServerRestBlockHoundIntegration.java
+++ b/server/rest/src/... | ISPN-<I> REST keys operation blocks in a non-blocking thread
Add workaround for ChunkedInputStream in ServerRestBlockHoundIntegration | infinispan_infinispan | train | java |
f4b7420dfe419fe653908f091976517635a119e6 | diff --git a/src/transformers/models/vit/configuration_vit.py b/src/transformers/models/vit/configuration_vit.py
index <HASH>..<HASH> 100644
--- a/src/transformers/models/vit/configuration_vit.py
+++ b/src/transformers/models/vit/configuration_vit.py
@@ -21,7 +21,7 @@ from ...utils import logging
logger = logging.get_... | Fix checkpoint for ViT Config | huggingface_pytorch-pretrained-BERT | train | py |
5b59f7a6364da0f477cdb2b695529d8576aefe84 | diff --git a/tests/assert/database/migrations/20190825020232_test_procedure.php b/tests/assert/database/migrations/20190825020232_test_procedure.php
index <HASH>..<HASH> 100644
--- a/tests/assert/database/migrations/20190825020232_test_procedure.php
+++ b/tests/assert/database/migrations/20190825020232_test_procedure.p... | tests: refact test_procedure migrate | hunzhiwange_framework | train | php |
d09ff2be62e9db7d42a9dfbe183c23df04ddd82a | diff --git a/docs/reference/themes/mongodb/static/js/scripts.js b/docs/reference/themes/mongodb/static/js/scripts.js
index <HASH>..<HASH> 100644
--- a/docs/reference/themes/mongodb/static/js/scripts.js
+++ b/docs/reference/themes/mongodb/static/js/scripts.js
@@ -17,4 +17,10 @@ jQuery(document).ready(function(){
jQ... | Open external site links in a new window | mongodb_mongo-java-driver | train | js |
6b32d399cb1d07e229e7f2f18e6eba30272e4cfc | diff --git a/lib/knife-solo/bootstraps/linux.rb b/lib/knife-solo/bootstraps/linux.rb
index <HASH>..<HASH> 100644
--- a/lib/knife-solo/bootstraps/linux.rb
+++ b/lib/knife-solo/bootstraps/linux.rb
@@ -23,9 +23,10 @@ module KnifeSolo::Bootstraps
gem_install
end
- def emerge_install
+ def emerge_gem_ins... | Use rubygems on Gentoo. emerge chef is <I> :( | matschaffer_knife-solo | train | rb |
7f94a0800f2f6a77c1af53c8d1497ce0ccce5d36 | diff --git a/app/controllers/storytime/posts_controller.rb b/app/controllers/storytime/posts_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/storytime/posts_controller.rb
+++ b/app/controllers/storytime/posts_controller.rb
@@ -21,8 +21,8 @@ module Storytime
content_for :title, "#{@site.ti... | redirect to proper url if attempting to access a post at a different URL style | CultivateLabs_storytime | train | rb |
c64a175e18cb9218d518d1dafc4207c31d7d5274 | diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -20,7 +20,7 @@ module ApplicationHelper
end
def gravatar(size, id = "gravatar", user = current_user)
- image_tag(us... | Treat Gravatar URLs as safe HTML
This fixes invalid rating and size parameters that lead to incorrect image
sizes (e.g. pixelated images) and unavailable PG-rated Gravatars. | rubygems_rubygems.org | train | rb |
ad0bef335acd258a51858f5577cf49d5bfec5d75 | diff --git a/src/Gitonomy/Git/Repository.php b/src/Gitonomy/Git/Repository.php
index <HASH>..<HASH> 100644
--- a/src/Gitonomy/Git/Repository.php
+++ b/src/Gitonomy/Git/Repository.php
@@ -115,11 +115,12 @@ class Repository
*/
public function __construct($dir, $options = array())
{
+ $is_windows = ... | Added PATH to default environment in Windows. Fixes #<I> | gitonomy_gitlib | train | php |
865842405927caf75a8242d5dd49eed2a3800f8d | diff --git a/backend/local/backend_plan_test.go b/backend/local/backend_plan_test.go
index <HASH>..<HASH> 100644
--- a/backend/local/backend_plan_test.go
+++ b/backend/local/backend_plan_test.go
@@ -478,6 +478,12 @@ Plan: 1 to add, 0 to change, 1 to destroy.`
}
func TestLocal_planRefreshFalse(t *testing.T) {
+ // s... | skip plan with no refresh test
We still need to determine if `-refresh=false` is even useful with the
new planning strategy. | hashicorp_terraform | train | go |
de976756d5da89cf0b51c7927b51790393d41000 | diff --git a/salt/netapi/__init__.py b/salt/netapi/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/netapi/__init__.py
+++ b/salt/netapi/__init__.py
@@ -31,7 +31,7 @@ class NetapiClient(object):
def __init__(self, opts):
self.opts = opts
- def is_master_running(self):
+ def _is_master_running(se... | Switch is_master_running() to be a private method
The list of available clients is generated from the public methods on
the class. | saltstack_salt | train | py,py |
afddc97ae35b19d9c94de8286f711c930828fb5d | diff --git a/example/rnn/lstm.py b/example/rnn/lstm.py
index <HASH>..<HASH> 100644
--- a/example/rnn/lstm.py
+++ b/example/rnn/lstm.py
@@ -187,8 +187,8 @@ def calc_nll(seq_label_probs, X, begin):
def train_lstm(model, X_train_batch, X_val_batch,
num_round, update_period,
optimizer='rmsp... | correct train's output
change the swith to with | apache_incubator-mxnet | train | py |
e4fa40277ed4facc3da35196a62be945143302b3 | diff --git a/app/controllers/katello/api/v2/subscriptions_controller.rb b/app/controllers/katello/api/v2/subscriptions_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/katello/api/v2/subscriptions_controller.rb
+++ b/app/controllers/katello/api/v2/subscriptions_controller.rb
@@ -23,8 +23,6 @@ class Api::... | ref #<I> - hammer-manifest - update apipie for subscription upload | Katello_katello | train | rb |
9112a8b5d50475f96ea7dfd74756cf0ec5eae5e8 | diff --git a/src/Renderer.php b/src/Renderer.php
index <HASH>..<HASH> 100644
--- a/src/Renderer.php
+++ b/src/Renderer.php
@@ -49,7 +49,7 @@ class Renderer
{
$this->url = $url;
$this->plugins = $plugins;
- $this->config = array_merge(self::$configDefaults, $config);
+ $this->config ... | 'static' reference to configDefaults rather than 'self' (#9) | wayfair_hypernova-php | train | php |
43e30d7697af0a35c8cdbc25eb4a3819b6122577 | diff --git a/rw/www.py b/rw/www.py
index <HASH>..<HASH> 100644
--- a/rw/www.py
+++ b/rw/www.py
@@ -304,8 +304,8 @@ class HandlerBase(tornado.web.RequestHandler, dict):
def _rw_get_path(cls, func, values={}):
return cls._rw_routes[func].get_path(values)
- def create_form(self, name, Form, db=None):
- ... | Passing kwargs to Form. | FlorianLudwig_rueckenwind | train | py |
0228e5b47df0e7cd019a1355ccf9bcd5334e29bf | diff --git a/src/Composer/Command/SelfUpdateCommand.php b/src/Composer/Command/SelfUpdateCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/SelfUpdateCommand.php
+++ b/src/Composer/Command/SelfUpdateCommand.php
@@ -468,6 +468,7 @@ TAGSPUBKEY
return $this->tryAsWindowsAdmin($localFilenam... | Clean up properly if self-update fails (#<I>) | composer_composer | train | php |
a38d5910067fc7e6b541dc96cdcfe779aacdb05e | diff --git a/lib/Cell.js b/lib/Cell.js
index <HASH>..<HASH> 100644
--- a/lib/Cell.js
+++ b/lib/Cell.js
@@ -56,6 +56,8 @@ exports.Cell = function(row1, col1, row2, col2, isMerged){
val = '';
}
val=val.toString();
+ // Remove Non-ASCII characters, they aren't understood by xmlbuilder
+ val=val.replace(/[^A-Za... | remove non-ASCII characters from strings. They aren't understood by xmlbuilder. | natergj_excel4node | train | js |
8d336766725c1a91e378f96c49e12bae7f608593 | diff --git a/src/AlgorithmNearestNeighbor.php b/src/AlgorithmNearestNeighbor.php
index <HASH>..<HASH> 100644
--- a/src/AlgorithmNearestNeighbor.php
+++ b/src/AlgorithmNearestNeighbor.php
@@ -43,7 +43,7 @@ class AlgorithmNearestNeighbor{
}
if ( isset( $visitedVertices[ $nextVertex->getId() ] ) ){ //check ... | Change exception message
from "Graph is not connected" to "Graph is not complete" | graphp_algorithms | train | php |
8709696a8d125e123c71089ee4f830335978b131 | diff --git a/generated_fakes_test.go b/generated_fakes_test.go
index <HASH>..<HASH> 100644
--- a/generated_fakes_test.go
+++ b/generated_fakes_test.go
@@ -122,14 +122,9 @@ var _ = Describe("Fakes generated by counterfeiter", func() {
})
Describe("implementing an interface to show recorded methoded invocations", f... | Fix sundry type checking errors in generated fakes test | maxbrunsfeld_counterfeiter | train | go |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.