hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
7909721d01b402983412462302ec0ac28f83371c | diff --git a/flask_oauthlib/contrib/client/application.py b/flask_oauthlib/contrib/client/application.py
index <HASH>..<HASH> 100644
--- a/flask_oauthlib/contrib/client/application.py
+++ b/flask_oauthlib/contrib/client/application.py
@@ -165,8 +165,8 @@ class OAuth1Application(BaseApplication):
obje... | Contrib-OAuth1: use the key defined in token responses. | lepture_flask-oauthlib | train |
e13ad1816007e1700dc70fd6bb1ddcfdd75ac39d | diff --git a/cmd/influxd/run/command_test.go b/cmd/influxd/run/command_test.go
index <HASH>..<HASH> 100644
--- a/cmd/influxd/run/command_test.go
+++ b/cmd/influxd/run/command_test.go
@@ -22,13 +22,21 @@ func TestCommand_PIDFile(t *testing.T) {
cmd := run.NewCommand()
cmd.Getenv = func(key string) string {
switch... | Use the isolated temp dir for the test pid server | influxdata_influxdb | train |
7153d4b5899230042fac8c3f00a86a36b6af4dc1 | diff --git a/src/main/java/org/cp/elements/lang/reflect/support/MethodInvokingMethodInterceptor.java b/src/main/java/org/cp/elements/lang/reflect/support/MethodInvokingMethodInterceptor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cp/elements/lang/reflect/support/MethodInvokingMethodInterceptor.java
+++ b/s... | Refactor the MethodInvokingMethodInterceptor.intercept(:MethodInvocation) method to call MethodInvocation.makeAccessible().
Refactor Javadoc comments in MethodInvokingMethodInterceptor.
Remove the public access modifier on the AgeCalculator inner class of the MethodInvokingMethodInterceptorTests. | codeprimate-software_cp-elements | train |
8673a298b6e131f7198094f901b82ffeec3f24e7 | diff --git a/library/client.js b/library/client.js
index <HASH>..<HASH> 100644
--- a/library/client.js
+++ b/library/client.js
@@ -1233,7 +1233,25 @@ client.prototype.api.root = {
};
client.prototype.api.search = {
-
+ channels: function channels(query, limit, offset) {
+ query = typeof query !== 'undefin... | Added Twitch API - Search. | twitch-irc_twitch-irc | train |
5c4bb1e246532012ef3d81d3fdc982b526110ad2 | diff --git a/src/bootstrap/ForceGdprVerificationBootstrap.php b/src/bootstrap/ForceGdprVerificationBootstrap.php
index <HASH>..<HASH> 100644
--- a/src/bootstrap/ForceGdprVerificationBootstrap.php
+++ b/src/bootstrap/ForceGdprVerificationBootstrap.php
@@ -28,11 +28,11 @@ class ForceGdprVerificationBootstrap implements B... | Enhanced ForceGdprVerificationBootstrap to check user later -> enhance performance | hiqdev_hipanel-module-client | train |
67cf6df9b238f23e6d2509d5a791a0d722321520 | diff --git a/acstools/acsphotcte.py b/acstools/acsphotcte.py
index <HASH>..<HASH> 100644
--- a/acstools/acsphotcte.py
+++ b/acstools/acsphotcte.py
@@ -55,7 +55,7 @@ number of Y transfers is 2048 and so we scale by 2048.
>>> print(cte_corrected_magnitudes[:5])
[-10.85516545 -9.68284332 -10.11060704 -9.11828746 -10.4... | Fixes deprecation warning with importing Iterable | spacetelescope_acstools | train |
214c885b90722708db6a3febbbb80f90c8750eb2 | diff --git a/server/build/webpack.js b/server/build/webpack.js
index <HASH>..<HASH> 100644
--- a/server/build/webpack.js
+++ b/server/build/webpack.js
@@ -72,7 +72,7 @@ export default async function createCompiler (dir, { hotReload = false, dev = fa
}
const babelRuntimePath = require.resolve('babel-runtime/pack... | remove unnecessary escape character for lint | zeit_next.js | train |
c3a6fdd5f5e1d2b5f11a62de86566e19e2e93660 | diff --git a/lib/brightbox-cli/api.rb b/lib/brightbox-cli/api.rb
index <HASH>..<HASH> 100644
--- a/lib/brightbox-cli/api.rb
+++ b/lib/brightbox-cli/api.rb
@@ -30,6 +30,8 @@ module Brightbox
elsif m.respond_to? :attributes and m.respond_to? :id
@fog_model = m
@id = m.id
+ elsif m.is_a?(Hash... | Handle a hash response from requests | brightbox_brightbox-cli | train |
1e024aa70a9591f9a0ebab8f4a8d4a6f761bc8da | diff --git a/axiom/attributes.py b/axiom/attributes.py
index <HASH>..<HASH> 100644
--- a/axiom/attributes.py
+++ b/axiom/attributes.py
@@ -855,6 +855,9 @@ class reference(integer):
_cascadingDeletes.setdefault(reftype, []).append(self)
def reprFor(self, oself):
+ obj = getattr(oself, self.und... | Merge Axiom portion of pottery-persistence-<I>
Author: exarkun
Reviewer: glyph
This makes Item.__repr__ deterministically order attributes and fixes reference
to show only-in-memory reference values. | twisted_axiom | train |
8733a8b8f21489e4437abce688ca8efce87adfcc | diff --git a/lib/github-auth.js b/lib/github-auth.js
index <HASH>..<HASH> 100644
--- a/lib/github-auth.js
+++ b/lib/github-auth.js
@@ -243,7 +243,7 @@ function githubRequest(request, url, query, cb) {
'Accept': 'application/vnd.github.v3+json',
};
- const githubToken = globalToken === null ? getReqRemainingT... | Use GitHub token rotation in production :P (#<I>) | badges_shields | train |
f749185055dd6f7c332ebee85a2511479de559f0 | diff --git a/examples/tf_adder_tb.py b/examples/tf_adder_tb.py
index <HASH>..<HASH> 100755
--- a/examples/tf_adder_tb.py
+++ b/examples/tf_adder_tb.py
@@ -18,9 +18,7 @@ Benchmark done, tensorboard at http://127.0.0.1:6006
To run on AWS
aws configure # or set AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY/AWS_DEFAULT_REGION
... | simplify AWS tf adder example | diux-dev_ncluster | train |
1ccbd16f8d9833f53d0360bfdb9005fec99f5575 | diff --git a/beeper/cmd.py b/beeper/cmd.py
index <HASH>..<HASH> 100644
--- a/beeper/cmd.py
+++ b/beeper/cmd.py
@@ -141,7 +141,7 @@ def build(version, compress, conf):
run(script)
for file in conf['manifest']:
- run('$WORK_DIR; cp -r %s $BUILD_DIR/' % file)
+ run('cd $WORK_DIR; cp -r %s $BU... | bugfix for missing cd. | soasme_beeper.py | train |
72afdfc57d8f1d26fc3002055bb3397010360eb0 | diff --git a/shinken/satellite.py b/shinken/satellite.py
index <HASH>..<HASH> 100644
--- a/shinken/satellite.py
+++ b/shinken/satellite.py
@@ -79,7 +79,7 @@ from shinken.external_command import ExternalCommand
# Pack of common Pyro exceptions
Pyro_exp_pack = (Pyro.errors.ProtocolError, Pyro.errors.URIError, \
... | Fix : (reported by : Thibaut Notteboom) catch ConnectionClosedError on poller/reactionner connections | Alignak-monitoring_alignak | train |
550798cd3b082a28452a385f5c67f6474c5aa247 | diff --git a/pact/pact-runtime/src/test/java/eu/stratosphere/pact/runtime/sort/UnilateralSortMergerITCase.java b/pact/pact-runtime/src/test/java/eu/stratosphere/pact/runtime/sort/UnilateralSortMergerITCase.java
index <HASH>..<HASH> 100644
--- a/pact/pact-runtime/src/test/java/eu/stratosphere/pact/runtime/sort/Unilatera... | Temporarily accellerated external-sorter tests. | stratosphere_stratosphere | train |
312630195b009a09b4727195a20d8a8e1440abde | diff --git a/src/main/java/org/metacsp/multi/spatioTemporal/paths/Quaternion.java b/src/main/java/org/metacsp/multi/spatioTemporal/paths/Quaternion.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/metacsp/multi/spatioTemporal/paths/Quaternion.java
+++ b/src/main/java/org/metacsp/multi/spatioTemporal/paths/Quate... | Added Quaternion util functions | FedericoPecora_meta-csp-framework | train |
ad17e166cac2863692af96bccf0317d97e102e24 | diff --git a/tests/integration/test_juju.py b/tests/integration/test_juju.py
index <HASH>..<HASH> 100644
--- a/tests/integration/test_juju.py
+++ b/tests/integration/test_juju.py
@@ -19,3 +19,4 @@ async def test_get_controllers(event_loop):
cc = await j.get_controller(controller.controller_name)
asser... | Make sure to disconnect the extra connection before finishing the test | juju_python-libjuju | train |
fd03fbd2f979cdd028783b274aa817426fc25234 | diff --git a/lib/ProgressPlugin.js b/lib/ProgressPlugin.js
index <HASH>..<HASH> 100644
--- a/lib/ProgressPlugin.js
+++ b/lib/ProgressPlugin.js
@@ -476,14 +476,26 @@ class ProgressPlugin {
interceptHook(compiler.hooks.initialize, 0.0, "initialize");
interceptHook(compiler.hooks.beforeRun, 0.01, "before run");
i... | chore: added more compiler hooks progress | webpack_webpack | train |
41cb82398d54221f150bc9ab9c22d4a25eb6c31f | diff --git a/src/JSTACK.Nova.js b/src/JSTACK.Nova.js
index <HASH>..<HASH> 100644
--- a/src/JSTACK.Nova.js
+++ b/src/JSTACK.Nova.js
@@ -333,12 +333,7 @@ JSTACK.Nova = (function (JS, undefined) {
}
if (networks !== undefined) {
- for (i in networks) {
- if (networks[i] !=... | Resolved a problem launching images with networks | ging_jstack | train |
abb82ab25e63b8c30d149c4202396b5fb09eb61e | diff --git a/packages/@vue/cli-service/__tests__/Service.spec.js b/packages/@vue/cli-service/__tests__/Service.spec.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/__tests__/Service.spec.js
+++ b/packages/@vue/cli-service/__tests__/Service.spec.js
@@ -52,6 +52,18 @@ test('load project options from packag... | fix(cli-service): should not add a leading slash to baseUrl when it is absolute (#<I>)
fix #<I> | vuejs_vue-cli | train |
cdf1875c2c3d52c40c95121367cab54bea55a9d1 | diff --git a/Model/ResourceModel/NodeType/Product.php b/Model/ResourceModel/NodeType/Product.php
index <HASH>..<HASH> 100644
--- a/Model/ResourceModel/NodeType/Product.php
+++ b/Model/ResourceModel/NodeType/Product.php
@@ -78,7 +78,7 @@ class Product extends AbstractNode
public function fetchImageData($storeId, $p... | Fix product node image issue #<I> (MR #<I>) | SnowdogApps_magento2-menu | train |
b3b7bdb5b9853c3a0db5030697ea8a90e9f41cb7 | diff --git a/test/common/base/index.js b/test/common/base/index.js
index <HASH>..<HASH> 100755
--- a/test/common/base/index.js
+++ b/test/common/base/index.js
@@ -274,12 +274,6 @@ describe('base', function () {
})
})
- it('should be able to differentiate an empty array from an empty object', function () {
- ... | removed array thing, there is no difference in vigour objects if you want an array make a list object (with all methods like push, pop etc) marcus made the strt look back 2 months in vjs | vigour-io_vjs | train |
9a734be3e42a330142b9e4de376783189e4675d3 | diff --git a/spec/model.rb b/spec/model.rb
index <HASH>..<HASH> 100644
--- a/spec/model.rb
+++ b/spec/model.rb
@@ -723,7 +723,7 @@ describe 'A created DBI::Model subclass instance' do
end
mc.id.should.not.be.nil
mc.c1.should.equal 123
- mc.class.should.equal DBI::Model
+ mc.class.should.equal @m_co... | Corrected class check in Model spec. | Pistos_m4dbi | train |
258e3f305975e51723238f27558b3bd96373b1e7 | diff --git a/dataset/persistence/table.py b/dataset/persistence/table.py
index <HASH>..<HASH> 100644
--- a/dataset/persistence/table.py
+++ b/dataset/persistence/table.py
@@ -231,6 +231,9 @@ class Table(object):
yield row
def __len__(self):
+ """
+ Returns the number of rows in the... | Allowing for direct iteration over rows in a table | pudo_dataset | train |
46b4fd87cca3b3e95a941fcf8501a5b5662c91d4 | diff --git a/lib/api/2011-02-01/configuration.js b/lib/api/2011-02-01/configuration.js
index <HASH>..<HASH> 100644
--- a/lib/api/2011-02-01/configuration.js
+++ b/lib/api/2011-02-01/configuration.js
@@ -1,6 +1,7 @@
var path = require('path');
var nroonga = require('../../wrapped-nroonga');
var Domain = require('../.... | Define list of valid options as class method of IndexField | groonga_gcs | train |
bbb376c24ac38536c88184559e46723732508221 | diff --git a/ibis/backends/tests/test_aggregation.py b/ibis/backends/tests/test_aggregation.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/tests/test_aggregation.py
+++ b/ibis/backends/tests/test_aggregation.py
@@ -683,14 +683,17 @@ def test_agg_sort(alltypes):
def test_filter(backend, alltypes, df):
expr = (... | fix(api): ensure that `Deferred` objects work in aggregations | ibis-project_ibis | train |
fadc2a42c0d78eba4ee1153df073b1374655cdd8 | diff --git a/lib/Parser.php b/lib/Parser.php
index <HASH>..<HASH> 100644
--- a/lib/Parser.php
+++ b/lib/Parser.php
@@ -13,7 +13,7 @@ class Parser
const SEPARATOR_OF_CLASS_AND_METHOD = "->";
const HTTP_METHOD = '(?<httpMethod>GET|POST|\*)';
const URI = '(?<url>(\/[a-zA-Z0-9]+|\/\[string\]|\/\[numeric\]|\/... | Expanded regexp of callable for finding possible namespace | timtegeler_routerunner | train |
a24bfeb3a8b9fd7aa274bbba3a914d38ab1818fc | diff --git a/Text/BlingMedia.php b/Text/BlingMedia.php
index <HASH>..<HASH> 100644
--- a/Text/BlingMedia.php
+++ b/Text/BlingMedia.php
@@ -233,11 +233,11 @@ class sb_Text_BlingMedia extends sb_Text_Bling{
$uniqid = 'mp3'.uniqid();
if(self::$mobile ==1){
- $mp3 = '<object width="180" height="90"><param n... | both textbling mobile and regular media now support sound file download and proper player is used in mobile site | surebert_surebert-framework | train |
b76c925d9080215bcba9c0013e1df370e7c43ae4 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -98,6 +98,7 @@ class Configuration implements ConfigurationInterface
children()->
... | Add timeout to iOS and Mac.
The iOS feedback service uses the iOS configuration as before. | richsage_RMSPushNotificationsBundle | train |
272c53a56adbca55d22c7686d179d0ccd3f98107 | diff --git a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/Main.java b/languagetool-office-extension/src/main/java/org/languagetool/openoffice/Main.java
index <HASH>..<HASH> 100644
--- a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/Main.java
+++ b/languagetool-office... | [office-extension] limit the number of shown suggestions | languagetool-org_languagetool | train |
4df96338ede62da8ae8c188de5454b4b6b186ff8 | diff --git a/activemodel/lib/active_model/attribute_methods.rb b/activemodel/lib/active_model/attribute_methods.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/attribute_methods.rb
+++ b/activemodel/lib/active_model/attribute_methods.rb
@@ -165,6 +165,7 @@ module ActiveModel
end
... | Fixed behavior of attribute_methods_generated? [#<I> state:resolved] | rails_rails | train |
82c17c837fd11aaa9ab5015bb618e28d6a6a3aa5 | diff --git a/src/GameQ/Protocols/Bf3.php b/src/GameQ/Protocols/Bf3.php
index <HASH>..<HASH> 100644
--- a/src/GameQ/Protocols/Bf3.php
+++ b/src/GameQ/Protocols/Bf3.php
@@ -41,7 +41,8 @@ class Bf3 extends Protocol
protected $packets = [
self::PACKET_STATUS => "\x00\x00\x00\x21\x1b\x00\x00\x00\x01\x00\x00\x... | PHPCS fix for bf3 | Austinb_GameQ | train |
48db25e659682671caf72929abe477a6abe09c13 | diff --git a/tests/custom_object_test.py b/tests/custom_object_test.py
index <HASH>..<HASH> 100644
--- a/tests/custom_object_test.py
+++ b/tests/custom_object_test.py
@@ -74,8 +74,8 @@ class AbstractSparseArray(core.ShapedArray):
def indices(self):
return sp_indices_p.bind(self)
-def abstract_sparse_array(arr... | [multi-buf] simplify custom object test avals | tensorflow_probability | train |
5cdfac0e0c7ea8d2f83e92524fc3336219c2ebb3 | diff --git a/Event/Subscriber/ExtraConfigurationSubscriber.php b/Event/Subscriber/ExtraConfigurationSubscriber.php
index <HASH>..<HASH> 100644
--- a/Event/Subscriber/ExtraConfigurationSubscriber.php
+++ b/Event/Subscriber/ExtraConfigurationSubscriber.php
@@ -74,6 +74,11 @@ class ExtraConfigurationSubscriber implements ... | adding default edit and delete actions for default list action configuration | larriereguichet_AdminBundle | train |
c001fadd2f2f420267db809439581e388684e9de | diff --git a/lib/arel/visitors/to_sql.rb b/lib/arel/visitors/to_sql.rb
index <HASH>..<HASH> 100644
--- a/lib/arel/visitors/to_sql.rb
+++ b/lib/arel/visitors/to_sql.rb
@@ -254,6 +254,10 @@ key on UpdateManager using UpdateManager#key=
"(#{visit o.expr})"
end
+ def visit_Arel_SelectManager o
+ ... | to_sql: add support for emitting SQL subqueries | rails_rails | train |
b79868d4e28cbd8c2a9a90facad56663ef6af00f | diff --git a/AdvancedHTMLParser/constants.py b/AdvancedHTMLParser/constants.py
index <HASH>..<HASH> 100644
--- a/AdvancedHTMLParser/constants.py
+++ b/AdvancedHTMLParser/constants.py
@@ -82,7 +82,7 @@ TAG_NAMES_TO_ADDITIONAL_ATTRIBUTES = {
# TODO: input->size is an integer through dot-access, also throws exception... | Implement 'form' attribute on the tags which define it, which returns the form in which it is contained (parent form), or None if not within a form. With tests. | kata198_AdvancedHTMLParser | train |
f3c2ea658c6d35e5cc68d50f6d8b724b1180139a | diff --git a/benchexec/tablegenerator/react-table/src/utils/utils.js b/benchexec/tablegenerator/react-table/src/utils/utils.js
index <HASH>..<HASH> 100644
--- a/benchexec/tablegenerator/react-table/src/utils/utils.js
+++ b/benchexec/tablegenerator/react-table/src/utils/utils.js
@@ -154,6 +154,53 @@ const isOkStatus = (... | Add matcher generation and custom filter logic | sosy-lab_benchexec | train |
2348d42606c003bb171c217f791b7817bd0f6337 | diff --git a/src/edu/rpi/cmt/timezones/TimezonesImpl.java b/src/edu/rpi/cmt/timezones/TimezonesImpl.java
index <HASH>..<HASH> 100644
--- a/src/edu/rpi/cmt/timezones/TimezonesImpl.java
+++ b/src/edu/rpi/cmt/timezones/TimezonesImpl.java
@@ -536,7 +536,7 @@ public class TimezonesImpl extends Timezones {
}
publ... | More bringing tzsvr in line with spec | Bedework_bw-util | train |
8ed0953428e5fd733ec97c2d69113c704a80a25f | diff --git a/ezp/content/services/translation.php b/ezp/content/services/translation.php
index <HASH>..<HASH> 100644
--- a/ezp/content/services/translation.php
+++ b/ezp/content/services/translation.php
@@ -43,40 +43,44 @@ class Translation implements ServiceInterface
}
/**
- * Adds a Translation to $co... | Changed: do not throw an exception is the translation already exists,
just create a new version from the currently published one | ezsystems_ezpublish-kernel | train |
173bf3506d99c0767a41d30fbe4d306201369194 | diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/testing/integration.rb
+++ b/actionpack/lib/action_dispatch/testing/integration.rb
@@ -424,9 +424,9 @@ module ActionDispatch
... | Fix conditional order broken in ea<I>ec<I>. | rails_rails | train |
d1b6120c988915a618a2682015924316895c2193 | diff --git a/src/visualizers/widgets/HFSMViz/HFSMVizWidget.js b/src/visualizers/widgets/HFSMViz/HFSMVizWidget.js
index <HASH>..<HASH> 100644
--- a/src/visualizers/widgets/HFSMViz/HFSMVizWidget.js
+++ b/src/visualizers/widgets/HFSMViz/HFSMVizWidget.js
@@ -142,6 +142,18 @@ define([
};
};
+ ... | closes #<I> properly delete and re-initialize simulator when destroying or clearing nodes. | finger563_webgme-hfsm | train |
1836c9f8bcd982e0ced48dfb87318f01d5edc93e | diff --git a/spyderlib/userconfig.py b/spyderlib/userconfig.py
index <HASH>..<HASH> 100644
--- a/spyderlib/userconfig.py
+++ b/spyderlib/userconfig.py
@@ -68,6 +68,27 @@ class DefaultsConfig(cp.ConfigParser):
cp.ConfigParser.__init__(self)
self.name = name
self.subfolder = subfolder
+
+ ... | userconfig: Spyder was not starting on non-ascii Windows under Python 2
- This was because several options ended up containing non-ascii chars and the
configparser write method assume all options are byte strings. So we changed
that method. | spyder-ide_spyder | train |
66b85e5945f49f7fa601850528e5580dd7892707 | diff --git a/tests/Unit/DjThossi/Ensure/EnsureIsBooleanTraitTest.php b/tests/Unit/DjThossi/Ensure/EnsureIsBooleanTraitTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/DjThossi/Ensure/EnsureIsBooleanTraitTest.php
+++ b/tests/Unit/DjThossi/Ensure/EnsureIsBooleanTraitTest.php
@@ -64,6 +64,7 @@ class EnsureIsBooleanTr... | Added tests fro value null | DjThossi_Ensure | train |
e8a966fd29da8deafb461ea758de7fe63ffbec32 | diff --git a/lib/Kaba.js b/lib/Kaba.js
index <HASH>..<HASH> 100644
--- a/lib/Kaba.js
+++ b/lib/Kaba.js
@@ -4,6 +4,7 @@ const kabaBabelPreset = require("kaba-babel-preset");
const path = require("path");
const program = require("commander");
const typeScriptErrorFormatter = require("@becklyn/typescript-error-formatte... | Use uglify webpack plugin | Becklyn_kaba | train |
7e199f9f4e11bf05468dfb80209bb7d086497bc6 | diff --git a/test/case6/case6.js b/test/case6/case6.js
index <HASH>..<HASH> 100644
--- a/test/case6/case6.js
+++ b/test/case6/case6.js
@@ -4,15 +4,18 @@
var div = document.createElement('div');
div.innerHTML = `
- <${tagContent} hash="case6">
+ <${tagContent} id="case6-1" hash="case\\d+">
+ Case 6 via RegE... | Test case 6 - matching via RegExp
Bear in mind that the \ to define a RegExp must be passed twice.
E.g. \d+ should be passed as \\d+
So, for a while this is the first restriction for matching. | m3co_router3 | train |
177e0aaebdfb981774cf5d726eb93cc79ea3fb22 | diff --git a/visidata/editor.py b/visidata/editor.py
index <HASH>..<HASH> 100644
--- a/visidata/editor.py
+++ b/visidata/editor.py
@@ -18,7 +18,7 @@ class SuspendCurses:
curses.doupdate()
-@visidata.VisiData.api
+@visidata.VisiData.global_api
def launchEditor(vd, *args):
editor = os.environ.get('EDIT... | [editor-] launchEditor is part of global_api | saulpw_visidata | train |
dd6217120ff2e966da6ca01b654fe0b92dcd8307 | diff --git a/dvc/remote/base.py b/dvc/remote/base.py
index <HASH>..<HASH> 100644
--- a/dvc/remote/base.py
+++ b/dvc/remote/base.py
@@ -592,6 +592,7 @@ class RemoteBASE(object):
self.link(cache_info, path_info)
self.state.save_link(path_info)
+ self.state.save(path_info, checksum)
if ... | remote: checkout: save checksums without re-computation
We do a similar thing on save, where we set cache checksum from already
computated ones for actual data. This patch does the same thing but in
revers: on checkout we know cache checksums, so we can set data
checksums from it without having to re-calculate it.
Fi... | iterative_dvc | train |
4a41188f40b3bea14d4a57fbb441161ac4def9b9 | diff --git a/eZ/Publish/API/Repository/Values/User/UserGroup.php b/eZ/Publish/API/Repository/Values/User/UserGroup.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/API/Repository/Values/User/UserGroup.php
+++ b/eZ/Publish/API/Repository/Values/User/UserGroup.php
@@ -8,7 +8,7 @@ use eZ\Publish\API\Repository\Values\Cont... | changed properties to protected and id are now "mixed" | ezsystems_ezpublish-kernel | train |
6bf57d43c70c74ec4fd94f1a4b836de8d53162ca | diff --git a/Eloquent/Factories/Factory.php b/Eloquent/Factories/Factory.php
index <HASH>..<HASH> 100644
--- a/Eloquent/Factories/Factory.php
+++ b/Eloquent/Factories/Factory.php
@@ -705,9 +705,9 @@ abstract class Factory
$relationship = Str::camel(Str::substr($method, 3));
- $factory = static::fact... | Allow dynamic factory methods to obey newFactory method on model | illuminate_database | train |
f2f8a5aba63feecd4079b2a8f6efdd36f710e044 | diff --git a/pgmpy/models/DynamicBayesianNetwork.py b/pgmpy/models/DynamicBayesianNetwork.py
index <HASH>..<HASH> 100644
--- a/pgmpy/models/DynamicBayesianNetwork.py
+++ b/pgmpy/models/DynamicBayesianNetwork.py
@@ -640,7 +640,7 @@ class DynamicBayesianNetwork(DAG):
if not any(x.variable == temp_var for x i... | Fixes bug in DynamicBayesianNetwork.initial_initial_state [fixes #<I>] (#<I>) | pgmpy_pgmpy | train |
6d788787fe2e91ec3fa583f0b734416a142c2793 | diff --git a/lib/copy-sync/__tests__/preserve-time.test.js b/lib/copy-sync/__tests__/preserve-time.test.js
index <HASH>..<HASH> 100644
--- a/lib/copy-sync/__tests__/preserve-time.test.js
+++ b/lib/copy-sync/__tests__/preserve-time.test.js
@@ -3,6 +3,7 @@ var fs = require('fs')
var os = require('os')
var path = requir... | lib/{copy, copy-sync}/__tests__/preserve-time: fixed for Windows. | jprichardson_node-fs-extra | train |
a5133b1056522fb6a0020e859698cf97a3e68032 | diff --git a/tests/unit/test_commands.py b/tests/unit/test_commands.py
index <HASH>..<HASH> 100644
--- a/tests/unit/test_commands.py
+++ b/tests/unit/test_commands.py
@@ -360,12 +360,12 @@ class TestCommands(object):
"""
Get the current stock price of the NASDAQ.
- ^IXIC at 10:37am (ET): 2490.40 (0.4%)
+ ^IXI... | Fix nasdaq test, which was overmatching | yougov_pmxbot | train |
3f0e28b7026213ea9a642302aa21695d5f09d609 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -22,11 +22,9 @@
"test": "grunt test"
},
"devDependencies": {
- "babel": "^6.5.2",
- "babel-core": "^6.21.0",
+ "babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
- "babel-preset-es2... | babel and karma update | angular-ui_ui-scroll | train |
67c247783a9b019d9bc8078404d7716bb7e34431 | diff --git a/Script/Gt.js b/Script/Gt.js
index <HASH>..<HASH> 100644
--- a/Script/Gt.js
+++ b/Script/Gt.js
@@ -26,7 +26,9 @@
// Callback function provided, execute on DomReady event.
return GT.ready(arguments[0], arguments[1]);
}
- if(typeof arguments[0] === "string") {
+ if(typeof arguments[0] === "s... | Much more simplified JavaScript, attaches helper functions to DOM Elements. | PhpGt_WebEngine | train |
625bac027055c36f1cbcd6d7f32351ff9e936c51 | diff --git a/pyravendb/data/document_conventions.py b/pyravendb/data/document_conventions.py
index <HASH>..<HASH> 100644
--- a/pyravendb/data/document_conventions.py
+++ b/pyravendb/data/document_conventions.py
@@ -1,9 +1,9 @@
from pyravendb.data.indexes import SortOptions
from datetime import datetime, timedelta
fr... | Change inflector lib to inflect for plural | ravendb_ravendb-python-client | train |
823a582a80fb8172e1c4447868e1f53e4fce9fad | diff --git a/org/postgresql/Connection.java b/org/postgresql/Connection.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/Connection.java
+++ b/org/postgresql/Connection.java
@@ -791,6 +791,36 @@ public abstract class Connection
public abstract void close() throws SQLException;
/**
+ * A sub-space o... | Great, here is a context diff of CVS for implementing the get/setCatalog methods
in Connection - note: I've updated setCatalog(String catalog) from my previous
diff so it checks whether it is already connected to the specified catalog.
Jason Davies | pgjdbc_pgjdbc | train |
d30632724a5f9224791f174be0bc02e824e4d30a | diff --git a/oidc_auth/util.py b/oidc_auth/util.py
index <HASH>..<HASH> 100644
--- a/oidc_auth/util.py
+++ b/oidc_auth/util.py
@@ -6,11 +6,15 @@ from .settings import api_settings
class cache(object):
""" Cache decorator that memoizes the return value of a method for some time.
+
+ Increment the cache_versio... | fixup! Use the built-in Django cache instead of a bespoke one. | ByteInternet_drf-oidc-auth | train |
613166ad52fbb85f1d8b40c2c196a889e7e4b3f3 | diff --git a/src/cr/cube/cube_slice.py b/src/cr/cube/cube_slice.py
index <HASH>..<HASH> 100644
--- a/src/cr/cube/cube_slice.py
+++ b/src/cr/cube/cube_slice.py
@@ -110,7 +110,15 @@ class CubeSlice(object):
@lazyproperty
def can_compare_pairwise(self):
- return self.dim_types == (DT.CAT, DT.CAT)
+ ... | Allow pairwise for `CA_CAT` dimension type
* Add necessary unit tests
* Implement functionality
This is essentially just a categorical dimension (even though it's
paired with a respective CA_SUBVAR dimnension). If the subvar dimension
is only used for slicing (of a 3D cube), we can then treat individual
slices as cat... | Crunch-io_crunch-cube | train |
e0302c3f4a0ce8ccb9f3692995382e330ffd2fad | diff --git a/sources/meta/GenerateAll.java b/sources/meta/GenerateAll.java
index <HASH>..<HASH> 100644
--- a/sources/meta/GenerateAll.java
+++ b/sources/meta/GenerateAll.java
@@ -86,6 +86,7 @@ public class GenerateAll extends AbstractMain {
FileWriter output = new FileWriter(target);
o... | - Added read-only flag to generated files | scala_scala | train |
d6f0eb46d2e6966b0b52799a6679ad1bf19fa894 | diff --git a/fastjsonschema/generator.py b/fastjsonschema/generator.py
index <HASH>..<HASH> 100644
--- a/fastjsonschema/generator.py
+++ b/fastjsonschema/generator.py
@@ -376,6 +376,7 @@ class CodeGenerator:
"""
self.l('{variable}_any_of_count = 0')
for definition_item in self._definition['an... | Optimalization of one of counting | horejsek_python-fastjsonschema | train |
375d93bc86fe7d1d277c3d7d742afeeb601eed00 | diff --git a/lib/should.js b/lib/should.js
index <HASH>..<HASH> 100644
--- a/lib/should.js
+++ b/lib/should.js
@@ -24,7 +24,10 @@ var should = function(obj) {
return new Assertion(util.isWrapperType(obj) ? obj.valueOf(): obj);
};
-should.inspect = inspect;
+should.inspect = function(obj, opts) {
+ if(util.isDate... | Allow dates to be formatted as ISOStrings (to display ms). Closes #<I>. | tj_should.js | train |
c8953725fa1cb199245bb5d27b16fd753ba07b18 | diff --git a/meleeuploader/consts.py b/meleeuploader/consts.py
index <HASH>..<HASH> 100755
--- a/meleeuploader/consts.py
+++ b/meleeuploader/consts.py
@@ -19,6 +19,10 @@ queue_values = os.path.join(os.path.expanduser("~"), ".smash_queue_values.txt")
log_file = os.path.join(os.path.expanduser("~"), ".smash_log.txt")
c... | make youtube.py more general | NikhilNarayana_Melee-YouTube-Uploader | train |
161e92ef2df6edbae83ca10da8cf541f4f69cdb5 | diff --git a/lib/auto-globals.js b/lib/auto-globals.js
index <HASH>..<HASH> 100644
--- a/lib/auto-globals.js
+++ b/lib/auto-globals.js
@@ -17,7 +17,7 @@ function create() {
return {
dataset: {},
appendChild: stub(),
- getAttributes: stub(),
+ getAttribute: stub(),
removeChi... | fix(auto-globals) create: getAttributes -> getAttribute | coderaiser_auto-globals | train |
08193ec2fd9b0e47961cbe9c64289bff91500729 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -288,6 +288,7 @@ class Configuration implements ConfigurationInterface
->append($this->getBoo... | Add support to disable the _all field for a type | FriendsOfSymfony_FOSElasticaBundle | train |
8c79daf0ae51210f780393e11e73716dfdc171e5 | diff --git a/src/Http/Middleware/VerifyCsrfToken.php b/src/Http/Middleware/VerifyCsrfToken.php
index <HASH>..<HASH> 100644
--- a/src/Http/Middleware/VerifyCsrfToken.php
+++ b/src/Http/Middleware/VerifyCsrfToken.php
@@ -1,13 +1,12 @@
<?php namespace Laravel\Lumen\Http\Middleware;
use Closure;
-use Illuminate\Contrac... | Don't implement deprecated interface | orchestral_lumen | train |
f9e14b02f586d509499b292ea9b8017208f02ce3 | diff --git a/modules/system/twig/Loader.php b/modules/system/twig/Loader.php
index <HASH>..<HASH> 100644
--- a/modules/system/twig/Loader.php
+++ b/modules/system/twig/Loader.php
@@ -2,6 +2,7 @@
use App;
use File;
+use View;
use Twig\Source as TwigSource;
use Twig\Loader\LoaderInterface as TwigLoaderInterface;
u... | Only allow view files in system twig
This no longer allows arbitrary inclusions, only views from the native Laravel view engine. Note this also affects the cms twig loader | octobercms_october | train |
85186ff0b717d673090170fa4b44e699889af551 | diff --git a/lib/ruby_speech/generic_element.rb b/lib/ruby_speech/generic_element.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby_speech/generic_element.rb
+++ b/lib/ruby_speech/generic_element.rb
@@ -115,10 +115,10 @@ module RubySpeech
if const_name == 'String' || self.class.module.const_defined?(const_name)
... | [CS] Minor reduction in duplication | adhearsion_ruby_speech | train |
337ca6b896f334cfe489e4a22edae659687ff809 | diff --git a/isort/parse.py b/isort/parse.py
index <HASH>..<HASH> 100644
--- a/isort/parse.py
+++ b/isort/parse.py
@@ -293,6 +293,7 @@ def file_contents(contents: str, config: Config = DEFAULT_CONFIG) -> ParsedConte
else:
while line.strip().endswith("\\"):
line, new_co... | Correct the multiline tab bug as raised in issue #<I> | timothycrosley_isort | train |
b1249adcd4ee1c367868e942657b60e141fdbb86 | diff --git a/src/Storage.php b/src/Storage.php
index <HASH>..<HASH> 100644
--- a/src/Storage.php
+++ b/src/Storage.php
@@ -27,7 +27,7 @@ class Storage implements IStorage {
return false;
}
if (!is_writable($this->file)) {
- @chmod($this->file, '0755');
+ @chmod($... | set the proper permission bits on storage.json
chmod '<I>' actually sets the mode to: --wxrw--wt
chmod needs permissions in octal to set: -rwxr-xr-x | ptrofimov_beanstalk_console | train |
8493e05a6a66a64fce03ceaa98c2c26c503a922c | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -15,6 +15,18 @@ var Client = function() {
var that = this;
+ var deleteLocalFile = function(file){
+ var deferred = Q.defer();
+ fs.unlink(file, function (err) {
+ i... | Implement orphanted option in the download command. | 28msec_28 | train |
5172d915b4293cfe94da2343c43340bbc7ff6833 | diff --git a/lib/pkgr/buildpack.rb b/lib/pkgr/buildpack.rb
index <HASH>..<HASH> 100644
--- a/lib/pkgr/buildpack.rb
+++ b/lib/pkgr/buildpack.rb
@@ -98,7 +98,7 @@ module Pkgr
def replace_app_with_app_home(app_home)
Dir.chdir(dir) do
- buildpack_replace = Mixlib::ShellOut.new("find . -type f -not -pat... | Replace only instances of `/app/` and not `/app` in buildpacks
Fixes #<I> | crohr_pkgr | train |
dd3b055d9c49e013634e480867151d09c7dc5ba5 | diff --git a/swifter/swifter.py b/swifter/swifter.py
index <HASH>..<HASH> 100644
--- a/swifter/swifter.py
+++ b/swifter/swifter.py
@@ -217,6 +217,11 @@ class SeriesAccessor(_SwifterObject):
"""
Apply the function to the Series using swifter
"""
+
+ # Short-circuit an empty Series
+ ... | Add tests and short-circuit for empty dataframes and series | jmcarpenter2_swifter | train |
c849f407212075d53d6331aa6984d1c1794130f5 | diff --git a/core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsServiceImpl.java b/core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsServiceImpl.java
index <HASH>..<HASH> 100644
--- a/core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/M... | HWKMETRICS-<I> Stacked metrics not ordered in any way
BucketPointCollector instances can be emitted in any order (coming from a flatMap of a groupObservable). | hawkular_hawkular-metrics | train |
b271c62e6b7413b0521a45f89727ccc79df3aea8 | diff --git a/lib/biran/configurinator.rb b/lib/biran/configurinator.rb
index <HASH>..<HASH> 100644
--- a/lib/biran/configurinator.rb
+++ b/lib/biran/configurinator.rb
@@ -30,12 +30,17 @@ module Biran
.tap { |files_list| files_list.each(&sanitize_config_files(files_list)) }
end
- def create(name:, ext... | Re-use erb template to generate multiple copies
- ERBConfig creates an instance of the template and we pass in a
separate config index number that can be used to pull different values
from different parts of the config block passed to the template
- If no list of config indexes is passed, we retain current, previous
b... | amco_biran | train |
468507ed3fb82c65de600be5f75a0ac1f922997e | diff --git a/src/ai-examples/HISTORY.rst b/src/ai-examples/HISTORY.rst
index <HASH>..<HASH> 100644
--- a/src/ai-examples/HISTORY.rst
+++ b/src/ai-examples/HISTORY.rst
@@ -3,6 +3,10 @@
Release History
===============
+0.2.3
+++++++
+* Add fallback to use built-in values if there is an issue with using the service
+
... | [ai-examples] Add fallback to use built-in values if there is an issue with the service (#<I>) | Azure_azure-cli-extensions | train |
a57fe164e9bd3841fac0d984e5340711964ae540 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,7 @@
},
"require": {
"php": ">=7.1",
- "laravie/codex": "~2.2",
+ "laravie/codex": "^1.5",
"moneyphp/money": "^3.0",
"php-http/multipart-stream-b... | Make it work with current codex first. | jomweb_billplz | train |
0070208c904811a81b355505ac69eb0f8713fbbf | diff --git a/mongo_connector/connector.py b/mongo_connector/connector.py
index <HASH>..<HASH> 100644
--- a/mongo_connector/connector.py
+++ b/mongo_connector/connector.py
@@ -365,9 +365,10 @@ class Connector(threading.Thread):
else: # sharded cluster
while self.can_run:
-
- ... | Bug fix: backup role does not provide the listShards privilege (#<I>)
Fixes #<I>. | yougov_mongo-connector | train |
50b9cc3b4bae74c38998f0665943811d2e8fcd7a | diff --git a/lib/MiqVm/test/partitionAlignmentCheck.rb b/lib/MiqVm/test/partitionAlignmentCheck.rb
index <HASH>..<HASH> 100644
--- a/lib/MiqVm/test/partitionAlignmentCheck.rb
+++ b/lib/MiqVm/test/partitionAlignmentCheck.rb
@@ -9,7 +9,7 @@ $vim_log = $log = Logger.new(STDERR)
SERVER = raise "please define SERVER... | Updates for the new MiqVim kwargs format | ManageIQ_manageiq-smartstate | train |
ef59846a6c5c2d75cb981d37603a8920b20e67f9 | diff --git a/templates.py b/templates.py
index <HASH>..<HASH> 100644
--- a/templates.py
+++ b/templates.py
@@ -111,6 +111,72 @@ def disable_rate(start_date, experiment_id, addon_versions):
ORDER BY date)
""".format(start_date, experiment_id, addon_versions), ["date", "disable_rate", "type"]
+def retention(eve... | Add retention and weekly events SQL templates. | mozilla_redash_client | train |
a85a48266edfd5373207c6d0bbc007a786051c55 | diff --git a/httpclient.go b/httpclient.go
index <HASH>..<HASH> 100644
--- a/httpclient.go
+++ b/httpclient.go
@@ -565,7 +565,7 @@ func (c *HttpClient) Params(params map[string]interface{}) RequestOption {
}
// set the request URL parameters
-func (c *HttpClient) StringParams(params map[string]string) RequestOption... | Fix StringParams and improved Body RequestOptions | gobs_httpclient | train |
c55f7dfd642ce6580006084cbc9c686e8be4ddbb | diff --git a/plugins/provisioners/docker/config.rb b/plugins/provisioners/docker/config.rb
index <HASH>..<HASH> 100644
--- a/plugins/provisioners/docker/config.rb
+++ b/plugins/provisioners/docker/config.rb
@@ -12,6 +12,10 @@ module VagrantPlugins
@version = :latest
end
+ def images=(images)
+... | provisioners/docker: allow images to be configured with images: | hashicorp_vagrant | train |
296d9ee6746eda4164ad54ad5d3b8154a88850f8 | diff --git a/source/rafcon/mvc/controllers/main_window.py b/source/rafcon/mvc/controllers/main_window.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/mvc/controllers/main_window.py
+++ b/source/rafcon/mvc/controllers/main_window.py
@@ -34,6 +34,7 @@ from rafcon.mvc.config import global_gui_config as gui_config
from... | Add three new hooks
- main_window_setup: Passes reference to the main window controller
and is called after the view has been registered
- pre_main_window_destruction: Passes reference to the main window
controller and is called right before the main window is destroyed
- post_main_window_destruction: is called af... | DLR-RM_RAFCON | train |
d854111e1e5a36c6d4a567223a79bf48443889fb | diff --git a/code/libraries/joomlatools/component/koowa/dispatcher/behavior/decoratable.php b/code/libraries/joomlatools/component/koowa/dispatcher/behavior/decoratable.php
index <HASH>..<HASH> 100644
--- a/code/libraries/joomlatools/component/koowa/dispatcher/behavior/decoratable.php
+++ b/code/libraries/joomlatools/c... | #<I> Ignore re-direct requests | joomlatools_joomlatools-framework | train |
755fea6e481f657d68cd09a9ebd5957099b5668d | diff --git a/Password.php b/Password.php
index <HASH>..<HASH> 100755
--- a/Password.php
+++ b/Password.php
@@ -464,17 +464,17 @@ class Text_Password {
switch($chars) {
case 'alphanumeric':
- $regex = 'A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q... | * Change the method for creating unpronounceable passwords to be more
efficient.
Bug: #<I>
git-svn-id: <URL> | pear_Text_Password | train |
4a88d781a24559df44f31959a77eda0c1ec00c2f | diff --git a/lib/nominet-epp/helpers.rb b/lib/nominet-epp/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/nominet-epp/helpers.rb
+++ b/lib/nominet-epp/helpers.rb
@@ -135,7 +135,6 @@ module NominetEPP
XML::Node.new('contact', nil, ns).tap do |node|
node['order'] = contact.delete(:order).to_s if contac... | Remove the contact[type] attribute as this is not in the schemas | m247_nominet-epp | train |
d1ea2693df8c77d86ac302749f0fa17b2c5f2401 | diff --git a/ibis/backends/base/sql/__init__.py b/ibis/backends/base/sql/__init__.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/base/sql/__init__.py
+++ b/ibis/backends/base/sql/__init__.py
@@ -1,6 +1,7 @@
from __future__ import annotations
import abc
+import contextlib
from functools import lru_cache
from t... | fix(backends): make execution transactional where possible | ibis-project_ibis | train |
16add3bf9b31cd201be29a6c026b39d478ac8d45 | diff --git a/modules/wyc/src/wyc/io/WhileyFileLexer.java b/modules/wyc/src/wyc/io/WhileyFileLexer.java
index <HASH>..<HASH> 100755
--- a/modules/wyc/src/wyc/io/WhileyFileLexer.java
+++ b/modules/wyc/src/wyc/io/WhileyFileLexer.java
@@ -177,12 +177,17 @@ public class WhileyFileLexer {
public Token scanStringConstant... | WyC: bug fix for scanning string constants. | Whiley_WhileyCompiler | train |
82daa43844556953101b201bc5983aed4fbe6233 | diff --git a/builder/internals.go b/builder/internals.go
index <HASH>..<HASH> 100644
--- a/builder/internals.go
+++ b/builder/internals.go
@@ -156,6 +156,7 @@ func (b *Builder) runContextCommand(args []string, allowRemote bool, allowDecomp
dest,
allowRemote,
allowDecompression,
+ true,
); err != nil {
... | Fix for Daemon crashing when wildcards are used for COPY/ADD
in the filename and the command itself
Closes #<I> | containers_storage | train |
a4e173a66780fba908648a937185baf9b896f099 | diff --git a/sdk/examples/apps/JavaScript/Chart/chart.js b/sdk/examples/apps/JavaScript/Chart/chart.js
index <HASH>..<HASH> 100644
--- a/sdk/examples/apps/JavaScript/Chart/chart.js
+++ b/sdk/examples/apps/JavaScript/Chart/chart.js
@@ -9,7 +9,7 @@ F2.Apps["com_markh_highchartsChart"] = function(){
);
//setup liste... | fixing css reference in chart app | OpenF2_F2 | train |
95b451d5a9a44fdd631b398d830ccdc6f6238b74 | diff --git a/login/forgot_password.php b/login/forgot_password.php
index <HASH>..<HASH> 100644
--- a/login/forgot_password.php
+++ b/login/forgot_password.php
@@ -219,7 +219,7 @@ if ($page=='emailmaybeconfirmed') {
// check $page for appropriate page to display
if ($page=='emailconfirm') {
// Confirm (internal m... | changed email obfuscation character to * MDL-<I> ; merged from MOODLE_<I>_STABLE | moodle_moodle | train |
0643e2982fc176afe6bdd08f8f025d5f8368251d | diff --git a/tests/test_flask_oidc.py b/tests/test_flask_oidc.py
index <HASH>..<HASH> 100644
--- a/tests/test_flask_oidc.py
+++ b/tests/test_flask_oidc.py
@@ -2,7 +2,10 @@ from pkg_resources import resource_filename, resource_stream
import json
import codecs
from base64 import urlsafe_b64encode
-import urlparse
+try... | Be forward compatible by accepting urllib.parse in tests | puiterwijk_flask-oidc | train |
796bc4575526ad33b517ed43c3bb9bcf0a18fb4c | diff --git a/src/main/java/com/joptimizer/optimizers/PrimalDualMethod.java b/src/main/java/com/joptimizer/optimizers/PrimalDualMethod.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/joptimizer/optimizers/PrimalDualMethod.java
+++ b/src/main/java/com/joptimizer/optimizers/PrimalDualMethod.java
@@ -133,9 +133,8 ... | revert to old behaviour w.r.t. max iterations (i.e. throw an exception) | vincentk_joptimizer | train |
b0d4612fc221622960e986a88a5d52c809ff7f1f | diff --git a/todomvc/gruntfile.js b/todomvc/gruntfile.js
index <HASH>..<HASH> 100644
--- a/todomvc/gruntfile.js
+++ b/todomvc/gruntfile.js
@@ -24,9 +24,9 @@ module.exports = function(grunt) {
build: {
src: [
'src/**/*.ts',
- '!src/**/*ios.ts',
- ... | Get rid of more android-only build configs. | NativeScript_nativescript-angular | train |
c82ba35747de08f36d4d854d24790271a80c6743 | diff --git a/integration_tests/blockstack_integration_tests/scenarios/testlib.py b/integration_tests/blockstack_integration_tests/scenarios/testlib.py
index <HASH>..<HASH> 100644
--- a/integration_tests/blockstack_integration_tests/scenarios/testlib.py
+++ b/integration_tests/blockstack_integration_tests/scenarios/test... | sync with client multisig private key data schema | blockstack_blockstack-core | train |
521611104dbb2b1002a80e41daa6e7c8a9303dc2 | diff --git a/src/providers/bitcoin/BitcoinSwapProvider.js b/src/providers/bitcoin/BitcoinSwapProvider.js
index <HASH>..<HASH> 100644
--- a/src/providers/bitcoin/BitcoinSwapProvider.js
+++ b/src/providers/bitcoin/BitcoinSwapProvider.js
@@ -1,5 +1,6 @@
import Provider from '../../Provider'
import { addressToPubKeyHash,... | Fix relayfee amount with BigNumber | liquality_chainabstractionlayer | train |
bf2f421656200fd642b3cb092f2b22985aca5ce6 | diff --git a/azure/servicemanagement/servicemanagementservice.py b/azure/servicemanagement/servicemanagementservice.py
index <HASH>..<HASH> 100644
--- a/azure/servicemanagement/servicemanagementservice.py
+++ b/azure/servicemanagement/servicemanagementservice.py
@@ -1100,7 +1100,7 @@ class ServiceManagementService(_Ser... | Change create_reserved_ip_address and delete_reserved_ip_address to be async operations. | Azure_azure-sdk-for-python | train |
6345ca763024c4ac98c9593e664cad0878c35e7c | diff --git a/dist/famous-angular.js b/dist/famous-angular.js
index <HASH>..<HASH> 100644
--- a/dist/famous-angular.js
+++ b/dist/famous-angular.js
@@ -1694,7 +1694,7 @@ angular.module('famous.angular')
* </fa-flipper>
*```
*```javascript
- * $scope.flipHandler = function() {
+ * $scope.flipIt = function() {
* ... | docs: fix naming typo in fa-flipper | Famous_famous-angular | train |
8d725697ba77701439054224b3c3277cd82a0d27 | diff --git a/lib/OpenLayers/Icon.js b/lib/OpenLayers/Icon.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Icon.js
+++ b/lib/OpenLayers/Icon.js
@@ -52,7 +52,6 @@ OpenLayers.Icon.prototype = {
},
destroy: function() {
- OpenLayers.Event.stopObserving(this.imageDiv.firstChild);
this.ima... | Erik and I discussed this, and the destroy() here actually does the wrong thing.
the innerHTML still prevents the memory leak, but unregistering in this way
doesn't do the right thing. remove it.
git-svn-id: <URL> | openlayers_openlayers | train |
cc85bea5403c52b0ade4eab44d6b4455b2042243 | diff --git a/src/tools/mountainchart/mountainchart-component.js b/src/tools/mountainchart/mountainchart-component.js
index <HASH>..<HASH> 100644
--- a/src/tools/mountainchart/mountainchart-component.js
+++ b/src/tools/mountainchart/mountainchart-component.js
@@ -151,6 +151,7 @@
// define path generator
... | Mountain chart remove manual resolution of shapes, use d3 area interpolation instead | vizabi_vizabi | train |
e1f56127df58b986f0324030a88c5517bce9b0ef | diff --git a/conn_id_generator.go b/conn_id_generator.go
index <HASH>..<HASH> 100644
--- a/conn_id_generator.go
+++ b/conn_id_generator.go
@@ -22,6 +22,8 @@ type connIDGenerator struct {
retireConnectionID func(protocol.ConnectionID)
replaceWithClosed func(protocol.ConnectionID, packetHandler)
queueContr... | only use the conn ID backwards compatibility mode with draft-<I> | lucas-clemente_quic-go | train |
ad9d14217466dffdbd52066bc46487990624ae30 | diff --git a/core/server/services/apps/loader.js b/core/server/services/apps/loader.js
index <HASH>..<HASH> 100644
--- a/core/server/services/apps/loader.js
+++ b/core/server/services/apps/loader.js
@@ -4,7 +4,7 @@ const Promise = require('bluebird');
const config = require('../../config');
const common = require('..... | Refactored Sandbox to be singleton
no-issue | TryGhost_Ghost | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.