text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">Veracode is reporting that all versions of axios (up to and including 0.19.0-beta.1) contain a XSS vulnerability. (CVSSv3: 6.1)</p>
<p dir="auto">Very limited details available:<br>
<a href="https://www.sourceclear.com/vulnerability-database/security/sca/vulnerability/sid-21679/summary" rel="nofollow">htt... | <p dir="auto"><strong>Describe the bug</strong><br>
A Fortify Scan finds a critical Cross-Site Scripting vulnerability in Axios here:</p>
<p dir="auto"><a href="https://github.com/axios/axios/blob/master/lib/helpers/isURLSameOrigin.js#L30">https://github.com/axios/axios/blob/master/lib/helpers/isURLSameOrigin.js#L30</a... | 1 |
<p dir="auto">I've set <code class="notranslate">axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';</code> and using the same instance doesn't affect at any request at all. It is very annoying because every POST request to API is useless.</p>
<p dir="auto">In addition, v: 0.12.0, no inte... | <h4 dir="auto">Describe the issue</h4>
<p dir="auto">This might be duplicated question, but I have tried all possible research on google and blogs, StackOverflow to get a solution to fix it, but no luck so if you already know the answer please help me.</p>
<p dir="auto">I am trying to send an array of objects to Axios ... | 0 |
<p dir="auto">The Qhull library used for the Voronoi diagram calculation has floating number imprecision. If the points differ only 5 digits after the decimal point (e.g. geographic coordinates), only one region is determined.<br>
These imprecisions are already mentioned in the <a href="http://www.qhull.org/html/qh-im... | <p dir="auto">A little context: We're trying to use Voronoi diagrams with points in GIS shapefiles, which have coordinates with large numbers like <code class="notranslate">[470121.0, 5118838.0999999996]</code></p>
<p dir="auto">When I run <code class="notranslate">scipy.spatial.Voronoi()</code> on raw points I get:<br... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=pavla" rel="nofollow">Pavla Nováková</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6373?redirect=false" rel="nofollow">SPR-6373</a></strong> and commented</p>
<p dir="auto">It would be useful to be able to use va... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sher" rel="nofollow">Roman Shevchenko</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3785?redirect=false" rel="nofollow">SPR-3785</a></strong> and commented</p>
<p dir="auto">A defaultObject property of JndiObject... | 0 |
<p dir="auto"><strong>Elasticsearch version</strong>: 2.1.2 or newest</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PUT store
{
"mappings": {
"performance": {
"_source": {
"ena... | <p dir="auto">At least with master (did not check other branches) I see this:</p>
<p dir="auto">[WARNING] Some problems were encountered while building the effective model for org.elasticsearch:elasticsearch:jar:2.0.0-SNAPSHOT<br>
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate ... | 0 |
<p dir="auto">Bootstrap components are defined as constructor functions in a private scope. While they are exposed globally within <code class="notranslate">$.fn</code>, they are called with references to those constructors within that private scope.</p>
<p dir="auto">That means that there's no way to replace or wrap t... | <p dir="auto">Dropdowns experience the same clipping problems as tooltips, so one solution would be to allow specifying <code class="notranslate">data-container="body"</code>, as you can with tooltips.</p>
<p dir="auto">This means the .dropdown-menu would have to be positioned with JS, like the tooltip, and I don't kno... | 0 |
<p dir="auto">In a PR that only changed docs, TestHandleNodeSelector failed on shippable.<br>
<a href="https://app.shippable.com/builds/5582fe6f152d7e0b0098cd1a" rel="nofollow">https://app.shippable.com/builds/5582fe6f152d7e0b0098cd1a</a><br>
says:</p>
<div class="snippet-clipboard-content notranslate position-relative... | <p dir="auto">A developer accidentally made two deployments with labels that overlapped, such that one of the deployment's selectors matched the pods from both deployments. In the repro below the labels are exactly the same, but this also happened one one set of labels is a subset of another.</p>
<p dir="auto">Expecte... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">The tensor.clamp function returns the upper bound when applied to a nan array on the GPU. On the CPU it returns nan instead.</p>
<h2 dir="auto">To ... | <p dir="auto">The behavior of clamp is not consistent on CPU and GPU when nan's are involved. See the following code snippet</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import torch
a = torch.tensor([float('nan')])
print(... | 1 |
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):<br>
No.</p>
<p dir="auto"><strong>What keywords did you s... | <p dir="auto">The <code class="notranslate">extensions</code> group isn't meant to be an incubator group, its intended to hold the things already in it, resources directly related, and <code class="notranslate">thirdpartyresource</code>. We've actually gone to some effort to migrate some types out: <code class="notran... | 0 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Stock example script.</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS Linux release 7.6.1810 (Core)</li>
<li>Mobile device (... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution : windows10</li>
<li>TensorFlow installed from : source</li>
<li>TensorFlow version: 1.11.0</li>
<li>Python version: Python 3.6.3 :: Anaconda custom (64-bit)</li>
<li>Installed using virtualenv? pip? conda?: conda</li... | 0 |
<p dir="auto">From the logs, it looks like the pod was determined to be <code class="notranslate">terminated</code> before it was started running. There are actually 2 issues here:</p>
<ol dir="auto">
<li>The pod was killed on the before it was started</li>
<li>After killing the pod, kubelet continued to download the i... | <p dir="auto">Example failure:<br>
<a href="http://kubekins.dls.corp.google.com:8081/job/kubernetes-pull-build-test-e2e-gce/21458/" rel="nofollow">http://kubekins.dls.corp.google.com:8081/job/kubernetes-pull-build-test-e2e-gce/21458/</a></p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" d... | 1 |
<p dir="auto">The PDF and CDF functions for the generalized Pareto distribution return nan for any quantile when the shape parameter is zero:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [54]: genpareto.pdf([0, 1, 2.5], 0.0)
Out[54]: arra... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/768" rel="nofollow">http://projects.scipy.org/scipy/ticket/768</a> on 2008-10-31 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pbrod/hovercard" data-octo-click="hovercard-link-click" data-oct... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul dir="auto">
<li>[ X] I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li>
<li>[ X] I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Cod... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | 1 |
<p dir="auto">When we open three stacked modals a stack problem due to the invocation of enforceFocus function in bootstrap-modal.js file.</p>
<p dir="auto">The following simple html code illustrate the issue.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard... | <p dir="auto">Issue reproducible with: <a href="http://jsbin.com/otuduz/5/" rel="nofollow">http://jsbin.com/otuduz/5/</a></p>
<p dir="auto">Situation:<br>
When using a page involving multiple modals where focus goes from modal 1 -> item within modal 2 without returning to the page itself first an error or crash is r... | 1 |
<p dir="auto">I'm trying to write mixed C tensorflow code with python tensorflow code by<br>
embedding the CPython interpreter in my application.</p>
<p dir="auto">I'm mainly doing this because defining the model is only really possible in<br>
Python at the moment due to the lack of gradients (<a class="issue-link js-i... | <p dir="auto">Notice that I'm not looking for a tutorial like <a href="https://github.com/jikexueyuanwiki/tensorflow-zh/blob/master/SOURCE/how_tos/adding_an_op/index.md">this</a>.<br>
<strong>What I'm trying to do</strong></p>
<p dir="auto">I'm new to C++ and bazel and I want to make some change on the convolution oper... | 0 |
<p dir="auto">This error happens when training several models in a for loop:</p>
<p dir="auto"><code class="notranslate">W tensorflow/core/common_runtime/executor.cc:1076] 0x18ef02bb0 W tensorflow/core/common_runtime/executor.cc:1076] 0x18ef02bb0 Compute status: Resource exhausted: OOM when allocating tensor with shape... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code: Yes</li>
<li>OS Platform and Distribution: Manjaro testing, x86_64</li>
<li>TensorFlow installed from (source or binary): pypi binary</li>
<li>TensorFlow version (use command below): v2.0.0-rc2-26-g64c3d38 2.0.0</li>
<... | 0 |
<p dir="auto">Recently I found this piece of code inside bootstrap 3 releases.<br>
This can be a problem for those trying to override css styling on print.<br>
Does anyone have any proposal to fix it?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-cont... | <p dir="auto">default print media query adds an aggressive * style with !important to it. This makes it impossible to have a print version of the page without manually deleting the media query.<br>
Bootstrap should not make any assumptions about the desired print view of the site.<br>
[should be labeled under "meta"]</... | 1 |
<p dir="auto"><strong>Description</strong><br>
Hi folks.<br>
Forgive me if this is already possible but I didn't see in the values.yaml file a clear way to specify multiple git repos as sources for dags. If this is possible already great!</p>
<p dir="auto"><strong>Use case / motivation</strong><br>
The use case is whe... | <p dir="auto"><strong>Description</strong></p>
<p dir="auto">Git sync feature with multiple git repositories</p>
<p dir="auto"><strong>Use case / motivation</strong></p>
<p dir="auto">We have a use case where multiple tenants create DAGs and they dont work with common git repository. Its a security issue if we share on... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=adam.causey" rel="nofollow">Adam Causey</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7959?redirect=false" rel="nofollow">SPR-7959</a></strong> and commented</p>
<p dir="auto">The class org.springframework.web.se... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=leok" rel="nofollow">Leo Kim</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5360?redirect=false" rel="nofollow">SPR-5360</a></strong> and commented</p>
<p dir="auto">I actually wrote to the Wicket mailing list ini... | 0 |
<p dir="auto">Regarding the docs components with property <code class="notranslate">mdDown</code> should not be shown:</p>
<blockquote>
<p dir="auto">If true, screens this size and down will be hidden.</p>
</blockquote>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="... | <h2 dir="auto">Problem Description</h2>
<p dir="auto">Hi guys,</p>
<p dir="auto">I have been having performance issues that might be related to transition.js dependencies of material-ui.<br>
I have a medium size SPA using redux.<br>
I believe that one of the most CPU consuming process of my app are the ones related wit... | 0 |
<p dir="auto">The following code works:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" pub fn new(delay: uint, callback: Box<FnMut() -> uint + 'a>, remove_on_drop: bool) -> Timer<'a> {
...
}">... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// Accepted while it should not.
type A = Box<(Trait1) + Trait2 + 'lifetime>;
// Correct syntax.
type A = Box<Trait1 + Trait2 + 'lifetime>;"><pre class="notranslate"><code class="notransl... | 1 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">Given the code below, only one request should be fired.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="THREE.Cache.enabled = true
var fileLoader = new THREE.FileLoader... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">If a Hole in the form of one or more absarc/absellipse/arc/ellipse segments forming a full circle or ellipse is added to a 2D Shape and rendered as a ShapeBufferGeometry, this can wreck the Shape, anything from removing two triangles between one vertice in th... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<ul dir="auto">
<li>core</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.1.0
c... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ec2</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">works:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ansible... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2>
<ul dir="auto">
<li>Windows build number: 19041.388</li>
<li>PowerToys version: v0.20.0 (without admin permission)</li>
<li>PowerToy... | <p dir="auto">Popup tells me to give y'all this.</p>
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 07/31/2020 17:29:59<br>
Exce... | 1 |
<ol dir="auto">
<li>
<p dir="auto">just use <code class="notranslate">conda install transformers</code>,the transformers version is 4.4.2, can't run<br>
1.1. error:<br>
```bash<br>
can't import pipline</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-co... | <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="RuntimeError: Error(s) in loading state_dict for BartModel:
size mismatch for model.encoder.embed_positions.weight: copying a param with shape torch.Size([16386, 768]) from checkpoi... | 1 |
<p dir="auto">Same problem when starting julia with -p 4 parameter (for example).</p>
<p dir="auto">Problem only occurs on 64 bit version. (on Windows 8.1)</p>
<p dir="auto">32 bit version is OK.</p> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 0.3.0-prerelease+1358
Commit cb26338* (2014-02-01 14:56 UTC)
Platform Info:
System: Windows (i686-w64-mingw32)
CPU: Intel(R) Core(TM)2 Duo CPU T9300 @ 2.... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">feature</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto"><code class="notranslate">getDerivedStateFromProps</code> only receives the nextProps and previousState as argum... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Our tests are sporadically logging a warning <code class="notranslate">Warning: ReactDebugTool: debugID may not be empty.</code>. We fail any te... | 0 |
<ol dir="auto">
<li>Right click on a folder in the tree view</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Microsoft Windows 8.1<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu... | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Erro... | 1 |
<p dir="auto">Version: symfony/validator 3.1.6, PHP 7.0.7</p>
<p dir="auto"><strong>Background:</strong> I've been using the validator component for APIs for a long time (without forms though). One of the problems was that apart from the descriptive violation messages I wanted to return a fixed error name that can be h... | <p dir="auto">Hi,</p>
<p dir="auto">It's possible that when calling the <code class="notranslate">getConstraint()</code> method on a <code class="notranslate">ConstraintViolation</code> generated by the <code class="notranslate">Assert\Collection</code> will return a different constraint than the <code class="notransla... | 1 |
<p dir="auto">I discovered that when we start service neo4j with systemd on ubuntu /etc/systemd/system/neo4j.service is buggy.<br>
I already create a ticket n°7911 on problem with false analysis.</p>
<ul dir="auto">
<li>Neo4j version: 3.0.1 to 3.1.1</li>
<li>Operating system: Ubuntu 16.04 and 16.10</li>
<li>API/Driver:... | <p dir="auto">I have noticed that a fresh install of neo4j enterprise is not creating pid file on /var/run/neo4j directory. Also if I'm creating this directory manually it's been deleted by neo4j stop procedure.<br>
The result is an instance of neo4j which is not controllable by neo4j bin file.<br>
This occurs after fi... | 1 |
<p dir="auto">This is a feature request/suggestion.</p>
<p dir="auto">It would pretty nifty to be able to prefix route IDs/names on import. The idea is that the same routing resource could be imported multiple times and generate unique route names.</p>
<p dir="auto">For example: if you have a typical form login on one ... | <h3 dir="auto">Problem</h3>
<p dir="auto">Thanks to the work of <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nicolas-grekas/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nicolas-grekas">@nicolas-grekas</a> an... | 0 |
<p dir="auto"><strong>Description</strong></p>
<p dir="auto">A way to manipulate <code class="notranslate">execution_date</code>, or triggering backfills/catchups from the Web GUI is proposed.</p>
<p dir="auto"><strong>Use case / motivation</strong></p>
<p dir="auto">Web UI and the CLI interface have separate privileg... | <h3 dir="auto">Description</h3>
<p dir="auto">I'd like to be able to trigger backfills remotely through a REST API endpoint - there's already support for triggering a single DAGRun so why not multiple?</p>
<p dir="auto">This would involve creating a new endpoint (maybe under <code class="notranslate">/dags/<dag_id&g... | 1 |
<p dir="auto">When I build the APP through Android studio, it gets installed on phone but closes suddenly and throws following <code class="notranslate">error</code> in the Android studio console.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=... | <p dir="auto">In reference to the camera plugin <a href="https://github.com/flutter/plugins/tree/master/packages/camera">here</a></p>
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">For me,</p>
<ol dir="auto">
<li>Make an app</li>
<li>Get the camera package</li>
<li>Import package:camera/camera.dart</li>
</ol>
<h2... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2169" rel="nofollow">http://projects.scipy.org/numpy/ticket/2169</a> on 2012-06-19 by trac user knopfra, assigned to unknown.</em></p>
<p dir="auto">The array provided in attachment as a pickle file can be used to detect the following iss... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2170" rel="nofollow">http://projects.scipy.org/numpy/ticket/2170</a> on 2012-06-19 by trac user knopfra, assigned to unknown.</em></p>
<p dir="auto">The array provided as a pickle file at the following link [http://dl.dropbox.com/u/305922... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=andypiper" rel="nofollow">Andy Piper</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2533?redirect=false" rel="nofollow">SPR-2533</a></strong> and commented</p>
<p dir="auto">JavaBeans support the management of lis... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=nurkiewicz" rel="nofollow">Tomasz Nurkiewicz</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8808?redirect=false" rel="nofollow">SPR-8808</a></strong> and commented</p>
<p dir="auto">I am using <code class="notrans... | 0 |
<p dir="auto">This is showing up in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="904275878" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/14148" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull/14148/hovercard" href... | <p dir="auto">KDtree/cKDtree do not reference each-other.</p>
<p dir="auto">is adding a <code class="notranslate">:seealso:</code> be useful ?</p>
<p dir="auto">Any reason when using KDtree not to use cKDtree automatically when available ?</p> | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=vbose" rel="nofollow">Vigil Bose</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2706?redirect=false" rel="nofollow">SPR-2706</a></strong> and commented</p>
<p dir="auto">We are currently working on an enterprise p... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=skaffman" rel="nofollow">Kenny MacLeod</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7043?redirect=false" rel="nofollow">SPR-7043</a></strong> and commented</p>
<p dir="auto">I would like to see an attribute adde... | 0 |
<p dir="auto">While creating a distplot on 'Tips' dataset on 'Total_Bills' column the Y axis values in the chart appear in decimal while I am expecting it to provide the counts.</p>
<p dir="auto">I am using the following code:</p>
<p dir="auto"><code class="notranslate">import seaborn as sns %matplotlib inline tips = s... | <p dir="auto">Hi all,</p>
<p dir="auto">(first of all: awesome library, I love it)</p>
<p dir="auto">I am wondering about the default behavior of <code class="notranslate">distplot</code> when <code class="notranslate">norm_hist</code> is <code class="notranslate">False</code>.</p>
<p dir="auto">At least on 0.8.0, when... | 1 |
<p dir="auto">Hi.<br>
Is it possible to get some message, when some installed plugins have been updated?</p> | <p dir="auto">for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="156233363" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/6654" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/6654/hovercard" href="https://githu... | 0 |
<p dir="auto">Sorry in advance if this is the wrong place or way to ask this. I would like to add a hook to the trackball mouse controls so that a user can specify a handler they would like called first if needed. Doing it is not difficult but I'd like to contribute it back to the community if it has value. How do I... | <p dir="auto">My goal is to have the camera looking perpendicularly at one face of a cube, no matter how the cube rotates. I'm using FirstPersonControls to control the cube. I'm using the pointer lock API so the cube rotates with my mouse movements as a character would in a 3rd person shooter.</p>
<p dir="auto">I'm hav... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto"><strong>Version</strong>: VS 2015/TS 1.5.4</p>
<p dir="auto">I have the following settings.</p>
<p dir="auto">On the "Build" settings page I have<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1106823/9156813/ef56d8f0-3ede-1... | <p dir="auto">A function can choose to omit parameters defined in a signature, as shown by function <code class="notranslate">a</code> below. Callers of <code class="notranslate">a</code> must still supply arguments, but the function does not need to use them.</p>
<p dir="auto">Despite this, if the same function is ass... | 0 |
<p dir="auto">OS: Windows 8.1<br>
Atom version: 0.132.0</p>
<p dir="auto">Whenever I have multiple monitors connected, and atom is on a monitor that is not the primary monitor, the menu bar drop downs don't show up in the correct position in some situations. The drop downs show up with the correct vertical offset, but ... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/174857/4079329/127d686a-2ed4-11e4-99ee-c09ad0ef8d9a.png"><img src="https://cloud.githubusercontent.com/assets/174857/4079329/127d686a-2ed4-11e4-99ee-c09ad0ef8d9a.png" alt="menu atom" style="max-width: 10... | 1 |
<p dir="auto">Introduce <code class="notranslate">Mutable<T></code> to implement a dynamic mutable slot, with dynamic borrow check, in once place. Obsolete <code class="notranslate">Cell<T></code> and <code class="notranslate">RcMut<T></code> (and what about <code class="notranslate">@mut T</code>? S... | <p dir="auto">I'm not sure if this is a bug or not, needs further investigation. It appears that by reusing the fulfillment_cx <a href="https://github.com/jroesch/rust/blob/fulfillment-context-refactor/src/librustc/middle/traits/mod.rs#L452">here</a> we incur more obligations and later trip an <a href="https://github.c... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=el_schalo" rel="nofollow">Alexander Schäl</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6481?redirect=false" rel="nofollow">SPR-6481</a></strong> and commented</p>
<p dir="auto">When started via Java6 WebStart, t... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=tnine" rel="nofollow">Todd Nine</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-792?redirect=false" rel="nofollow">SPR-792</a></strong> and commented</p>
<p dir="auto">I have added support for the Hibernate event l... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.0</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">Centos 7</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Other 3rd-party Helm chart</p>
<h3 dir="auto">De... | <p dir="auto"><strong>Apache Airflow version</strong>: 2.1.2</p>
<p dir="auto"><strong>OS</strong>: Ubuntu 18.04.5</p>
<p dir="auto"><strong>Apache Airflow Provider versions</strong>:<br>
apache-airflow-providers-amazon==2.1.0<br>
apache-airflow-providers-celery==2.0.0<br>
apache-airflow-providers-ftp==2.0.0<br>
apache... | 1 |
<p dir="auto">i need to show gif in recyle view android, i am currently using glide and sending gif request to download gif in the onbindviewholder callback<br>
the scroll is smooth but the gif download is very slow with glide,can anybody suggest better mechanism.<br>
current code is</p>
<div class="highlight highlight... | <p dir="auto">We just started using Glide and I've been comparing the default RESULT disk cache strategy vs. SOURCE and I'm noticing that SOURCE is noticeably faster to render a newly net-retrieved image to the screen.</p>
<p dir="auto">I'm playing with two second-gen Nexus 7's with Lollipop side-by-side with images ~2... | 1 |
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/westfood/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/westfood">@westfood</a> on 2016-06-05T18:53:40Z</p>
<h5 dir="auto">ISSUE TYPE</h5>
<ul di... | <p dir="auto">Issue Type: Bug introduced by commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/8d53ef2f6055e174a10795bc5a084c3a36389678/hovercard" href="https://github.com/ansible/ansible/commit/8d53ef2f6055e174a10795bc5a084c3a36389678"><tt>8d53ef2</... | 0 |
<h3 dir="auto">Problem</h3>
<p dir="auto">After upgrading the DependencyInjection component from 2.0.14 to 2.0.15 the file <strong>services-1.0.xsd</strong> is missing. That generates a xml error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=... | <ul dir="auto">
<li>*.xsd files in the v2.0.15 package.xml files for the DependencyInjection, Routing, Translation, and Validator components are defined as role="doc" (instead of role="php" like v2.0.14-), but the code expects these files to be in the install directory instead of the doc directory [1][2][3][4][5]. Ple... | 1 |
<p dir="auto">I hit it first after making minor changes to the flutter code lab, and am hitting it now, while trying to put together a simpler flutter app.</p>
<p dir="auto">Hot reload is not working, cold launches sometimes work.</p>
<p dir="auto">Flutter run from IJ.</p>
<p dir="auto">Launching lib/main.dart on Nexus... | <p dir="auto">Not sure whether this is a flutter bug or I should restructure the code.<br>
The intended behavior is that whenever I click the circled plus button, it should add <code class="notranslate">", " </code> to the end of the input text and advance the cursor to the end.</p>
<h2 dir="auto">Steps to Reproduce</h... | 1 |
<p dir="auto"><a href="http://stackoverflow.com/questions/14511752/pandas-3x3-scatter-matrix-missing-labels" rel="nofollow">http://stackoverflow.com/questions/14511752/pandas-3x3-scatter-matrix-missing-labels</a></p> | <p dir="auto">I create a pandas scatter-matrix usng the following code:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
import pandas as pd
a = np.random.normal(1, 3, 100)
b = np.random.normal(3, 1, 100)
c... | 1 |
<h4 dir="auto">Background</h4>
<p dir="auto">Every week axios receives lots of new issues, and most of them are problems about how to get the expected response. Some of them are simple or duplicated, some are similar but with tricky differences, and some are complex without enough and clear information.</p>
<h4 dir="au... | <h4 dir="auto">Describe the issue</h4>
<p dir="auto">I am trying to access a route in the API that checks whether an access token is valid or not. If it is not valid, jwt returns jwt expired error.</p>
<p dir="auto">In my axios response interceptor I verify I get that error. However, I would like to make an automatic r... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1507" rel="nofollow">http://projects.scipy.org/numpy/ticket/1507</a> on 2010-06-08 by trac user howarn, assigned to unknown.</em></p>
<p dir="auto">$ cd doc<br>
$ make html<br>
mkdir -p build<br>
touch build/generate-stamp<br>
mkdir -p bu... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1489" rel="nofollow">http://projects.scipy.org/numpy/ticket/1489</a> on 2010-05-22 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mforbes/hovercard" data-octo-click="hovercard-link-click" data... | 1 |
<p dir="auto">I noticed that <a href="https://codecov.io/gh/matplotlib/matplotlib/src/master/lib/matplotlib/tests/test_constrainedlayout.py" rel="nofollow">coverage</a> of <code class="notranslate">test_constrainedlayout.py</code> was only 87.6%. It turns out that the function <code class="notranslate">test_constrained... | <p dir="auto">Say one finds a pathological natural-neighbour <code class="notranslate">griddata</code> case that <code class="notranslate">matplotlib.delaunay</code> can't handle so installs <code class="notranslate">natgrid</code>, which can cope with your data but is pretty slow. Unfortunately if <code class="notran... | 0 |
<p dir="auto">Example: <a href="http://is.gd/9LFIF2" rel="nofollow">http://is.gd/9LFIF2</a></p>
<p dir="auto">The outer macro attempts to parse the new variables as existing ones, and errors when it can't find them.</p> | <p dir="auto">This is a FIXME issue; currently, macro invocations are parsed too eagerly. In particular, the current system decides before expansion time whether a rhs pattern-use (e.g. $y) is bound or unbound. This is incompatible with macro-producing macros that use a given identifier in a pattern position. It's also... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">Recenly, one of our clusters on GCE (1.1.7) started having intermittent connection issues. It turned out to be dns resolver issues. Here are my findings during a recent occurance:</p>
<ul dir="auto">
<li>Pods can not resolve anything.</li>
<li>If I remove skydns ip from /etc/resolv.c... | <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/.):no" rel="nofollow">http://kubernetes.io/docs/troubleshooting/.):no</a></p>
<p dir="auto"><strong>What keywords did you se... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> bug report</li>
</ul>
<p dir="auto"><strong>Current behaviour:</strong><br>
Now every browser comes with save password option.</p>
<p dir="auto">If the password is saved by a b... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | 0 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-kops-aws-updown/1938/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-kops-aws-updown/1938/</a></p>
<p dir="auto">Failed: TearDown {e2e.go}</p>
<div class="snippet-clipb... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-kops-aws-updown/485/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-kops-aws-updown/485/</a></p>
<p dir="auto">Failed: TearDown {e2e.go}</p>
<div class="snippet-clipboa... | 1 |
<p dir="auto">I have a function that takes a complicated options object as its only argument.<br>
Also, I am using <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment#Default_values_2" rel="nofollow">object destructuring with default values</a> to set default va... | <blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/branneman/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/branneman">@branneman</a></p>
</blockquote>
<h3 dir="au... | 0 |
<p dir="auto">in mysql,the column 's name was 'from',when I used insert into with mybatis,it was error,I have add " ` ", but it didn't work</p> | <p dir="auto">Service started loading data source error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2023-01-12 15:55:20.059 INFO DESKTOP-D3UDU4O - [ main] c.a.d.p.DruidDataSource : {dataSource-1} inited
2023-01-1... | 0 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li>Custom code, worked fine on 1.0</li>
<li>OS: Linux Ubuntu 16.04</li>
<li>installed binary via pip3</li>
<li>TensorFlow version v1.1.0-rc0-61-g1ec6ed5, 1.1.0</li>
<li>CUDA v8.0, cuDNN v5.1</li>
<li>GTX 1070, 8GB RAM</li>
<li>To reproduce: run tensorboard, try to... | <h3 dir="auto">System information</h3>
<p dir="auto">Docker image <code class="notranslate">tensorflow/tensorflow:nightly</code> (or 1.1.0rc2)</p>
<h3 dir="auto">Describe the problem</h3>
<p dir="auto">Start a tensorboard process</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" dat... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.XX]</li>
<li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]</li>
<li>Browser: [Chromium]</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="c... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.36.1]</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I provided exact source code that allows reproducin... | 0 |
<p dir="auto">hello when i use<br>
alt + space for run command its works great but if focus in other windows (like libreoffice or chrome) to works space keyboard doesn't work its always load run search bar</p> | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
PowerToys version: 0.19
PowerToy module for which you are reporting the bug (if applicable): PT Run"><pr... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | <p dir="auto">Affects 3.0.23.</p>
<p dir="auto">The get_scheduler method is called as part of celery.apps.beat.Beat.startup_info (instead of accessing the beat.scheduler property). This instantiates a scheduler object (lazy=True).</p>
<p dir="auto">Later, in celery.beat.Service.start() the beat.scheduler property is a... | 0 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">feature</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Specifying output file names is not very flexible.</p>
<div class="snippet-clipboard-content notranslate positio... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">feature</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">DllPlugin currently only works on <code class="notranslate">library</code> bundles, not entry bundles. That is... | 0 |
<p dir="auto">I'm getting a build error and a previously working build system.</p>
<p dir="auto">Built a version a week ago without problems and had been successfully built with same image for almost a year</p>
<p dir="auto">Built is made on Docker using python:2.7-alpine as docker image base</p>
<p dir="auto">If any a... | <h3 dir="auto">Describe the issue:</h3>
<p dir="auto">When converting a numpy array containing <code class="notranslate">numpy.nan</code> to type <code class="notranslate">int</code>, the <code class="notranslate">numpy.nan</code> are replaced by either <code class="notranslate">-9223372036854775808</code> or <code cla... | 0 |
<ul dir="auto">
<li>have a git conflict</li>
<li>click around if the line conflict decorations don't show up</li>
<li>delete the conflicting lines</li>
<li>undo</li>
<li>Observe: now the conflict decorations never disappear without a Reload window or a new model instantiation.</li>
</ul>
<p dir="auto"><a target="_blank... | <p dir="auto">Ubuntu 12.04, vscode 0.10.1</p>
<p dir="auto">Deleting and undoing the line doubles the highlight: (stays after closing and reopening the file)</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2193314/11248144/728d1290-8dd4-11e5-843d-... | 1 |
<p dir="auto">It would be really nice to have a way to get the compiler options into the code (like precompilation ifdef or something like that).<br>
The main reason would be to make conditional code (=shim) conditionnally to the target ES version.</p>
<p dir="auto">In term of code scalability, this would also help smo... | <p dir="auto">On codeplex this was a popular feature request:</p>
<p dir="auto"><a href="https://typescript.codeplex.com/workitem/111" rel="nofollow">https://typescript.codeplex.com/workitem/111</a><br>
<a href="https://typescript.codeplex.com/workitem/1926" rel="nofollow">https://typescript.codeplex.com/workitem/1926<... | 1 |
<p dir="auto">I'm running into an issue using a StreamedResponse to return a file to the user that can be limited in size by a post parameter. In some cases, we return 10,000 rows, and in others only 4.</p>
<p dir="auto">Since upgrading to Symfony 3.x our tests related to small sized files have broken on our front end... | <p dir="auto">Hi,</p>
<p dir="auto">Currently the <code class="notranslate">access_control</code> setting only allows regex paths, wouldn't it be nice to allow a route name as well. This would avoid duplicating paths between routing and security.</p>
<div class="highlight highlight-source-yaml notranslate position-rela... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Ability to create zones which span multiple monitors</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">I have this giant 49" screen which are practically 2 27"monitors in 5120x1440 resolution without a beze... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18365.449 (1909)
PowerToys version: 0.12 and 0.13
PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> When searching in PowerToys Run, show 1 or 2 currently running processes that match the search string with a high confidence at the top</h2>
<p dir="auto">Often, I use Po... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">It would be more useful if already running programs are shown first in the results list in the quick launcher (like the old WindowWalker). <strong><em>Or maybe an option to change the priority.</em></strong></p>
<h1 dir="auto">Proposed technical i... | 1 |
<p dir="auto">I'm trying to scrape the content from this <a href="https://www.stepstone.de/5/ergebnisliste.html?stf=freeText&ns=1&qs=%5B%7B%22id%22%3A%22216805%22%2C%22description%22%3A%22Software-Entwickler%2Fin%22%2C%22type%22%3A%22jd%22%7D%2C%7B%22id%22%3A%22300000115%22%2C%22description%22%3A%22Deutschland%... | <p dir="auto">I'm trying to scrape the content from this <a href="https://www.stepstone.de/5/ergebnisliste.html?stf=freeText&ns=1&qs=%5B%7B%22id%22%3A%22216805%22%2C%22description%22%3A%22Software-Entwickler%2Fin%22%2C%22type%22%3A%22jd%22%7D%2C%7B%22id%22%3A%22300000115%22%2C%22description%22%3A%22Deutschland%... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=pathos" rel="nofollow">Mathias Bogaert</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-168?redirect=false" rel="nofollow">SPR-168</a></strong> and commented</p>
<p dir="auto">It would be very usefuly to be able to ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=borislav.andruschuk" rel="nofollow">Andruschuk Borislav</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7393?redirect=false" rel="nofollow">SPR-7393</a></strong> and commented</p>
<p dir="auto">We have some DAO whi... | 0 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-override-all-other-styles-by-using-important" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-override-all-other-styles-by-using-important</a> has an issue.</p>
<p dir="auto">If there is a space between "!important" and ";" ... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-override-all-other-styles-by-using-important" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-override-all-other-styles-by-using-important</a> has an issue.</p>
<p dir="auto">When editing the style, do not include ";" after ... | 1 |
<p dir="auto"><code class="notranslate">ne</code> is a point-wise math operator so porting it from the TH code to Aten (and TensorIterator) expected to be easy. Such migration will help to clean up the code, simplify dispatch as well as provide immediate 2-3x operator performance gain.</p>
<p dir="auto">Porting guide: ... | <p dir="auto">Porting TH operators is essential for code simplicity and performance reasons.</p>
<p dir="auto">Porting guides and Q&A are available in umbrella issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="481740397" data-permission-text="Title is private" data-url="http... | 1 |
<p dir="auto">trailing slash in link for legit page works for client side navigation but leads to not found bundle and 404 on hard refresh (ssr)</p>
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">let me know if title needs further clarification.</p>
<p dir="auto"><a href="https://gith... | <p dir="auto">Hi,</p>
<p dir="auto">Would be nice to be able to modify the webpack configuration using the interface that <a href="https://github.com/mozilla-neutrino/webpack-chain">webpack-chain</a> provides.</p>
<p dir="auto">My proposal is to do something like <a href="https://poi.js.org/" rel="nofollow">poi</a> doe... | 0 |
<p dir="auto">I was testing out some code I found on the mailing list, and appended some of my own:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum Foobar {
Foo(~str),
Bar(~str)
}
fn f<'a>(fb: &'a Foobar) -&... | <p dir="auto">It would be nice if there would be some way to <code class="notranslate">std::mem::transmute</code> in functions, even with type parameters.</p>
<p dir="auto">Maybe the prototype of the <code class="notranslate">transmute</code> function could be changed to</p>
<div class="snippet-clipboard-content notran... | 0 |
<p dir="auto">Transferred from <a href="http://code.opencv.org/issues/4106" rel="nofollow">http://code.opencv.org/issues/4106</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="|| tzafrir last_name on 2015-01-08 09:05
|| Priority: Normal
|| Af... | <p dir="auto">BOWKMeansTrainer class is not available in even latest Opencv 3.1 java version</p>
<p dir="auto">The same bug is raised for version 2.4.5 , 3 years ago available at link<br>
<a href="http://code.opencv.org/issues/3003" rel="nofollow">http://code.opencv.org/issues/3003</a><br>
by mohammag</p>
<p dir="auto"... | 0 |
<p dir="auto">I get a weird REPL crash when pasting the following into a fresh session:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> struct Test{A,B} end
julia> Base.show(io::IO, ::Type{Test{A,B}}) where {A,B} = print(io, "... | <p dir="auto">I checked it with 1.0.0 and 1.1.0-DEV.334.</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> struct Spam end
julia> Base.show(::IO, ::Type{Spam}) = error("nope")
julia> Spam
Error showin... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-delete-properties-from-a-javascript-object#?solution=var%20ourDog%20%3D%20%7B%0A%20%20%22name%22%3A%20%22Camper%22%2C%0A%20%20%22legs%22%3A%204%2C%0A%20%20%22tails%22%3A%201%2C%0A%20%20%22friends%22%3A%20%5B%22everything!%22%5D%2C%0A%20%20... | <p dir="auto">Thanks to Thad for reporting. His words:</p>
<p dir="auto">I have a question about the code output area. I'm referring to the area just under the Reset, Help and Bug buttons on the left side of the page at FCC. It seems that there was a change to how that functions in the past few days.</p>
<p dir="auto">... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">if you right-click on the icon in the taskbar the menu shows only "unpin from taskbar". It would be nice if there are the terminals that are in the settings described.</p>
<p dir="auto">How it looks now:<br>
<a target="_blank" rel="noopener n... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.356]
Windows Terminal version (if applicable): Windows Terminal (Preview) Version: 0.4.2382.0"><pre lang="no... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Python 3.5.2 (default, Nov 17 2016, 17:05:23)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>... | <p dir="auto">Hey so the 2.16.0 release broke all of the vendored things I am assuming. I have <a href="https://github.com/tomchristie/apistar/pull/189" data-hovercard-type="pull_request" data-hovercard-url="/encode/apistar/pull/189/hovercard">issued</a> two <a href="https://github.com/encode/django-rest-framework/pull... | 1 |
<p dir="auto">I had an error below when trying to divide a monitor.<br>
Its error occured after some packages updated.</p>
<hr>
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.200.0<br>
<strong>System</strong>: Unknown Wi... | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Erro... | 1 |
<p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="32078028" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/6942" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/6942/hovercard" href="https://git... | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="175624003" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/14179" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/14179/hovercard" href="https://... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">module include_tasks</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.1.0
... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">include_tasks</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="devel version on 2018/03... | 1 |
<p dir="auto">One feature about DataFrame that I found uncomfortable is the inconsistency of results:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="x = pd.DataFrame({'A': [1,2,3,4,5]}, index=['a','b','c','d','e'])
x.loc[['a', 'f']] # fine, v... | <p dir="auto">I just upgraded to latest Pandas 0.16, and the new error has hit me (with Pandas 0.15) when slicing with multiple values. (df.ix[[list_of_values]]). I actually think it is more valid to return an empty DataFrame, than to throw an error.</p>
<p dir="auto">The best I've been able to come up with to reproduc... | 1 |
<h2 dir="auto">Issue description</h2>
<p dir="auto">I noticed that some loss functions in <code class="notranslate">torch.nn.functional</code> do tensor broadcasting while other does not.<br>
I started using <code class="notranslate">cosine_embedding_loss</code> and was happy because it handles input tensors with (N, F... | <h2 dir="auto">To Reproduce</h2>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="a = T.zeros(5,1,10, requires_grad=True)
b = T.zeros(5,10,10, requires_grad=True)
F.mse_loss(a,b)
# OK
a = T.zeros(5,1,10)
b = T.zeros(5,10,10)
F.ms... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&... | 1 |
<p dir="auto">Steps:</p>
<ul dir="auto">
<li><code class="notranslate">gomobile install golang.org/x/mobile/example/basic</code></li>
<li>start the app</li>
<li>press back button</li>
<li>start the app</li>
</ul>
<p dir="auto">The application crashes:</p>
<p dir="auto"><code class="notranslate">panic: attempting to ini... | <p dir="auto">golang.org/x/mobile/example/basic<br>
its a UI interaction bug.</p>
<p dir="auto">Context:<br>
gedw99-MacBook-Pro:audio apple$ go version<br>
go version go1.5beta2 darwin/amd64</p>
<p dir="auto">gedw99-MacBook-Pro:audio apple$ which go<br>
/usr/local/go/bin/go<br>
gedw99-MacBook-Pro:audio apple$</p>
<p di... | 1 |
<p dir="auto">I am trying to run <code class="notranslate">resnet_v2.py</code> from provided modles but getting error <code class="notranslate">ImportError: No module named nets </code>.<br>
I have done following<br>
First installing slim<br>
<code class="notranslate">cd $HOME/tensorflow git clone https://github.com/t... | <p dir="auto">I am trying to run <code class="notranslate">resnet_v2.py</code> from provided modles but getting error <code class="notranslate">ImportError: No module named nets.</code><br>
I have done following<br>
First installing slim<br>
<code class="notranslate">cd $HOME/tensorflow git clone https://github.com/ten... | 1 |
<ul dir="auto">
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>: 3.0.13</li>
<li>Operating System (Platform and Version): MacOS 10.14.2</li>
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code> on last known working Electron version (if applicable): 2.0... | <ul dir="auto">
<li>Electron Version: 3.0.0-beta.6</li>
<li>Operating System (Platform and Version): Mac OS 10.13.6</li>
<li>Last known working Electron version: 2.0.7</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong></p>
<p dir="auto">If content spans multiple pages, all pages should print.</p>
<p dir="auto"... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Pablo Marti (<a href="https://github.com/pmarti">@pmarti</a>)</strong></p>
<p dir="auto">Hi there,</p>
<p dir="auto">I have a User model class with a profile attribute marked as mutable</p>
<div class="snippet-clipboard-content notranslate position-relative ov... | <p dir="auto"><strong>Migrated issue, originally created by Raphaël Slinckx</strong></p>
<p dir="auto">Here is a test case yielding different results between sqlalchemy 0.9.9 and 1.0+</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-co... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.0.0-alpha, 4.0.0-beta</li>
<li>Operating System / Platform => Ubuntu 16.04</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Since OpenCV 4.0.0-alpha, I cannot use anymore <code class="notranslate">Features2d.NOT_DRA... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.0.0</li>
<li>Operating System / Platform => nixpkgs on macOS 10.14 (Mojave)</li>
<li>Compiler => clang</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I'm packaging OpenCV-4.0.0 in nixpkgs at <a class="issue-li... | 0 |
<blockquote>
<p dir="auto">Issue originally reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/marcoacierno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/marcoacierno">@marcoacierno</a> in <a class="iss... | <p dir="auto">The code as follow running normally at last version(V7.8.6), but at Version7.8.7,throw error.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let obj = {one:{a:1}, other: {b:2}}
function fn(obj, key) {
for(var key... | 0 |
<p dir="auto">npm WARN deprecated fsevents@1.2.9: One of your dependencies needs to upgrade to fsevents v2: 1) Proper nodejs v10+ support 2) No more fetching binaries from AWS, smaller package size<br>
npm WARN deprecated core-js@1.2.7: core-js@<3.0 is no longer maintained and not recommended for usage due to the nu... | <h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">This issue exists in the latest npm version</h3>
<ul clas... | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | <h3 dir="auto">Preflight Checklist</h3>
<p dir="auto">I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.<br>
I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> that ... | 1 |
<p dir="auto">Some NumPy C functions do not have signatures available. I have not audited the full API but I know this is true at least for <code class="notranslate">arange</code>.</p>
<p dir="auto">It <a href="https://stackoverflow.com/a/25847066/907060" rel="nofollow">sounds like</a> you can add signatures for functi... | <p dir="auto">Which involves including <code class="notranslate">--\n\n</code> in the docstrings. See <a href="http://stackoverflow.com/a/41245451/102441" rel="nofollow">http://stackoverflow.com/a/41245451/102441</a></p> | 1 |
<p dir="auto">I'm using the latest version of VS Code on OS X (Version 0.10.8 (0.10.8), <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/db71ac615ddf9f33b133ff2536f5d33a77d4774e/hovercard" href="https://github.com/microsoft/vscode/commit/db71ac615ddf9f33... | <p dir="auto">I wanted to indent multiple lines at once but it failed. This is how it looks like when I select some lines and press <kbd>Tab</kbd>. Sometimes it works though, like when creating an untitled file in split screen.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.... | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2>
<p dir="auto">It would be nice to have a feature similar to Linux Xcompose or wincompose.</p>
<h2 dir="auto"><em>What is the... | <h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2>
<p dir="auto">What if I write asap and automatically the word is replaced by "as soon as possible" ?<br>
There are lots of p... | 0 |
<p dir="auto">when using the "yum" module to install a package in RHEL6, I just get this error:</p>
<p dir="auto">fatal: [jofo-mgmt1] => failed to parse: This system is not registered with RHN.</p>
<p dir="auto">RHN support will be disabled.</p>
<p dir="auto">{"changed": true}</p>
<p dir="auto">These lines are alway... | <p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Vladimir-csp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Vladimir-csp">@Vladimir-csp</a> on 2016-06-12T09:45:24Z</p>
<h5 dir="auto">ISSUE TYPE... | 0 |
<table role="table">
<thead>
<tr>
<th align="center">Drawer Opened</th>
<th align="center">Drawer Closed</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/23476626/39396451-556da036-4ae6-11e8-9b89-ad63b6b1e2a0.png"><... | <p dir="auto">When I use flutter plugin and open my webpage always white screen, But that doesn't happen with setting Android webView <code class="notranslate">webSettings.setDomStorageEnabled(true)</code> to load this webpage. I expect to webview_flutter plugin support the <code class="notranslate">webSettings.set... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.