hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b4fcdc48d6dc2ba7fa17924abe374a77c806b787 | diff --git a/src/JMS/Serializer/Handler/FormErrorHandler.php b/src/JMS/Serializer/Handler/FormErrorHandler.php
index <HASH>..<HASH> 100644
--- a/src/JMS/Serializer/Handler/FormErrorHandler.php
+++ b/src/JMS/Serializer/Handler/FormErrorHandler.php
@@ -21,7 +21,7 @@ namespace JMS\Serializer\Handler;
use JMS\Serializer\Y... | do not depend on the generic serialization visitor | schmittjoh_serializer | train |
5fef7176f06ef4f665641dfc0deea47a566b90e0 | diff --git a/sprd/view/ProductViewerClass.js b/sprd/view/ProductViewerClass.js
index <HASH>..<HASH> 100644
--- a/sprd/view/ProductViewerClass.js
+++ b/sprd/view/ProductViewerClass.js
@@ -331,7 +331,9 @@ define(["js/ui/View", "js/core/Bus", "sprd/manager/ProductManager", "sprd/data/I
self.$stage.set... | DEV-<I> - Uncaught Error: Configuration is not a TextConfiguration | spreadshirt_rAppid.js-sprd | train |
1e098e3916cd81d4832f8ee2dcb8d35e50d242d1 | diff --git a/scriptcwl/library.py b/scriptcwl/library.py
index <HASH>..<HASH> 100644
--- a/scriptcwl/library.py
+++ b/scriptcwl/library.py
@@ -157,6 +157,8 @@ def sort_loading_order(step_files):
workflows_with_subworkflows.append(f)
else:
workflows.... | Fix loading of workflows
Workflows were added to the list of steps to load only if the workflow
has a requirements section. Workflows should also be loaded if they
don't have a requirements section. That was fixed in this commit. | NLeSC_scriptcwl | train |
ee0644b1885a6f1de35d330daea0b3b1faee60c4 | diff --git a/httpbin/core.py b/httpbin/core.py
index <HASH>..<HASH> 100644
--- a/httpbin/core.py
+++ b/httpbin/core.py
@@ -12,10 +12,7 @@ import json
import os
import time
-import newrelic.agent
-
from flask import Flask, Response, request, render_template, redirect, jsonify, make_response
-from raven.contrib.flas... | Removed unused and/or undocumented dependencies.
Fixes issue #<I> | postmanlabs_httpbin | train |
5620936b2d6dd2ece0bcf61edf7cf41a75abb180 | diff --git a/tests/test_anyio.py b/tests/test_anyio.py
index <HASH>..<HASH> 100644
--- a/tests/test_anyio.py
+++ b/tests/test_anyio.py
@@ -5,8 +5,9 @@ from os import path
from functools import partial
from pathlib import Path
+import h11
import pytest
-from anyio import create_task_group, open_file
+from anyio imp... | Implement a test for EndOfStream | theelous3_asks | train |
3a905ef1bfd21363c05bafaaf83161e38c213aba | diff --git a/backend/geomajas-impl/src/main/java/org/geomajas/spring/DependencyCheckPostProcessor.java b/backend/geomajas-impl/src/main/java/org/geomajas/spring/DependencyCheckPostProcessor.java
index <HASH>..<HASH> 100644
--- a/backend/geomajas-impl/src/main/java/org/geomajas/spring/DependencyCheckPostProcessor.java
+... | GBE-<I> fix unfiltered check, no ConcurrentModificationException | geomajas_geomajas-project-server | train |
98e0b8867ed22c1653a209f351fc2c3419463a99 | diff --git a/src/heywood/manager.py b/src/heywood/manager.py
index <HASH>..<HASH> 100644
--- a/src/heywood/manager.py
+++ b/src/heywood/manager.py
@@ -64,6 +64,9 @@ class BaseProcess(object):
os.setsid()
def spawn(self):
+ if self.process:
+ return
+
self.process = Popen(parse... | Protect against double-spawning children. | doptio_heywood | train |
1e159063af98c174f268e70d064aa1d21bc9bd63 | diff --git a/src/sap.ui.core/src/sap/ui/Device.js b/src/sap.ui.core/src/sap/ui/Device.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.core/src/sap/ui/Device.js
+++ b/src/sap.ui.core/src/sap/ui/Device.js
@@ -295,16 +295,18 @@ if (typeof window.sap.ui !== "object") {
if (pf.indexOf("Win") != -1 ) {
// userAgent ... | [FIX] sap.ui.Device: OS detection - support for future Windows versions
Now windows versions that do not start with "Windows NT 6." are
recognized, thus supporting Windows <I>
Change-Id: I<I>a<I>aef<I>a7b1ae<I>e<I>f0a<I>f6a | SAP_openui5 | train |
ccb8e00e7424dc7e060fd448f78f53bcdd50bb67 | diff --git a/lib/travis/client/artifact.rb b/lib/travis/client/artifact.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/client/artifact.rb
+++ b/lib/travis/client/artifact.rb
@@ -1,3 +1,4 @@
+# encoding: utf-8
require 'travis/client'
module Travis
@@ -9,8 +10,13 @@ module Travis
# @!parse attr_reader :job
... | try to fix encoding issues with body, see #<I> | travis-ci_travis.rb | train |
e4937bca0c8d02beeb33a2c46a101a721847c960 | diff --git a/api/src/main/java/org/jfrog/artifactory/client/RepositoryHandle.java b/api/src/main/java/org/jfrog/artifactory/client/RepositoryHandle.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/org/jfrog/artifactory/client/RepositoryHandle.java
+++ b/api/src/main/java/org/jfrog/artifactory/client/RepositoryH... | [RTFACT-<I>] Add isFolder method to RepositoryHandle. | jfrog_artifactory-client-java | train |
fc489d29d69af4e62e20dce6aff8714021ee56e3 | diff --git a/lxd/daemon.go b/lxd/daemon.go
index <HASH>..<HASH> 100644
--- a/lxd/daemon.go
+++ b/lxd/daemon.go
@@ -798,7 +798,7 @@ func (d *Daemon) Init() error {
/* Read the uid/gid allocation */
d.IdmapSet, err = shared.DefaultIdmapSet()
if err != nil {
- shared.LogWarn("Error reading default idmap", log.Ctx{"... | idmap: Make more of an effort to find a default | lxc_lxd | train |
22978beba01d4d87fb0576482c8c941e2cfc4e30 | diff --git a/Controller/ExerciseController.php b/Controller/ExerciseController.php
index <HASH>..<HASH> 100755
--- a/Controller/ExerciseController.php
+++ b/Controller/ExerciseController.php
@@ -876,7 +876,7 @@ class ExerciseController extends Controller
//To record response
$exerciseSer = $this->co... | [ExoBundle] Refactoring for test insight | claroline_Distribution | train |
00e1cf02ebf2fb05d6bef97b426ccd6032361674 | diff --git a/tests/lib/test-utils.js b/tests/lib/test-utils.js
index <HASH>..<HASH> 100644
--- a/tests/lib/test-utils.js
+++ b/tests/lib/test-utils.js
@@ -7,7 +7,6 @@ var SockJS = require('../../lib/entry')
;
var MPrefix = '_sockjs_global';
-var localServerAddress = 'http://localhost:8081';
module.exports = {
... | Apparently this detection does not work on travis
This reverts commit <I>b2a<I>dcb3baa<I>eccfe0f<I>e0d<I>b9ae0e5. | sockjs_sockjs-client | train |
dec265c4810fbe0c6584638eb6ac6521ce7112ba | diff --git a/index/scorch/merge.go b/index/scorch/merge.go
index <HASH>..<HASH> 100644
--- a/index/scorch/merge.go
+++ b/index/scorch/merge.go
@@ -180,7 +180,7 @@ func (s *Scorch) planMergeAtSnapshot(ourSnapshot *IndexSnapshot,
s.markIneligibleForRemoval(filename)
path := s.path + string(os.PathSeparator) + fil... | adding compaction_written_bytes/sec stats to scorch | blevesearch_bleve | train |
9e515fd63f9b298288dc83f598ac904224321cc4 | diff --git a/ui/IsolatedInlineNodeComponent.js b/ui/IsolatedInlineNodeComponent.js
index <HASH>..<HASH> 100644
--- a/ui/IsolatedInlineNodeComponent.js
+++ b/ui/IsolatedInlineNodeComponent.js
@@ -78,16 +78,21 @@ export default class IsolatedInlineNodeComponent extends AbstractIsolatedNodeCom
selectNode () {
// c... | Make IsolatedNodeComponent more robust against missing surface. | substance_substance | train |
f11ffd923798ae2373ad51710570bfee1eaf2711 | diff --git a/cmd/gazelle/update-repos.go b/cmd/gazelle/update-repos.go
index <HASH>..<HASH> 100644
--- a/cmd/gazelle/update-repos.go
+++ b/cmd/gazelle/update-repos.go
@@ -165,7 +165,7 @@ func updateImportPaths(c *updateReposConfig, f *rule.File, kinds map[string]rule
var wg sync.WaitGroup
wg.Add(len(c.importPaths))... | Fix some go lint errors (#<I>) | bazelbuild_bazel-gazelle | train |
ee5752a3062b55246cf6603ff3bacd0501f27dd8 | diff --git a/app/controllers/carnival/base_admin_controller.rb b/app/controllers/carnival/base_admin_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/carnival/base_admin_controller.rb
+++ b/app/controllers/carnival/base_admin_controller.rb
@@ -134,7 +134,7 @@ module Carnival
end
def instantia... | current_user available to the presenter | Vizir_carnival | train |
02014cf0935e2e3c279721f083b726458ac49e4c | diff --git a/lib/matchers/IsRejected.js b/lib/matchers/IsRejected.js
index <HASH>..<HASH> 100644
--- a/lib/matchers/IsRejected.js
+++ b/lib/matchers/IsRejected.js
@@ -36,13 +36,13 @@ function IsRejected(valueOrMatcher) {
.append('was not rejected (')
.appendValue(qPromise.inspect())
.append(')');
+... | fix: `isRejectedWith` did not use its submatcher to describe mismatches | rluba_hamjest | train |
2ed5fcadeffb544e60496a4c882e7da356daea9c | diff --git a/lib/gollum-lib/filter/code.rb b/lib/gollum-lib/filter/code.rb
index <HASH>..<HASH> 100644
--- a/lib/gollum-lib/filter/code.rb
+++ b/lib/gollum-lib/filter/code.rb
@@ -46,8 +46,8 @@ class Gollum::Filter::Code < Gollum::Filter
end
if @markup.format == :asciidoc then
- data.gsub!(/^(\[source,(... | Repair possible issue (matching superfluous whitespace) with asciidoc code blocks. | gollum_gollum-lib | train |
12fe468b4e23878d670c78b35bad65521a3110b1 | diff --git a/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/MavenDependencyResolver.java b/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/MavenDependencyResolver.java
index <HASH>..<HASH> 100755
--- a/plugins/maven-dependency-resolver/src/main/ja... | Trimming the localrepository string.
When the maven settings.xml is read, remove starting and end space. This avoid an error when fecthing the additional jar. | robolectric_robolectric | train |
0b3605477d8ba3db32acd783dfba5a19b1e9b63e | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -256,6 +256,23 @@ p filings.first
}
```
+Options:
+
+```ruby
+filings = ECFS::SolrScrapeQuery.new.tap do |q|
+ q.docket_number = '12-83'
+
+ # a minimum date, inclusive. mm/dd/yyyy
+ q.received_min_date = '03/30/2... | Added after_scrape option to solr | adelevie_ecfs | train |
2b37fe602a62fd6570542d92ea5b7e91bbb14380 | diff --git a/lib/async/index.js b/lib/async/index.js
index <HASH>..<HASH> 100644
--- a/lib/async/index.js
+++ b/lib/async/index.js
@@ -68,6 +68,9 @@ function Notifier () {
// Contains files successfully processed
this.filesDone = [];
+ // Contains files unsuccessfully processed
+ this.filesNotDone = [];
+
... | add notCompleted property, track notCompleted, ensure callback once | localnerve_html-snapshots | train |
79a40cd93beab16295ad35770c40f58013b9ed12 | diff --git a/lib/util/connect/connector.js b/lib/util/connect/connector.js
index <HASH>..<HASH> 100644
--- a/lib/util/connect/connector.js
+++ b/lib/util/connect/connector.js
@@ -87,6 +87,10 @@ Connection.prototype.connect = function() {
}.bind(this));
}.bind(this));
+ this.script.addEventListener('error', f... | refactor-<I>: Track websocket errors better
Now we report <I> errors (server not started with --websocket) to the
web page properly. | joewalker_gcli | train |
6c5475f64fdfda903ceb51aa027d40263b92f43d | diff --git a/packages/ember-glimmer/lib/environment.js b/packages/ember-glimmer/lib/environment.js
index <HASH>..<HASH> 100644
--- a/packages/ember-glimmer/lib/environment.js
+++ b/packages/ember-glimmer/lib/environment.js
@@ -1,5 +1,6 @@
import { Environment as GlimmerEnvironment } from 'glimmer-runtime';
import Dic... | [Glimmer2] Add compile-time assert for block usage of custom helper (#<I>)
* Add compile-time assert for block usage of custom helper
* Update the logic for the assert so that the whole statement can be removed during prod builds | emberjs_ember.js | train |
ee8aea69bd92cb28103f7f839cc880ec9e0dcced | diff --git a/monero/backends/jsonrpc.py b/monero/backends/jsonrpc.py
index <HASH>..<HASH> 100644
--- a/monero/backends/jsonrpc.py
+++ b/monero/backends/jsonrpc.py
@@ -237,7 +237,7 @@ class JSONRPCWallet(object):
laddr = data.get('address', None)
if laddr:
laddr = address(laddr)
- r... | Destinations adresses support in outgoing payment transactions. | monero-ecosystem_monero-python | train |
e796791a366f9912daec2115233f0139e507789e | diff --git a/jujupy.py b/jujupy.py
index <HASH>..<HASH> 100644
--- a/jujupy.py
+++ b/jujupy.py
@@ -293,6 +293,20 @@ class Juju2Backend:
(time.time() - start_time))
return rval
+ def expect(self, command, args, used_feature_flags, juju_home, model=None,
+ timeout=None, extra_env=... | Fix EnvJujuClient.expect to ensure it uses the provided path within envvar. | juju_juju | train |
9943c3dc3c21a08ffd847c9e488dcc740d550846 | diff --git a/externs/browser/html5.js b/externs/browser/html5.js
index <HASH>..<HASH> 100644
--- a/externs/browser/html5.js
+++ b/externs/browser/html5.js
@@ -3489,4 +3489,3 @@ HTMLFieldSetElement.prototype.validity;
* @see https://www.w3.org/TR/html5/forms.html#the-fieldset-element
*/
HTMLFieldSetElement.prototyp... | Remove a trailing newline
-------------
Created by MOE: <URL> | google_closure-compiler | train |
0d93054dfb549851f47a1e509ca17b1ed6e30927 | diff --git a/pywws/WeatherStation.py b/pywws/WeatherStation.py
index <HASH>..<HASH> 100755
--- a/pywws/WeatherStation.py
+++ b/pywws/WeatherStation.py
@@ -176,7 +176,7 @@ def findDevice(idVendor, idProduct):
if device.idVendor == idVendor and device.idProduct == idProduct:
return device
... | Fixed serious bug in 'live_log' routine when weather station is set
to more than five minute logging interval. | jim-easterbrook_pywws | train |
5247cdf6a3ed29ffaade80db718dd9c873e339b3 | diff --git a/src/CreateCommand.php b/src/CreateCommand.php
index <HASH>..<HASH> 100644
--- a/src/CreateCommand.php
+++ b/src/CreateCommand.php
@@ -63,9 +63,10 @@ class CreateCommand extends Command
throw new NoticeException('Command "'.$this->key.'": Controller definition is missing.');
... | Expand Create Controller command to support multiple methods
This little patch takes advantage of the existing '@' delimiter to allow multiple methods to be created through the create controller command.
Example Usage;
`php ayuco create controller:ControllerName@FirstMethod@SecondMethod@etcMethod`
This call would... | 10quality_wpmvc-commands | train |
10b0cdef169966829ad44747dc0c2fa6a598d293 | diff --git a/datadog_checks_base/datadog_checks/base/utils/db/utils.py b/datadog_checks_base/datadog_checks/base/utils/db/utils.py
index <HASH>..<HASH> 100644
--- a/datadog_checks_base/datadog_checks/base/utils/db/utils.py
+++ b/datadog_checks_base/datadog_checks/base/utils/db/utils.py
@@ -182,6 +182,9 @@ def default_j... | datadog_checks_base: Fix obfuscate_sql_with_metadata query being None (#<I>)
* Check if query is None
* Add test | DataDog_integrations-core | train |
f79665c8bb0ff9f001b21bf33e2393bef71f924a | diff --git a/packages/mdx/mdx-hast-to-jsx.js b/packages/mdx/mdx-hast-to-jsx.js
index <HASH>..<HASH> 100644
--- a/packages/mdx/mdx-hast-to-jsx.js
+++ b/packages/mdx/mdx-hast-to-jsx.js
@@ -50,7 +50,8 @@ function toJSX(node, parentNode = {}, options = {}) {
if (
/\bdefault\b/.test(childNode.value) &&... | Exclude export const/let/var/function from default check (#<I>) | mdx-js_mdx | train |
7fa69ee73064e07ba98c4cf9b48e5d6468aefb27 | diff --git a/scapy/layers/inet.py b/scapy/layers/inet.py
index <HASH>..<HASH> 100644
--- a/scapy/layers/inet.py
+++ b/scapy/layers/inet.py
@@ -1617,7 +1617,7 @@ class MTR:
# Graph the Multi-Traceroute...
def graph(self, ASres = None, padding = 0, **kargs):
"""x.graph(ASres=conf.AS_resolver, other arg... | Added an option for disabling AS Number resolving. | phaethon_kamene | train |
eb5871fdfb47a13ced0db450a016c3898d01e0d3 | diff --git a/router/router_test.go b/router/router_test.go
index <HASH>..<HASH> 100644
--- a/router/router_test.go
+++ b/router/router_test.go
@@ -819,6 +819,42 @@ var _ = Describe("Router", func() {
})
})
+ Context("multiple open connections", func() {
+ It("does not hang any connections", func() {
+ app := ... | Add test coverage for handling multiple conn
[#<I>] | cloudfoundry_gorouter | train |
e36fe9a87251279671ed187fee23abc519123f7b | diff --git a/tarbell/cli.py b/tarbell/cli.py
index <HASH>..<HASH> 100644
--- a/tarbell/cli.py
+++ b/tarbell/cli.py
@@ -310,7 +310,7 @@ def tarbell_publish(command, args):
kwargs['excludes'] = site.project.EXCLUDES
s3 = S3Sync(tempdir, bucket_url, **kwargs)
s3.deploy_to_s3()
- ... | call publish hook with site and s3 connection | tarbell-project_tarbell | train |
5a31b29c5a21994a02d003ee16b3b056ee9c7b09 | diff --git a/lib/oxcelix/workbook.rb b/lib/oxcelix/workbook.rb
index <HASH>..<HASH> 100644
--- a/lib/oxcelix/workbook.rb
+++ b/lib/oxcelix/workbook.rb
@@ -31,11 +31,11 @@ module Oxcelix
# options is a collection of options that can be passed to Workbook.
# Options may include:
# * :copymerge (=> true/fal... | Fixed doc: :values parameter was never used - removed | gbiczo_oxcelix | train |
b9b89a3e244aa3d38297feb2ac85e6e1930434c9 | diff --git a/fireplace/game.py b/fireplace/game.py
index <HASH>..<HASH> 100644
--- a/fireplace/game.py
+++ b/fireplace/game.py
@@ -10,8 +10,6 @@ from .utils import CardList
class Game(Entity):
MAX_MINIONS_ON_FIELD = 8
- # Game draws after 50 full turns (100 game turns)
- MAX_TURNS = 100
Manager = GameManager
... | Drop support for game Draws
This should be implemented in Game subclasses | jleclanche_fireplace | train |
5fe4376c998ff0214d0af05c5c3526ebb6f3f662 | diff --git a/app/controllers/rocket_job_mission_control/active_processes_controller.rb b/app/controllers/rocket_job_mission_control/active_processes_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/rocket_job_mission_control/active_processes_controller.rb
+++ b/app/controllers/rocket_job_mission_control/... | Fix active jobs view to include all active jobs.
Show created column instead of completed when viewing all jobs. | rocketjob_rocketjob_mission_control | train |
93963e4ff43edf42573d5415490a537c98464567 | diff --git a/sonar-server/src/main/webapp/javascripts/build.js b/sonar-server/src/main/webapp/javascripts/build.js
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/webapp/javascripts/build.js
+++ b/sonar-server/src/main/webapp/javascripts/build.js
@@ -2,6 +2,7 @@
appDir: '.',
baseUrl: '.',
dir: 'DEFINED... | SONAR-<I> remove comments in minimized JS | SonarSource_sonarqube | train |
281d115108b00844d8c4d595da2e5fc4765af214 | diff --git a/Plugin/TemplatePlugin.php b/Plugin/TemplatePlugin.php
index <HASH>..<HASH> 100644
--- a/Plugin/TemplatePlugin.php
+++ b/Plugin/TemplatePlugin.php
@@ -50,7 +50,7 @@ class TemplatePlugin
if (empty($args)) {
$templateText = $result['template_text'];
$result['temp... | change the encoding for text body\ | dotmailer_dotmailer-magento2-extension | train |
b30f81d9308f2c30f78fff69bd7ab08684a4f599 | diff --git a/quart/wrappers/request.py b/quart/wrappers/request.py
index <HASH>..<HASH> 100644
--- a/quart/wrappers/request.py
+++ b/quart/wrappers/request.py
@@ -156,20 +156,26 @@ class Request(BaseRequestWebsocket, JSONMixin):
if content_type == 'application/x-www-form-urlencoded':
for key, valu... | Bugfix cope with multi (list) form values
This fixes both encoding types to cope with multiple values present
with the same key name. It also better copes with non-files in the
``multipart/form-data`` encoding. | pgjones_quart | train |
46a54371176b80db022dc038533ca76cf50009ae | diff --git a/helper/ec2/thunder-ec2.py b/helper/ec2/thunder-ec2.py
index <HASH>..<HASH> 100644
--- a/helper/ec2/thunder-ec2.py
+++ b/helper/ec2/thunder-ec2.py
@@ -41,6 +41,7 @@ def install_thunder(master, opts):
def load_data(master, opts):
""" Load an example data set into a Spark EC2 cluster"""
print "Tran... | Updating EC2 script with new options | thunder-project_thunder | train |
9e64809c5d1ea84600cc030e7d3f9ea0e8408831 | diff --git a/applications/example/extensions/example-type/example-type.js b/applications/example/extensions/example-type/example-type.js
index <HASH>..<HASH> 100644
--- a/applications/example/extensions/example-type/example-type.js
+++ b/applications/example/extensions/example-type/example-type.js
@@ -11,12 +11,7 @@ ex... | Adding MongoDB storage. Allow resources to be persisted on MongoDB. | recidive_choko | train |
d46dba32d4cd4ef763a635ab5dca41785364f3f8 | diff --git a/lib/filelib.php b/lib/filelib.php
index <HASH>..<HASH> 100644
--- a/lib/filelib.php
+++ b/lib/filelib.php
@@ -2229,6 +2229,10 @@ function readfile_accel($file, $mimetype, $accelerate) {
header('Content-Length: '.$filesize);
+ if (!empty($_SERVER['REQUEST_METHOD']) and $_SERVER['REQUEST_METHOD']... | MDL-<I> files: Honor http HEAD requests for files | moodle_moodle | train |
752dc781b3b600ff3605f7ac75df8e2179a0a060 | diff --git a/lib/ransack/constants.rb b/lib/ransack/constants.rb
index <HASH>..<HASH> 100644
--- a/lib/ransack/constants.rb
+++ b/lib/ransack/constants.rb
@@ -55,6 +55,14 @@ module Ransack
:formatter => proc { |v| true }
}
],
+ ['not_true', {
+ :arel_predicate => proc { |v| v ? 'not... | Add not_true and not_false predicates | activerecord-hackery_ransack | train |
d7ad2e1d00a39df3a474617a73cad374ace74cd9 | diff --git a/molgenis-model-registry/src/main/resources/js/standardsregistry.js b/molgenis-model-registry/src/main/resources/js/standardsregistry.js
index <HASH>..<HASH> 100644
--- a/molgenis-model-registry/src/main/resources/js/standardsregistry.js
+++ b/molgenis-model-registry/src/main/resources/js/standardsregistry.... | Expanded the handlebars JSON message with a list of entity names | molgenis_molgenis | train |
555a5cbbb2b615aac65d62ff08bbf87f4c28eefc | diff --git a/baselines/run.py b/baselines/run.py
index <HASH>..<HASH> 100644
--- a/baselines/run.py
+++ b/baselines/run.py
@@ -222,7 +222,7 @@ def main():
env = build_env(args)
obs = env.reset()
def initialize_placeholders(nlstm=128,**kwargs):
- return np.zeros((args.num_env, 2*nls... | Adding num_env to readme example (#<I>)
* Adding num_env to readme example
* Updated readme example fix | openai_baselines | train |
cb33203293c19aa3ee2cbfddbe299a17b4b08518 | diff --git a/packages/plugin-critical/index.js b/packages/plugin-critical/index.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-critical/index.js
+++ b/packages/plugin-critical/index.js
@@ -40,7 +40,7 @@ class CriticalPlugin {
ignore: options.ignore,
width: options.width,
height: o... | fix(critical): remove path prefix from hashed urls | gridsome_gridsome | train |
fd5996a5358d6455843cdf5ad0c7f8e283b820c9 | diff --git a/cmd/arc/main.go b/cmd/arc/main.go
index <HASH>..<HASH> 100644
--- a/cmd/arc/main.go
+++ b/cmd/arc/main.go
@@ -21,6 +21,7 @@ var (
mkdirAll bool
selectiveCompression bool
implicitTopLevelFolder bool
+ stripComponents int
continueOnError bool
specifyFileType str... | Add a way to strip top-level folder
Closes #<I> | mholt_archiver | train |
cb82fccd59a1bbb06a9f869916ff702eed59554c | diff --git a/packages/js-go-channels/src/dispatcher.js b/packages/js-go-channels/src/dispatcher.js
index <HASH>..<HASH> 100644
--- a/packages/js-go-channels/src/dispatcher.js
+++ b/packages/js-go-channels/src/dispatcher.js
@@ -80,33 +80,36 @@ function processGoRoutines(
* Note that as per https://jsperf.com/array-fil... | [core] also killing selected channels on go routine ending | frankandrobot_js-go-channels | train |
c5f7c49014e0b58952810b7ae577ffc9d9e4c163 | diff --git a/core/parser/src/main/java/org/overture/parser/syntax/DefinitionReader.java b/core/parser/src/main/java/org/overture/parser/syntax/DefinitionReader.java
index <HASH>..<HASH> 100644
--- a/core/parser/src/main/java/org/overture/parser/syntax/DefinitionReader.java
+++ b/core/parser/src/main/java/org/overture/p... | fixed bug with parent of instance variable type | overturetool_overture | train |
da5727a2b016dcf6e7a8a9f3982479d66dc98658 | diff --git a/Components/Import/Entity/PlentymarketsImportEntityItem.php b/Components/Import/Entity/PlentymarketsImportEntityItem.php
index <HASH>..<HASH> 100644
--- a/Components/Import/Entity/PlentymarketsImportEntityItem.php
+++ b/Components/Import/Entity/PlentymarketsImportEntityItem.php
@@ -157,8 +157,7 @@ class Ple... | UPDATE Item import (shipping time variants) | plentymarkets_plentymarkets-shopware-connector | train |
6cb4716ab6ce88d9be05ff9a58ac3910fe752237 | diff --git a/src/main/org/codehaus/groovy/syntax/lexer/StringLexer.java b/src/main/org/codehaus/groovy/syntax/lexer/StringLexer.java
index <HASH>..<HASH> 100644
--- a/src/main/org/codehaus/groovy/syntax/lexer/StringLexer.java
+++ b/src/main/org/codehaus/groovy/syntax/lexer/StringLexer.java
@@ -58,6 +58,11 @@ public cla... | Fixed bug that caused the parser to hang on unterminated GStrings.
git-svn-id: <URL> | groovy_groovy-core | train |
23b5c5f61a9149c39fc1891f688194c4dbbca3d7 | diff --git a/lib/Map/TableDataSource.js b/lib/Map/TableDataSource.js
index <HASH>..<HASH> 100644
--- a/lib/Map/TableDataSource.js
+++ b/lib/Map/TableDataSource.js
@@ -697,25 +697,26 @@ function setNewRegionImageryLayer(dataSource, layerIndex) {
});
var tableStructure = dataSource.tableStructure;
var lege... | time filtering works, but not connected to clock updates yet | TerriaJS_terriajs | train |
2a1bd88afaeb6efd5e130db3a696c78b501f3b2d | diff --git a/unixtimestampfield/fields.py b/unixtimestampfield/fields.py
index <HASH>..<HASH> 100644
--- a/unixtimestampfield/fields.py
+++ b/unixtimestampfield/fields.py
@@ -67,12 +67,17 @@ class TimestampPatchMixin(object):
value = timezone.localtime(value, timezone.utc)
return value.tim... | Set model instance's attribute and minor bug fix | myyang_django-unixtimestampfield | train |
7e49c2d3b0af9d4b85b6edc042cb9d3770a33ac9 | diff --git a/il2fb/commons/weather.py b/il2fb/commons/weather.py
index <HASH>..<HASH> 100644
--- a/il2fb/commons/weather.py
+++ b/il2fb/commons/weather.py
@@ -5,18 +5,18 @@ from candv import with_constant_class
from ._translations import gettext_lazy as _
-class ConditionType(VerboseValueConstant):
+class WeatherC... | Rename 'Conditions' to 'WeatherConditions' | IL2HorusTeam_il2fb-commons | train |
1b0402af0fa068fdc0e625abd8de63a65c433cd2 | diff --git a/test/e2e/common/volumes.go b/test/e2e/common/volumes.go
index <HASH>..<HASH> 100644
--- a/test/e2e/common/volumes.go
+++ b/test/e2e/common/volumes.go
@@ -53,7 +53,7 @@ import (
// These tests need privileged containers, which are disabled by default. Run
// the test with "go run hack/e2e.go ... --gink... | Remove [k8s.io] tag and redundant [sig-storage] tags from tests | kubernetes_kubernetes | train |
e50a821aa80f143b7379503a807af83f9b99d865 | diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/e2e/kubectl.go
+++ b/test/e2e/kubectl.go
@@ -348,6 +348,7 @@ var _ = framework.KubeDescribe("Kubectl client", func() {
})
It("should support inline execution and attach", func() {
+ framework.SkipIfContainerRuntimeIs... | e2e: Skip attach tests for rkt runtime | kubernetes_kubernetes | train |
dad7a9443f20ef44d9628027497f8fdd7cb1df8d | diff --git a/vent/core/network_tap/ncontrol/rest/create.py b/vent/core/network_tap/ncontrol/rest/create.py
index <HASH>..<HASH> 100644
--- a/vent/core/network_tap/ncontrol/rest/create.py
+++ b/vent/core/network_tap/ncontrol/rest/create.py
@@ -60,7 +60,10 @@ class CreateR:
except Exception as e: # pragma: ... | fix string to dict into redis issue | CyberReboot_vent | train |
c5c1bdf7497ffb7f49e2f9b074eafd2ce175c884 | diff --git a/lib/solargraph/yard_map.rb b/lib/solargraph/yard_map.rb
index <HASH>..<HASH> 100755
--- a/lib/solargraph/yard_map.rb
+++ b/lib/solargraph/yard_map.rb
@@ -178,15 +178,15 @@ module Solargraph
ver = spec.version.to_s
ver = ">= 0" if ver.empty?
yd = YARD::Registry.yardoc_file_f... | Gems without yardocs always fall back to stdlib. | castwide_solargraph | train |
8dfb4bf4f4a5a8cf1131eebff2e37a6990c7798e | diff --git a/indra/tests/test_indranet_assembler.py b/indra/tests/test_indranet_assembler.py
index <HASH>..<HASH> 100644
--- a/indra/tests/test_indranet_assembler.py
+++ b/indra/tests/test_indranet_assembler.py
@@ -1,3 +1,4 @@
+import numpy as np
import pandas as pd
import networkx as nx
from indra.assemblers.indran... | Add tests for flattened edge weight. Update for belief. | sorgerlab_indra | train |
739c5284dc3d2da9da6a521bf4c80e87753fff60 | diff --git a/lib/rvc/modules/host.rb b/lib/rvc/modules/host.rb
index <HASH>..<HASH> 100644
--- a/lib/rvc/modules/host.rb
+++ b/lib/rvc/modules/host.rb
@@ -203,3 +203,33 @@ def rescan_storage hosts
storageSystem.RescanVmfs
end
end
+
+
+opts :select_vmknic_for_service do
+ summary "Selects a vmknic for a partic... | Add host.(de)select_vmknic_for_service | vmware_rvc | train |
ee2a8404ccf64483c78f5cdfac97475c8f9796c5 | diff --git a/tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java b/tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java
index <HASH>..<HASH> 100644
--- a/tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java
+++ b/tests/upgrade/src/test/java/... | Drop long upgrade tests from versions <I> and <I> | SonarSource_sonarqube | train |
0856406a89cfa3c7fd0a1a9050dfe130d0cf6011 | diff --git a/src/WMS/Ldap/Configuration.php b/src/WMS/Ldap/Configuration.php
index <HASH>..<HASH> 100644
--- a/src/WMS/Ldap/Configuration.php
+++ b/src/WMS/Ldap/Configuration.php
@@ -659,7 +659,7 @@ class Configuration
}
/**
- * @param mixed $membershipUseAttributeFromUser
+ * @param bool $membershi... | Fixed problems when fetching groups form AD | WolfMicrosystems_ldap | train |
7def04863790845d2174cae58b3f7ea7b1a81701 | diff --git a/state/backups/backups_test.go b/state/backups/backups_test.go
index <HASH>..<HASH> 100644
--- a/state/backups/backups_test.go
+++ b/state/backups/backups_test.go
@@ -105,8 +105,6 @@ func (s *backupsSuite) TestCreateOkay(c *gc.C) {
filesToBackUp, _ := backups.ExposeCreateArgs(received)
c.Check(filesToBa... | Drop DBConnInfo.Validate. | juju_juju | train |
1e458ef03d5e0e330ce99ca3df523d15a22d443e | diff --git a/src/Middleware/InitStateMiddleware.php b/src/Middleware/InitStateMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/Middleware/InitStateMiddleware.php
+++ b/src/Middleware/InitStateMiddleware.php
@@ -62,7 +62,7 @@ class InitStateMiddleware implements HTTPMiddleware
public function getIsAdmin(HTTPReq... | Change source of admin URL in getIsAdmin()
As per #<I>
Change direct call to the AdminRootController config setting, using instead the admin_url() method on the class which provides detection via the Director rules, and the fallback to the config setting. | silverstripe_silverstripe-subsites | train |
1e20f23e3d8f8dba7580671b43a6c9374aecd1dc | diff --git a/rdm/db/context.py b/rdm/db/context.py
index <HASH>..<HASH> 100644
--- a/rdm/db/context.py
+++ b/rdm/db/context.py
@@ -165,24 +165,48 @@ class CSVConnection(SQLiteDBConnection):
'''
def __init__(self, file_list):
self.sqlite_database = os.path.join(tempfile.mkdtemp(), 'tempdb.sqlite3')
- ... | Fixed CSV connection to suport pickling | xflows_rdm | train |
f05eaa902a92cc6bfd2387b61eee2dcb7ff5e1b8 | diff --git a/mod/workshop/assessments.php b/mod/workshop/assessments.php
index <HASH>..<HASH> 100644
--- a/mod/workshop/assessments.php
+++ b/mod/workshop/assessments.php
@@ -223,6 +223,7 @@
$assessment->grade = -1; // set impossible grade
$assessment->timecreated = $yearfromnow;
$assessment->timegraded = 0... | Addition of returnto parameter to workshop_print_assessment function to
allow return to original pages when making assessemnts; clearing
(trival) unassigned variable bug in the same function. | moodle_moodle | train |
bc1103828c7c02031fadfff06a8f0589356d78b9 | diff --git a/modules/quality-check/src/test/java/net/sf/qualitycheck/CheckTest.java b/modules/quality-check/src/test/java/net/sf/qualitycheck/CheckTest.java
index <HASH>..<HASH> 100644
--- a/modules/quality-check/src/test/java/net/sf/qualitycheck/CheckTest.java
+++ b/modules/quality-check/src/test/java/net/sf/qualitych... | Enhanced tests to include constructor of NumericRegularExpressionHolder to get test coverage to <I>% again. | before_quality-check | train |
31f98ded58dd3bcddc210d3332c62613e5741d99 | diff --git a/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configuration.php b/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configuration.php
+++ b/eZ/Bundle/EzPublishCoreBundle/DependencyInjection/Configurati... | EZP-<I>: Added semantic config to add `non_siteaccess_aware_routes` | ezsystems_ezpublish-kernel | train |
7070cb0e53850e9b0fe9e7620302536bdf69fa50 | diff --git a/tracer/cachemanager/cachemanager.py b/tracer/cachemanager/cachemanager.py
index <HASH>..<HASH> 100644
--- a/tracer/cachemanager/cachemanager.py
+++ b/tracer/cachemanager/cachemanager.py
@@ -11,18 +11,15 @@ class CacheManager(object):
def set_tracer(self, tracer):
self.tracer = tracer
- d... | Now add tracer preconstraints only after caching state | angr_angr | train |
0e54fb226bd4c6bf5a8055955a90b129d0d18cd6 | diff --git a/scraper/util.py b/scraper/util.py
index <HASH>..<HASH> 100644
--- a/scraper/util.py
+++ b/scraper/util.py
@@ -20,6 +20,14 @@ def execute(command, cwd=None):
process = Popen(command, cwd=cwd, stdout=PIPE, stderr=STDOUT, shell=False) # nosec
out, err = process.communicate()
+
+ if process.ret... | Check the return code of executed commands
Add a check of the returncode of the command executed in
scraper.util.execute() and output an error message if it is not zero.
Additionally change the logging level from DEBUG to ERROR for failures
to process the JSON output from cloc. These combined will make it more
clear w... | LLNL_scraper | train |
920070e42b33c5bdaf62977ed22aa867a455ffd5 | diff --git a/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb b/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/quoting.rb
+++ b/activerecord/lib/active_record/connection_adapters/a... | Don't type-cast unknown types to YAML. | rails_rails | train |
53fa3d33dffeff53966b0ef71f350466d0aafbcb | diff --git a/ehforwarderbot/message.py b/ehforwarderbot/message.py
index <HASH>..<HASH> 100644
--- a/ehforwarderbot/message.py
+++ b/ehforwarderbot/message.py
@@ -301,6 +301,9 @@ class EFBMsgCommand:
from the ``chat``, this function should be called on the ``author``'s
module.
+ The method specified must... | Allow message commands to return None if further advanced interactions are expected. | blueset_ehForwarderBot | train |
450959d3ad2180c22fe7343760dbb61b0bf2bdef | diff --git a/lib/appsignal.rb b/lib/appsignal.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal.rb
+++ b/lib/appsignal.rb
@@ -752,7 +752,7 @@ module Appsignal
end
deprecate :is_ignored_action?, :none, 2017, 3
- # Convenience method for skipping instrumentations around a block of code.
+ # Convenience... | Fix Transaction.pause! (#<I>)
`Appsignal.without_instrumentation` was using `Transaction.pause!`,
which no longer worked. Events were still registered on the transaction
even though the code was wrapped in `Appsignal.without_instrumentation`
and the transaction was paused.
This change adds a guard for every Tran... | appsignal_appsignal-ruby | train |
3dcb6179bbc2f519e10d242ec98706660592cf6b | diff --git a/lib/Query.js b/lib/Query.js
index <HASH>..<HASH> 100644
--- a/lib/Query.js
+++ b/lib/Query.js
@@ -51,8 +51,8 @@ Query.prototype = {
},
limit: function(limit) {
- if(isNaN(limit) || ((limit|0) != limit)) {
- throw new Error("Limit should be an integer");
+ if(isNaN(limit) || ((limit|0) !=... | Add limit(limit) function to Limit object, too | jed_dynamo | train |
2bbaefefef031e8efc5190c30734a1d3e1048439 | diff --git a/src/notebook/components/notebook.js b/src/notebook/components/notebook.js
index <HASH>..<HASH> 100644
--- a/src/notebook/components/notebook.js
+++ b/src/notebook/components/notebook.js
@@ -12,7 +12,13 @@ import { displayOrder, transforms } from 'transformime-react';
import Cell from './cell/cell';
impor... | Add cell copy/paste to notebook component | nteract_nteract | train |
aeb458e4b7e0f6df1d900202f3c1c2a7ad7384f7 | diff --git a/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php b/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php
index <HASH>..<HASH> 100644
--- a/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php
+++ b/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php
@@ -264,8 +264,6 @@ class CreatePhp5Project
$contents... | Removed error on found config different | byjg_xmlnuke | train |
9c7afe08755d913e553ea5d60039c95fbfebb3cd | diff --git a/djrichtextfield/models.py b/djrichtextfield/models.py
index <HASH>..<HASH> 100644
--- a/djrichtextfield/models.py
+++ b/djrichtextfield/models.py
@@ -6,8 +6,6 @@ from djrichtextfield.widgets import RichTextWidget
class RichTextField(models.TextField):
- _south_introspects = True
-
def __init__... | Remove unused _south_introspects member | jaap3_django-richtextfield | train |
1e26f5c71ac22a59561ec7ffb7cbf02621db039a | diff --git a/testUSB1.py b/testUSB1.py
index <HASH>..<HASH> 100755
--- a/testUSB1.py
+++ b/testUSB1.py
@@ -7,8 +7,8 @@ import libusb1
from ctypes import pointer
if sys.version_info[0] == 3:
- buff = b'\x00\xff'
- other_buff = b'foo'
+ buff = bytes([0, 0xff])
+ other_buff = bytes((ord(x) for x in 'foo'))... | Avoid binary literal syntax, for <I> compatibility. | vpelletier_python-libusb1 | train |
271df797446fb36999afe3dc9e797129f55378d9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -89,11 +89,12 @@ setup(
install_requires=['numpy', 'nose', 'cython'],
classifiers=[
'Environment :: Console',
- 'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU Genera... | Fix classifiers in setup.py | molmod_molmod | train |
f11a73489be35ad8a41f1ca956e72336fb276d8a | diff --git a/packages/gluestick/test/lib/server/DoctypeStream.test.js b/packages/gluestick/test/lib/server/DoctypeStream.test.js
index <HASH>..<HASH> 100644
--- a/packages/gluestick/test/lib/server/DoctypeStream.test.js
+++ b/packages/gluestick/test/lib/server/DoctypeStream.test.js
@@ -4,14 +4,10 @@ import path from 'p... | Fix async function with DoctypeStream when running all tests. | TrueCar_gluestick | train |
34b80b8955dc64b4e5d3d4059ccd6ae25c4962c3 | diff --git a/build/karma.conf.js b/build/karma.conf.js
index <HASH>..<HASH> 100644
--- a/build/karma.conf.js
+++ b/build/karma.conf.js
@@ -33,11 +33,15 @@ const detectBrowsers = {
return debug ? ['Chrome'] : ['ChromeHeadless'];
}
+ if (availableBrowser.includes('Chromium')) {
+ ... | Karma: Allow use of Chromium (#<I>)
* Karma: Allow use of Chromium
* fix lint error | cast-org_figuration | train |
560b250ff6868f140264036fc90ccb3e608d2b7d | diff --git a/sources/index.spec.js b/sources/index.spec.js
index <HASH>..<HASH> 100644
--- a/sources/index.spec.js
+++ b/sources/index.spec.js
@@ -4,26 +4,8 @@ const {expect} = require('chai')
let element
-before(function addExternalStyle() {
- const style = document.createElement('style')
- style.innerHTML = 'd... | better organization to befores in spec file | darlanmendonca_chai-style | train |
380cb15edba71ab026a46c08351f80d93ce3383f | diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/gcimagebundle/gcimagebundlelib/imagebundle.py
index <HASH>..<HASH> 100755
--- a/gcimagebundle/gcimagebundlelib/imagebundle.py
+++ b/gcimagebundle/gcimagebundlelib/imagebundle.py
@@ -82,6 +82,7 @@ def SetupArgsParser():
def VerifyArgs(parser, options):
"... | SLE's filesystem is now ext3. Temporary validation bypass. | GoogleCloudPlatform_compute-image-packages | train |
457c60bc96072969096485237bb6cd2ef36be4fc | diff --git a/java/src/com/google/template/soy/jbcsrc/CompiledTemplateRegistry.java b/java/src/com/google/template/soy/jbcsrc/CompiledTemplateRegistry.java
index <HASH>..<HASH> 100644
--- a/java/src/com/google/template/soy/jbcsrc/CompiledTemplateRegistry.java
+++ b/java/src/com/google/template/soy/jbcsrc/CompiledTemplat... | Remove some dead functionality from CompiledTemplateRegistry
Also, switch the internal maps from BiMaps to normal Maps. Profiling reveals that a lot of time is spent hashing CompiledTemplateMetadata objects but we never actually need to do a reverse lookup.
GITHUB_BREAKING_CHANGES=none
-------------
Created by MOE: ... | google_closure-templates | train |
ebaf8099df207e1226398d93f05d6672f65eac38 | diff --git a/ignite/handlers/lr_finder.py b/ignite/handlers/lr_finder.py
index <HASH>..<HASH> 100644
--- a/ignite/handlers/lr_finder.py
+++ b/ignite/handlers/lr_finder.py
@@ -137,6 +137,22 @@ class FastaiLRFinder:
def _log_lr_and_loss(self, trainer: Engine, output_transform: Callable, smooth_f: float, diverge_th: ... | Handled different `engine.state.output` types for LRFinder (#<I>)
* handle different output types and add tests
* edit TypeError
* edit match
* add 0d tensor check
* add 1d tensor with 1 element check
* edit checks | pytorch_ignite | train |
f30210ee61747e0ea1118cf76c7a392180ca7aa0 | diff --git a/src/Persistence/Db/Doctrine/DoctrineExpressionCompiler.php b/src/Persistence/Db/Doctrine/DoctrineExpressionCompiler.php
index <HASH>..<HASH> 100644
--- a/src/Persistence/Db/Doctrine/DoctrineExpressionCompiler.php
+++ b/src/Persistence/Db/Doctrine/DoctrineExpressionCompiler.php
@@ -2,11 +2,11 @@
namespac... | Dont add subselect aliases to subselects used within expressions | dms-org_core | train |
53a58fefaed082c275d3ea59b6296231fef16e0c | diff --git a/features/step_definitions/device_discovery_steps.rb b/features/step_definitions/device_discovery_steps.rb
index <HASH>..<HASH> 100644
--- a/features/step_definitions/device_discovery_steps.rb
+++ b/features/step_definitions/device_discovery_steps.rb
@@ -2,7 +2,7 @@ require_relative '../support/fake_upnp_de... | Commiting so I can ditch this box | turboladen_playful | train |
86e03a43e2cef8d704c426ce20e913a0b47a0668 | diff --git a/broqer/op/debounce.py b/broqer/op/debounce.py
index <HASH>..<HASH> 100644
--- a/broqer/op/debounce.py
+++ b/broqer/op/debounce.py
@@ -23,15 +23,11 @@ When debounce is retriggered you can specify a value to emit:
>>> s.emit(False)
False
>>> asyncio.get_event_loop().run_until_complete(asyncio.sleep(0.15))... | fixing doctests from op.Debounce | semiversus_python-broqer | train |
8970e18111d416491eadbc0821a500ddaead06f7 | diff --git a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/modules/JsBindingModule.java b/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/modules/JsBindingModule.java
index <HASH>..<HASH> 100644
--- a/actor-sdk/sdk-core/core/core-js/src/main/java/im/actor/core/js/modules/JsBindingModule.... | fix(js): Fixing stickers binding | actorapp_actor-platform | train |
ee3730116f87504f4b031adf36f597d409b03d80 | diff --git a/src/image/kind.js b/src/image/kind.js
index <HASH>..<HASH> 100644
--- a/src/image/kind.js
+++ b/src/image/kind.js
@@ -61,6 +61,8 @@ export function createPixelArray(image) {
case 16:
arr = new Uint16Array(length);
break;
+ case 64:
+ arr = new Float64Arr... | Allow bitDepth of <I> bits. In this case it will be a Float<I>Array
This will allow to calculate intermediate images with all the digits. This can be usefull for sobel filter (negative number) or FFT and FT filter | image-js_image-js | train |
f18c789eb0461a370b552493ff4c4a007614b404 | diff --git a/src/Command/DebugBlocksCommand.php b/src/Command/DebugBlocksCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/DebugBlocksCommand.php
+++ b/src/Command/DebugBlocksCommand.php
@@ -16,6 +16,7 @@ namespace Sonata\BlockBundle\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Com... | Catch MissingOptionsException in DebugBlocksCommand (#<I>) | sonata-project_SonataBlockBundle | train |
f0448af40be5e67540843255570817e0f2e135ca | diff --git a/src/system/modules/metamodelsattribute_checkbox/MetaModelAttributeCheckboxBackendHelper.php b/src/system/modules/metamodelsattribute_checkbox/MetaModelAttributeCheckboxBackendHelper.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodelsattribute_checkbox/MetaModelAttributeCheckboxBackendHelper... | Add short comment to filter settings to allow user to describe the purpose of a filter setting. | MetaModels_attribute_checkbox | train |
0eb6cd5aa85d926568a0800854a0fbab0a76480a | diff --git a/dm/dm.go b/dm/dm.go
index <HASH>..<HASH> 100644
--- a/dm/dm.go
+++ b/dm/dm.go
@@ -36,6 +36,7 @@ import (
)
var (
+ deployment_name = flag.String("name", "", "Name of deployment, used for deploy and update commands (defaults to template name)")
stdin = flag.Bool("stdin", false, "Reads a ... | Deployment name can now be set when doing "dm deploy".
The default is still either template file name or <type>-<version>.
Override using the "name" flag. | helm_helm | train |
0434799dfb95f41621a39a364d21e10733306997 | diff --git a/www/src/py_float.js b/www/src/py_float.js
index <HASH>..<HASH> 100644
--- a/www/src/py_float.js
+++ b/www/src/py_float.js
@@ -580,12 +580,18 @@ float.__pow__ = function(self, other){
}
float.__repr__ = float.__str__ = function(self){
- self = float_value(self)
- if(self.valueOf() == Infinity){ret... | Bug fix : the imaginary part of 1 - 0j is <I>, same for 1 - <I>j | brython-dev_brython | train |
003cb97559505d40ada93d9f7857e161a65b1a28 | diff --git a/src/main/java/com/j256/ormlite/field/FieldType.java b/src/main/java/com/j256/ormlite/field/FieldType.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/j256/ormlite/field/FieldType.java
+++ b/src/main/java/com/j256/ormlite/field/FieldType.java
@@ -742,7 +742,16 @@ public class FieldType {
}
@Su... | Fixed bad bug where foreign objects cannot have primitive ids. Thanks to Vladimir. Fixed bug #<I>. | j256_ormlite-core | train |
d08d1ad0424e7c5c1d9bccb87f31529fd1669547 | diff --git a/vsphere/tests/test_vsphere.py b/vsphere/tests/test_vsphere.py
index <HASH>..<HASH> 100644
--- a/vsphere/tests/test_vsphere.py
+++ b/vsphere/tests/test_vsphere.py
@@ -145,9 +145,7 @@ def test__discover_mor(vsphere, instance):
'vm_include': "vm[^2]",
}
include_only_marked = True
- print... | remove print statements (#<I>) | DataDog_integrations-core | train |
918ba82d12cd01dc4588d52c787f99ec15218239 | diff --git a/lib/cert.js b/lib/cert.js
index <HASH>..<HASH> 100644
--- a/lib/cert.js
+++ b/lib/cert.js
@@ -150,7 +150,6 @@ function makeRaw(cert, type, keys, password) {
var newPkcs12Der = forge.asn1.toDer(newPkcs12Asn1).getBytes();
raw = newPkcs12Der;
} else if (type === "pem") {
- ... | Just noticed I addressed that TODO as well :) | bengreenier_ineedatestcert | train |
287aecf74be5da0568e996644719f2f762fff075 | diff --git a/example/toolbar/toolbar.go b/example/toolbar/toolbar.go
index <HASH>..<HASH> 100644
--- a/example/toolbar/toolbar.go
+++ b/example/toolbar/toolbar.go
@@ -25,11 +25,22 @@ func main() {
btnnew := gtk.ToolButtonFromStock(gtk.GTK_STOCK_NEW);
btnclose := gtk.ToolButtonFromStock(gtk.GTK_STOCK_CLOSE);
+ btn... | Added event to GtkToolItem | mattn_go-gtk | train |
c94152d016655fa1536aee7a5f017e7e53c6ba7b | diff --git a/src/plugin/minimap.js b/src/plugin/minimap.js
index <HASH>..<HASH> 100644
--- a/src/plugin/minimap.js
+++ b/src/plugin/minimap.js
@@ -74,6 +74,14 @@ export default class MinimapPlugin {
fillParent: true
}
);
+ // if container is a selector, get the element
+ ... | Fix: Minimap container param can be a selector string (#<I>) | katspaugh_wavesurfer.js | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.