hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
9657ef00df7033064fbba43629c56f55a97acef9 | diff --git a/src/yajra/Datatables/Engines/QueryBuilderEngine.php b/src/yajra/Datatables/Engines/QueryBuilderEngine.php
index <HASH>..<HASH> 100644
--- a/src/yajra/Datatables/Engines/QueryBuilderEngine.php
+++ b/src/yajra/Datatables/Engines/QueryBuilderEngine.php
@@ -104,7 +104,7 @@ class QueryBuilderEngine extends Base... | use query->leftJoin in datatables
line <I>. | yajra_laravel-datatables | train |
a399890fe6791d64d856e4592adb5e5ca07dd4ba | diff --git a/SoftLayer/CLI/core.py b/SoftLayer/CLI/core.py
index <HASH>..<HASH> 100644
--- a/SoftLayer/CLI/core.py
+++ b/SoftLayer/CLI/core.py
@@ -4,7 +4,7 @@ usage: sl <module> [<args>...]
sl help <module> <command>
sl [-h | --help]
-SoftLayer Command-line Client
+SoftLayer Command-line Client {versi... | Adds version to main CLI help | softlayer_softlayer-python | train |
256c76b1de799e700ddd71a79fd87b6d575a413d | diff --git a/src/android/java/io/jxcore/node/ConnectivityInfo.java b/src/android/java/io/jxcore/node/ConnectivityInfo.java
index <HASH>..<HASH> 100644
--- a/src/android/java/io/jxcore/node/ConnectivityInfo.java
+++ b/src/android/java/io/jxcore/node/ConnectivityInfo.java
@@ -22,6 +22,7 @@ import org.thaliproject.p2p.btc... | Minor fix: Check Wi-Fi status when Bluetooth state is changed and vice-versa. | thaliproject_Thali_CordovaPlugin | train |
29e66313d5eb4ee9b23701f75d526aae4652c31d | diff --git a/mockserver-netty/src/main/java/org/mockserver/proxy/http/HttpProxyHandler.java b/mockserver-netty/src/main/java/org/mockserver/proxy/http/HttpProxyHandler.java
index <HASH>..<HASH> 100644
--- a/mockserver-netty/src/main/java/org/mockserver/proxy/http/HttpProxyHandler.java
+++ b/mockserver-netty/src/main/ja... | #<I> resolved issue with connections not being closed by Netty Handler for Proxy | jamesdbloom_mockserver | train |
45143a599b71c2456faef926d3b6aece00404765 | diff --git a/salt/utils/s3.py b/salt/utils/s3.py
index <HASH>..<HASH> 100644
--- a/salt/utils/s3.py
+++ b/salt/utils/s3.py
@@ -28,7 +28,8 @@ log = logging.getLogger(__name__)
def query(key, keyid, method='GET', params=None, headers=None,
requesturl=None, return_url=False, bucket=None, service_url=None,
... | use requests streaming for uploads/downloads to file (return_bin unchanged)
allows downloading files larger than amount of memory (non-stream reads into memory before writing to disk or uploading) | saltstack_salt | train |
4ae2fc5940c3d114453bcce33303687fb07d0082 | diff --git a/File/DrupalExtension.php b/File/DrupalExtension.php
index <HASH>..<HASH> 100644
--- a/File/DrupalExtension.php
+++ b/File/DrupalExtension.php
@@ -6,6 +6,7 @@ use Symfony\Component\Yaml\Yaml;
use PhpParser\ParserFactory;
use PhpParser\Error;
use PhpParser\Node\Stmt\Function_;
+use PhpParser\Node\Stmt\Use... | Added method to DrupalExtension for getting use statements from an AST. | drupal-code-builder_drupal-code-builder | train |
a6a6ac6d695b045fb359ec93cd47a814421f470e | diff --git a/lib/kalindar/event.rb b/lib/kalindar/event.rb
index <HASH>..<HASH> 100644
--- a/lib/kalindar/event.rb
+++ b/lib/kalindar/event.rb
@@ -2,15 +2,20 @@ require 'delegate'
# Delegator with some handy shortcuts
class Event < SimpleDelegator
+ # Time it starts at day, or '...'
def start_time_f day
- pu... | refactor to make things (a tiny bit) better, doc. | fwolfst_kalindar | train |
8bd00b1b9c810fb166e302d1c965b68e3f0b28d6 | diff --git a/src/Payload.php b/src/Payload.php
index <HASH>..<HASH> 100644
--- a/src/Payload.php
+++ b/src/Payload.php
@@ -350,6 +350,67 @@ class Payload extends JsonDataMapper {
}
/**
+ * Store a message about the pull request identified
+ * in the argument.
+ *
+ * @param PullRequest $pullRequest
+ * @para... | [FEATURE] Easy methods to store comments for commit/pull request/code-line | NamelessCoder_gizzle | train |
7eca7e45befd3f764abaeeeb9d3f661572721e96 | diff --git a/app/views/dashboard/components.blade.php b/app/views/dashboard/components.blade.php
index <HASH>..<HASH> 100644
--- a/app/views/dashboard/components.blade.php
+++ b/app/views/dashboard/components.blade.php
@@ -8,7 +8,7 @@
<div class="col-sm-12">
<h3>Components</h3>
<ul class='list-group'>
- @... | Advise adding of a component if there are none | CachetHQ_Cachet | train |
63e930b59cb20e2b4cbbc8cb191a47e7ea8dc4fb | diff --git a/src/Service/Misc/File.php b/src/Service/Misc/File.php
index <HASH>..<HASH> 100644
--- a/src/Service/Misc/File.php
+++ b/src/Service/Misc/File.php
@@ -301,7 +301,7 @@ class File
$this->pool->messages->addMessage('fileserviceDelete', [$this->filterFilePath($realpath)]);
}
... | Fixed the file path filter in the current dev version. | brainworxx_kreXX | train |
e640f6604639b391c571fc164b40811f96199df8 | diff --git a/great_expectations/data_context/types/base.py b/great_expectations/data_context/types/base.py
index <HASH>..<HASH> 100644
--- a/great_expectations/data_context/types/base.py
+++ b/great_expectations/data_context/types/base.py
@@ -420,7 +420,7 @@ class DataContextConfigSchema(Schema):
elif data["co... | Change link to migrating_versions.html as child under guides/ (#<I>) | great-expectations_great_expectations | train |
37952ea6ebd7c1536f8cb3d1dc693e397cb852d6 | diff --git a/packages/workflow-upgrade/index.js b/packages/workflow-upgrade/index.js
index <HASH>..<HASH> 100755
--- a/packages/workflow-upgrade/index.js
+++ b/packages/workflow-upgrade/index.js
@@ -42,9 +42,7 @@ module.exports = async (cwd) => {
// Check for deprecated workflow features
if (availityWorkflo... | refactor(workflow-upgrade): changes warning for deprecated plugin feature | Availity_availity-workflow | train |
74d5464f73e4ddaffa5827b6a351d99d75baba1b | diff --git a/src/Illuminate/Cache/RedisTaggedCache.php b/src/Illuminate/Cache/RedisTaggedCache.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Cache/RedisTaggedCache.php
+++ b/src/Illuminate/Cache/RedisTaggedCache.php
@@ -178,13 +178,26 @@ class RedisTaggedCache extends TaggedCache
*/
protected function... | [8.x] Fix possible out of memory error when deleting values by reference key from cache in Redis driver (#<I>)
* [8.x] Fix possible out of memory error when deleting values by reference key from cache in Redis driver
* formatting | laravel_framework | train |
85073ab82bd0909914fbaa2959a73e9acf14c620 | diff --git a/brozzler/pywb.py b/brozzler/pywb.py
index <HASH>..<HASH> 100644
--- a/brozzler/pywb.py
+++ b/brozzler/pywb.py
@@ -1,6 +1,7 @@
-#!/usr/bin/env python
'''
-brozzler/pywb.py - pywb support for rethinkdb index
+brozzler/pywb.py - pywb customizations for brozzler including rethinkdb index,
+loading from warcs ... | new prog "brozzler-wayback" runs monkey-patched pywb | internetarchive_brozzler | train |
3f9274e92630f25b952d6e3870e662ec757cd30d | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ HEAD
per page in services like `FindItem` that support paging.
- Support creating a proper response when getting a notification request
on the callback URL of a push subscription.
+- `Fold... | A subscription for multiple folders still only returns a single subscription ID. Refs #<I> | ecederstrand_exchangelib | train |
56d44227137b6739e7f5ca5dca2d1f14ab2efe7d | diff --git a/src/node_modules/agent/model.js b/src/node_modules/agent/model.js
index <HASH>..<HASH> 100644
--- a/src/node_modules/agent/model.js
+++ b/src/node_modules/agent/model.js
@@ -46,16 +46,15 @@ module.exports = Model.extend({
deps: ['relsByType'],
cache: false,
fn: function () {
- d... | agent derived prop hasRelsByType | holodex_app | train |
a382149bba690626e8f64c67d87f4f293525b8bc | diff --git a/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java b/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/netty/handler/execution/MemoryAwareThreadPoolExecutor.java
+++ b/src/main/java/or... | Catch InterruptedException and interrupt the current Thread so we at least give someone the chance todo something about it. | netty_netty | train |
ee5fc27e287c8ec6160d50f069d52bc40aabfec6 | diff --git a/myfitnesspal/client.py b/myfitnesspal/client.py
index <HASH>..<HASH> 100644
--- a/myfitnesspal/client.py
+++ b/myfitnesspal/client.py
@@ -76,14 +76,11 @@ class Client(MFPBase):
date.strftime('%Y-%m-%d')
)
- def _get_url_for_measurements(self, **kwargs):
+ def _get_url_for_meas... | #<I> Removed kwargs from method signature
The use of kwargs was unnecessary here and I decided to use two optional
positional arguments instead. | coddingtonbear_python-myfitnesspal | train |
1303a8812f1f35f76053c35494df357b20657756 | diff --git a/bin/user-config.js b/bin/user-config.js
index <HASH>..<HASH> 100644
--- a/bin/user-config.js
+++ b/bin/user-config.js
@@ -10,7 +10,7 @@ function getConfig() {
}
return config;
} catch (err) {
- console.error('No configuration file provided, using defaults.', err);
+ console.warn('No conf... | do not report error in case of no config provided | bdefore_universal-redux | train |
2247c2781c1f5288ec83292a645c32039ddc0057 | diff --git a/src/Auth.php b/src/Auth.php
index <HASH>..<HASH> 100644
--- a/src/Auth.php
+++ b/src/Auth.php
@@ -1029,6 +1029,63 @@ final class Auth extends UserManager {
}
/**
+ * Sets whether password resets should be permitted for the account of the currently signed-in user
+ *
+ * @param bool $enabled whethe... | Allow for users to enable or disable password resets on their own | delight-im_PHP-Auth | train |
102ea5a0d56feae453c008c970ef12aa9053af1c | diff --git a/lib/solidus_shipwire/response_decorator.rb b/lib/solidus_shipwire/response_decorator.rb
index <HASH>..<HASH> 100644
--- a/lib/solidus_shipwire/response_decorator.rb
+++ b/lib/solidus_shipwire/response_decorator.rb
@@ -4,13 +4,13 @@ module SolidusShipwire::Response
end
def to_sku_id_hashmap
- Has... | Use resource method instead of hash navigation | solidusio-contrib_solidus_shipwire | train |
b6f9cd0c074b22e567b43ea7f0bddfe9b106d598 | diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Tools/EntityGenerator.php
+++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php
@@ -933,6 +933,9 @@ public function <methodName>()
case ClassMetadataInfo::GENER... | [<I>][DDC-<I>] Added missing IdGeneratorType. | doctrine_orm | train |
0c5421a1e18d841162919ba126e0677565c824e2 | diff --git a/enoslib/tests/unit/test_ansible_utils.py b/enoslib/tests/unit/test_ansible_utils.py
index <HASH>..<HASH> 100644
--- a/enoslib/tests/unit/test_ansible_utils.py
+++ b/enoslib/tests/unit/test_ansible_utils.py
@@ -234,6 +234,17 @@ class TestEqHosts(EnosTest):
"(we do not look at `extra` for SSH)",... | unit test for Host.filter_addresses | BeyondTheClouds_enoslib | train |
0b7778bdcab025201a7b25be57cf37df37e6cc31 | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,7 @@
- [NEW] Added ``rewrites`` accessor property for URL rewriting.
- [NEW] Added ``st_indexes`` accessor property for Cloudant Geospatial indexes.
- [NEW] Added support for DesignDocument ``_info`` and... | Added update validator property with documentation | cloudant_python-cloudant | train |
029a6337d35a2ddabacbf5e00a07bfb87e163fc7 | diff --git a/command/install.py b/command/install.py
index <HASH>..<HASH> 100644
--- a/command/install.py
+++ b/command/install.py
@@ -165,6 +165,14 @@ class Install (Command):
# shared files, with no nice way to override it! (this
# might be a Python problem, though, not a Distutils
... | Added a self-berating command relating to installation directories for
module distributions that contain platform-specific files. | pypa_setuptools | train |
34f402df7165a56abe6577ae402bc2851d3d39c9 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -20,11 +20,22 @@ function doesNotReject (block, error, message) {
}
}
+function guard (reject, block) {
+ return function (arg) {
+ try {
+ return block(arg);
+ } catch (e) {
+ return reject(e);
+ }
+... | feat(doesNotReject): if Error is thrown from validation function, rejects with that error | twada_rejected-or-not | train |
0a2b1a08da5a7c92e1efe2affe6144a23547548f | diff --git a/src/test/java/org/takes/tk/TkProxyTest.java b/src/test/java/org/takes/tk/TkProxyTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/takes/tk/TkProxyTest.java
+++ b/src/test/java/org/takes/tk/TkProxyTest.java
@@ -37,7 +37,7 @@ import org.takes.rs.RsPrint;
* @author Dragan Bozanovic (bozanovicdr@... | #<I>: Added an estimate to the @todo introduced in the issue resolution. | yegor256_takes | train |
62455b204d789a284189ad0175d458bb7bab950d | diff --git a/imgui/integrations/pyglet.py b/imgui/integrations/pyglet.py
index <HASH>..<HASH> 100644
--- a/imgui/integrations/pyglet.py
+++ b/imgui/integrations/pyglet.py
@@ -75,11 +75,16 @@ class PygletMixin(object):
for value in self.REVERSE_KEY_MAP.values():
key_map[value] = value
- def _o... | Catch when modifiers are pressed in pyglet
If we want to catch a modifier being pressed, for example via
io.key_alt, we need to catch when the alt key is pressed by itself.
Pyglet fires events for the key press of alt, but in those cases it's
not flipped on in the modifiers argument. (Conversely, it *is* on when
key ... | swistakm_pyimgui | train |
f567daa4b8f1b0a904d1b105af9bbbc7abdf16a1 | diff --git a/clustered/server/src/main/java/org/ehcache/clustered/server/ClusterTierManagerActiveEntity.java b/clustered/server/src/main/java/org/ehcache/clustered/server/ClusterTierManagerActiveEntity.java
index <HASH>..<HASH> 100644
--- a/clustered/server/src/main/java/org/ehcache/clustered/server/ClusterTierManagerA... | Fix findbugs issue reintroduced by faulty rebase | ehcache_ehcache3 | train |
6885b6c4161b0a4aa1983c8460e43dbb550fcf59 | diff --git a/azure-storage-blob/ChangeLog.md b/azure-storage-blob/ChangeLog.md
index <HASH>..<HASH> 100644
--- a/azure-storage-blob/ChangeLog.md
+++ b/azure-storage-blob/ChangeLog.md
@@ -5,6 +5,7 @@
## Version XX.XX.XX:
- Optimized page blob upload for create_blob_from_* methods, by skipping the empty chunks.
+- Ad... | Added convenient method to generate container url | Azure_azure-storage-python | train |
caebd44d94e0e2457f05eafe1b9ccb8e5f65dbfc | diff --git a/spec/ui_spec.rb b/spec/ui_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/ui_spec.rb
+++ b/spec/ui_spec.rb
@@ -164,6 +164,11 @@ EOF
mock_remotes unless @remotes.nil?
GitHub.should_receive(:load).with("commands.rb")
GitHub.should_receive(:load).with("helpers.rb")
+ args = @args.clon... | Add some very ugly hackery to allow us to call GitHub.should_receive(:invoke) for sub-commands and not blow up | defunkt_github-gem | train |
7af748dbbe9066e142844c3b07b921fdb51cdd85 | diff --git a/api/controller/controller.go b/api/controller/controller.go
index <HASH>..<HASH> 100644
--- a/api/controller/controller.go
+++ b/api/controller/controller.go
@@ -134,23 +134,26 @@ func (c *Client) ModelStatus(tags ...names.ModelTag) ([]base.ModelStatus, error)
return results, nil
}
-// InitiateModelMi... | api/controller: Make InitiateModelMigration's API more convenient
Unpack the returned result, handling the returned error (if any), and
return just the migration id. | juju_juju | train |
2e22f8c0e492f426eb0005ef7d92792e2e768dd9 | diff --git a/lib/bade/runtime/render_binding.rb b/lib/bade/runtime/render_binding.rb
index <HASH>..<HASH> 100644
--- a/lib/bade/runtime/render_binding.rb
+++ b/lib/bade/runtime/render_binding.rb
@@ -80,10 +80,10 @@ module Bade
# @return [String]
#
def __html_escaped(text)
- text.sub('&', '&a... | [RenderBinding] fix issue with escaping only first XML character (&, <, > and ") | epuber-io_bade | train |
9cad0c5fd5051928d0cfc6c344e0f2aa47d55177 | diff --git a/tool/smarts/src/main/java/org/openscience/cdk/smarts/Smarts.java b/tool/smarts/src/main/java/org/openscience/cdk/smarts/Smarts.java
index <HASH>..<HASH> 100644
--- a/tool/smarts/src/main/java/org/openscience/cdk/smarts/Smarts.java
+++ b/tool/smarts/src/main/java/org/openscience/cdk/smarts/Smarts.java
@@ -3... | Critical patch: SMARTS ring closures must use '%' for rnum >= <I>. | cdk_cdk | train |
31905c195ef2caee1afdd77c9abd6d0b94ca9102 | diff --git a/sqlserver/setup.py b/sqlserver/setup.py
index <HASH>..<HASH> 100644
--- a/sqlserver/setup.py
+++ b/sqlserver/setup.py
@@ -27,7 +27,7 @@ def get_dependencies():
return f.readlines()
-CHECKS_BASE_REQ = 'datadog-checks-base>=23.1.0'
+CHECKS_BASE_REQ = 'datadog-checks-base>=23.1.5'
setup(
... | Upgrade datadog checks base to <I> in sqlserver integration (#<I>) | DataDog_integrations-core | train |
61b4dfe32eaa9965900119af24e8e0c08b0f2242 | diff --git a/tests/scripts/selenium/fuzzer.rb b/tests/scripts/selenium/fuzzer.rb
index <HASH>..<HASH> 100644
--- a/tests/scripts/selenium/fuzzer.rb
+++ b/tests/scripts/selenium/fuzzer.rb
@@ -127,6 +127,7 @@ driver.get editor_url
driver.switch_to.frame(driver.find_element(:tag_name, "iframe"))
editor = driver.find_ele... | Focus the editor in webdriver initialization.
We want to focus the editor regardless of if we are taking the replay path or
normal path. Though Chrome does not require this in the normal path, Firefox
does (the default focus is the URL bar). | quilljs_quill | train |
770044c97ee3708267640374e1fb0ba5d1e30c51 | diff --git a/src/Config/web.permissions.php b/src/Config/web.permissions.php
index <HASH>..<HASH> 100644
--- a/src/Config/web.permissions.php
+++ b/src/Config/web.permissions.php
@@ -43,15 +43,15 @@ return [
'killmails',
'list',
'mail',
- 'market_orders',
+ 'market',
'n... | Fix permission issues (#<I>)
update permission list according to their usage in routes
use ledger permission for corporation ledger routes instead of journal permission
impact : people may have to review a few user/roles permissions. | eveseat_web | train |
7f3a27156a021025e0f92009a6a0bbceea41304d | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -7,13 +7,11 @@
export { SocialIcon } from './components/SocialIcon';
// @atoms
-export SiteLogo from './components/atoms/media/site-logo/SiteLogo';
-export SvgSearch from './components/atoms/icons/SvgSearch... | DP-<I> Removed incomplete components from export | massgov_mayflower | train |
060147fe1e3e12f14fc845a09d17988636bbe52c | diff --git a/gobblin-core/src/main/java/gobblin/publisher/BaseDataPublisher.java b/gobblin-core/src/main/java/gobblin/publisher/BaseDataPublisher.java
index <HASH>..<HASH> 100644
--- a/gobblin-core/src/main/java/gobblin/publisher/BaseDataPublisher.java
+++ b/gobblin-core/src/main/java/gobblin/publisher/BaseDataPublishe... | Fixed some bugs in BaseDataPublisher | apache_incubator-gobblin | train |
6ee44745997afe6022bc79b1aa6f734b24eeb5d7 | diff --git a/bbs/lrp_bbs/convergence_gatherer_test.go b/bbs/lrp_bbs/convergence_gatherer_test.go
index <HASH>..<HASH> 100644
--- a/bbs/lrp_bbs/convergence_gatherer_test.go
+++ b/bbs/lrp_bbs/convergence_gatherer_test.go
@@ -487,8 +487,12 @@ func createTestData(
}
func createValidDesiredLRP(guid string) {
+ setRawDes... | DRY creation of valid LRPs in convergence gatherer test [#<I>]
Also validates that models created by createValid* | cloudfoundry_runtimeschema | train |
35249d6f3b6b37cae9ef8bdf9e529a37cf3b9261 | diff --git a/src/org/jgroups/util/ProxyAddress.java b/src/org/jgroups/util/ProxyAddress.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/util/ProxyAddress.java
+++ b/src/org/jgroups/util/ProxyAddress.java
@@ -81,7 +81,7 @@ public class ProxyAddress implements Address {
}
public String toString() {
- ... | changed suffix to "-r" | belaban_JGroups | train |
beae63d1ec42d9a9e283d143fae6de5333baab80 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -37,6 +37,12 @@ app.use(function *(next){
return;
}
}
+ // check kong node url
+ if (!ctx.request.headers['kong-node-url']) {
+ ctx.response.status = 400;
+ ctx.body = 'Kong-Node-URL ... | handle kong node url missing exception, now respond with <I> | PGBI_kong-dashboard | train |
1b6bf5a4d0711ecc5111ee157e2227c915b6c938 | diff --git a/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/DataFrameDispatcher.java b/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/DataFrameDispatcher.java
index <HASH>..<HASH> 100644
--- a/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/DataFrameDispatcher.java
+++ b/aeron-driver/src/ma... | [Java] Removed coupling between DriverConnection and flyweights. | real-logic_aeron | train |
7429da292f6e1ac366f8c615315d0960e82a4cc6 | diff --git a/ipywidgets/embed.py b/ipywidgets/embed.py
index <HASH>..<HASH> 100644
--- a/ipywidgets/embed.py
+++ b/ipywidgets/embed.py
@@ -15,7 +15,11 @@ from .widgets import Widget, DOMWidget
from .widgets.widget_link import Link
from ._version import __html_manager_version__
-snippet_template = u"""<script src="{... | Add require.js to the embedding snippet. | jupyter-widgets_ipywidgets | train |
dc8d5d7a4c4d3e135ca111b891b889d2e2a6846a | diff --git a/lib/blockchain.js b/lib/blockchain.js
index <HASH>..<HASH> 100644
--- a/lib/blockchain.js
+++ b/lib/blockchain.js
@@ -41,6 +41,10 @@ Blockchain = function(logger, options) {
}
Blockchain.prototype.toHex = function(val) {
+ if (typeof val == "string" && val.indexOf("0x") == 0) {
+ return val;
+ }
+... | Talk to the trie directly rather than through ethereumjs-accounts. Also, various cleanup. | trufflesuite_ganache-core | train |
a234e5d5a6c5ca09da1a2655463e81b65adc992b | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ install:
- "pip install git+https://github.com/googlei18n/glyphsLib.git"
script:
- export WONT_FIX=invalid-name,bad-indentation
- - export MAYBE_SOMEDAY=fixme,missing-docstring,redefined-oute... | fixing pylint:redefined-outer-name on checks.py
(issue #<I>) | googlefonts_fontbakery | train |
96e0d0ace6c9a576852ced9dab45f935b2f8a84a | diff --git a/spaceship/lib/spaceship/test_flight/tester.rb b/spaceship/lib/spaceship/test_flight/tester.rb
index <HASH>..<HASH> 100644
--- a/spaceship/lib/spaceship/test_flight/tester.rb
+++ b/spaceship/lib/spaceship/test_flight/tester.rb
@@ -57,7 +57,7 @@ module Spaceship::TestFlight
# @return (Array) Returns a... | Revert `#factory` with `#new` for instantiation (#<I>)
Didn't want to clog PR #<I> with this super minor tweak. | fastlane_fastlane | train |
cce27c083046a3967d0fdfb6438954888ee91a87 | diff --git a/jsonschema.py b/jsonschema.py
index <HASH>..<HASH> 100644
--- a/jsonschema.py
+++ b/jsonschema.py
@@ -390,6 +390,7 @@ class Validator(object):
error = ValidationError(
"%r is a required property" % (property,)
)
+ error.path.append(prope... | Added path of require to ValidationError | Julian_jsonschema | train |
65f43f9061ac887c5cbbc23d74a230b9d04b9b67 | diff --git a/lib/commercelayer/version.rb b/lib/commercelayer/version.rb
index <HASH>..<HASH> 100644
--- a/lib/commercelayer/version.rb
+++ b/lib/commercelayer/version.rb
@@ -1,3 +1,3 @@
module Commercelayer
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
end | Bump commercelayer to <I> | commercelayer_commercelayer_ruby | train |
54bbccf1da040dd4281a3148ddf8649c8ce444b0 | diff --git a/src/main/java/org/robolectric/shadows/ShadowImageView.java b/src/main/java/org/robolectric/shadows/ShadowImageView.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/robolectric/shadows/ShadowImageView.java
+++ b/src/main/java/org/robolectric/shadows/ShadowImageView.java
@@ -35,7 +35,9 @@ public clas... | Fix ImageView.setImageResource() to no-op if the id passed in is 0. | robolectric_robolectric | train |
49ea39b6ea1e51630f039451878a7d8b17827d85 | diff --git a/includes/general.php b/includes/general.php
index <HASH>..<HASH> 100644
--- a/includes/general.php
+++ b/includes/general.php
@@ -322,17 +322,19 @@ function pods_is_debug_display() {
function pods_is_admin( $cap = null ) {
if ( is_user_logged_in() ) {
- // Default is_super_admin() checks against this... | Only check `delete_users` for single installations | pods-framework_pods | train |
36f5c190eaafcadd0c581ab5efd5125db0306c22 | diff --git a/application.go b/application.go
index <HASH>..<HASH> 100644
--- a/application.go
+++ b/application.go
@@ -212,7 +212,7 @@ func (a *Application) EnableMouse(enable bool) *Application {
// when Stop() was called.
func (a *Application) Run() error {
var (
- err error
+ err, appErr error
lastR... | Handling tcell.ErrorEvent now. Fixes #<I> | rivo_tview | train |
c75f27193698a28fb48516fc48cc2ffbbc190d66 | diff --git a/OsfGenerator.php b/OsfGenerator.php
index <HASH>..<HASH> 100644
--- a/OsfGenerator.php
+++ b/OsfGenerator.php
@@ -64,7 +64,7 @@ class OsfGenerator extends AbstractGenerator
public function getBasePath()
{
- return dirname(dirname(__DIR__));
+ return dirname(__DIR__);
}
... | Fixed generators with new OSF architecture | osflab_generator | train |
55072a0383de7c2e6fafd8570cea5ead255bba16 | diff --git a/jqm-all/jqm-model/src/main/java/com/enioka/jqm/jdbc/DbImplMySql.java b/jqm-all/jqm-model/src/main/java/com/enioka/jqm/jdbc/DbImplMySql.java
index <HASH>..<HASH> 100644
--- a/jqm-all/jqm-model/src/main/java/com/enioka/jqm/jdbc/DbImplMySql.java
+++ b/jqm-all/jqm-model/src/main/java/com/enioka/jqm/jdbc/DbImpl... | Fix incoherent dates in MySQL/MariaDB (#<I>) | enioka_jqm | train |
9ddc73fb889f30cf4c7301ff95487ab5c16299c0 | diff --git a/src/index.jsx b/src/index.jsx
index <HASH>..<HASH> 100644
--- a/src/index.jsx
+++ b/src/index.jsx
@@ -173,6 +173,8 @@ export default class DatePicker extends React.Component {
highlightDates: getHightLightDaysMap(nextProps.highlightDates)
});
}
+ if(!this.state.focused)
+ this.... | Fix for time selection not allowing other changes (#<I>) | Hacker0x01_react-datepicker | train |
3fadcdfd0bf6fbe372a67e5420d91cbf9b16bab4 | diff --git a/lib/run-karma-in-background.js b/lib/run-karma-in-background.js
index <HASH>..<HASH> 100644
--- a/lib/run-karma-in-background.js
+++ b/lib/run-karma-in-background.js
@@ -1,3 +1,3 @@
var server = require('karma').server;
var data = JSON.parse(process.argv[2]);
-server.start(data);
\ No newline at end of f... | Workaround for Karma crashes due to endless loops | jimivdw_grunt-mutation-testing | train |
d5ef7277ba9d46c6e65768f5eab8cded0a8d004d | diff --git a/txtorcon/__init__.py b/txtorcon/__init__.py
index <HASH>..<HASH> 100644
--- a/txtorcon/__init__.py
+++ b/txtorcon/__init__.py
@@ -83,6 +83,13 @@ __all__ = [
"IOnionService", "IFilesystemOnionService",
"IAuthenticatedOnionClients", "IOnionClient",
"AuthStealth", "AuthBasic", "DISCARD",
+ #... | export concrete classes / flake8 | meejah_txtorcon | train |
4a670b9bffe66e48aa5c90afcb17b0bacec4cd30 | diff --git a/robolectric/src/test/java/org/robolectric/shadows/ShadowAudioManagerTest.java b/robolectric/src/test/java/org/robolectric/shadows/ShadowAudioManagerTest.java
index <HASH>..<HASH> 100644
--- a/robolectric/src/test/java/org/robolectric/shadows/ShadowAudioManagerTest.java
+++ b/robolectric/src/test/java/org/r... | Add support for ADJUST_LOWER and ADJUST_RAISE in adjustStreamVolume of ShadowAudioManager
PiperOrigin-RevId: <I> | robolectric_robolectric | train |
2fae3a919f0be2bb42e30bb7e2d41cd2191e4ed5 | diff --git a/source/rafcon/mvc/mygaphas/items/ports.py b/source/rafcon/mvc/mygaphas/items/ports.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/mvc/mygaphas/items/ports.py
+++ b/source/rafcon/mvc/mygaphas/items/ports.py
@@ -1,9 +1,8 @@
from weakref import ref
-from math import pi
from pango import SCALE, FontDescr... | Change SHOW_ABORTED_PREEMPTED behavior
- ports aborted/preempted are always shown
- flag SHOW_ABORTED_PREEMPTED now defines, whether the labels of
these ports are being shown | DLR-RM_RAFCON | train |
d6bed7c4ae2eef702526b74b479e586fc828cc93 | diff --git a/a10_neutron_lbaas/v2/handler_listener.py b/a10_neutron_lbaas/v2/handler_listener.py
index <HASH>..<HASH> 100644
--- a/a10_neutron_lbaas/v2/handler_listener.py
+++ b/a10_neutron_lbaas/v2/handler_listener.py
@@ -187,10 +187,10 @@ class ListenerHandler(handler_base_v2.HandlerBaseV2):
status=s... | Updated/corrected config vars | a10networks_a10-neutron-lbaas | train |
ea23111a0b301a5db790f9db06520728b33d710e | diff --git a/non-schema/java/src/org/whattf/checker/schematronequiv/Assertions.java b/non-schema/java/src/org/whattf/checker/schematronequiv/Assertions.java
index <HASH>..<HASH> 100644
--- a/non-schema/java/src/org/whattf/checker/schematronequiv/Assertions.java
+++ b/non-schema/java/src/org/whattf/checker/schematronequ... | report embed/@hspace and embed/@vspace as "obsolete, use CSS instead" (b=<I>)
<URL> | validator_validator | train |
d331c2f8fd5b2b0db8ce6a58f75495d405a21f96 | diff --git a/hypermap/aggregator/solr.py b/hypermap/aggregator/solr.py
index <HASH>..<HASH> 100644
--- a/hypermap/aggregator/solr.py
+++ b/hypermap/aggregator/solr.py
@@ -101,14 +101,24 @@ class SolrHypermap(object):
# ENVELOPE(minX, maxX, maxY, minY) per https://github.com/spatial4j/spatial4j/issues/36
... | Addition of solr layer naming conventions and addition of extra solr fields | cga-harvard_Hypermap-Registry | train |
ac8b8c9a36ca1e87004ac923ed73d146b7402b19 | diff --git a/tests/test_s3/test_s3.py b/tests/test_s3/test_s3.py
index <HASH>..<HASH> 100644
--- a/tests/test_s3/test_s3.py
+++ b/tests/test_s3/test_s3.py
@@ -1300,6 +1300,12 @@ def test_boto3_list_object_versions():
bucket_name = 'mybucket'
key = 'key-with-versions'
s3.create_bucket(Bucket=bucket_name)
... | Add tests for DeleteMarker support | spulec_moto | train |
97141c5001c26aee804bd848f924609b0e84ecfe | diff --git a/evaluation.py b/evaluation.py
index <HASH>..<HASH> 100644
--- a/evaluation.py
+++ b/evaluation.py
@@ -14,6 +14,7 @@
import subprocess
import itertools
+import time
from sys import version_info
if version_info[0] == 2 and version_info[1] < 6: #python2.5 doesn't have itertools.product
@@ -56,7 +57,7 ... | reimplemented wait() method to make use of the done() method (so overloading wait() is often not necessary)
git-svn-id: <URL> | proycon_pynlpl | train |
3ee3591feb3998baa3edb820d11a7293e6e3a7be | diff --git a/core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefinitionDecorator.java b/core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefinitionDecorator.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/springframework/security/config/OrderedFilterBeanDefin... | SEC-<I>: Added check on "before" and "after" values to make sure they don't overflow when decremented/incremented respectfully. | spring-projects_spring-security | train |
d3a557d59c75c88d1b00669081744ed682aabd35 | diff --git a/ips_vagrant/cli.py b/ips_vagrant/cli.py
index <HASH>..<HASH> 100644
--- a/ips_vagrant/cli.py
+++ b/ips_vagrant/cli.py
@@ -3,10 +3,10 @@ import click
import logging
import pkgutil
import importlib
-import sqlahelper
from ConfigParser import ConfigParser
from ips_vagrant import __version__
from ips_vag... | I still really hate database abstraction in Python | FujiMakoto_IPS-Vagrant | train |
0734f77fc0ae6f620a61f8e83a378022c926e19a | diff --git a/oshino/agents/subprocess_agent.py b/oshino/agents/subprocess_agent.py
index <HASH>..<HASH> 100644
--- a/oshino/agents/subprocess_agent.py
+++ b/oshino/agents/subprocess_agent.py
@@ -59,15 +59,15 @@ class StdoutAgent(Agent):
return self._data.get("metric-separator", "=")
@property
- def l... | Simplify by allowing to define 'local-transform' | CodersOfTheNight_oshino | train |
8f89c61787fc80bef0fa5ee1aa2ddfe0c0837518 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -136,6 +136,13 @@ var putThenResp = function(key, val, res, data){
});
};
+var delThenResp = function(key, res){
+ db.del(key, function(err){
+ if(err) return errResp(res, err);
+ jsonResp(res, {ok... | rm channels and rulesets from pico | Picolab_pico-engine | train |
e2655ab2268d07fd585e60204b7c62a728aae5a9 | diff --git a/plugin/s3/plugin.go b/plugin/s3/plugin.go
index <HASH>..<HASH> 100644
--- a/plugin/s3/plugin.go
+++ b/plugin/s3/plugin.go
@@ -164,7 +164,7 @@ func (s3 S3ConnectionInfo) genBackupPath() string {
year, mon, day := t.Date()
hour, min, sec := t.Clock()
uuid := plugin.GenUUID()
- return fmt.Sprintf("%s/%0... | Fixed s3 plugin
S3's API doesn't like when you upload filenames with ':'s in them.
I suspect this has to do with the headers calculating a signature based
on your secret access key + the request performed, but then the ':' is
URL-encoded after the signature is calculated, and so it does not match
anymore. Solution: dr... | starkandwayne_shield | train |
5430524ebd1c580a65dc5dc3d352b2401e66a106 | diff --git a/lib/puppet/provider/package/dnf.rb b/lib/puppet/provider/package/dnf.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/package/dnf.rb
+++ b/lib/puppet/provider/package/dnf.rb
@@ -28,7 +28,7 @@ Puppet::Type.type(:package).provide :dnf, :parent => :yum do
end
end
- defaultfor :operatingsy... | (PUP-<I>) Update dnf provider to support future Fedora releases
The dnf provider is hard coded to work with Fedora <I>-<I>. This update
converts the release list into a range which will work Fedora through
version <I>. | puppetlabs_puppet | train |
543be9428667db9d304f1dc3fb53c8937d0f2582 | diff --git a/tests/test_browser.py b/tests/test_browser.py
index <HASH>..<HASH> 100644
--- a/tests/test_browser.py
+++ b/tests/test_browser.py
@@ -37,33 +37,33 @@ def test_submit_online(httpbin):
assert 'MechanicalSoup' in json["headers"]["User-Agent"]
-form_html = """
-<form method="post" action="http://httpb... | Make sure all tests can be run offline
Closes #<I>.
There were three tests that were still accessing <URL> | MechanicalSoup_MechanicalSoup | train |
149305291388fbaf3f5d61f3c9489bf14008925a | diff --git a/tasks/stencil.js b/tasks/stencil.js
index <HASH>..<HASH> 100644
--- a/tasks/stencil.js
+++ b/tasks/stencil.js
@@ -22,7 +22,7 @@ module.exports = function(grunt) {
file_lists: {}
},
meta_data_sep: '\n\n',
- templates_folder: '',
+ templates_folder: ''
});
// Iter... | No comma after last object item | cambridge-healthcare_grunt-stencil | train |
34612d564b3064bf51639399d479bbea3b42456a | diff --git a/generators/app/templates/client/app/app.controller.js b/generators/app/templates/client/app/app.controller.js
index <HASH>..<HASH> 100644
--- a/generators/app/templates/client/app/app.controller.js
+++ b/generators/app/templates/client/app/app.controller.js
@@ -23,9 +23,9 @@
* @param {$location} $mdSid... | refactor(inDetailState): up to appController | michaelkrone_generator-material-app | train |
7be0b683e26d7f2f90acd47a4413dddd8e66e019 | diff --git a/iopipe/contrib/profiler/plugin.py b/iopipe/contrib/profiler/plugin.py
index <HASH>..<HASH> 100644
--- a/iopipe/contrib/profiler/plugin.py
+++ b/iopipe/contrib/profiler/plugin.py
@@ -58,12 +58,13 @@ class ProfilerPlugin(Plugin):
with tempfile.NamedTemporaryFile() as stats_file:
... | Add a check for signedRequest before using it | iopipe_iopipe-python | train |
7a8bd2f41ceb7da437709dcd8720290282ca1b8c | diff --git a/src/LINEBot/Event/BaseEvent.php b/src/LINEBot/Event/BaseEvent.php
index <HASH>..<HASH> 100644
--- a/src/LINEBot/Event/BaseEvent.php
+++ b/src/LINEBot/Event/BaseEvent.php
@@ -194,4 +194,14 @@ class BaseEvent
# Unknown event
return null;
}
+
+ /**
+ * Returns the instance as an ... | add BaseEvent to toArray method | line_line-bot-sdk-php | train |
d41192740676d658ab5f1933901bbf122a9f5e12 | diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index <HASH>..<HASH> 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
// Platform: ios
-// 3.0.0rc1-0-g525e76b
+// 3.0.0-0-ge670de9
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agr... | Updated cordova.js to <I> | apache_cordova-ios | train |
0d307e72b21c34906ad29f2d325e3b594b51c4be | diff --git a/lib/tokyo_metro/factory/generate/static/operator/info/name.rb b/lib/tokyo_metro/factory/generate/static/operator/info/name.rb
index <HASH>..<HASH> 100644
--- a/lib/tokyo_metro/factory/generate/static/operator/info/name.rb
+++ b/lib/tokyo_metro/factory/generate/static/operator/info/name.rb
@@ -3,7 +3,7 @@ c... | <I>_<I> Update - TokyoMetro::Factory::Generate::Static::Operator::Info::Name | osorubeki-fujita_odpt_tokyo_metro | train |
84e6cd15c9178f5a4a3afff11f6f5622199dd421 | diff --git a/src/test/java/com/aparapi/runtime/Issue69Test.java b/src/test/java/com/aparapi/runtime/Issue69Test.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/aparapi/runtime/Issue69Test.java
+++ b/src/test/java/com/aparapi/runtime/Issue69Test.java
@@ -1,12 +1,12 @@
/**
* Copyright (c) 2016 - 2017 Syncleus... | chore: one of the unit tests didnt do any assertions. | Syncleus_aparapi | train |
e970a318f944ab5a1cbcf51e00ebfab4e8a26c74 | diff --git a/lib/rabl/engine.rb b/lib/rabl/engine.rb
index <HASH>..<HASH> 100644
--- a/lib/rabl/engine.rb
+++ b/lib/rabl/engine.rb
@@ -316,7 +316,7 @@ module Rabl
@_locals, @_scope = locals, scope
self.copy_instance_variables_from(@_scope, [:@assigns, :@helpers])
set_locals(locals)
- set_sourc... | Fix passing locals to extends
Pull Request #<I> broke passing locals to `extends`. Specifically commit
2abc<I>e<I>ba6bce<I>a<I>d<I>e<I>bc2. This adds a test that was
failing. | nesquena_rabl | train |
63363f944f87e04b24e6eb622fabf03bc7bbecee | diff --git a/indra/assemblers/cx/assembler.py b/indra/assemblers/cx/assembler.py
index <HASH>..<HASH> 100644
--- a/indra/assemblers/cx/assembler.py
+++ b/indra/assemblers/cx/assembler.py
@@ -6,7 +6,8 @@ import itertools
from ndex2.nice_cx_network import NiceCXNetwork
from collections import OrderedDict
from indra.st... | Add prefixes for citations and agents | sorgerlab_indra | train |
26ae6842544a71a670f2825e836c54a71b8d5111 | diff --git a/libraries/joomla/session/session.php b/libraries/joomla/session/session.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/session/session.php
+++ b/libraries/joomla/session/session.php
@@ -164,13 +164,13 @@ class JSession implements IteratorAggregate
* if it doesn't already exist.
*
* @param ... | Improve docblock, add type hinting and default null to JSession::getInstance. | joomla_joomla-framework | train |
36a573d48f2aeea97ad3dfc654146d3171bf52c3 | diff --git a/kernel/src/main/java/com/qspin/qtaste/ui/log4j/Log4jPanel.java b/kernel/src/main/java/com/qspin/qtaste/ui/log4j/Log4jPanel.java
index <HASH>..<HASH> 100644
--- a/kernel/src/main/java/com/qspin/qtaste/ui/log4j/Log4jPanel.java
+++ b/kernel/src/main/java/com/qspin/qtaste/ui/log4j/Log4jPanel.java
@@ -23,6 +23,... | Issue #<I>: Added Horizontal scroll bar to show the list of processes. | qspin_qtaste | train |
465f0e376135a96814ac4c75d4d943f620615c91 | diff --git a/src/Composer/Command/RequireCommand.php b/src/Composer/Command/RequireCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Command/RequireCommand.php
+++ b/src/Composer/Command/RequireCommand.php
@@ -81,6 +81,7 @@ EOT
$requirements = $this->determineRequirements($input, $output, $input->getA... | When requiring a package remove it from require-dev and vice versa | mothership-ec_composer | train |
f718148e4faf39bb4236c9ded59f4ade4852c0e0 | diff --git a/lib/randy.rb b/lib/randy.rb
index <HASH>..<HASH> 100644
--- a/lib/randy.rb
+++ b/lib/randy.rb
@@ -2,6 +2,7 @@ class Simulator # TODO rename file
attr_reader :outcome_to_probability
def initialize outcome_to_probability
+ raise "only have one outcome" if outcome_to_probability.size == 1
@out... | Make so can't have only one outcome | nigel-lowry_random_outcome | train |
0f56570b87744a0ef615762d2f7a21134b6ea19b | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
autoprefixer: { // https://github.com/nDmitry/grunt-autoprefixer
options: {
- browsers: ['last 3 versions', 'bb 10', 'android 3']
+ ... | Updated Autoprefixer to last 2 browser versions | andreimc_animate-css-webpack | train |
689316b57c7906d2870009820bf645c8c8ae0e28 | diff --git a/src/core/collection.js b/src/core/collection.js
index <HASH>..<HASH> 100644
--- a/src/core/collection.js
+++ b/src/core/collection.js
@@ -785,9 +785,9 @@ export default class Collection {
}
await Tyr.Event.fire({ collection, type: 'insert', when: 'pre', _documents: parsedArr, opts });
- ... | Support inserting empty arrays (#<I>)
* test: add failing test for insert empty array
* fix: support inserting empty arrays | tyranid-org_tyranid | train |
07e0bed23e56fbcd7dad3eabe6e7b96ab39133aa | diff --git a/src/main/java/com/sd_editions/collatex/block/Line.java b/src/main/java/com/sd_editions/collatex/block/Line.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sd_editions/collatex/block/Line.java
+++ b/src/main/java/com/sd_editions/collatex/block/Line.java
@@ -1,5 +1,9 @@
package com.sd_editions.coll... | [RHD] Added Line.getPhrase(i, j) | interedition_collatex | train |
37f1024fddf03b70c25cc0a85c784c43cf9ad314 | diff --git a/lib/agent/triggers/geofencing/index.js b/lib/agent/triggers/geofencing/index.js
index <HASH>..<HASH> 100644
--- a/lib/agent/triggers/geofencing/index.js
+++ b/lib/agent/triggers/geofencing/index.js
@@ -41,6 +41,8 @@ var GeofenceTrigger = function(options) {
this.origin = options.origin;
this.radius... | Make sure to emit event only when geofence has matching type (in/out) | prey_prey-node-client | train |
cbaaca394696cf2bf222a08b8747fe6c142f3e40 | diff --git a/stdnet/orm/base.py b/stdnet/orm/base.py
index <HASH>..<HASH> 100755
--- a/stdnet/orm/base.py
+++ b/stdnet/orm/base.py
@@ -1,3 +1,4 @@
+'''Defines Metaclasses and Base classes for stdnet Models.'''
import sys
import copy
import hashlib
@@ -70,7 +71,7 @@ class ModelMeta(object):
class Meta... | catch ModelNotRegistered during registration | lsbardel_python-stdnet | train |
07732d7b7df8bbc331447a3d0be02e6f9b01be7b | diff --git a/pandas/core/base.py b/pandas/core/base.py
index <HASH>..<HASH> 100644
--- a/pandas/core/base.py
+++ b/pandas/core/base.py
@@ -224,9 +224,9 @@ class SelectionMixin(Generic[NDFrameT]):
if len(self.exclusions) > 0:
# equivalent to `self.obj.drop(self.exclusions, axis=1)
# b... | CLN: consolidate arg no longer needed (#<I>) | pandas-dev_pandas | train |
6f5185104cf0781fb366b804723ae56710cea8c4 | diff --git a/src/com/opera/core/systems/QuickMenu.java b/src/com/opera/core/systems/QuickMenu.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/QuickMenu.java
+++ b/src/com/opera/core/systems/QuickMenu.java
@@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
limitation... | DSK-<I> Webdriver QuickMenu doesn't have an isVisible() method, that is expected by operawatir | operasoftware_operaprestodriver | train |
f72665d0fd528b1a8d4acbd05d5d6903988b7cb1 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
project = u'Valdi'
-copyright = u'2019, Philip Lehmann-Böhm'
+copyright = u'2020, Philip Lehmann-Böhm'
author = u'Philip Lehmann... | set the copyright year to <I> | philiplb_Valdi | train |
86e3038cfe5f174d874fb178f4f7aa547bfdc27b | diff --git a/ReactNativeClient/lib/file-api-driver-webdav.js b/ReactNativeClient/lib/file-api-driver-webdav.js
index <HASH>..<HASH> 100644
--- a/ReactNativeClient/lib/file-api-driver-webdav.js
+++ b/ReactNativeClient/lib/file-api-driver-webdav.js
@@ -299,6 +299,11 @@ class FileApiDriverWebDav {
async mkdir(path) {
... | Mobile: Fixes #<I>: Get WebDAV to work with certain servers that require a trailing slash on directories | laurent22_joplin | train |
e42f5826dc98a4cb86bd70e1fbce54934fbd0d4a | diff --git a/app/helpers/liquid-if.js b/app/helpers/liquid-if.js
index <HASH>..<HASH> 100644
--- a/app/helpers/liquid-if.js
+++ b/app/helpers/liquid-if.js
@@ -33,11 +33,12 @@ export function factory(invert) {
}
hash.templates = templates;
- hash.showFirstBinding = property;
if (isHTMLBars) {
+ ... | fix ember warning when passing *Binding options with unquoted values | ember-animation_liquid-fire | train |
496c54bcaf3d2e705247e695940804e5bef109f4 | diff --git a/src/org/ddogleg/struct/DogArray_F32.java b/src/org/ddogleg/struct/DogArray_F32.java
index <HASH>..<HASH> 100644
--- a/src/org/ddogleg/struct/DogArray_F32.java
+++ b/src/org/ddogleg/struct/DogArray_F32.java
@@ -491,6 +491,15 @@ public class DogArray_F32 implements DogArrayPrimitive<DogArray_F32> {
data[... | DogArray primitive
- Added count filter | lessthanoptimal_ddogleg | train |
bc200344a48ea855b87e971383d94c63cba12e53 | diff --git a/bypy.py b/bypy.py
index <HASH>..<HASH> 100755
--- a/bypy.py
+++ b/bypy.py
@@ -1607,6 +1607,7 @@ class ByPy(object):
except Exception as ex:
# OpenSSL SysCallError
if ex.args == (10054, 'WSAECONNRESET') \
+ or ex.args == (10053, 'WSAECONNABORTED') \
or ex.args == (104, 'ECONNRESET'):
r... | Handle (<I>, 'WSAECONNABORTED') (#<I>) | houtianze_bypy | train |
e3e54275b0f100b879cf8bf2707b1f5f348e1b4e | diff --git a/src/Core/Support/WordPressUrl.php b/src/Core/Support/WordPressUrl.php
index <HASH>..<HASH> 100644
--- a/src/Core/Support/WordPressUrl.php
+++ b/src/Core/Support/WordPressUrl.php
@@ -56,8 +56,10 @@ trait WordPressUrl
*/
public function formatHomeUrl(string $url, string $fragment = 'cms')
{
-... | Remove duplicate code on URL and add dynamic fragment length for customization. | themosis_framework | train |
42119a3e4beb3eb86f14c4ba6f45d045d574c61a | diff --git a/src/Authentication/Factory/LdapBindAuthenticationFactory.php b/src/Authentication/Factory/LdapBindAuthenticationFactory.php
index <HASH>..<HASH> 100644
--- a/src/Authentication/Factory/LdapBindAuthenticationFactory.php
+++ b/src/Authentication/Factory/LdapBindAuthenticationFactory.php
@@ -54,8 +54,14 @@ cl... | Enhanced LdapBindAuthenticationFactory to be able to handle host value that is already prefixed with 'ldap://' or 'ldaps://' | MLukman_Securilex | train |
7fc007b9ddd74a877d645e2458507642e4004327 | diff --git a/great_expectations/dataset/pandas_dataset.py b/great_expectations/dataset/pandas_dataset.py
index <HASH>..<HASH> 100644
--- a/great_expectations/dataset/pandas_dataset.py
+++ b/great_expectations/dataset/pandas_dataset.py
@@ -389,3 +389,41 @@ class PandasDataSet(DataSet, pd.DataFrame):
return re... | added expectations to be implemented as well as test functions; other minor modifications | great-expectations_great_expectations | train |
367ba7ad7f8c81afc2dde65619a5796c5147ec71 | diff --git a/neurosynth/analysis/classify.py b/neurosynth/analysis/classify.py
index <HASH>..<HASH> 100644
--- a/neurosynth/analysis/classify.py
+++ b/neurosynth/analysis/classify.py
@@ -180,14 +180,14 @@ def classify(X, y, method='ERF', classifier=None, output='summary',
Imlements various types of classification ... | Added a setter of class_weight to Classifier. | neurosynth_neurosynth | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.