hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
a3e7ca6bb1300c858347b81934ffa2405762dde1
diff --git a/mama_cas/exceptions.py b/mama_cas/exceptions.py index <HASH>..<HASH> 100644 --- a/mama_cas/exceptions.py +++ b/mama_cas/exceptions.py @@ -13,6 +13,21 @@ class InvalidRequest(ValidationError): code = 'INVALID_REQUEST' +class InvalidTicketSpec(ValidationError): + """Failure to meet the requiremen...
Add additional CAS <I> exceptions
jbittel_django-mama-cas
train
0875898f01e3393407299e87d75aca94d7d7ddc7
diff --git a/lib/pdf/reader/buffer.rb b/lib/pdf/reader/buffer.rb index <HASH>..<HASH> 100644 --- a/lib/pdf/reader/buffer.rb +++ b/lib/pdf/reader/buffer.rb @@ -257,7 +257,7 @@ class PDF::Reader if WHITE_SPACE.include? prevchr seeking = 'I' eisize = 3 # include whitespace in del...
Allow the EI to immediately follow the data See issue #<I>
yob_pdf-reader
train
40aecaba6c3b3aa9f2a62583bfd0d04d4e0da09f
diff --git a/lib/irc.js b/lib/irc.js index <HASH>..<HASH> 100755 --- a/lib/irc.js +++ b/lib/irc.js @@ -314,7 +314,7 @@ Client.prototype._ircEvents = { RPL_ENDOFLINKS: function(message) { var target = message.args[0]; - + Events.emit([this.key, 'links'], this._getData('server', target)); this._clear...
Added _CTCPReply, might move it to a different namespace.. Not sure
ircanywhere_irc-factory
train
11e30c5e77d95b6a6017bc11df284a9eec7105ff
diff --git a/middleware.js b/middleware.js index <HASH>..<HASH> 100644 --- a/middleware.js +++ b/middleware.js @@ -1,6 +1,6 @@ 'use strict'; -var forwarded = require('../'); +var forwarded = require('./'); /** * Add a simple middleware layer. diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test...
[minor] Added middleware laer support
primus_forwarded-for
train
0f8a764295268af9d73c7aed777ca1d0b911cc3f
diff --git a/javascript/libjoynr-js/src/main/js/joynr/messaging/MessagingQos.js b/javascript/libjoynr-js/src/main/js/joynr/messaging/MessagingQos.js index <HASH>..<HASH> 100644 --- a/javascript/libjoynr-js/src/main/js/joynr/messaging/MessagingQos.js +++ b/javascript/libjoynr-js/src/main/js/joynr/messaging/MessagingQos....
[JS, API] Added 'compress' to MessagingQos Change-Id: I<I>f<I>ecb7d<I>c0c<I>a<I>a<I>a
bmwcarit_joynr
train
06d3f3f3c44fc9b581d918ac34f0f14ae73b485c
diff --git a/shared/common-adapters/web-view.native.js b/shared/common-adapters/web-view.native.js index <HASH>..<HASH> 100644 --- a/shared/common-adapters/web-view.native.js +++ b/shared/common-adapters/web-view.native.js @@ -15,9 +15,9 @@ const combineJavaScriptAndCSS = (injections?: WebViewInjections) => document...
semicolon's revenge (#<I>)
keybase_client
train
219cef3b0ae7b02ae655ea8e8ad96965b176e246
diff --git a/src/components/DebugEditor.js b/src/components/DebugEditor.js index <HASH>..<HASH> 100644 --- a/src/components/DebugEditor.js +++ b/src/components/DebugEditor.js @@ -1,7 +1,7 @@ import React from 'react/addons' import EditorActions from '../flux/EditorActions' -import { BASE_CHAR } from 'RichText' +imp...
Remove webpack root module resolution The root module resolution is handy but only works inside a webpack environment. Was not working for tests that used babel directly. Now just use a relative path consistently.
ritzyed_ritzy
train
c04f7e0e2fbaf075e30716320919e285df88c7ff
diff --git a/src/net/sf/mpxj/Duration.java b/src/net/sf/mpxj/Duration.java index <HASH>..<HASH> 100644 --- a/src/net/sf/mpxj/Duration.java +++ b/src/net/sf/mpxj/Duration.java @@ -391,6 +391,36 @@ public final class Duration implements Comparable<Duration> } /** + * If a and b are not null, returns a new du...
Update Primavera resource assignment work and cost fields to include overtime values.
joniles_mpxj
train
1b4e172997d62ba9ac1cefa27907db6cd1b4d890
diff --git a/controllers/socket/internal/handler/player.go b/controllers/socket/internal/handler/player.go index <HASH>..<HASH> 100644 --- a/controllers/socket/internal/handler/player.go +++ b/controllers/socket/internal/handler/player.go @@ -51,7 +51,7 @@ func (Player) PlayerReady(_ *wsevent.Server, so *wsevent.Client...
playerNotReady(): Call AfterLobbyLeave
TF2Stadium_Helen
train
254acc991f351d9aead5367a7cad3ec78d8bf6fd
diff --git a/src/main/java/com/suse/salt/netapi/calls/modules/Pkg.java b/src/main/java/com/suse/salt/netapi/calls/modules/Pkg.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/suse/salt/netapi/calls/modules/Pkg.java +++ b/src/main/java/com/suse/salt/netapi/calls/modules/Pkg.java @@ -264,10 +264,10 @@ public clas...
Eclipse neon needs those type parameters to compile this
SUSE_salt-netapi-client
train
0be02ab2177b14cbf3c8bc73ed855f425b6e288f
diff --git a/builder/hyperv/common/driver_ps_4.go b/builder/hyperv/common/driver_ps_4.go index <HASH>..<HASH> 100644 --- a/builder/hyperv/common/driver_ps_4.go +++ b/builder/hyperv/common/driver_ps_4.go @@ -301,23 +301,37 @@ func (d *HypervPS4Driver) verifyPSHypervModule() error { return nil } -func (d *HypervPS4D...
hyper-v: Don't error while checking for admin permissions.
hashicorp_packer
train
8f2a9283df4d92b3b345ebc682fcde3dd74cb3a3
diff --git a/firebase.go b/firebase.go index <HASH>..<HASH> 100644 --- a/firebase.go +++ b/firebase.go @@ -170,6 +170,11 @@ type Client interface { // Client#OrderBy Iterator(d Destination) <-chan *KeyedValue + // Shallow returns a list of keys at a particular location + // Only supports objects, unlike the REST ...
Added Shallow API Lets us just get the keys of a particular object, which is good for getting lists without getting every single piece of data in that list.
ereyes01_firebase
train
6566b02d546375dc0b2f3ddbaa5f4eb17aa07b53
diff --git a/views/default/toolbar.php b/views/default/toolbar.php index <HASH>..<HASH> 100644 --- a/views/default/toolbar.php +++ b/views/default/toolbar.php @@ -23,7 +23,8 @@ if (window.localStorage) { } EOD; -$url = $panels['request']->getUrl(); +$firstPanel = reset($panels); +$url = $firstPanel->getUrl(); ?> ...
use the url of the first panel as link, when toolbar is minimized
yiisoft_yii2-debug
train
e13e72cce4e08484aaa03b1e62fc0c70d0a7e6f9
diff --git a/actionpack/test/controller/parameters/parameters_permit_test.rb b/actionpack/test/controller/parameters/parameters_permit_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/controller/parameters/parameters_permit_test.rb +++ b/actionpack/test/controller/parameters/parameters_permit_test.rb @@ -443,6...
Add test to make sure that to_unsafe_h don't mutate the target
rails_rails
train
c28c9cde69ddf3f0a1d481eee5ea514f18ca924a
diff --git a/demo/js/Demo.js b/demo/js/Demo.js index <HASH>..<HASH> 100644 --- a/demo/js/Demo.js +++ b/demo/js/Demo.js @@ -30,7 +30,7 @@ _sceneName, _mouseConstraint, _sceneEvents = [], - _useInspector = false, + _useInspector = window.location.hash.indexOf('-inspect') !== -1, ...
added demo support for hash + '-inspect' to start the inspector
liabru_matter-js
train
d073443351ff966f618eaaf1af99f3976e59e75e
diff --git a/lib/worker.js b/lib/worker.js index <HASH>..<HASH> 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -99,6 +99,8 @@ var buildPrompt = function(envString) { data: results || env.PS1 || impromptu.fallback() }) + if (err) impromptu.log.error('worker error', err) + // Run the background u...
Properly log worker errors in the build method.
impromptu_impromptu
train
d683e62b76ef4997114c9fdb1c7466ec3b1c9fed
diff --git a/src/main/java/org/dasein/cloud/aws/network/VPC.java b/src/main/java/org/dasein/cloud/aws/network/VPC.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/aws/network/VPC.java +++ b/src/main/java/org/dasein/cloud/aws/network/VPC.java @@ -988,8 +988,9 @@ public class VPC extends AbstractVLAN...
Route table changes temporarily remove searching for "main" table of a subnet later this will be built into its own method or possible parameterized. Ref #<I> Do not pass back null entry in array if no subnet. Ref #<I>
dasein-cloud_dasein-cloud-aws
train
0571a9e63740133a0508c241920bdaeea6633b8c
diff --git a/pymer/base.py b/pymer/base.py index <HASH>..<HASH> 100644 --- a/pymer/base.py +++ b/pymer/base.py @@ -5,6 +5,7 @@ import numpy as np import h5py +import screed from ._hash import ( iter_kmers, @@ -22,17 +23,16 @@ class BaseCounter(object): self.alphabet = alphabet self.num_kme...
Move _incr/decr to subclasses, add consume_file
kmerkmer_pymer
train
79ea538cf13d147bf9bcf7ee9b3d9a6c138dee79
diff --git a/hcam_widgets/widgets.py b/hcam_widgets/widgets.py index <HASH>..<HASH> 100644 --- a/hcam_widgets/widgets.py +++ b/hcam_widgets/widgets.py @@ -2376,6 +2376,11 @@ class Switch(tk.Frame): font=g.ENTRY_FONT, value='Focal plane slide').grid(row=0, column=2, ...
add CCD TEC widget and make expert only
HiPERCAM_hcam_widgets
train
d428901b3b1cd44119e45d8271baaf787393575e
diff --git a/test_astcheck.py b/test_astcheck.py index <HASH>..<HASH> 100644 --- a/test_astcheck.py +++ b/test_astcheck.py @@ -98,17 +98,17 @@ class AstCheckTests(unittest.TestCase): assert not is_ast_like(sample1, template1_wrongnode) def test_wrong_nodelist(self): - with self.assertRaisesRegexp...
Rename deprecated assertRaisesRegexp method to assertRaisesRegex
takluyver_astcheck
train
5a99f865b49a90ddcf450c0ef3236499ac3808e1
diff --git a/lib/elastic_apm/spies/s3.rb b/lib/elastic_apm/spies/s3.rb index <HASH>..<HASH> 100644 --- a/lib/elastic_apm/spies/s3.rb +++ b/lib/elastic_apm/spies/s3.rb @@ -84,7 +84,7 @@ module ElasticAPM def self.prepended(mod) # Alias all available operations mod.api.operation_names.each ...
AWS S3: Pass on blocks to original methods
elastic_apm-agent-ruby
train
8a6bbb7dbc462532855433dcd074fd17a181b02d
diff --git a/tests/unit/core/oxvoucherTest.php b/tests/unit/core/oxvoucherTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/core/oxvoucherTest.php +++ b/tests/unit/core/oxvoucherTest.php @@ -859,7 +859,7 @@ class Unit_Core_oxvoucherTest extends OxidTestCase $oSerie = oxNew( 'oxvoucherserie' ); $oS...
fix for failed build in jenkins: Unit_Core_oxvoucherTest::testIsValidDate4 oxVoucherException: MESSAGE_COUPON_EXPIRED
OXID-eSales_oxideshop_ce
train
b19c807cc20eb2aa287742512f06748ecd1e5a17
diff --git a/ui/ui-base/src/main/java/org/arakhne/afc/ui/actionmode/ActionModeManager.java b/ui/ui-base/src/main/java/org/arakhne/afc/ui/actionmode/ActionModeManager.java index <HASH>..<HASH> 100644 --- a/ui/ui-base/src/main/java/org/arakhne/afc/ui/actionmode/ActionModeManager.java +++ b/ui/ui-base/src/main/java/org/ar...
* Enable the access to the shape that is representing the mouse location over a figure.
gallandarakhneorg_afc
train
593a51bc0edc51edd818bcb8f66fdf9422699bd3
diff --git a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java b/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java index <HASH>..<HASH> 100644 --- a/runtime/src/main/java/io/micronaut/cache/interceptor/CacheInterceptor.java +++ b/runtime/src/main/java/io/micronaut/cache...
Add warning for presence of @Cacheable with no cache names. Closes #<I>
micronaut-projects_micronaut-core
train
93ecd24010fb8486b3fdb4e23a1f57eee5e4ad16
diff --git a/cirq/contrib/svg/svg.py b/cirq/contrib/svg/svg.py index <HASH>..<HASH> 100644 --- a/cirq/contrib/svg/svg.py +++ b/cirq/contrib/svg/svg.py @@ -9,6 +9,8 @@ QBLUE = '#1967d2' def _get_text_width(t: str) -> float: + if '\n' in t: + return _get_text_width('?') tp = matplotlib.textpath.TextPa...
[SVG Circuits] Give up gracefully on gates with big labels (#<I>) `MatrixGate` tries to print its whole matrix which is just huge. This PR hacks in a check that uses `?` for any gate whose label includes a newline. I will quickly remind reviewers that this functionality is in contrib, xref #<I> if anyone wants to "pro...
quantumlib_Cirq
train
c8b74e58e5bdb0f05b78d0093d141f27efb63afc
diff --git a/tests.py b/tests.py index <HASH>..<HASH> 100644 --- a/tests.py +++ b/tests.py @@ -4,7 +4,7 @@ # Filename : tests.py # Description : # Creation Date : 03-04-2015 -# Last Modified : Tue Apr 7 09:47:11 2015 +# Last Modified : Tue 07 Apr 2015 01:49:35 PM CEST # ################...
improving tests and table.py creation
josuebrunel_myql-cli
train
9fec05bd1f205b6566cd1db57b1c54d941677927
diff --git a/lib/capybara-screenshot.rb b/lib/capybara-screenshot.rb index <HASH>..<HASH> 100644 --- a/lib/capybara-screenshot.rb +++ b/lib/capybara-screenshot.rb @@ -11,7 +11,6 @@ module Capybara attr_accessor :prune_strategy attr_accessor :s3_configuration attr_accessor :s3_object_configuration -...
Switch to Thread.current for storing offending window I believe this should make in thread safe so if you have parallel tests running in multiple threads, there shouldn't be shared state of offending windows between threads.
mattheworiordan_capybara-screenshot
train
16f497ddeea9fa4674f885d9f3088d8ff2913961
diff --git a/src/ZfcDatagrid/Column/Action/Button.php b/src/ZfcDatagrid/Column/Action/Button.php index <HASH>..<HASH> 100644 --- a/src/ZfcDatagrid/Column/Action/Button.php +++ b/src/ZfcDatagrid/Column/Action/Button.php @@ -10,6 +10,9 @@ class Button extends AbstractAction /** @var string|AbstractColumn */ pro...
Column\Action\Button with icon support
zfc-datagrid_zfc-datagrid
train
69c40c09a491fda1a0bc8603aa397f908cc5d968
diff --git a/workflow/executor/pns/pns.go b/workflow/executor/pns/pns.go index <HASH>..<HASH> 100644 --- a/workflow/executor/pns/pns.go +++ b/workflow/executor/pns/pns.go @@ -32,6 +32,8 @@ type PNSExecutor struct { podName string namespace string + mu sync.RWMutex + containers map[string]string // container n...
fix(executor): Fix concurrency error in PNS executor. Fixes #<I> (#<I>) * fix(executor): Fix concurrency error in PNS executor. Fixes #<I>
argoproj_argo
train
459e548c022c39db4e91ff03831c3400eadb4b35
diff --git a/async_producer.go b/async_producer.go index <HASH>..<HASH> 100644 --- a/async_producer.go +++ b/async_producer.go @@ -499,25 +499,18 @@ func (pp *partitionProducer) dispatch() { } }() - for { - var abandoned chan struct{} - if pp.brokerProducer != nil { - abandoned = pp.brokerProducer.abandoned ...
simplified code for abandoned connection check, attempt to fix racy sync producer test
Shopify_sarama
train
2c31572a2ebc6f66beae06df9aa7045d9941b9e0
diff --git a/fritzconnection/lib/fritzwlan.py b/fritzconnection/lib/fritzwlan.py index <HASH>..<HASH> 100644 --- a/fritzconnection/lib/fritzwlan.py +++ b/fritzconnection/lib/fritzwlan.py @@ -58,7 +58,7 @@ class FritzWLAN: for service in itertools.count(1): self.service = service try: ...
Bug because of a typo removed from fritzwlan
kbr_fritzconnection
train
771a3edc11ea7fa33fb4b8d0d178a737fad7a88f
diff --git a/core/common/src/main/java/org/openengsb/core/common/internal/ContextServiceImpl.java b/core/common/src/main/java/org/openengsb/core/common/internal/ContextServiceImpl.java index <HASH>..<HASH> 100644 --- a/core/common/src/main/java/org/openengsb/core/common/internal/ContextServiceImpl.java +++ b/core/commo...
use inheritable Thread-local for current-context
openengsb_openengsb
train
a62184d5dbe9a0647be602533f4bac51141b4f1f
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -9,6 +9,9 @@ else end puts "GEOS version #{Geos::GEOS_VERSION}" +if defined?(Geos::FFIGeos) + puts "Using #{Geos::FFIGeos.geos_library_paths.join(', ')}" +end module TestHelp...
Show the GEOS libraries used during testing when possible.
dark-panda_ffi-geos
train
d1921754896b6ba357abfeb38b1616a9ac8499d6
diff --git a/ui/build/build.api.js b/ui/build/build.api.js index <HASH>..<HASH> 100644 --- a/ui/build/build.api.js +++ b/ui/build/build.api.js @@ -432,7 +432,7 @@ const astExceptions = { } } -function validateArray (name, key, property, expected, propApi) { +function arrayHasError (name, key, property, expected, ...
feat(api): find as many api errors as possible before exiting build (#<I>)
quasarframework_quasar
train
0d266be9652d6524d085a46dc5d6ed319a35b99e
diff --git a/lib/up-storage.js b/lib/up-storage.js index <HASH>..<HASH> 100644 --- a/lib/up-storage.js +++ b/lib/up-storage.js @@ -361,11 +361,19 @@ Storage.prototype.search = function(startkey, options) { Storage.prototype._add_proxy_headers = function(req, headers) { if (req) { - headers['X-Forwarded-For'] =...
up-storage: don't send X-Forwarded-For for proxies It's not that important a feature to have, and it could break some proxies. ref <URL>
verdaccio_verdaccio
train
17528e5a32c8878e58bc001a538ee6b5163c4769
diff --git a/lib/swag_dev/project/tasks/vagrant.rb b/lib/swag_dev/project/tasks/vagrant.rb index <HASH>..<HASH> 100644 --- a/lib/swag_dev/project/tasks/vagrant.rb +++ b/lib/swag_dev/project/tasks/vagrant.rb @@ -23,12 +23,14 @@ task 'vagrant:init': ['Vagrantfile'] task "vagrant:#{k}": ['vagrant:init'] do begin ...
vagrant (tasks) fix some offenses
SwagDevOps_kamaze-project
train
2c51804e0be3e6e886fa001a054a9ed23fcb5a47
diff --git a/httpbin/core.py b/httpbin/core.py index <HASH>..<HASH> 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -669,7 +669,7 @@ def image(): elif 'image/png' in accept or 'image/*' in accept: return image_png() else: - return status_code(404) + return status_code(406) # Unsup...
Added <I> unsupported media type response to /image
postmanlabs_httpbin
train
2b3b1ee2dd7c3ba256cc686b702790999040ed69
diff --git a/src/main/java/io/katharsis/jackson/serializer/ContainerSerializer.java b/src/main/java/io/katharsis/jackson/serializer/ContainerSerializer.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/katharsis/jackson/serializer/ContainerSerializer.java +++ b/src/main/java/io/katharsis/jackson/serializer/Contai...
Remove object mapper clean up, because it's configured again in next usage. katharsis-project/katharsis-core#<I>
katharsis-project_katharsis-framework
train
8c04281e53060cda049c0a1addb75ab06c89d2f0
diff --git a/lib/logging/appenders/email.rb b/lib/logging/appenders/email.rb index <HASH>..<HASH> 100644 --- a/lib/logging/appenders/email.rb +++ b/lib/logging/appenders/email.rb @@ -12,7 +12,7 @@ module Logging::Appenders class Email < ::Logging::Appender include Buffering - attr_reader :server, :port, :domain,...
Add TLS support for the email appender
TwP_logging
train
060712a09a07972db827f892233f289b5605f312
diff --git a/zinnia/comparison.py b/zinnia/comparison.py index <HASH>..<HASH> 100644 --- a/zinnia/comparison.py +++ b/zinnia/comparison.py @@ -36,7 +36,7 @@ class ClusteredModel(object): and specified fields""" dataset = {} for item in self.queryset.filter(): - dataset[item] = ' '....
change access to fields in comparison module for compatibility with django-modeltranslation thanks to Tomas Neme, close #<I>
Fantomas42_django-blog-zinnia
train
f15b1f244b57639a470faf9ff9e496fa5b4ce99a
diff --git a/src/ProductRelations/ContentDelivery/ProductRelationsLocator.php b/src/ProductRelations/ContentDelivery/ProductRelationsLocator.php index <HASH>..<HASH> 100644 --- a/src/ProductRelations/ContentDelivery/ProductRelationsLocator.php +++ b/src/ProductRelations/ContentDelivery/ProductRelationsLocator.php @@ -3...
Issue #<I>: Replace variable type printout with global function
lizards-and-pumpkins_catalog
train
13942f750054fab811439952ff39509355bc82b8
diff --git a/src/A128KW.php b/src/A128KW.php index <HASH>..<HASH> 100644 --- a/src/A128KW.php +++ b/src/A128KW.php @@ -11,7 +11,7 @@ namespace AESKW; -use Assertion\Assertion; +use Assert\Assertion; class A128KW {
Update A<I>KW.php
Spomky-Labs_aes-key-wrap
train
f988981ace37b34e0feb65148e87e55baa8d0458
diff --git a/lib/deployml/project.rb b/lib/deployml/project.rb index <HASH>..<HASH> 100644 --- a/lib/deployml/project.rb +++ b/lib/deployml/project.rb @@ -89,7 +89,7 @@ module DeploYML # Uploads the local copy of the project to the destination URI. # def upload! - options = rsync_options('-a', '--de...
Have Project#upload! always pass atleast one -v option to rsync.
postmodern_deployml
train
fa735539fb2eaaac8bea5112fdb2a69758d0f124
diff --git a/angr/analyses/cfg/cfg_fast.py b/angr/analyses/cfg/cfg_fast.py index <HASH>..<HASH> 100644 --- a/angr/analyses/cfg/cfg_fast.py +++ b/angr/analyses/cfg/cfg_fast.py @@ -1709,7 +1709,7 @@ class CFGFast(ForwardAnalysis, CFGBase): # pylint: disable=abstract-method self._changed_functions.add(current_...
Fix for arch name in cfg_fast.py (#<I>)
angr_angr
train
579238613dbe0475ea613000df1ee43a79d32931
diff --git a/api/check.py b/api/check.py index <HASH>..<HASH> 100644 --- a/api/check.py +++ b/api/check.py @@ -187,6 +187,8 @@ def is_SYMBOL(token, *symbols): ''' Returns True if ALL of the given argument are AST nodes of the given token (e.g. 'BINARY') ''' + from symbols.symbol_ import Symbol + as...
- Bugfix: is_id now checks for ?VAR? token (old was ?ID?) - Const now returns true on number, const VAR or CONST token.
boriel_zxbasic
train
7d84eb55631b5a4dafba3cea0281cc8c18e08dfc
diff --git a/grunt.js b/grunt.js index <HASH>..<HASH> 100644 --- a/grunt.js +++ b/grunt.js @@ -89,7 +89,8 @@ module.exports = function(grunt) { testname: 'PouchDB Tests', tags: [process.env.TRAVIS_BRANCH || "unknown"], testTimeout: 1000 * 60 * 15, // 15 minutes - testInterval: 30000, + testInterval: 1000 * 30, //...
Fix issues with grunt tests - #<I>: Tests do not overlap, if a tunnel already exists, wait for <I> mins before terminating it and starting the current test - #<I>: Passing tests do not fail grunt job - #<I>: Increase polling interval for checking for test results - Changed webrunner to report results - Upgraded grunt...
pouchdb_pouchdb
train
18f5f72976d36d806ae8c67ebaffa6e2cf4e0eed
diff --git a/numerapi/signalsapi.py b/numerapi/signalsapi.py index <HASH>..<HASH> 100644 --- a/numerapi/signalsapi.py +++ b/numerapi/signalsapi.py @@ -81,14 +81,13 @@ class SignalsAPI(base_api.Api): 'modelId': model_id} submission_resp = self.raw_query(auth_query, arguments, ...
Fix signals upload (#<I>)
uuazed_numerapi
train
0e7b8fd9efce94f349f47b030ef578402cab0132
diff --git a/core/src/main/java/io/grpc/LoadBalancer.java b/core/src/main/java/io/grpc/LoadBalancer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/grpc/LoadBalancer.java +++ b/core/src/main/java/io/grpc/LoadBalancer.java @@ -551,9 +551,10 @@ public abstract class LoadBalancer { public abstract Manage...
core: add LoadBalancer.Helper#createResolvingOobChannel() (#<I>) This can be used by xds LoadBalancer to create a channel to the XDS traffic director, as the service config will only specify the target name of the balancer. This PR only adds the interface to unblock the xds work. Implementation would take some t...
grpc_grpc-java
train
188e3f71b6f268f618d4692081d4f9b69203f624
diff --git a/submit/models.py b/submit/models.py index <HASH>..<HASH> 100644 --- a/submit/models.py +++ b/submit/models.py @@ -219,7 +219,7 @@ class Submission(models.Model): else: return self.state in [self.SUBMITTED_TESTED, self.SUBMITTED, self.TEST_FULL_PENDING, self.GRADED, self.TEST_FULL_FAILED] def red_t...
Fixiing crash for assignments without configured grading
troeger_opensubmit
train
c2b914e0f55a8a490391910f841f8f886752e158
diff --git a/lib/commandLine.js b/lib/commandLine.js index <HASH>..<HASH> 100644 --- a/lib/commandLine.js +++ b/lib/commandLine.js @@ -203,9 +203,13 @@ socket.data("done", function(data){ }); -// if master is not running socket.on("error", function(err){ - if (err.code === "ECONNREFUSED") console.log("Connection ...
cli: better error reporting if master is not running. fixes #7
fiws_clu
train
17d83ae2dab43babaaed6f0191d11977118dd54c
diff --git a/lib/spree_social/engine.rb b/lib/spree_social/engine.rb index <HASH>..<HASH> 100644 --- a/lib/spree_social/engine.rb +++ b/lib/spree_social/engine.rb @@ -37,7 +37,7 @@ module SpreeSocial # Setup all OAuth providers def self.init_provider(provider, scope='email') - return unless ActiveRecord::Bas...
use dirty hack to skip setting up providers without db connection
spree-contrib_spree_social
train
c7d5f3c57617032b815b4eb44951a20ea39b72c1
diff --git a/webroot/js/dataTables.init.js b/webroot/js/dataTables.init.js index <HASH>..<HASH> 100644 --- a/webroot/js/dataTables.init.js +++ b/webroot/js/dataTables.init.js @@ -22,15 +22,36 @@ DataTablesInit.prototype = { var that = this; var settings = { + sDom: + '<"row vie...
Update datatable init Update datatables dom rendering, pagination, added callback to show/hide pagination and apply responsive for table
QoboLtd_cakephp-utils
train
d00da449c55a704c3fa106ff6d9822f6d32327d2
diff --git a/lib/poolparty/chef_client.rb b/lib/poolparty/chef_client.rb index <HASH>..<HASH> 100644 --- a/lib/poolparty/chef_client.rb +++ b/lib/poolparty/chef_client.rb @@ -49,7 +49,7 @@ ssl_verify_mode :verify_none file_cache_path "/var/cache/chef" pid_file "/var/run/chef/client.pid" Chef::Log::Fo...
Fixed openid_url missing quotes on chef_client.rb
auser_poolparty
train
e3da57d7a6d3a89681b84a515c4de2ad7e2ae323
diff --git a/proxmin/algorithms.py b/proxmin/algorithms.py index <HASH>..<HASH> 100644 --- a/proxmin/algorithms.py +++ b/proxmin/algorithms.py @@ -144,11 +144,15 @@ def sdmm(X0, prox_f, step_f, prox_g, step_g, constraints=None, e_rel=1e-6, max_i """ # Initialization X = X0.copy() - N,M = X0.shape - ...
added traceback option to sdmm
pmelchior_proxmin
train
c48a7a8cb75ab61b818ac97aa4a5e1760d7fcd82
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ slugid - Compressed UUIDs for Node.js A node.js module for generating v4 UUIDs and encoding them in URL-safe base64 (see [RFC 4648 sec. 5](http://tools.ietf.org/html/rfc4648#section-5)). The -url-safe ba...
Reworked so that strings aren't reversed, but slugids starting with a are instead discarded and a new slugid is generated. Marginal, insignificant loss in overall randomness.
taskcluster_slugid
train
0f949990c33cc3c2b3dc24632f7639be166756b2
diff --git a/packages/babel-traverse/src/path/index.js b/packages/babel-traverse/src/path/index.js index <HASH>..<HASH> 100644 --- a/packages/babel-traverse/src/path/index.js +++ b/packages/babel-traverse/src/path/index.js @@ -161,6 +161,13 @@ export default class NodePath { return !!this.listKey; } + set in...
fix: add inList setter for compatibility with babel-minify (#<I>)
babel_babel
train
7760a719cf9290f4b6297764717d21fbe70a5c7c
diff --git a/lib/feed2email/database.rb b/lib/feed2email/database.rb index <HASH>..<HASH> 100644 --- a/lib/feed2email/database.rb +++ b/lib/feed2email/database.rb @@ -22,6 +22,8 @@ module Feed2Email String :etag String :last_modified Time :last_processed_at + Time :created_at + ...
Add creation/update timestamps to feeds/entries
agorf_feed2email
train
b2030837a881f5158f89f09a20ebf37d8efbb74a
diff --git a/src/system/modules/metamodelsattribute_tags/config/config.php b/src/system/modules/metamodelsattribute_tags/config/config.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsattribute_tags/config/config.php +++ b/src/system/modules/metamodelsattribute_tags/config/config.php @@ -15,8 +15,5 @@...
The config now does "deep assignments" See <URL>
MetaModels_attribute_tags
train
16a466e8b2e3c4e347233df7b6db711480baa93d
diff --git a/scout/build/genes/exon.py b/scout/build/genes/exon.py index <HASH>..<HASH> 100644 --- a/scout/build/genes/exon.py +++ b/scout/build/genes/exon.py @@ -17,12 +17,13 @@ def build_exon(exon_info, build='37'): "transcript": str, # ENST ID "hgnc_id": int, # HGNC_id "rank": int, # ...
Adds strand to exon object
Clinical-Genomics_scout
train
231a3c2f3035c22f67066a1fa349c8038233492c
diff --git a/core/src/main/java/org/sql2o/Query.java b/core/src/main/java/org/sql2o/Query.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/sql2o/Query.java +++ b/core/src/main/java/org/sql2o/Query.java @@ -371,6 +371,7 @@ public class Query implements AutoCloseable { public ResultSetIterableBase()...
closed #<I>. logging parsed query at DEBUG level just before it is executed.
aaberg_sql2o
train
c27c0c74c67743d20d6ceae58fe242118545dc50
diff --git a/test/commands/step_test.rb b/test/commands/step_test.rb index <HASH>..<HASH> 100644 --- a/test/commands/step_test.rb +++ b/test/commands/step_test.rb @@ -71,13 +71,13 @@ module Byebug RUBY end - def step_steps_into_blocks + def test_step_steps_into_blocks enter "step 2" ...
Renable unintentionally skipped tests (#<I>)
deivid-rodriguez_byebug
train
2d56e81bc357e11a9e02ebc09895d9f632d445d4
diff --git a/clusterjob/__init__.py b/clusterjob/__init__.py index <HASH>..<HASH> 100644 --- a/clusterjob/__init__.py +++ b/clusterjob/__init__.py @@ -817,7 +817,6 @@ class JobScript(object): status = FAILED ar.remote = self.remote - ar.resources = self.resources.copy() ...
Remove resources attr from AsyncResult
goerz_clusterjob
train
ba6c816af5f3efabc0cebc33a9159c11f02261fa
diff --git a/src/models/color.js b/src/models/color.js index <HASH>..<HASH> 100644 --- a/src/models/color.js +++ b/src/models/color.js @@ -153,8 +153,8 @@ const ColorModel = Hook.extend({ }, setWhich(newValue) { - this._super(newValue); if (this.palette) this.palette._data = {}; + this._super(newValu...
Fix the bug when switching color to something logarithmic from something discrete
vizabi_vizabi
train
cef75544624d2c76c61852543a9b36b1f126455d
diff --git a/allauth/account/views.py b/allauth/account/views.py index <HASH>..<HASH> 100644 --- a/allauth/account/views.py +++ b/allauth/account/views.py @@ -127,6 +127,8 @@ class SignupView(RedirectAuthenticatedUserMixin, CloseableSignupMixin, FormView) self.get_success_url()) d...
signup email initial = account_verified_email since we are going through the trouble of collecting the verified email lets pre-populate the signup form. Another thought would be to validate that the email provided matched account_verified_email. This would indicate that the user wants allauth to disreguard the accou...
pennersr_django-allauth
train
ad56927060d192ec46c21d34422f40e6be8331c9
diff --git a/lib/active_admin/table_builder/column.rb b/lib/active_admin/table_builder/column.rb index <HASH>..<HASH> 100644 --- a/lib/active_admin/table_builder/column.rb +++ b/lib/active_admin/table_builder/column.rb @@ -44,6 +44,10 @@ module ActiveAdmin @options[:sortable].to_s end end + +...
Added conditional blocks to table columns
activeadmin_activeadmin
train
654b5647a4dd7118c17a8d887dff09a8c6648c61
diff --git a/lib/puppet/indirector/file_bucket_file/file.rb b/lib/puppet/indirector/file_bucket_file/file.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/indirector/file_bucket_file/file.rb +++ b/lib/puppet/indirector/file_bucket_file/file.rb @@ -1,6 +1,7 @@ require 'puppet/indirector/code' require 'puppet/file_bucke...
[#<I>] Require 'fileutils' everywhere FileUtils is used
puppetlabs_puppet
train
3f481d29d57da117d1e67e0c38128a808e4e40de
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools.command.test import test as TestCommand from codecs import open HERE = path.abspath(path.dirname(__file__)) -__version__ = '0.6.1-11' +__version__ = '0.6.1-12' __project_name__ = 'common' d...
tweaking setup.py for release
EVEprosper_ProsperCommon
train
31a773d6c0262c91c525d2be0e5e0dafe4779fa0
diff --git a/src/Valkyrja/Session/Adapters/CacheAdapter.php b/src/Valkyrja/Session/Adapters/CacheAdapter.php index <HASH>..<HASH> 100644 --- a/src/Valkyrja/Session/Adapters/CacheAdapter.php +++ b/src/Valkyrja/Session/Adapters/CacheAdapter.php @@ -89,13 +89,13 @@ class CacheAdapter extends PHPAdapter * Set an item...
Session: Adding Adapter/Driver env overrides. Updating set method to allow various mixed value types.
valkyrjaio_valkyrja
train
5e7aa1ba978d3f3e903a7e59eedcfb2b16e86387
diff --git a/tourapi/api.py b/tourapi/api.py index <HASH>..<HASH> 100644 --- a/tourapi/api.py +++ b/tourapi/api.py @@ -49,3 +49,23 @@ class TourAPI: self.detail_common_url = _URLS['detail_common'].format(area_code, service_key, mobile_os, app_name) + '&contentId={0}' self.detail_intro_url = _URLS['det...
[DONE] get_tour_list
JoMingyu_TourAPI
train
41f916d599642b2d2d6136fe60770bf4306c302b
diff --git a/eZ/Publish/API/Repository/Tests/ContentServiceAuthorizationTest.php b/eZ/Publish/API/Repository/Tests/ContentServiceAuthorizationTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Tests/ContentServiceAuthorizationTest.php +++ b/eZ/Publish/API/Repository/Tests/ContentServiceAuthorizationTe...
EZP-<I>: Integration test for archived versions
ezsystems_ezpublish-kernel
train
aca4323c1c0f05d29afcdfce5e4564663adc41e0
diff --git a/pact/pact-runtime/src/main/java/eu/stratosphere/pact/runtime/task/util/TaskConfig.java b/pact/pact-runtime/src/main/java/eu/stratosphere/pact/runtime/task/util/TaskConfig.java index <HASH>..<HASH> 100644 --- a/pact/pact-runtime/src/main/java/eu/stratosphere/pact/runtime/task/util/TaskConfig.java +++ b/pact...
Fixed classloader delegation of task conf
stratosphere_stratosphere
train
c427d8fd8cbc63017a91eca9a150b9ba9ba8d2a3
diff --git a/libraries/botbuilder-core/botbuilder/core/bot_adapter.py b/libraries/botbuilder-core/botbuilder/core/bot_adapter.py index <HASH>..<HASH> 100644 --- a/libraries/botbuilder-core/botbuilder/core/bot_adapter.py +++ b/libraries/botbuilder-core/botbuilder/core/bot_adapter.py @@ -11,7 +11,7 @@ from .middleware_se...
Included correct annotation for on_turn_error property
Microsoft_botbuilder-python
train
c051c0796c0336d2d06b6ab7cd20af1937f123a8
diff --git a/pymatgen/analysis/tests/test_phase_diagram.py b/pymatgen/analysis/tests/test_phase_diagram.py index <HASH>..<HASH> 100644 --- a/pymatgen/analysis/tests/test_phase_diagram.py +++ b/pymatgen/analysis/tests/test_phase_diagram.py @@ -268,7 +268,9 @@ class PhaseDiagramTest(unittest.TestCase): def test_ge...
lint: try not to annoy linter
materialsproject_pymatgen
train
837be4223c443300ce53c398781dc14c4a014f3a
diff --git a/config/dpkg/changelog b/config/dpkg/changelog index <HASH>..<HASH> 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -2,4 +2,4 @@ python-plaso (1.2.1-1) unstable; urgency=low * Auto-generated - -- Log2Timeline <log2timeline-dev@googlegroups.com> Wed, 03 Jun 2015 22:36:51 +0200 + -- ...
Code review: <I>: Issue #<I>: Extra data in section field causing Unicode issues and #<I> pls_recall
log2timeline_plaso
train
f1529dee37f400a34cfab598e5e03e2dbce23021
diff --git a/source/Core/Database/DatabaseInterface.php b/source/Core/Database/DatabaseInterface.php index <HASH>..<HASH> 100644 --- a/source/Core/Database/DatabaseInterface.php +++ b/source/Core/Database/DatabaseInterface.php @@ -31,6 +31,15 @@ use pear_ADOConnection; interface DatabaseInterface { + /** The def...
ESDEV-<I> Add fetch mode as constants in DatabaseInterface Updated PHPDoc block of method setFetchMode (cherry picked from commit <I>ce<I>)
OXID-eSales_oxideshop_ce
train
e3c70c1da352586d22f2e05811129aaea36b83d1
diff --git a/src/CustomTextDescriptor.php b/src/CustomTextDescriptor.php index <HASH>..<HASH> 100644 --- a/src/CustomTextDescriptor.php +++ b/src/CustomTextDescriptor.php @@ -76,8 +76,16 @@ class CustomTextDescriptor extends TextDescriptor */ protected function getTerminalWidth() { - $null = strp...
Redirecting tput's output made it useless.
platformsh_platformsh-cli
train
891df1a8c8db3d61ce7f4e9ba77076369a9a9ce3
diff --git a/pkg/pool/static_pool_test.go b/pkg/pool/static_pool_test.go index <HASH>..<HASH> 100755 --- a/pkg/pool/static_pool_test.go +++ b/pkg/pool/static_pool_test.go @@ -227,9 +227,9 @@ func Test_StaticPool_Broken_FromOutside(t *testing.T) { AddListeners(listener), ) assert.NoError(t, err) - defer p.Destroy...
Wait for a second to prevent Process not ready error
spiral_roadrunner
train
1bcf92262405ec3da42a7566a4aee54202b8acc3
diff --git a/web/ext/wunderboss-rack/org/projectodd/wunderboss/rack/RackHijackIO.java b/web/ext/wunderboss-rack/org/projectodd/wunderboss/rack/RackHijackIO.java index <HASH>..<HASH> 100644 --- a/web/ext/wunderboss-rack/org/projectodd/wunderboss/rack/RackHijackIO.java +++ b/web/ext/wunderboss-rack/org/projectodd/wunderb...
Simulate blocking reads in our underlying Channel used by JRuby for WebSocket IO
torquebox_torquebox
train
58dc52cd12bb93000ae04d1e56c2b8fc8eeb698d
diff --git a/wcomponents-theme/src/test/intern/wc.file.util.test.js b/wcomponents-theme/src/test/intern/wc.file.util.test.js index <HASH>..<HASH> 100644 --- a/wcomponents-theme/src/test/intern/wc.file.util.test.js +++ b/wcomponents-theme/src/test/intern/wc.file.util.test.js @@ -43,13 +43,13 @@ define(["intern!object", ...
Get the new unit tests working in you know which browser
BorderTech_wcomponents
train
721c00bec40ef4bc8f35bdf92eff7091ceabd076
diff --git a/src/main/java/org/sonar/plugins/buildbreaker/BuildBreakerPlugin.java b/src/main/java/org/sonar/plugins/buildbreaker/BuildBreakerPlugin.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/sonar/plugins/buildbreaker/BuildBreakerPlugin.java +++ b/src/main/java/org/sonar/plugins/buildbreaker/BuildBreakerP...
build breaker : improve readability
SonarQubeCommunity_sonar-build-breaker
train
91b82d87d2c5d11186325fb78e5d70f6bc7987a3
diff --git a/ssbio/itasser/itasserparse.py b/ssbio/itasser/itasserparse.py index <HASH>..<HASH> 100644 --- a/ssbio/itasser/itasserparse.py +++ b/ssbio/itasser/itasserparse.py @@ -32,6 +32,7 @@ def organize_itasser_models(raw_dir, copy_to_dir, rename_model_to=''): hom_dict['model_date'] = time.strftime('%Y-%m-%...
Fix itasserparse bug if homology model doesnt exist
SBRG_ssbio
train
5396f4d4bcae0e548453a4d188b66e979c4db50d
diff --git a/lib/igneous.js b/lib/igneous.js index <HASH>..<HASH> 100644 --- a/lib/igneous.js +++ b/lib/igneous.js @@ -150,6 +150,9 @@ igneous.Flow = function( attributes ){ flow.files.forEach( function( file, i ){ var contents = fs.readFileSync( file, 'utf-8' ); + // Remove BOM (Byte Mark Order) + if( co...
Fixed a problem with UTF-8 Byte order marks
Fauntleroy_Igneous
train
05fe86119656b7a54110932721027c72b08183c6
diff --git a/SiteGraph.js b/SiteGraph.js index <HASH>..<HASH> 100644 --- a/SiteGraph.js +++ b/SiteGraph.js @@ -127,12 +127,6 @@ SiteGraph.prototype = { // Relations must be registered in order registerRelation: function (relation, position, adjacentRelation) { // position and adjacentRelation are optional, ...
Changed SiteGraph.registerRelation so that it doesn't try to guess whether to attach the relation. Added SiteGraph.attachAndRegisterRelation for that purpose.
assetgraph_assetgraph
train
ca7346df79757aab8d780ab55ab6ba736c835e2b
diff --git a/commonjs/frontend-form/field/radio.js b/commonjs/frontend-form/field/radio.js index <HASH>..<HASH> 100644 --- a/commonjs/frontend-form/field/radio.js +++ b/commonjs/frontend-form/field/radio.js @@ -13,7 +13,7 @@ var Radio = kwfExtend(Field, { }, getValue: function() { var ret = null; - ...
Fix Radio: Use find, select does not return all inputs. getValue didn't work
koala-framework_koala-framework
train
cd82a8e27c872bb3392dddd49fa286445154cc24
diff --git a/src/main/java/org/thymeleaf/templateparser/markup/decoupled/DecoupledInjectedAttribute.java b/src/main/java/org/thymeleaf/templateparser/markup/decoupled/DecoupledInjectedAttribute.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/thymeleaf/templateparser/markup/decoupled/DecoupledInjectedAttribute....
Added toString() methods to value classes for decoupled template logic
thymeleaf_thymeleaf
train
9478cc8a7733aec50ac4141264278f08a5276378
diff --git a/tbone/resources/resources.py b/tbone/resources/resources.py index <HASH>..<HASH> 100644 --- a/tbone/resources/resources.py +++ b/tbone/resources/resources.py @@ -8,7 +8,7 @@ from dateutil import parser from copy import deepcopy from collections import OrderedDict from functools import wraps -from tbone....
improve ResourceOptions creation copy non-default attributes from base classes so meta can be inherited as well
475Cumulus_TBone
train
8b55b8a0786b148d7b4c13b21a6aea6e4ab742bf
diff --git a/packages/warriorjs-cli/src/Profile.js b/packages/warriorjs-cli/src/Profile.js index <HASH>..<HASH> 100644 --- a/packages/warriorjs-cli/src/Profile.js +++ b/packages/warriorjs-cli/src/Profile.js @@ -3,6 +3,7 @@ import path from 'path'; import { promisify } from 'util'; import makeDir from 'make-dir'; +i...
Improve profile directory detection (#<I>)
olistic_warriorjs
train
78545f9a241318302808656cc4751769528978c5
diff --git a/lib/stash-api/client.rb b/lib/stash-api/client.rb index <HASH>..<HASH> 100644 --- a/lib/stash-api/client.rb +++ b/lib/stash-api/client.rb @@ -24,8 +24,7 @@ module Stash @branch_permissions_url = File.join("https://#{@server}", 'rest', 'branch-permissions', '2.0', 'projects', @project, 'repos', @repo...
Remove previous json get call.
wparad_Stash-API
train
df91c529a1419288d59ba4b9f1ae03effefcfc52
diff --git a/modules/backend/lang/it/lang.php b/modules/backend/lang/it/lang.php index <HASH>..<HASH> 100644 --- a/modules/backend/lang/it/lang.php +++ b/modules/backend/lang/it/lang.php @@ -228,7 +228,7 @@ return [ 'preview_no_record_message' => 'Nessun record selezionato.', 'select' => 'Seleziona', ...
Improved Italian translations (#<I>)
octobercms_october
train
418c7ad4698419bc151576961736644a5e993c80
diff --git a/pystockfish.py b/pystockfish.py index <HASH>..<HASH> 100644 --- a/pystockfish.py +++ b/pystockfish.py @@ -82,9 +82,9 @@ class Match: return False def run(self): - ''' + """ Returns the winning chess engine or "None" if there is a draw. - ''' + """ ...
- Added self.stdin.flush() to def put(). Apparently it is needed for Python3. Otherwise, put() hangs for the second call.
iamjarret_pystockfish
train
cefff0b091824519195e84737bf51ac5bb38cdd7
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -2,20 +2,19 @@ package main import ( "fmt" - - seccomp "github.com/subgraph/go-seccomp" + "go/parser" ) func main() { - result, _ := seccomp.Compile("bla.seccomp", true) - for _, filter := range result { - fmt.Println(fi...
Stupid reference in main file, not necessary
twtiger_gosecco
train
cfee6b8ff75e6d9ac33f9db967c9dd7a99a4a290
diff --git a/src/Control.Loading.js b/src/Control.Loading.js index <HASH>..<HASH> 100644 --- a/src/Control.Loading.js +++ b/src/Control.Loading.js @@ -39,6 +39,15 @@ L.Control.Loading = L.Control.extend({ this._removeMapListeners(map); }, + removeFrom: function (map) { + // Override Control.re...
Avoid clobbering zoomControl on remove
ebrelsford_Leaflet.loading
train
552022533fab09c2d8c6b2e96aaf8a9103bf1d71
diff --git a/registry/event.go b/registry/event.go index <HASH>..<HASH> 100644 --- a/registry/event.go +++ b/registry/event.go @@ -57,17 +57,21 @@ func pipe(etcdchan chan *etcd.Response, translate func(resp *etcd.Response) *eve } func watch(client *etcd.Client, etcdchan chan *etcd.Response, key string, stopchan cha...
feat(registry): track last-seen index in registry.watch
coreos_fleet
train
c08fa22bdaa4e2660a2405ef7ee8f1c074fa4688
diff --git a/lib/rails_admin/extensions/paper_trail/auditing_adapter.rb b/lib/rails_admin/extensions/paper_trail/auditing_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/rails_admin/extensions/paper_trail/auditing_adapter.rb +++ b/lib/rails_admin/extensions/paper_trail/auditing_adapter.rb @@ -44,7 +44,7 @@ module Rail...
Change paper_trail audit extension to use ::Version. Fixes #<I>
sferik_rails_admin
train
7b456089a3feb06ca69e91363c2711f961ef3485
diff --git a/help_text.php b/help_text.php index <HASH>..<HASH> 100644 --- a/help_text.php +++ b/help_text.php @@ -3376,7 +3376,10 @@ case 'edit_add_unlinked_source': case 'edit_edit_raw': $title=i18n::translate('Edit raw GEDCOM record'); - $text=i18n::translate('This page allows you to edit the raw GEDCOM record....
#<I> - How to follow citation in help text?
fisharebest_webtrees
train
a67bdf5a71850f6363f24a98cc25998404ae4518
diff --git a/lib/active_scaffold/helpers/list_column_helpers.rb b/lib/active_scaffold/helpers/list_column_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/helpers/list_column_helpers.rb +++ b/lib/active_scaffold/helpers/list_column_helpers.rb @@ -164,7 +164,7 @@ module ActiveScaffold cache_as...
fix listing records with empty associations and :select form_ui
activescaffold_active_scaffold
train
532c404b037f10047c48a1259c1aef1a92c9dee9
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -131,7 +131,7 @@ func (c *client) close() { // signals to all currently running request processor to stop for messageID, request := range c.requestList { log.Printf("Client [%d] sent abandon signal to request[messag...
sending abort signal to running request processor in a non-blocking way
vjeantet_ldapserver
train
8e7a99b3e716f36d3b080a9a70f9eb45abe4edcc
diff --git a/bip39_test.go b/bip39_test.go index <HASH>..<HASH> 100644 --- a/bip39_test.go +++ b/bip39_test.go @@ -45,6 +45,13 @@ func TestIsMnemonicValid(t *testing.T) { } } +func TestInvalidMnemonicFails(t *testing.T) { + for _, vector := range badMnemonicSentences() { + _, err := MnemonicToByteArray(vector.mne...
TESTS: Add tests for invalid states.
tyler-smith_go-bip39
train
e15069769d387c9ec1edbb5db26a46254bb100ab
diff --git a/cake/libs/model/datasources/dbo_source.php b/cake/libs/model/datasources/dbo_source.php index <HASH>..<HASH> 100755 --- a/cake/libs/model/datasources/dbo_source.php +++ b/cake/libs/model/datasources/dbo_source.php @@ -1923,7 +1923,7 @@ class DboSource extends DataSource { foreach ($fields as $field) { ...
Adding tests for #<I> and fixing some formatting.
cakephp_cakephp
train
3b4ab325776eb099387325b2af9ffa3f87ce1156
diff --git a/openflow13/match.go b/openflow13/match.go index <HASH>..<HASH> 100644 --- a/openflow13/match.go +++ b/openflow13/match.go @@ -598,6 +598,50 @@ func NewTunnelIdField(tunnelId uint64) *MatchField { return f } +// METADATA field +type MetadataField struct { + Metadata uint64 +} + +func (m *Met...
Add a way to match and set metadata
contiv_libOpenflow
train