hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
52d80d814458b865eedb2054a95379d38d0b2047 | diff --git a/lib/fs/basicfs_unix.go b/lib/fs/basicfs_unix.go
index <HASH>..<HASH> 100644
--- a/lib/fs/basicfs_unix.go
+++ b/lib/fs/basicfs_unix.go
@@ -62,6 +62,10 @@ func (f *BasicFilesystem) Roots() ([]string, error) {
// pathseparator.
func (f *BasicFilesystem) unrootedChecked(absPath string, roots []string) (strin... | lib/fs: Improve root check (#<I>)
The root check would allow things like c:\foobar\baz if the root was
c:\foo, because string wise that's a prefix. Now it doesn't. | syncthing_syncthing | train |
55293d0d1e3ecef61ea918e819faf02f761a683c | diff --git a/core/server/api/upload.js b/core/server/api/upload.js
index <HASH>..<HASH> 100644
--- a/core/server/api/upload.js
+++ b/core/server/api/upload.js
@@ -1,4 +1,6 @@
-var Promise = require('bluebird'),
+var _ = require('lodash'),
+ config = require('../config'),
+ Promise = require('bluebird'),
... | Abstract the allowed file types out of API
closes #<I>
- Moves contentType and extension check to config | TryGhost_Ghost | train |
6f1bcd54f0a2b1cbf4070232938d3e67d4f429c8 | diff --git a/app/controllers/radiant/application_controller.rb b/app/controllers/radiant/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/radiant/application_controller.rb
+++ b/app/controllers/radiant/application_controller.rb
@@ -1,5 +1,6 @@
require_dependency 'radiant'
require 'login_sys... | Require radiant/config/definition for set_timezone in ApplicationController | radiant_radiant | train |
33a2f801ba84cfd5166ca1821ca72006492c832d | diff --git a/examples/pushb/main.go b/examples/pushb/main.go
index <HASH>..<HASH> 100644
--- a/examples/pushb/main.go
+++ b/examples/pushb/main.go
@@ -34,6 +34,10 @@ func main() {
login()
case "note":
pushNote()
+ case "link":
+ pushLink()
+ case "devices":
+ listDevices()
default:
printHelp()
}
@@ -11... | pushb: add 'link' and 'devices' commands | xconstruct_go-pushbullet | train |
dbe071e5a1bb94f9c62025b11a3cd63c88dec2c7 | diff --git a/lib/mail/EmailAddress.php b/lib/mail/EmailAddress.php
index <HASH>..<HASH> 100644
--- a/lib/mail/EmailAddress.php
+++ b/lib/mail/EmailAddress.php
@@ -74,7 +74,7 @@ class EmailAddress implements \JsonSerializable
filter_var($emailAddress, FILTER_VALIDATE_EMAIL))
) {
throw ... | Make $emailAddress to be evaluated
Change the exception message from single quotes to double quotes so the user will know which email address failed. | sendgrid_sendgrid-php | train |
54a4ffb4b9430751be0b8482294b2458c324ca6f | diff --git a/lib/pronto/poper.rb b/lib/pronto/poper.rb
index <HASH>..<HASH> 100644
--- a/lib/pronto/poper.rb
+++ b/lib/pronto/poper.rb
@@ -3,10 +3,10 @@ require 'poper'
module Pronto
class Poper < Runner
- def run(patches, commit)
- return [] unless patches
+ def run
+ return [] unless @patches
... | Update runner to expect parameters via initialize | prontolabs_pronto-poper | train |
2bd3b4d280c9d783fa1e0908652185aafaa2ec64 | diff --git a/zappa/core.py b/zappa/core.py
index <HASH>..<HASH> 100644
--- a/zappa/core.py
+++ b/zappa/core.py
@@ -284,15 +284,18 @@ class Zappa(object):
self.runtime = runtime
if self.runtime == 'python3.6':
- self.manylinux_wheel_file_suffix = 'cp36m-manylinux1_x86_64.whl'
+ ... | support for manylinux<I> and manylinux<I> | Miserlou_Zappa | train |
601645795009d06ea1a94ee6b44fe848f6eeb4f3 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -262,14 +262,14 @@ function dispatchQueueBatch<K, V>(
// Assert the expected resolution from batchLoadFn.
if (!Array.isArray(values)) {
- throw new Error(
+ throw new TypeError(
'... | Convert Error to TypeError for some usage issues | graphql_dataloader | train |
c470b8db1800b070c9c19de187f9157597f80243 | diff --git a/cmd/minikube/cmd/tunnel.go b/cmd/minikube/cmd/tunnel.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/tunnel.go
+++ b/cmd/minikube/cmd/tunnel.go
@@ -33,7 +33,9 @@ import (
"k8s.io/minikube/pkg/minikube/exit"
"k8s.io/minikube/pkg/minikube/localpath"
"k8s.io/minikube/pkg/minikube/mustload"
+ "k8s.... | output tunnel has started message so users aren't confused if tunnel is running | kubernetes_minikube | train |
8cb6cc2f52a271778b1811edbf190d18e59491bd | diff --git a/src/js/Chart.Doughnut.js b/src/js/Chart.Doughnut.js
index <HASH>..<HASH> 100644
--- a/src/js/Chart.Doughnut.js
+++ b/src/js/Chart.Doughnut.js
@@ -132,7 +132,7 @@
segment.color = color.toCssStr();
if(!segment.highlight) segment.highlight = color.lighten(5).toCssStr();
... | * fix draw label method for doughnut chart. | easysoft_zui | train |
d6821e96b102f96dae6406e0bc43fc63330c5e18 | diff --git a/models.py b/models.py
index <HASH>..<HASH> 100644
--- a/models.py
+++ b/models.py
@@ -569,10 +569,12 @@ class HSMMIntNegBin(_HSMMIntNegBinBase):
class IntNegBinSubHMM(HMMEigen):
- def resample_states(self,*args,**kwargs):
+ def resample_model_nostates(self,temp=None):
# NOTE: state resa... | made subhmm resample_model() resample full model
added subhmm resample_model_nostates() to avoid resampling states | mattjj_pyhsmm | train |
abc593561c782d85cb3d33148d30aa8549c6dce8 | diff --git a/python/ray/util/client/common.py b/python/ray/util/client/common.py
index <HASH>..<HASH> 100644
--- a/python/ray/util/client/common.py
+++ b/python/ray/util/client/common.py
@@ -259,8 +259,9 @@ class ClientRemoteMethod(ClientStub):
self._method_name = method_name
def __call__(self, *args, *... | [client] fix ClientRemoteMethod error message (#<I>)
Co-authored-by: hauntsaninja <> | ray-project_ray | train |
75fdeca78d26ea103c8a3358ba92cfc9e9c5b2ec | diff --git a/system/drivers/DC_General.php b/system/drivers/DC_General.php
index <HASH>..<HASH> 100644
--- a/system/drivers/DC_General.php
+++ b/system/drivers/DC_General.php
@@ -301,7 +301,7 @@ class DC_General extends DataContainer implements editable, listable
* ------------------------------------------------... | Bugfix: pass DCA by reference to allow callbacks to modify the DCA during runtime. | contao-community-alliance_dc-general | train |
4b46c5ce83eaff77781d579bdfb6548de7f5a80a | diff --git a/actionpack/lib/action_controller/metal/strong_parameters.rb b/actionpack/lib/action_controller/metal/strong_parameters.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/metal/strong_parameters.rb
+++ b/actionpack/lib/action_controller/metal/strong_parameters.rb
@@ -1,4 +1,5 @@
require ... | Only dup Ruby's Hash and Array.
When calling `to_h` on an `ActionController::Parameters` instance it would
`deep_dup` its internal parameters.
This inadvertently called `dup` on a passed Active Record model which would
create new models. Fix by only dupping Ruby's Arrays and Hashes. | rails_rails | train |
ed45d2ef57f65db39174dbfa3fdde4d070c8dec8 | diff --git a/holidays/countries/australia.py b/holidays/countries/australia.py
index <HASH>..<HASH> 100644
--- a/holidays/countries/australia.py
+++ b/holidays/countries/australia.py
@@ -227,6 +227,8 @@ class Australia(HolidayBase):
name = "The Royal Queensland Show"
if year == 2020:
... | The <I> Royal Queensland Show (Ekka) holiday was moved to Friday <I>
October.
See <URL> | dr-prodigy_python-holidays | train |
fe2dcad901e9a728df6e1ccbdda6465650e9d54e | diff --git a/src/server/pfs/server/obj_block_api_server.go b/src/server/pfs/server/obj_block_api_server.go
index <HASH>..<HASH> 100644
--- a/src/server/pfs/server/obj_block_api_server.go
+++ b/src/server/pfs/server/obj_block_api_server.go
@@ -139,26 +139,38 @@ func (s *objBlockAPIServer) PutBlock(putBlockServer pfsclie... | Retry on Parse Error | pachyderm_pachyderm | train |
78ad71b19620ce5f92b02740b8efd7bf21c0ddbd | diff --git a/zinnia/__init__.py b/zinnia/__init__.py
index <HASH>..<HASH> 100644
--- a/zinnia/__init__.py
+++ b/zinnia/__init__.py
@@ -1,5 +1,5 @@
"""Zinnia"""
-__version__ = '0.7'
+__version__ = '0.8'
__license__ = 'BSD License'
__author__ = 'Fantomas42' | bumped version <I> | Fantomas42_django-blog-zinnia | train |
cb942ed6b06c7ac37c4dc0883bdce436a412cdb4 | diff --git a/hazelcast/src/main/java/com/hazelcast/cluster/impl/ClusterJoinManager.java b/hazelcast/src/main/java/com/hazelcast/cluster/impl/ClusterJoinManager.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/cluster/impl/ClusterJoinManager.java
+++ b/hazelcast/src/main/java/com/hazelcast/cl... | Join process should start if current-time is equal to or greater than expected-join-time | hazelcast_hazelcast | train |
36c59f52c2e7255e9586ba42e4e0db9f8928350f | diff --git a/lib/ProMotion/map/map_screen_annotation.rb b/lib/ProMotion/map/map_screen_annotation.rb
index <HASH>..<HASH> 100644
--- a/lib/ProMotion/map/map_screen_annotation.rb
+++ b/lib/ProMotion/map/map_screen_annotation.rb
@@ -52,5 +52,13 @@ module ProMotion
@params
end
+ def method_missing(meth, *... | Implement method_missing on the map annotations to try and return a parameter named what the user asked for. | infinitered_ProMotion | train |
751aa6c4412d02f23dfd7dcc1e13ce92b1b06f07 | diff --git a/core-bundle/src/Resources/contao/library/Contao/Environment.php b/core-bundle/src/Resources/contao/library/Contao/Environment.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/library/Contao/Environment.php
+++ b/core-bundle/src/Resources/contao/library/Contao/Environment.php
@@ -107,7... | Pass the request object to the Environment::phpSelf() method (see #<I>)
Description
-----------
-
Commits
-------
cd<I>fa9b Pass the request object to the Environment::phpSelf() method | contao_contao | train |
8b7ba07f2ed0b47de46090492c217286269b1f53 | diff --git a/src/phpDocumentor/Reflection/Php/Factory/Method.php b/src/phpDocumentor/Reflection/Php/Factory/Method.php
index <HASH>..<HASH> 100644
--- a/src/phpDocumentor/Reflection/Php/Factory/Method.php
+++ b/src/phpDocumentor/Reflection/Php/Factory/Method.php
@@ -66,8 +66,8 @@ final class Method extends AbstractFact... | #<I> Add start and end file positions to method locations | phpDocumentor_Reflection | train |
e44474cf4ed606b27ea70a3f1a83e8a476a16047 | diff --git a/clkhash/stats.py b/clkhash/stats.py
index <HASH>..<HASH> 100644
--- a/clkhash/stats.py
+++ b/clkhash/stats.py
@@ -1,4 +1,4 @@
-from typing import List, Union
+from typing import Sequence, Union
import math
@@ -11,7 +11,7 @@ class OnlineMeanVariance(object):
self.S = 0 # type: float
de... | OnlineStats should take invariant sequence instead of list | data61_clkhash | train |
b56cab3696ca4a835ca1e77d4342f0d11dbe55fa | diff --git a/satpy/scene.py b/satpy/scene.py
index <HASH>..<HASH> 100644
--- a/satpy/scene.py
+++ b/satpy/scene.py
@@ -882,8 +882,7 @@ class Scene(MetadataObject):
"""Compute all the composites contained in `requirements`."""
if nodes is None:
required_nodes = self.wishlist - set(self.dat... | implement first working prototype of set_orientation method | pytroll_satpy | train |
dd067f603ef5cca2a7787b599f12338aa295a24a | diff --git a/src/Go/Aop/Framework/TraitIntroductionInfo.php b/src/Go/Aop/Framework/TraitIntroductionInfo.php
index <HASH>..<HASH> 100644
--- a/src/Go/Aop/Framework/TraitIntroductionInfo.php
+++ b/src/Go/Aop/Framework/TraitIntroductionInfo.php
@@ -46,7 +46,7 @@ class TraitIntroductionInfo implements IntroductionInfo
... | Disable checks for trait name and interface name to have an ability to introduce only interfaces for classes, resolves #<I> | goaop_framework | train |
81e6ce577734ecacf6bad4a1a24865a695cee0c2 | diff --git a/src/main/java/org/efaps/ui/wicket/components/LabelComponent.java b/src/main/java/org/efaps/ui/wicket/components/LabelComponent.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/efaps/ui/wicket/components/LabelComponent.java
+++ b/src/main/java/org/efaps/ui/wicket/components/LabelComponent.java
@@ -1... | - Issue #<I>: Due to Issues #<I> the table row add/remove does not work
any more.
closes #<I> | eFaps_eFaps-WebApp | train |
9d7607efd63026466e2f6a28879dd079a51fdca8 | diff --git a/src/Plugin.php b/src/Plugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin.php
+++ b/src/Plugin.php
@@ -267,6 +267,7 @@ class Plugin implements PluginInterface, EventSubscriberInterface
{
// Check if we found installed paths to set.
if (count($this->installedPaths) !== 0) {
+ ... | Sort list of installed paths before saving for consistency | Dealerdirect_phpcodesniffer-composer-installer | train |
0d73e5dd896559ee061ae55ad17628bb24071720 | diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php
index <HASH>..<HASH> 100644
--- a/resources/lang/uk-UA/cachet.php
+++ b/resources/lang/uk-UA/cachet.php
@@ -75,10 +75,11 @@ return [
// Subscriber
'subscriber' => [
- 'subscribe' => 'Підписатись на оновлення',
- '... | New translations cachet.php (Ukrainian) | CachetHQ_Cachet | train |
80f7525f993ee69c4f94e3ba3f2bd50fae5eb059 | diff --git a/lib/mandrill-provider.js b/lib/mandrill-provider.js
index <HASH>..<HASH> 100644
--- a/lib/mandrill-provider.js
+++ b/lib/mandrill-provider.js
@@ -22,11 +22,15 @@ function MandrillProvider(apiKey, options) {
}
options = options || {};
- options.async = options.async || false;
- options.apiSecure = opt... | Fixed options defaults - the usual one liner doesn't work with booleans of course... | billinghamj_resilient-mailer-mandrill | train |
544621d9344bf40750170071050a516c8dc54fa7 | diff --git a/endpoints/core.py b/endpoints/core.py
index <HASH>..<HASH> 100644
--- a/endpoints/core.py
+++ b/endpoints/core.py
@@ -30,16 +30,16 @@ class CorsMixin(object):
if not origin:
raise CallError(400, 'Need Origin header')
- req_headers = [
- 'Access-Control-{}-Headers',... | changes the allow method to methods for cors | Jaymon_endpoints | train |
91e8f8149fe22023ab32a4c13fa4807551d077d7 | diff --git a/builder/mapserver/mapfile.go b/builder/mapserver/mapfile.go
index <HASH>..<HASH> 100644
--- a/builder/mapserver/mapfile.go
+++ b/builder/mapserver/mapfile.go
@@ -159,6 +159,7 @@ func (m *Map) WriteFiles(basename string) error {
type classGroup struct {
name string
classes []Block
+ opacity float64
... | mapserver: support for layer opacity | omniscale_magnacarto | train |
39be680546ac429293661301bf8b91a20ee4befe | diff --git a/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/jp/JPRSBThreadPooling.java b/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/jp/JPRSBThreadPooling.java
index <HASH>..<HASH> 100644
--- a/extension/rsb/com/src/main/java/org/openbase/jul/extension/rsb/com/jp/JPRSBThreadPo... | fix default property overwrite of JPRSBThreadPooling and JPGitRegistryPlugin. Those owerwrite the jp service core message getDefaultValue() which had no effect on the default value. | openbase_jul | train |
69ada1ddcf5cf4b9330a03894b7ce32af012ed2e | diff --git a/piwik/indico_piwik/__init__.py b/piwik/indico_piwik/__init__.py
index <HASH>..<HASH> 100644
--- a/piwik/indico_piwik/__init__.py
+++ b/piwik/indico_piwik/__init__.py
@@ -69,11 +69,11 @@ class PiwikPlugin(IndicoPlugin):
return blueprint
def get_vars_js(self):
- return {'urls': {'mater... | Addapt to new behavior of plugin_url_rule_to_js | indico_indico-plugins | train |
b7d123b4a52f6c9da4df45cbdf5a757b99b1d141 | diff --git a/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java b/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java
index <HASH>..<HASH> 100644
--- a/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java
+++ b/dfu/src/main/java/no/nordicsemi/android/dfu/DfuBaseService.java
@@ -686,6... | Bug hopefully fixed: #<I> | NordicSemiconductor_Android-DFU-Library | train |
fae908271e1d6850d205d2defb639e72db65b940 | diff --git a/lib/active_record_extended/arel/nodes.rb b/lib/active_record_extended/arel/nodes.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record_extended/arel/nodes.rb
+++ b/lib/active_record_extended/arel/nodes.rb
@@ -19,6 +19,22 @@ module Arel
class ContainedInArray < Arel::Nodes::Binary
end
+ clas... | Add PG JSON Arel commands | GeorgeKaraszi_ActiveRecordExtended | train |
f5b714652ecf1c14a7addd6f54965100046fd4d3 | diff --git a/lib/rails_calendar/simple.rb b/lib/rails_calendar/simple.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_calendar/simple.rb
+++ b/lib/rails_calendar/simple.rb
@@ -8,12 +8,16 @@ module RailsCalendar
attr_reader :config
attr_accessor :calendar_day
+ attr_accessor :callback
+ attr_accessor :v... | Capturing callback output for daily info | rdiazv_rails_calendar | train |
06be04ece903125ce7bca1074923b43e950ba444 | diff --git a/repository/repository.go b/repository/repository.go
index <HASH>..<HASH> 100644
--- a/repository/repository.go
+++ b/repository/repository.go
@@ -3,6 +3,7 @@ package repository
import (
"fmt"
"github.com/timeredbull/tsuru/api/unit"
+ "github.com/timeredbull/tsuru/log"
)
const gitServer = "tsuru.pl... | Logging repository clone's output | tsuru_tsuru | train |
a23c7d54f1a7af1216d0e134ad356a4130695bca | diff --git a/aws/s3/util.go b/aws/s3/util.go
index <HASH>..<HASH> 100644
--- a/aws/s3/util.go
+++ b/aws/s3/util.go
@@ -44,7 +44,7 @@ func CreateS3RollbackFunc(awsSession *session.Session, s3Bucket string, s3Key st
// UploadLocalFileToS3 takes a local path and uploads the content at localPath
// to the given S3Bucke... | Uploading a file should not delete the input source | mweagle_Sparta | train |
3bdc60188c0f3d2fdeac1a2de9271fcc02edf4c2 | diff --git a/web/src/test/java/uk/ac/ebi/atlas/solr/index/BioentityIndexAdminIT.java b/web/src/test/java/uk/ac/ebi/atlas/solr/index/BioentityIndexAdminIT.java
index <HASH>..<HASH> 100644
--- a/web/src/test/java/uk/ac/ebi/atlas/solr/index/BioentityIndexAdminIT.java
+++ b/web/src/test/java/uk/ac/ebi/atlas/solr/index/Bioe... | disabled two index builder tests until solr context issues are sorted to build on lime | ebi-gene-expression-group_atlas | train |
e31d5ecc6bf395311fc66778b2b9886faecde473 | diff --git a/TODO.org b/TODO.org
index <HASH>..<HASH> 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,9 +1,11 @@
* TODO [#A] Mediaplaylist Encode displays winsize+1 chunks, must be winsize. :bug:
* DONE [#A] Properly create master-playlists for Widevine tags. :bug:
+* DONE [#A] Support EXT-X-BYTERANGE tag from protoco... | Support for EXT-X-BYTERANGE tag added. | grafov_m3u8 | train |
02d59eb05898bb6c8a79d8337cea2cbcb63a3ee9 | diff --git a/assemble_source_release.py b/assemble_source_release.py
index <HASH>..<HASH> 100755
--- a/assemble_source_release.py
+++ b/assemble_source_release.py
@@ -5,11 +5,15 @@ import os
from StringIO import StringIO
import subprocess
import tarfile
+import tempfile
def build_documentation(project_dir):
... | refactored the source dist assembling script so that name/version are not hard coded any more and the file list is separated more from the real algorithm | FelixSchwarz_pymta | train |
e60e9e4490e4313131be3be39c7a8cf5edaebc63 | diff --git a/gem_dependency_checker.rb b/gem_dependency_checker.rb
index <HASH>..<HASH> 100755
--- a/gem_dependency_checker.rb
+++ b/gem_dependency_checker.rb
@@ -144,12 +144,20 @@ def check_fedora(name)
end
end
-def check_koji(name)
+def check_koji(name, version)
if $conf[:check_koji]
$x ||= XMLRPC::Clie... | check versions against koji build target | ManageIQ_polisher | train |
d5339ee6144625f8311ea4188e7d68aa2cd0d482 | diff --git a/src/feat/agencies/database.py b/src/feat/agencies/database.py
index <HASH>..<HASH> 100644
--- a/src/feat/agencies/database.py
+++ b/src/feat/agencies/database.py
@@ -240,9 +240,12 @@ class Connection(log.Logger, log.LogProxy):
d.addCallback(set_listener_id, filter_)
return d
- def ca... | Fix bug in canceling db change listener. | f3at_feat | train |
a5e4a591da1073078401357cbe70e04e03935f7d | diff --git a/packages/ember-runtime/lib/computed/reduce_computed.js b/packages/ember-runtime/lib/computed/reduce_computed.js
index <HASH>..<HASH> 100644
--- a/packages/ember-runtime/lib/computed/reduce_computed.js
+++ b/packages/ember-runtime/lib/computed/reduce_computed.js
@@ -248,18 +248,15 @@ DependentArraysObserver... | single var statements which many vars that result from computation are extremely annoying to debug through. | emberjs_ember.js | train |
8a3e39dbb4a0f8cb2fca3ed855d0ef884b921e06 | diff --git a/lib/Complex.js b/lib/Complex.js
index <HASH>..<HASH> 100644
--- a/lib/Complex.js
+++ b/lib/Complex.js
@@ -69,7 +69,7 @@ class Complex {
}
createPropertyRecursor () {
- const keys = getObjectKeys(this.instance)
+ const keys = getObjectKeys(this.instance, this.listInstance !== null)
const ... | Potentially improve getting object keys
Calling code already knows whether list item accessors should be
rejected. There's no need to check if `obj` has a length property.
We can safely set the length to 0 when list item accessors are not
excluded, which has the advantage of the variable always having the same
type, ... | concordancejs_concordance | train |
d74f7fe71b5aa560dffc78660d679a78a66f5e49 | diff --git a/github-analysis.rb b/github-analysis.rb
index <HASH>..<HASH> 100644
--- a/github-analysis.rb
+++ b/github-analysis.rb
@@ -139,6 +139,8 @@ class GithubAnalysis
# from a hierarchial map (the result of a JSON parse
# or a Mongo query)
def read_value(from, key)
+ return from if key.nil? or key == "... | Fix issue with event data not loaded on queue | gousiosg_github-mirror | train |
81522abd63c2f5c6eda9ae3166367673f81c03a0 | diff --git a/mod/quiz/accessrules.php b/mod/quiz/accessrules.php
index <HASH>..<HASH> 100644
--- a/mod/quiz/accessrules.php
+++ b/mod/quiz/accessrules.php
@@ -490,7 +490,7 @@ abstract class quiz_access_rule_base {
}
/**
- * If, becuase of this rule, the user has to finish their attempt by a certain time... | MDL-<I> fix some more instances of my favourite becuase typo. | moodle_moodle | train |
d134acd5d3d7d0276f929a10f3ad1cca1293e080 | diff --git a/src/AdminLte.php b/src/AdminLte.php
index <HASH>..<HASH> 100644
--- a/src/AdminLte.php
+++ b/src/AdminLte.php
@@ -5,6 +5,7 @@ namespace JeroenNoten\LaravelAdminLte;
use Illuminate\Contracts\Container\Container;
use Illuminate\Contracts\Events\Dispatcher;
use JeroenNoten\LaravelAdminLte\Events\BuildingMe... | [Src/AdminLte]: Use LayoutHelper on the AdminLte class. (#<I>) | jeroennoten_Laravel-AdminLTE | train |
3c0bdd12b5b03de6eb4a4a46faf8b60c3736815c | diff --git a/gns3server/controller/gns3vm/remote_gns3_vm.py b/gns3server/controller/gns3vm/remote_gns3_vm.py
index <HASH>..<HASH> 100644
--- a/gns3server/controller/gns3vm/remote_gns3_vm.py
+++ b/gns3server/controller/gns3vm/remote_gns3_vm.py
@@ -51,6 +51,8 @@ class RemoteGNS3VM(BaseGNS3VM):
Starts the GNS3 VM... | Do not raise an error if no VM is selected for remote GNS3 VM | GNS3_gns3-server | train |
5edbe71209ac1f55668fc8b849b87fa6d72818ca | diff --git a/gremlin/gremlin-java/src/main/java/com/tinkerpop/gremlin/oltp/map/MatchPipe.java b/gremlin/gremlin-java/src/main/java/com/tinkerpop/gremlin/oltp/map/MatchPipe.java
index <HASH>..<HASH> 100644
--- a/gremlin/gremlin-java/src/main/java/com/tinkerpop/gremlin/oltp/map/MatchPipe.java
+++ b/gremlin/gremlin-java/s... | endPipe checking in MatchPipe and tweaks to my intersect() fun. | apache_tinkerpop | train |
cccd03d2a1834d1aa59f52c8d33113934fc71423 | diff --git a/molo/core/models.py b/molo/core/models.py
index <HASH>..<HASH> 100644
--- a/molo/core/models.py
+++ b/molo/core/models.py
@@ -46,6 +46,18 @@ class HomePage(Page):
parent_page_types = ['core.LanguagePage']
subpage_types = ['core.ArticlePage']
+ def get_effective_commenting_settings(self):
+ ... | added methods to get the most relevant comment settings | praekeltfoundation_molo | train |
8c4f24fc03ee9a8f5d5d19eb2b44121bcacf7607 | diff --git a/mappyfile/validator.py b/mappyfile/validator.py
index <HASH>..<HASH> 100644
--- a/mappyfile/validator.py
+++ b/mappyfile/validator.py
@@ -99,6 +99,9 @@ class Validator(object):
path is the path to the error object, it can be empty if the error is in the root object
http://python-jsonschem... | Add comment on validation and getting the key name | geographika_mappyfile | train |
a205c6f97d1380fd05301e2d7d6544c5f8cab522 | diff --git a/src/info/litecoin.js b/src/info/litecoin.js
index <HASH>..<HASH> 100644
--- a/src/info/litecoin.js
+++ b/src/info/litecoin.js
@@ -24,7 +24,7 @@ const bcoinInfo: BcoinCurrencyInfo = {
scripthashLegacy: 0x05,
witnesspubkeyhash: 0x06,
witnessscripthash: 0x0a,
- bech32: 'lc'
+ bech32: 'ltc... | Use the correct prefix for Litcoin's bech<I> addresses | EdgeApp_edge-currency-bitcoin | train |
9f811257dd03d0541498af79b13c1e52bf22d9d7 | diff --git a/pysat/_instrument.py b/pysat/_instrument.py
index <HASH>..<HASH> 100644
--- a/pysat/_instrument.py
+++ b/pysat/_instrument.py
@@ -2001,7 +2001,6 @@ class Instrument(object):
A copy of pysat object is passed to function. No
data is accepted from return.
(defaul... | STY: Docstring and reviewer comments | rstoneback_pysat | train |
9c17a44d7b2c0a1a5519860de2e0b4b70f953550 | diff --git a/lib/kondate/property_builder.rb b/lib/kondate/property_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/kondate/property_builder.rb
+++ b/lib/kondate/property_builder.rb
@@ -140,9 +140,6 @@ module Kondate
fp = Tempfile.create("kondate_")
YAML.dump(property.to_h, fp)
fp.close
- ... | Fix No such file or directory
I got such a error when I ran as
$ bin/itamae-kondate-role all --recipe base -p 4 | sonots_kondate | train |
5c27ee8e4107f2ff31dd5a626137c7831491a6ad | diff --git a/apptentive-android-sdk/src/com/apptentive/android/sdk/RatingModule.java b/apptentive-android-sdk/src/com/apptentive/android/sdk/RatingModule.java
index <HASH>..<HASH> 100644
--- a/apptentive-android-sdk/src/com/apptentive/android/sdk/RatingModule.java
+++ b/apptentive-android-sdk/src/com/apptentive/android... | [#ANDROID-<I>] Rating Dialog comes up twice. | apptentive_apptentive-android | train |
585110870f71fa2cfc29ba7c2be524c8a24c4e56 | diff --git a/src/MvcCore/Controller.php b/src/MvcCore/Controller.php
index <HASH>..<HASH> 100644
--- a/src/MvcCore/Controller.php
+++ b/src/MvcCore/Controller.php
@@ -128,9 +128,13 @@ class Controller
*/
public function __construct (\MvcCore\Request & $request = NULL, \MvcCore\Response & $response = NULL) {
$th... | cache and speed optimalization for assets serving in packed application | mvccore_mvccore | train |
4c6e6bbfe6ae467173ec424b1bc5e90234e2d4d0 | diff --git a/tests/Doctrine/Tests/DBAL/Functional/LikeWildcardsEscapingTest.php b/tests/Doctrine/Tests/DBAL/Functional/LikeWildcardsEscapingTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/DBAL/Functional/LikeWildcardsEscapingTest.php
+++ b/tests/Doctrine/Tests/DBAL/Functional/LikeWildcardsEscapingTest.p... | Pick a more commonplace escape char for the test
The Mysql family does not seem to like that one. | doctrine_dbal | train |
a6bfc191154bbac2da0b183cc986ed12f48b291e | diff --git a/src/main/java/org/mdkt/compiler/CompilationException.java b/src/main/java/org/mdkt/compiler/CompilationException.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mdkt/compiler/CompilationException.java
+++ b/src/main/java/org/mdkt/compiler/CompilationException.java
@@ -1,9 +1,25 @@
package org.mdk... | merged with rfrowe/master and Pkeidel/master and minor refactoring | trung_InMemoryJavaCompiler | train |
a56d90df4ea8509713906ce521d1ae596cb4aa31 | diff --git a/ics_compare.py b/ics_compare.py
index <HASH>..<HASH> 100644
--- a/ics_compare.py
+++ b/ics_compare.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from vobject import readComponents, iCalen... | Replace python-vobject by the card_me fork | jspricke_python-remind | train |
c02df22521f7d78021b5006fd703bb30473fbd6b | diff --git a/stathat.go b/stathat.go
index <HASH>..<HASH> 100644
--- a/stathat.go
+++ b/stathat.go
@@ -603,3 +603,67 @@ func (br *BatchReporter) WaitUntilFinished(timeout time.Duration) bool {
return br.r.WaitUntilFinished(timeout)
}
+
+// NoOpReporter is a reporter that does nothing. Can be useful in testing
+// ... | add NoOpReporter
NoOpReporter is a reporter that does nothing. Can be useful in testing
situations for library users. | stathat_go | train |
dc5c482491c6e3c8bc2941f5f1f46f84651f30b5 | diff --git a/skyfield/benchmark.py b/skyfield/benchmark.py
index <HASH>..<HASH> 100644
--- a/skyfield/benchmark.py
+++ b/skyfield/benchmark.py
@@ -19,10 +19,10 @@ DB = 66.8779
earth = api.earth
jupiter = api.jupiter
star = starlib.Star(
- ra=1.59132070233, dec=8.5958876464,
- pm_ra=0.0, pm_dec=0.0,
- parall... | Correct how the Star is built in benchmark.py | skyfielders_python-skyfield | train |
0225d4392c30512cf87d07e627b30248ca26f4ec | diff --git a/salt/client/ssh/__init__.py b/salt/client/ssh/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/client/ssh/__init__.py
+++ b/salt/client/ssh/__init__.py
@@ -1133,6 +1133,7 @@ class Single:
opts_pkg["_ssh_version"] = self.opts["_ssh_version"]
opts_pkg["thin_dir"] = self.opts["thin... | Add a test and fix for extra-filerefs | saltstack_salt | train |
e1d362d4b87e7aad3926ed6c0a77e6c03024c025 | diff --git a/applications/desktop/webpack.common.js b/applications/desktop/webpack.common.js
index <HASH>..<HASH> 100644
--- a/applications/desktop/webpack.common.js
+++ b/applications/desktop/webpack.common.js
@@ -1,6 +1,8 @@
const webpack = require("webpack");
const path = require("path");
+const configurator = r... | adapt desktop webpack build to using configurator | nteract_nteract | train |
b97cd97c9d774fa854171e71c727b175596bf55e | diff --git a/src/__tests__/AsyncCreatable.test.js b/src/__tests__/AsyncCreatable.test.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/AsyncCreatable.test.js
+++ b/src/__tests__/AsyncCreatable.test.js
@@ -6,7 +6,7 @@ import AsyncCreatable from '../AsyncCreatable';
import Select from '../Select';
import { components... | updated asyncCreatable test for loading state and stateManaged props | JedWatson_react-select | train |
c387290f030c522bd54864e53915ce575eab06a0 | diff --git a/agents/scripts/utility.py b/agents/scripts/utility.py
index <HASH>..<HASH> 100644
--- a/agents/scripts/utility.py
+++ b/agents/scripts/utility.py
@@ -178,7 +178,7 @@ def load_config(logdir):
'contain a configuration file.')
raise IOError(message)
with tf.gfile.FastGFile(config_path, 'r') a... | Fix UnsafeLoaderWarning when loading YAML configs. (#<I>) | google-research_batch-ppo | train |
0d57213d3f5cbe75f3fd8de17f8de7715e1cfb2e | diff --git a/plugins/registry/etcd/etcd.go b/plugins/registry/etcd/etcd.go
index <HASH>..<HASH> 100644
--- a/plugins/registry/etcd/etcd.go
+++ b/plugins/registry/etcd/etcd.go
@@ -13,6 +13,7 @@ import (
"sync"
"time"
+ "github.com/asim/go-micro/v3/cmd"
"github.com/asim/go-micro/v3/logger"
"github.com/asim/go-m... | Add etcd to default registries when plugin is loaded (#<I>) | micro_go-micro | train |
51c565e4615b830f321b1831c0120f2124e7f675 | diff --git a/tsdb/engine/wal/wal.go b/tsdb/engine/wal/wal.go
index <HASH>..<HASH> 100644
--- a/tsdb/engine/wal/wal.go
+++ b/tsdb/engine/wal/wal.go
@@ -748,6 +748,9 @@ func (p *Partition) Close() error {
defer p.mu.Unlock()
p.cache = nil
+ if p.currentSegmentFile == nil {
+ return nil
+ }
if err := p.currentSeg... | Ensure partition only closes current segment if its there | influxdata_influxdb | train |
2f96ed57dd476088a1b9f5f7754649e201157ac8 | diff --git a/tests/test_repos/test_models.py b/tests/test_repos/test_models.py
index <HASH>..<HASH> 100644
--- a/tests/test_repos/test_models.py
+++ b/tests/test_repos/test_models.py
@@ -68,3 +68,48 @@ class TestRepoModels(BaseTest):
# Delete repo
repo.delete()
self.assertFalse(os.path.exists... | Add test for git checkout command
* Checkout to a specific git commit
* Checkout to master by default | polyaxon_polyaxon | train |
03f61e7db83d12faf396fd46813fed44fafaacb0 | diff --git a/lib/evalhook/tree_processor.rb b/lib/evalhook/tree_processor.rb
index <HASH>..<HASH> 100644
--- a/lib/evalhook/tree_processor.rb
+++ b/lib/evalhook/tree_processor.rb
@@ -98,7 +98,7 @@ module EvalHook
args1 = s(:arglist, base_class_tree)
args2 = s(:arglist, s(:lit, const_id))
- ... | <I> test pass: implemented processing of r-value on constant assignments | tario_evalhook | train |
9e5744997cc99dce01f060a565069bd6990498ce | diff --git a/brabeion/tests/tests.py b/brabeion/tests/tests.py
index <HASH>..<HASH> 100644
--- a/brabeion/tests/tests.py
+++ b/brabeion/tests/tests.py
@@ -1,5 +1,3 @@
-from contextlib import contextmanager
-
from django.conf import settings
from django.contrib.auth.models import User
from django.db import connection... | Work with python<I>, losing the context manager hotness is sad. | pinax_pinax-badges | train |
acc051c55b681bc0cea952cc04333e521b752500 | diff --git a/loguru/_logger.py b/loguru/_logger.py
index <HASH>..<HASH> 100644
--- a/loguru/_logger.py
+++ b/loguru/_logger.py
@@ -346,9 +346,14 @@ class Logger:
process_recattr = ProcessRecattr(process.ident)
process_recattr.id, process_recattr.name = process.ident, process.name
- ... | Let "exception" opt accept exc_info and error class | Delgan_loguru | train |
d9b4e9b5b6a902e04d308137c745c002ac24fdb3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,7 +55,7 @@ osmtogeojson = function( data, options ) {
function addPseudoNode(lat,lon,i) {
var pseudoNode = {
type:"node",
- id:""+pseudoWay.id+"p"+i,
+ id: "_"+pseudoWay.type+"... | more meaningful and type save pseudo-node ids for bounds geometry | tyrasd_osmtogeojson | train |
a6ff656c1788c93b9713f05e80a7fd7ff5f9d076 | diff --git a/Generator/ServicesGenerator.php b/Generator/ServicesGenerator.php
index <HASH>..<HASH> 100644
--- a/Generator/ServicesGenerator.php
+++ b/Generator/ServicesGenerator.php
@@ -80,6 +80,15 @@ class ServicesGenerator extends Generator
)
)
);
+ if ( isset($config['s... | Keep current config for services when regeneration | vincenttouzet_BaseBundle | train |
ca23562dad1fe5ebb884478ebeb6d4a558689572 | diff --git a/recordlinkage/comparing.py b/recordlinkage/comparing.py
index <HASH>..<HASH> 100644
--- a/recordlinkage/comparing.py
+++ b/recordlinkage/comparing.py
@@ -172,7 +172,7 @@ class Compare(object):
def _missing(*args):
- return np.all(np.concatenate([np.array(pd.DataFrame(arg).isnull()) for arg in args], a... | Fix bug in missing, all --> any | J535D165_recordlinkage | train |
d673fdf383cf167ebd424ef801c6d3ab6228cc2d | diff --git a/lib/PageManager.js b/lib/PageManager.js
index <HASH>..<HASH> 100644
--- a/lib/PageManager.js
+++ b/lib/PageManager.js
@@ -40,6 +40,28 @@ PageManager.prototype.addGame = function(gameName) {
};
/**
+ * ### PageManager.createAlias
+ *
+ * Creates an alias for a cached game.
+ *
+ * @param {string} alias ... | aliases are checked and handled by page cacher | nodeGame_nodegame-server | train |
708dec483f52b8b59180ad4098d3f3e4a12ecd9b | diff --git a/concrete/controllers/dialog/express/association/reorder.php b/concrete/controllers/dialog/express/association/reorder.php
index <HASH>..<HASH> 100644
--- a/concrete/controllers/dialog/express/association/reorder.php
+++ b/concrete/controllers/dialog/express/association/reorder.php
@@ -63,30 +63,47 @@ class... | making saving display order of many to many and one to many work | concrete5_concrete5 | train |
2a5c38310cd11b174e10770eae74f6c16dd51bba | diff --git a/api/config/routing.php b/api/config/routing.php
index <HASH>..<HASH> 100644
--- a/api/config/routing.php
+++ b/api/config/routing.php
@@ -3,6 +3,7 @@
namespace monolyth\api;
return function($m) use($project) {
+ $m->connect('/html/(%s:language)/(%a:viewname).html', 'monolyth\api\View');
$m->con... | route to proxy views for ng-include so we avoid symlinking a ton of crap into the public directory | monolyth-php_frontal | train |
a1e301b4867212de7fc19791e9a4daa1575a8287 | diff --git a/src/Bkwld/Decoy/Controllers/Base.php b/src/Bkwld/Decoy/Controllers/Base.php
index <HASH>..<HASH> 100644
--- a/src/Bkwld/Decoy/Controllers/Base.php
+++ b/src/Bkwld/Decoy/Controllers/Base.php
@@ -308,13 +308,6 @@ class Base extends Controller {
}
/**
- * Return controller
- *
- * @return string ex... | Removing some public methods that are not needed since Ancestry went away
#<I> | BKWLD_decoy | train |
3c6574400b465e484074f3891e9c89466788516a | diff --git a/test/unit/SourceLocator/Type/PhpInternalSourceLocatorTest.php b/test/unit/SourceLocator/Type/PhpInternalSourceLocatorTest.php
index <HASH>..<HASH> 100644
--- a/test/unit/SourceLocator/Type/PhpInternalSourceLocatorTest.php
+++ b/test/unit/SourceLocator/Type/PhpInternalSourceLocatorTest.php
@@ -209,7 +209,24... | Better comparisons (simpler to understand bugs) between method names and parameter names | Roave_BetterReflection | train |
8d27a0d9a16cde0d11edd98d193337352682051d | diff --git a/src/canvas.js b/src/canvas.js
index <HASH>..<HASH> 100644
--- a/src/canvas.js
+++ b/src/canvas.js
@@ -21,6 +21,9 @@ export default class Canvas extends ThreeSixtyViewer {
getElement() {
this.video = super.getElement();
+ this.video.addEventListener('playing', this.startVideoLoop);
+ this.vi... | fix updates based on controls and video fps | thiagopnts_kaleidoscope | train |
d4a5ee231d4cdcbc6b851920889da41fb08d81a8 | diff --git a/admin/jqadm/src/Admin/JQAdm/Locale/Site/Standard.php b/admin/jqadm/src/Admin/JQAdm/Locale/Site/Standard.php
index <HASH>..<HASH> 100644
--- a/admin/jqadm/src/Admin/JQAdm/Locale/Site/Standard.php
+++ b/admin/jqadm/src/Admin/JQAdm/Locale/Site/Standard.php
@@ -547,7 +547,7 @@ class Standard
if( is_array( ... | Removed leading slash in config keys | aimeos_ai-admin-jqadm | train |
d531d422961758895bdf54c0969cae8b5a982ccf | diff --git a/pass_test.go b/pass_test.go
index <HASH>..<HASH> 100644
--- a/pass_test.go
+++ b/pass_test.go
@@ -202,3 +202,46 @@ func TestPassKeyringGetWhenNotEmpty(t *testing.T) {
t.Fatal("Expected item not returned")
}
}
+
+func TestPassKeyringKeysWithSymlink(t *testing.T) {
+ k, teardown := setup(t)
+ defer tea... | Add test for pass when symlinked | 99designs_keyring | train |
1c6842e4a88be5dcb095658ca9a2bfd42316c591 | diff --git a/CollectionArray.php b/CollectionArray.php
index <HASH>..<HASH> 100755
--- a/CollectionArray.php
+++ b/CollectionArray.php
@@ -133,6 +133,18 @@ IEnumerable, ICollection, IQueryable, ISelectable, IEquatable
/**
* {@inheritdoc}
*/
+ public function tryGet($index)
+ {
+ if ($this-... | Added new method tryGet() which try to get the element, if it doesn't exists than a nullable value is returned | italolelis_collections | train |
0397dfe6f3e989b1f1fdab6375341c4135ceb0fc | diff --git a/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperationHandlers.java b/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperationHandlers.java
index <HASH>..<HASH> 100644
--- a/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperat... | fix the read-children-names on host names
was: <I>be<I>d<I>deacda<I>a<I>dc<I>f<I>d<I>dcf9ab | wildfly_wildfly-core | train |
a24a38ac36220bfc010e619c69241457b22ef87e | diff --git a/node/tag.js b/node/tag.js
index <HASH>..<HASH> 100644
--- a/node/tag.js
+++ b/node/tag.js
@@ -97,7 +97,12 @@ Tag.prototype.patch = function(to) {
props.patch(to.element, this.props, to.props);
attrs.patch(to.element, this.attrs, to.attrs);
attrsNS.patch(to.element, this.attrsNS, to.attrsNS);
- re... | Makes sure `domLayerNode` is correcly updated when some event handlers are set through `events`. | crysalead-js_dom-layer | train |
20f60a769b1ffbdeaf7448207aefa3c8835469dd | diff --git a/salt/grains/core.py b/salt/grains/core.py
index <HASH>..<HASH> 100644
--- a/salt/grains/core.py
+++ b/salt/grains/core.py
@@ -1383,6 +1383,7 @@ _LSB_REGEX = re.compile((
'([\\w\\s\\.\\-_]+)(?:\'|")?'
))
+
def _linux_bin_exists(binary):
'''
Does a binary exist in linux (depends on which, ... | Add blank lines to appease linter | saltstack_salt | train |
838ad066bfc714ba9619926f99e39c6e7444e8f0 | diff --git a/generators/generator-constants.js b/generators/generator-constants.js
index <HASH>..<HASH> 100644
--- a/generators/generator-constants.js
+++ b/generators/generator-constants.js
@@ -53,7 +53,7 @@ const DOCKER_JHIPSTER_CONTROL_CENTER = 'jhipster/jhipster-control-center:v0.5.0'
const DOCKER_JAVA_JRE = 'ecli... | Update postgres docker image version to <I> | jhipster_generator-jhipster | train |
9e54c3a67aed8edad0b22237c66305a4b7b47c55 | diff --git a/scanpy/plotting/_tools/__init__.py b/scanpy/plotting/_tools/__init__.py
index <HASH>..<HASH> 100644
--- a/scanpy/plotting/_tools/__init__.py
+++ b/scanpy/plotting/_tools/__init__.py
@@ -644,8 +644,8 @@ def embedding_density(
key: str,
group: Optional[str] = None,
color_map: Union... | changed dot size defaults and removed print statements | theislab_scanpy | train |
36471280ea02f44f08d584e33d4e3c467983f373 | diff --git a/lib/api.js b/lib/api.js
index <HASH>..<HASH> 100644
--- a/lib/api.js
+++ b/lib/api.js
@@ -203,7 +203,8 @@ module.exports = function(self, options) {
},
filters: {
workflowLocale: to.workflowLocale
- }
+ },
+ slugUpdated: true
},
... | passes slugUpdated option to move method | apostrophecms_apostrophe-workflow | train |
c6d4873f8b510b3791299e82a5cb0d7d23238cc2 | diff --git a/structr-ui/src/main/resources/structr/js/structr-app.js b/structr-ui/src/main/resources/structr/js/structr-app.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/structr-app.js
+++ b/structr-ui/src/main/resources/structr/js/structr-app.js
@@ -346,7 +346,7 @@ function StructrApp(b... | Add edit mode CSS class to Save and Cancel buttons. | structr_structr | train |
a661cf35135ae45dfb2e1e7c19f71fcdb60c0f92 | diff --git a/lib/slingshot/model/mapping.rb b/lib/slingshot/model/mapping.rb
index <HASH>..<HASH> 100644
--- a/lib/slingshot/model/mapping.rb
+++ b/lib/slingshot/model/mapping.rb
@@ -14,7 +14,7 @@ module Slingshot
end
end
- def property(name, options = {})
+ def indexes(name, options... | [ACTIVEMODEL] Renamed method for defining index mapping from `MyModel.property` to `MyModel.indexes`
A la ThinkingSphinx | karmi_retire | train |
a6e727b12cdb47cfd91935236580203e7591f569 | diff --git a/examples/guestlist/domain/commands.go b/examples/guestlist/domain/commands.go
index <HASH>..<HASH> 100644
--- a/examples/guestlist/domain/commands.go
+++ b/examples/guestlist/domain/commands.go
@@ -74,7 +74,7 @@ func (c ConfirmInvite) AggregateID() eh.UUID { return c.ID }
func (c ConfirmInvite)... | fix typo after copy / paste in comment / docs | looplab_eventhorizon | train |
4ea88e4649e23317dde5d60a3ef595af32557de0 | diff --git a/families/track_and_trade/server/db/records.js b/families/track_and_trade/server/db/records.js
index <HASH>..<HASH> 100644
--- a/families/track_and_trade/server/db/records.js
+++ b/families/track_and_trade/server/db/records.js
@@ -155,7 +155,7 @@ const getPropertyValues = recordId => block => property => {
... | Change T&T query missing value: [] -> null | hyperledger_sawtooth-core | train |
3bc072b4a3f3cb1644617dc1e7486507230e1992 | diff --git a/tests/DefaultLogWriterTest.php b/tests/DefaultLogWriterTest.php
index <HASH>..<HASH> 100644
--- a/tests/DefaultLogWriterTest.php
+++ b/tests/DefaultLogWriterTest.php
@@ -35,7 +35,7 @@ class DefaultLogWriterTest extends TestCase
}
/** @test */
- public function the_body_is_logged()
+ publi... | Update DefaultLogWriterTest.php | spatie_laravel-http-logger | train |
356c215654e8d31da4b3b51548cb3d7b71c11b20 | diff --git a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Strings.java
+++ b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext... | Fix: Dependency to org.eclipse.xtext was missing in generated dsl project
Fix: Dependency to itemis.xtext.antlr is optional when executing the GenerateDslWorkflow | eclipse_xtext-core | train |
73e251cd4b9b7fdefb9a8907526ddd847714f82b | diff --git a/lib/magic_grid/definition.rb b/lib/magic_grid/definition.rb
index <HASH>..<HASH> 100644
--- a/lib/magic_grid/definition.rb
+++ b/lib/magic_grid/definition.rb
@@ -54,10 +54,12 @@ module MagicGrid
@default_order = @options[:default_order]
@params = controller.try(:params) || {}
@collecti... | Change from defensive respond_to? to reactive rescue use
We are getting strange errors where respond_to? returns true, but calling that method throws an unknown method exception. Lame. | rmg_magic_grid | train |
c9d42206e9856b8cb517254dfa521a6bdc578aac | diff --git a/src/playbacks/flash/flash.js b/src/playbacks/flash/flash.js
index <HASH>..<HASH> 100644
--- a/src/playbacks/flash/flash.js
+++ b/src/playbacks/flash/flash.js
@@ -36,7 +36,6 @@ class Flash extends Playback {
bootstrap() {
this.el.width = "100%"
this.el.height = "100%"
- this.isReady = true
... | flash: fix seek calls not working when playback is not ready | clappr_clappr | train |
08d4555923716400d584217026ce5f51d1735454 | diff --git a/jsio/protocols/mspp.js b/jsio/protocols/mspp.js
index <HASH>..<HASH> 100644
--- a/jsio/protocols/mspp.js
+++ b/jsio/protocols/mspp.js
@@ -47,7 +47,6 @@ exports.MSPPStream = Class(function() {
this._onreadraw = function(data) {
if (this.encoding == 'utf8')
data = utf8.decode(data)... | removed annoying redundant logging from mspp | gameclosure_js.io | train |
606fececdfd345d8437a00c7d4f825070a53c055 | diff --git a/gumble/acl.go b/gumble/acl.go
index <HASH>..<HASH> 100644
--- a/gumble/acl.go
+++ b/gumble/acl.go
@@ -35,6 +35,14 @@ type ACLGroup struct {
usersAdd, usersRemove, usersInherited map[uint32]*ACLUser
}
+// ACL group names that are built-in.
+const (
+ ACLGroupEveryone = "all"
+ ACLGroupAuthenticat... | add several built-in ACL group names | layeh_gumble | train |
e665f65c2251971b0d1dedcfdd4e7dd06e4b9b6b | diff --git a/tests/frontend/org/voltdb/TestStatsProcInputTable.java b/tests/frontend/org/voltdb/TestStatsProcInputTable.java
index <HASH>..<HASH> 100644
--- a/tests/frontend/org/voltdb/TestStatsProcInputTable.java
+++ b/tests/frontend/org/voltdb/TestStatsProcInputTable.java
@@ -139,7 +139,10 @@ public class TestStatsPr... | ENG-<I>. Comment out dedup tests that were failing. These will need to be
rewritten when <I> is fixed. | VoltDB_voltdb | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.