hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a86cc740648d1c0f61f175c90c92831d1e7314cb | diff --git a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java b/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java
index <HASH>..<HASH> 100644
--- a/clevertap-android-sdk/src/main/java/com/clevertap/android/sdk/CleverTapAPI.java
+++ b/clevertap-android-sdk/src... | fix(ARP): Updated comment SDK-<I> | CleverTap_clevertap-android-sdk | train |
ebe4e11d0509fdc8f30ffe86b9a3d6232dcb1d0f | diff --git a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/CoreBundle/Application/Kernel.php
+++ b/src/Sylius/Bundle/CoreBundle/Application/Kernel.php
@@ -29,12 +29,12 @@ use Symfony\Component\HttpKernel\Kern... | Change Sylius version to <I> | Sylius_Sylius | train |
6d2e0aff822bc3ce11887a8a9eb1a88835a4f6f6 | diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/framework/CHANGELOG.md
+++ b/framework/CHANGELOG.md
@@ -37,6 +37,7 @@ Yii Framework 2 Change Log
- Enh #14188: Add constants and function for sysexits(3) to `ConsoleHelper` (tom--, samdark, cebe)
- Bug #14165: Set `_slave` ... | Fixes #<I>: Fixed caching rules in `yii\web\UrlManager` with different `ruleConfig` configuration | yiisoft_yii2 | train |
e25a559fc0706a62d238c7ded088e389614c6749 | diff --git a/backend.go b/backend.go
index <HASH>..<HASH> 100644
--- a/backend.go
+++ b/backend.go
@@ -1,5 +1,47 @@
package rbforwarder
+// Source is the component that gets data from a source, then sends the data
+// to the backend.
+type Source interface {
+ Listen(Forwarder)
+ Close()
+}
+
+// Decoder is the comp... | Check if source is not nil befor start
And moved some struct definitions from rbforwarder.go to backend.go | redBorder_rbforwarder | train |
3813295f7dcb7cfb2197d85d148b497fc2b952b2 | diff --git a/uncommitted/__init__.py b/uncommitted/__init__.py
index <HASH>..<HASH> 100644
--- a/uncommitted/__init__.py
+++ b/uncommitted/__init__.py
@@ -70,7 +70,7 @@ Changelog
**2.0** (2018 Jan 21)
-- Fix Python 3 error with ``-l`` / ``--locate`` by switching all
+- Fix Python 3 error with ``-l`` / ``--locate``... | Remove Unicode character to make Python 2 happy | brandon-rhodes_uncommitted | train |
f804aacab7cbed9c6528d39364ae46ba5cd047dc | diff --git a/pytodoist/todoist.py b/pytodoist/todoist.py
index <HASH>..<HASH> 100644
--- a/pytodoist/todoist.py
+++ b/pytodoist/todoist.py
@@ -468,7 +468,7 @@ class User(TodoistObject):
"""Return a list of tasks that match some search criteria.
.. note:: Example queries can be found
- `he... | Added link to example task date strings in docstring. | Garee_pytodoist | train |
243e624c8e932f756c226dcf0797d95951fa091b | diff --git a/rxjava-core/src/main/java/rx/Observable.java b/rxjava-core/src/main/java/rx/Observable.java
index <HASH>..<HASH> 100644
--- a/rxjava-core/src/main/java/rx/Observable.java
+++ b/rxjava-core/src/main/java/rx/Observable.java
@@ -2926,10 +2926,26 @@ public class Observable<T> {
return create(Operation... | added javadoc comments to Observable.distinct | ReactiveX_RxJava | train |
c93ba4b45dee98da9a8824233087cbeb8ff2a2a7 | diff --git a/ibis/backends/base/sql/__init__.py b/ibis/backends/base/sql/__init__.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/base/sql/__init__.py
+++ b/ibis/backends/base/sql/__init__.py
@@ -73,7 +73,7 @@ class BaseSQLBackend(BaseBackend):
f"Backend {self.name} does not support .sql()"
)
... | refactor(raw_sql): remove unused `results` kwarg
This is _technically_ a breaking change but I am not marking it as
breaking because I don't imagine anyone is actually using the `results`
kwarg, and because it does nothing. | ibis-project_ibis | train |
792777b4a22e7824e31ec45bdf0e0d838f0c74cf | diff --git a/src/main/java/com/groupbyinc/api/model/DebugInfo.java b/src/main/java/com/groupbyinc/api/model/DebugInfo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/groupbyinc/api/model/DebugInfo.java
+++ b/src/main/java/com/groupbyinc/api/model/DebugInfo.java
@@ -1,6 +1,9 @@
package com.groupbyinc.api.model... | remove unused debugInfo pieces from response | groupby_api-java | train |
8605ea0c17e4cf434e44c53d1980bb11ed753040 | diff --git a/generate/std/main.go b/generate/std/main.go
index <HASH>..<HASH> 100644
--- a/generate/std/main.go
+++ b/generate/std/main.go
@@ -4,6 +4,7 @@
package main
import (
+ "flag"
"fmt"
"io"
"os"
@@ -16,8 +17,6 @@ import (
"github.com/mvdan/interfacer/internal/util"
)
-const filename = "std.go"
-
... | generate/std: have output filename as flag arg
By default, print to stdout. | mvdan_interfacer | train |
60e3fefe55bbb8b0b66d7be2fcad889d219c3e27 | diff --git a/test/activity/margins_activity_test.rb b/test/activity/margins_activity_test.rb
index <HASH>..<HASH> 100644
--- a/test/activity/margins_activity_test.rb
+++ b/test/activity/margins_activity_test.rb
@@ -6,7 +6,7 @@ setup do |activity|
@text_view_margins = activity.findViewById(42)
@text_view_layou... | * Minor correction to margins test setup | ruboto_ruboto | train |
0f7ea6ffabf068f5c0210edbd0228aab355389a2 | diff --git a/src/flapjack/resources/base.py b/src/flapjack/resources/base.py
index <HASH>..<HASH> 100644
--- a/src/flapjack/resources/base.py
+++ b/src/flapjack/resources/base.py
@@ -798,14 +798,14 @@ class Base(six.with_metaclass(meta.Resource)):
return response
def delete(self, obj=None):
+ ... | Small fixes here to allow list delete. | armet_python-armet | train |
b74764b87556858beed68334d8774ce8fb87fa0e | diff --git a/djstripe/migrations/0001_initial.py b/djstripe/migrations/0001_initial.py
index <HASH>..<HASH> 100644
--- a/djstripe/migrations/0001_initial.py
+++ b/djstripe/migrations/0001_initial.py
@@ -1874,6 +1874,7 @@ class Migration(migrations.Migration):
decimal_places=2,
... | Fix backwards migrations for Plan.amount field | dj-stripe_dj-stripe | train |
c147e6894afa5da441a505eec136b4cea8650208 | diff --git a/src/project-type/package/scaffolder-test.js b/src/project-type/package/scaffolder-test.js
index <HASH>..<HASH> 100644
--- a/src/project-type/package/scaffolder-test.js
+++ b/src/project-type/package/scaffolder-test.js
@@ -33,7 +33,6 @@ suite('package project-type', () => {
const scaffoldedTypeScripts = ... | refactor(package-project): further simplified the merging of results | travi_javascript-scaffolder | train |
73f0795b94716ca6819897a4c50e3d4e6d2ecc53 | diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
+++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
@@ -6... | More similar names for setting and resetting search context | fhoeben_hsac-fitnesse-fixtures | train |
2d35ef65df236439f91ea298cde8773acd922b1f | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -217,6 +217,26 @@ def post():
return abort(500)
```
+# HTML sanitizer
+
+By default Flasgger will try to sanitize the content in YAML definitions
+replacing every ```\n``` with ```<br>``` but you can change thi... | Fix #5 allow the replace of html sanitizer | rochacbruno_flasgger | train |
a1c3857094bc8f10bbca5907bae6eeef9bf9b756 | diff --git a/lib/EarthIT/CMIPREST/SQLStorage.php b/lib/EarthIT/CMIPREST/SQLStorage.php
index <HASH>..<HASH> 100644
--- a/lib/EarthIT/CMIPREST/SQLStorage.php
+++ b/lib/EarthIT/CMIPREST/SQLStorage.php
@@ -108,21 +108,6 @@ implements EarthIT_CMIPREST_Storage
//// Build complimicated queries
- protected function bu... | Replace use of SQLStorage#buildSelects with calls to sqlGenerator. | EarthlingInteractive_PHPCMIPREST | train |
af97444615cca11f50811afb9f4ebb4d64a725de | diff --git a/src/main/java/com/networknt/schema/BaseJsonValidator.java b/src/main/java/com/networknt/schema/BaseJsonValidator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/networknt/schema/BaseJsonValidator.java
+++ b/src/main/java/com/networknt/schema/BaseJsonValidator.java
@@ -125,4 +125,12 @@ public abstr... | Fixing min/max int validation to not output decimal constraints. | networknt_json-schema-validator | train |
344b877539a402a4996fa61ef7cfc7700b0b6d45 | diff --git a/flac.class.php b/flac.class.php
index <HASH>..<HASH> 100644
--- a/flac.class.php
+++ b/flac.class.php
@@ -144,17 +144,17 @@ class Flac
$this->vorbisComment = array();
$raw = $this->read($metaBlockLength);
$strpos = 0;
- $this->vorbisComment[... | Fixed bug with large vorbis comment entries | bluemoehre_flac-php | train |
2059240b7a7443405610b4131244a2c4e872efb2 | diff --git a/lib/UserAgent.php b/lib/UserAgent.php
index <HASH>..<HASH> 100644
--- a/lib/UserAgent.php
+++ b/lib/UserAgent.php
@@ -270,7 +270,8 @@ class UserAgent
'maxthon',
'konqueror',
'netscape',
- 'lynx'
+ 'lynx',
+ 'links'
);
} | Added 'Links' to the list of known real browsers (UNIX text-mode browser) | flamecore_user-agent | train |
661bfff622fdea22bb2be8b6bda88c3976c03d96 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,8 +1,7 @@
var looper = require('looper')
-var Through = require('pull-core').Through
-var window = module.exports =
-Through(function (read, init, start) {
+var window = module.exports = function (init, start) {
+return ... | use pull-stream@3 api | pull-stream_pull-window | train |
76ee8f71d92bbc4b2be9326ba1dd0ac9e389feac | diff --git a/src/feat/agents/base/poster.py b/src/feat/agents/base/poster.py
index <HASH>..<HASH> 100644
--- a/src/feat/agents/base/poster.py
+++ b/src/feat/agents/base/poster.py
@@ -23,12 +23,11 @@ from zope.interface import implements
from feat.agents.base import replay, protocols
from feat.agencies import messag... | Fix sending alert by host agent.
HA was initiating alert poster before switching the shard. The alerts where send with incorrect recipient. | f3at_feat | train |
958cb85ffd2dc744ebd514f08e36983f91741dc6 | diff --git a/universe/__init__.py b/universe/__init__.py
index <HASH>..<HASH> 100644
--- a/universe/__init__.py
+++ b/universe/__init__.py
@@ -24,6 +24,12 @@ from universe.remotes import docker_remote
from universe.rewarder import merge_infos
from universe.runtimes.registration import runtime_spec
+__all__ = [
+ ... | Don't export temp vars like id | openai_universe | train |
e7732bfd02c585a79f03929d48392de9f9e9360f | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,18 @@ gritty.listen(socket);
server.listen(port, ip);
```
+If you want dinamically change `env` variables, you can use [socket.request](https://socket.io/docs/server-api/#socket-request) for this purpose:
+... | feature(gritty) add ability to set ENV with help of socket.request.env #2 | cloudcmd_gritty | train |
98ecfc7b302976cc777acff2f042577dcbd0eb2b | diff --git a/src/test/java/org/primefaces/expression/SearchExpressionFacadeTest.java b/src/test/java/org/primefaces/expression/SearchExpressionFacadeTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/primefaces/expression/SearchExpressionFacadeTest.java
+++ b/src/test/java/org/primefaces/expression/SearchExp... | more units tests for @next and @previous | primefaces_primefaces | train |
dfd0f04e8e38375bb57d74e86b4cdfb070442c91 | diff --git a/src/main/java/com/redhat/synq/MultiEvent.java b/src/main/java/com/redhat/synq/MultiEvent.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/redhat/synq/MultiEvent.java
+++ b/src/main/java/com/redhat/synq/MultiEvent.java
@@ -19,6 +19,7 @@
package com.redhat.synq;
+import static com.redhat.synq.Th... | Throw inner event's exception with updated stack trace in MultiEvent | darcy-framework_synq | train |
b27869b8884f8c31d8b61a5fd8a26fadb8145dd7 | diff --git a/liquid_tags/include_code.py b/liquid_tags/include_code.py
index <HASH>..<HASH> 100644
--- a/liquid_tags/include_code.py
+++ b/liquid_tags/include_code.py
@@ -54,7 +54,7 @@ FORMAT = re.compile(r"""
(?:\s+)? # Whitespace
(?P<hidefilename>:hidefilename:)? # Hidefilename flag
(?P<... | Minor refactoring
Lines [xxx] won't be shown if :hidetitle: is used | getpelican_pelican-plugins | train |
d4721d84233ce3216694a2afabf09b993735ebee | diff --git a/src/layers/core/solid-polygon-layer/solid-polygon-layer.js b/src/layers/core/solid-polygon-layer/solid-polygon-layer.js
index <HASH>..<HASH> 100644
--- a/src/layers/core/solid-polygon-layer/solid-polygon-layer.js
+++ b/src/layers/core/solid-polygon-layer/solid-polygon-layer.js
@@ -117,10 +117,9 @@ export d... | Fix the model regeneration bug introduced by #<I> (#<I>)
No need to regenerate Model when data is changed. | uber_deck.gl | train |
d3049a7ab8526441bb3fdc0dfabd22dded74f5f6 | diff --git a/cmd/juju/commands/main.go b/cmd/juju/commands/main.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/commands/main.go
+++ b/cmd/juju/commands/main.go
@@ -171,6 +171,7 @@ func registerCommands(r commandRegistry, ctx *cmd.Context) {
// Charm tool commands.
r.Register(newHelpToolCommand())
+ register(charmc... | Register the new charm command as a super-command. | juju_juju | train |
4d3c6c21e7232c3391f04417a42319ebad6abea6 | diff --git a/container/lxd/lxdclient/conn_server.go b/container/lxd/lxdclient/conn_server.go
index <HASH>..<HASH> 100644
--- a/container/lxd/lxdclient/conn_server.go
+++ b/container/lxd/lxdclient/conn_server.go
@@ -27,6 +27,7 @@ type clientServerMethods struct {
raw rawServerMethods
}
+// SetConfig sets the given ... | Add a missing doc comment. | juju_juju | train |
22792d096589f0282d25d2c1e14a848a532ce733 | diff --git a/File/src/JsonFile.php b/File/src/JsonFile.php
index <HASH>..<HASH> 100644
--- a/File/src/JsonFile.php
+++ b/File/src/JsonFile.php
@@ -50,6 +50,6 @@ class JsonFile extends File
*/
protected function decode($var)
{
- return (array) json_decode($var);
+ return (array) json_decode... | Minor tweak on JsonFile class to load JSON into an array | rockettheme_toolbox | train |
12b2a8d3b3c5b319c77c6c43583dfcdc5c581c0c | diff --git a/molgenis-data-file/src/main/java/org/molgenis/data/file/processor/MissingValueProcessor.java b/molgenis-data-file/src/main/java/org/molgenis/data/file/processor/MissingValueProcessor.java
index <HASH>..<HASH> 100644
--- a/molgenis-data-file/src/main/java/org/molgenis/data/file/processor/MissingValueProcess... | Fix squid:S<I>: Ternary operators should not be nested | molgenis_molgenis | train |
cb20536817f84b4a4e82bbc23a7bf781ffe166b7 | diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py
index <HASH>..<HASH> 100644
--- a/pycdlib/pycdlib.py
+++ b/pycdlib/pycdlib.py
@@ -5877,6 +5877,8 @@ class PyCdlib(object):
Returns:
True if this ISO has Rock Ridge extensions, False otherwise.
'''
+ if not self._initialized:
+ ... | Add in initialized checks to 'has_*' APIs. | clalancette_pycdlib | train |
d37e04e8f342b752ef720c5fe5887a8ea5fa8bf7 | diff --git a/src/ol/source/ImageArcGISRest.js b/src/ol/source/ImageArcGISRest.js
index <HASH>..<HASH> 100644
--- a/src/ol/source/ImageArcGISRest.js
+++ b/src/ol/source/ImageArcGISRest.js
@@ -18,16 +18,16 @@ import {appendParams} from '../uri.js';
* @property {null|string} [crossOrigin] The `crossOrigin` attribute for... | Fix type checks in ImageArcGISRest
Added proper @link tags to links in descriptions. Fixed unclosed
backtick. Made params optional like the description says. | openlayers_openlayers | train |
496cd6e859340f8067f26e4e4a38089b8911cc10 | diff --git a/app/models/glue/pulp/repos.rb b/app/models/glue/pulp/repos.rb
index <HASH>..<HASH> 100644
--- a/app/models/glue/pulp/repos.rb
+++ b/app/models/glue/pulp/repos.rb
@@ -59,7 +59,7 @@ module Glue::Pulp::Repos
:contentUrl => Glue::Pulp::Repos.custom_content_path(self, repo.name),
:gpgUrl => yu... | <I> - org and repo names in custom repo content label
Changing form of generated label from {product.id}-{repo.name} to
{org.name}_{product.name}_{repo.name}. The reason is that this label is showen
in redhat.repo and therefore it should be more user friendly. | Katello_katello | train |
442773e0040e43dfbaca151cf81348f642b49589 | diff --git a/rejected/mcp.py b/rejected/mcp.py
index <HASH>..<HASH> 100644
--- a/rejected/mcp.py
+++ b/rejected/mcp.py
@@ -94,6 +94,7 @@ class MasterControlProgram(state.State):
:rtype: list
"""
+ LOGGER.debug('Checking active processes (cache: %s)', use_cache)
if use_cache and self.... | Fix behaviors around child shutdown, Fix startup with unconfigured consumers | gmr_rejected | train |
3d3365f2428773f6852b3e89ea6cfbe70bcbd5dd | diff --git a/pkg/tsdb/graphite/graphite.go b/pkg/tsdb/graphite/graphite.go
index <HASH>..<HASH> 100644
--- a/pkg/tsdb/graphite/graphite.go
+++ b/pkg/tsdb/graphite/graphite.go
@@ -13,6 +13,10 @@ import (
"github.com/grafana/grafana/pkg/tsdb"
)
+var (
+ HttpClient = http.Client{Timeout: time.Duration(10 * time.Secon... | tech(graphite): add more logging | grafana_grafana | train |
662e02fd6217548a1b960fc0e9775824df4ad8ba | diff --git a/go/caddy/pfpki/pfpki.go b/go/caddy/pfpki/pfpki.go
index <HASH>..<HASH> 100644
--- a/go/caddy/pfpki/pfpki.go
+++ b/go/caddy/pfpki/pfpki.go
@@ -124,6 +124,13 @@ func buildPfpkiHandler(ctx context.Context) (Handler, error) {
// OCSP responder
api.Handle("/pki/ocsp", manageOcsp(PFPki)).Methods("GET", "POST... | Keep the db alive for pfpki | inverse-inc_packetfence | train |
e8d4b0074b6bd3bcc2e3bffa0b545232a3876c3f | diff --git a/tests/tdl_test.py b/tests/tdl_test.py
index <HASH>..<HASH> 100644
--- a/tests/tdl_test.py
+++ b/tests/tdl_test.py
@@ -462,6 +462,42 @@ def test_parse_type_features():
assert t['ATTR'].terms == ['val1', 'val2']
+def test_parse_cons_list():
+ t = tdlparse('a := b & [ ATTR < > ].')
+ assert isi... | Add some missing tests (still many more to go) | delph-in_pydelphin | train |
84c0039ede0efc45f0e84d5ad114d90a0d364302 | diff --git a/lib/cql.rb b/lib/cql.rb
index <HASH>..<HASH> 100644
--- a/lib/cql.rb
+++ b/lib/cql.rb
@@ -103,12 +103,10 @@ module CQL
case
when repository_root.is_a?(String)
@target_directory = CukeModeler::Directory.new(repository_root)
- when repository_root.is_a?(Class)
- # t... | Bug fix.
Fixed some bad logic code regarding creating a repository from a
model and added better feedback for when a repository is made from an
invalid object. | enkessler_cql | train |
70aa229b6b0d44d96366264f8d9db4ab4a790fce | diff --git a/command/agent/agent.go b/command/agent/agent.go
index <HASH>..<HASH> 100644
--- a/command/agent/agent.go
+++ b/command/agent/agent.go
@@ -13,6 +13,9 @@ import (
// on top of Serf such as storing logs that you can later retrieve,
// and invoking EventHandlers when events occur.
type Agent struct {
+ // S... | agent: Start is Create, adding Start method | hashicorp_serf | train |
b357a93e2fc967e2e5b20c1dc8e88758697d10cc | diff --git a/Eloquent/Concerns/HasAttributes.php b/Eloquent/Concerns/HasAttributes.php
index <HASH>..<HASH> 100644
--- a/Eloquent/Concerns/HasAttributes.php
+++ b/Eloquent/Concerns/HasAttributes.php
@@ -1485,6 +1485,17 @@ trait HasAttributes
}
/**
+ * Return whether the accessor attribute has been appen... | [7.x] Conditionally returning appended attributes in API resources (#<I>)
* Add hasAppended method to HasAttributes trait
* Add whenAppended() method for resources
* Fix docblock
* Test hasAppended() method
* Test whenAppended() method
* Fix docblock
* Improve test
* Test the unhappy path | illuminate_database | train |
3725f4c643a2d0117bb3e2e627d84a83d0969eda | diff --git a/riptide-core/src/main/java/org/zalando/riptide/Rest.java b/riptide-core/src/main/java/org/zalando/riptide/Rest.java
index <HASH>..<HASH> 100644
--- a/riptide-core/src/main/java/org/zalando/riptide/Rest.java
+++ b/riptide-core/src/main/java/org/zalando/riptide/Rest.java
@@ -5,9 +5,9 @@ import org.springfram... | GH-<I> Adds support for base url provider | zalando_riptide | train |
6e6b9c158d6e47b3953f8a206f40d3e6f30c4ecf | diff --git a/src/plugins/spinner_loading/spinner_loading.js b/src/plugins/spinner_loading/spinner_loading.js
index <HASH>..<HASH> 100644
--- a/src/plugins/spinner_loading/spinner_loading.js
+++ b/src/plugins/spinner_loading/spinner_loading.js
@@ -6,37 +6,42 @@ var UIPlugin = require('../../base/ui_plugin');
var Styler... | spinner loading, spinner three bounce: port to es6 | clappr_clappr | train |
a0223bbf7d374789b6f947ed5fb961fa9ce09e58 | diff --git a/cassandra_test.go b/cassandra_test.go
index <HASH>..<HASH> 100644
--- a/cassandra_test.go
+++ b/cassandra_test.go
@@ -4,7 +4,6 @@ package gocql
import (
"bytes"
- "golang.org/x/net/context"
"io"
"math"
"math/big"
@@ -17,6 +16,8 @@ import (
"time"
"unicode"
+ "golang.org/x/net/context"
+
... | Attempt to reconnect known DOWN nodes | gocql_gocql | train |
f4ff4b7f269d4dac25e681dee15032424f0c2f99 | diff --git a/python_modules/dagster-test/dagster_test/toys/schedules.py b/python_modules/dagster-test/dagster_test/toys/schedules.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster-test/dagster_test/toys/schedules.py
+++ b/python_modules/dagster-test/dagster_test/toys/schedules.py
@@ -42,6 +42,12 @@ def backfi... | add timezones to toy schedules
Test Plan: ran scheduler on default repo
Reviewers: dgibson
Reviewed By: dgibson
Differential Revision: <URL> | dagster-io_dagster | train |
89b00d3c8c16a365bc0315299bf96fea3bcb39ab | diff --git a/lib/selectors/optimizers/simple.js b/lib/selectors/optimizers/simple.js
index <HASH>..<HASH> 100644
--- a/lib/selectors/optimizers/simple.js
+++ b/lib/selectors/optimizers/simple.js
@@ -89,6 +89,9 @@ var valueMinifiers = {
};
function zeroMinifier(_, value) {
+ if (value.indexOf('0') == -1)
+ retur... | Speeds up minifying zero values.
* Checks if zeros are present in property value before proceeding. | jakubpawlowicz_clean-css | train |
1ac5ab637ac9ee093df137c5de56570e2a725a84 | diff --git a/girder/api/v1/resource.py b/girder/api/v1/resource.py
index <HASH>..<HASH> 100644
--- a/girder/api/v1/resource.py
+++ b/girder/api/v1/resource.py
@@ -192,6 +192,58 @@ class Resource(BaseResource):
raise RestException('Child resource not found: {}->{}'.format(
parentId, token))
+ ... | add _lookupPath() method to Resource class | girder_girder | train |
9d615a8f6d2bf8332b6f9d81bc4ae8ddd4b7d80b | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -82,6 +82,7 @@ exports.getUserConfig = () => {
try {
conf = require(exports.getUserConfigPath())
} catch (err) {
+ console.error(err)
}
return conf
} | fix: do not smother user config parse error
I just lost about <I> minutes trying to track down why AEgir wasn't running my hooks.
License: MIT | ipfs_aegir | train |
492d7870b05a322a38e8dc44613f08e22a76db58 | diff --git a/pysma/__init__.py b/pysma/__init__.py
index <HASH>..<HASH> 100644
--- a/pysma/__init__.py
+++ b/pysma/__init__.py
@@ -153,7 +153,7 @@ class Sensors():
return len(self.__s)
def __contains__(self, key):
- """Get a sensor using either the name or key."""
+ """Check if a sensor is... | Get data without login (#<I>) | kellerza_pysma | train |
2018a5ab25b0e4f79cb945b8c7fbda2293ba5c47 | diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/classical.py
+++ b/openquake/calculators/classical.py
@@ -95,8 +95,8 @@ def classical_split_filter(srcs, srcfilter, gsims, params, monitor):
for block in blocks[:-1]:
... | Better logging [skip CI] | gem_oq-engine | train |
ebcf742f8afb809f4b74a9b60b4364c5f04fb153 | diff --git a/src/Cache.php b/src/Cache.php
index <HASH>..<HASH> 100644
--- a/src/Cache.php
+++ b/src/Cache.php
@@ -242,7 +242,7 @@ class Cache implements \Countable, CacheInterface
* @param string $key
* @param mixed $default
*
- * @return array|null
+ * @return mixed
*/
public func... | compatimility with psr-<I> | sokil_php-mongo | train |
ba602fb01f8c9f8ca984a51df599cfbb28fdaa17 | diff --git a/sdk/core/azure-core/src/main/java/com/azure/core/credential/TokenRequestContext.java b/sdk/core/azure-core/src/main/java/com/azure/core/credential/TokenRequestContext.java
index <HASH>..<HASH> 100644
--- a/sdk/core/azure-core/src/main/java/com/azure/core/credential/TokenRequestContext.java
+++ b/sdk/core/a... | Add the feature to configure claims in TokenRequestContext (#<I>) | Azure_azure-sdk-for-java | train |
ccd03cb1592693e0c9c7e2957892b9b970f65c5e | diff --git a/rig/main.py b/rig/main.py
index <HASH>..<HASH> 100644
--- a/rig/main.py
+++ b/rig/main.py
@@ -10,7 +10,7 @@ from .rig import Rig
from .exceptions import NoRuleError
-__version__ = "0.wip"
+__version__ = "1.0.dev1"
__author__ = ("François Kubler <francois+rig@kubler.org>",)
__copyright__ = "Copyright... | Normalized the version number.
See PEP<I> for further details. | Frzk_Ellis | train |
783d293cd47c08f960a23566cb06d2bed7e7cb16 | diff --git a/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootManifest.java b/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootManifest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/wasdev/wlp/common/springboot/util/SpringBootManifest.java
+++ b/src/main/java/net/wasdev/wlp/common/s... | Remove the method removeTrailingSlash | WASdev_ci.common | train |
c3b3bcaac56b13653e0a296f0fefd685af37813b | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ const cleanedUp = validationResult.cleanup();
## Rule
### Methods
-###### `required(): Rule`
+###### `required(value: Boolean = true): Rule`
Defines if the property can not be undefined
###### `min... | required param + support Set in oneOf | rainder_node-skerla-json-schema | train |
dea17d0621f3f95ea7eae9dcfa961012915083f6 | diff --git a/callee/base.py b/callee/base.py
index <HASH>..<HASH> 100644
--- a/callee/base.py
+++ b/callee/base.py
@@ -30,11 +30,11 @@ class BaseMatcher(object):
return Not(self)
def __and__(self, other):
- matchers = other._matchers if isinstance(other, And) else [self]
+ matchers = other... | Fix bug in | , & operators | Xion_callee | train |
4bee9a4ed9d4270efd55da7a5209f34a011ddeed | diff --git a/framework/db/BatchQueryResult.php b/framework/db/BatchQueryResult.php
index <HASH>..<HASH> 100644
--- a/framework/db/BatchQueryResult.php
+++ b/framework/db/BatchQueryResult.php
@@ -135,6 +135,7 @@ class BatchQueryResult extends BaseObject implements \Iterator
/**
* Fetches the next batch of dat... | #<I>. Fix codeclimate issue | yiisoft_yii2 | train |
a16827afb63caca547f8b50c732c986c9eb2ffb8 | diff --git a/h2o-py/tests/pyunit_utils/utilsPY.py b/h2o-py/tests/pyunit_utils/utilsPY.py
index <HASH>..<HASH> 100644
--- a/h2o-py/tests/pyunit_utils/utilsPY.py
+++ b/h2o-py/tests/pyunit_utils/utilsPY.py
@@ -2982,12 +2982,25 @@ def extract_scoring_history_field(aModel, fieldOfInterest, takeFirst=False):
:param fiel... | changed utilsPY.py to accept new function. (#<I>) | h2oai_h2o-3 | train |
fec188684647dc4cc6273f6be4f91575494d81a0 | diff --git a/lib/marty/javascript/overrides.js b/lib/marty/javascript/overrides.js
index <HASH>..<HASH> 100644
--- a/lib/marty/javascript/overrides.js
+++ b/lib/marty/javascript/overrides.js
@@ -12,3 +12,34 @@ Ext.define('Netzke.Grid.EventHandlers', {
}
},
});
+
+
+Ext.define('Netzke.Grid.Columns', {
+ over... | fix issue with in-line editing and comboboxes | arman000_marty | train |
cfb1dbb8f256b51b182b0ef2aaf55f7ebc1c586d | diff --git a/lib/lexer.js b/lib/lexer.js
index <HASH>..<HASH> 100644
--- a/lib/lexer.js
+++ b/lib/lexer.js
@@ -32,6 +32,10 @@ var Lexer = module.exports = function Lexer(str, options) {
this.pipeless = false;
};
+
+function assertExpression(exp) {
+ Function('', 'return (' + exp + ')')
+}
/**
* Lexer prototyp... | Add errors for invalid expressions in locations when we know they should be valid | pugjs_then-pug | train |
c971bc056827e9d23e71fb5e1e0ce1132bbb4f2c | diff --git a/actionview/lib/action_view/helpers/number_helper.rb b/actionview/lib/action_view/helpers/number_helper.rb
index <HASH>..<HASH> 100644
--- a/actionview/lib/action_view/helpers/number_helper.rb
+++ b/actionview/lib/action_view/helpers/number_helper.rb
@@ -1,4 +1,3 @@
-
require 'active_support/core_ext/hash/... | :scissors: empty line at the top of files | rails_rails | train |
072717924d9a4a71a03071fd2d27fe5111ad4966 | diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -3,14 +3,13 @@
/**
* Find the auto loader file
*/
-$files = array(
- __DIR__ . '/../../../../vendor/autoload.php',
- __DIR__ . '/../../../vendor/autoload.php',
- __DIR_... | Changed the order that bootstrap looks for the autoload.php file | voryx_Thruway | train |
4209ef375d4822b83a549de29e98f2436d19fbb2 | diff --git a/lib/onebox/engine/standard_embed.rb b/lib/onebox/engine/standard_embed.rb
index <HASH>..<HASH> 100644
--- a/lib/onebox/engine/standard_embed.rb
+++ b/lib/onebox/engine/standard_embed.rb
@@ -20,6 +20,7 @@ module Onebox
# Some oembed providers (like meetup.com) don't provide links to themselves
... | FIX: use oEmbed for kickstarter | discourse_onebox | train |
5eb39067ad82ec5f7a2677ad3e92b2725e913e8b | diff --git a/lib/chai/core/assertions.js b/lib/chai/core/assertions.js
index <HASH>..<HASH> 100644
--- a/lib/chai/core/assertions.js
+++ b/lib/chai/core/assertions.js
@@ -125,7 +125,7 @@ module.exports = function (chai, _) {
});
/**
- * ### .a(type)
+ * ### .a(types)
*
* The `a` and `an` assertions ... | Add support of multiple types in an/a assertions for the BDD API, with naive message | chaijs_chai | train |
782eaee100be8baf7f10d06b2a98dcb383047168 | diff --git a/collector/cpu_freebsd.go b/collector/cpu_freebsd.go
index <HASH>..<HASH> 100644
--- a/collector/cpu_freebsd.go
+++ b/collector/cpu_freebsd.go
@@ -16,6 +16,7 @@
package collector
import (
+ "fmt"
"strconv"
"unsafe"
@@ -78,7 +79,8 @@ func getCPUTimes() ([]cputime, error) {
}
type statCollector ... | Collect CPU temperatures on FreeBSD | prometheus_node_exporter | train |
6fd3cd380ca66585ebb21eb527189c84de30d22e | diff --git a/peek_plugin_base/__init__.py b/peek_plugin_base/__init__.py
index <HASH>..<HASH> 100644
--- a/peek_plugin_base/__init__.py
+++ b/peek_plugin_base/__init__.py
@@ -1,4 +1,4 @@
__project__ = 'Synerty Peek'
__copyright__ = '2016, Synerty'
__author__ = 'Synerty'
-__version__ = '0.3.6'
\ No newline at end of ... | Updated to version <I> | Synerty_peek-plugin-base | train |
d56cec8257dd4ef6a9cf18ba2fb0734a326192c3 | diff --git a/src/When.php b/src/When.php
index <HASH>..<HASH> 100644
--- a/src/When.php
+++ b/src/When.php
@@ -25,7 +25,8 @@ class When extends \DateTime
public function __construct($time = "now", $timezone = NULL)
{
- $this->startDate = parent::__construct($time, $timezone);
+ parent::__const... | Fix startdate not receiving timezone
Previously timezone parameter had no effect on the generated occurrences. | tplaner_When | train |
464d625324accb8486aefa0b4a4b46477462dd08 | diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb
index <HASH>..<HASH> 100644
--- a/railties/test/generators/app_generator_test.rb
+++ b/railties/test/generators/app_generator_test.rb
@@ -681,17 +681,16 @@ class AppGeneratorTest < Rails::Generators::TestCase
... | Remove redundant begin block
We have `Style/RedundantBegin` cop (#<I>) but it could not correct in
this case. | rails_rails | train |
090f012c33c1f21684010c5fb2843311a4b17684 | diff --git a/controllers/auth.php b/controllers/auth.php
index <HASH>..<HASH> 100644
--- a/controllers/auth.php
+++ b/controllers/auth.php
@@ -33,6 +33,7 @@ class FluxBB_Auth_Controller extends FluxBB_BaseController
parent::__construct();
$this->filter('before', 'fluxbb::only_guests')->only(array('login', 're... | #<I>: Don't allow logging out for guests. | fluxbb_core | train |
1550b1eba31acf9c610d750889a0b8ab7478dff2 | diff --git a/nion/swift/Facade.py b/nion/swift/Facade.py
index <HASH>..<HASH> 100644
--- a/nion/swift/Facade.py
+++ b/nion/swift/Facade.py
@@ -795,7 +795,7 @@ class DisplayPanel:
class Graphic:
- release = ["type", "label", "get_property", "set_property", "region", "mask_xdata_with_shape"]
+ release = ["type... | Add API Graphic graphic_id and ability to look up by uuid in Display. | nion-software_nionswift | train |
e57be5b9a6e63643d7e01b06503fb3b48e80cc93 | diff --git a/lib/stsci/tools/logutil.py b/lib/stsci/tools/logutil.py
index <HASH>..<HASH> 100644
--- a/lib/stsci/tools/logutil.py
+++ b/lib/stsci/tools/logutil.py
@@ -55,8 +55,6 @@ if not PY3K:
pythonapi.PyFile_AsFile.argtypes = (py_object,)
pythonapi.PyFile_AsFile.restype = c_void_p
pythonapi.PyOS_Readl... | We can't rely on their being an actual exported symbol called 'stdout' (or 'stdin' or 'stderr'). Just go by POSIX standard, which should be fine.
git-svn-id: <URL> | spacetelescope_stsci.tools | train |
cf146ae8cd1231256b39b120e087714ac3c186e1 | diff --git a/lib/ezi18n/classes/eztstranslator.php b/lib/ezi18n/classes/eztstranslator.php
index <HASH>..<HASH> 100644
--- a/lib/ezi18n/classes/eztstranslator.php
+++ b/lib/ezi18n/classes/eztstranslator.php
@@ -39,9 +39,6 @@ class eZTSTranslator extends eZTranslatorHandler
$this->CachedMessages = array();
... | Fixed #<I>: Wrong translation after clearing cache in admin setup tab
Fixes regression introduced in <I>be2acf<I>b<I>, by reverting some of it and simplify the fix for both. | ezsystems_ezpublish-legacy | train |
8c6a6ab63601128f6480bb5b6d5f34ffade80a3b | diff --git a/package.php b/package.php
index <HASH>..<HASH> 100644
--- a/package.php
+++ b/package.php
@@ -4,7 +4,7 @@
require_once 'PEAR/PackageFileManager2.php';
-$version = '1.4.136';
+$version = '1.4.137';
$notes = <<<EOT
No release notes for you!
EOT; | prepare for release of <I> | package party
svn commit r<I> | silverorange_swat | train |
12b9ead68511ce618afdd4db528129e479649d6c | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -100,7 +100,7 @@ describe('chokidar', function() {
function simpleCb(err) { if (err) throw err; }
function w(fn, to) {
- return setTimeout.bind(null, fn, to || (slowerDelay ? 300 : 50));
+ return setTimeout.bind(null, fn, to... | Refine delay settings
Go much slower in polling mode on windows with node <I> | paulmillr_chokidar | train |
993950ca32fc7f72967a800ca988209c57d26c7b | diff --git a/src/app/components/App/index.js b/src/app/components/App/index.js
index <HASH>..<HASH> 100644
--- a/src/app/components/App/index.js
+++ b/src/app/components/App/index.js
@@ -17,14 +17,15 @@ class App extends Component {
componentDidMount() {
document.title = process.env.title;
+ this.jumpToHas... | respect hash and ensure it gets scrolled to | intuit_Ignite | train |
5560b622d6e952213380eec7936af6a580d0c17b | diff --git a/archive/tar_test.go b/archive/tar_test.go
index <HASH>..<HASH> 100644
--- a/archive/tar_test.go
+++ b/archive/tar_test.go
@@ -844,7 +844,7 @@ func testApply(t *testing.T, a fstest.Applier) error {
return fmt.Errorf("failed to apply filesystem changes: %w", err)
}
- tarArgs := []string{"c", "-C", td}... | archive: Explicitly specify stdio for tar(1)
Different tar(1) implementations default to different input and output
locations when none is specified. This can include tape devices like
/dev/st0 (on Linux) or /dev/sa0 (on FreeBSD), but may be overridden by
compilation options or environment variables. Using the f opt... | containerd_containerd | train |
6c5f9dfb7e1c2d5378daae77bedcd4c592c3d549 | diff --git a/lib/representors/representor_builder.rb b/lib/representors/representor_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/representors/representor_builder.rb
+++ b/lib/representors/representor_builder.rb
@@ -21,7 +21,7 @@ module Representors
# Adds an attribute to the Representor. We are creating a hash... | address shallow duping of new representor hashes | mdsol_representors | train |
6b036fba9a46ed1eb982440e7f36913caa4c264e | diff --git a/openquake/server/tests/functional_test.py b/openquake/server/tests/functional_test.py
index <HASH>..<HASH> 100644
--- a/openquake/server/tests/functional_test.py
+++ b/openquake/server/tests/functional_test.py
@@ -26,7 +26,6 @@ import sys
import json
import time
import unittest
-import platform
import ... | Skipped the tests for the WebUI for obsolete Django versions
Former-commit-id: <I>c<I>d<I>ef<I>d<I>eecccab1c7b<I>bc | gem_oq-engine | train |
de1ea13b97f74280043d17283b62c8b25695aa87 | diff --git a/acra-censor/acra-censor_test.go b/acra-censor/acra-censor_test.go
index <HASH>..<HASH> 100644
--- a/acra-censor/acra-censor_test.go
+++ b/acra-censor/acra-censor_test.go
@@ -655,7 +655,13 @@ func TestConfigurationProvider(t *testing.T) {
t.Fatal(err)
}
acraCensor := &AcraCensor{}
- defer acraCensor.... | fix cleaning "censor_log" file during ACensor tests (#<I>) | cossacklabs_acra | train |
94867cd6b578f797adb7d9d1573bca6733981e17 | diff --git a/build/js/IFrame.js b/build/js/IFrame.js
index <HASH>..<HASH> 100644
--- a/build/js/IFrame.js
+++ b/build/js/IFrame.js
@@ -32,13 +32,13 @@ const SELECTOR_HEADER_DROPDOWN_ITEM = '.main-header a.dropdown-item'
const CLASS_NAME_IFRAME_MODE = 'iframe-mode'
const Default = {
- tabClick(item) {
+ onTabClick... | rename events to onTab* instead of tab* | ColorlibHQ_AdminLTE | train |
b69473668ae3e2417f4c51f7fe6e27543fe902df | diff --git a/examples/preact-kitchen-sink/src/Button.js b/examples/preact-kitchen-sink/src/Button.js
index <HASH>..<HASH> 100644
--- a/examples/preact-kitchen-sink/src/Button.js
+++ b/examples/preact-kitchen-sink/src/Button.js
@@ -1,4 +1,3 @@
-// eslint-disable react/prop-types
/**
* The button component will render... | No need to override react prop types rule | storybooks_storybook | train |
ead0292be3e94e3c810ce5a736adaf38b3741884 | diff --git a/src/Either/Either.spec.js b/src/Either/Either.spec.js
index <HASH>..<HASH> 100644
--- a/src/Either/Either.spec.js
+++ b/src/Either/Either.spec.js
@@ -25,6 +25,14 @@ const applyTo =
const constant = x => () => x
const identity = x => x
+const testCircularReference = (t, fn) => {
+ const objectWithCircu... | Fix call stack exceeded error when Either is constructed with object containing a ciruclar reference (#<I>) | evilsoft_crocks | train |
f5de6a809dcb60c5f46791ed54cb58aa5671677f | diff --git a/lib/gollum/file_view.rb b/lib/gollum/file_view.rb
index <HASH>..<HASH> 100644
--- a/lib/gollum/file_view.rb
+++ b/lib/gollum/file_view.rb
@@ -14,19 +14,20 @@ module Gollum
end
def new_page page
- %Q( <li class="file"><a href="#{page.name}">#{page.name2}</a></li>\n)
+ name = page.name... | Remove name2 now that name is fixed. | gollum_gollum-lib | train |
1c851b8cdfba73066b4d6c045d9d228647635f98 | diff --git a/activerecord/lib/active_record/associations/has_many_association.rb b/activerecord/lib/active_record/associations/has_many_association.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/has_many_association.rb
+++ b/activerecord/lib/active_record/associations/has_many_associat... | remove need for :all symbol
Refactor delete_count method to only handle delete_all or nullify/nil cases
and not destroy and switch to if/else rather than case statement. This
refactoring allows removal of :all symbol usage. | rails_rails | train |
d36f151183b8db4adc1ee26d272c9bdd6f925d27 | diff --git a/hypermap/aggregator/models.py b/hypermap/aggregator/models.py
index <HASH>..<HASH> 100644
--- a/hypermap/aggregator/models.py
+++ b/hypermap/aggregator/models.py
@@ -539,6 +539,7 @@ def add_dates_to_layer(dates, layer):
default = datetime.datetime(2016, 1, 1)
for date in dates:
if date:
... | Date to be parsed has to be a string | cga-harvard_Hypermap-Registry | train |
715678cfaa0fae53b60c9fe96cc080e2ea08aabb | diff --git a/cli/index.js b/cli/index.js
index <HASH>..<HASH> 100755
--- a/cli/index.js
+++ b/cli/index.js
@@ -1,16 +1,19 @@
#!/usr/bin/env node
+var minimist = require('minimist');
var readFileSync = require('fs').readFileSync;
-var argv = require('minimist')(process.argv.slice(2), opts={
- 'boolean': ['V', 'h'... | feat: allow user to specific encoding
Support for manually specifying the source encoding using iconv-lite to convert to utf-8 from the specified encoding. | remy_inliner | train |
b084947313f2c647c8634d8d2badc216539f966c | diff --git a/src/ossos-pipeline/planning/plotting/parameters.py b/src/ossos-pipeline/planning/plotting/parameters.py
index <HASH>..<HASH> 100644
--- a/src/ossos-pipeline/planning/plotting/parameters.py
+++ b/src/ossos-pipeline/planning/plotting/parameters.py
@@ -100,12 +100,10 @@ class tno(object):
Combining b... | tno() has separate variables for mean magnitude and discovery magnitude | OSSOS_MOP | train |
286c2991d5d79ca3e43ea21ede2d1640f17bd2aa | diff --git a/app/code/community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php b/app/code/community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php
index <HASH>..<HASH> 100644
--- a/app/code/community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php
+++ b/app/code/community/Nex... | Fix for caching static URL - v2
Bugfix for: The "check if the request is for part of magento" regex does not match for URLs starting with `/js/`, `/skin/` and `/media/` when a shop has enabled *Add Store Code to Urls* for all stores. This causes caching not to work for these URLs when a cookie is set.
This fix is the i... | nexcess_magento-turpentine | train |
e37b4f5296f64cd355bf40be8ca6a2ddcbf1451e | diff --git a/tests/testapp/test_models.py b/tests/testapp/test_models.py
index <HASH>..<HASH> 100644
--- a/tests/testapp/test_models.py
+++ b/tests/testapp/test_models.py
@@ -7,12 +7,12 @@ from django.contrib.auth.models import User
from django.db.models.query import QuerySet
from django.template import Context, Temp... | Use Django's captured_stdout (#<I>)
Was copied in when Django <I> was supported, no longer needed. | adamchainz_django-mysql | train |
de88a44c44c2f20d6bf296de375f041806a2bd4e | diff --git a/src/Model/Cart/CustomLineItem.php b/src/Model/Cart/CustomLineItem.php
index <HASH>..<HASH> 100644
--- a/src/Model/Cart/CustomLineItem.php
+++ b/src/Model/Cart/CustomLineItem.php
@@ -11,6 +11,7 @@ use Commercetools\Core\Model\Common\Money;
use Commercetools\Core\Model\Order\ItemState;
use Commercetools\Co... | feat(CustomFields): add custom fields to line items and custom line items | commercetools_commercetools-php-sdk | train |
601045027212b0fdd9899d1eec0dfa438ecb0450 | diff --git a/airflow/operators/subdag_operator.py b/airflow/operators/subdag_operator.py
index <HASH>..<HASH> 100644
--- a/airflow/operators/subdag_operator.py
+++ b/airflow/operators/subdag_operator.py
@@ -60,25 +60,27 @@ class SubDagOperator(BaseOperator):
# validate that subdag operator and subdag tasks don... | [AIRFLOW-<I>] Only query pool in SubDAG init when necessary
When checking for pool conflicts in a SubDAG, ensure that a task in
the SubDAG is actually in the same pool as the SubDagOperator itself
to avoid querying the database unnecessarily.
Closes #<I> from dhuang/AIRFLOW-<I> | apache_airflow | train |
5a743f641934c3f26d9727cf5a68c84b5dc86eda | diff --git a/lib/tty/config.rb b/lib/tty/config.rb
index <HASH>..<HASH> 100644
--- a/lib/tty/config.rb
+++ b/lib/tty/config.rb
@@ -165,6 +165,16 @@ module TTY
deep_delete(*keys, @settings)
end
+ # @api private
+ def find_file
+ @location_paths.each do |location_path|
+ path = search_in_p... | Change to explose source file | piotrmurach_tty-config | train |
5007bfff8acd8994d568f9471b06c9eb2274f278 | diff --git a/src/service/translate.js b/src/service/translate.js
index <HASH>..<HASH> 100644
--- a/src/service/translate.js
+++ b/src/service/translate.js
@@ -669,7 +669,9 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY',
* and optional interpolate parameters to translate contents.... | Update autogenerated documentation on how $translate is used | angular-translate_angular-translate | train |
bd97f5c68c00b21f690a3eb78ac6335ad2be93ec | diff --git a/patreon/api.py b/patreon/api.py
index <HASH>..<HASH> 100644
--- a/patreon/api.py
+++ b/patreon/api.py
@@ -90,7 +90,7 @@ class API(object):
def __get_json(self, suffix):
response = requests.get(
- "https://api.patreon.com/oauth2/api/{}".format(suffix),
+ "https://www.pa... | The canonical URL for the Patreon API has moved to patreon.com/api | Patreon_patreon-python | train |
1399d3cbaa5eaa25b4a22ddbca908591c357db27 | diff --git a/py3status/modules/bitcoin-price.py b/py3status/modules/bitcoin-price.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/bitcoin-price.py
+++ b/py3status/modules/bitcoin-price.py
@@ -7,7 +7,6 @@ Written and contributed by @tasse:
Andre Doser <doser.andre AT gmail.com>
"""
import json
-import urll... | python2 support, sort | ultrabug_py3status | train |
ed03c0be48e374b8d04f058f98e084fa52076780 | diff --git a/src/LinearAlgebra/Decomposition/LU.php b/src/LinearAlgebra/Decomposition/LU.php
index <HASH>..<HASH> 100644
--- a/src/LinearAlgebra/Decomposition/LU.php
+++ b/src/LinearAlgebra/Decomposition/LU.php
@@ -41,8 +41,12 @@ use MathPHP\LinearAlgebra\MatrixFactory;
* [1 0 0] [2 4 7]
* L = [0.5 1... | Change luDecomposition to return new LU object. Implement ArrayAccess interface to preserve backwards compatibility with previous array return type. | markrogoyski_math-php | train |
0605210389e92e82e49210aeabf50b315363f8c9 | diff --git a/src/utils/echo-http-server.js b/src/utils/echo-http-server.js
index <HASH>..<HASH> 100644
--- a/src/utils/echo-http-server.js
+++ b/src/utils/echo-http-server.js
@@ -43,15 +43,11 @@ module.exports.createServer = () => {
const server = http.createServer(handler)
- server.start = (opts, cb) => {
- ... | refactor: convert echo server util to use promises (#<I>) | ipfs_interface-js-ipfs-core | train |
0ab36a5f675a43b65749f4c178232d6e73cf2d49 | diff --git a/src/Parser.php b/src/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -1886,7 +1886,7 @@ class Parser {
$rightOperand->parent = $binaryExpression;
$binaryExpression->leftOperand = $leftOperand;
$binaryExpression->operator = $operatorToken;
- ... | Only set byRegToken on AssignmentExpression | Microsoft_tolerant-php-parser | train |
b5b5fa1247e1faec5cc585315fe8435baa506479 | diff --git a/scanpy/__init__.py b/scanpy/__init__.py
index <HASH>..<HASH> 100644
--- a/scanpy/__init__.py
+++ b/scanpy/__init__.py
@@ -11,6 +11,7 @@ del get_versions, sys, check_versions, annotate_doc_types
from . import tools as tl
from . import preprocessing as pp
from . import plotting as pl
+from . import datase... | added necessary and unnecessary reexports | theislab_scanpy | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.