hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
cedf2e0810dd5da121906fc231aefb5ab23edd0a | diff --git a/src/select.js b/src/select.js
index <HASH>..<HASH> 100644
--- a/src/select.js
+++ b/src/select.js
@@ -27,7 +27,7 @@ angular.module('ui.select', [])
function($document, $timeout, uiSelectConfig) {
return {
- restrict: 'E',
+ restrict: 'EA',
templateUrl: function(tElement, tAttrs) {
... | Allow the directives to be used as attributes
Needed for good IE8 support
See Can't use custom element directives in IE with templates <URL> | angular-ui_ui-select | train |
6ac6162ca5da2ebe50511ec8f60b277f553661ad | diff --git a/lib/kuhsaft/searchable.rb b/lib/kuhsaft/searchable.rb
index <HASH>..<HASH> 100644
--- a/lib/kuhsaft/searchable.rb
+++ b/lib/kuhsaft/searchable.rb
@@ -9,8 +9,12 @@ module Kuhsaft
if ActiveRecord::Base.connection.instance_values['config'][:adapter] == 'postgresql'
extend Searchable
els... | update page spec to match new api
keep old search scope api | brandleadership_kuhsaft | train |
43685369c303093c2eb39e533a88087123fc72b7 | diff --git a/site/website/siteConfig.js b/site/website/siteConfig.js
index <HASH>..<HASH> 100644
--- a/site/website/siteConfig.js
+++ b/site/website/siteConfig.js
@@ -92,7 +92,9 @@ const siteConfig = {
algolia: {
apiKey: '79d1e4941621b9fd761d279d4d19ed69',
indexName: 'hazelcast-jet',
- alg... | fix(search): filter on version. & language (#<I>)
resolves docsearch-configs#<I> | hazelcast_hazelcast | train |
56687966b6763cb7349f1d1b543affcd25214f11 | diff --git a/packages/cli/src/api/extractors/typescript.js b/packages/cli/src/api/extractors/typescript.js
index <HASH>..<HASH> 100644
--- a/packages/cli/src/api/extractors/typescript.js
+++ b/packages/cli/src/api/extractors/typescript.js
@@ -7,6 +7,7 @@ import linguiTransformReact from "@lingui/babel-plugin-transform-... | fix: remove projectType from typescript extractor (#<I>)
Closes #<I> | lingui_js-lingui | train |
91bcdeb75bf4065b22937c79e5c85715428b6cbe | diff --git a/lib/wavefront/cli/ts.rb b/lib/wavefront/cli/ts.rb
index <HASH>..<HASH> 100755
--- a/lib/wavefront/cli/ts.rb
+++ b/lib/wavefront/cli/ts.rb
@@ -23,6 +23,7 @@ class Wavefront::Cli::Ts < Wavefront::Cli
attr_accessor :options, :arguments
def run
+ raise 'Please supply a query.' if @arguments.empty?
... | don't exit from library
raise an exception so the consumer can deal with it appropriately | wavefrontHQ_ruby-client | train |
9fe1aad7324144366581fa94a06f67206ad122bf | diff --git a/client-hc/src/main/java/com/graphhopper/api/GHMatrixAbstractRequester.java b/client-hc/src/main/java/com/graphhopper/api/GHMatrixAbstractRequester.java
index <HASH>..<HASH> 100644
--- a/client-hc/src/main/java/com/graphhopper/api/GHMatrixAbstractRequester.java
+++ b/client-hc/src/main/java/com/graphhopper/... | matrix and route client: allow usage of request gzipping (#<I>)
* matrix client: make it easy to enable request gzipping
* still consume client instead of builder | graphhopper_graphhopper | train |
b1a1f91a54e556121fb3b6207ccd4b651c040039 | diff --git a/integration-tests/src/test/java/integration/MongoDbSeedRule.java b/integration-tests/src/test/java/integration/MongoDbSeedRule.java
index <HASH>..<HASH> 100644
--- a/integration-tests/src/test/java/integration/MongoDbSeedRule.java
+++ b/integration-tests/src/test/java/integration/MongoDbSeedRule.java
@@ -5... | Lowering log level of debug message. | Graylog2_graylog2-server | train |
a6b56c84bb32e673ec07206ab3f9fe38b0dec212 | diff --git a/egg/_gui.py b/egg/_gui.py
index <HASH>..<HASH> 100644
--- a/egg/_gui.py
+++ b/egg/_gui.py
@@ -1452,6 +1452,7 @@ class TreeDictionary(BaseObject):
self._widget = _g.parametertree.ParameterTree(showHeader=show_header)
self.naughty = [' ', '\t', '\n', '\r', ',', ';']
... | Improved egg.TreeDictionary's signal handling
TreeDictionary now keeps track of the signals and functions each item is connected to, so that these signals can be temporarily disconnected, allowing the set-get operation for most instruments. | Spinmob_spinmob | train |
c14c64e7471982285380d776c38d8adfc0633aa0 | diff --git a/BimServerJar/src/org/bimserver/LocalDevBimServerStarter.java b/BimServerJar/src/org/bimserver/LocalDevBimServerStarter.java
index <HASH>..<HASH> 100644
--- a/BimServerJar/src/org/bimserver/LocalDevBimServerStarter.java
+++ b/BimServerJar/src/org/bimserver/LocalDevBimServerStarter.java
@@ -66,7 +66,7 @@ pub... | Don't overwrite server settings on "RUNNING" state | opensourceBIM_BIMserver | train |
28d01e7386f61466e5e94d6b36946877731cf0f1 | diff --git a/lib/sass/selector/pseudo.rb b/lib/sass/selector/pseudo.rb
index <HASH>..<HASH> 100644
--- a/lib/sass/selector/pseudo.rb
+++ b/lib/sass/selector/pseudo.rb
@@ -60,7 +60,7 @@ module Sass
sel = sseq.members.first
next seq unless sel.is_a?(Pseudo) && sel.selector
- case unprefix... | Change unprefixed_name to normalized_name. | sass_ruby-sass | train |
d21d36f64ca6d558920588b1c9d7590804f26bc3 | diff --git a/lib/notiffany/notifier/tmux/client.rb b/lib/notiffany/notifier/tmux/client.rb
index <HASH>..<HASH> 100644
--- a/lib/notiffany/notifier/tmux/client.rb
+++ b/lib/notiffany/notifier/tmux/client.rb
@@ -11,7 +11,7 @@ module Notiffany
def version
begin
Float(_capture("-V")[... | really fix when tmux is not installed or is not found
When tmux cannot be find, `Shellany::Sheller.stdout('tmux -V')`
returns `nil`, not empty string. | guard_notiffany | train |
036a01d3bd6c0d785bcb1f68eface60a715e2536 | diff --git a/lib/middleware.js b/lib/middleware.js
index <HASH>..<HASH> 100644
--- a/lib/middleware.js
+++ b/lib/middleware.js
@@ -4,7 +4,8 @@ var utils = require('./utils'),
errors = require('./errors'),
connect = require('express/node_modules/connect'),
models = require('./models'),
- config = ... | Fixed posting API to also allow opening default panels | jsbin_jsbin | train |
84ba06328e049847c660620d148c08af6866176c | diff --git a/src/EventHandler.js b/src/EventHandler.js
index <HASH>..<HASH> 100644
--- a/src/EventHandler.js
+++ b/src/EventHandler.js
@@ -1,4 +1,4 @@
-define(["SelectorMatcher"], function(SelectorMatcher, $Element, _map, documentElement) {
+define(["SelectorMatcher"], function(SelectorMatcher, $Element, documentElemen... | debounce scroll, resize and mouse move events | chemerisuk_better-dom | train |
2ca40ea3b00630ea390cd9d0e36af08635ba11a6 | diff --git a/lib/html/index.js b/lib/html/index.js
index <HASH>..<HASH> 100644
--- a/lib/html/index.js
+++ b/lib/html/index.js
@@ -111,7 +111,7 @@ module.exports = {
var element = this._tagStack[this._tagStack.length - 1];
element.info = {
attrs: attrInfo,
- start: posToLineColumn(html, pa... | some fixes with token positions in html and js | basisjs_basisjs-tools-ast | train |
552add386c463b3deb812681ee005f2b39e2ed59 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -42,10 +42,10 @@ module.exports = function (settings) {
});
busboy.on('file', function (key, file, name, enc, mimetype) {
file.pipe(bl(function (err, d) {
- if (err... | Allow support for files with no name
If a file is uploaded from a source other than an html form it is reasonable for it not to be named. Don't rely only on the name property existing to establish if a file is present. Instead assume that am empty buffer, with no name is not a file and that if either a name _or_ any d... | lennym_busboy-body-parser | train |
22756837a54893243601877a63d28270340ebb78 | diff --git a/examples/stail.py b/examples/stail.py
index <HASH>..<HASH> 100755
--- a/examples/stail.py
+++ b/examples/stail.py
@@ -17,11 +17,13 @@
"""Tails a realtime search using the export endpoint and prints results to
stdout."""
-from pprint import pprint
import sys
+sys.path.insert(0, '../')
+
+from pprint... | Fixed stail.py in examples to use new ResultsReader interface. | splunk_splunk-sdk-python | train |
9144b06fd38600b2f49e36d2fc2dbe431be27180 | diff --git a/src/Console/Command/Routes.php b/src/Console/Command/Routes.php
index <HASH>..<HASH> 100644
--- a/src/Console/Command/Routes.php
+++ b/src/Console/Command/Routes.php
@@ -75,6 +75,18 @@ class Routes extends RouteListCommand
}
/**
+ * Execute the console command.
+ *
+ * @return void
... | Fix api:routes command for Laravel <I> (#<I>) | dingo_api | train |
abd1204fca860c8d3205d6ac5f5fc01a3a271a63 | diff --git a/mhctools/process_helpers.py b/mhctools/process_helpers.py
index <HASH>..<HASH> 100644
--- a/mhctools/process_helpers.py
+++ b/mhctools/process_helpers.py
@@ -116,6 +116,7 @@ def run_multiple_commands_redirect_stdout(
handler.setLevel(logging.DEBUG)
logger.addHandler(handler)
... | Some more changes:
- adding RELEASING.md
- removing handlers after debug output is printed (in process_helpers.py) to avoid accumulating lots of handlers
- using pkg_resources for reading in logging.conf | openvax_mhctools | train |
12f202bb1199ba84ba778a51efb67a51845150cb | diff --git a/cobra/flux_analysis/single_deletion.py b/cobra/flux_analysis/single_deletion.py
index <HASH>..<HASH> 100644
--- a/cobra/flux_analysis/single_deletion.py
+++ b/cobra/flux_analysis/single_deletion.py
@@ -6,6 +6,7 @@ from time import time
from warnings import warn
from copy import deepcopy
from ..manipulat... | single_gene_deletion_fba with new solver speedup
Using lower level solver control enalbles <I>x speedup with iJO<I>
model single gene deletions. | opencobra_cobrapy | train |
d462d6a86b383c799beb11b1f43cac2b8f1022b6 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/cache/local/doublewritelog/DoubleWriteLogGL.java b/core/src/main/java/com/orientechnologies/orient/core/storage/cache/local/doublewritelog/DoubleWriteLogGL.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/cor... | Out of bounds error was fixed in DWL | orientechnologies_orientdb | train |
2c0eb19a2711c827f4587a97902829462d2bbfcf | diff --git a/src/models/room-state.js b/src/models/room-state.js
index <HASH>..<HASH> 100644
--- a/src/models/room-state.js
+++ b/src/models/room-state.js
@@ -180,7 +180,7 @@ RoomState.prototype.getSentinelMember = function(userId) {
sentinel = new RoomMember(this.roomId, userId);
const member = this.... | Fix sentinels changing from underneath us!
As RoomMember contains the event in a nested object (events.member),
a shallow copy was not enough to be immutable.
This solution won't copy OOB flags but that's not neccesary
for sentinels. | matrix-org_matrix-js-sdk | train |
5aec6def366a074a7e93bcd88ef65f54b6481619 | diff --git a/lib/Predis/Silex/PredisServiceProvider.php b/lib/Predis/Silex/PredisServiceProvider.php
index <HASH>..<HASH> 100644
--- a/lib/Predis/Silex/PredisServiceProvider.php
+++ b/lib/Predis/Silex/PredisServiceProvider.php
@@ -18,31 +18,40 @@ class PredisServiceProvider implements ServiceProviderInterface
... | Make it possible to change the prefix of the service provider. | nrk_PredisServiceProvider | train |
be50ba21c511ad55a2039f376e2c8d3b75dadc03 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -160,8 +160,11 @@ module.exports = function(grunt) {
}
});
- // Define tasks that serve as aliases for other tasks.
- grunt.registerTask('build', ['drush:make']);
- grunt.registerTask('default', ['... | Reworking default task so that the Compass step depends on if a config was loaded. | phase2_grunt-drupal-tasks | train |
521c6e85966804580370fc55bbe31f9fc4a86605 | diff --git a/term2048/ui.py b/term2048/ui.py
index <HASH>..<HASH> 100644
--- a/term2048/ui.py
+++ b/term2048/ui.py
@@ -4,6 +4,9 @@ from __future__ import print_function
import sys
from term2048.game import Game
+# set this to true when unit testing
+debug = False
+
__has_argparse = True
try:
import argparse
... | ui#debug flag added for unit testing | bfontaine_term2048 | train |
ac48bacb322e9eda1bc2a321132d44f4a5dabf44 | diff --git a/librosa/segment.py b/librosa/segment.py
index <HASH>..<HASH> 100644
--- a/librosa/segment.py
+++ b/librosa/segment.py
@@ -204,7 +204,7 @@ def recurrence_matrix(data, k=None, width=1, metric='sqeuclidean',
return rec
-def recurrence_to_lag(rec, pad=True):
+def recurrence_to_lag(rec, pad=True, axis=... | #<I> lag_to_recurrence, recurrence_to_lag tests for target axis | librosa_librosa | train |
58e0c0a1019a7d1ebf46cf7e21f9d8afbb1e91c9 | diff --git a/src/cbednarski/Pharcc/Compiler.php b/src/cbednarski/Pharcc/Compiler.php
index <HASH>..<HASH> 100644
--- a/src/cbednarski/Pharcc/Compiler.php
+++ b/src/cbednarski/Pharcc/Compiler.php
@@ -188,7 +188,7 @@ HEREDOC;
$content = self::stripWhitespace(self::stripShebang($content));
$content = p... | Made regexp more explicit so it's less likely to catch multiple lines of stuff it's not supposed to | cbednarski_pharcc | train |
049f6be95b0ca1eda9fa2a1aab2ba832dd82f041 | diff --git a/haraka.js b/haraka.js
index <HASH>..<HASH> 100644
--- a/haraka.js
+++ b/haraka.js
@@ -32,7 +32,7 @@ process.on('uncaughtException', function (err) {
});
}
else {
- logger.logcrit('Caught exception: ' + err);
+ logger.logcrit('Caught exception: ' + JSON.stringify(err));
... | If err doesn't have .stack, stringify | haraka_Haraka | train |
e14e8c3df3d7baa700a048b83e430db5c76ca410 | diff --git a/src/lombok/installer/Installer.java b/src/lombok/installer/Installer.java
index <HASH>..<HASH> 100644
--- a/src/lombok/installer/Installer.java
+++ b/src/lombok/installer/Installer.java
@@ -522,7 +522,13 @@ public class Installer {
if (success.get()) SwingUtilities.invokeLater(new Runnable() {
... | Added more detail to the 'install successful' message for the benefit of people who start eclipse with custom -vm parameters. Doing this ignores eclipse.ini which means lombok never gets loaded. | rzwitserloot_lombok | train |
dd5c9af468e312b3330ab8a4faed0b1c98aa9d78 | diff --git a/src/main/java/org/cactoos/iterator/Joined.java b/src/main/java/org/cactoos/iterator/Joined.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cactoos/iterator/Joined.java
+++ b/src/main/java/org/cactoos/iterator/Joined.java
@@ -23,12 +23,13 @@
*/
package org.cactoos.iterator;
+import java.util.C... | Fixed premature pessimization in com.cactoos.iterators.Joined | yegor256_cactoos | train |
7f40851b206d137b18209bf9b625ad24f0f0a7fb | diff --git a/engine.js b/engine.js
index <HASH>..<HASH> 100644
--- a/engine.js
+++ b/engine.js
@@ -7,7 +7,6 @@ require('mootools');
require('classes/String');
require('classes/Math');
require('classes/English');
-require('classes/ANSI');
require('classes/Styles');
require('classes/Prompts');
require('classes/Mess... | String color now provided by the string-color module. | Yuffster_discord-engine | train |
ec0754d719eefa9ea3baf336976151345397572c | diff --git a/middleware/route_headers.go b/middleware/route_headers.go
index <HASH>..<HASH> 100644
--- a/middleware/route_headers.go
+++ b/middleware/route_headers.go
@@ -50,7 +50,7 @@ func RouteHeaders() HeaderRouter {
type HeaderRouter map[string][]HeaderRoute
-func (hr HeaderRouter) Route(header string, match s... | Refactor param type combine (#<I>) | go-chi_chi | train |
26660e147024c7a0bec808043abc0b3b29bd075b | diff --git a/trees/id3.go b/trees/id3.go
index <HASH>..<HASH> 100644
--- a/trees/id3.go
+++ b/trees/id3.go
@@ -154,9 +154,15 @@ func (d *DecisionTreeNode) Prune(using *base.Instances) {
if d.Children == nil {
return
} else {
+ if d.SplitAttr == nil {
+ return
+ }
// Recursively prune children of this node... | Corrected a problem with pruning, actual ID3 decision tree type
Going to modify Bagging to select attributes on its own | sjwhitworth_golearn | train |
13535c71f18c56f57969dcae341fcf7c2046de89 | diff --git a/Lib/ufo2ft/otfPostProcessor.py b/Lib/ufo2ft/otfPostProcessor.py
index <HASH>..<HASH> 100644
--- a/Lib/ufo2ft/otfPostProcessor.py
+++ b/Lib/ufo2ft/otfPostProcessor.py
@@ -3,6 +3,11 @@ from __future__ import print_function, division, absolute_import, unicode_litera
from fontTools.misc.py23 import BytesIO
f... | otfPostProcessor: run compreffor by default, if installed; skip if there's no CFF table or compreffor is not available | googlefonts_ufo2ft | train |
d92850456b7cc4ecda33067845ef2df43207f428 | diff --git a/lib/cinch/utilities/encoding.rb b/lib/cinch/utilities/encoding.rb
index <HASH>..<HASH> 100644
--- a/lib/cinch/utilities/encoding.rb
+++ b/lib/cinch/utilities/encoding.rb
@@ -11,11 +11,6 @@ module Cinch
# is performed. This allows you to see non-ASCII from mIRC
# users (non-UTF-8) and ... | Always use UTF-8 for output with IRC encoding. | cinchrb_cinch | train |
61952aaa9d8c45f5f2c504521274c575a91e0da9 | diff --git a/spec/integration/reek_source_spec.rb b/spec/integration/reek_source_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/reek_source_spec.rb
+++ b/spec/integration/reek_source_spec.rb
@@ -19,7 +19,7 @@ end
describe 'RakeTask' do
it 'should report no duplication' do
- report = `rake reek 2>&1... | The `rake reek` test is now less env dependent | troessner_reek | train |
b90ce011b27d1d2a8bec162ddc83fe4e13fe7788 | diff --git a/clients_test.go b/clients_test.go
index <HASH>..<HASH> 100644
--- a/clients_test.go
+++ b/clients_test.go
@@ -34,7 +34,7 @@ func TestListWorkflowTypes(t *testing.T) {
count, err := client.CountOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest{
Domain: "swf4go",
StartTimeFilter: &TimeFilter{... | just call it Time since its in the swf package already | sclasen_swf4go | train |
7a0934e8be9c172e4855c4f0f213b6cfbc44a6c1 | diff --git a/lib/split/configuration.rb b/lib/split/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/split/configuration.rb
+++ b/lib/split/configuration.rb
@@ -72,7 +72,7 @@ module Split
@metrics = {}
if self.experiments
self.experiments.each do |key, value|
- metric_name = value[... | Load experiments via YAML indifferently.
Fixes #<I>. | splitrb_split | train |
b90685d3c9f88765471af444e7e49a5825929fef | diff --git a/transport/src/main/java/io/netty/channel/FixedRecvByteBufAllocator.java b/transport/src/main/java/io/netty/channel/FixedRecvByteBufAllocator.java
index <HASH>..<HASH> 100644
--- a/transport/src/main/java/io/netty/channel/FixedRecvByteBufAllocator.java
+++ b/transport/src/main/java/io/netty/channel/FixedRec... | Not share FixedRecvByteBufAllocator.HandleImpl
Motivation:
As MaxMessageHandle is stateful we can not share the same HandleImpl instance as otherwise we will see race conditions.
Modifications:
Create a new HandleImpl instance on each newHandle() call.
Result:
No more races. | netty_netty | train |
577ace05550f0601449c2d7726ec98efb541adcf | diff --git a/src/test/resources/benchmarks/eventSelection.js b/src/test/resources/benchmarks/eventSelection.js
index <HASH>..<HASH> 100644
--- a/src/test/resources/benchmarks/eventSelection.js
+++ b/src/test/resources/benchmarks/eventSelection.js
@@ -38,7 +38,7 @@ function pusher(i, j) {
var GLOBAL_ARRAY = [];
for ... | Logging + bugfix in eventSelection | bThink-BGU_BPjs | train |
1cf8323226c08b9edb4861b49e9232e8a73018f9 | diff --git a/rehttp.go b/rehttp.go
index <HASH>..<HASH> 100644
--- a/rehttp.go
+++ b/rehttp.go
@@ -24,6 +24,7 @@
// The package offers common delay strategies as ready-made functions that
// return a DelayFn:
// - ConstDelay(delay time.Duration) DelayFn
+// - ExponentialDelay(base, max time.Duration) DelayFn... | rehttp: do call the retryFn on timeout errors, let that fn decide what to do | PuerkitoBio_rehttp | train |
f31bfd1f1a8661bbe1840924243899f808661def | diff --git a/framework/filters/Cors.php b/framework/filters/Cors.php
index <HASH>..<HASH> 100644
--- a/framework/filters/Cors.php
+++ b/framework/filters/Cors.php
@@ -88,8 +88,9 @@ class Cors extends ActionFilter
*/
public function beforeAction($action)
{
- $this->request = Yii::$app->getRequest(... | Allow the user to override the request like in RateLimiter | yiisoft_yii2 | train |
12df89b062301d691c03e48b51bf2b0d47fd9bbb | diff --git a/okhttp/src/main/java/io/grpc/okhttp/OkHttpChannelBuilder.java b/okhttp/src/main/java/io/grpc/okhttp/OkHttpChannelBuilder.java
index <HASH>..<HASH> 100644
--- a/okhttp/src/main/java/io/grpc/okhttp/OkHttpChannelBuilder.java
+++ b/okhttp/src/main/java/io/grpc/okhttp/OkHttpChannelBuilder.java
@@ -119,6 +119,12... | okhttp: disable census when in GAE+JDK7 (#<I>)
Disable census for now due to:
<URL> | grpc_grpc-java | train |
e5dacbd80b437b97ea171fab9dde43beab3f0c83 | diff --git a/master/setup.py b/master/setup.py
index <HASH>..<HASH> 100755
--- a/master/setup.py
+++ b/master/setup.py
@@ -173,6 +173,7 @@ setup_args = {
"buildbot.process",
"buildbot.process.users",
"buildbot.reporters",
+ "buildbot.reporters.generators",
"buildbot.schedulers... | Update setup.py with buildbot.reporters.generators package | buildbot_buildbot | train |
f5adb2f6be80491b8bfd9a8741aed176872e9e0d | diff --git a/Classes/CodeGenerator/TyposcriptCodeGenerator.php b/Classes/CodeGenerator/TyposcriptCodeGenerator.php
index <HASH>..<HASH> 100644
--- a/Classes/CodeGenerator/TyposcriptCodeGenerator.php
+++ b/Classes/CodeGenerator/TyposcriptCodeGenerator.php
@@ -192,13 +192,13 @@ class TyposcriptCodeGenerator extends Abstr... | [TASK] Improve readability of ts generation code | Gernott_mask | train |
6229c258aebf3a9956211256c268da2a3ef793d0 | diff --git a/pyontutils/scigraph.py b/pyontutils/scigraph.py
index <HASH>..<HASH> 100755
--- a/pyontutils/scigraph.py
+++ b/pyontutils/scigraph.py
@@ -11,7 +11,7 @@ from IPython import embed
class restService:
""" Base class for SciGraph rest services. """
- def __init__(self, cache=False):
+ def __init_... | scigraph.py updated to support api keys, not the best implementation since it does not support arbitrary injection of additional fields into a request beyond those defined by swagger, but that can come later if we need it, some issues to resolve with the relative location of docs vs endpoints | tgbugs_pyontutils | train |
6f96cfeaad74161967dc3f45d4957b81170203c9 | diff --git a/lib/tty/table/renderer/basic.rb b/lib/tty/table/renderer/basic.rb
index <HASH>..<HASH> 100644
--- a/lib/tty/table/renderer/basic.rb
+++ b/lib/tty/table/renderer/basic.rb
@@ -72,7 +72,6 @@ module TTY
#
# @api private
def initialize(table, options={})
- validate_rendering_... | Change render to use column set from widths call. | piotrmurach_tty | train |
64a2ef805b359b15a28a56309f73a9b304f9bfc3 | diff --git a/src/js/component-owner.js b/src/js/component-owner.js
index <HASH>..<HASH> 100755
--- a/src/js/component-owner.js
+++ b/src/js/component-owner.js
@@ -134,9 +134,8 @@ class ComponentOwner extends React.Component {
{extras}
</div>
<div className="o-coach-mark__close-div">
- <button cl... | ELEWC-<I>: Fixing Close icon and putting it back in normal tab-index order | Pearson-Higher-Ed_coach-mark | train |
9002432c09a02ccde5c75fe86b6c7702583dfc9e | diff --git a/lib/config/index.js b/lib/config/index.js
index <HASH>..<HASH> 100644
--- a/lib/config/index.js
+++ b/lib/config/index.js
@@ -20,7 +20,7 @@ var _ = require('underscore'),
this.logger = conf.logger;
this.identities = conf.identities;
- if (!_.has(conf.db, 'defaultPageS... | Added an undefinded check so that the module doesn't crash if the property is not there. | grasshopper-cms_grasshopper-core-nodejs | train |
957367e9c4e431ed9749f2f99b79087e752475de | diff --git a/lib/unexpectedMessy.js b/lib/unexpectedMessy.js
index <HASH>..<HASH> 100644
--- a/lib/unexpectedMessy.js
+++ b/lib/unexpectedMessy.js
@@ -786,6 +786,11 @@ module.exports = {
.append(diff(actual.requestLine, expected.requestLine).diff)
.nl()
... | messyHttpRequest diff: Include metadata diff. | unexpectedjs_unexpected-messy | train |
da4b2b3804970d089a1744a3773369551ddd3238 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from codecs import open
import os
from setuptools import setup, find_packages
-version = '0.1.6'
+version = '0.2.0'
download_url = (
'https://github.com/steveYeah/PyBomb/archive/v{0}.tar.gz'.format(versi... | Version bump for new GameClient | steveYeah_PyBomb | train |
a88a09ec330456634cde6c658cc1b7689ac1a013 | diff --git a/lib/thinking_sphinx/facet_search.rb b/lib/thinking_sphinx/facet_search.rb
index <HASH>..<HASH> 100644
--- a/lib/thinking_sphinx/facet_search.rb
+++ b/lib/thinking_sphinx/facet_search.rb
@@ -14,21 +14,13 @@ class ThinkingSphinx::FacetSearch
end
def for(facet_values)
- filter_facets = facet_values... | Slight improvement to facet filtering | pat_thinking-sphinx | train |
3b5a5440474a09b351e4ce2ad298dc099e097126 | diff --git a/annis-gui/src/main/java/annis/gui/QueryController.java b/annis-gui/src/main/java/annis/gui/QueryController.java
index <HASH>..<HASH> 100644
--- a/annis-gui/src/main/java/annis/gui/QueryController.java
+++ b/annis-gui/src/main/java/annis/gui/QueryController.java
@@ -67,7 +67,7 @@ public class QueryControlle... | ResultFetchThread is not something you serialize | korpling_ANNIS | train |
bd0269438629aceba9528f7d5fa9a313debe6792 | diff --git a/src/main/java/org/nanopub/extra/server/ServerIterator.java b/src/main/java/org/nanopub/extra/server/ServerIterator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/nanopub/extra/server/ServerIterator.java
+++ b/src/main/java/org/nanopub/extra/server/ServerIterator.java
@@ -41,6 +41,7 @@ public clas... | Add server to blacklist (down for good) | Nanopublication_nanopub-java | train |
6e502493c875c307c0286c1f4f66cf390458a92d | diff --git a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java b/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/diff/output/changelog/DiffToChangeLog.java
+++ b/liquibase-core/src/... | Attempt to make sure addColumn occurs before it is used in diff
LB-<I>
(cherry picked from commit 3aa<I>c3f<I>f<I>c<I>dda<I>a<I>ae) | liquibase_liquibase | train |
e372baa5cd3ee4956ac5f408719bd745604c8dd0 | diff --git a/src/Auth/Manager.php b/src/Auth/Manager.php
index <HASH>..<HASH> 100644
--- a/src/Auth/Manager.php
+++ b/src/Auth/Manager.php
@@ -32,16 +32,16 @@ class Manager extends Module {
const USER_MODEL_INTERFACE = 'Logikos\Auth\UserModelInterface';
- # attributes
- const ATTR_ENTITY = 10;
- ... | Phalcon\Valdation\Validator options have to be strings it turns out... | logikostech_auth | train |
e9064272a997edd83b91a1123433a7339dcac8ef | diff --git a/mixins/WidgetMixin.js b/mixins/WidgetMixin.js
index <HASH>..<HASH> 100644
--- a/mixins/WidgetMixin.js
+++ b/mixins/WidgetMixin.js
@@ -157,6 +157,7 @@ module.exports = {
var ValidationErrorWidget = require('../widgets/ValidationErrorWidget');
return (
<ValidationErrorWidget
+ ... | added customization or ValidatioErroWidget
mainly intended for `formStyles` and `widgetStyles` props to be passed down | FaridSafi_react-native-gifted-form | train |
71639371c6b21cd48ffe6169ace52ad3825cd9f4 | diff --git a/source/Core/ShopControl.php b/source/Core/ShopControl.php
index <HASH>..<HASH> 100644
--- a/source/Core/ShopControl.php
+++ b/source/Core/ShopControl.php
@@ -676,7 +676,7 @@ class ShopControl extends \OxidEsales\Eshop\Core\Base
protected function handleRoutingException(RoutingException $exception)
... | PR-<I> Log controller/method routing problem as error | OXID-eSales_oxideshop_ce | train |
e3cd0e6f45aa3878faef1b82c1473f658e167fa4 | diff --git a/netpyne/sim/run.py b/netpyne/sim/run.py
index <HASH>..<HASH> 100644
--- a/netpyne/sim/run.py
+++ b/netpyne/sim/run.py
@@ -97,6 +97,35 @@ def preRun ():
sim.fih.append(h.FInitializeHandler(0, sim.recordLFPHandler)) # initialize imemb
+def runFromSavedState (file="state.sav"):
+ from .. impo... | get rid of some of the doubled up parens in print | Neurosim-lab_netpyne | train |
ca3b35c42164759aee376b362adf7d12655ffe99 | diff --git a/lib/sub_diff/diff_collection.rb b/lib/sub_diff/diff_collection.rb
index <HASH>..<HASH> 100644
--- a/lib/sub_diff/diff_collection.rb
+++ b/lib/sub_diff/diff_collection.rb
@@ -35,7 +35,7 @@ module SubDiff
def append(diff)
unless diff.empty?
- @diffs << diff
+ diffs << diff
... | Reference a method instead of instance var directly | shuber_sub_diff | train |
d0302edc042d12b5102069650b26f1ab5e73f1ed | diff --git a/src/ORM/Association/HasMany.php b/src/ORM/Association/HasMany.php
index <HASH>..<HASH> 100644
--- a/src/ORM/Association/HasMany.php
+++ b/src/ORM/Association/HasMany.php
@@ -293,6 +293,9 @@ class HasMany extends Association
} else {
$options += ['cleanProperty' => true];
}
+ ... | Fix HasMany::unlink() with empty arrays.
Return early as there is no work to be done when the target entities is
an empty list.
I've removed some of the previously added tests as they violated the
typehints for the unlink() method. I've also fixed up some of the logic
issues in the previous test.
Refs #<I> | cakephp_cakephp | train |
2d2d160c4773e38ecdac03d9862b2a90e0170ef6 | diff --git a/tensor2tensor/data_generators/cifar.py b/tensor2tensor/data_generators/cifar.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/data_generators/cifar.py
+++ b/tensor2tensor/data_generators/cifar.py
@@ -197,7 +197,7 @@ class ImageCifar10PlainGenFlat(ImageCifar10PlainGen):
super(ImageCifar10PlainGenFlat... | Correct flat CIFAR modality to not consider 0 as padding.
PiperOrigin-RevId: <I> | tensorflow_tensor2tensor | train |
61c972d75f14f3e5712a6856dd22e742ac071dc6 | diff --git a/Command/EventSourcingCommandHandlerTrait.php b/Command/EventSourcingCommandHandlerTrait.php
index <HASH>..<HASH> 100644
--- a/Command/EventSourcingCommandHandlerTrait.php
+++ b/Command/EventSourcingCommandHandlerTrait.php
@@ -19,10 +19,6 @@ trait EventSourcingCommandHandlerTrait
$event = $this->ge... | SA fixes (#<I>) | msgphp_domain | train |
262419f88a12255dea5885a5e4e9046bb28d36a0 | diff --git a/lib/will_paginate/collection.rb b/lib/will_paginate/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/will_paginate/collection.rb
+++ b/lib/will_paginate/collection.rb
@@ -33,11 +33,9 @@ module WillPaginate
#
# If you are writing a library that provides a collection which you would like
# to co... | remove reference to "mislav-will_paginate" gem from docs | mislav_will_paginate | train |
c606c777f197c9b53f5aed0bfd263cc1c40c15ef | diff --git a/src/Nav.php b/src/Nav.php
index <HASH>..<HASH> 100644
--- a/src/Nav.php
+++ b/src/Nav.php
@@ -102,7 +102,7 @@ class Nav
{
$this->actions[$url] = new \stdClass();
$this->actions[$url]->label = $label;
- $this->actions[$url]->alerts = $alerts;
+ $this->actions[$u... | Allowing nav alerts to be passed as is | nails_module-admin | train |
bee84c6f53f772622895682ceeb0473d1f3ce663 | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,7 +12,7 @@
- Improved performance with Events pattern matching
- Add mocked test wrapper
- Add coroutine support for Events dispatching
-
+- Invert event callback signature to create Manager methods to handl... | Invert event callback signature to create Manager methods to handle events | gawel_panoramisk | train |
4b0fbdf7bbaa3560300f69313db85a43128ece86 | diff --git a/neurondm/neurondm/models/cuts.py b/neurondm/neurondm/models/cuts.py
index <HASH>..<HASH> 100755
--- a/neurondm/neurondm/models/cuts.py
+++ b/neurondm/neurondm/models/cuts.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3.7
-from IPython import embed
import csv
from pprint import pprint
from pathlib import Path... | cuts move VIP and NPY to CUT namespaces from BBP | tgbugs_pyontutils | train |
81bd0299c5382200e348a60fa96015dd4431e898 | diff --git a/src/tasks/updatePluginsVersion.js b/src/tasks/updatePluginsVersion.js
index <HASH>..<HASH> 100644
--- a/src/tasks/updatePluginsVersion.js
+++ b/src/tasks/updatePluginsVersion.js
@@ -100,6 +100,12 @@ const createSwitchToDevBranch = chainPlugins(
() => gitCheckout(path, DEFAULT_PLUGIN_DEV_BRANCH)
)
+... | Perform deps version on release plugins | rispa-io_rispa-cli | train |
44631983ac23239dece309487c6efedc3b2c4d5a | diff --git a/shared/chat/conversation/messages/popup.desktop.js b/shared/chat/conversation/messages/popup.desktop.js
index <HASH>..<HASH> 100644
--- a/shared/chat/conversation/messages/popup.desktop.js
+++ b/shared/chat/conversation/messages/popup.desktop.js
@@ -32,10 +32,17 @@ export const TextPopupMenu = ({message, o... | Display "uploading..." menu item for attachment placeholders | keybase_client | train |
c2182a05387e3cd57edbc52b4794ba296660db2e | diff --git a/test/integration/swap/common.js b/test/integration/swap/common.js
index <HASH>..<HASH> 100644
--- a/test/integration/swap/common.js
+++ b/test/integration/swap/common.js
@@ -13,14 +13,14 @@ const metaMaskConnector = new MetaMaskConnector({ port: config.ethereum.metaMask
const bitcoinNetworks = providers... | Integration tests: update for segwit | liquality_chainabstractionlayer | train |
2a423cb0ef3c8a983ec38ccfe3a11c1caca90cbb | diff --git a/src/server/public/abecms/scripts/utils/rich-texarea.js b/src/server/public/abecms/scripts/utils/rich-texarea.js
index <HASH>..<HASH> 100755
--- a/src/server/public/abecms/scripts/utils/rich-texarea.js
+++ b/src/server/public/abecms/scripts/utils/rich-texarea.js
@@ -117,8 +117,7 @@ export default class Rich... | fix: upload image RTE
upload an image within RTE component always add the image at the beginning and not at the conteneditable.getSelection() | abecms_abecms | train |
93dc837490fcaf700302af18920c814260c9d1cc | diff --git a/client/manager.go b/client/manager.go
index <HASH>..<HASH> 100644
--- a/client/manager.go
+++ b/client/manager.go
@@ -17,5 +17,5 @@ type Storage interface {
DeleteClient(id string) error
- GetClients() (map[string]*Client, error)
+ GetClients() (map[string]Client, error)
}
diff --git a/client/manage... | client: fix client.GetClients() for multiple clients (#<I>)
fix for #<I> | ory_hydra | train |
d9fe9370431745b79fcae1019668b9839a501d64 | diff --git a/src/Eris/Generator/ConstantGenerator.php b/src/Eris/Generator/ConstantGenerator.php
index <HASH>..<HASH> 100644
--- a/src/Eris/Generator/ConstantGenerator.php
+++ b/src/Eris/Generator/ConstantGenerator.php
@@ -20,7 +20,7 @@ class ConstantGenerator implements Generator
public function __invoke($_size... | ConstantGenerator conforms to GeneratedValue | giorgiosironi_eris | train |
6391caadf704e0b7d6d90d1b9e951038c1c22f99 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,6 @@ setup(
long_description=open('README.md').read(),
author='frmdstryr',
author_email='frmdstryr@gmail.com',
- license=open('LICENSE').read(),
url='https://github.com/frmdstryr/enamlx',
... | Correctly specify MIT license in setup.py
'license' should be a short text, not the whole license - but better yet
get the license from the Trove category. | frmdstryr_enamlx | train |
a9a698552e489350ce438a689065d4e1082fdcfb | diff --git a/pyxel/shaders.py b/pyxel/shaders.py
index <HASH>..<HASH> 100644
--- a/pyxel/shaders.py
+++ b/pyxel/shaders.py
@@ -13,7 +13,7 @@ const int TYPE_RECTB = 3;
const int TYPE_CIRC = 4;
const int TYPE_CIRCB = 5;
const int TYPE_BLT = 6;
-const int TYPE_FONT = 7;
+const int TYPE_TEXT = 7;
uniform vec2 u_frame... | Fixed circ and circb command | kitao_pyxel | train |
a9a8cafff3d329a49db161e7b3f47e7e525831fd | diff --git a/src/backyard_http.php b/src/backyard_http.php
index <HASH>..<HASH> 100644
--- a/src/backyard_http.php
+++ b/src/backyard_http.php
@@ -154,8 +154,8 @@ function backyard_getData($url, $useragent = 'PHP/cURL', $timeout = 5, $customHe
}
if($postArray){
- curl_setopt($curl, CURLOPT_POST, 1);... | fix for post functionality in backyard_getData | GodsDev_backyard | train |
77e4ec09814a92f97b1c6645039bd0a83a9c002e | diff --git a/troposphere/constants.py b/troposphere/constants.py
index <HASH>..<HASH> 100644
--- a/troposphere/constants.py
+++ b/troposphere/constants.py
@@ -604,6 +604,23 @@ DB_M5_12XLARGE = 'db.m5.12xlarge'
DB_M5_16XLARGE = 'db.m5.16xlarge'
DB_M5_24XLARGE = 'db.m5.24xlarge'
+DB_M5D_LARGE = 'db.m5d.large'
+DB_M5D... | Add constants for RDS instance types: M5d, M6g. (#<I>) | cloudtools_troposphere | train |
6bb3cf0aa407fdae975610cfd1482cd7400796c6 | diff --git a/lib/espn_rb/headline.rb b/lib/espn_rb/headline.rb
index <HASH>..<HASH> 100644
--- a/lib/espn_rb/headline.rb
+++ b/lib/espn_rb/headline.rb
@@ -28,8 +28,23 @@ module EspnRb
def get_results(resource, method)
http = Net::HTTP.new("api.espn.com")
- request = Net::HTTP::Get.new("#{resource}#{m... | Add help command which allows some additional visiblity to user. | rondale-sc_EspnRb | train |
53398e5bec4f873c7a6001e7480e9b609478464b | diff --git a/tests/ComponentAdminSettingsTest.php b/tests/ComponentAdminSettingsTest.php
index <HASH>..<HASH> 100644
--- a/tests/ComponentAdminSettingsTest.php
+++ b/tests/ComponentAdminSettingsTest.php
@@ -46,7 +46,9 @@ class ComponentAdminSettingsTest extends ModuleBuilderTestBase {
$this->assertEquals(count($... | Added testing of admin.inc file code for admin settings form component. | drupal-code-builder_drupal-code-builder | train |
027d751abe88a7319469e4b02c6a32d3aa8e2e08 | diff --git a/integration/ledger/ledger_generate_test.go b/integration/ledger/ledger_generate_test.go
index <HASH>..<HASH> 100644
--- a/integration/ledger/ledger_generate_test.go
+++ b/integration/ledger/ledger_generate_test.go
@@ -1,3 +1,5 @@
+// +build generate
+
/*
Copyright IBM Corp All Rights Reserved.
@@ -16,7... | FAB-<I> ignore util test using build tag
ledger_generate_test is used to generate test data, and is currently
skipped by default. However, it still runs BeforeEach and AfterEach,
which brings up a Fabric network, which is heavy, and leaves garbage
data dir behind. This patch adds a build tag 'generate' to file.
Test ... | hyperledger_fabric | train |
2846f96a7accd0dfdf618e6abbc01c361939ad59 | diff --git a/lib/arcserver.rb b/lib/arcserver.rb
index <HASH>..<HASH> 100644
--- a/lib/arcserver.rb
+++ b/lib/arcserver.rb
@@ -1,3 +1,3 @@
# encoding: utf-8
-require 'arcserver/map_server'
-require 'arcserver/url_helper'
\ No newline at end of file
+require 'arcserver/url_helper'
+require 'arcserver/map_server'
\ No n... | changed requires order so UrlHelper can be used in MapServer | colincasey_arcserver.rb | train |
0f62d25c706a9d465c721889d695a96eb2a53b41 | diff --git a/publishable/lang/zh_CN/voyager.php b/publishable/lang/zh_CN/voyager.php
index <HASH>..<HASH> 100644
--- a/publishable/lang/zh_CN/voyager.php
+++ b/publishable/lang/zh_CN/voyager.php
@@ -189,7 +189,7 @@ return [
'usage_hint' => 'You can output a menu anywhere on your site by calling|You c... | Adding correct spaces to fix style CI tests | the-control-group_voyager | train |
977bc6619699b96ea008e48eaf631cf9e8e2c6aa | diff --git a/DemoPrograms/Demo_GitHub_File_Copier.py b/DemoPrograms/Demo_GitHub_File_Copier.py
index <HASH>..<HASH> 100644
--- a/DemoPrograms/Demo_GitHub_File_Copier.py
+++ b/DemoPrograms/Demo_GitHub_File_Copier.py
@@ -251,10 +251,14 @@ def run(app_name, parm=''):
def run_py(pyfile, parms=None):
+ if sys.platfo... | Changed so that Linux version works the same as Windows | PySimpleGUI_PySimpleGUI | train |
90effc389ee60aae17e0441d8652b38f27f51944 | diff --git a/concrete/controllers/dialog/block/delete.php b/concrete/controllers/dialog/block/delete.php
index <HASH>..<HASH> 100644
--- a/concrete/controllers/dialog/block/delete.php
+++ b/concrete/controllers/dialog/block/delete.php
@@ -28,7 +28,7 @@ class Delete extends BackendInterfaceBlockController
if ($... | add block type name to delete block modal message | concrete5_concrete5 | train |
f19fb4a374c30281cdc78f4a6c9a893ce6439815 | diff --git a/client/driver/rkt.go b/client/driver/rkt.go
index <HASH>..<HASH> 100644
--- a/client/driver/rkt.go
+++ b/client/driver/rkt.go
@@ -5,6 +5,7 @@ import (
"encoding/json"
"fmt"
"log"
+ "net"
"os/exec"
"path/filepath"
"regexp"
@@ -49,8 +50,10 @@ type RktDriver struct {
}
type RktDriverConfig str... | Enable passing DNS info to the rkt driver | hashicorp_nomad | train |
10bd3c4af3416f5f8f4d18dcf390040a109e5dee | diff --git a/go-selinux/selinux_stub.go b/go-selinux/selinux_stub.go
index <HASH>..<HASH> 100644
--- a/go-selinux/selinux_stub.go
+++ b/go-selinux/selinux_stub.go
@@ -1,4 +1,4 @@
-// +build !selinux
+// +build !selinux !linux
package selinux
diff --git a/go-selinux/selinux_stub_test.go b/go-selinux/selinux_stub_te... | selinux: allow stubs to be used for non-linux platforms | opencontainers_selinux | train |
2b77a3e5f7a9db7536f0b2dbc73680fd45c9ec43 | diff --git a/lib/zk/client/base.rb b/lib/zk/client/base.rb
index <HASH>..<HASH> 100644
--- a/lib/zk/client/base.rb
+++ b/lib/zk/client/base.rb
@@ -744,7 +744,9 @@ module ZK
# end
#
#
- # @param [String] path the path you want to listen to
+ # @param [String,:all] path the znode path you... | allow users to register a block to receive all node changes, regardless of path
some people may find filtering through other means easier. | zk-ruby_zk | train |
63924c6a6b0b715e986d6f114f8ff53bad9558fa | diff --git a/src/Aerys/Http/HttpServer.php b/src/Aerys/Http/HttpServer.php
index <HASH>..<HASH> 100644
--- a/src/Aerys/Http/HttpServer.php
+++ b/src/Aerys/Http/HttpServer.php
@@ -429,9 +429,6 @@ class HttpServer {
return $portHosts[$port];
}
- /**
- * @return bool Returns TRUE if mod(s) assig... | Cleared up confusing and incorrect onRequestMod invocation conditions | amphp_http-server | train |
daf800e0ea241834acb6c801af51361709d55b7d | diff --git a/storage/src/main/java/org/openbase/jul/storage/registry/AbstractRegistry.java b/storage/src/main/java/org/openbase/jul/storage/registry/AbstractRegistry.java
index <HASH>..<HASH> 100644
--- a/storage/src/main/java/org/openbase/jul/storage/registry/AbstractRegistry.java
+++ b/storage/src/main/java/org/openb... | logging of AbstractRegistry now contains the registry name | openbase_jul | train |
1cac9fbc1c5d455ab7fe4d6c20e48e18dbdf930c | diff --git a/shinken/scheduler.py b/shinken/scheduler.py
index <HASH>..<HASH> 100644
--- a/shinken/scheduler.py
+++ b/shinken/scheduler.py
@@ -171,30 +171,37 @@ class Scheduler:
ext_cmd = ExternalCommand(command)
self.external_command.resolve_command(ext_cmd)
+
def add_Brok(self, brok):
... | *clean: scheduler: logic for add method fixed. | Alignak-monitoring_alignak | train |
a2239bc6519ee62a78af45664d7b0527fddfce41 | diff --git a/lib/event_sourcery/event_store/postgres/connection_with_optimistic_concurrency.rb b/lib/event_sourcery/event_store/postgres/connection_with_optimistic_concurrency.rb
index <HASH>..<HASH> 100644
--- a/lib/event_sourcery/event_store/postgres/connection_with_optimistic_concurrency.rb
+++ b/lib/event_sourcery/... | Address feedback and make the config of events table name and writeEvents function name work globally | envato_event_sourcery | train |
811c5af998a17ef4915650c26a10577a87579973 | diff --git a/birpc.go b/birpc.go
index <HASH>..<HASH> 100644
--- a/birpc.go
+++ b/birpc.go
@@ -51,6 +51,10 @@ func getRPCMethodsOfType(object interface{}) []*function {
for i := 0; i < type_.NumMethod(); i++ {
method := type_.Method(i)
+ if method.PkgPath != "" {
+ // skip unexported method
+ continue
+ }
... | Skip unexported methods in RegisterService | tv42_birpc | train |
9b8091e8d48dd806aca0be9cd46c75cc33227337 | diff --git a/salt/utils/rsax931.py b/salt/utils/rsax931.py
index <HASH>..<HASH> 100644
--- a/salt/utils/rsax931.py
+++ b/salt/utils/rsax931.py
@@ -23,7 +23,7 @@ def _load_libcrypto():
'''
if sys.platform.startswith('win'):
return cdll.LoadLibrary('libeay32')
- elif getattr(sys, 'frozen', False) an... | fix also needed for esky package inside a zone | saltstack_salt | train |
eecd1316219e6a33fa7c2723f78678bb81f0d2c0 | diff --git a/lib/cucumber-api/helpers.rb b/lib/cucumber-api/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/cucumber-api/helpers.rb
+++ b/lib/cucumber-api/helpers.rb
@@ -8,7 +8,7 @@ module CucumberApi
url.gsub!(/\{([a-zA-Z0-9_]+)\}/) do |s|
s.gsub!(/[\{\}]/, '')
if instance_variable_defined?("... | Replace URI.encode with CGI.escape (#<I>) | hidroh_cucumber-api | train |
6df7d72419ccc9918083777afd421c39f69ca3f1 | diff --git a/lib/engine.js b/lib/engine.js
index <HASH>..<HASH> 100644
--- a/lib/engine.js
+++ b/lib/engine.js
@@ -47,6 +47,10 @@ var transformMap = {
},
datetime: function (app, obj) {
return bbudatetime.dateToModel(obj);
+ },
+ boolToConstant: function (app, obj, param) {
+ var index =... | problems rewritten with the new architecture | amida-tech_blue-button-fhir | train |
d76216afad0ccf23083bc3f4f55cb7fd8db8e4c0 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,11 @@ If the xAxis displays a timestamp the format of if can be defined by passing a S
Sample: `function (x) { return x.getFullYear(); }`
---
+##### xAxisSelector : boolean
+Shows the dropdown to choose whi... | Remove chooseXAxis by default | GraFiddle_angular-chart | train |
4dd6c81bb760c541680cf9b600b9a04aba0efdb7 | diff --git a/pyemma/coordinates/api.py b/pyemma/coordinates/api.py
index <HASH>..<HASH> 100644
--- a/pyemma/coordinates/api.py
+++ b/pyemma/coordinates/api.py
@@ -150,13 +150,13 @@ def load(trajfiles, features=None, top=None, stride=1):
isinstance(trajfiles, (list, tuple))
and (any(isinstance(item... | [coor/api] changed exception type in load to ValueError | markovmodel_PyEMMA | train |
c0421825ac50149df6d0f242e188aad12a810cb4 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -56,10 +56,17 @@ const fastify = require('fastify')()
const redis = require('redis').createClient({ host: 'localhost', port: 6379 })
fastify.register(require('fastify-redis'), { client: redis })
+```
+
+Note: by defaul... | Add option to close passed in client (#<I>) | fastify_fastify-redis | train |
9bd8fbd5e0e11ae1b8d51a6f4f1b4e415eca8afe | diff --git a/lib/librarian/chef/source/local.rb b/lib/librarian/chef/source/local.rb
index <HASH>..<HASH> 100644
--- a/lib/librarian/chef/source/local.rb
+++ b/lib/librarian/chef/source/local.rb
@@ -10,6 +10,24 @@ module Librarian
Manifest
end
+ def install!(manifest)
+ manifest.so... | Move some per-source manifest details to the source. | applicationsonline_librarian | train |
a4039f398d355e541e63766b81760ce935a90d12 | diff --git a/query_test.go b/query_test.go
index <HASH>..<HASH> 100644
--- a/query_test.go
+++ b/query_test.go
@@ -210,15 +210,21 @@ func TestSelectFindOrderBy(t *testing.T) {
ID int `storm:"increment"`
Str string
Int int
+ Rnd int
}
strs := []string{"e", "b", "a", "c", "d"}
ints := []int{2, 3, 1, 4,... | Using counter to differentiate same values when using OrderBy. Fixes #<I> | asdine_storm | train |
6d5a35213d7e8dcf836e7107fa86ac62265cfa05 | diff --git a/src/pytesseract.py b/src/pytesseract.py
index <HASH>..<HASH> 100755
--- a/src/pytesseract.py
+++ b/src/pytesseract.py
@@ -272,7 +272,7 @@ def run_and_get_output(
with open(filename, 'rb') as output_file:
if return_bytes:
return output_file.read()
- return o... | Don't strip output data from tesseract (#<I>) | madmaze_pytesseract | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.