hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c0de02c31f2f33d97971cb4a89bd4c07f8203f6c | diff --git a/lib/http.go b/lib/http.go
index <HASH>..<HASH> 100644
--- a/lib/http.go
+++ b/lib/http.go
@@ -50,15 +50,16 @@ type Trail struct {
}
func (tr Trail) Samples(tags map[string]string) []stats.Sample {
+ t := tr.StartTime.Add(tr.Duration)
return []stats.Sample{
- {Metric: metrics.HTTPReqs, Time: tr.Start... | Tag HTTP metrics with the time they were received | loadimpact_k6 | train |
58c34744b295ff3fc9bd0984b3c1ec831d2362ca | diff --git a/dataclass.py b/dataclass.py
index <HASH>..<HASH> 100644
--- a/dataclass.py
+++ b/dataclass.py
@@ -14,7 +14,7 @@
import collections
-__all__ = ['dataclass', 'field']
+__all__ = ['dataclass', 'field', 'make_class']
_MISSING = object()
_MARKER = '__dataclass_fields__'
@@ -47,10 +47,6 @@ class field:
... | Work in progress: add make_class call. | ericvsmith_dataclasses | train |
9c9b0694fee4a74b8cd3d7cf4d538d61fe949699 | diff --git a/SlevomatCodingStandard/Sniffs/ControlStructures/RequireTernaryOperatorSniff.php b/SlevomatCodingStandard/Sniffs/ControlStructures/RequireTernaryOperatorSniff.php
index <HASH>..<HASH> 100644
--- a/SlevomatCodingStandard/Sniffs/ControlStructures/RequireTernaryOperatorSniff.php
+++ b/SlevomatCodingStandard/Sn... | RequireTernaryOperatorSniff: Fixed internal error | slevomat_coding-standard | train |
c9c1912b34924abb18c106e5041697e6fd4b4520 | diff --git a/terraform/context.go b/terraform/context.go
index <HASH>..<HASH> 100644
--- a/terraform/context.go
+++ b/terraform/context.go
@@ -372,7 +372,9 @@ func (c *Context) Apply() (*State, error) {
graph, err = c.Graph(&ContextGraphOpts{Validate: true})
} else {
graph, err = (&ApplyGraphBuilder{
+ Module... | terraform: missing fields from ApplyGraphBuilder after master rebase | hashicorp_terraform | train |
f8120c44c504f51a8a4f30024330b2c248817256 | diff --git a/examples/glyphs/colors.py b/examples/glyphs/colors.py
index <HASH>..<HASH> 100644
--- a/examples/glyphs/colors.py
+++ b/examples/glyphs/colors.py
@@ -176,7 +176,7 @@ plot.add_layout(xaxis_below, 'below')
plot.add_layout(CategoricalAxis(), 'left')
url = "http://www.colors.commutercreative.com/@names/"
-... | Improve tooltip wording in glyphs/colors | bokeh_bokeh | train |
a3fffa7cc48bb818d6f76ef0b9ba7b8897ae522b | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
},
"require": {
"php": ">=5.3.0",
- "temp/mime-sniffer": "~1.0.0"
+ "symfony/http-foundation": "~2.6"
},
"require-dev": {
"phpunit/phpunit"... | switch from mime-sniffer to symfony file | temp_media-classifier | train |
067b0d53ce4d1e897baeadeee27d2c66a7ec17f6 | diff --git a/templates/advanced/api/blueprints/create.js b/templates/advanced/api/blueprints/create.js
index <HASH>..<HASH> 100644
--- a/templates/advanced/api/blueprints/create.js
+++ b/templates/advanced/api/blueprints/create.js
@@ -71,7 +71,7 @@ module.exports = function createRecord( req, res ) {
// Send JSONP... | Fix create blueprint to *really* return a <I> status code.
Setting `res.status(<I>)` but then using `res.ok()` afterwards would reset the status code to <I>, which we don’t want. | mphasize_sails-generate-ember-blueprints | train |
d1a8a2bc35ae04a5c48edecae660abcc6f66120d | diff --git a/client/utils/guidance.py b/client/utils/guidance.py
index <HASH>..<HASH> 100644
--- a/client/utils/guidance.py
+++ b/client/utils/guidance.py
@@ -138,8 +138,8 @@ class Guidance:
if self.misU_count_dict[mis_u] >= Wrong_Answer_threshold:
# Add each associated misunderstanding ID... | Fixed not displaying when msg_id = 0. Also fixed formatting of Not Quite, Try Again | okpy_ok-client | train |
055be5dfb982d2110072295787a1a0d3b3b4fa8f | diff --git a/test/views/oauth-sign-in-test.js b/test/views/oauth-sign-in-test.js
index <HASH>..<HASH> 100644
--- a/test/views/oauth-sign-in-test.js
+++ b/test/views/oauth-sign-in-test.js
@@ -114,7 +114,7 @@ export default function () {
, endpointConfig).then(({instance, store}) => {
// c... | update remaining tests for mui <I> layout | lynndylanhurley_redux-auth | train |
2d4fb02fa2fe7e0d9e8695f1741bde55f9bbd740 | diff --git a/calendar/view.php b/calendar/view.php
index <HASH>..<HASH> 100644
--- a/calendar/view.php
+++ b/calendar/view.php
@@ -54,6 +54,10 @@
redirect($CFG->wwwroot.'/'.$CFG->admin.'/index.php');
}
+ if ($CFG->forcelogin) {
+ require_login();
+ }
+
//add_to_log($course->id, "course... | Bug #<I> - Calandar view.php should respect forcelogin; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
721cd740d84675e7aa87703ac0e37a258b21c753 | diff --git a/lib/api/api.go b/lib/api/api.go
index <HASH>..<HASH> 100644
--- a/lib/api/api.go
+++ b/lib/api/api.go
@@ -1016,12 +1016,18 @@ func (s *service) postSystemReset(w http.ResponseWriter, r *http.Request) {
if len(folder) == 0 {
// Reset all folders.
for folder := range s.cfg.Folders() {
- s.model.Res... | lib/model: Don't reset db while folder is running (fixes #<I>) (#<I>) | syncthing_syncthing | train |
cd3fd4a5387d2742643024a233bc799500abf019 | diff --git a/go/engine/login_provision.go b/go/engine/login_provision.go
index <HASH>..<HASH> 100644
--- a/go/engine/login_provision.go
+++ b/go/engine/login_provision.go
@@ -484,7 +484,7 @@ func (e *loginProvision) ppStream(ctx *Context) (*libkb.PassphraseStream, error)
// deviceName gets a new device name from the u... | Fix a bad case of circular locking w/r/t GetUID in startup (#<I>)
* Fix a bad case of circular locking w/r/t GetUID in startup
- The first bug was that we had a UPAK load without the 'Self' flag set
- The second bug was that a call into CachedFullSelf from UPAK would attempt to reaccess LoginState to GetMyUID
*... | keybase_client | train |
14038bc594a0bcec9d99d7266b335bd8bacbca47 | diff --git a/cucumber-expressions/java/src/test/java/io/cucumber/cucumberexpressions/CucumberExpressionTest.java b/cucumber-expressions/java/src/test/java/io/cucumber/cucumberexpressions/CucumberExpressionTest.java
index <HASH>..<HASH> 100644
--- a/cucumber-expressions/java/src/test/java/io/cucumber/cucumberexpressions... | cucumber-expressions: Try to fix Java compile error on Travis | cucumber_cucumber | train |
26db55a10526bad7e5b4eecb505fbde0f0addf40 | diff --git a/grove/bernstein_vazirani/tests/test_bernstein_vazirani.py b/grove/bernstein_vazirani/tests/test_bernstein_vazirani.py
index <HASH>..<HASH> 100644
--- a/grove/bernstein_vazirani/tests/test_bernstein_vazirani.py
+++ b/grove/bernstein_vazirani/tests/test_bernstein_vazirani.py
@@ -13,25 +13,25 @@ class TestOra... | Make range in tests into xrange where applicable | rigetti_grove | train |
e85da1ef8a1746cc90bd2a8470f2983f1504c483 | diff --git a/db/migrate/20150302171638_create_organism_codes.rb b/db/migrate/20150302171638_create_organism_codes.rb
index <HASH>..<HASH> 100644
--- a/db/migrate/20150302171638_create_organism_codes.rb
+++ b/db/migrate/20150302171638_create_organism_codes.rb
@@ -1,7 +1,9 @@
class CreateOrganismCodes < ActiveRecord::Mi... | Created table with columns for organism codes | airslie_renalware-core | train |
769e96f02ec0846ba66c17cc8e9b766d8ff38b3d | diff --git a/eth_abi/encoding.py b/eth_abi/encoding.py
index <HASH>..<HASH> 100644
--- a/eth_abi/encoding.py
+++ b/eth_abi/encoding.py
@@ -451,7 +451,8 @@ class AddressEncoder(Fixed32ByteSizeEncoder):
def validate_value(cls, value):
if not is_address(value):
raise EncodingTypeError(
- ... | Include value in validation failure message for AddressEncoder | ethereum_eth-abi | train |
50eb89ae3910897cc04b33e1d19c532242680215 | diff --git a/stream-core/src/main/java/io/getstream/client/config/ClientConfiguration.java b/stream-core/src/main/java/io/getstream/client/config/ClientConfiguration.java
index <HASH>..<HASH> 100644
--- a/stream-core/src/main/java/io/getstream/client/config/ClientConfiguration.java
+++ b/stream-core/src/main/java/io/ge... | Added a shortcut to initialise client with a specific version | GetStream_stream-java | train |
ce5456ddb4ba8b1ccfb9b8da537d803916f1ddba | diff --git a/docs/src/components/Demo/Code/Code.js b/docs/src/components/Demo/Code/Code.js
index <HASH>..<HASH> 100644
--- a/docs/src/components/Demo/Code/Code.js
+++ b/docs/src/components/Demo/Code/Code.js
@@ -3,7 +3,7 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { Sectio... | fix(dependencies): Depend on entire lodash package (#<I>) | seek-oss_seek-style-guide | train |
c7590bc0ac7ce1f9f971e8ba9e5206f4eb1aed6f | diff --git a/src/tuple.js b/src/tuple.js
index <HASH>..<HASH> 100644
--- a/src/tuple.js
+++ b/src/tuple.js
@@ -1,7 +1,18 @@
import { UniversalWeakMap } from "./universal-weak-map.js";
-import { brand, forEachArrayMethod } from "./util.js";
+import {
+ brand,
+ globalKey,
+ forEachArrayMethod,
+} from "./util.js";
+... | Make multiple copies of the immutable-tuple package work together. | benjamn_immutable-tuple | train |
4a50aa336567415904efc5e2910eff5e25459e3f | diff --git a/ics_parser.py b/ics_parser.py
index <HASH>..<HASH> 100644
--- a/ics_parser.py
+++ b/ics_parser.py
@@ -71,6 +71,20 @@ class Container(list):
def __repr__(self):
return "<Container '{}' with {} elements>".format(self.name, len(self))
+ @classmethod
+ def parse(klass, name, tokenized_li... | [ref] Move parse to Container | C4ptainCrunch_ics.py | train |
6b72d5049ed6935cb4887e760f2d9fc1dbbfacf5 | diff --git a/lib/tiff.rb b/lib/tiff.rb
index <HASH>..<HASH> 100644
--- a/lib/tiff.rb
+++ b/lib/tiff.rb
@@ -459,17 +459,20 @@ module EXIFR
@type = data.readshort(pos + 2)
case @type
- when 1, 6 # byte, signed byte
- # TODO handle signed bytes
+ when 1 # byte
len, pac... | implement signed values (byte, short, long and rational) for gh #7 | remvee_exifr | train |
54e656755b7d087f638c50a93da8525095791b05 | diff --git a/src/JK/RestServer/Utilities.php b/src/JK/RestServer/Utilities.php
index <HASH>..<HASH> 100644
--- a/src/JK/RestServer/Utilities.php
+++ b/src/JK/RestServer/Utilities.php
@@ -26,18 +26,45 @@ class Utilities
return array();
}
- $acceptList = array();
+ $tmp_accept_list =... | Fix problem with unstable sorting in Utilities::sortByPriority() | jk_RestServer | train |
71df864ab98e409c907f8904bda5d8777f51a02f | diff --git a/packages/string-truncate/index.js b/packages/string-truncate/index.js
index <HASH>..<HASH> 100644
--- a/packages/string-truncate/index.js
+++ b/packages/string-truncate/index.js
@@ -13,7 +13,7 @@ function truncate(str, length, end) {
return str;
}
if (end == null) {
- end = '...';
+ end = ... | replace 3 period approximation with correct ellipsis character (#<I>)
* replacing 3x (.) period approximation for single character ellipses …
* updating tests for single char ellipsis
* nuke white space around ellipsis | angus-c_just | train |
56f8abcfc9d099b4180209ed4555edf585289b7d | diff --git a/GVRf/Framework/src/org/gearvrf/GVRRenderData.java b/GVRf/Framework/src/org/gearvrf/GVRRenderData.java
index <HASH>..<HASH> 100644
--- a/GVRf/Framework/src/org/gearvrf/GVRRenderData.java
+++ b/GVRf/Framework/src/org/gearvrf/GVRRenderData.java
@@ -85,22 +85,44 @@ public class GVRRenderData extends GVRCompone... | Performed GVRCullFaceEnum changes as suggested by Chao.
GearVRf-DCO-<I>- | Samsung_GearVRf | train |
0af6feac332c66fa79f422e88397073366575ff4 | diff --git a/pgmpy/factors/discrete/DiscreteFactor.py b/pgmpy/factors/discrete/DiscreteFactor.py
index <HASH>..<HASH> 100644
--- a/pgmpy/factors/discrete/DiscreteFactor.py
+++ b/pgmpy/factors/discrete/DiscreteFactor.py
@@ -156,7 +156,9 @@ class DiscreteFactor(BaseFactor, StateNameMixin):
def get_value(self, **kw... | Fixes DiscreteFactor.get_value to work in the case when variables have int state names | pgmpy_pgmpy | train |
ba4c0d5592004ed21dddad99c7ed601f429ae9a2 | diff --git a/lib/lambda-cfn.js b/lib/lambda-cfn.js
index <HASH>..<HASH> 100644
--- a/lib/lambda-cfn.js
+++ b/lib/lambda-cfn.js
@@ -293,7 +293,7 @@ function cloudwatch(options, type) {
}
}
],
- "ComparisonOperator": "GreaterThanThreshold",
+ "ComparisonOperator": "LessThanT... | fix compare on no invocations alarm | mapbox_patrol-rules-aws | train |
9081b437e0874b92c0bd5de35359daec203a7732 | diff --git a/source/net/malisis/core/event/user/UserAttackEvent.java b/source/net/malisis/core/event/user/UserAttackEvent.java
index <HASH>..<HASH> 100644
--- a/source/net/malisis/core/event/user/UserAttackEvent.java
+++ b/source/net/malisis/core/event/user/UserAttackEvent.java
@@ -1,17 +1,16 @@
package net.malisis.co... | Removed casting to EntityClientMP for UserAttackEvent | Ordinastie_MalisisCore | train |
32172a4a152171ee49540431405a2da761f20554 | diff --git a/presto.php b/presto.php
index <HASH>..<HASH> 100644
--- a/presto.php
+++ b/presto.php
@@ -88,7 +88,7 @@ class Presto {
*
* @var integer
*/
- public static $slow_response_default = 1;
+ public static $slow_response_default = 0;
public $slow_response = null;
/**
@@ -332,14 +332,14 @@ class Pr... | Fixed issue with undefined variable, changed slow alert default | shutterstock_presto | train |
62110d2702a672c79dec485f7b3c7457680a5418 | diff --git a/docs/webpack.config.js b/docs/webpack.config.js
index <HASH>..<HASH> 100644
--- a/docs/webpack.config.js
+++ b/docs/webpack.config.js
@@ -60,8 +60,8 @@ export default (config = {}) => {
exclude: /\.global\.css$/,
include: path.resolve(__dirname, "src"),
loader: ExtractTextP... | Docs: fix webpack 2 / extract-text-webpack-plugin warnings | phenomic_phenomic | train |
e19a26a7872f916b6abb72c20d523977e2373eaf | diff --git a/routes/web.js b/routes/web.js
index <HASH>..<HASH> 100644
--- a/routes/web.js
+++ b/routes/web.js
@@ -460,7 +460,7 @@ var showStream = function(req, res, next) {
if (req.principalUser) {
addProxy(activities, this);
} else {
- ... | Pass back activities if principal is not a user | pump-io_pump.io | train |
3e30d223000942c338a5b640544a511130e27cb7 | diff --git a/library/CM/Model/LanguageKey.php b/library/CM/Model/LanguageKey.php
index <HASH>..<HASH> 100644
--- a/library/CM/Model/LanguageKey.php
+++ b/library/CM/Model/LanguageKey.php
@@ -42,6 +42,17 @@ class CM_Model_LanguageKey extends CM_Model_Abstract {
}
/**
+ * @return bool
+ */
+ public... | Add javascript property for LanguageKey | cargomedia_cm | train |
f7df71e174ec0ac93be83583e08fa86e47339fe6 | diff --git a/src/main/java/edu/ucla/sspace/mains/GenericMain.java b/src/main/java/edu/ucla/sspace/mains/GenericMain.java
index <HASH>..<HASH> 100644
--- a/src/main/java/edu/ucla/sspace/mains/GenericMain.java
+++ b/src/main/java/edu/ucla/sspace/mains/GenericMain.java
@@ -334,7 +334,7 @@ public abstract class GenericMain... | Fix index of iteration
fileNames[0] should be indexed and not fixed to 0, i.e. fileNames[i] | fozziethebeat_S-Space | train |
89f9e47a4097dcb571700759f784b400b4ad6604 | diff --git a/opal/corelib/hash.rb b/opal/corelib/hash.rb
index <HASH>..<HASH> 100644
--- a/opal/corelib/hash.rb
+++ b/opal/corelib/hash.rb
@@ -560,10 +560,6 @@ class Hash
obj = block(key, value);
- if (obj === $breaker) {
- return $breaker.$v;
- }
-
if (obj === false || obj ... | break: Fix Hash#keep_if | opal_opal | train |
f1a3e456ebb7844e57d9eb87f4f80aaafdabdfdd | diff --git a/tests/README.md b/tests/README.md
index <HASH>..<HASH> 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -1,4 +1,4 @@
-[](https://travis-ci.org/concrete5/concrete5-tests)
+[ => {
const netlifyToken = await command.authenticate()
const siteI... | fix(graph): use the JWT correctly in `refetchAndGenerateFromOneGraph` (#<I>)
* fix(graph): use the JWT correctly in `refetchAndGenerateFromOneGraph`
* chore: update contributors field | netlify_cli | train |
01140cde9546689f72009be13da50b06c13cbc85 | diff --git a/modules/cms/widgets/mediamanager/assets/js/mediamanager.imagecroppopup.js b/modules/cms/widgets/mediamanager/assets/js/mediamanager.imagecroppopup.js
index <HASH>..<HASH> 100644
--- a/modules/cms/widgets/mediamanager/assets/js/mediamanager.imagecroppopup.js
+++ b/modules/cms/widgets/mediamanager/assets/js/... | The selection mode must be applied when the popup is shown as the options are saved across requests.
Fixes #<I> | octobercms_october | train |
ee816795278af5e5f542bdb8f56e834615c3a1de | diff --git a/otree_redwood/models.py b/otree_redwood/models.py
index <HASH>..<HASH> 100644
--- a/otree_redwood/models.py
+++ b/otree_redwood/models.py
@@ -1,6 +1,5 @@
from channels.layers import get_channel_layer
from asgiref.sync import async_to_sync
-from contextlib import contextmanager
from django.contrib.conten... | entirely remove lock from redwood Group model
it depended on the otree redis lock which is broken now, and was never being used anyways | Leeps-Lab_otree-redwood | train |
039823c0b21ef3ce8e0a7ae904d5faf1a871fb42 | diff --git a/selenium_test/steps/general.py b/selenium_test/steps/general.py
index <HASH>..<HASH> 100644
--- a/selenium_test/steps/general.py
+++ b/selenium_test/steps/general.py
@@ -5,8 +5,9 @@ from selenium.webdriver.common.by import By
from selenium.webdriver.common.action_chains import ActionChains
import seleniu... | Work around a selenium bug. | mangalam-research_wed | train |
4e248bf15b19c5e567039138ce552627d0d6b5aa | diff --git a/src/asyncDiff.js b/src/asyncDiff.js
index <HASH>..<HASH> 100644
--- a/src/asyncDiff.js
+++ b/src/asyncDiff.js
@@ -311,7 +311,7 @@ function tryDiffChildren(actualAdapter, expectedAdapter, actualChildren, expecte
ArrayChangesAsync(actualChildren, expectedChildren,
function (a, b, aIndex... | Fix for async version of diffing children with diffs | bruderstein_unexpected-htmllike | train |
913b55d92c4cac114d382abeb79a6a070dd491db | diff --git a/lib/buffer.js b/lib/buffer.js
index <HASH>..<HASH> 100644
--- a/lib/buffer.js
+++ b/lib/buffer.js
@@ -12,4 +12,4 @@ module.exports = function(fn) {
cb();
};
return through.obj(push, end);
-};
\ No newline at end of file
+};
diff --git a/lib/env.js b/lib/env.js
index <HASH>..<HASH> 100644
--- a/l... | add trailing newlines to EOF | gulpjs_gulp-util | train |
2d3a282b7837e3dce0233f3c2e8f1da2f2b243e6 | diff --git a/Model/Event.php b/Model/Event.php
index <HASH>..<HASH> 100644
--- a/Model/Event.php
+++ b/Model/Event.php
@@ -96,6 +96,13 @@ class Event
return $this;
}
+ public function setStatus($status)
+ {
+ $this->event->setProperty('status', $status);
+
+ return $this;
+ }
+
... | Adding setStatus for VEvent | BorisMorel_IcalBundle | train |
ae0a237ae2ca7ba0f7c71f0ee391f52e809da235 | diff --git a/obliquity/kappa_inference.py b/obliquity/kappa_inference.py
index <HASH>..<HASH> 100644
--- a/obliquity/kappa_inference.py
+++ b/obliquity/kappa_inference.py
@@ -134,8 +134,11 @@ def sample_posterior(x,post,nsamples=1):
inds = np.digitize(u,cdf)
return x[inds]
-def kappa_prior(k):
- return (... | corrected normalization of kappa_prior | timothydmorton_obliquity | train |
b29cd64ebcd4442572310dd291a4713a4c748cbd | diff --git a/src/Keboola/Orchestrator/Client.php b/src/Keboola/Orchestrator/Client.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/Orchestrator/Client.php
+++ b/src/Keboola/Orchestrator/Client.php
@@ -30,7 +30,8 @@ class Client extends GuzzleClient
$config = Collection::fromConfig($config, $default, $required);
... | Fixed HTTP protocol to <I> | keboola_orchestrator-php-client | train |
39c9391b5c81f5fbc4f6e0caacd298ba9f6903ad | diff --git a/inception/decoder.go b/inception/decoder.go
index <HASH>..<HASH> 100644
--- a/inception/decoder.go
+++ b/inception/decoder.go
@@ -193,6 +193,13 @@ func handleFieldAddr(ic *Inception, name string, takeAddr bool, typ reflect.Type
Typ: typ,
Kind: typ.Kind(),
})
+ case reflect.Map:
+ out += tplStr... | Added support for unmarshaling complex maps | pquerna_ffjson | train |
103e1433a3a05e6a2d688cab642769113c13f77b | diff --git a/stacker/actions/build.py b/stacker/actions/build.py
index <HASH>..<HASH> 100644
--- a/stacker/actions/build.py
+++ b/stacker/actions/build.py
@@ -413,6 +413,8 @@ class Action(BaseAction):
"""
plan = self._generate_plan(tail=tail)
+ if not plan.keys():
+ logger.warn('WA... | allow configs without stacks (#<I>)
* allow configs without stacks
This relaxes the current stack validation, replacing it instead with
action warning messages.
With this, configurations can be created with only hooks.
* update functional test
* Fix tests
* Fix output for warning when no stacks detecte... | cloudtools_stacker | train |
e51f968b20570452b07f562e282626bd51ce588b | diff --git a/src/main/java/edu/ksu/canvas/impl/UserImpl.java b/src/main/java/edu/ksu/canvas/impl/UserImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/edu/ksu/canvas/impl/UserImpl.java
+++ b/src/main/java/edu/ksu/canvas/impl/UserImpl.java
@@ -65,14 +65,14 @@ public class UserImpl extends BaseImpl implements Us... | changed UserImp method to use urlBuilder to append request parameters | kstateome_canvas-api | train |
3e5f0573e955bcfb1200e03a4508003f1c54c136 | diff --git a/ui/src/components/layout/QDrawer.js b/ui/src/components/layout/QDrawer.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/layout/QDrawer.js
+++ b/ui/src/components/layout/QDrawer.js
@@ -325,9 +325,11 @@ export default Vue.extend({
},
__setScrollable (v) {
- if (this.layout.container !=... | fix(QDrawer): Small glitch regarding setting scrollable layout | quasarframework_quasar | train |
dbb0b59ae42c4b26758962cf689c03f2456e2f65 | diff --git a/lib/itamae/recipe_dependencies.rb b/lib/itamae/recipe_dependencies.rb
index <HASH>..<HASH> 100644
--- a/lib/itamae/recipe_dependencies.rb
+++ b/lib/itamae/recipe_dependencies.rb
@@ -2,7 +2,7 @@ module Itamae
class RecipeDependencies < Array
NotFoundError = Class.new(StandardError)
- def find_b... | Rename find_by_description to find_resource_by_description. | itamae-kitchen_itamae | train |
639cc4e0e5005c4f7796915201c17f0a0121f306 | diff --git a/biodata-formats/src/main/java/org/opencb/biodata/formats/obo/OboParser.java b/biodata-formats/src/main/java/org/opencb/biodata/formats/obo/OboParser.java
index <HASH>..<HASH> 100644
--- a/biodata-formats/src/main/java/org/opencb/biodata/formats/obo/OboParser.java
+++ b/biodata-formats/src/main/java/org/ope... | optionally set the ontology name | opencb_biodata | train |
5c21029a056025edc2b297e8de009e6a5a8c5eed | diff --git a/shoebot/__init__.py b/shoebot/__init__.py
index <HASH>..<HASH> 100644
--- a/shoebot/__init__.py
+++ b/shoebot/__init__.py
@@ -310,6 +310,14 @@ class Bot:
self.canvas.draw()
self.canvas.finish()
+ def load_namespace(self):
+ import data
+ for name in dir(self):
+ ... | size() should now work as intended; Bot now has a load_namespace method, instead of having it hardcoded in run() | shoebot_shoebot | train |
ea9421a6830e4469734463c6b0d37320f3b7c602 | diff --git a/imgaug/augmenters/arithmetic.py b/imgaug/augmenters/arithmetic.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/arithmetic.py
+++ b/imgaug/augmenters/arithmetic.py
@@ -1314,9 +1314,7 @@ class Dropout(MultiplyElementwise):
# TODO add similar cutout augmenter
# TODO invert size_p and size_percent so ... | Switch DropoutCoarse from function to class | aleju_imgaug | train |
6555219dd96d67399a0a34ac56daafc94ec4f7ef | diff --git a/src/Console/Command/DomainSourceListCommand.php b/src/Console/Command/DomainSourceListCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/Command/DomainSourceListCommand.php
+++ b/src/Console/Command/DomainSourceListCommand.php
@@ -2,7 +2,6 @@
namespace Drutiny\Console\Command;
-use Drutiny\Cons... | Clean up use of progress logger. | drutiny_drutiny | train |
f612b526930e399556b22e379ce483b9654ac56c | diff --git a/spec/shared/struct.rb b/spec/shared/struct.rb
index <HASH>..<HASH> 100644
--- a/spec/shared/struct.rb
+++ b/spec/shared/struct.rb
@@ -191,7 +191,7 @@ RSpec.shared_examples_for Dry::Struct do
end
it 'accepts a proc' do
- type.transform_types(-> (t, _name) { t.meta(tranformed: true) })... | Type transformation block now yields 1 arg | dry-rb_dry-struct | train |
447592ae2ecf9ed2f24672d7b6b9f4c034005125 | diff --git a/lib/simple_navigation/item.rb b/lib/simple_navigation/item.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_navigation/item.rb
+++ b/lib/simple_navigation/item.rb
@@ -43,14 +43,11 @@ module SimpleNavigation
# Returns true if this navigation item should be rendered as 'selected'.
# An item is selec... | Removing Item#selected_by_config? which is now useless | codeplant_simple-navigation | train |
6891dee6ea10a8c08d096fb174347718562f50e3 | diff --git a/rllib/policy/torch_policy.py b/rllib/policy/torch_policy.py
index <HASH>..<HASH> 100644
--- a/rllib/policy/torch_policy.py
+++ b/rllib/policy/torch_policy.py
@@ -994,9 +994,10 @@ class TorchPolicy(Policy):
results[shard_idx] = (all_grads, grad_info)
except Exception as e:
... | [RLlib] Better exceptions with traceback in TorchPolicy (#<I>) | ray-project_ray | train |
2f6c869c432159828d0dad2d4947ab8d6a0ce32d | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -65,3 +65,13 @@ export function parseExpressionAt(input, pos, options) {
export function tokenizer(input, options) {
return new Parser(options, input)
}
+
+// This is a terrible kludge to support the exist... | Use a just-as-scary but less subtle approach to the loose parser's exports
Issue #<I> | acornjs_acorn | train |
42677a681ff774333bb63c5dbce84e445da55966 | diff --git a/commands/issue.go b/commands/issue.go
index <HASH>..<HASH> 100644
--- a/commands/issue.go
+++ b/commands/issue.go
@@ -332,15 +332,6 @@ func formatIssuePlaceholders(issue github.Issue, colorize bool) map[string]strin
assignees = append(assignees, assignee.Login)
}
- var requestedReviewers []string
- ... | Add merged date information to `hub pr list` | github_hub | train |
36fb9b7c901880cc57f70df31c1597047fb18b5d | diff --git a/twig/filter/filter.go b/twig/filter/filter.go
index <HASH>..<HASH> 100644
--- a/twig/filter/filter.go
+++ b/twig/filter/filter.go
@@ -413,8 +413,28 @@ func filterReverse(ctx stick.Context, val stick.Value, args ...stick.Value) stic
}
func filterRound(ctx stick.Context, val stick.Value, args ...stick.Va... | Add round filter (#<I>) | tyler-sommer_stick | train |
75f232e5bb4fa66dc0b45999dc481a463805b457 | diff --git a/doctr/local.py b/doctr/local.py
index <HASH>..<HASH> 100644
--- a/doctr/local.py
+++ b/doctr/local.py
@@ -210,7 +210,11 @@ def generate_ssh_key(note, keypath='github_deploy_key'):
raise RuntimeError("SSH key generation failed")
with open(keypath + ".pub") as f:
- return f.read()
+ ... | Delete the .pub key file
There is no need to keep it around, and it just confuses people. If the public
key is needed again, the best thing to do is to just run doctr configure
again to generate a new set of keys.
Fixes #<I>. | drdoctr_doctr | train |
b029df282d6ef7688dc815f7bf9f1bd4ceb7a756 | diff --git a/api/application/client.go b/api/application/client.go
index <HASH>..<HASH> 100644
--- a/api/application/client.go
+++ b/api/application/client.go
@@ -87,7 +87,12 @@ const (
// CharmOrigin holds the information about where the charm originates.
type CharmOrigin struct {
- Source CharmOriginSource
+ Sour... | Ensure we pass through the charm origin
The charm origin is passed through to the apiserver, it's just that we
currently don't do anything with it atm. Once we start wiring up more of
the API (download, refresh, install), then we can then start completing
the backend for this. | juju_juju | train |
0f488e7a127b82a1a847d8e00cc030fa61038510 | diff --git a/registrasion/controllers/conditions.py b/registrasion/controllers/conditions.py
index <HASH>..<HASH> 100644
--- a/registrasion/controllers/conditions.py
+++ b/registrasion/controllers/conditions.py
@@ -330,8 +330,10 @@ class SpeakerConditionController(IsMetByFilter, ConditionController):
class GroupMember... | Makes TeamMemberCondition work | chrisjrn_registrasion | train |
8c1dddfa8e0d57245962969114f00e93e5dbf978 | diff --git a/VM-Core/src/main/java/com/validation/manager/core/tool/step/importer/TestCaseImportException.java b/VM-Core/src/main/java/com/validation/manager/core/tool/step/importer/TestCaseImportException.java
index <HASH>..<HASH> 100644
--- a/VM-Core/src/main/java/com/validation/manager/core/tool/step/importer/TestCa... | Adding constructor from super class. | javydreamercsw_validation-manager | train |
042d9c33595d14c587d0b39d4935275eb3056e29 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -49,7 +49,7 @@ class Client extends \Goutte\Client
});
$params = array('q' => $term, 'page' => $page - 1);
foreach ($categories as $param) {
- $params[$param] = 1;
... | Modified Client to account for category checkbox filter values changing from 1 to on | bluelyte_tpb-client | train |
073a599c1a689e9829c95f46197bcc7883fda2ea | diff --git a/logging/src/main/java/org/jboss/as/logging/logmanager/ConfigurationPersistence.java b/logging/src/main/java/org/jboss/as/logging/logmanager/ConfigurationPersistence.java
index <HASH>..<HASH> 100644
--- a/logging/src/main/java/org/jboss/as/logging/logmanager/ConfigurationPersistence.java
+++ b/logging/src/m... | Fix values not written out and read correctly to the logging.properties file. | wildfly_wildfly | train |
99e58698b6724e4c73483f0268fe707bb7ff1bbd | diff --git a/lib/report-builder-factory/report-builder.js b/lib/report-builder-factory/report-builder.js
index <HASH>..<HASH> 100644
--- a/lib/report-builder-factory/report-builder.js
+++ b/lib/report-builder-factory/report-builder.js
@@ -5,7 +5,7 @@ const Promise = require('bluebird');
const _ = require('lodash');
c... | fix: broken images for tests with no reference image | gemini-testing_html-reporter | train |
d75fda7874fbd9ae0903734c4926b0840e48e830 | diff --git a/ubersmith/calls/__init__.py b/ubersmith/calls/__init__.py
index <HASH>..<HASH> 100644
--- a/ubersmith/calls/__init__.py
+++ b/ubersmith/calls/__init__.py
@@ -43,7 +43,6 @@ class BaseCall(object):
method = '' # ubersmith method name, should be defined on child classes
required_fields = [] # fi... | Remove field renaming and response exception catching. | jasonkeene_python-ubersmith | train |
4c3b3501ccab040b4b4c009b4cf04348195fd963 | diff --git a/lib/blogit/version.rb b/lib/blogit/version.rb
index <HASH>..<HASH> 100644
--- a/lib/blogit/version.rb
+++ b/lib/blogit/version.rb
@@ -1,3 +1,3 @@
module Blogit
- VERSION = "0.4.2"
+ VERSION = "0.4.3"
end | Releasing version <I> - Changed Post load order to created_at DESC | KatanaCode_blogit | train |
533db5a5b2f80a7c97a9514d1c44d5c0a0bea09a | diff --git a/tensor2tensor/models/video/basic_deterministic.py b/tensor2tensor/models/video/basic_deterministic.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/models/video/basic_deterministic.py
+++ b/tensor2tensor/models/video/basic_deterministic.py
@@ -274,6 +274,7 @@ class NextFrameBasicDeterministic(t2t_model.T... | Improve reward prediction in the basic model, use constant learning rate.
PiperOrigin-RevId: <I> | tensorflow_tensor2tensor | train |
e8c45f907832385c56aef11761a3998bdd708c7a | diff --git a/src/load-commands.js b/src/load-commands.js
index <HASH>..<HASH> 100644
--- a/src/load-commands.js
+++ b/src/load-commands.js
@@ -4,11 +4,11 @@ function requireCommands () {
const cmds = {
// add and createAddStream alias
add: require('./api/add'),
+ cat: require('./api/cat'),
createAd... | feat: add alias for cat under files | ipfs_js-ipfs-http-client | train |
c3f72b36ce35b5c3567184f6baa4ff68336371bc | diff --git a/src/ShopifyApp/Jobs/WebhookInstaller.php b/src/ShopifyApp/Jobs/WebhookInstaller.php
index <HASH>..<HASH> 100644
--- a/src/ShopifyApp/Jobs/WebhookInstaller.php
+++ b/src/ShopifyApp/Jobs/WebhookInstaller.php
@@ -43,7 +43,7 @@ class WebhookInstaller implements ShouldQueue
/**
* Execute the job.
... | phpDoc updates and made code more readable. | ohmybrew_laravel-shopify | train |
b6bb061b6d958f98059a2a7cb763cac3f26723e3 | diff --git a/TODO b/TODO
index <HASH>..<HASH> 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
- Improve documentation of solve_sdp, include the dictionary of solverparameters for each solver. Also document return values.
- - Autodetect available solvers.
- Circular symmetry of trace is not fully exploited for Hermi... | Autodetect available solvers | peterwittek_ncpol2sdpa | train |
bea1eca82bd202bab482f61f4bdb9d5bee4396ea | diff --git a/sweetify/encoder.py b/sweetify/encoder.py
index <HASH>..<HASH> 100644
--- a/sweetify/encoder.py
+++ b/sweetify/encoder.py
@@ -1,10 +1,10 @@
from django.core.serializers.json import DjangoJSONEncoder
-from django.utils.encoding import force_text
+from django.utils.encoding import force_str
from django.uti... | fix(bug): changed deprecated `force_text` | Atrox_sweetify-django | train |
a86006bb3f8a392dcb93b1d9117476fc866217c4 | diff --git a/pygenstub.py b/pygenstub.py
index <HASH>..<HASH> 100644
--- a/pygenstub.py
+++ b/pygenstub.py
@@ -191,55 +191,33 @@ class VariableNode(StubNode):
class FunctionNode(StubNode):
"""A node representing a function in a stub tree.
- :sig: (str, str, ast.AST) -> None
+ :sig: (str, Sequence[str], Se... | separated function signature parsing from stub generation | uyar_pygenstub | train |
cbf973d8b11f00ce9e693a437c7d90c5891adf82 | diff --git a/src/feature-finder.js b/src/feature-finder.js
index <HASH>..<HASH> 100644
--- a/src/feature-finder.js
+++ b/src/feature-finder.js
@@ -48,5 +48,5 @@ function getIgnorePatterns(ignoreArg) {
module.exports = {
getFeatureFiles: getFeatureFiles,
- defaultConfigFileName: defaultIgnoreFileName
+ defaultIg... | Renaming exported function from feature-finder and making help prettier | vsiakka_gherkin-lint | train |
902833aa31bcb499c7a70bcb594471fe267e74e5 | diff --git a/src/Api/Controller/ListTagsController.php b/src/Api/Controller/ListTagsController.php
index <HASH>..<HASH> 100644
--- a/src/Api/Controller/ListTagsController.php
+++ b/src/Api/Controller/ListTagsController.php
@@ -57,7 +57,10 @@ class ListTagsController extends AbstractCollectionController
protected f... | Lazy-load any included relationships on /api/tags | flarum_tags | train |
76f51751c0f19c46ba16565775dc13403a3c08c9 | diff --git a/templates/js/ui.atk4_form.js b/templates/js/ui.atk4_form.js
index <HASH>..<HASH> 100644
--- a/templates/js/ui.atk4_form.js
+++ b/templates/js/ui.atk4_form.js
@@ -48,7 +48,7 @@ $.widget("ui.atk4_form", {
if(!this.form.is('form')){
this.form=this.form.find('form');
this.element.bind('submit',funct... | Prevent "Loading in progress" on some form submits
when you execute $form->js()->submit(), it somehow
triggers form.submitForm and then also fires a
regular submit event. For now i'm not sure why
the submit event is fired, so I added a check -
if submit event is executed and form is already
being submitted, then do no... | atk4_atk4 | train |
63d96dd21732fd097562c4bc9951717ef96c068d | diff --git a/visearch-java/src/main/java/com/visenze/visearch/Box.java b/visearch-java/src/main/java/com/visenze/visearch/Box.java
index <HASH>..<HASH> 100644
--- a/visearch-java/src/main/java/com/visenze/visearch/Box.java
+++ b/visearch-java/src/main/java/com/visenze/visearch/Box.java
@@ -2,16 +2,10 @@ package com.vis... | Make box params immutable | visenze_visearch-sdk-java | train |
ee8573e9399396312852a7d5e4e804ad1c9756c6 | diff --git a/graphene_gae/ndb/types.py b/graphene_gae/ndb/types.py
index <HASH>..<HASH> 100644
--- a/graphene_gae/ndb/types.py
+++ b/graphene_gae/ndb/types.py
@@ -104,19 +104,9 @@ class NdbObjectType(six.with_metaclass(NdbObjectTypeMeta, ObjectType)):
return type(root) == cls._meta.model
@classmethod
- ... | get_node gets local_id and not the global one | graphql-python_graphene-gae | train |
5d7d259814296d47d538ed2ce712987471690f19 | diff --git a/lib/commands/element.js b/lib/commands/element.js
index <HASH>..<HASH> 100644
--- a/lib/commands/element.js
+++ b/lib/commands/element.js
@@ -12,7 +12,9 @@ Object.assign(extensions, iosCommands.element);
commands.getAttribute = async function (attribute, el) {
el = util.unwrapElement(el);
if (!this.... | Force attribute value conversion to string, which is required by the W3C spec (#<I>)
* Force attribute value conversion to string, which is required by the W3C spec
* Specify the link | appium_appium-xcuitest-driver | train |
a5b13d4d78fbf397204f5b2f33b3b23b91ca008b | diff --git a/pymc/distributions/discrete.py b/pymc/distributions/discrete.py
index <HASH>..<HASH> 100644
--- a/pymc/distributions/discrete.py
+++ b/pymc/distributions/discrete.py
@@ -1650,6 +1650,12 @@ class ZeroInflatedNegativeBinomial(Discrete):
p = at.as_tensor_variable(floatX(p))
return super().di... | Added moment for ZeroInflatedNegativeBinomial distribution | pymc-devs_pymc | train |
d3933e366cf5d537bf2154a220f1e382d223df35 | diff --git a/config/dpkg/changelog b/config/dpkg/changelog
index <HASH>..<HASH> 100644
--- a/config/dpkg/changelog
+++ b/config/dpkg/changelog
@@ -2,4 +2,4 @@ python-plaso (1.2.1-1) unstable; urgency=low
* Auto-generated
- -- Log2Timeline <log2timeline-dev@googlegroups.com> Thu, 28 May 2015 13:55:09 +0200
+ -- ... | Code review: <I>: Fix for #<I> and a few other image_export issues. | log2timeline_plaso | train |
5769d9f4c86a9ed7e8b9c4f043d43b0b887c1085 | diff --git a/tests/test_pystmark.py b/tests/test_pystmark.py
index <HASH>..<HASH> 100644
--- a/tests/test_pystmark.py
+++ b/tests/test_pystmark.py
@@ -354,6 +354,8 @@ class MessageTest(SenderTestBase):
m = Message(sender='me')
n = Message(sender='you')
self.assertNotEqual(m, n)
+ # To ... | get python<I> to cover __ne__ | xsleonard_pystmark | train |
e1f6780afc8884072052a7347af690ace34ff35e | diff --git a/web/concrete/single_pages/dashboard/system/basics/site_name.php b/web/concrete/single_pages/dashboard/system/basics/site_name.php
index <HASH>..<HASH> 100644
--- a/web/concrete/single_pages/dashboard/system/basics/site_name.php
+++ b/web/concrete/single_pages/dashboard/system/basics/site_name.php
@@ -4,7 +... | Styling/UI tweaks to SiteName settings page. #<I>
Tweaked as per Franz's instructions. Issue #<I>
Former-commit-id: d<I>c5e4d<I>a<I>cf0d<I>b2e<I>cad<I>d8d | concrete5_concrete5 | train |
47b0f46fa78e396b5b2714064c33122e738c5bce | diff --git a/src/Twilio/Rest/Client.php b/src/Twilio/Rest/Client.php
index <HASH>..<HASH> 100644
--- a/src/Twilio/Rest/Client.php
+++ b/src/Twilio/Rest/Client.php
@@ -13,8 +13,8 @@ use Twilio\Exceptions\ConfigurationException;
use Twilio\Exceptions\TwilioException;
use Twilio\Http\Client as HttpClient;
use Twilio\Ht... | fix: env var retrieval and url unparsing (#<I>) | twilio_twilio-php | train |
5eb455b56326fb9be92a79034155ba775637c0fc | diff --git a/lib/esvg.rb b/lib/esvg.rb
index <HASH>..<HASH> 100644
--- a/lib/esvg.rb
+++ b/lib/esvg.rb
@@ -68,14 +68,10 @@ module Esvg
input
end
- def build(options={})
- new(options).build
- end
-
def precompile_assets
if rails? && defined?(Rake)
::Rake::Task['assets:precompile'].enhance ... | Improved caching, fixed assets:precompile integration | imathis_esvg | train |
592e641152be7406f574d8466befce2e6a75f4ee | diff --git a/mizani/tests/test_breaks.py b/mizani/tests/test_breaks.py
index <HASH>..<HASH> 100644
--- a/mizani/tests/test_breaks.py
+++ b/mizani/tests/test_breaks.py
@@ -65,6 +65,13 @@ def test_log_breaks():
breaks = log_breaks()([1761, 8557])
npt.assert_array_equal(breaks, [1000, 2000, 3000, 5000, 10000])
... | TST: Add edgecase test for log_breaks | has2k1_mizani | train |
e8096e9c8bb01a32efe13383f501579abc852c5a | diff --git a/helper/plugin/grpc_provider.go b/helper/plugin/grpc_provider.go
index <HASH>..<HASH> 100644
--- a/helper/plugin/grpc_provider.go
+++ b/helper/plugin/grpc_provider.go
@@ -421,6 +421,13 @@ func (s *GRPCProviderServer) ReadResource(_ context.Context, req *proto.ReadReso
return resp, nil
}
+ if newInsta... | normalize values during ReadResource
Match the normalization behavior of Apply, so we don't end up causing
any diffs between zero values when refreshing resources. | hashicorp_terraform | train |
44b91d3c06db9d3f103a78224674cadd4bc222f9 | diff --git a/ELiDE/ELiDE/board/board.py b/ELiDE/ELiDE/board/board.py
index <HASH>..<HASH> 100644
--- a/ELiDE/ELiDE/board/board.py
+++ b/ELiDE/ELiDE/board/board.py
@@ -273,30 +273,16 @@ class Board(RelativeLayout):
candidate = self.selection_candidates.pop(0)
if candidate.collide_point(*touch.p... | Remove some old cruft from an old way of handling Pawn dragging | LogicalDash_LiSE | train |
00b4e6e8e5fa7eb273c5ed3e31953d3e5557b202 | diff --git a/app/application/torii-adapter.js b/app/application/torii-adapter.js
index <HASH>..<HASH> 100644
--- a/app/application/torii-adapter.js
+++ b/app/application/torii-adapter.js
@@ -46,7 +46,7 @@ export default Ember.Object.extend({
return session;
});
}).then((session) => {
- this.id... | Use actor instead of user in analytics
When impersonating, we don't want to:
- Show notifications intended for the user to the actor.
- Record activity for the user. | aptible_ember-cli-aptible-shared | train |
53b7f84c4815473a43d8a63c51d1043db9885f87 | diff --git a/src/main/java/eu/nets/utils/jetty/embedded/EmbeddedJettyBuilder.java b/src/main/java/eu/nets/utils/jetty/embedded/EmbeddedJettyBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/eu/nets/utils/jetty/embedded/EmbeddedJettyBuilder.java
+++ b/src/main/java/eu/nets/utils/jetty/embedded/EmbeddedJettyBu... | Added isstarted with appassembler method | NetsOSS_embedded-jetty | train |
545a7e752e39e3019d8159eb0a6c5603764df629 | diff --git a/src/client/index.js b/src/client/index.js
index <HASH>..<HASH> 100644
--- a/src/client/index.js
+++ b/src/client/index.js
@@ -222,7 +222,7 @@ const _useSessionHook = (session) => {
}
// Client side method
-const signIn = async (provider, args = {}) => {
+const signIn = async (provider, args = {}, authP... | feat: forward auth params from signin to provider (#<I>) | iaincollins_next-auth | train |
41f77793f425e7d98e29b9f42838551b2d2af4a7 | diff --git a/lib/modules/gasEstimator/index.js b/lib/modules/gasEstimator/index.js
index <HASH>..<HASH> 100644
--- a/lib/modules/gasEstimator/index.js
+++ b/lib/modules/gasEstimator/index.js
@@ -25,21 +25,18 @@ class GasEstimator {
if (abiMethod.type === "constructor") {
// already provided for ... | more patchy mcpatchface | embark-framework_embark | train |
e1562e1132e50b573dd4b1b2c91b4496100e9345 | diff --git a/src/DataValidator.php b/src/DataValidator.php
index <HASH>..<HASH> 100644
--- a/src/DataValidator.php
+++ b/src/DataValidator.php
@@ -81,17 +81,11 @@ final class DataValidator implements MapValidatorInterface, ErrorLoggerAwareVali
}
/**
- * Adds a "leaf" validator to validate a specific key or a set... | Fix few logic errors for DataValidator | inpsyde_inpsyde-validator | train |
8265b719e01ee482c269f44d60f8fd3aa590c21f | diff --git a/modin/pandas/dataframe.py b/modin/pandas/dataframe.py
index <HASH>..<HASH> 100644
--- a/modin/pandas/dataframe.py
+++ b/modin/pandas/dataframe.py
@@ -282,11 +282,15 @@ class DataFrame(BasePandasDataset):
Returns:
Series
"""
+ import hashlib
+
df = self[subset]... | FIX-#<I> #<I>: Fix `duplicated` and `drop_duplicates` functions (#<I>) | modin-project_modin | train |
83da6519e82edb685603fdaade5f0a76314ed126 | diff --git a/src/js/components/Layer/Layer.js b/src/js/components/Layer/Layer.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Layer/Layer.js
+++ b/src/js/components/Layer/Layer.js
@@ -8,7 +8,10 @@ import { animationDuration } from './StyledLayer';
const Layer = forwardRef((props, ref) => {
const { animate,... | Fixed an issue with Layer for static sites (#<I>) | grommet_grommet | train |
940eb2160112ba72f2b6f816c81af317abe4e680 | diff --git a/Bundle/BusinessEntityBundle/Helper/BusinessEntityHelper.php b/Bundle/BusinessEntityBundle/Helper/BusinessEntityHelper.php
index <HASH>..<HASH> 100644
--- a/Bundle/BusinessEntityBundle/Helper/BusinessEntityHelper.php
+++ b/Bundle/BusinessEntityBundle/Helper/BusinessEntityHelper.php
@@ -125,10 +125,10 @@ cla... | fix recursive method to find businessentity related to the view | Victoire_victoire | train |
d8efc83ff2e73fa9b6cfa39208853901444a86ba | diff --git a/lib/npm/get-npm-info.js b/lib/npm/get-npm-info.js
index <HASH>..<HASH> 100644
--- a/lib/npm/get-npm-info.js
+++ b/lib/npm/get-npm-info.js
@@ -17,10 +17,11 @@ function getNpmInfo(packageName) {
.sort(semver.compare)
.valueOf();
- var latest = semver.gt(CRAZY_HI... | don't use unstable versions as the latest, fixes angular | dylang_npm-check | train |
7e81e1b3d588a2b7003634ec90cd2a6318be8eda | diff --git a/lib/validator.js b/lib/validator.js
index <HASH>..<HASH> 100644
--- a/lib/validator.js
+++ b/lib/validator.js
@@ -410,15 +410,18 @@ Specberus.prototype.extractHeaders = function (dl) {
};
Specberus.prototype.getEditorIDs = function () {
- const dataEditor = this.jsDocument.querySelectorAll('dd[data-... | Remove former editor id from metadata result.editorIDs (#<I>)
* remove former editor id from metadata result.editorIDs
* remove duplicates for editorIDs | w3c_specberus | train |
230100c6067b86b0df6e6530d3d985c66ed893c6 | diff --git a/crispy_forms/templatetags/crispy_forms_tags.py b/crispy_forms/templatetags/crispy_forms_tags.py
index <HASH>..<HASH> 100644
--- a/crispy_forms/templatetags/crispy_forms_tags.py
+++ b/crispy_forms/templatetags/crispy_forms_tags.py
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
+import re
from copy import copy
... | Removing new lines from generated HTML
This shrinks html size in an important way. | django-crispy-forms_django-crispy-forms | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.