text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">The only thing std::time contains is <a href="http://doc.rust-lang.org/std/time/duration/struct.Duration.html" rel="nofollow"><code class="notranslate">Duration</code></a>, which isn't too useful on its own. The real meat of it is in <a href="http://doc.rust-lang.org/time/index.html" rel="nofollow"><code ...
<p dir="auto"><a href="https://github.com/brson"><img src="https://avatars.githubusercontent.com/u/147214?v=3" align="left" width="96" height="96" hspace="10" style="max-width: 100%;"></a> <strong>Issue by <a href="https://github.com/brson">brson</a></strong><br> <em>Wednesday Jun 04, 2014 at 22:11 GMT</em></p> <p dir=...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">Example: <code class="notranslate">Hidden</code> API docs <code class="notranslate">import type {HiddenProps} from './types'</code>. This is done to prevent a cyclic dependency problem, as the <code class="notranslate">HiddenProps</code> are imported by three (to b...
<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">I'm...
0
<h3 dir="auto">Description</h3> <p dir="auto">When integer inputs are passed in to <code class="notranslate">jax.numpy.divmod</code>, a division/modulo by zero results in inconsistent results when compared with <code class="notranslate">numpy.divmod</code> or the Python operators <code class="notranslate">// and %</cod...
<h3 dir="auto">Description</h3> <p dir="auto">Jax and numpy differ in their behavior with regards to computing a modulus by zero. Jax treats it as a no-op, and numpy treats it as the zero function.</p> <h2 dir="auto">Numpy</h2> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" d...
1
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Install according to directions on <a href="https://flutter.io/docs/get-started/install/linux" rel="nofollow">https://flutter.io/docs/get-started/install/linux</a></p> <p dir="auto">Note the owner and group are unknown (id is 1024). Changed them to root as they are i...
<p dir="auto">Launching lib/main.dart on iPhone 8 Plus in debug mode...<br> No application found for TargetPlatform.ios.<br> Is your project missing an ios/Runner/Info.plist?<br> Consider running "flutter create ." to create one.<br> Exited (sigterm)</p> <p dir="auto">I want debug with VSCode whih existing project ,But...
0
<p dir="auto"><strong>I'm submitting a feature request</strong></p> <p dir="auto">Please consider adding <a href="http://usejsdoc.org/" rel="nofollow">JSDoc</a> documentation to Webpack 2. This will allow code completion/inspection of webpack config files for IDE that supports it, such as WebStorm.</p> <p dir="auto"><s...
<p dir="auto">npm install is throwing a ton of errors from what looks like webpack. Not sure how to debug;</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="kevs-mbp:site kevzettler$ npm -v 2.1.8 kevs-mbp:site kevzettler$ node -v v0.10.33"><pre c...
0
<p dir="auto">Compiling a custom Bootstrap via the <a href="http://getbootstrap.com/customize/" rel="nofollow">http://getbootstrap.com/customize/</a> website feature generates boostrap.css with selectors in an incorrect order.</p> <p dir="auto">I found this out when trying to figure out why the DIV modal-backdrop was a...
<p dir="auto">I noticed that if you use customizer, this block of css is compiled to the end of bootstrap.css instead of normally around line 2800:</p> <p dir="auto">.fade {<br> opacity: 0;<br> -webkit-transition: opacity 0.15s linear;<br> transition: opacity 0.15s linear;<br> }<br> .fade.in {<br> opacity: 1;<br> }<br>...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=hc" rel="nofollow">HC</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7728?redirect=false" rel="nofollow">SPR-7728</a></strong> and commented</p> <p dir="auto">CollectionToCollectionConverter returns the original s...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=djpotter77" rel="nofollow">Daniel Potter</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2483?redirect=false" rel="nofollow">SPR-2483</a></strong> and commented</p> <p dir="auto">When DEBUG logging level is turned ...
0
<p dir="auto">This is partly inspired by the discussions in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="96957776" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/12292" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/j...
<p dir="auto"><code class="notranslate">make testall</code> after latest <code class="notranslate">git pull</code> results in a process that stops at testing <code class="notranslate">cmdlineargs</code> as in</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-c...
0
<p dir="auto">Hi,</p> <p dir="auto">Love the framework. Using it for my company's developer website.</p> <p dir="auto">The Bootstrap documentation has this nice element for creating callouts, e.g. "Alternate elements" in the <a href="http://getbootstrap.com/css/#type-emphasis" rel="nofollow">Italics section of the CSS ...
<p dir="auto">I really like the new callouts in the docs, but ask myself why they are reserved for the docs?<br> They look way better than the default alerts, imo they can be replaced by callouts.</p>
1
<p dir="auto">After running <code class="notranslate">make.bash</code> standard packages are not installed, I need to run <code class="notranslate">go install std</code> to install them:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~/src/go/...
<p dir="auto">One symptom:<br> The behavior of <code class="notranslate">GOROOT_BOOTSTRAP=$HOME/go1.5-bootstrap ./make.bash</code> and<br> <code class="notranslate">GOROOT_BOOTSTRAP=$HOME/go1.5-bootstrap/ ./make.bash</code> are vastly different<br> even though the only difference is just a trailing slash added to GOROO...
1
<p dir="auto">After a recent upgrade to the latest version of tensorflow in github, several things stop working. I found out that all the optimizers, such as Adam or Adagrad are now producing an error related to variable scope that I have not managed to solve yet. However, GradientDescentOptimizer works fine.</p> <p di...
<p dir="auto">Hello,</p> <p dir="auto">I have the following error when I try to compile the pip package from the source code.</p> <h3 dir="auto">Environment info</h3> <p dir="auto">Operating System: Ubuntu 14.04</p> <p dir="auto">Installed version of CUDA and cuDNN:<br> (please attach the output of <code class="notrans...
0
<p dir="auto">I noticed that we may be using <code class="notranslate">memcpy</code> unsafely in some places. e.g. <code class="notranslate">unsafe_copy!</code> in <code class="notranslate">array.jl</code> uses <code class="notranslate">memcpy</code>, but if you do e.g. <code class="notranslate">copy!(A,A)</code> then...
<p dir="auto">The following code flip-flop between the two indentations when indenting the whole file. Note that the second screenshot has a leading space while the first one doesn't.</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-con...
0
<p dir="auto">rustc 1.0.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/a59de37e99060162a2674e3ff45409ac73595c0e/hovercard" href="https://github.com/rust-lang/rust/commit/a59de37e99060162a2674e3ff45409ac73595c0e"><tt>a59de37</tt></a> 2015-05-13) (built...
<p dir="auto">Hi Folks,</p> <p dir="auto">Just ran into a compiler panic. I'm still learning rust, so it's probably related to a stupid syntax error on my part, but rustc suggested I file a bug report, so here I am...</p> <p dir="auto">Here's the error:</p> <p dir="auto">thread 'rustc' panicked at 'assertion failed: s...
1
<p dir="auto">It is often the case that multiple CSS classes are used for an element, and sometimes they are dynamically generated. In such situations the client code needs to concatenate them into a string</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop...
<p dir="auto">Hi!</p> <p dir="auto">I usually am in the situation where I have to write code like this:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="return ( &lt;div className={classnames(['...', '...'])}&gt; Children ...
1
<h3 dir="auto">Description</h3> <p dir="auto">The output of compute_pg is a vector . If I just evaluate f_x below at the desired input it works but the jacobian doesnt seem to work. I am not sure what is happening here.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-...
<p dir="auto">Please:</p> <ul dir="auto"> <li>[x ] Check for duplicate issues.</li> <li>[ x] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:</li> </ul> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipbo...
0
<h3 dir="auto">Expected Behavior</h3> <p dir="auto">App run with debug mode raise OSError</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="app = make_app() celery = make_celery(app) KafkaProducerExt(app) if __name__ == &quot;_...
<p dir="auto">The new 0.15.0 does not run in Docker for Windows. Have not tried Docker on other platforms.</p> <p dir="auto">Minimal example with Flask.</p> <p dir="auto">app.py</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from flask import ...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="W0613 14:15:54.827171 9637 reflector.go:334] k8s.io/kubernetes/plugin/pkg/scheduler/factory/factory.go:393: watch of *api.Node ended with: too old resource version: 724 (731) --- FAIL: TestUnschedu...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="panic: interface conversion: interface {} is nil, not *api.Node [recovered] panic: interface conversion: interface {} is nil, not *api.Node goroutine 42845 [running]: panic(0x24413e0, 0xc8383133c...
1
<p dir="auto">As mentioned in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="7725438" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/1177" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/1177/hovercard" href="https://githu...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; import numpy as np &gt;&gt;&gt; from scipy import sparse &gt;&gt;&gt; sparse.hstack( (sparse.csr_matrix([[1,2]]), np.array([[]])) ) Traceback (most recent call last): File &quot;&lt;ip...
0
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Create simple Scaffold with AppBar and endDrawer. Make drawer visible. See that under transparent part of the view, in appBar, back button shows up. It might be related with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="268139019...
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>Add an <code class="notranslate">appBar</code> with a <code class="notranslate">title</code> and <code class="notranslate">endDrawer</code> to a <code class="notranslate">Scaffold</code> in a LTR language (English in my case).</li> <li>Observe the <code class="...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x] feature request"><pre class="notranslate"><code class="notranslate">[ x] feature request </code></pre></div> <p dir="auto"><strong>Current behavior</strong><br> Angular (and all its dependencies)...
<p dir="auto">With v4, angular starts to ship ES6 code as part of its npm packages. However, Angular's compiler has no option to output ES6 code, only TypeScript code (for AOT) or ES5 code (for JIT).</p> <p dir="auto">Also, our metadata collection is broken for JIT and native ES6 mode (see <a class="issue-link js-issue...
1
<p dir="auto">I use Ctrl+Enter and Ctrl+Shift+Enter to insert lines above and below respectively in Visual Studio <strong>all the time</strong>. It drives me a bit bonkers that the shortcuts are swapped in VSCode.</p> <p dir="auto">Given the name "Visual Studio Code" implies somewhat of a derivative of "Visual Studio"...
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alefragnani/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alefragnani">@alefragnani</a> on October 24, 2015 0:31</em></p> <p dir="auto">How ...
0
<p dir="auto">Summary:<br> Some code which installs and runs successfully actually fails with an error when used with <code class="notranslate">deno compile</code>.</p> <p dir="auto">Details:<br> Trying out <code class="notranslate">deno compile</code> for task running tool project: <a href="https://deno.land/x/dnit" r...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread 'worker-0' panicked at 'not yet implemented: Worker are currently not supported in standalone binaries', /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/deno-1.15.3/standalone.rs:2...
0
<p dir="auto">Travis use <code class="notranslate">pip 6.0.7</code><br> Today we had the following error:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pip install -U requests==2.14.0 Using cached requests-2.14.0-py2.py3-n...
<p dir="auto">Example with pip 6.1.1 (but same with pip 8.1.1):</p> <div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt; pip install requests You are using pip version 6.1.1, however version 9.0.1 is available. You should co...
1
<h3 dir="auto">💻</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a fix?</li> </ul> <h3 dir="auto">How are you using Babel?</h3> <p dir="auto">@babel/cli</p> <h3 dir="auto">Input code</h3> <p dir="auto">I...
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ...
1
<p dir="auto">The Glyphicons font files that come in with the Bootstrap 3.0.0 archive don't work at all, no matter the browser. As far as I could tell those files are corrupted. I downloaded the files you are using on <a href="http://getbootstrap.com/" rel="nofollow">http://getbootstrap.com/</a> for example and they wo...
<p dir="auto">When using a customized version of Bootstrap 3.0 the Glyph icons don't work. The font file sizes differ from the "normal" version.</p>
1
<p dir="auto">Here is a simple example:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function f(s: &quot;foo&quot; | &quot;bar&quot;) { if (s == &quot;baz&quot;) { ... } }"><pre class="notranslate"><span class="pl-k">f...
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type foo = 'hey' | 'nay'; switch (&lt;foo&gt;undefined) { case 'boom': console.log('never the case'); break; // expected unreachable code, actual no problem }"><pre class="notransl...
1
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.2</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="interface Foo { property: (boolean | { bar: number }) } var f...
<p dir="auto">I just found out that property access expressions doesn't work on type predicate functions and <code class="notranslate">instanceof</code> type guards.</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" class A { ...
1
<p dir="auto">Test Case:</p> <p dir="auto">interface Overload {</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="foo(id:&quot;special&quot;, value:number):void; foo(id:string, value:any):void;"><pre class="notranslate"><code class="notranslate">...
<p dir="auto">Hi, consider this bit of code:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Bar { public bar: string; } interface IFoo { doFoo(type: any, bar: any): void; doFoo(type: &quot;Quux&quot;, bar: Bar)...
1
<p dir="auto">My superset is installed on my AWS EC2 instance in:<br> /home/ec2-user/.pyenv/versions/2.7.12/lib/python2.7/site-packages</p> <p dir="auto">And my SSL is serving my /var/www/ securely on this same server. I created a webpage to display the dashboard in an iframe but, cannot get it to appear because of a m...
<p dir="auto">Hello I am trying to add HTTPS to Caravel... I made a hack:<br> /usr/local/bin/caravel (VPS, Debian 8 64bits)</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" cmd = ( &quot;gunicorn &quot; &quot;-w {...
1
<p dir="auto">The following program crashes with a panic:</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main import ( &quot;archive/tar&quot; &quot;bytes&quot; &quot;io&quot; &quot;io/ioutil&quot; ) fu...
<p dir="auto">The following program crashes with a panic:</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main import ( &quot;archive/tar&quot; &quot;bytes&quot; &quot;io&quot; &quot;io/ioutil&quot; ) fu...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-learn-how-script-tags-and-document-ready-work#?solution=fccss%0A%24%28document%29.ready%28function%28%29%20%7B%7D%29%3B%0Afcces%0A%3C!--%20Only%20change%20code%20above%20this%20line.%20--%3E%0A%0A%3Cdiv%20class%3D%22container-fluid%22%3E%0...
<p dir="auto">Image on the side is not showing. All I see is a "?" in a blue box. I am using a Mac computer. Should this be an issue?</p> <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/size-your-images" rel="nofollow">Size your Images</a> has an issue.<br> User Agent is: <code class="notransla...
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>PowerToys version: 0.23.0</li> <li>PowerToy Utility: FancyZones</li> <li>Running PowerToys as Admin: No</li> <li...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Improve current implementation of the FancyZones Editor that is complicated and hard to maintain.<br> Proposal created in cooperation with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ivan100sic/hoverca...
1
<ol dir="auto"> <li>Terminal gets automatically <code class="notranslate">closed</code> when I try to <code class="notranslate">maximize</code> the screen on <code class="notranslate">extended</code> screen.</li> </ol>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Windows Terminal should support automatic scrolling when user is selecting text with the mouse, as the mouse approaches the first or last lines. This is supported in the current conhost and it is missing in Windows Terminal.</p> <p dir="auto">If t...
0
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">The 'Vue server renderer' package should pass in a URL object when creating a sandbox</p> <h3 dir="auto">What does the proposed API look like?</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" da...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.11</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/shengslogar/f4kc5vq2/32/" rel="nofollow">https://jsfiddle.net/shengslogar/f4kc5vq2/32/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Create a watcher with an async handle...
0
<p dir="auto">Currently the nightly build versions are 0.6</p> <p dir="auto">Nightly build checks at appveyor and travis are done against 0.6, but at <a href="http://pkg.julialang.org/" rel="nofollow">http://pkg.julialang.org/</a> all packages are shown to pass/fail 0.5 although they are not checked against 0.5 anymore...
<p dir="auto">There seems to be now way to download a Julia 0.5 binary at the moment. The stable releaser binary is Julia 0.4.6, while the nightly build binary is Julia 0.6.</p>
1
<p dir="auto">I have this String literal type example</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type TStyles = 'x' | 'y' | 'z';"><pre class="notranslate"><span class="pl-s1">type</span> <span class="pl-v">TStyles</span> <sp...
<p dir="auto">Many JavaScript frameworks are heavily based on using string values to do many things, from getting and setting attributes via the property name in string form, to defining event handlers to handle browsing to particular URLs. TypeScript added specialized signatures in overloads as one means to help mitig...
1
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">I met huge build time degradation in new beta release. For example, node target in prod mode took</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboar...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> webpack 5.45.0 (latest) doesn't work with jQuery 3.6.0 (latest):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR in ./node_modules/jquery/...
0
<p dir="auto"><strong>Elasticsearch version</strong>:<br> <code class="notranslate">version[2.3.5]</code></p> <p dir="auto"><strong>Plugins installed</strong>:<br> <code class="notranslate">[kopf, HQ]</code></p> <p dir="auto"><strong>JVM version</strong>:</p> <div class="snippet-clipboard-content notranslate position-r...
<p dir="auto">Currently, when invoking <code class="notranslate">GET indexname/_mapping</code> one gets a long list of the fields that can be expected in the index. All these have the form:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&quot;...
1
<p dir="auto">I'm not sure how much of an issue it is, but when upgrading from an older version of seaborn a new error was introduced in code that used to work in <code class="notranslate">0.11.1</code>, but is now broken in <code class="notranslate">0.11.2</code>.</p> <p dir="auto">Code to reproduce is as follows:</p>...
<p dir="auto">See <a href="https://discourse.matplotlib.org/t/public-api-for-resolving-artist-property-aliases/21230" rel="nofollow">https://discourse.matplotlib.org/t/public-api-for-resolving-artist-property-aliases/21230</a></p> <p dir="auto">This is done in an ad hoc way in various <code class="notranslate">.plot</c...
0
<h3 dir="auto">Problem description</h3> <p dir="auto">A new line is added when the value prop is set in TextField (with multiline true), and enter is pressed.</p> <h3 dir="auto">Link to minimal working code that reproduces the issue</h3> <p dir="auto"><a href="https://www.webpackbin.com/bins/-KlGfX7Kl4Q4uqZ7MITB" rel="...
<p dir="auto">I am using a TextField for sending messages in a chat application. My implementation requires that the TextField expand, can accept newlines via shift+enter, and send a message (empty the textfield) upon hitting enter.</p> <p dir="auto">I am using React 15.6 and MaterialUI v0.20.1 (I'd rather use the late...
1
<p dir="auto">I'm deploying an PyQt(5.3.2) application using py2app. Everything works fine with 0.14.1, 0.15.0 fails at importing. As an example one can take the following <code class="notranslate">main.py</code>:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" ...
<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([['2018-01-01','MSFT','short'], ['2018-01-01','MSFT','l...
0
<h2 dir="auto">Bug Report</h2> <p dir="auto">Connecting to mysql using sharding-jdbc 4.0.0-rc3 always fails to start.</p> <h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">ShardingSphere 4.0.0-RC1 4.0.0-RC2 4.0.0-RC3</p> <h3 dir="auto">Which project did you use? Sharding-JDBC or Sharding-Pr...
<h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">we find java version: java8, full_version=1.8.0_342, full_path=/home/peilq_sharding/bisheng-jdk1.8.0_342//bin/java<br> ShardingSphere-5.2.2-SNAPSHOT<br> Commit ID: dirty-753c0cee8ee6fd3db00536da55b64bc5198a3758<br> Commit Message: Optimize s...
0
<p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="37622512" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/2921" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/2921/hovercard" href="https://github.com/at...
1
<h3 dir="auto">Bug summary</h3> <p dir="auto">When calling <code class="notranslate">plt.gca().set_aspect(-1)</code> it leads to a infinite loop, where <code class="notranslate">ValueError: 'box_aspect' and 'fig_aspect' must be positive</code> repeatedly, until I terminate python.</p> <h3 dir="auto">Code for reproducti...
<blockquote> <p dir="auto"><a href="https://github.com/matplotlib/matplotlib/runs/5781197219?check_suite_focus=true">Duplicate uploads</a> also fail.</p> </blockquote> <blockquote> <p dir="auto">I think that is OK though?</p> <p dir="auto">We have at least one build on main per day most days and I am not sure it is wor...
0
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-the-children-of-an-element-using-jquery" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-target-the-children-of-an-element-using-jquery</a> has an issue. The first sentence of the text is incorrect. <code class="notra...
<p dir="auto">I'm being allowed to go to the next challenge even though I am not entering the semi colons.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9852102/9330588/efbf6542-45c2-11e5-82db-aa038dd52e74.jpg"><img src="https://cloud.githubuser...
1
<p dir="auto">In the bootstrap.css file there are few properties which are are repeated twice, starting at line no 719:</p> <p dir="auto">This is repeated [appears in line 719 &amp; again in 729]:</p> <p dir="auto">.container:before,<br> .container:after {<br> display: table;<br> content: " ";<br> }</p> <p dir="auto">....
<p dir="auto">show on bootstrap.css</p> <p dir="auto"><a href="https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581">https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581</a><br> <a href="https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723">https:/...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">unarchive module</p> <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"><...
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">Feature Idea</p> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">unarchive module</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.0.0 config file = /e...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ RUST_LOG=rustc=1,::rt::backtrace rustc link_header.rs rust: task failed at 'assertion failed: rp.is_none()', /Users/shout/Projects/rust/src/librustc/middle/typeck/collect.rs:1044 error: internal com...
<p dir="auto">Followup to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="11612802" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/5219" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/5219/hovercard" href="https://gi...
0
<h5 dir="auto">Description of the problem</h5> <p dir="auto">The fiddle is <a href="https://jsfiddle.net/dcromley/g791otyp/" rel="nofollow">https://jsfiddle.net/dcromley/g791otyp/</a><br> This draws a line using bufferGeometry with<br> <code class="notranslate"> LineBasicMaterial( { vertexColors:THREE.VertexColors, ...
<p dir="auto">(*** This section is for bug reports and feature requests only. This is NOT a help site. Do not ask help questions here. If you need help, please use stackoverflow. ***)</p> <h5 dir="auto">Description of the problem</h5> <div class="highlight highlight-source-js notranslate position-relative overflow-auto...
1
<p dir="auto">I came around this and this seemed related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59948062" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/9595" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas...
<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="&gt;&gt;&gt; s = pd.Series([2, 1, 0], index=pd.CategoricalIndex([2, 1, 0])) &gt;&gt;&gt; s.index CategoricalInde...
1
<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.18941.1001] Windows Terminal version (if applicable): commit id c97cccb "><pre lang="none" class="notranslate"><co...
<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.418] Windows Terminal version (if applicable): 0.6.2951.0 Any other software?"><pre lang="none" class="notr...
0
<p dir="auto">This seems like something the compiler could merge, <a href="http://www.typescriptlang.org/Playground#src=interface%20A%20%7B%0A%09foo%28name%3A%20'foo'%29%3A%20string%3B%0A%09foo%28name%3A%20string%29%3A%20any%3B%0A%7D%0A%0Ainterface%20B%20%7B%0A%09foo%28name%3A%20'bar'%29%3A%20number%3B%0A%09foo%28name%...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.10</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="interface Foo { on(type: 'foo', listener: (event: MouseEvent)...
1
<p dir="auto"><strong>Migrated issue, originally created by chrismacklin (<a href="https://github.com/chrismacklin">@chrismacklin</a>)</strong></p> <p dir="auto">When using the association object pattern with a table with columns besides the two bridging foreign keys, the docs only gently state that association_proxy i...
<h3 dir="auto">Describe the bug</h3> <p dir="auto">Hello,<br> By following the tutorial, when I execute<br> <a href="https://docs.sqlalchemy.org/en/14/tutorial/data_select.html#:~:text=row%20%3D%20session.execute(select(User)).first()" rel="nofollow">https://docs.sqlalchemy.org/en/14/tutorial/data_select.html#:~:text=r...
0
<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">Current Behavior</h3> <p dir="auto">Using <code class="no...
<p dir="auto">Hooks for scopes get a double prefix, ie <code class="notranslate">@@scope</code>, when shown with the <code class="notranslate">npm hook ls</code> command. This is due to the response from the web request already including the prefix in the <code class="notranslate">name</code> field, and the <a href="ht...
0
<p dir="auto">Getting multiple reports on access violation causing crashes on Windows 32 machines using 0.35.0. Pasting in the crashdump. The crash dump doesn't seem to contain very much, is this enough info to be able to take this error further?</p> <p dir="auto">Operating system: Windows NT<br> 6.1.7601 Service Pack ...
<p dir="auto">In VS Code when I call process.exit() from the main side I get the following trace. I have not been able to reproduce on a bare Electron 0.34.1 though. Any ideas what I could look for to nail this down?</p> <p dir="auto">C:\GitDevelopment\monaco&gt; (No symbol) [0x0046D436](No symbol) [0x0036B0FF](N...
1
<p dir="auto">When I run a command</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&quot;node_modules/.bin/ngc&quot; -p ./"><pre class="notranslate"><code class="notranslate">&gt;"node_modules/.bin/ngc" -p ./ </code></pre></div> <p dir="aut...
<p dir="auto">This sentence in the Javacript Quick start:<br> <em>Most application files export one thing into our faux-pas 'namespace</em><br> should read<br> <em>Most application files export one thing into our faux 'namespace'</em><br> (The namespace is not an " an embarrassing social mistake", it is simply "fake".<...
0
<p dir="auto">Sorry about the long title. I couldn't find a better way to express the issue :)</p> <p dir="auto">Given the following syntax extension:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![crate_type = &quot;dylib&...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="38120612" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/15750" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/15750/hovercard" href="https://github.com/r...
1
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fchollet/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fchollet">@fchollet</a><br> We know that ImageDataGenerator provides a way for image data augm...
<p dir="auto">Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on <a href="http://stackoverflow.com/questions/tagged/keras" rel="nofollow">StackOverflow</a> or <a href="https://keras-slack-autojoin.herokuapp.com/" rel="...
0
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code:No</li> <li>OS Platform and Distribution:Ubuntu 18.04.2</li> <li>TensorFlow installed from:binary</li> <li>TensorFlow version:tf-nightly-gpu 1.14.1.dev20190617</li> <li>Python version:3.7</li> <li>CUDA/cuDNN version:10....
<p dir="auto">PyCharms doesn't provide suggestions for some of the TensorFlow imports. For example:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from tensorflow.nn import rnn_cell from tensorflow.keras import losses"><pre ...
1
<p dir="auto">Nice to have feature "Remap key to Shortcut" but what about "Shortcut with no Action key"?</p> <p dir="auto">Please add the feature so we can remap some key to "Alt + Shift" to switch language.</p> <p dir="auto">Thank you.</p>
<p dir="auto">Allow for users to create a shortcut with only modifiers (Alt+Ctrl).</p>
1
<p dir="auto">The <code class="notranslate">dart2js</code> build step for apps with large numbers of components (&gt;500) is running out of memory.</p> <p dir="auto">Abstracting duplicated and boilerplate code out of generated change detectors and into utilities and/or <code class="notranslate">AbstractChangeDetector</...
<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 [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see http...
0
<p dir="auto"><strong>Apache Airflow version</strong>: 1.10.12</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>: Amazon EC2 instance, 4 CPU cores, 8GB RAM</li> <li><strong>OS</strong> (e.g. from /etc/os-release): Ubuntu 18.04.5 LTS (Bionic...
<p dir="auto"><strong>Apache Airflow version</strong>:</p> <p dir="auto">1.10.12</p> <p dir="auto"><strong>What happened</strong>:</p> <p dir="auto">Seems that from 1.10.12 the behavior from BranchPythonOperator was reversed. A task after all branches would be excluded from the skipped tasks before but now it is skippe...
1
<p dir="auto">Setting the collection of labels on a node can duplicate labels</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt; curl -i -H &quot;Content-Type:application/json&quot; -H &quot;Accept:application/json&quot; -X POST 'http://local...
<p dir="auto">I have a single tuple / triple, say nodes A and B with a relationship R.</p> <p dir="auto">If I return the triple by specifying the Ids for A and B:=</p> <div class="highlight highlight-source-cypher notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="MATCH (a)-[co...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">tower_job_list module but I believe that also the other tower_* module have the same error</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">$ ./build/scripts-2.7/ansible --version<br> ansible 2...
<h5 dir="auto">Issue Type: Feature Idea</h5> <h5 dir="auto">Ansible Version: ansible 1.7.1</h5> <h5 dir="auto">Environment: Ubuntu 14.04</h5> <h5 dir="auto">Summary:</h5> <p dir="auto">I request a feature to allow me to specify what filename the apt_repository creates</p> <p dir="auto">apt_repository: repo='deb <a href...
0
<p dir="auto">Add a <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/var/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/var">@var</a> for inputs border color on focus :</p> <p dir="auto">&amp;:focus {<br> border-c...
<p dir="auto">I would like to reopen the issue 517. Thx</p> <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2102106" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/517" data-hovercard-type="issue" data-hovercard-url="/twbs/boo...
1
<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 ...
<ul dir="auto"> <li>Electron version: 1.3.4</li> <li>Operating system: OS X</li> </ul> <p dir="auto">I'd be great to be able to access the history inside a webview, across multiple pages. Basically, it'd help us tremendously if we didn't have to duplicate the <code class="notranslate">history</code> store from <a href=...
0
<p dir="auto">Syntaxnet package was built, tf package ver 1.01 was installed from repo by pip as dependency. Fortunately tf installed following these instructions <a href="https://www.tensorflow.org/versions/r0.10/get_started/os_setup#create_the_pip_package_and_install" rel="nofollow">https://www.tensorflow.org/version...
<p dir="auto">TensorFlow currently statically links all dependencies. This sometimes causes hard-to-diagnose crashes (e.g. segfaults) when another version of a dependency is loaded into the process. This can even happen within TensorFlow if separate TensorFlow .so's are loaded into the same Python process.</p> <p dir="...
1
<h3 dir="auto">Bug report</h3> <p dir="auto">Markers disappear if I use markerfacecolor='None', when saving as eps file. if I save as png file, they are correctly displayed.<br> Note that markeredgewidth is correctly set to a non zero value and markeredgecolor is correctly set to a color. As I said, the figure is corre...
<h3 dir="auto">Symbols are missing from eps format</h3> <p dir="auto"><strong>When I save a figure in eps format, the symbols that have no facecolor are not showing. This happened after I updated to the latest version.</strong></p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlig...
1
<h2 dir="auto">Bug Report</h2> <h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">4.0.1</p> <h3 dir="auto">Which project did you use? Sharding-JDBC or Sharding-Proxy?</h3> <p dir="auto">Sharding-JDBC</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">I modify the Data ID of nacos: .shar...
<h2 dir="auto">Bug Report</h2> <p dir="auto">when execute sql that likes follow<br> insert into product_source_list (product_code,store_code,primary_supplier,condition_no,supplier_code,return_mark,purchase_price,price_unit,order_unit,article_no,begin_time,expiration_time,type,creation_date,issued_time,external_id,archi...
0
<p dir="auto">I apologize if this is the wrong place to report this, but I don't know where else to do this.</p> <p dir="auto">Clicking on the link labeled "var" on this page: <a href="http://docs.scipy.org/doc/numpy/reference/routines.statistics.html" rel="nofollow">http://docs.scipy.org/doc/numpy/reference/routines.s...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1353" rel="nofollow">http://projects.scipy.org/numpy/ticket/1353</a> on 2010-01-08 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/timmie/hovercard" data-octo-click="hovercard-link-click" data-...
1
<p dir="auto">Hi,<br> I've actually posted an issue <a href="https://github.com/scikit-learn/scikit-learn/issues/7753" data-hovercard-type="issue" data-hovercard-url="/scikit-learn/scikit-learn/issues/7753/hovercard">7753</a><br> In a word, I tried same sample_weight in SVC (linear kernel) and LinearSVC and got differe...
<p dir="auto">I think these should be documented in the quick start guide: <a href="http://scikit-learn.org/dev/tutorial/basic/tutorial.html" rel="nofollow">http://scikit-learn.org/dev/tutorial/basic/tutorial.html</a></p>
1
<p dir="auto">no-undef error after today's babel update</p>
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jrwebdev/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jrwebdev">@jrwebdev</a></p> </blockquote> <h3 dir="auto"...
0
<p dir="auto">People NEED a DETAILED (maybe indexed, too) API documentation, like <a href="https://docs.python.org/3/" rel="nofollow">python documentation</a>. But it seems we only get a tutorial.</p>
<h3 dir="auto">First check</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I used the GitHub search to find a similar issue and didn't find it.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" cl...
1
<p dir="auto">My issue is about zpk2sos conversion I presume.<br> The power of the numerators of second order sections are evaluated not correctly</p> <h4 dir="auto">Reproducing code example:</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="S...
<p dir="auto">As described in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="35173341" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/3717" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull/3717/hovercard?comment_id=142...
1
<p dir="auto">Hello to all,</p> <p dir="auto">I facing a problem using the bootstrap affix. It is working fine in desktop and mobile version, but in mobile version affix is not responding correctly.<br> i.e. when you scroll to specific height it is not fixed to the top, after some time it becomes fixed to top. clearly ...
<p dir="auto">Using Bootstrap 3+</p> <p dir="auto">I have a registration / login form in a modal. When you open a modal in the stock android browser the user can't touch a form or anything because it automatically closes like it would if you clicked outside of the modal area.</p> <p dir="auto">I have a lot of users usi...
0
<p dir="auto">Hi, we are glad you can fix this issue to become a contributor to Apache Sharding Sphere.<br> Welcome! <g-emoji class="g-emoji" alias="smiley" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f603.png">😃</g-emoji></p> <p dir="auto">By doing this assignment, you can learn more abo...
<h2 dir="auto">Bug Report</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="SELECT region, SUM(population), SUM(area) FROM bbc GROUP BY region HAVING SUM(area)&gt;1000000. "><pre class="notranslate"><code class="notranslate">SELECT region, SUM(p...
0
<p dir="auto">Filter Assetic 'closure' is broken in Symfony version 2.3.12.<br> In Symfony version 2.3.11 works correctly.</p> <p dir="auto">When you run the command 'php.exe app/console assetic:dump --env=prod --no-debug --verbose -vvv', the following error message appear:</p> <p dir="auto">[Assetic\Exception\FilterEx...
<p dir="auto">After updating Symfony 2.3.11 to 2.3.12 , no more process using the Process component object Symfony works!</p> <p dir="auto">an error code 1 is always returned !</p> <p dir="auto">It works if I comment line 238 of src/Symfony/Component/Process/process.php file.</p> <p dir="auto">Command executed from the...
1
<p dir="auto">Play rust link: <a href="http://is.gd/DVjBtk" rel="nofollow">http://is.gd/DVjBtk</a></p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="macro_rules! a {(&lt;$($($d:expr),*$($c:ident),*)*&gt;) =&gt; (B&lt;$($d,)*$($c,...
<p dir="auto">Trying to compile this code containing an ambiguous macro causes the compiler to hang forever and max out memory:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="macro_rules! make_vec( (a $e1:expr $($(, a $e2:expr)*)*) =&gt; (...
1
<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">While convert an RNN to onnx, it report this error.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubuserco...
<p dir="auto">Hi guys:<br> I have build a seq2seq model using nn.LSTMCELL in it. And I want to export a trained one to onnx form. However, when I do this, I have an error says:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="UserWarning: ONNX e...
1
<p dir="auto">Over at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="133037270" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/15030" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/15030/hovercard" href="http...
<p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="70459793" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/10961" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/10961/hovercard" href="https://gi...
0
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.3 (latest released)</p> <h3 dir="auto">What happened</h3> <h2 dir="auto">Setup</h2> <p dir="auto">Have 3 DAGs:</p> <ol dir="auto"> <li>~240 Tasks, executes every hour, runs for about 45-50 minutes total</li> <li>~600 Tasks, executes every 5 days, runs for day...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.3.3 (latest released)</p> <h3 dir="auto">What happened</h3> <p dir="auto">As the title states, if you have dynamically mapped tasks inside of a <code class="notranslate">TaskGroup</code>, those tasks do not get the <code class="notranslate">group_id</code> prep...
0
<p dir="auto"><strong>Describe the bug</strong><br> A clear and concise description of what the bug is. <strong>If your problem is not a bug, please file under Support or Usage Question</strong></p> <p dir="auto"><strong>To Reproduce</strong><br> Code snippet to reproduce, ideally that will work by pasting into somethi...
<h4 dir="auto">Summary</h4> <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="301721609" data-permission-text="Title is private" data-url="https://github.com/axios/axios/issues/1395" data-hovercard-type="pull_request" data-hovercard-url="/axios/axios/pull/1395/hovercard" ...
1
<p dir="auto">Hi,<br> On a Google Colab notebook with keras(2.2.4) and tensorflow(1.13.1) as a backend, I am trying to tune a CNN, I use a simple and basic table of hyper-parameters and run my tests in a set of loops.<br> My problem is that I can't free the GPU memory after each iteration and Keras doesn't seem to be a...
<p dir="auto">In order to preform a object detection like task, I used a CNN. I am using a custom generator that follows this <a href="https://stanford.edu/~shervine/blog/keras-how-to-generate-data-on-the-fly" rel="nofollow">example</a></p> <p dir="auto">My machine is a MacOS High Sierra 10.13.6, yet I am running my co...
1
<p dir="auto">This issue is related to character encoding of the request parameters when sending a GET request. In my scenario, I need the percent character to not be encoded as %25. The <code class="notranslate">urllib.parse.urlencode</code> function has the <code class="notranslate">safe</code> input for this purpose...
<p dir="auto">I'm using requests to download asynchronously and parse the content of a bunch of URLs from different hosts. When the number of URLs is small (up to 1000 URLs) all works fine. When I run the same script with 10000 I get the following error <strong>only when there are about 10 URLs left to download</strong...
0
<p dir="auto">linux-amd64 trybot crash here, with git parent <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/783741844b48ebbe6b575369c915bfc1c6e53972/hovercard" href="https://github.com/golang/go/commit/783741844b48ebbe6b575369c915bfc1c6e53972"><tt>7837418</tt...
<p dir="auto">See <a href="http://build.golang.org/log/1b98f2faca78eb97adbd218ad62fb20d3b62d8e8" rel="nofollow">http://build.golang.org/log/1b98f2faca78eb97adbd218ad62fb20d3b62d8e8</a>. But it happened only once on the freebsd-race buildbot.</p> <div class="snippet-clipboard-content notranslate position-relative overfl...
1
<h4 dir="auto">Description</h4> <p dir="auto">i use minibatchkmeans and set k=2000, but, the number of clusters that minibatchkmeans returns is 1997, that is less than 2000. Then, i set k=1950, the minibatchkmeans return 1947, and it is less than 1950. I have over 16 million samples of datasets and each sample have 15...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="clf = DecisionTreeClassifier(min_samples_split=20, min_samples_leaf=5, max_features=None) shape X (3220, 3375) shape y (3220,) call...
0
<p dir="auto">I am exploring Apache SuperSet. I want to connect to mysql database on server i.e., EC2 instance. I have installed all the required libraries based on <a href="https://superset.incubator.apache.org/installation.html" rel="nofollow">https://superset.incubator.apache.org/installation.html</a> and launched t...
<p dir="auto">In latest master, open METRICS popover, see missing saved metrics from the dropdown select.</p> <p dir="auto">To reproduce:</p> <ul dir="auto"> <li>Open any charts that use sample data(e.g. FCC2018 Survey)</li> <li>Go to Edit dataset. in metric tab, create 3 new metrics and Save</li> <li>Go back to the co...
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 checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss...
<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"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="che...
0
<p dir="auto">Only happens when the user function mutates the input</p> <p dir="auto">Originally from: <a href="http://stackoverflow.com/questions/20691168/pandas-apply-to-data-frame-groupby/20705226#20705226" rel="nofollow">http://stackoverflow.com/questions/20691168/pandas-apply-to-data-frame-groupby/20705226#2070522...
<p dir="auto">Me and several of my colleagues typically create output for variables that have greek letters. Inside pandas, we then call them "epsilon", "sBar" or similar. Right now we have to run a string replace on the output of to_latex() and then manually save it to a file.</p> <p dir="auto">It'd be nice to be able...
0
<p dir="auto">Describe what you were doing when the bug occurred:</p> <ol dir="auto"> <li>Clicked restart and start profiling</li> <li>Finished profiling</li> <li>Clicked on a commit and got the error below</li> </ol> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version:...
<p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p> <p dir="auto">I got this error when I click 'Ranked'.</p> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.0.4-3c6a219</p> <p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapd...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=celal" rel="nofollow">Celal Ziftci</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5696?redirect=false" rel="nofollow">SPR-5696</a></strong> and commented</p> <p dir="auto">Currently there are methods that take in ...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=grzegorzborkowski" rel="nofollow">Grzegorz Borkowski</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5327?redirect=false" rel="nofollow">SPR-5327</a></strong> and commented</p> <p dir="auto">Currently Spring Framew...
0
<p dir="auto"><strong>pytorch version:</strong> '0.1.12_2'</p> <p dir="auto">It is not so easy to describe the exact bug here, but I think it is sufficient to provide an example in which strange results can be reproduced.</p> <p dir="auto">Use the serialised version of Tensor in the attachment. Then run this snippet (a...
<p dir="auto">Test script:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import torch from torch.autograd import Variable byte_tensor = torch.ByteTensor(256) byte_tensor[:] = 1 byte_variable = Variable(byte_tensor) # The results should be th...
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"><input...
<p dir="auto">I am currently running celery 4.0.2 with a single worker like this:</p> <p dir="auto">celery.py:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="app = Celery('project', broker='amqp://jimmy:jimmy123@localhost/jimmy_vhost', ...
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">I installed pybind11 v2.3.0 systemwide (for fastText). PyTorch build system detects it, use it but then build fails.</p> <h2 dir="auto">To Reproduce...
<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> <h2 dir="auto">To Reproduce</h2> <p dir="auto">Steps to reproduce the behavior:</p> <p dir="auto">1.<code class="notranslate">USE_NATIVE_ARCH=ON python setup.py ...
1
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">1.7</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Centos 6.5</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Duplicate security group names (between different VPCs) cause issues with instance creation--</...
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto"><code class="notranslate">/lib/ansible/plugins/strategy/__init__.py</code></p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-...
0
<p dir="auto">The number one thing I miss from X Windows when using MS Windows is the X Windows selection buffer. If possible, having the selection buffer be managed separately from the clipboard buffer would be awesome.</p> <p dir="auto">This would go well with the Xmouse utility.</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 &quot;ver&quot; at a command prompt] PowerToys version: PowerToy module for which you are reporting the bug (if applicable):"><pre class="no...
0
<p dir="auto">Are there plans to support the <code class="notranslate">using</code> keyword? In large projects there are usually set of modules called "utils" and it's pretty annoying to write <code class="notranslate">import foo = utils.foo;</code> for every used entity.</p>
<p dir="auto">We have some legacy .js files which we ported to .ts. These files are AMD modules, so we generate external AMD modules with tsc.<br> We have 2 files with the same name (app.js), one at the compilation root directory and another in a subdirectory. The inner file has the one at the root level as a dependenc...
0
<pre class="notranslate">It has been common to use the idiom of limiting a workgroup size by blocking on send to a buffered chan, where the cap of the chan is set to the desired workgroup size. This approach has also been used in the standard library. However there has been discussion in both golang-nuts and golang-de...
<p dir="auto">by <strong>schwehr</strong>:</p> <pre class="notranslate">While not required by any means, it would be really nice if go followed the more typical source distribution convention. This would help speed go along towards more greater adoption. e.g. - go-1.1.3.tar.{gz,bz2,xz} that unpacks as go-1.1.3 - go-1...
0
<p dir="auto">Hello,</p> <p dir="auto">I open the twbs variable.less file in visual studio and i have some syntax errors :-(</p> <p dir="auto">Please change variables.less //** to //-- or remove the star.</p> <p dir="auto">In CSS and Less this is /* Comment */</p> <p dir="auto">thanks</p>
<p dir="auto">I'm not sure why the comments in the <code class="notranslate">variables.less</code> got changed to this style <code class="notranslate">//**</code>, but it my opinion it was a brave move.</p> <p dir="auto">For me at least it prevents compilation when using the nodejs compiler <code class="notranslate">le...
1
<p dir="auto">Is there anything like this for Deno yet, that gives us a graphical window?</p>
<p dir="auto">Hello everyone, we already have fetch available, but it would be better if it also supports XMLHttpRequest, which will increase the usability to be compatible with many AJAX technology JavaScript projects, thank you.</p>
0