text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">Would like to request support for the following image format (loading, saving). Support for image <em>data, metadata (Exif/XMP)</em>, and all other features.</p> <p dir="auto">High Efficiency Image File Format (HEIF) - [Based on H.265 video codec]</p>
<p dir="auto">This is a feature request, not a bug.</p> <h5 dir="auto">Detailed description</h5> <p dir="auto"><a href="https://github.com/strukturag/libheif">https://github.com/strukturag/libheif</a></p> <p dir="auto">I'd like to access HEIF files directly without conversion. Is it possible to add a build flag by usin...
1
<p dir="auto">There's a pretty obscure coding language out there called Sourcepawn, and I've recently released a <a href="https://atom.io/packages/language-sourcepawn" rel="nofollow">language package</a> for it. The only problem now is that both Sourcepawn and PHP use the <code class="notranslate">.inc</code> file typ...
<p dir="auto">I will explain this issue referring to a third–party package, although the problem <em>might</em> be realted to atom's grammar auto detection feature:</p> <p dir="auto">Cucumber package for Gherkin syntax and step definitons (<a href="https://github.com/edda/cucumber-atom/">https://github.com/edda/cucumbe...
1
<p dir="auto">(Reported by internal user)</p> <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'm observing some weird behaviors with the sparse mode of nn.Embedding. For instance, with the follow...
<p dir="auto">I'm observing some weird behaviors with the sparse mode of nn.Embedding (both in PyTorch 0.4 and 1.0). For instance, with the following code:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="m = nn.Embedding(10, ...
1
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Can not reproduce problem myself, however I'm having multiple crashes reported in Google Play console from several users. The problem is only happens on Android 4.4</p> <h2 dir="auto">Logs</h2> <div class="snippet-clipboard-content notranslate position-relative overf...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">1.use simplest demo,set ndk in build.gradle,designated cpu to <code class="notranslate">armeabi-v7a</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ndk { abiFilters...
1
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let i: u8 = -1"><pre class="notranslate"><span class="pl-k">let</span> i<span class="pl-kos">:</span> <span class="pl-smi">u8</span> = -<span class="pl-c1">1</span></pre></div> <p dir...
<p dir="auto">Generic code should produce the same code as their monomorphic counterparts. However, a lot of additional <code class="notranslate">nop</code> are produced on generic code. For example:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-cli...
0
<p dir="auto">I'm setting up what (I think) should be a straightforward image loading pipeline:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="decoded_image = tf.image.decode_jpeg(value) resized_image = tf.image.resize_image...
<p dir="auto">Because <code class="notranslate">tf.image.resize_image_with_crop_or_pad()</code> requires its input to have a fully defined shape, it's not useful as part of an input pipeline since the size of images loaded will not be known in advance.</p> <div class="highlight highlight-source-python notranslate posit...
1
<p dir="auto">This is with devel as of <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/61d283e2ad58916d640b129cdd0b1ef866bcb332/hovercard" href="https://github.com/ansible/ansible/commit/61d283e2ad58916d640b129cdd0b1ef866bcb332"><tt>61d283e</tt></a></p> ...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">docker_container</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.0.0 con...
0
<p dir="auto">I know the protected vs. private debate has been coming up several times already, yet my question: is there a reason not to make the <code class="notranslate">Filesystem</code> components <code class="notranslate">toIterator()</code> method <code class="notranslate">protected</code>? I'd like to extend th...
<p dir="auto">There are quite a number of dependencies in symfony/framework-bundle that should be optional.</p> <ol dir="auto"> <li>symfony/asset</li> </ol> <p dir="auto">Don't need it when building an app without GUI.</p> <ol start="2" dir="auto"> <li>symfony/security-core</li> </ol> <p dir="auto">Don't need when I do...
0
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.6.10</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Running: OS X<br> Managing: Ubuntu 13.10</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Running the <code class="notranslate">GATHERING FACTS<...
<h5 dir="auto">Issue Type: Bug Report</h5> <h5 dir="auto">Ansible Version: ansible 1.8.4</h5> <h5 dir="auto">Ansible Configuration: Nothing</h5> <h5 dir="auto">Environment: Darwin redacted 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64</h5> <h5 dir="auto">S...
0
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mdo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mdo">@mdo</a> Two suggestions for the upcoming version:</p> <ol dir="auto"> <li>A page similar to <...
<p dir="auto">Template based off of example here: <a href="http://twitter.github.com/bootstrap/examples/fluid.html">http://twitter.github.com/bootstrap/examples/fluid.html</a></p> <p dir="auto">If a <code class="notranslate">href</code> attribute is added to the anchor tag in the <code class="notranslate">.hero-unit</c...
0
<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...
<h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: 2.7.1</li> <li>Dubbo Admin version: 0.2.0</li> <li>Java version: 1.8</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <p dir="auto">在dubbo-admin中添加权重设置和负载均衡设置<br> 在zookeeper里面能看到设置的结果在config下面<br> <a target="_blank" rel="noopener noreferrer ...
1
<p dir="auto">I'm in the process of trying to get <code class="notranslate">jl_init</code> to work without having to provide an argument for the general embedding case.</p> <p dir="auto">My current patch works on windows because <code class="notranslate">libjulia.dll</code> (whose path I'm using to set julia_home) live...
<p dir="auto">It would be great if there are methods to get <code class="notranslate">CFLAGS</code> and <code class="notranslate">LDFLAGS</code> to link against <code class="notranslate">libjulia</code>. In R, there are<br> <code class="notranslate">R CMD config</code> to get <code class="notranslate">CPPFLAGS</code> a...
1
<p dir="auto">FYI. we should add a secret manager to store the pull secrets for different namespaces. Thus for duplicate secrets, we have no need to talk to api server. Actually I am working on this manager, but I have no idea about when to remove a secret.</p>
<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>.):</p> <p dir="auto"><strong>What keywords did you search in...
0
<p dir="auto">I ran into a bug today where including angular2.min.js would result in my code failing but using angular2.js would run fine.</p> <p dir="auto">Example plunkr here: <a href="http://plnkr.co/edit/599t9vXIoDWvERnvCTWu?p=preview" rel="nofollow">http://plnkr.co/edit/599t9vXIoDWvERnvCTWu?p=preview</a></p> <p di...
<p dir="auto">When using minified bundles with SystemJS, and a simple snippet like this</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" &lt;template ngFor #item [ngForOf]=&quot;items&quot; #i=&quot;index&quot;&gt; &lt;li&gt;{{...
1
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.3</p> <p dir="auto"><strong>Description</strong><br> URL parsing fails. For example:<br> <code class="notranslate">https://nova.laravel.com/password/reset</code><br> This resolves correctly.<br> However <code class="notranslate">https://nova.laravel.com//pas...
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>no</td> </tr> <tr> <td>Feature request?</td> <td>yes?</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>all</td> </tr> </tbody> </...
0
<p dir="auto">I have two GPUs installed, with the same script, if I select to run on RTX 2080 Ti, the error occurs, and if I run on GTX 1080 Ti, it works right.</p> <p dir="auto">`~/Molecule_Optimizer.py in forward(self, atom_list, bond_list, atom_degree_list, bond_degree_list, atom_mask)<br> 33 atom_mask = ato...
<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> <p dir="auto">Now the Pytorch cannot support cuda10 directly, so it cannot be run on RTX series GPUs</p> <h2 dir="auto">Motivation</h2> <p dir="auto">Just ...
1
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br> Request a feature</p> <p dir="auto">Per some discussion today with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tomocchino/hovercard" data-octo-click="hovercard-link-click"...
<p dir="auto"><em>feature</em></p> <blockquote> <p dir="auto">Warning: A component is <code class="notranslate">contentEditable</code> and contains <code class="notranslate">children</code> managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. Thi...
0
<p dir="auto">Hi, we've prepared ourselves for angular2 a while, and decided to use the RC1 version for our new projects. But RC1 is loading hundreds of javascript files. Is this a feature mean to be? Or it will be solved soon? About when?</p> <p dir="auto">Thank you for your attention.</p>
<p dir="auto"><strong>Steps to reproduce and a minimal demo of the problem</strong></p> <p dir="auto">create a new A2RC1 app with angular-cli:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ng new blah cd blah npm start"><pre class="notranslat...
1
<pre class="notranslate">The xml package embeds the fields of an anonymous field type onto the outer structure's XML element. Currently this isn't supported for pointer types though. This should be fixed.</pre>
<pre class="notranslate"><a href="http://blog.golang.org/2011/06/profiling-go-programs.html" rel="nofollow">http://blog.golang.org/2011/06/profiling-go-programs.html</a> doesn't use the Go 1 'go' tool. Update this blog post? Noted from <a href="http://bpowers.github.com/weblog/2013/01/05/optimizing-real-world-go/">ht...
0
<p dir="auto">Where did <code class="notranslate">col-*-push-12</code> classes go? Is there a new way to swap <code class="notranslate">col-*-12</code> elements?</p> <p dir="auto">I vaguely remember this used to work at some point:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" d...
<p dir="auto">I have am using an accordion to display a series of images in carousels, The accordions seem to be working but when I try and open a carousel in one of the accordions they don't size to the area of the carousel. I tried to specify sizes looking at them with firebug and have been unsuccessful. Any sugges...
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/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
<p dir="auto">In the olde version Button had a fullWidth. The textFields have also a fullWidth.</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/issues">...
0
<p dir="auto">A common way to strip double-quotes from a variable in Windows Batch Language:<br> set my_var=%my_var:"=%</p> <p dir="auto">But, VS code syntax highlighter thinks that the double-quote in the line above is starting a string, and so, it highlights all code in the file beyond that double-quote until it find...
<p dir="auto">After upgrading to version 0.10.1 Syntax highlighting within windows .bat files has become reduced.</p> <p dir="auto">Previous versions would syntax highlight variables (%VARIABLENAME%) and comments(REM-COMMENT TEXT" now these both appear as normal text:</p> <p dir="auto"><a target="_blank" rel="noopener ...
1
<p dir="auto">When i'm trying to compile this file:<br> <a href="https://github.com/saati/skiplist-rs/blob/master/src/skiplist.rs">https://github.com/saati/skiplist-rs/blob/master/src/skiplist.rs</a></p> <p dir="auto">with <code class="notranslate">rustc -O -g --test</code></p> <div class="snippet-clipboard-content not...
<p dir="auto">As of the last LLVM update RUSTFLAGS="-g" is once again broken:</p> <p dir="auto">I bisected LLVM and traced it down to this commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/llvm/commit/503af43f3cc16be6b37d1d9b17d01f1e78c12a1a/hovercard" href="htt...
1
<p dir="auto">Hi reactjs Team, I suggest that, team should add a new prop for every component that purly used to show or hide component conditionally.<br> i.e<br> Instead of writing code like this in JSX.<br> {show &amp;&amp; }<br> we simply use like this and that's it.</p>
<ul dir="auto"> <li>Toggle Component</li> </ul> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="render(){ var Child = something? A : B; return ( &lt;Child /&gt; ) }"><pre class="notranslate"><code class="notranslate">render(){ var Chil...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">I'm getting the followinig warning when I use the closeIcon property on a CardTitle:</p> <blockquote> <p dir="auto">Warning: Unknown prop <code class="notranslate">closeIcon</code> on </p><div dir="auto"> tag. Remove this prop from the element. For details, see <a h...
<h3 dir="auto">Problem description</h3> <p dir="auto">When using the <code class="notranslate">closeIcon</code> prop on CardTitle, the selected icon is displayed but a warning that the prop is passed to a <code class="notranslate">div</code> is displayed in the console.</p> <h3 dir="auto">Link to minimal working code t...
1
<p dir="auto">Hi,</p> <p dir="auto">Running the example, using a custom Document <a href="https://github.com/zeit/next.js/tree/master/examples/with-styled-components">(with-styled-components)</a> I noticed that the stylesheets are being added in duplicate to the page.</p> <p dir="auto">Apparently flushing the styleshee...
<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 ...
0
<p dir="auto">Hello,</p> <p dir="auto">I did</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np import pandas as pd from matplotlib.pyplot as plt idx = pd.date_range('20140101', '20140201') df = pd.DataFrame(...
<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 pandas as pd from pandas.compat import StringIO import matplotlib.pyplot as plt dat = &quot;&quot;&quot;c1,c2,c3 1000,2000,1500 9000,8000,16...
1
<p dir="auto">I am aware try-catch is emitted in 'for of' for some compatibility reason; however, it can be a surprising performance-hit on eg V8. Is there a way to suppress its emission (at the cost of some compatibility)?</p>
<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 ...
0
<h1 dir="auto">Dynamic Routes</h1> <h2 dir="auto">Background</h2> <p dir="auto">Dynamic routing (also known as URL Slugs or Pretty/Clean URLs) <a href="https://github.com/zeit/next.js/issues/25" data-hovercard-type="issue" data-hovercard-url="/vercel/next.js/issues/25/hovercard">has</a> <a href="https://github.com/zeit...
<p dir="auto">Currently I am working on an i18n solution with my nextjs app. In general I don't want to include all the text strings with the initial page load. Especially with huge pages (think of wikipedia or a terms and condition page). All those text strings are already part of the server side rendered document. Wh...
0
<p dir="auto">I started to give error "writebarrierptr_nostore1" without any stack after compilation of my app "<a href="https://github.com/vsdutka/iplsgo">https://github.com/vsdutka/iplsgo</a>" with Go 1.5 and stress it by 400 concurent requests.</p> <p dir="auto">OS: Windows Server 2008 R2 Standart 64bit</p>
<p dir="auto">This looks a lot like <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="97186238" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/11863" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/11863/hovercard" href="https://...
1
<p dir="auto">With Julia 0.4.0-dev, the input <code class="notranslate">"a" "b"</code> in the REPL leads to the output <code class="notranslate">"a"</code> instead of a string concatenation or an error. The second string <code class="notranslate">"b"</code> is silently discarded.</p>
<p dir="auto">I would suggest that new syntax "a..b" represents "[a, a+1, a+2, ... , b]".<br> The followings should then become true:<br> "1..5" represents "[1, 2, 3, 4, 5]".<br> "reverse(1..5)" represents "[5, 4, 3, 2, 1]".<br> "1..99[1:2:end]" represents "[1, 3, 5, 7, ..., 99]".</p> <p dir="auto">Related issue: <a cl...
0
<p dir="auto">I have been attempting to switch my Future / Stream lib to use associated types, however I have been hitting snags. Even though all the types (as far as I can tell) are bound by Send (and some by 'static too), I have been getting a lot of error messages:</p> <div class="snippet-clipboard-content notransla...
<p dir="auto">Take this code:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo { type Value: 'static; } fn require_static&lt;T: 'static&gt;() {} fn takes_foo&lt;F: Foo&gt;() { require_static::&lt;F::Value&gt;() }">...
1
<h2 dir="auto">Feature</h2> <p dir="auto">As the subject says it will be great if <code class="notranslate">np.fill_diagonal</code> had a k-ith diagonal argument as <code class="notranslate">np.diag</code> does. The behavior expected (and a hack for the solution) is better explained in the <a href="https://stackoverflo...
<p dir="auto">It would be really nice if <code class="notranslate">np.fill_diagonal</code> could fill other diagonals besides the main diagonal. This would match the <code class="notranslate">offset</code> argument of <code class="notranslate">np.diagonal.</code></p> <p dir="auto">Shouldn't require much code to allow ...
1
<p dir="auto">I tried to solve the eigenvalues and eigenvectors of a Hermitian matrix, the code used to work nicely and still works in Cocalc, but not on my windows 10 (the system got some updates) now, and the error is very confusing, I can not figure out what is happening now, maybe someone also has a similar issue.<...
<p dir="auto">Add support for the <a href="http://en.wikipedia.org/wiki/Cholesky#LDL_decomposition_2" rel="nofollow">LDL decomposition</a>, which is a variant of the Cholesky decomposition that doesn't take any square roots (faster). LAPACK has a function for this called DPTTRF, so I'm guessing that supporting this is ...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=gdfloyd" rel="nofollow">Floyd</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9266?redirect=false" rel="nofollow">SPR-9266</a></strong> and commented</p> <p dir="auto">I am not sure if any one has raised this conce...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kompot2k" rel="nofollow">Yury Lapko</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-10413?redirect=false" rel="nofollow">SPR-10413</a></strong> and commented</p> <p dir="auto">Unnecessary thread blocking occurs eve...
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="[ ] bug report =&gt; search github for a similar issue or PR before submitting [x] feature request [ ] support request =&g...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
0
<p dir="auto">Executing same code in 2 machines</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Python 3.6.5 numpy==1.14.4"><pre class="notranslate"><code class="notranslate">Python 3.6.5 numpy==1.14.4 </code></pre></div> <p dir="auto">and</p> ...
<p dir="auto">Hi, I am seeing a performance regression when migrating from numpy 1.11.0 to 1.16.4. The performance decrease seems to be spread across multiple numpy functions, but here is a simple example which shows a consistent performance difference:</p> <div class="snippet-clipboard-content notranslate position-rel...
1
<p dir="auto">Hi!</p> <p dir="auto">My entry module uses a dynamic require, which forces Webpack to try to build every file under the context directory into one gigantic bundle. Is there a way to restrict which files webpack tries to bundle in this case? For example, ignoring any files underneath various test directori...
<p dir="auto"><strong>What is the current behavior?</strong><br> When using public/private field declarations in an es6 class. Webpack fails to bundle with the below error</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR in ./index.js 2:9 ...
0
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p> <p dir="auto"><strong>Syste...
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p> <p dir="auto"><strong>Syste...
1
<h3 dir="auto">Input Code</h3> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let a: string = 'a'; (&lt;any&gt;a) = null;"><pre class="notranslate"><span class="pl-k">let</span> <span class="pl-s1">a</span>: <span class="pl-smi">str...
<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 ...
0
<p dir="auto">I setup my laptop so that my day to day work is not in an admin account. For most software, when comes upgrade time, all I have to do is enter the admin account login and password when prompted and I can proceed. This is not the case with Atom. Everytime I want to upgrade, I have to manually download A...
<p dir="auto">I've never been able to get the autoupdate to work. It detects a new version, happily downloads, but when I click restart and update, it quits the app, presumably fails to update, and then relaunches, and starts redownloading the update. Usually then I have to get into a hit-quit-a-bunch-war to get it to ...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2753.png">❓</g-emoji> after pytorch Stable(1.5) installation on macOS Catalina</h2> <ul dir="auto"> <li>python 3.8</li> <li>pytorch Stable(1.5)</li> </ul> <h2 dir="auto">error</h2> <div clas...
<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">Install on MacOS fails with pip.</p> <h2 dir="auto">To Reproduce</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-a...
1
<p dir="auto">This code worked before:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function A () { let a } function B () { let a }"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-v">A</span> <span...
<p dir="auto">So to test <code class="notranslate">babel</code>, I ran a bunch of commands:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="mkdir babel-test cd babel-test echo &quot;export async function foo(){}&quot; &gt; src.js echo &quot;{ \...
0
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/data-visualization-with-d3/change-styles-based-on-data" rel="nofollow">change-styles-based-on-data</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0...
<p dir="auto">The last 2-3 days my activity calendar is blank. It shows no activity although it says i have completed 217 items so far.<br> When i open chrome's console it has an error that might help in solving the problem which says "Uncaught TypeError: Cannot read property 'getTime' of undefined".</p> <p dir="auto">...
0
<p dir="auto">I want add an element to the top of the LeftNav which contains the user's picture and name, but it seems like all that I can specify are menu items. I don't see how I can have complicated content inside MenuItems from the examples.</p> <p dir="auto">Any guidance of what I should do?</p>
<p dir="auto">Is there a way to make the LeftNav component composable? I need to add a custom component into the LeftNav. Is there a way to add another MenuItemType or pass in children into the render function on the LeftNav?</p>
1
<p dir="auto">Describe what you were doing when the bug occurred:<br> 1.<br> 2.<br> 3.</p> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.2.0-a8b8ffb89</p> <p dir="auto">Call stack: at n.value (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40...
<p dir="auto"><strong>In React 15</strong>, <code class="notranslate">ComponentWillUnmount</code> called first before the rendering of next component in DOM. <strong>In the current version (v16)</strong>, <code class="notranslate">ComponentWillUnmount</code> was called after the mounting of next component.</p> <p dir="...
0
<p dir="auto">Ambient class declarations implementing an interface require the user to repeat the type members declared in the interface.</p> <p dir="auto">For example with the interface</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-con...
<p dir="auto"><a href="http://typescript.codeplex.com/workitem/1125" rel="nofollow">http://typescript.codeplex.com/workitem/1125</a></p> <p dir="auto">Following should be allowed:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="i...
1
<p dir="auto">I added some input textboxes and buttons with a very long dropdonw menus.<br> Then I put them into a div that is in a narrow Collapse or Togglable tabs.<br> But the dropdown menus cannot display whole menus. The menus was cut off by the region of div.<br> How to let the dropdown menu display out of the pa...
<p dir="auto">I'm running the latest version of bootstrap (2.0.3) and there appears to be a clipping problem when I place a dropdown into tabbed content. I see that this was resolved in version 2.0.2 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3285298" data-permission-text="Titl...
1
<p dir="auto">When tapping a image (i.e. hero) that is below the app bar, the hero animation immediately places it on top (this particular animation is not so bad). When pressing the back button, the moment when the app bar comes back on top is late an noticeable, making the animation look janky.</p>
<p dir="auto">Open Gallery, open pesto, scroll up enough to minimize the app bar. Tap a recipe.</p> <p dir="auto">Notice how the app bar immediately disappears, before the recipe begins its motion up. This is a jarring effect that the user could notice.</p> <p dir="auto">We could try something more subtle, like animati...
1
<p dir="auto">It would be very convenient to have <code class="notranslate">SAME</code> padding supported for convolutional layers</p>
<p dir="auto">The implementation would be easy, but could help many people suffered from the headache of calculating how many padding they need.</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-oc...
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> <h3 dir="auto">This issue exists in the latest npm version</h3> <ul clas...
<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">The first time I build an app, <code class="notranslate">flutter run</code> just seems to hang after giving some obscure error message (something from FlutterDynamicsServiceLoader.mm). Eventually though (after I have up waiting) it completes and everything is fine.</p> <p dir="auto">We should make it fast...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">On the iOS simulator...</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter create new-project cd new-project/ flutter run"><pre class="notranslate"><code class="notranslate">flutter crea...
1
<p dir="auto">I'm trying to parametrize mlab tests (which cuts out many many lines of classes), but there are a few differences between similar tests which makes it really difficult to parametrize things (e.g., real vs. complex). Here are some differences:</p> <ul dir="auto"> <li>Between real and complex: <ul dir="auto...
<h3 dir="auto">Bug summary</h3> <p dir="auto">THIS IS NOT A POST FOR COMMUNITY HELP.</p> <p dir="auto">THIS IS A BUG REPORT.</p> <p dir="auto">PLEASE DO NOT CLOSE BEFORE REPLICATION.</p> <h3 dir="auto">Code for reproduction</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" ...
0
<p dir="auto">When using globs in ES6 template strings, VSCode's syntax highlighting thinks there is a unclosed comment. Example: <code class="notranslate">${settings.tests}**/*.js</code></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/356204/1141...
<p dir="auto">Right now, those keywords like <code class="notranslate">import</code> <code class="notranslate">class</code> <code class="notranslate">from</code> are all plain white.</p>
1
<p dir="auto">A call to <code class="notranslate">mapslices</code> that takes a <code class="notranslate">dims</code> argument is type unstable. This is the case in all recent versions of Julia (1.1.1, 1.2.0, 1.3.1, 1.4.2).</p> <p dir="auto">For example:</p> <div class="highlight highlight-source-julia notranslate posi...
<p dir="auto">Consider the following piece of code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="n=10^6; X = randn(1,n); V(x) = 0.5 * dot(x,x); f(V, X) = [ V((@view X[:,n])) for n = 1:size(X,2) ]"><pre class="notranslate"><code class="notran...
1
<p dir="auto">I started seeing a few weeks ago a spurious (~25-50% of the time) CI failure in GithubActions on MacOs runners.<br> I have been unable to reproduce it on my local (Mac) computer.</p> <p dir="auto">I have been able to pinpoint this to <code class="notranslate">jaxlib==0.1.68</code>. Downgrading to <code cl...
<p dir="auto">Hi. This is a bit of a strange (possible) bug report that we've held off on a for a few days until we could try to get better reporting information. Both <a href="https://github.com/scikit-hep/pyhf"><code class="notranslate">pyhf</code></a> and <a href="https://github.com/scikit-hep/awkward-1.0"><code cla...
1
<p dir="auto">A (personal) user experience:</p> <p dir="auto">While looking for matching functionality on <code class="notranslate">str</code>, I went to the following link:</p> <ul dir="auto"> <li><code class="notranslate">mod str</code>: <a href="https://doc.rust-lang.org/std/str/index.html" rel="nofollow">https://do...
<p dir="auto">There are a number of problems with our current quote_expr!, quote_tokens!, etc. macros. The first one is that they're cloaking/unhygienic. Fixing this is easy--just change the macro definition so that you have to supply an identifier as the first argument.</p> <p dir="auto">The second problem is that the...
0
<p dir="auto">I've just tried using the customised download facility to create me a Bootstrap v2.0 stylesheet by specifying only the colours I required to be different from the core Bootstrap definitions. However, this is how my app's coming out looking like when using the bundled <strong>bootstrap.min.css</strong> fil...
<p dir="auto">Hey guys,</p> <p dir="auto">I download the custom bootstrap from the site with all options, but in min.css don't have the body{} element...</p>
1
<p dir="auto">By example, the issue is that NumPy scalars are formatted to strings differently:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np x = np.float32(101.1) print(f&quot;unexpected: {x}&quot;) ...
<h3 dir="auto">Describe the issue:</h3> <p dir="auto">This could be related:<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1180405378" data-permission-text="Title is private" data-url="https://github.com/pypa/setuptools/issues/3197" data-hovercard-type="issue" data-hovercard-ur...
0
<p dir="auto"><strong>Note:</strong> I know this issue already exists in raised issue but I found it unresolved. Please don't close it as I included troubleshooting suggested by other threads too along with all outputs and snapshots. so its not a duplicate issue.</p> <p dir="auto">I am using Windows 8.1 64bit<br> havin...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ flutter: The following assertion was thrown building ExpansionPanelList: flutter: 'package...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.2.0</li> <li>Operating System / Platform =&gt; Windows 7 64 Bit</li> <li>Compiler =&gt; Visual Studio 2017</li> </ul> <h5 dir="auto">Detailed description</h5> <h5 dir="auto">Steps to reproduce</h5> <p dir="auto">1.I use VS2017, C ++/M...
<h5 dir="auto">System information (version)</h5> <p dir="auto">OS: Ubuntu 18.04 bionic<br> Kernel: x86_64 Linux 4.18.8-041808-generic<br> Uptime: 26m<br> Packages: 3341<br> Shell: bash 4.4.19<br> Resolution: 3840x1080<br> DE: Budgie<br> WM: BudgieWM<br> WM Theme: Adwaita<br> GTK Theme: Adwaita [GTK2/3]<br> Icon Theme: ...
0
<p dir="auto">On the Dashboard example there is a typo in the dashboard.css under the "Main Content" section.</p> <div class="highlight highlight-source-css notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@media (min-width: 768px) { .main { padding-left: 40px; padi...
<p dir="auto">@@ File: examples/dashboard/dashboard.css<br> @@ Line: 69 // pading- =&gt; padding-<br> <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/media/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/me...
1
<h3 dir="auto">Background</h3> <p dir="auto">The most important thing about specifying analyzers is the analyzer used at index time needs to be basically the same as the analyzer used at query time. If completely different analyzers were to be used, you would either produce terms that could never be found at query tim...
<h2 dir="auto">ES with Multi-Cluster Search Support</h2> <p dir="auto">It'd be nice to be able to query across multiple clusters and get their aggregated results.</p> <p dir="auto">Our initial motivation is to view Kibana results across multiple clusters. See: <a href="https://github.com/elasticsearch/kibana/issues/22"...
0
<p dir="auto">import tensorflow as tf<br> Traceback (most recent call last):</p> <p dir="auto">File "", line 1, in <br> import tensorflow as tf</p> <p dir="auto">File "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow_<em>init</em>_.py", line 22, in <br> from tensorflow.python import pywrap_tensorflow # pylint: di...
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Linux Ubuntu 16.04</li> <li><strong>TensorFlow installed from ...
0
<p dir="auto">It would be great when I want to perform a Quick Open on a file that VSCode would search as I type. Atom and Sublime do this and it makes finding files so much easier.</p>
<p dir="auto">Ubuntu 12.04, vscode 0.10.1</p> <p dir="auto">I have found Go to file's indexing against a full Chromium workspace to be very slow. It took ~40 seconds to find "Tab.java" whereas a simple <code class="notranslate">find</code> command took less than a second:</p> <div class="snippet-clipboard-content notra...
1
<p dir="auto">The following code:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pub fn handle(_data: &amp;[u8]) {} pub fn handle_opt(iter: &amp;mut Iterator&lt;Item = &amp;[u8]&gt;) { for data in *iter { handle(d...
<h3 dir="auto">Code</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn changer&lt;'a&gt;(mut things: Box&lt;Iterator&lt;Item=&amp;'a mut u8&gt;&gt;) { for item in *things { *item = 0 } } fn main() { }"><pre class="notranslate"><code class...
1
<ul dir="auto"> <li>Electron version:<br> 0.37.5.</li> <li>Operating system:<br> OSX 10.11.4</li> </ul> <p dir="auto">I'm using the X509 (<a href="https://www.npmjs.com/package/x509" rel="nofollow">https://www.npmjs.com/package/x509</a>)</p> <p dir="auto">I followed the instructions here <a href="https://github.com/ele...
<p dir="auto">Hello, my app uses the native ursa module. I just upgraded to atom-shell 0.23.0, rebuilt the ursa module and now my app is broken. Atom-Shell v0.22.3 was working properly.</p> <p dir="auto">Debian Linux x64, io.js@1.5.0, npm@2.7.1, node-gyp@1.0.3</p> <p dir="auto">Here's the error I get when I launch my...
1
<h3 dir="auto">Environment info</h3> <p dir="auto">Operating System: CentOS 6.7<br> If installed from sources, provide the commit hash: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/eda89e930cfcbd992ecacafd40267d733e2153dc/hovercard" href="https:...
<p dir="auto">I have been trying to compile tensorflow from source without success.<br> I could compile version 0.6.0 with no trouble, but trying to compile 0.7.1 produces the following error:</p> <blockquote> tensorflow/core/kernels/matrix_solve_ls_op.cc: In member function 'void tensorflow::MatrixSolveLsOp::ComputeMa...
1
<p dir="auto">A nice to have feature would be Jest-like snapshot testing in the std/testing library.</p>
<p dir="auto">It will be easy to understand for contributors or new coming contributors while looking through the project history.</p> <p dir="auto"><a href="https://www.conventionalcommits.org/en/v1.0.0-beta.4/" rel="nofollow">Conventional commit messages</a></p>
0
<p dir="auto">Upgrading packages...<br> Running "flutter packages upgrade" in flutter_update_packages_qQnlPY...<br> ! analyzer 0.31.2-alpha.0 from path /Users/xxx/Documents/GitHub/flutter/packages/flutter_tools/../../bin/cache/dart-sdk/lib/analyzer<br> ! front_end 0.1.0-alpha.10 from path /Users/xxx/Documents/GitHub/fl...
<p dir="auto"><code class="notranslate">flutter update-packages --force-upgrade</code> fails because intl_translation package 0.16.1(latest) has upper bound on analyzer package</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="dependencies: ana...
1
<p dir="auto">Hi.Is it possible to add a new light after the scene setup?I have a scene and i want the user to add light in a selected position by pressing a button.I have tried it and it's not working.</p>
<p dir="auto">HI,</p> <p dir="auto">I'm having some difficulty while trying to add a light after some time to the scene. If the light is created in the init() function there is no issue, but as soon as you create it later it makes everything look black.</p> <p dir="auto">Here is a sample script showing this issue: <a h...
1
<p dir="auto">we are waiting for a long time to see feature like this <a href="http://geedmo.github.io/yamm/" rel="nofollow">http://geedmo.github.io/yamm/</a></p>
<p dir="auto">i think it will be useful...</p>
1
<ul dir="auto"> <li>[X ] 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> <h2 dir="auto">Expected Behaviour</h2> <p dir="auto">No error in ESLint<br> Alternatively: Clicking the icon -&gt; expands the card</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/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
0
<h3 dir="auto">Problem description</h3> <p dir="auto">When I use <code class="notranslate">onMouseEnter</code> and <code class="notranslate">onMouseLeave</code> to show a popup (tooltip behavior), the popup does not appear.</p> <h3 dir="auto">Link to minimal working code that reproduces the issue</h3> <p dir="auto"><a ...
<p dir="auto">Hi there,<br> According to your description of AppBar: "App bars are a collection of components placed as a static header for an application", I was thinking that the AppBar wouldn't scroll off the page when you put a long list below it, let's say. But it does. See this example if you'd like: <a href="h...
0
<p dir="auto">Code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn foo(v: &amp;[int]) { match v { [_] =&gt; {}, [_, ..] =&gt; {}, _ =&gt; {}, } }"><pre class="notranslate"><code class="notranslate">fn foo(v: ...
<p dir="auto">Until friday (commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/3047614/hovercard" href="https://github.com/rust-lang/rust/commit/3047614"><tt>3047614</tt></a>) the following (very contrived) code compiled:</p> <div class="highlight hig...
1
<pre class="notranslate">see <a href="https://golang.org/issue/6873" rel="nofollow">issue #6873</a>, and <a href="https://golang.org/cl/36810043/" rel="nofollow">https://golang.org/cl/36810043/</a>. &gt; We already have these in pkg/os, also with this TERRIBLE_CASE. Let's stop the bleeding. &gt; In Go 2 we could move ...
<p dir="auto">When performing a clean build of our project with GO15VENDOREXPERIMENT=1 we need to run "go install" twice. The first time always fails in cgo-related compile or link steps. The second time always works fine.</p> <p dir="auto">I'm running "go version go1.5beta2 linux/amd64".</p> <p dir="auto">The error fr...
0
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">bug</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">My application consists of two parts. The main web application and a module which gets dynamically loaded into the w...
<h1 dir="auto">To people coming from search: please <a href="https://reactjs.org/warnings/invalid-hook-call-warning.html" rel="nofollow">read this page first</a>. It contains most common possible fixes!</h1> <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="a...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-make-images-mobile-responsive%60" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-make-images-mobile-responsive`</a> has an issue. Once completed, clicking <code class="notranslate">Go to my next challenge</code> takes you t...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions</a> has an issue.</p> <p dir="auto">We have this regular expression:</p> <div class="snip...
0
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwarkentin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwarkentin">@mwarkentin</a> on 2016-03-28T13:51:44Z</p> <h5 dir="auto">ISSUE TYPE</h5>...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">network/lldp.py</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.2.0 c...
0
<p dir="auto"><a href="https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps">Add Flutter to existing apps</a> explains how to use <code class="notranslate">FlutterViewController</code> (in Swift/Objective-C) or <code class="notranslate">Flutter.createView</code> (in Kotlin/Java) to create a Flutter view...
<p dir="auto">[This is very similar to http://github.com/<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="307365660" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/15798" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/issu...
1
<p dir="auto">Some operations on recarray views of structured arrays leak memory.</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="import numpy as np import resource # make a ran...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1133" rel="nofollow">http://projects.scipy.org/numpy/ticket/1133</a> on 2009-06-08 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rc/hovercard" data-octo-click="hovercard-link-click" data-octo...
0
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">actual version on <a href="http://www.typescriptlang.org/Playground" rel="nofollow">http://www.typescriptlang.org/Playground</a></p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overfl...
<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"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/41872440/216619913-99568f8c-8a82-42ab-ae7a-dd56846dd395.png"><img src="https://user-images.githubusercontent.com/41872440/216619913-99568f8c-8a82-42ab-ae7a-dd56846dd395.png" alt="image" style="max-width: ...
<h3 dir="auto">System Info</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- OS Platform and Distribution: Amazon Linux 2 - ONNX version 1.11.0 - Python version: 3.8 - Transformers 4.17"><pre class="notranslate">- OS Platfor...
0
<p dir="auto">As it uses the request attributes it still detects it as the controller set by the router, if you forward to another controller it only detected as a sub request and not visible at first glance on the web dev toolbar. It could/should show any forwarded controllers/sub requests or at least the final contro...
<p dir="auto">i keep stumbling over this use case:</p> <p dir="auto"><a href="https://github.com/liip/LiipFunctionalTestBundle/pull/70/files#L7R25">https://github.com/liip/LiipFunctionalTestBundle/pull/70/files#L7R25</a><br> <a href="https://github.com/liip/LiipFunctionalTestBundle/pull/70/files#L1R13">https://github.c...
0
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">poc should allow us to consolidate <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384627265" data-permission-text="Title is private"...
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">test:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sqlalchemy import * from sqlalchem...
0
<p dir="auto">The customize feature (<a href="http://twitter.github.io/bootstrap/customize.html" rel="nofollow">http://twitter.github.io/bootstrap/customize.html</a>) seems to be broken. I tried a few different configurations (even the default) and received the following in an error.txt:</p> <div class="snippet-clipboa...
<p dir="auto">Tried to download a customised setup but css files are empty once downloaded, the same is true for IE,Safari,FireFox and Chrome. Received a error file with the downloaded zip, message as follows:</p> <p dir="auto">A less error occured trying to build your bundle. You've likely entered an invalid input int...
1
<p dir="auto">Since I am tired of getting tons of emails because of Jenkins failing, I tried to look it up.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="====================================================================== ERROR: sklearn.me...
<p dir="auto">A <a href="https://travis-ci.org/scikit-learn/scikit-learn/builds/340071949?utm_source=email&amp;utm_medium=notification" rel="nofollow">Test failure on Travis</a> presumably due to changes in lbfgs:</p> <div class="highlight highlight-text-python-traceback notranslate position-relative overflow-auto" dir...
0
<p dir="auto">In our reference documentation, we currently specify what JVM versions are supported on the setup page:</p> <p dir="auto"><a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html" rel="nofollow">https://www.elastic.co/guide/en/elasticsearch/reference/current/setup.html</a></p> <...
<p dir="auto">In <code class="notranslate">/etc/default/elasticsearch</code> we have <code class="notranslate">MAX_OPEN_FILES=65535</code>. If you uncomment that, but don't edit it, and start ES you get this in the logs;</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Application: devenv.exe Framework Version: v4.0.30319 Description: The application requested process termination through System.Environment.FailFast(string message). Message: System.AggregateException...
<p dir="auto">in <code class="notranslate">sys.ts</code> , there are the code</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" if (typeof WScript !== &quot;undefined&quot; &amp;&amp; typeof ActiveXObject === &quot;function&quot;) { ...
0
<p dir="auto">Currently there is no hook that would allow us to set attributes on the node before it's injected into a document. Which is unfortunate as there are some attributes in the wild that take effect only before element is injected into a document.</p> <p dir="auto">To workaround this I'm forced to replacing re...
<p dir="auto">Is there reason why React restricts you to just a subset of DOM elements and attributes ? Unfortunately it makes it really hard to use it with new HTML or non standard features unless support for that is added.</p> <p dir="auto">I noticed I could create custom elements via <code class="notranslate">React....
1
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
<p dir="auto">While I admire the simplicity of the installer, it also globs it onto the C drive without asking. My C drive is a very small SSD, and while Atom isn't exactly a huge program, I'd prefer to have it on my HDD.</p>
0
<p dir="auto">Hello<br> I want to know if is there a way to disable auto close notification in windows<br> after generating the notification it will close automatically I can't even set any timeout for this function<br> should I use native windows notification?</p> <p dir="auto">thanks</p>
<p dir="auto">OS: Windows 8.1 x64<br> Atom-Shell: 0.19</p> <p dir="auto">Sorry for all the editing and deleting of my previous reports but the issue is morphing and I've narrowed it down. Apparently the webview is garbage collected when you set it's CSS display property to none. If you do this then you cannot use the w...
0
<p dir="auto"><strong>Describe the bug</strong><br> Duplicate <code class="notranslate">anon</code> names used in queries with<code class="notranslate"> union</code>, <code class="notranslate">limit</code> and <code class="notranslate">joinedload</code> causing the query to fail at the driver level.<br> This query used...
<p dir="auto">Not exactly sure if this is a bug or feature request, but heres what I ran into.<br> Attributes of base class cannot be validated from subclasses.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Base = declarati...
0
<p dir="auto">I'm not 100% sure this is by ES6 spec but the following code errors on Edge and Firefox Nightly:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="new (class extends Promise { constructor() { let newThis = this;...
<p dir="auto">ES6 disallow to use this before super call.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class Aaa { constructor(v: () =&gt; number) { } } class Bbb extends Aaa { vv: number; constructor() { this.vv = 111; super...
1
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): No</p> <p dir="auto"><strong>What keywords did you search...
<p dir="auto">kubedns has resource/limits but not the dnsmasq cache.</p>
1
<p dir="auto">It was always like this, no regression, just looks bad</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1926584/13848810/ca45bc8e-ec53-11e5-89bf-866989648014.png"><img src="https://cloud.githubusercontent.com/assets/1926584/13848810/c...
<p dir="auto">When editing Java in Visual Studio Code, import directives are shown with the package names in blue as if they were keywords. They should be shown in black because they are identifiers.</p>
1
<p dir="auto">Is Electron capable of hosting a socket IO web server? I am currently trying to connect to my local systems internal IP over my local network (using a port specified by the Socket.IO server javascript) and my connection is timing out.</p>
<p dir="auto">I've been tracking down a bug in a program that works in OSX but fails mysteriously in Windows. I've pared down a minimal repro case to the <code class="notranslate">net.createConnection</code> / <code class="notranslate">net.createServer</code> APIs w/ a named pipe failing when run in the main atom proce...
1
<h5 dir="auto">Issue Type: Bug Report</h5> <h5 dir="auto">Ansible Version: 1.5.5, 1.6.10, 1.7.1</h5> <h5 dir="auto">Environment: Ubuntu 12.04 -&gt; Ubuntu 12.04</h5> <h5 dir="auto">Summary:</h5> <p dir="auto">The ansible_ssh_user setting does not appear to be applied to a host when using the delegate_to feature.</p> <h...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">1.6.6<br> ansible-playbook 1.7 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/8e940004c2f940fc01eacaf2c403cc2fab61f722/hovercard" href...
1
<p dir="auto">The usual keystroke pattern on a Mac for referencing one of several windows (as might be open on the left Explorer/Working Files area) is cmd-1, cmd-2, etc, either from top to bottom or left to right. What would be the proper way to adjust my settings so that I accomplish this way of selecting windows in ...
<p dir="auto">One of the many hundreds of awesome features of <code class="notranslate">vi(m)</code> is the ability to jump between several lines and do all sorts of things very quickly. However, that's very difficult to accomplish with the traditional editors.<br> And this is something I constantly end up missing in V...
0
<p dir="auto">I get the following problem in <a href="https://travis-ci.org/LearningLocker/xapi-validation" rel="nofollow">a Travis build</a> with Typescript 2.2 using @types/lodash^4.14.45.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="node_...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/lodash</code> package and had problems.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-...
1