text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd df = pd.DataFrame({'x': [1, 2, 3], 'y': [2, 3, 4]}) df.eval('(x - y)').std() # evaluates df....
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="def test_unary(): df = pd.DataFrame({'x': np.array([0.11, 0], dtype=np.float32)}) res = df.eval('(x &gt; 0.1) | (x &lt; -0....
1
<p dir="auto">main.js like this:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" // and load the index.html of the app. // mainWindow.loadFile('index.html') const html = ` &lt;!DOCTYPE html&gt; &lt;html&gt; &lt...
<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...
0
<p dir="auto">On Firefox 24.0a2 none of the sidebar anchor links work. Clicking any of them fires a number of errors (in groups of 6, far as I can tell) in the console:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[09:53:07.151] Empty strin...
<p dir="auto">I am using FireFox 22.0 and Chrome 27.0.1453.110.</p> <p dir="auto">For example, in this page, <a href="http://twitter.github.io/bootstrap/getting-started/" rel="nofollow">http://twitter.github.io/bootstrap/getting-started/</a></p> <p dir="auto">If I hit "License FAQs" on the sidebar in Chrome, the page w...
1
<p dir="auto">The corr() method attached to DataFrames is a great way to get a matrix of correlation coefficients. But for the Kendall and Spearman options, the p-value is discarded:</p> <p dir="auto"><a href="https://github.com/pydata/pandas/blob/8ac0e11b59b65f0ac898dca2beebde5f87836649/pandas/core/nanops.py#L510-L51...
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="data = pd.read_stata(&quot;myfile.dta&quot;) data = data.set_index(['country', 'year']) data_delta = data.groupb...
0
<p dir="auto">The following:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import type {HVal} from 'https://cdn.skypack.dev/haystack-core?dts' import {HNum} from 'https://cdn.skypack.dev/haystack-core?dts' function num() : HVal { return ...
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export { minify } from 'https://esm.sh/terser@5.5.1' export type { ECMA } from 'https://esm.sh/terser@5.5.1'"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k...
1
<p dir="auto">I'm sure there's some reason as to why the tensor shape (dimensions) and type are no longer included (as of 0.4) when <code class="notranslate">print x</code> is called on some tensor <code class="notranslate">x</code>, but why? It can be extremely useful, especially when viewing the contents of large ten...
<p dir="auto">my platform is win10, vs2019, python27.<br> when doing the following steps:<br> cd pytorch/scripts<br> build_windows.bat<br> it fails with the link error 1248, i use the 64bit VS dev cmd line env.<br> i changed some variables in the build_windows.bat per i found from google like:<br> set BUILD_PYTHON=ON<...
0
<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 <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
<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 <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
0
<p dir="auto"><strong>### Problem</strong><br> As I used simpson in scipy, I found there some issue about it. Simpson's 1/3 rule use parabola eq. to approximate every curve in the segment, to determine the parabola, it needs 3 points, so that is the constraint of 1/3 rule. It just apply to odd number well, but inaccura...
<h1 dir="auto">problem</h1> <p dir="auto">The Simpson's rule is suitable for arrays with an odd number of points. The current implementation allows for even number of points by integration the first or last interval using the trapezium rule, which is highly inaccurate.</p> <h1 dir="auto">solution</h1> <p dir="auto">In ...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
0
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">Compile SciPy on Docker image i386/python:3.10.11-slim-bullseye not Success.</p> <h3 dir="auto">Reproducing Code Example</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="...
<p dir="auto">Want to build from source to work on adding a missing distribution (Landau distribution). Following the steps from <a href="https://scipy.github.io/devdocs/dev/dev_quickstart.html" rel="nofollow">here</a>. Using the <em>pip+venv</em> workflow. Already cloned the repo and created the virtual environment, r...
1
<h2 dir="auto">Description</h2> <p dir="auto">I'm not sure if this is expected behavior or not, but flags should be positional. For instance, if I run this,</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="deno run --allow-net ...
<p dir="auto">The order of the CLI flags should not be of importance. Check this example</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/6124435/62263509-c9d87180-b41c-11e9-8da9-b683316e0ad7.png"><img src="https://user-images.githubusercontent.com/...
1
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.0</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuratio...
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.0</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>:</li> <li><strong>OS</strong> (e.g. from /etc/os-release): Amazon Linux 2</li> <li><strong>Kernel</strong> (e.g. <code class="not...
1
<p dir="auto">If I have <code class="notranslate">/pages/one/index.js</code>, the URL <code class="notranslate">/one</code> resolves to the <code class="notranslate">index.js</code>. Great.</p> <p dir="auto">But if I have <code class="notranslate">/pages/one/two/index.js</code>, the URL <code class="notranslate">/one/t...
<p dir="auto">Hello!</p> <p dir="auto">I have a dependency in my application that specifically relies on <code class="notranslate">window.fetch</code> being replaced with the whatwg-fetch polyfill. whatwg-fetch is a transitive dependency, so it should be ending up in my build, but it looks like next.js is replacing it ...
0
<p dir="auto">After downloading the latest version of Deno 1.7.3 from GitHub, the binary throws the following error under Debain 10 64Bit:</p> <p dir="auto"><code class="notranslate">./deno: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by ./deno)</code></p> <p dir="auto"><code class="notrans...
<p dir="auto">stdout &amp; stack trace:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt; RUST_BACKTRACE=full ./.deno/bin/deno upgrade --canary; Looking up latest version Found latest version d6c05b09dd7cbaba0fcae65929a2c2dd55e9d994 Checking...
1
<p dir="auto">Instead of given the argument <code class="notranslate">--vault-password-file &lt;file&gt;</code> by cli. I would like to have an option in ansible.cfg to set it in defaults:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[defaul...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Feature Idea</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.5.4</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Ubuntu 14.04</p> <h5 dir="auto">Summary:</h5> <p dir="auto">I'm using vaults and have the password stored inside a vault-password-file. I don...
1
<p dir="auto">I'm trying to define a type that can be added/multiplied with floats.<br> I've tried overloading <code class="notranslate">+</code> like this:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pub struct Num(f64); ...
<h3 dir="auto">STR</h3> <p dir="auto">Given the proper (commutative) <code class="notranslate">Add</code>/<code class="notranslate">Mul</code> implementations. (See this <a href="http://is.gd/HsB5yl" rel="nofollow">playpen link</a>)</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/61928734/83080280-ca956080-a04b-11ea-8439-2a4210cb784c.jpg"><img src="https://user-images.githubusercontent.com/61928734/83080280-ca956080-a04b-11ea-8439-2a4210cb784c.jpg" alt="2020-05-27" style="max-widt...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [Version 10.0.18363.836] PowerToys version: v0.18.1 PowerToy module for which you are reporting the bug (if applicable): Power Run"><pre class="no...
0
<p dir="auto">I'd like to use TensorFlow to write an application that would need <code class="notranslate">complex128</code> as a dtype.<br> But TensorFlow currently only supports <code class="notranslate">complex64</code>.<br> Are there any plans for supporting <code class="notranslate">complex128</code> as well in th...
<p dir="auto">Currently Tensorflow supports <a href="https://www.tensorflow.org/js" rel="nofollow">Javascript</a>, <a href="https://www.tensorflow.org/install/lang_java" rel="nofollow">Java</a>, and <a href="https://www.tensorflow.org/install/lang_c" rel="nofollow">C</a>. These are all the target programming languages ...
0
<h4 dir="auto">Describe the bug</h4> <p dir="auto">The data option in <strong>axios.delete(url, {options})</strong> api is always staying undefined, even after passing the data option with proper values.</p> <h4 dir="auto">To Reproduce</h4> <div class="highlight highlight-source-js notranslate position-relative overflo...
<h4 dir="auto">Describe the bug</h4> <p dir="auto">Axios last version (0.20.0) does not use data from config when making DELETE request. In 0.19.2 it's working fine</p> <h4 dir="auto">To Reproduce</h4> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboa...
1
<p dir="auto">The following occurs when using pandas.merge for an (left) outer join with the left_index=True and right_on="something" options. The index of the resulting DataFrame contains duplicate values and the "something" column contains new (compared to before) values that look suspiciously like what the index sho...
<p dir="auto">python uses 32 bytes for every int.<br> numpy uses 4 bytes for an int32 (with which you can index billion of keys).</p> <p dir="auto">We currently have a hardwired if preventing single-level multi-indexes,<br> which would allow us to take advantage of factorization to reduce memory<br> consumption by ~8x ...
0
<p dir="auto">Julia 0.4 gets subtype relation wrong inside a function scope with tuple types:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="immutable FakeMethod sig::Type{Tuple} # no error below if leaving the type decl...
<p dir="auto">typeassert is sometimes removed incorrectly for arguments of inline functions.</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; function f(::Int) return 1 end f (generic function with 1...
1
<p dir="auto">When I provide <code class="notranslate">dataSource</code> values in form of array with objects instead of strings with duplicated <code class="notranslate">text</code> values, for example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-c...
<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 <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">The...
0
<p dir="auto">This is all I see when right clicking on the task bar icon.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1727302/13333908/31b2e5d0-dc01-11e5-993a-ea99da05dd9d.png"><img src="https://cloud.githubusercontent.com/assets/1727302/13333908/31b2e5d0-d...
<ul dir="auto"> <li>VSCode Version: 0.10.12-alpha</li> <li>OS Version: MAC OS X EI captian (Version 10.11.2)</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>launch app and play around help menu to make application to be crashed (current behavior) or try to perform any action which makes VSCode to b...
0
<p dir="auto">Hi,</p> <p dir="auto">I was trying to profile the <a href="https://github.com/guolas/julia_test/commit/e365ca510f82b752ccd759421b12567e86c8d452">code</a> provided in <a href="https://github.com/JuliaLang/julia/issues/3965" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/3965/hoverc...
<p dir="auto">If I fully specify the type parameters for a constructor and the arguments are compatible, I expected it to work. However, I'm seeing errors from the default constructor:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-co...
0
<h3 dir="auto">System Info</h3> <p dir="auto">The PEFT methods freeze the bulk of the transformer, apart from an external module.</p> <p dir="auto">When I enable gradient checkpointing and train with these models or even if I simply freeze an embedding layer of a normal model, training breaks. So this problem is not sp...
<h1 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature request</h1> <p dir="auto">I think it'd be nice to have a simple way to preprocess the logits before caching them for computing metrics.</p> <h2 dir="auto">Moti...
0
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/factorialize-a-number#?solution=var%20count%3D1%3B%0Afunction%20factorialize%28num%29%20%7B%0A%20%20for%28var%20i%3D1%3B%20i%3C%3Dnum%3Bi%2B%2B%29%7B%0A%20%20%20%20%0A%20%20%20%20count%3D%20count%20*%20i%3B%0A%20%20%20%20%0A%20%20%7D%0A%20%20retur...
<h4 dir="auto">Challenge Name</h4> <p dir="auto">Mainly JavaScript challenges</p> <h4 dir="auto">Issue Description</h4> <p dir="auto">We've had many coding issues made on GitHub (a list of some from the past few months: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="163600609" dat...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-make-images-mobile-responsive" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-make-images-mobile-responsive</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> <p dir="au...
<p dir="auto">Not sure what caused it, and I can't duplicate it.</p> <p dir="auto">Also, a pink notice popped up saying I had completed all the waypoints and was ready to work on non-profits, which is obviously erroneous.</p>
0
<p dir="auto">ROC-AUC SVM classification results for random, normally distributed data does not produce a <em>symmetric</em> distribution around 0.5. A tail of high ROC-AUC scores can be observed:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/80628104/11249789...
<p dir="auto">LSHForest should be deprecated and scheduled for removal in 0.21. It should also warn about having bad performance. cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ogrisel/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" h...
0
<p dir="auto">make does not execute bootsrap in arpack-ng-3.3.0 before configure is called ...</p>
<p dir="auto">Without re-generating and committing configure to repo, every downloader then needs to have correct version of autoconf installed before they can use configure to build it. Having to download and installing autoconf to build another package is onerous.</p>
1
<p dir="auto">I read that there is/was a problem on tray right-clicked event. It is/was triggering clicked as well. I'm not sure it's fixed or not.</p> <p dir="auto">I'm trying to show the contextMenu only on right-clicked to tray icon in Mac.</p> <p dir="auto">I tried to preventDefault from click and right-clicked eve...
<p dir="auto">I'm not sure what the API would look like, nor am I confident how this would work cross-platform, however the current implementation of the tray context menu is <a href="https://github.com/atom/electron/blob/e4a7352b6299a03a42f545cfec1c45dde60bac41/atom/browser/ui/tray_icon_cocoa.mm#L210-L216">force-bound...
1
<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 <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
<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 <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<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 <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Behavior</h...
0
<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>.): no.</p> <p dir="auto"><strong>What keywords did you searc...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="E1109 11:31:44.493904 3385 util.go:82] Recovered from panic: &quot;sync: negative WaitGroup counter&quot; (sync: negative WaitGroup counter) /home/vagrant/go/src/k8s.io/kubernetes/_output/local/go/...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Previously working example documentation code using tight_layout() and constrained_layout now produces errors.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <p dir="auto">One of the failing codes (<a href="https:/...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto"><code class="notranslate">plt.scatter()</code> raises upon drawing when called with <code class="notranslate">marker=''</code> (no errors with 3.3.0).<br> This change of behavior broke seaborn.</p> <p dir="auto"><strong>Code for...
1
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/create-a-form-element#?solution=%0A%3Clink%20href%3D%22https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20...
<p dir="auto">The "Go to my next Challenge button" is enabled without meeting the first two conditions :<br> -Your h2 element should degrade to the font "Monospace" when "Lobster" is not available.<br> -Your h2 element should degrade to the font "Monospace" when "Lobster" is not available.</p> <p dir="auto">Also the co...
0
<p dir="auto">my model:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class Test(db.Model): __tablename__ = &quot;Test&quot; STN = db.Column(db.String(3), nullable=False, info='') BEG_DATE = db.Column(db.Date, nullable=False, in...
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">Attaching a patch (for 0.6 and for 0.7) to support this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" u = table1.update().values(name=table2...
0
<p dir="auto">I'm trying to design a single query that creates a node including input/output links with possible linking to existing nodes. Creation stages are separated by cardinality reduction clauses using <code class="notranslate">LIMIT 1</code>. This method prevents creation of certain nodes in preceding <code cla...
<ul dir="auto"> <li>Neo4j version: 5.8.0-enterprise</li> <li>Operating system: Ubuntu 20.04</li> <li>API/Driver: Cypher</li> <li><strong>Steps to reproduce</strong></li> </ul> <p dir="auto">Hello! While testing Neo4j in the movie graph, I came across an issue related to duplicated path patterns. Allow me to explain in ...
0
<p dir="auto">When I try to upgrade npm via the suggested method in the console:</p> <p dir="auto"><code class="notranslate">npm install -g npm@8.3.0</code></p> <p dir="auto">it fails with the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-...
<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...
1
<p dir="auto">We need to host a standalone React component (DraftJS editor) inside a HTML5 application which will run on other JS framework, or even plain JS or jQuery.<br> The code of the application is beyond our control, we are just a vendor of a component which adds some content, part of which is this React-based e...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nathansobo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nathansobo">@nathansobo</a> will that help your event perf issues a bit? I'm not familiar wi...
1
<h3 dir="auto">Expected Behavior</h3> <p dir="auto">Using <code class="notranslate">flask run</code> should result in appropriate import error messages if erroneous imports are used in a flask app.</p> <p dir="auto">Consider the two flask apps <code class="notranslate">worksjustfine.py</code>:</p> <div class="highlight...
<p dir="auto">(Observed on Python 2.7; untested on 3.x)</p> <h2 dir="auto">Steps to reproduce:</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="echo &quot;import thisisnotarealpackage&quot; &gt; error_app.py export FLASK_APP=error_app.py flask ...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="====================================================================== ERROR: check_transformer(WardAgglomeration) ---------------------------------------------------------------------- Traceback (mos...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="nosetests sklearn --exe .............................................................../usr/local/lib/python2.7/site-packages/scikit_learn-0.13.1-py2.7-linux-x86_64.egg/sklearn/manifold/spectral_embed...
1
<p dir="auto">I am getting an Error by adding this <strong>library</strong> into my project<br> The library:<code class="notranslate"> 'com.github.RahulJanagouda:StatusStories:1.0.1'</code><br> <strong>The error log:</strong><br> <code class="notranslate">2019-02-24 10:43:32.993 12294-12294/ E/AndroidRuntime: FATAL EXC...
<p dir="auto"><strong>Glide Version</strong>: 4.6.1</p> <p dir="auto"><strong>Integration libraries</strong>: okhttp3-integration</p> <p dir="auto"><strong>Device/Android Version</strong>: Google Pixel 8.1</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>: The Glide v4 documentatio...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">user</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 config file ...
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/avacam/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/avacam">@avacam</a> on 2014-12-10T18:58:20Z</p> <h5 dir="auto">Issue Type:</h5> <p dir="aut...
1
<p dir="auto">This failure/permissions error is showing up in the wheels repo for a subset of Windows matrix entries, including backports for 1.7.2 and for <code class="notranslate">master</code>.</p> <p dir="auto">I'll put the traceback below, and links to sample PRs:<br> <a class="issue-link js-issue-link" data-error...
<p dir="auto"><a href="https://ci.appveyor.com/project/scipy/scipy-wheels/builds/40998533/job/eqlrdamm2bp6kkxp" rel="nofollow">Here</a> This is on Python 3.9, 3.8 passed.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="C:\Python39\lib\site-pack...
1
<h4 dir="auto">Code Sample</h4> <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 S = pd.Series([np.nan,1.5,np.nan,2,np.nan,np.nan,np.nan,1,1,2,2,2,3]) print S; print; print set(S)"><pre class...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [21]: df = DataFrame({'A' : np.random.randn(5), 'B' : np.random.randn(5),'C' : np.random.randn(5), 'D':['a','b','c','d','e'] }) In [22]: df Out[22]: A B C D 0 -0.94...
0
<p dir="auto">One way to implement <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="204130237" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/7739" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/issues/7739/hovercard" href...
<p dir="auto">A <code class="notranslate">HostDevice</code> is similar to <code class="notranslate">AndroidDevice</code> and <code class="notranslate">IOSDevice</code> but runs Flutter shell on the host machine instead of a real device or an emulator. We already do this for <code class="notranslate">flutter test</code>...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">I recently updated material-ui from 0.18.2 to 0.18.4 and noticed that the buttons in my application have a unusual white gap on the bottom of the buttons with a containerElement attached to it (the element is a react element.</p> <p dir="auto">I switched back to 0....
<p dir="auto">The latest release 0.18.4 adds <code class="notranslate">overflow: hidden;</code> to a containerElement on RaisedButton. This is not happening with 0.18.3. It increases the height of the button and displays a white border at the bottom of the button,</p> <p dir="auto">Also checked FlatButton, which still ...
1
<p dir="auto">The problem occurs when trying to compile the Slackbuild numpy or numpy3. THe compilation fails in the same position (see error message)<br> I am unsure what needs to be fixed and why this compilation fails. Any help would be appreciated.</p> <h3 dir="auto">Reproducing code example:</h3> <p dir="auto">I t...
<p dir="auto">On a clean Linux system (nothing but the most recent Manjaro Linux and the latest 64-bit Anaconda Linux install) I decided to try to use the conda compilers instead of the system ones to build NumPy and SciPy against the Anaconda-provided Python 3.7. There are some issues with that.</p> <ol dir="auto"> <l...
1
<ul dir="auto"> <li>VSCode Version: 1.1.1</li> <li>OS Version: Windows 8.1</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>open html file</li> <li>alt+shift+RightArrow</li> </ol> <p dir="auto">works for me in other language modes, but not in HTML</p>
<p dir="auto">I can not use <code class="notranslate">editor.action.smartSelect.grow</code> and <code class="notranslate">editor.action.smartSelect.shrink</code> functions to working on html file. I don't think the develop team have any reason to disable them on html file. It's should be working on any file!! Any body ...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="LibSSH2_jll (7) | started at 2020-12-17T15:29:21.241 From worker 2: ��� Warning: Package LibGit2_jll does not have nghttp2_jll in its dependencies: From worke...
<p dir="auto">Higham and Deadman have published a <a href="http://eprints.ma.man.ac.uk/2102/" rel="nofollow">list of software</a> implementing algorithms for matrix functions, showing that Julia's library for these functions could be improved greatly relative to the state of the art.</p> <p dir="auto">The purpose of th...
0
<h3 dir="auto"><strong>Create a react project with Typescript and start to report errors as soon as it runs.</strong></h3> <h3 dir="auto">Errors</h3> <p dir="auto"><strong>D:\XXXXXX\node_modules\react-scripts\scripts\utils\verifyTypeScriptSetup.js:239</strong><br> appTsConfig.compilerOptions[option] = value;</p> <p dir...
<h3 dir="auto">Describe the bug</h3> <p dir="auto">When creating a react-typescript app using</p> <p dir="auto"><code class="notranslate">npx create-react-app . --template typescript </code></p> <p dir="auto">The error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-...
1
<p dir="auto">As recently discussed on the TensorFlow mailing list (<a href="https://groups.google.com/a/tensorflow.org/d/msg/discuss/GUW0KOmN7MM/2lRMD4JVAQAJ" rel="nofollow">https://groups.google.com/a/tensorflow.org/d/msg/discuss/GUW0KOmN7MM/2lRMD4JVAQAJ</a>), it would be nice if TensorBoard would include an export f...
<p dir="auto">Hi All,</p> <p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04</li> <li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A</li> <li>TensorFlow installed from (source ...
0
<h2 dir="auto">Issue description</h2> <p dir="auto">I was training an autoencoder with MSELoss, and the loss values on the training data were huge but the loss values on the validation data were small. It appeared as if the loss was not being averaged on the training pass, but it was on the validation pass. A little po...
<h2 dir="auto">Issue description</h2> <p dir="auto">If a tensor with requires_grad=True is passed to mse_loss, then the loss is reduced even if reduction is none.<br> Appeared in Pytorch 0.4.1.</p> <h2 dir="auto">Code example</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-s...
1
<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> <p dir="auto">This <em>might</em> be a duplicate of <a class="issue-link...
<p dir="auto">Hello</p> <p dir="auto">I tried to install ffmpeg by :</p> <blockquote> <p dir="auto">sudo npm install --save @ffmpeg-installer/ffmpeg<br> return npm ERR! "cb() never called"</p> </blockquote> <blockquote> <p dir="auto">npm -v<br> 6.13.7<br> node -v<br> v13.7.0</p> </blockquote> <p dir="auto">OS : Linux M...
0
<h3 dir="auto">Description</h3> <p dir="auto">I have following form types: <code class="notranslate">ContactType.php</code> and <code class="notranslate">SendContactType.php</code>.<br> I have following entities with constraints: <code class="notranslate">Contact.php</code> and <code class="notranslate">SendContact.ph...
<p dir="auto"><strong>Description</strong><br> New feature request has start with the blog post : <a href="https://symfony.com/blog/new-in-symfony-4-1-form-field-help" rel="nofollow">Form field help</a>. It's a great post that explain how to extend a form to add a custom option <code class="notranslate">help</code> to ...
0
<p dir="auto">&lt;Button disableRipple /&gt; throws an exception when the KeyDown event triggered.</p> <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 <a href="https://github.com/mui-org/material-ui/issu...
<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 <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
0
<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">it's duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="324811646" data-permission-text="Title is private" data-url="https://github.com/celery/kombu/issues/870" data-hovercard-type="issue" data-hovercard-url="/celery/kombu/issues/870/hovercard" href="https://g...
0
<p dir="auto">Hi,<br> I am running elasticsearch 0.90.5 on windows 2008 R2. In service.bat I updated ES_HEAP_SIZE as 2g I checked script with Echo ON and it showed my 2g .<br> However when I run the service and check heap committed it comes as 111 mb .</p> <p dir="auto">I check running the es with elasticsearch.bat wi...
<p dir="auto">Currently the memory options are passed on as java options but these are ignored by the jvm.dll. They need to be extracted and passed through different arguments so they can be used before starting the java process.<br> Unfortunately this also means doing some conversion (from GB to MB and MB to KB).</p>
1
<p dir="auto">Pasting or opening a file with the following code, turns the editor unresponsive.</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;script type=&quot;text/javascript&quot;&gt; _characterList = {&quot;R0...
<p dir="auto">May be a known issue, but files with large embedded images such as github's public/enterprise/maintenance.html will often cause Atom to freeze (MacVim actually struggles as well).</p> <p dir="auto">Seems some of them (github's public/maintenance.html for instance) work fine when in soft wrap mode, or unti...
1
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/8245/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/8245/</a></p> <p dir="auto">Failed: [k8s.io] Load capacity [Feature:Performance] sh...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-5-gce/4982/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-5-gce/4982/</a></p> <p dir="auto">Failed: [k8s.io] Density [Feature:Performance] should allow start...
1
<p dir="auto">npm run build -&gt; (next build) is working locally but on the production web server with the same code it gives the following error log:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="0 info it worked if it ends with ok 1 verbos...
<p dir="auto">Here's the URL looks like,</p> <p dir="auto"><a href="http://www.mydomain.com/suresh/450" rel="nofollow">www.mydomain.com/suresh/450</a></p> <p dir="auto">Here <strong>suresh</strong> is parsed as "<strong>username</strong>" and <strong>450</strong> is parsed as "<strong>amount</strong>". Here's the <stro...
0
<p dir="auto">When running ./configure on OS X with CUDA support enabled with bazel 0.3.1-homebrew, these errors occur:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR: /Users/jmhodges/src/github.com/tensorflow/tensorflow/tensorflow/core/...
<p dir="auto">I am having trouble configuring the latest master branch (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/dbe7ee0dfa9e5ab26284522379f2747510fc267b/hovercard" href="https://github.com/tensorflow/tensorflow/commit/dbe7ee0dfa9e5ab2628452...
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...
<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 checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+...
0
<p dir="auto">It would be great if we could save the values we use in the customiser. If I need to re-customize one or two values a week after downloading I have to enter all of the custom values again</p>
<p dir="auto">The new site has the awesome customization screen, but unless you manage your bookmarks like a champ, there's no clear mapping between which custom builds on your system correspond to which URLs on the site. It would rock socks if the URL of the custom build was in the header comment in the generated sour...
1
<p dir="auto">In many places we're checking the numpy version by comparing strings. This will break when numpy gets to 1.10. Need to fix this all over the codebase for the next release.</p>
<p dir="auto">As mentioned in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="20963287" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/2992" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull/2992/hovercard" href="https:/...
1
<p dir="auto">I am looking at broadcast.jl and wondering what magic is occurring for me to use ".+" in an expression and have it work but when I type it by itself it gives an error.</p> <p dir="auto">Why is it not like an addition where it's just a generic function?</p> <p dir="auto">The goal of my exploration is to tr...
<p dir="auto">When more than one array is used on <code class="notranslate">maximum</code>, the output is confusing.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; max([1,2,3,2,1],[4,4,4,4,4]) 5-element Array{Int64,1}: 4 4 4 4 4...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" req.respond({ body: renderApp(` &lt;body&gt; &lt;script type=&quot;module&quot;&gt; import server from 'https://unpkg.com/browse/html-dom-parser@0.1.3/dist/html-d...
<ul dir="auto"> <li>v0.20.0</li> <li>Parser doesn't find declarations correctly?</li> </ul> <p dir="auto"><strong>[EDITED]</strong></p> <p dir="auto">Previous example has unrelated mistake but I don' know which code can reproduce error I met.</p> <p dir="auto">I met this error when I ran -&gt; <a href="https://raw.gi...
1
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <ul dir="auto"> <li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li> <li>Read document...
<h2 dir="auto">Bug Report</h2> <p dir="auto">When use openGauss, proxy can't start up.</p> <h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">master <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/apache/shardingsphere/commit/a26bae221684c984aa20f90...
0
<pre class="notranslate">The FreeBSD builder sporadically fails with (among other things) EADDRINUSE errors. e.g. Change 4e18f60442c2 broke the freebsd-386 build: <a href="http://godashboard.appspot.com/log/c55befefa54d803c1b6327356ac0db98109203d2f462e9efb547462e7cc3f948" rel="nofollow">http://godashboard.appspot.com/...
<p dir="auto">by <strong>CMT.miniBill</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? === 1. Install go on a normal kernel 2. Try to run /usr/bin/go on a grsec kernel 3. It crashes believing to be out of memory What is the expected output? === Go is a tool for managing Go source code. Us...
0
<ul dir="auto"> <li>[Y ] I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li>[Y ] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a du...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
0
<p dir="auto">Spotted on the dashboard, from freebsd-386, <a href="http://build.golang.org/log/57659ae3bfad2299f82348b400aa9528ad20d8f6" rel="nofollow">http://build.golang.org/log/57659ae3bfad2299f82348b400aa9528ad20d8f6</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sni...
<p dir="auto">Not sure this is the same as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58467559" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/9953" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/9953/hovercard" href="htt...
1
<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 <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
<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 <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
0
<p dir="auto">by <strong>fibercut</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? package main import ( "fmt" ) type Node struct { line string unused [50]int } const ( LOOPS = 300 // consume ~ 1G of RAM, increase this at your own risk MAX = 30000 STR = "1 ...
<p dir="auto">Expected behavior: go test works</p> <p dir="auto">Actual behavior: go test fails because it trips over long paths it itself constructs for building and running the tests</p> <p dir="auto">Output of "go version":<br> go version go1.4.2 windows/amd64</p> <p dir="auto">Repro steps:</p> <p dir="auto">C:\User...
0
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.1</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuratio...
<p dir="auto"><strong>Apache Airflow version</strong>:</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): "v1.14.2"</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configur...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Version 10.0.18362.720 PowerToys version: v0.17.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="no...
<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.17763.1039] PowerToys version: 0.14 - 0.15 PowerToy module for which you are reporting the bug (if applicable): Fa...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4114872/60814245-2aadba80-a18d-11e9-8188-cda6edf362f4.png"><img src="https://user-images.githubusercontent.com/4114872/60814245-2aadba80-a18d-11e9-8188-cda6edf362f4.png" alt="2019-07-08_14h29_22" style="m...
<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.18362.0 Windows Terminal version: 0.5.2661.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jyothi.polani" rel="nofollow">Jyothi Prakash</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8681?redirect=false" rel="nofollow">SPR-8681</a></strong> and commented</p> <p dir="auto">Hi,</p> <p dir="auto">I am new ...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=bfovez" rel="nofollow">Bertrand Fovez</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4108?redirect=false" rel="nofollow">SPR-4108</a></strong> and commented</p> <p dir="auto">For example, spring-context.pom reads ...
0
<p dir="auto">The code and dataset were the same as before, but I got the following error. However they could work well about a half mouth ago.<br> the pytorch's version is 0.3.1<br> raceback (most recent call last):<br> File "main.py", line 341, in<br> main()<br> File "main.py", line 141, in main<br> train(train_loade...
<p dir="auto">The code and dataset were the same as before, but I got the following error. However they could work well about a half mouth ago.<br> the pytorch's version is 0.3.1, BUT I find the version 0.4.0 also meeting with the same error<br> raceback (most recent call last):<br> File "main.py", line 341, in<br> mai...
1
<p dir="auto">I see on my website and on your online docs this bug :<br> When you click to "Launch demo modal", the modal appear. I click on "close", the modal disappear. But when I click again on "Launch demo modal", the button close doesn't work.<br> You can see that on : <a href="http://getbootstrap.com/javascript/...
<p dir="auto">Hi,</p> <p dir="auto">The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close.</p> <p dir="auto">I am checking on source code line 932, if I commented out this line then it is working again.<...
1
<p dir="auto">rust-bindgen sets cargo:rustc -L to /usr/local/lib via build.rs</p> <p dir="auto">When this happens, linking fails because duplicate candidate dylibs are found in the bootstrap libs: (/usr/local/lib) and the rustlib (/usr/local/lib/rustlib/../lib)</p> <p dir="auto">Specific errors below:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() { for i in range(0, 30) { } }"><pre class="notranslate"><code class="notranslate">fn main() { for i in range(0, 30) { } } </code></pre></div> <p dir="auto">says</p> <div clas...
0
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// A self-contained de...
<p dir="auto">I have a general question about project structures / modules.<br> It's a project with 3 types of code:</p> <ul dir="auto"> <li>client: classes used for the client web-app, built into a single js file (with --out).</li> <li>server: code running on node</li> <li>shared: classes used by both client and serve...
0
<p dir="auto">I found a strange behaviour when importing a default-exported module from file1 and using it for variable/parameter/return value/whatever... type declarations in file2. Please note that the imported namespace is still visible and works correctly when I use it for variable definitions (e.g. invoking class ...
<p dir="auto">Current description of export assignments in the spec states:</p> <blockquote> <p dir="auto">Export assignments exist for backward compatibility with earlier versions of TypeScript. An export assignment designates a module member as the entity to be exported in place of the module itself.</p> <div class="...
1
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/target-the-children-of-an-element-using-jquery#?solution=%0Afccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.prop%28...
<p dir="auto">Challenge tests for jQuery fail to run if syntax errors are present in a campers code.</p> <p dir="auto">Examples:<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="161661570" data-permission-text="Title is private" data-url="https://github.com/freeCodeCamp/freeCodeCa...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=muthukumaran_m" rel="nofollow">Muthukumaran Madialagan</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4077?redirect=false" rel="nofollow">SPR-4077</a></strong> and commented</p> <p dir="auto">My Issue is same as o...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=maverick1601" rel="nofollow">Frank Scheffler</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9180?redirect=false" rel="nofollow">SPR-9180</a></strong> and commented</p> <p dir="auto">As far as I've seen it most of ...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from torchvision.models import vgg16, resnet18 vgg16()"><pre class="notranslate"><code class="notranslate">from torchvision.models import vgg16, resnet18 vgg16() </code></pre></div> <p dir="auto">The ...
<p dir="auto">Hello,</p> <p dir="auto">I have a strange issue when loading some pretrained models. On loading, some models abort and give an "illegal instruction" message, like below:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-co...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2> <h2 dir="auto">Motivation</h2> <p dir="auto">Currently when using the <code class="notranslate">nn.MultiHeadAttention</code> layer, the <code class="notran...
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature: Return the attention scores from all heads</h2> <p dir="auto">Return the attention scores from all heads in the <a href="https://github.com/pytorch/pytorch/blo...
1
<p dir="auto">If I install <code class="notranslate">babel-plugin-transform-runtime</code> into a new project, NPM will install <code class="notranslate">babel-runtime</code> 5.x. This makes sense, as basically everything else uses a 5.x <code class="notranslate">babel-runtime</code> too.</p> <p dir="auto">The problem ...
<p dir="auto">I'm using the latest everything:<br> NodeJS 5.0.0<br> NPM 3.3.12<br> babel-runtime 6.1.4<br> babel-register 6.1.4</p> <p dir="auto">when running anything with <code class="notranslate">babel-node</code> I get the following errors:</p> <div class="snippet-clipboard-content notranslate position-relative ove...
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 =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
<p dir="auto"><strong>I'm submitting a ...</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x] bug report [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https://github.com/angular/...
0
<h2 dir="auto">Checklist</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br> (if you are not able to do this, then at le...
<p dir="auto">These two files overlap quite a bit. Instead of maintaining two files that mostly have equivalent content, maybe converting one of them into a symlink would be an idea?</p>
0
<p dir="auto">I posted <a href="http://stackoverflow.com/questions/33860130/is-there-a-way-to-stream-translog-changes-out-of-elasticsearch" rel="nofollow">this question</a> to Stack Overflow the other day and have gotten no responses:</p> <blockquote> <p dir="auto">In some systems, there are ways to hook in to write-ah...
<p dir="auto">The analyze api currently hangs when e.g. you refer to a custom analyzer and you forget to specify the index in the url. I remember from previous versions a nice "analyzer not found" error but that now (2.0) just hangs and the logs show:</p> <div class="snippet-clipboard-content notranslate position-relat...
0
<h2 dir="auto">Problems</h2> <p dir="auto"><code class="notranslate">/// &lt;reference path="..." /&gt;</code> comments (hereafter "reference directives") currently serve<br> multiple purposes:</p> <ul dir="auto"> <li>Including another definition file containing global declarations</li> <li>Including another definition...
<p dir="auto">Background:</p> <p dir="auto">The build does a preprocessing step to build the <code class="notranslate">Diagnostics</code> map, which contains items naming tsc error codes and their corresponding human-readable messages. The generate-diagnostics target runs before the actual compilation step for tsc. I...
0
<p dir="auto">Per <a href="https://app.circleci.com/pipelines/github/pytorch/pytorch/144817/workflows/c0ac3f91-edb1-4294-9cf4-aad70b6a89d0/jobs/4916119" rel="nofollow">pytorch_windows_vs2019_py36_cuda10.1_test2</a>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clip...
<p dir="auto"><a href="https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-win-ws2016-cuda9-cudnn7-py3-test2/44313/console" rel="nofollow">https://ci.pytorch.org/jenkins/job/pytorch-builds/job/pytorch-win-ws2016-cuda9-cudnn7-py3-test2/44313/console</a><br> <a href="https://ci.pytorch.org/jenkins/job/pytorch-b...
1
<p dir="auto">Please:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provi...
<p dir="auto">Please:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provi...
1
<ul dir="auto"> <li>*<em>I'm submitting a ... *</em><br> [x ] bug report</li> </ul> <p dir="auto">I have a datamodel where Danish characters are used e.g. 'ø'. This works fine in my components. When I try to bind to a model entity which contains a Danish character, I get an error though.</p> <div class="snippet-clipboa...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https://github.com/a...
0
<h3 dir="auto">Version</h3> <p dir="auto">2.6.4</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/mu4q63db/1/" rel="nofollow">https://jsfiddle.net/mu4q63db/1/</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>Select a period radio button</li> <li>Hit Monthly and Dail...
<h3 dir="auto">Vue.js version</h3> <p dir="auto">Most recent</p> <h3 dir="auto">Reproduction Link</h3> <p dir="auto"><a href="https://jsfiddle.net/mo48q36L/" rel="nofollow">https://jsfiddle.net/mo48q36L/</a></p> <p dir="auto">Each custom select element has a togglable option to represent an option that might change in ...
0
<p dir="auto">nosetests is no longer maintained and contains deprecated code (inspect.getargspec). It might not keep working with future versions of python. Should we create a plan to move to py.tests?</p>
<h4 dir="auto">Describe the workflow you want to enable</h4> <p dir="auto">Hi all,<br> I regularly have to estimate Ridge regressions with a large number of different targets and vastly different signal-to-noise ratios across targets. The optimal regularization per target therefore differs quite a lot. RidgeCV currentl...
0
<p dir="auto">When I perform the following:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# Import relevant libraries import pandas as pd import seaborn as sns import matplotlib.pyplot as plt %matplotlib inline # set up the dataframe ids = r...
<p dir="auto">The <code class="notranslate">area</code> method for calculating the width of boxenplot letter-value boxes is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="'area': lambda h, i, k: (1 - 2**(-k + i - 2)) / h}"><pre class="notrans...
0
<p dir="auto">The second comparison crashes. Probably due to weird alignment.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="tag modlist = [int]; ...
0
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6012322/12772350/8038511a-ca6b-11e5-8ea6-f225686b3a25.png"><img src="https://cloud.githubusercontent.com/assets/6012322/12772350/8038511a-ca6b-11e5-8ea6-f225686b3a25.png" alt="image" style="max-width: 10...
<p dir="auto">jQuery contains something along this lines:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if ( typeof module === &quot;object&quot; &amp;&amp; typeof module.exports === &quot;object&quot; ) { // set jQuery in `m...
1
<p dir="auto">Hi, I am building a desktop app with Electron and I am using <code class="notranslate">electron-prebuit</code> in development.</p> <p dir="auto">My issue is that I would like to use the <kbd>⌘</kbd> + <kbd>W</kbd> shortcut (on my Mac)..</p> <p dir="auto">This does not happen in the built version of my app...
<ul dir="auto"> <li>Electron version: 1.0.1</li> <li>Operating system: OS X 10.11.2</li> </ul> <p dir="auto">After using electron-packager@7.0.1 <strong>cmd-w</strong> doesn't close windows on mac, you have to click the red circle to close the window. However, it works when you execute the app with <strong>electron .</...
1