hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
955ad39d749a4d9cc2cd066d2ecb58bd355d1e91 | diff --git a/slither/core/cfg/node.py b/slither/core/cfg/node.py
index <HASH>..<HASH> 100644
--- a/slither/core/cfg/node.py
+++ b/slither/core/cfg/node.py
@@ -650,13 +650,13 @@ class Node(SourceMapping, ChildFunction):
@property
def son_true(self) -> Optional["Node"]:
- if self.type == NodeType.IF:
+... | fix ordering of sons when parsing for loop | crytic_slither | train |
740696275cc162f286b984b1c07f6ecf81fd6a62 | diff --git a/lib/Context/Internal/ParallelRunner.php b/lib/Context/Internal/ParallelRunner.php
index <HASH>..<HASH> 100644
--- a/lib/Context/Internal/ParallelRunner.php
+++ b/lib/Context/Internal/ParallelRunner.php
@@ -10,6 +10,9 @@ use Amp\Parallel\Sync\SerializationException;
use Amp\Promise;
use function Amp\call;... | Add a couple tests and ignore some blocks only executed in threads | amphp_parallel | train |
e8507b75be87036a8b85ee7939482dfb6fadafc1 | diff --git a/consensus/tendermint/tendermint.go b/consensus/tendermint/tendermint.go
index <HASH>..<HASH> 100644
--- a/consensus/tendermint/tendermint.go
+++ b/consensus/tendermint/tendermint.go
@@ -62,7 +62,7 @@ func NewTendermintNode(moduleConfig *config.ModuleConfig,
// to be written in tendermint's root directory... | Fix bug: failure to load Tendermint configuration file; error was silently ignored
improve error line | hyperledger_burrow | train |
b3f122ac0db00cb52361d9335f270d33f8dab930 | diff --git a/lib/rules/no-component-lifecycle-hooks.js b/lib/rules/no-component-lifecycle-hooks.js
index <HASH>..<HASH> 100644
--- a/lib/rules/no-component-lifecycle-hooks.js
+++ b/lib/rules/no-component-lifecycle-hooks.js
@@ -2,7 +2,7 @@
const emberUtils = require('../utils/ember');
-const { isComponentLifecycleH... | Add tests to isGlimmerComponent and use isComponentLifecycleHook util | ember-cli_eslint-plugin-ember | train |
23dbb8889adb060e1334058925b2a2bf4ceeb5d5 | diff --git a/src/android/CameraLauncher.java b/src/android/CameraLauncher.java
index <HASH>..<HASH> 100644
--- a/src/android/CameraLauncher.java
+++ b/src/android/CameraLauncher.java
@@ -435,11 +435,7 @@ public class CameraLauncher extends CordovaPlugin implements MediaScannerConnect
// Restore exif da... | CB-<I>: Removing FileHelper call that was failing on Samsung Galaxy S3, now that we have a real path, we only need to update the MediaStore, not pull from it in this case | apache_cordova-plugin-camera | train |
54ed4635df874a512e51895a72c4ee927ca8aca9 | diff --git a/models/classes/runner/time/QtiTimeStorageFormat.php b/models/classes/runner/time/QtiTimeStorageFormat.php
index <HASH>..<HASH> 100644
--- a/models/classes/runner/time/QtiTimeStorageFormat.php
+++ b/models/classes/runner/time/QtiTimeStorageFormat.php
@@ -31,6 +31,12 @@ namespace oat\taoQtiTest\models\runner... | Updated timer storage to include the map | oat-sa_extension-tao-testqti | train |
5c224d407d072babc0b8e96fcbcce276600cb1a2 | diff --git a/lib/percheron/stack.rb b/lib/percheron/stack.rb
index <HASH>..<HASH> 100644
--- a/lib/percheron/stack.rb
+++ b/lib/percheron/stack.rb
@@ -3,7 +3,7 @@ module Percheron
extend Forwardable
- def_delegators :stack_config, :name
+ def_delegators :stack_config, :name, :description
def initi... | A Stack can now have a description | ashmckenzie_percheron | train |
222d2709ce87aed87637ee7159bbfde43465d374 | diff --git a/admin_tools/menu/views.py b/admin_tools/menu/views.py
index <HASH>..<HASH> 100644
--- a/admin_tools/menu/views.py
+++ b/admin_tools/menu/views.py
@@ -91,7 +91,7 @@ def remove_bookmark(request, id):
"title": "**title**", # replaced on the javascript side
},
)
- ret... | fix: render_to_response is not defined | django-admin-tools_django-admin-tools | train |
ef68f076da0221ae9040ce7c616caa3448a8fd8c | diff --git a/essay_set.py b/essay_set.py
index <HASH>..<HASH> 100644
--- a/essay_set.py
+++ b/essay_set.py
@@ -13,6 +13,9 @@ base_path = os.path.dirname(__file__)
sys.path.append(base_path)
import util_functions
+if not base_path.endswith("/"):
+ base_path=base_path+"/"
+
MAXIMUM_ESSAY_LENGTH=20000
class Ess... | updates to base path and removed deprecated sklearn code | edx_ease | train |
92f93e83a4a24be1f953a3aa87b2b989422131ca | diff --git a/lib/goodwill/auction.rb b/lib/goodwill/auction.rb
index <HASH>..<HASH> 100644
--- a/lib/goodwill/auction.rb
+++ b/lib/goodwill/auction.rb
@@ -70,6 +70,9 @@ module Goodwill
params = "?ZipCode=#{zipcode}&Country=#{country}&ItemId=#{itemid}&Quantity=1&_=#{DateTime.now.strftime('%s')}"
page = mec... | Adding retry for calculate_shipping and threads option to CLI. | dudemcbacon_goodwill | train |
ee9e41cf035b93ff2353d3cb394fe64efaf10659 | diff --git a/web/concrete/src/Console/Command/InstallCommand.php b/web/concrete/src/Console/Command/InstallCommand.php
index <HASH>..<HASH> 100644
--- a/web/concrete/src/Console/Command/InstallCommand.php
+++ b/web/concrete/src/Console/Command/InstallCommand.php
@@ -45,7 +45,7 @@ class InstallCommand extends Command
... | Fix: can't override install options by config file
<URL> | concrete5_concrete5 | train |
bd0cfe53c8783e5115005cc2d6249ae0d80b757c | diff --git a/pychromecast/discovery.py b/pychromecast/discovery.py
index <HASH>..<HASH> 100644
--- a/pychromecast/discovery.py
+++ b/pychromecast/discovery.py
@@ -523,7 +523,7 @@ def discover_chromecasts(
# Wait for the timeout or the maximum number of devices
discover_complete.wait(timeout)
- return (br... | return list of discovered chromcasts instead of a dict_values which is not thread safe (#<I>)
resolves <URL> | balloob_pychromecast | train |
e38334f9c72e281482532a7ab155ad5ad76fb47c | diff --git a/src/resources/lang/en/common.php b/src/resources/lang/en/common.php
index <HASH>..<HASH> 100644
--- a/src/resources/lang/en/common.php
+++ b/src/resources/lang/en/common.php
@@ -17,4 +17,9 @@ return [
],
'email_already_in_use_message' => 'User with this email is already registered, please lo... | Added arria-hidden, title attrs and urlencode for pinterest's description. (#9)
* Added arria-hidden, title attrs and urlencode for pinterest\'s descrition.
* Translate Share on.. title tags. | GrupaZero_social | train |
bd086244c61acaddea0cc773eac2c11804b56300 | diff --git a/hazelcast/src/main/java/com/hazelcast/core/IdGenerator.java b/hazelcast/src/main/java/com/hazelcast/core/IdGenerator.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/core/IdGenerator.java
+++ b/hazelcast/src/main/java/com/hazelcast/core/IdGenerator.java
@@ -25,7 +25,7 @@ package... | copyedit. ids, not id's, no ' with plurals. | hazelcast_hazelcast | train |
d41f81e5c18111e6b7960c68970818cf02314c55 | diff --git a/src/systems/geometry.js b/src/systems/geometry.js
index <HASH>..<HASH> 100755
--- a/src/systems/geometry.js
+++ b/src/systems/geometry.js
@@ -35,7 +35,7 @@ module.exports.System = registerSystem('geometry', {
var hash;
// Skip all caching logic.
- if (data.skipCache) { return createGeometry(... | Don't cache a geometry that it's going to be merged (#<I>) | aframevr_aframe | train |
1c65ff61bc9002190a66a0100a608390954fee77 | diff --git a/src/scripts/utils/bids.js b/src/scripts/utils/bids.js
index <HASH>..<HASH> 100644
--- a/src/scripts/utils/bids.js
+++ b/src/scripts/utils/bids.js
@@ -423,14 +423,15 @@ export default {
userAccess (project) {
let access = null;
const currentUser = userStore.data.scitran._id;
- ... | Added access type 'orphaned' for orphaned snapshots | OpenNeuroOrg_openneuro | train |
5eb67a21f448b9709875ef27f6aa9f378d5521d2 | diff --git a/classes/ezjscserverfunctionsjs.php b/classes/ezjscserverfunctionsjs.php
index <HASH>..<HASH> 100644
--- a/classes/ezjscserverfunctionsjs.php
+++ b/classes/ezjscserverfunctionsjs.php
@@ -258,9 +258,8 @@ YUI( YUI3_config ).add('io-ez', function( Y )
var _rootUrl = '$rootUrl', _serverUrl = _rootUrl + 'ez... | - Only patch IE8 / IE7 with xhr fix, as they are the once affected
git-svn-id: <URL> | ezsystems_ezpublish-legacy | train |
45fa91a6daa1d11c327b2f0cfb2ea7b0d25e9fc1 | diff --git a/src/Zephyrus/Exceptions/UnauthorizedAccessException.php b/src/Zephyrus/Exceptions/UnauthorizedAccessException.php
index <HASH>..<HASH> 100644
--- a/src/Zephyrus/Exceptions/UnauthorizedAccessException.php
+++ b/src/Zephyrus/Exceptions/UnauthorizedAccessException.php
@@ -2,8 +2,8 @@
class UnauthorizedAcce... | Changed visibility of UnauthorizedAccessException properties | dadajuice_zephyrus | train |
b25f70c867e2943232cefc3b4cd7b60736a875f8 | diff --git a/dramatiq/brokers/redis.py b/dramatiq/brokers/redis.py
index <HASH>..<HASH> 100644
--- a/dramatiq/brokers/redis.py
+++ b/dramatiq/brokers/redis.py
@@ -302,7 +302,8 @@ class _RedisConsumer(Consumer):
except redis.ConnectionError as e:
raise ConnectionClosed(e) from None
finally... | redis: handle missing keys on {n,}ack | Bogdanp_dramatiq | train |
ae7f95c51f9485002ed8fb448f1d3564ead71319 | diff --git a/aws/resource_aws_opsworks_instance_test.go b/aws/resource_aws_opsworks_instance_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_opsworks_instance_test.go
+++ b/aws/resource_aws_opsworks_instance_test.go
@@ -20,6 +20,7 @@ func TestAccAWSOpsworksInstance_basic(t *testing.T) {
resource.Parallel... | tests/r/opsworks_instance: Add ErrorCheck | terraform-providers_terraform-provider-aws | train |
2075bce1dce428dbd859f9dcdf3b7c725ca89e46 | diff --git a/lib/trogdir/versions/v1/api.rb b/lib/trogdir/versions/v1/api.rb
index <HASH>..<HASH> 100644
--- a/lib/trogdir/versions/v1/api.rb
+++ b/lib/trogdir/versions/v1/api.rb
@@ -89,6 +89,14 @@ module Trogdir
get do
present Person.find(params[:person_id]).ids, with: IDEntity
... | Endpoint to get a single ID | biola_trogdir-api | train |
d0536d613502e14f80d4a310d6b5cc44e138b80e | diff --git a/lib/linter.js b/lib/linter.js
index <HASH>..<HASH> 100755
--- a/lib/linter.js
+++ b/lib/linter.js
@@ -1288,13 +1288,18 @@ const externalMethods = {
Object.keys(externalMethods).forEach(methodName => {
const exMethodName = externalMethods[methodName];
- // All functions expected to have less argu... | Chore: Optimizes adding Linter methods (fixes #<I>) (#<I>) | eslint_eslint | train |
a99e01824906f5f15650b0ae2fbea8e16f1ab811 | diff --git a/pkg/build/strategies/sti/postexecutorstep.go b/pkg/build/strategies/sti/postexecutorstep.go
index <HASH>..<HASH> 100644
--- a/pkg/build/strategies/sti/postexecutorstep.go
+++ b/pkg/build/strategies/sti/postexecutorstep.go
@@ -322,10 +322,10 @@ func (step *startRuntimeImageAndUploadFilesStep) execute(ctx *p... | Fixing line number accuracy with glog wrapper | openshift_source-to-image | train |
d69f9b2227b0e87623326a689d96ae1959dca323 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -15,10 +15,11 @@ func version() string {
bi, ok := debug.ReadBuildInfo()
if ok {
v = bi.Main.Version
- } else {
+ }
+ if v == "" || v == "(devel)" {
// if we can't read a go module version then they're... | fix: ensure empty or devel version valid
As we send the version in our ApiVersionsRequest as the
ClientSoftwareVersion we need to make sure it is considered valid by
Kafka by conforming to their version regex | Shopify_sarama | train |
e1fe30c70d0fe9c033db9daf9d4420f7fa815b2d | diff --git a/tests/cli/commands/test_triggerer_command.py b/tests/cli/commands/test_triggerer_command.py
index <HASH>..<HASH> 100644
--- a/tests/cli/commands/test_triggerer_command.py
+++ b/tests/cli/commands/test_triggerer_command.py
@@ -43,4 +43,4 @@ class TestTriggererCommand(unittest.TestCase):
"""Ensure t... | Fix the triggerer capacity test (#<I>)
Commit <I>b<I> changed the triggerer logic to use int not string. | apache_airflow | train |
db7bbdd9ef444886e360a3d587a6258382e8f397 | diff --git a/fuel/datasets/base.py b/fuel/datasets/base.py
index <HASH>..<HASH> 100644
--- a/fuel/datasets/base.py
+++ b/fuel/datasets/base.py
@@ -23,6 +23,9 @@ class Dataset(object):
sources : tuple of strings, optional
The data sources to load and return by :meth:`get_data`. By default
all data... | Fill in docstrings for Dataset and AbstractDataStream | mila-iqia_fuel | train |
c33f6cda39a3be40cc2e829c4c8d0b4c54704896 | diff --git a/persist/sqldb/migrate.go b/persist/sqldb/migrate.go
index <HASH>..<HASH> 100644
--- a/persist/sqldb/migrate.go
+++ b/persist/sqldb/migrate.go
@@ -130,7 +130,7 @@ func (m migrate) Exec(ctx context.Context) error {
ansiSQLChange(`alter table argo_archived_workflows alter column finishedat set not null`),... | fix(archive): Fix bug in migrating cluster name. Fixes #<I> (#<I>) | argoproj_argo | train |
bb0734501f828b1f7cc586ac4cb27283684af745 | diff --git a/webview/serving.py b/webview/serving.py
index <HASH>..<HASH> 100644
--- a/webview/serving.py
+++ b/webview/serving.py
@@ -31,13 +31,19 @@ def _get_random_port():
return port
+class WSGIRequestHandler11(wsgiref.simple_server.WSGIRequestHandler):
+ protocol_version = "HTTP/1.1"
+
+
d... | Make sure we're retuning HTTP/<I> | r0x0r_pywebview | train |
fc0448518678e9e41e49c91613a57fcc4c23970e | diff --git a/version/version.go b/version/version.go
index <HASH>..<HASH> 100644
--- a/version/version.go
+++ b/version/version.go
@@ -23,7 +23,7 @@ var (
Package = "github.com/containerd/containerd"
// Version holds the complete version number. Filled in at linking time.
- Version = "1.4.0-beta.1+unknown"
+ Vers... | Update version to <I>-beta<I> | containerd_containerd | train |
8025444643f7852186e087dd21926b24a7fb67b1 | diff --git a/plugin-infra/sample-plugins/curl-plugin/src/com/tw/go/task/curl/CurlTask.java b/plugin-infra/sample-plugins/curl-plugin/src/com/tw/go/task/curl/CurlTask.java
index <HASH>..<HASH> 100644
--- a/plugin-infra/sample-plugins/curl-plugin/src/com/tw/go/task/curl/CurlTask.java
+++ b/plugin-infra/sample-plugins/cur... | corrected typo for required field property name in sample curl plugin. | gocd_gocd | train |
7aef26881e4b5acdb025f3d46dae61abc845fd08 | diff --git a/src/Sulu/Bundle/ContentBundle/Gruntfile.js b/src/Sulu/Bundle/ContentBundle/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/ContentBundle/Gruntfile.js
+++ b/src/Sulu/Bundle/ContentBundle/Gruntfile.js
@@ -144,13 +144,21 @@ module.exports = function (grunt) {
}
});
- grunt.re... | added build task for css and js | sulu_sulu | train |
00624d5748b3b748cd0def0f9afc722c7944b4b2 | diff --git a/go/vt/vtgate/srv_topo_server.go b/go/vt/vtgate/srv_topo_server.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/srv_topo_server.go
+++ b/go/vt/vtgate/srv_topo_server.go
@@ -294,6 +294,7 @@ func (server *ResilientSrvTopoServer) GetSrvKeyspace(context context.Context, ce
// GetEndPoints return all endpoi... | Lowercase shards for ResilientSrvTopoServer.GetEndPoints.
This prevents using duplicative cache entries and counters for
essentially the same value. | vitessio_vitess | train |
8501281f89a7395668d1e53a09746c33f2c1af44 | diff --git a/apiserver/backup.go b/apiserver/backup.go
index <HASH>..<HASH> 100644
--- a/apiserver/backup.go
+++ b/apiserver/backup.go
@@ -142,7 +142,7 @@ func (h *backupHandler) parseGETArgs(req *http.Request) (*params.BackupsDownload
func (h *backupHandler) sendFile(file io.Reader, checksum string, algorithm apiht... | CTYPE_RAW -> "application/octet-stream". | juju_juju | train |
d0703c5f403395713b5914372bba3b92e767b158 | diff --git a/src/basis/template/declaration.js b/src/basis/template/declaration.js
index <HASH>..<HASH> 100644
--- a/src/basis/template/declaration.js
+++ b/src/basis/template/declaration.js
@@ -786,10 +786,12 @@ var makeDeclaration = (function(){
bindings,
0,
's... | class attr is not required any more | basisjs_basisjs | train |
75c410099983d2f3518f85f2f7997b19896dd50a | diff --git a/lib/usergrid/controller.js b/lib/usergrid/controller.js
index <HASH>..<HASH> 100644
--- a/lib/usergrid/controller.js
+++ b/lib/usergrid/controller.js
@@ -2,7 +2,11 @@
function Controller(UsergridClass) {
- var common = require('../')();
+ var common = {
+ logger: require('../logger')(),
+ even... | fix to work with swagger tools and express 4.x | theganyo_usergrid-objects-node | train |
b1d1ef9bca25333e58b8da4002f5e8eb215b810c | diff --git a/test/hyperbahn/hyperbahn-down.js b/test/hyperbahn/hyperbahn-down.js
index <HASH>..<HASH> 100644
--- a/test/hyperbahn/hyperbahn-down.js
+++ b/test/hyperbahn/hyperbahn-down.js
@@ -93,6 +93,13 @@ function runTests(HyperbahnCluster) {
});
var attempts = 0;
+ var start = Date.now();
+... | test: verify that we have backoff | uber_tchannel-node | train |
2978609393f1bbc8b95ee8c258db179127c76d82 | diff --git a/packages/neos-ui/src/Sagas/CR/NodeOperations/index.js b/packages/neos-ui/src/Sagas/CR/NodeOperations/index.js
index <HASH>..<HASH> 100644
--- a/packages/neos-ui/src/Sagas/CR/NodeOperations/index.js
+++ b/packages/neos-ui/src/Sagas/CR/NodeOperations/index.js
@@ -234,8 +234,40 @@ function * cutAndPasteNode({... | TASK: Implement node hide and node show workflows | neos_neos-ui | train |
7c378ab1ed0c18dad4d8753a29e5f933a219715c | diff --git a/pnc_cli/pnc.py b/pnc_cli/pnc.py
index <HASH>..<HASH> 100755
--- a/pnc_cli/pnc.py
+++ b/pnc_cli/pnc.py
@@ -99,6 +99,7 @@ parser.add_commands([uc.login,
productreleases.list_releases_for_version,
productreleases.update_release,
productmileston... | [NCL-<I>] Add subcommand to close milestone | project-ncl_pnc-cli | train |
c64977457fdc769618faff3647493fe786beba3f | diff --git a/main/coreplugins/io.sarl.lang/src/io/sarl/lang/typesystem/DefaultImmutableTypeValidator.java b/main/coreplugins/io.sarl.lang/src/io/sarl/lang/typesystem/DefaultImmutableTypeValidator.java
index <HASH>..<HASH> 100644
--- a/main/coreplugins/io.sarl.lang/src/io/sarl/lang/typesystem/DefaultImmutableTypeValidat... | [lang] Add more definitions of known immutable types.
see #<I> | sarl_sarl | train |
483c7c3dab38c893c06b543c2999959ce762c941 | diff --git a/SingularityService/src/main/java/com/hubspot/singularity/data/history/BlendedHistoryHelper.java b/SingularityService/src/main/java/com/hubspot/singularity/data/history/BlendedHistoryHelper.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/data/history/BlendedHi... | add deploy history count endpoint and stub blendedhistory method | HubSpot_Singularity | train |
b7e47fbc1a6efcfc4e10920af46bcbc6b859561d | diff --git a/vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/rest/request.go b/vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/rest/request.go
index <HASH>..<HASH> 100644
--- a/vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/rest/request.go
+++ b/vendor/k8s.io/kubernetes/staging/src/k8s.io/client-go/r... | Log apiserver throttling messages to diagnose throttling condition | openshift_origin | train |
c292d0b8dde787297f1cba9cb2dd027d444f7aaf | diff --git a/pypika/__init__.py b/pypika/__init__.py
index <HASH>..<HASH> 100644
--- a/pypika/__init__.py
+++ b/pypika/__init__.py
@@ -72,4 +72,4 @@ from .utils import (
__author__ = "Timothy Heys"
__email__ = "theys@kayak.com"
-__version__ = "0.11.0"
+__version__ = "0.11.1" | Bumped version to <I> | kayak_pypika | train |
59b5dabc66b7fd118b867f43253a6fde63b6c497 | diff --git a/storage/kvstore_test.go b/storage/kvstore_test.go
index <HASH>..<HASH> 100644
--- a/storage/kvstore_test.go
+++ b/storage/kvstore_test.go
@@ -665,7 +665,7 @@ func TestTxnBlockBackendForceCommit(t *testing.T) {
s.TxnEnd(id)
select {
case <-done:
- case <-time.After(100 * time.Millisecond):
+ case <-ti... | storage: extend wait timeout for execution
Extend timeout to pass always in traivs. | etcd-io_etcd | train |
2ee81843e20f08ee9e183c99e54337e3aaa004f8 | diff --git a/aws/resource_aws_db_instance.go b/aws/resource_aws_db_instance.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_db_instance.go
+++ b/aws/resource_aws_db_instance.go
@@ -512,12 +512,6 @@ func resourceAwsDbInstanceCreate(d *schema.ResourceData, meta interface{}) error
identifier = resource.UniqueId(... | resource/aws_db_instance: Remove indentifier_prefix truncation for sqlserver engine (#<I>)
The original limitation is no longer present. Verified SQL Server provisioning with lengthy `identifier_prefix` specified and this code change. | terraform-providers_terraform-provider-aws | train |
948952823030751c07937ce17488aa64fd906514 | diff --git a/scripts/typescript-declarations/generate.js b/scripts/typescript-declarations/generate.js
index <HASH>..<HASH> 100644
--- a/scripts/typescript-declarations/generate.js
+++ b/scripts/typescript-declarations/generate.js
@@ -68,11 +68,9 @@ async function execute() {
// Add TypeScript WebMidi namespace be... | Replace callback types by "function" for TypeScript | djipco_webmidi | train |
94b7dcf19a6956994670c446a32f3b1926cc9286 | diff --git a/pyamg/krylov/_fgmres.py b/pyamg/krylov/_fgmres.py
index <HASH>..<HASH> 100644
--- a/pyamg/krylov/_fgmres.py
+++ b/pyamg/krylov/_fgmres.py
@@ -56,7 +56,7 @@ def fgmres(A, b, x0=None, tol=1e-5, restrt=None, maxiter=None, xtype=None,
M need not be stationary for fgmres
callback : function
... | change callback in fgmres | pyamg_pyamg | train |
1e0254de56465fbc0fbf5452290f62a80f2328b8 | diff --git a/viper/compile_lll.py b/viper/compile_lll.py
index <HASH>..<HASH> 100644
--- a/viper/compile_lll.py
+++ b/viper/compile_lll.py
@@ -204,7 +204,7 @@ def compile_to_assembly(code, withargs=None, break_dest=None, height=0):
# SHA3 a single value
elif code.value == 'sha3_32':
o = compile_to_as... | fix issue #<I>: compile_lll.py: buggy translation of LLL operator `sha3_<I>` | ethereum_vyper | train |
0c74e212ff076cdfb1020df556f20148379b7794 | diff --git a/openquake/engine/calculators/hazard/general.py b/openquake/engine/calculators/hazard/general.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/calculators/hazard/general.py
+++ b/openquake/engine/calculators/hazard/general.py
@@ -250,10 +250,10 @@ class BaseHazardCalculator(base.Calculator):
... | Added a multiplication factor for SimpleFaultSource objects
Former-commit-id: f<I>cc<I>d<I>cfb<I>e8caed<I>e<I>c8df | gem_oq-engine | train |
2d20f922beb1edef977715ae3d048eda90e0a2e3 | diff --git a/indra/tools/reading/upload_content_to_s3.py b/indra/tools/reading/upload_content_to_s3.py
index <HASH>..<HASH> 100644
--- a/indra/tools/reading/upload_content_to_s3.py
+++ b/indra/tools/reading/upload_content_to_s3.py
@@ -9,16 +9,26 @@ import logging
if __name__ == '__main__':
- if len(sys.argv) < ... | Option to force fulltext lookup in upload_content script | sorgerlab_indra | train |
e3b17cecb5ce8610d91abe8c3f32868f9dce9b09 | diff --git a/lightfm/lightfm.py b/lightfm/lightfm.py
index <HASH>..<HASH> 100644
--- a/lightfm/lightfm.py
+++ b/lightfm/lightfm.py
@@ -446,6 +446,9 @@ class LightFM(object):
if not user_features.shape[1] == self.user_embeddings.shape[0]:
raise ValueError('Incorrect number of features in user_featu... | Lower accuracy test threshold to reduce incidence of spurious failures. | lyst_lightfm | train |
08053a1c99268de1d7f14679f238931f5b42b068 | diff --git a/src/java/com/twitter/elephantbird/mapreduce/input/LzoBinaryBlockRecordReader.java b/src/java/com/twitter/elephantbird/mapreduce/input/LzoBinaryBlockRecordReader.java
index <HASH>..<HASH> 100644
--- a/src/java/com/twitter/elephantbird/mapreduce/input/LzoBinaryBlockRecordReader.java
+++ b/src/java/com/twitte... | removed one log.debug line. | twitter_elephant-bird | train |
1dcafac38b44814def8aba039b86462f27d1441d | diff --git a/openxc-it/src/main/java/com/openxc/remote/sources/TraceVehicleDataSourceTest.java b/openxc-it/src/main/java/com/openxc/remote/sources/TraceVehicleDataSourceTest.java
index <HASH>..<HASH> 100644
--- a/openxc-it/src/main/java/com/openxc/remote/sources/TraceVehicleDataSourceTest.java
+++ b/openxc-it/src/main/... | Don't share stream between loops of trace. | openxc_openxc-android | train |
d9f473e562175f7f4616c45b07a3a382b1928f10 | diff --git a/angr/osconf.py b/angr/osconf.py
index <HASH>..<HASH> 100644
--- a/angr/osconf.py
+++ b/angr/osconf.py
@@ -96,6 +96,7 @@ class PosixConf(OSConf):
s.store_mem(s.reg_expr('fs') + 0x08, s.se.BVV(dtv_base, 64), endness='Iend_LE') # dtv
s.store_mem(s.reg_expr('fs') + 0x10, s.se.BVV(0x12... | Initializing fs:<I> in osconf. | angr_angr | train |
cd36e41ba9f7af40ba00e750cc3d2c71e369e854 | diff --git a/resolwe/test/testcases/setting_overrides.py b/resolwe/test/testcases/setting_overrides.py
index <HASH>..<HASH> 100644
--- a/resolwe/test/testcases/setting_overrides.py
+++ b/resolwe/test/testcases/setting_overrides.py
@@ -6,16 +6,33 @@ import copy
from django.conf import settings
+
+def _get_updated_d... | Create _get_updated_docker_mappings helper function
It can be used to update the FLOW_DOCKER_MAPPINGS setting to match the
given Flow Executor settings.
Replace copy.copy() with copy.deepcopy() to ensure that even more
complex settings are properly copied. | genialis_resolwe | train |
898ebb168fb8a2513a0dbc539eaefdac9ca26683 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
* Added: decorated relations now can be called using "find", "empty?" and "find_by" methods
+* F... | Allow to define graphql-ruby enum classes as strings (#<I>) | samesystem_graphql_rails | train |
e23401498dd09b05ffd04ae6e5cda242567caa2c | diff --git a/framework/widgets/LinkPager.php b/framework/widgets/LinkPager.php
index <HASH>..<HASH> 100644
--- a/framework/widgets/LinkPager.php
+++ b/framework/widgets/LinkPager.php
@@ -98,6 +98,10 @@ class LinkPager extends Widget
* @see registerLinkTags()
*/
public $registerLinkTags = false;
+ /*... | Add param for configuring rendering result with one page | yiisoft_yii-core | train |
f0df17d61fa7a689e02d9ba7b6c649468ad966ae | diff --git a/lib/highrise/person.rb b/lib/highrise/person.rb
index <HASH>..<HASH> 100644
--- a/lib/highrise/person.rb
+++ b/lib/highrise/person.rb
@@ -52,6 +52,27 @@ module Highrise
end
}
end
+
+ def transform_subject_field_label field_label
+ field_label.downcase.tr(' ', '_')
+ end
+ ... | Access to a field via method missing, so they can be accessed the same way as normal fields | tapajos_highrise | train |
3917f7ecaeaf3f2c0783c4521bbbba0c976155f2 | diff --git a/src/Model/Table/CartsTable.php b/src/Model/Table/CartsTable.php
index <HASH>..<HASH> 100644
--- a/src/Model/Table/CartsTable.php
+++ b/src/Model/Table/CartsTable.php
@@ -193,7 +193,7 @@ class CartsTable extends AppTable
$imageId,
$cartProduct->product->id_manufacturer,
... | show default app image on cart detail page if no product image and no
manufacturer is set | foodcoopshop_foodcoopshop | train |
a155cfe593999872f19247820863f770c85f1de1 | diff --git a/pysos/main.py b/pysos/main.py
index <HASH>..<HASH> 100755
--- a/pysos/main.py
+++ b/pysos/main.py
@@ -132,12 +132,29 @@ def view_script(script, script_file, style):
<style type="text/css">
pre {{ margin-top: 0px; margin-bottom: 0px; }}
{}
+#SoS {
+ box-sizing: border-box;
+ color: rgb(51, 51, 51);... | Fix HTML output but it will take a huge amount of time to get it look as nice as github | vatlab_SoS | train |
7ffff054a80def4576c2aa2632e3e653e2211acd | diff --git a/guacamole-common-js/src/main/resources/keyboard.js b/guacamole-common-js/src/main/resources/keyboard.js
index <HASH>..<HASH> 100644
--- a/guacamole-common-js/src/main/resources/keyboard.js
+++ b/guacamole-common-js/src/main/resources/keyboard.js
@@ -479,6 +479,11 @@ Guacamole.Keyboard = function(element) {... | Ticket <I>: Put in fix for chrome bug <I>. Automatically release key if a keydown is recieved while meta is held down. | glyptodon_guacamole-client | train |
773cae83e02f958f1b13c1466ee79421b6c2c347 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -15,6 +15,7 @@
this.keypath = keypath
this.callback = callback
this.objectPath = []
+ this.update = this.update.bind(this)
this.parse()
if (isObject(this.target = this.realize())) {
@@ -80,12 +81,... | Store bound update method in constructor and use it as callback | mikeric_sightglass | train |
96ec599334c2117f35235784c3c0ca589c54d946 | diff --git a/config/locales/en.yml b/config/locales/en.yml
index <HASH>..<HASH> 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -109,6 +109,7 @@ en:
# Access grant errors
unsupported_response_type: 'The authorization server does not support this response type.'
+ unsupported... | add and validate response_mode to pre_authorization | doorkeeper-gem_doorkeeper | train |
e312efc517688a6a0bac3a2cdebc08d899330580 | diff --git a/lib/specinfra/command/openbsd.rb b/lib/specinfra/command/openbsd.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/command/openbsd.rb
+++ b/lib/specinfra/command/openbsd.rb
@@ -47,11 +47,25 @@ module SpecInfra
"egrep '^#{escape(recipient)}:.*#{escape(target)}' /etc/mail/aliases"
end
+ ... | Add OpenBSD specific commands for checking file status | mizzy_specinfra | train |
285b182f551b36abc345f78ec053cec71fd18cf5 | diff --git a/exec.js b/exec.js
index <HASH>..<HASH> 100644
--- a/exec.js
+++ b/exec.js
@@ -1,3 +1,7 @@
-const screenshot = require('./index');
+const screenshot = require("./index");
-screenshot.fromPath('./test', null, './test.jpg');
\ No newline at end of file
+screenshot.fromPath({
+ filepath: "./test",
+ config... | not including richmediarc support should be done in richmedia-temple-server | mediamonks_richmedia-temple-screenshot | train |
3d10bfeddc133ea0b3ea549ac32c22bf03ec43a2 | diff --git a/courriers/utils.py b/courriers/utils.py
index <HASH>..<HASH> 100644
--- a/courriers/utils.py
+++ b/courriers/utils.py
@@ -1,6 +1,12 @@
#-*- coding: utf-8 -*-
+import six
+
from django.core import exceptions
-from django.utils.importlib import import_module
+
+try:
+ from importlib import import_module... | Fix py3 support on utils | ulule_django-courriers | train |
7f7167582bc85051e89883fd34e7a7d5c96320e9 | diff --git a/stackers.go b/stackers.go
index <HASH>..<HASH> 100644
--- a/stackers.go
+++ b/stackers.go
@@ -386,7 +386,7 @@ func (s *Stack) Levitate(b interface{}) interface{} {
res := s.wrap.Fn(b, s)
if s.root != nil {
- s.root.LiftApply(res)
+ s.root.Levitate(res)
// return s.root.LiftApply(res)
}
@@ -4... | fix levitate and lifeapply wrong calls | influx6_flux | train |
acd94f06733cf8b69cb41e6b7231c6e714891545 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@
parameter and is now able to generate all the necessary code for menus,
without javascript code. All the methods of the `MenuHelper` now return an
array with a fourth value, an arra... | fixed bug for `PhotosAlbumsController::index()`. Now the album photos are
randomly ordered after being retrieved from the cache and the action now
works with `Sqlite` driver | mirko-pagliai_me-cms | train |
9929e0ed50b14fe39d59092798bb68e81ece56b0 | diff --git a/server/camlistored/ui/blob_item_container.js b/server/camlistored/ui/blob_item_container.js
index <HASH>..<HASH> 100644
--- a/server/camlistored/ui/blob_item_container.js
+++ b/server/camlistored/ui/blob_item_container.js
@@ -210,6 +210,14 @@ camlistore.BlobItemContainer.prototype.searchDone_ = function(qu... | Infinite scroll: keep loading more results until we overfill the screen
by at least <I>%.
BUG=<I>
Change-Id: Ifdf3f<I>d<I>cd<I>d<I>a2e6e<I>a<I>b6b0e<I> | perkeep_perkeep | train |
9e910c939316108cc146c54f970e30ee23148ff5 | diff --git a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/persistence/entity/IdentityLinkEntity.java b/modules/activiti-engine/src/main/java/org/activiti/engine/impl/persistence/entity/IdentityLinkEntity.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-engine/src/main/java/org/activiti/engine/i... | ACT-<I>: replacing getPersistentState() of IdentityLinkEntity with something that actually works | Activiti_Activiti | train |
53f964cadc6250d038ac9653689ba5dd572b7d09 | diff --git a/tests/test_dates.py b/tests/test_dates.py
index <HASH>..<HASH> 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -20,6 +20,10 @@ class TestDates(unittest.TestCase):
def setUp(self):
pass
+ def test_merkam(self):
+ rngs = just_ranges(u"October 1872 – 2 February 1959")
+... | YAT(yet another test) | fakedrake_overlay_parse | train |
f3168e5f8698fb392f64cd506367cd5fad207fa6 | diff --git a/lib/geokit-rails/acts_as_mappable.rb b/lib/geokit-rails/acts_as_mappable.rb
index <HASH>..<HASH> 100644
--- a/lib/geokit-rails/acts_as_mappable.rb
+++ b/lib/geokit-rails/acts_as_mappable.rb
@@ -315,8 +315,11 @@ module Geokit
# Returns the distance SQL using the spherical world formula (Haversine). ... | Update *_distance_sql to work with customized latitude and longitude attribute names as well as lat/lng attributes. | geokit_geokit-rails | train |
e22fd11a987648ef579432b34a5f4fdbb242e0b5 | diff --git a/lib/jsduck/type_parser.rb b/lib/jsduck/type_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/type_parser.rb
+++ b/lib/jsduck/type_parser.rb
@@ -111,7 +111,11 @@ module JsDuck
end
#
- # <type-name> ::= <ident-chain> | "*"
+ # <type-name> ::= <type-application> | "*"
+ #
+ ... | Support type arguments notation in TypeParser.
In supporting Google Closure Compiler syntax. | senchalabs_jsduck | train |
938772139130cb9264f4429b23a1ae713ae27270 | diff --git a/lib/webmake.js b/lib/webmake.js
index <HASH>..<HASH> 100644
--- a/lib/webmake.js
+++ b/lib/webmake.js
@@ -5,8 +5,8 @@ var path = require('path')
, clone = require('es5-ext/lib/Array/clone').call
, peek = require('es5-ext/lib/List/peek').call
, shiftSame = require('es5-ext/lib/Lis... | Optional output parameter for webmake, it can now return generated source or write it to file. Reorganized tests with promises. | medikoo_modules-webmake | train |
1cea9f9142187d9101fe41bc3fbef8b422f489ae | diff --git a/spinner.go b/spinner.go
index <HASH>..<HASH> 100644
--- a/spinner.go
+++ b/spinner.go
@@ -285,11 +285,11 @@ func (s *Spinner) Start() {
case <-s.stopChan:
return
default:
- s.mu.Lock()
- s.erase()
if !s.active {
return
}
+ s.mu.Lock()
+ s.erase()
i... | Avoid `erase()` if spinner is not active
Calling Stop already does an `erase()` and sets `active = false`, so the goroutine should not additionally `erase()` for an inactive spinner.
Additionally, avoid locking the mutex for an inactive spinner because nothing will be written, and previously the mutex remained lock... | briandowns_spinner | train |
476f37a0301210197d73f5e775d5623bfeebbbf6 | diff --git a/contrib/codeanalysis/src/python/pants/contrib/codeanalysis/tasks/bundle_entries.py b/contrib/codeanalysis/src/python/pants/contrib/codeanalysis/tasks/bundle_entries.py
index <HASH>..<HASH> 100644
--- a/contrib/codeanalysis/src/python/pants/contrib/codeanalysis/tasks/bundle_entries.py
+++ b/contrib/codeanal... | Bundle all kythe entries, regardless of origin. (#<I>) | pantsbuild_pants | train |
2408dd57a2c2e4072563d7be0967652deeddb0bd | diff --git a/lib/handler.js b/lib/handler.js
index <HASH>..<HASH> 100644
--- a/lib/handler.js
+++ b/lib/handler.js
@@ -1,19 +1,6 @@
-// Native
-const vm = require('vm')
-
// Utilities
const logError = require('./error')
-const checkAsyncAwait = () => {
- try {
- // eslint-disable-next-line no-new
- new vm.Sc... | Show hint if error is about `async` on older Node.js (#<I>)
* Show hint, if error is about async on older Node.JS
Closes #<I>
* Code-style and message fixes | zeit_micro | train |
18581f9632853582e44788a2b857dc74acbf6f11 | diff --git a/src/dialects/sqlite3/schema/columncompiler.js b/src/dialects/sqlite3/schema/columncompiler.js
index <HASH>..<HASH> 100644
--- a/src/dialects/sqlite3/schema/columncompiler.js
+++ b/src/dialects/sqlite3/schema/columncompiler.js
@@ -18,5 +18,8 @@ ColumnCompiler_SQLite3.prototype.double =
ColumnCompiler_SQLit... | Add support for enum columns to SQlite3 dialect (#<I>) | tgriesser_knex | train |
3c89e00eecb2974ee52b9826f2d23926e7a5b3cb | diff --git a/Classes/ViewHelpers/ResultViewHelper.php b/Classes/ViewHelpers/ResultViewHelper.php
index <HASH>..<HASH> 100644
--- a/Classes/ViewHelpers/ResultViewHelper.php
+++ b/Classes/ViewHelpers/ResultViewHelper.php
@@ -874,11 +874,11 @@ private function exportLinks ($result) {
$labelFormat = Tx_Extbase_Utility_L... | Change order of KVK and export link items
This way the positioning is more constant: the export links appear
at the right of the right-aligned text and the optional (depending
on media properties) KVK link is added at the left. | subugoe_typo3-pazpar2 | train |
74fdbe344a0eb0febb097d0d2a03055a242fa538 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -1,4 +1,17 @@
+var inherit = require('soak').inherit,
+ EventEmitter = require('events').EventEmitter;
+
module.exports = {
+ // Create a base observable object that inherits from EventEmitter. This
+ // ... | Add an Observable object for others to inherit from | jsbin_jsbin | train |
b73e6668a87a43b27d5a0c2892476593bbf5b064 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -11,13 +11,18 @@ setup(
license='MIT',
packages=find_packages(exclude=['example']),
install_requires=[
- 'fastavro>=0.14.11',
- 'numpy>=1.7.0',
- 'pandas>=1.1.5',
- 'six>=1.9',
+ ... | manage the version of pkgs strictly, unsupport python 2.x | ynqa_pandavro | train |
491684009281fddc581119166ae4a3f466073f35 | diff --git a/src/FactoryMuffin.php b/src/FactoryMuffin.php
index <HASH>..<HASH> 100644
--- a/src/FactoryMuffin.php
+++ b/src/FactoryMuffin.php
@@ -106,7 +106,7 @@ class FactoryMuffin
/**
* Save our object to the db, and keep track of it.
*
- * @param object $object
+ * @param object $object The... | Added a missing param description | thephpleague_factory-muffin | train |
e1dd68e7101485b22bdc1e3be4737c4944627704 | diff --git a/cablemap.core/cablemap/core/handler.py b/cablemap.core/cablemap/core/handler.py
index <HASH>..<HASH> 100644
--- a/cablemap.core/cablemap/core/handler.py
+++ b/cablemap.core/cablemap/core/handler.py
@@ -39,6 +39,7 @@ This module defines a event handlers to process cables.
:license: BSD license
"""
i... | Added filter to expand bit.ly media IRIs | heuer_cablemap | train |
c88a40569503cf681b973f3bd729a315b195081d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ setup(
"pypiwin32>=223;platform_system=='Windows'",
],
setup_requires=['setuptools-markdown'],
- python_requires='>=3.5.2, <4',
+ python_requires='>=3.5.3,<4',
extras_require=extras... | Restrict Python to >=<I> | ethereum_web3.py | train |
b70dec14782a51a895c922a9dbb7161e86874ddc | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ env:
- DJANGO=Django==1.4 --use-mirrors
- DJANGO=Django==1.5 --use-mirrors
- DJANGO=Django==1.6 --use-mirrors
+ - DJANGO="git+git://github.com/django/django.git@master#egg=django"
install:... | Add a deconstruct() method for future Django <I> migration compatibility | django-extensions_django-extensions | train |
43785f012b9d8c5cbedc5589760c9080cf4c1ec7 | diff --git a/src/phpDocumentor/Application.php b/src/phpDocumentor/Application.php
index <HASH>..<HASH> 100644
--- a/src/phpDocumentor/Application.php
+++ b/src/phpDocumentor/Application.php
@@ -49,8 +49,8 @@ class Application extends Cilex
*/
public function __construct()
{
- ini_set('memory_lim... | Forces opcache not to drop comments.
Fixed #<I> | phpDocumentor_phpDocumentor2 | train |
433e7deb19fe97cd595ddc5cda5ea91fe6660244 | diff --git a/src/figure/figure_surface.js b/src/figure/figure_surface.js
index <HASH>..<HASH> 100644
--- a/src/figure/figure_surface.js
+++ b/src/figure/figure_surface.js
@@ -17,7 +17,7 @@ var FigureSurface = function(node, surfaceProvider) {
if (this.node.caption) {
var caption = this.node.getCaption();
v... | Add a name property to components that make it easier to recognise later. | substance_nodes | train |
6096f6ec7fc8e9b89141949185557ddc72d38c09 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,11 @@
+v0.15.3
+-------
+
+fileInput(): fixed few minor bugs
+
+
v0.15.2
-------
diff --git a/lib/fileInput.js b/lib/fileInput.js
index <HASH>..<HASH> 100644
--- a/lib/fileInput.js
+++ b/lib/fileInput.js
@@... | fileInput(): fixed few minor bugs | cronvel_terminal-kit | train |
a3f840dd98de1776e8aa132217649992324bcd2a | diff --git a/src/config/config.php b/src/config/config.php
index <HASH>..<HASH> 100644
--- a/src/config/config.php
+++ b/src/config/config.php
@@ -71,7 +71,7 @@ return array(
),
'.min.css' => array(
- new Codesleeve\AssetPipeline\Filters\URLRewrite(App::make('url')->to(null)),
+ new Codesleeve\AssetPipe... | takign out null from to() in config | CodeSleeve_asset-pipeline | train |
2af074082fc8b0009b7b8ed2deff18e8f0665659 | diff --git a/src/lib/getWebpackConfig/index.js b/src/lib/getWebpackConfig/index.js
index <HASH>..<HASH> 100644
--- a/src/lib/getWebpackConfig/index.js
+++ b/src/lib/getWebpackConfig/index.js
@@ -62,7 +62,7 @@ function getBaseConfig({
{
loader: 'sass-loader',
options: {
- ... | fix sass-loader includePaths pointing to wrong place (#<I>) | ringcentral_ringcentral-js-widgets | train |
3de4dc6eb2b04329070e0d4f4d126118a2218700 | diff --git a/lib/flipper/adapters/operation_logger.rb b/lib/flipper/adapters/operation_logger.rb
index <HASH>..<HASH> 100644
--- a/lib/flipper/adapters/operation_logger.rb
+++ b/lib/flipper/adapters/operation_logger.rb
@@ -8,7 +8,14 @@ module Flipper
class OperationLogger < SimpleDelegator
include ::Flipper... | Switch from struct to PORO
Running into some weird stuff and I'm wondering if it is struct. Some
kind of endless loop for both "p" and "pp" for operations. | jnunemaker_flipper | train |
cc571858057260379485dbfb26cefbd57e9d63ed | diff --git a/classes/taxonomy.class.php b/classes/taxonomy.class.php
index <HASH>..<HASH> 100644
--- a/classes/taxonomy.class.php
+++ b/classes/taxonomy.class.php
@@ -96,14 +96,14 @@ class Cuztom_Taxonomy
array(
'name' => _x( $this->plural, 'taxonomy general name', CUZTOM_TEXTDOMAIN ),
'singular_name... | Sprintf for taxonomy translations | gizburdt_cuztom | train |
59a4c3ef1d6f813dc27c98a28ef6b10ea82f27a1 | diff --git a/lib/sidetiq/web.rb b/lib/sidetiq/web.rb
index <HASH>..<HASH> 100644
--- a/lib/sidetiq/web.rb
+++ b/lib/sidetiq/web.rb
@@ -54,7 +54,20 @@ module Sidetiq
worker.name == name
end
- worker.perform_async
+ case worker.instance_method(:perform).arity.abs
+ when 0
+ ... | Fix manual triggering of jobs with arguments. | endofunky_sidetiq | train |
f8d3d8737d97717b13555ffeb37e7cf03d3c7cd5 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ A utility module for working with NetBIOS names as defined in [RFC1001][],
nbname.fqdn === 'foobar.example.com'; // true
nbname.suffix === 0x20; // true
... | Add a toString() method to the NetbiosName class. | wanderview_node-netbios-name | train |
ecde56e99be5d3e035f7a398cc7fdf1558433c5b | diff --git a/example/datatypes.card.js b/example/datatypes.card.js
index <HASH>..<HASH> 100644
--- a/example/datatypes.card.js
+++ b/example/datatypes.card.js
@@ -121,6 +121,7 @@ definecard('State and Timers',
* \`card.state\` - the current value of the card's state
* \`card.setState(fn)\` - update the card's... | Add autoplay option to the timer tick thingy | glenjamin_devboard | train |
dd6f455e9fb10b69cf4643e21add8b9112ec1955 | diff --git a/agents/lib/instance/request_forwarder.rb b/agents/lib/instance/request_forwarder.rb
index <HASH>..<HASH> 100644
--- a/agents/lib/instance/request_forwarder.rb
+++ b/agents/lib/instance/request_forwarder.rb
@@ -205,7 +205,11 @@ module RightScale
when :push
MapperProxy.instance.push(reque... | Fix issue with flushing requests that take a block to handle results | rightscale_right_agent | train |
401e3d9e71c00f15aaf50edf77cca0cbc514cd49 | diff --git a/Plugin.php b/Plugin.php
index <HASH>..<HASH> 100644
--- a/Plugin.php
+++ b/Plugin.php
@@ -84,7 +84,7 @@ class Plugin extends PluginBase
'icon' => 'icon-cog',
'class' => 'RainLab\User\Models\Settings',
'order' => 500,
- 'pe... | Fix permission key. All keys starts with 'access' prefix. | rainlab_user-plugin | train |
391853f04ebff25994cd86a0cbe9f905cdce616b | diff --git a/tests/test_get_user_config.py b/tests/test_get_user_config.py
index <HASH>..<HASH> 100644
--- a/tests/test_get_user_config.py
+++ b/tests/test_get_user_config.py
@@ -36,14 +36,26 @@ def back_up_rc(request, user_config_path):
shutil.copy(user_config_path, user_config_path_backup)
os.remove... | Add finalizer to remove the rc created by the tests | audreyr_cookiecutter | train |
2e940b1fe27cb7d6fdfbe5e9bd51d521c16d0533 | diff --git a/modules/ixBidAdapter.js b/modules/ixBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/ixBidAdapter.js
+++ b/modules/ixBidAdapter.js
@@ -31,7 +31,7 @@ const BIDDER_CODE = 'ix';
const ALIAS_BIDDER_CODE = 'roundel';
const GLOBAL_VENDOR_ID = 10;
const MODULE_TYPE = 'bid-adapter';
-const SECURE_BID_URL... | ixBidAdapter: change to new endpoint and README (#<I>) | prebid_Prebid.js | train |
9598d5d18e5efc7f1803eac3bc5eefc0684fc7d7 | diff --git a/littlechef/lib.py b/littlechef/lib.py
index <HASH>..<HASH> 100644
--- a/littlechef/lib.py
+++ b/littlechef/lib.py
@@ -183,7 +183,7 @@ def get_recipes_in_cookbook(name):
Returns a list of dictionaries
"""
- recipes = []
+ recipes = {}
path = None
cookbook_exists = False
meta... | Find all recipes, even those not listed in metadata | tobami_littlechef | train |
423a1799c6bc7f0005dcdb4966d4b6306453f3e3 | diff --git a/structr-ui/src/main/resources/structr/js/entities.js b/structr-ui/src/main/resources/structr/js/entities.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/entities.js
+++ b/structr-ui/src/main/resources/structr/js/entities.js
@@ -217,24 +217,6 @@ var _Entities = {
var textAre... | Restores textarea in query and data binding dialog, removes codemirror integration. | structr_structr | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.