text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">(This is a suggestion, so I took the freedom to erase all the bug related template code.)</p>
<p dir="auto">The code below was tested with binding version 2.4.12.2 and the source code example was from git HEAD.</p>
<p dir="auto">Currently the doc string only contains a terse syntax description. E.g.</p>
<... | <p dir="auto">Transferred from <a href="http://code.opencv.org/issues/1215" rel="nofollow">http://code.opencv.org/issues/1215</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="|| Andrey Kamaev on 2011-07-11 14:43
|| Priority: Normal
|| Affect... | 1 |
<p dir="auto">I have a router definition like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const routes: Routes = [
{
"path": "member",
"loadChildren": "app/member/member.module#MemberModule&q... | <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 => search github for a similar issue or PR before submitting
[ X ] feature request
[ ] support request =... | 0 |
<p dir="auto">This doesn't happen every time.</p>
<p dir="auto">Using tip (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/bbc4351eca2ff435106566497cef0fa15566c42a/hovercard" href="https://github.com/golang/go/commit/bbc4351eca2ff435106566497cef0fa15566c42a"><... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="##### GOMAXPROCS=2 runtime -cpu=1,2,4
--- FAIL: TestStackOverflow (0.04s)
crash_test.go:92: building source: exit status 2
panic: runtime error: slice bounds out of range
fatal err... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https:... | <p dir="auto">According to the <a href="https://developer.mozilla.org/en-US/docs/Web/API/WindowTimers/setTimeout" rel="nofollow">doc of setTimeout</a> the fuction supports the syntax <code class="notranslate">setTimeout(string code, [delay])</code></p>
<p dir="auto">The version in <code class="notranslate">angular2-pol... | 0 |
<p dir="auto">The following program causes an ICE:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() {
match ("", "") {
(a, "") => a,
("", b) => b,
};
}"><pre class="... | <p dir="auto">Code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
match ("", ()) {
(_, _) => (),
("", _) => (),
}
}"><pre class="notranslate"><span class="pl-k">fn... | 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> Questions and Help</h2>
<p dir="auto">-- Build files have been written to: /home/feng/pytorch/build</p>
<ul dir="auto">
<li>make install -j12<br>
Scanning dependencies ... | <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>
<ol dir="auto">
<li>I tried code below, and I got warning like</li>
</ol>
<di... | 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 (master <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/1b3f77fafd93de119b4d0cc15c16fb854d4082f4/hovercard" href="https://github... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Feature Idea</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">1.7.1</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">OS X 10.9.4</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">For the following, I will only talk about tagging tasks. However, this could be applied to... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Create a view with a text input, and a submit callback listener. In the submit listener, call something like <code class="notranslate">Navigator.popAndPushNamed()</code>. This will result in the following error message:</p>
<div class="snippet-clipboard-content notra... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/34681083/52030061-1de7c380-256a-11e9-880f-da07f00c93d2.gif"><img src="https://user-images.githubusercontent.com/34681083/52030061-1de7c380-256a-11e9-880f-da07f00c93... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">Here is my code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let value: any
if (value instanceof MyClass) {
// value is any. needs to typecast like this to get intellisense working:
(<MyC... | <p dir="auto">I am using the following example that I took directly from the blog post (<a href="http://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx" rel="nofollow">http://blogs.msdn.com/b/typescript/archive/2014/11/18/what-s-new-in-the-typescript-type-system.aspx</a>)</p... | 1 |
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
<a href="http://golang.org/doc/devel/release.html" rel="nofollow">http://golang.org/doc/de... | <p dir="auto">by <strong>krolaw</strong>:</p>
<pre class="notranslate">This would be useful when parsing (really) large JSON documents in low memory
environments.
At the moment one would need to write their own comma and key handling code. Since this
is available in the encoding/xml package (through RawToken), it wo... | 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"> 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... | <ul class="contains-task-list">
<li>[x ] I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class=... | 0 |
<p dir="auto">I have encountered some performance issues with JAX version 0.2.26 and 0.2.27. This has surfaced while running the TestU01 small-crush RNG testsuite against the <code class="notranslate">jax.random</code> RNG as well as my own implementation in <a href="https://github.com/DPBayes/jax-chacha-prng">https://... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import jax
import jax.numpy as jnp
f = lambda x: jnp.add(x, 1)
x = jax.pmap(f)(jnp.array([1])) # x is a SDA
# jnp.add will use the JAX C++ jit path which has SDA handling falling back to numpy-like ... | 0 |
<h3 dir="auto">Problem description</h3>
<p dir="auto">The UI jitters time to time, mostly when the drawer pops out/off for the first time. Even the home page <a href="http://www.material-ui.com" rel="nofollow">www.material-ui.com</a> has this problem when opening/closing the drawer by clicking the 3-lines icon at top-l... | <h3 dir="auto">Problem description</h3>
<p dir="auto">Once i tap the the drawer button there is a significant lag until a menu appears. it does not feel fluid or native like. I'm assuming you used the react drawer component on your own site as well.</p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">open <a hre... | 1 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/show-the-local-weather" rel="nofollow">Show the Local Weather</a> has an issue.</p>
<p dir="auto">I didn't manually mess with most challenges but I doubt this is the only instance of this. Like most privacy aware users, I run HTTPS-Everywhere and ... | <h4 dir="auto">Challenge Name</h4>
<p dir="auto">Show the Local Weather</p>
<p dir="auto"><a href="https://www.freecodecamp.com/challenges/show-the-local-weather" rel="nofollow">https://www.freecodecamp.com/challenges/show-the-local-weather</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">getCurrentPositio... | 1 |
<pre class="notranslate">godoc at goneat.org (an Ubuntu amd64 virtual machine) is exploding frequently with this
error message:
runtime: address space conflict: map() =
throw: runtime: address space conflict
runtime.throw+0x40
/build/buildd/golang-0~2011.03.07.1/src/pkg/runtime/runtime.c:102
runtime.throw(0x80... | <pre class="notranslate">None of these docs specify the control flow of recover:
<a href="http://golang.org/ref/spec#Handling_panics" rel="nofollow">http://golang.org/ref/spec#Handling_panics</a>
"manage behavior of a panicking goroutine"
"restoring normal execution"
<a href="http://golang.org/pkg/builtin/#recove... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">When you build next.js when the index page is located in <code class="notranslate">/index/index.js</code> instead of <code class="notranslate">/index.js</code> The client side script will not be executed when you access <code class="notranslate">http://localhost/</code>.</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/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="au... | 0 |
<h3 dir="auto">Bug summary</h3>
<p dir="auto">There are several rendering errors when creating a <code class="notranslate">bar3d</code> chart:</p>
<ul dir="auto">
<li>for some bars the side walls are missing, e.g. at (1,0), (3,0) or (7,0).</li>
<li>the edge to the x-axis of the top of bar (0,1) is partially visible, al... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong><br>
Z-order of rendered planes in 3d bar chart produced by bar3d is wrong. It is seen even in the example here <a href="https://matplotlib.org/gallery/mplot3d/3d_bars.html" rel="nofollow">https://matplotlib.org/gallery/mplot3d/3d_bars.html</a>. O... | 1 |
<p dir="auto">Introduced with <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/symfony/symfony/commit/c2f6078d014e24171fd168c19f58da8917e328ce/hovercard" href="https://github.com/symfony/symfony/commit/c2f6078d014e24171fd168c19f58da8917e328ce"><tt>c2f6078</tt></a>. Is this on p... | <p dir="auto">After upgrading Symfony to version 3.0.4 I see "3.0.4-DEV" instead of "3.0.4" as version in console and debug toolbar. Would you be so kind to fix this issue?</p>
<p dir="auto">Thank you.</p> | 1 |
<p dir="auto">I had to set frustumCulled = false on objects far from origin or else they would not render</p> | <p dir="auto">ArrayCamera only extends and only supports Perspective Cameras.</p> | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4.1</td>
</tr>
<tr>
<td>PHPUnit</td>
<td>5.7.26</td>
</tr>
</tbody>
</table>
<p dir="auto">I have a problem after the upgrade to symfony 3.4. I have a login in ... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4.x</td>
</tr>
</tbody>
... | 1 |
<p dir="auto">What version of Go are you using (go version)?<br>
I have tried go1.5rc1 and building from source:<br>
go version devel +6f0c7df Tue Aug 18 17:00:59 2015 +0000 linux/amd64</p>
<p dir="auto">What operating system and processor architecture are you using?<br>
Linux 3.4, amd64</p>
<p dir="auto">What did you ... | <p dir="auto">by <strong>czapkofan</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. Try to compile the following code ("test01-forrange.go"):
package main
var tab = []int{55, 44, 33}
func main() {
var i int
for i, v := range tab {
if v == 44 {
break
... | 0 |
<p dir="auto">When going from Babel 4 to 5 I am getting this error and not sure where it is coming from. Any ideas?</p>
<p dir="auto">My .babelrc is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"stage": 0,
"auxiliaryCo... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import foo from 'bar';
(function* () {});"><pre class="notranslate"><code class="notranslate">import foo from 'bar';
(function* () {});
</code></pre></div>
<p dir="auto">Compiling this raises <code cl... | 1 |
<p dir="auto">Although getting ansible through the "quick and dirty" manner is very useful for hacking scenarios, including it as a part of other projects requires being able to set it up from <em>easy_install</em> or <em>pip</em>.</p>
<p dir="auto">It would be great if this tool was published in pypi for each new rele... | <p dir="auto">Hello,</p>
<p dir="auto">Do you have any plan to put Ansible on <a href="http://pypi.python.org/pypi" rel="nofollow">Pypi</a> ?</p>
<p dir="auto">Thanks,</p> | 1 |
<ul dir="auto">
<li>matplotlib 1.5.1, python 3.4.4, win8.1, seaborn 0.7.0</li>
<li>anaconda installation</li>
<li>EPS produced while using the <code class="notranslate">seaborn</code> package are empty in my win 8.1 environment. I went through <code class="notranslate">seaborn</code>'s rcmod.py and figured that setting... | <p dir="auto">Using Arial as <code class="notranslate">font.sans-serif</code> in a figure will produce an EPS file that can't be opened or converted to PDF. In my case, using any other font, e.g. Bitstream Vera Sans or Liberation Sans produces a valid EPS.</p> | 1 |
<p dir="auto">A failed assertion in unit_test.ts gives me incorrect line numbers, plus the following scary error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="=====Error inside of prepareStackTrace====
TypeError: CallSite method toString exp... | <p dir="auto">When running</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="eval("unknownVariable")"><pre class="notranslate"><span class="pl-en">eval</span><span class="pl-kos">(</span><span class="pl-s">"unknownVariabl... | 1 |
<ul dir="auto">
<li>[x ] I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">There should be no error</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">Th... | <p dir="auto">Property 'ref' does not exist on type 'IntrinsicAttributes & IconButtonProps & { children?: ReactNode; }'</p>
<p dir="auto">This is the case for IconButton, but might be the case for others as well (didn't test any others).</p>
<ul class="contains-task-list">
<li class="task-list-item"><input ty... | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">Possibly similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1031744079" data-permission-text="Title is private" data-url="https://github.com/scrapy/scrapy/issues/5286" data-hovercard-type="issue" data-hovercard-url="/scrapy/scrapy... | <p dir="auto"><code class="notranslate">DOWNLOADER_CLIENT_TLS_METHOD</code> only supports values defined in <a href="https://github.com/scrapy/scrapy/blob/5a386393595ae6505840f00d6ea4a51beda31e19/scrapy/core/downloader/tls.py#L22"><code class="notranslate">scrapy.core.downloader.tls.openssl_methods</code></a> and they ... | 1 |
<p dir="auto">Hello,<br>
I would suggest to add a "regex literal" type to make ensuring that a string data matches a pattern at assigment.</p>
<p dir="auto">As the literal string feature has been added in the latest release, i found very convenient to type my variables with, e.g. for typing my react props (size : "smal... | <p dir="auto">There are cases, where a property can not just be any string (or a set of strings), but needs to match a pattern.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let fontStyle: 'normal' | 'italic' = 'normal'; // alr... | 1 |
<h2 dir="auto">Bug Report</h2>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" apache-shardingsphere-4.1.0-sharding-proxy-bin.tar.gz"><pre class="notranslate"><code class="notranslat... | <p dir="auto">my version is upgraded to 4.0.0-RC3.<br>
and i still have the problem while shardingjdbc load all the default database table metadata info causing application start slowly. i browsed all the questions commited on the git issues. i set "check.table.metadata.enabled" with false, i event set "executor.siz... | 0 |
<p dir="auto">Is there currently a way to use reflection with an <code class="notranslate">AsyncEngine</code>?</p>
<p dir="auto">e.g. something like</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import asyncio
from sqlalche... | <p dir="auto">The title pretty much describes this feature request. I would greatly appreciate if SQLAlchemy would support the Runtime Inspection API with a <code class="notranslate">AsyncEngine</code> much in the same way that it does with normal <code class="notranslate">Engine</code> objects. I know that the SQLAl... | 1 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mpdehaan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mpdehaan">@mpdehaan</a> this is for you buddy</p>
<ul dir="auto">
<li>Bump specfile</li>
<li>R... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible/modules/cloud/openstack/os_server.py<br>
ansible/modules/cloud/openstack/os_volume.py<br>
ansible/modules/cloud/openstack/os_server_volume.py</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div ... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I simply copy pasted the code from the following example in a blank app.<br>
<a href="https://github.com/flutter/website/tree/master/_includes/code/internationalization/minimal">https://github.com/flutter/website/tree/master/_includes/code/internationalization/minima... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I have two languages set up on iOS and Android:</p>
<ul dir="auto">
<li>German</li>
<li>English</li>
</ul>
<p dir="auto">German is the preferred language of the system, meaning the OS and most apps appear in German.</p>
<p dir="auto">I created an app that has transla... | 1 |
<p dir="auto">Im working on simple image classifier in Java. I`m using OpenCv 3.4.3 and JDK 1.8_192 and i encountered problem with JNI.</p>
<p dir="auto">When i execute this code</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public class Main... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => <g-emoji class="g-emoji" alias="grey_question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2754.png">❔</g-emoji></li>
<li>Operating System / Platform => <g-emoji class="g-emoji" alias="grey_question" fallb... | 0 |
<p dir="auto">hi,<br>
please add RTL support to next release of bootstrap,<br>
very thanx.</p> | <p dir="auto">Would be great to have support for right-to-left languages.</p> | 1 |
<p dir="auto">In the latest version of Flutter the behaviour of button presses is wrong. Sometimes taps are missed because there is a move threshold - pressing, moving then releasing your finger on a button does not result in a click.</p>
<p dir="auto">That must be deliberate, and I guess someone thought it was the cor... | <p dir="auto">You should be able to slop around a big button without rejecting the tap recognizer.</p> | 1 |
<p dir="auto">Hi</p>
<p dir="auto">this is a request for improvement :</p>
<p dir="auto">sometimes within the grid, you want the order of your markup to not necessarily be the same as the order items are flowed into the grid.<br>
It would be a nice improvement to have source ordering classes : by using these source ord... | <p dir="auto">It would be nice if we could use negative offsets to allow presentation order to be independent from source order. For example, to have the first sidebar to come after the content in the source, but be presented still to the left of the content.</p>
<p dir="auto">For example, we could use something like i... | 1 |
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const msg = prompt();
console.log(msg);"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">msg</span> <span class="pl-c1">=</span> <span class="pl-en">prompt<... | <p dir="auto">While <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="731915740" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/8179" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/8179/hovercard" href="https://github.co... | 1 |
<p dir="auto">Trying to upload an image from React Native to a server with Axios. I've attached a screenshot of both the code that I'm using and the Postman form-data view so you can see what the server expects to receive (uploading via postman works perfectly so server is all good). Every time I try to upload an image... | <h4 dir="auto">Describe the issue</h4>
<p dir="auto">So I'm facing the following problem, I would like to recall the api called which failed because the JWT token expired (so without throwing any error if the call with valide token work) and update the axios instance <code class="notranslate">axios.defaults.headers.com... | 0 |
<h3 dir="auto">Problem</h3>
<p dir="auto">I'm always frustrated when I want to find the font "Arial Black", because the family name of this font is "Arial".<br>
I would like it if we could search a font by it's name.</p>
<p dir="auto">Here is an example how I search the font "Arial Black":</p>
<div class="snippet-clipb... | <p dir="auto">The following Ubuntu fonts are installed on my system:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/home/edwin/.fonts/Ubuntu-LI.ttf: Ubuntu,Ubuntu Light:style=Light Italic,Italic
/home/edwin/.fonts/Ubuntu-L.ttf: Ubuntu,Ubuntu ... | 1 |
<p dir="auto">It can be super helpful to piggyback on ElasticSearch's node stats endpoint to report various stats on all nodes on the cluster, however non-data nodes (data=false or client=true) do not seem to have this enabled, and node stats return mostly empty for them.</p> | <p dir="auto">Using 0.90</p>
<p dir="auto">If a data node hasn't been searched on, the getOs().getMem() in the NodesStatsResponse for that node will be null. It appears as if an actual search request has to be issued against a node for that to be populated.</p> | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">I have just upgraded from 2.0 to 2.1.7 and now I am getting an issue with the form builder. I have a FormType class and have stripped the buildForm function back to just trying to generate a date field:</p>
<p dir="auto">$builder->add('fromDate', 'date');</p>
<p dir="auto">The ... | <p dir="auto">Many applications are generating memory size and function nesting errors after upgrading to Symfony 2.1.7</p>
<p dir="auto">For example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Fatal error: Maximum function nesting level o... | 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"> 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... | <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&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+"... | 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/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<ul dir="auto">
<li>docker_image</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">shell module and check mode</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[root@loc... | 0 |
<p dir="auto">The duplicated code in <code class="notranslate">FormHelper</code> (FrameworkBundle) and <code class="notranslate">FormExtension</code> (Twig bridge) should be extracted into a common base class <code class="notranslate">Symfony\Component\Form\AbstractRenderer</code>. It's interface should be extracted in... | <p dir="auto"><code class="notranslate">bind</code>ing partial parameters effectively clears all existing values from the model and only persists the new parameters that are passed in. See example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | 0 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-make-instances-of-objects-with-a-constructor-function?solution=var%20Car%20%3D%20function%28%29%20%7B%0A%20%20this.wheels%20%3D%204%3B%0A%20%20this.engines%20%3D%201%3B%0A%20%20this.seats%20%3D%201%3B%0A%7D%3B%0A%0A%2F%2F%20Only%20change%2... | <p dir="auto">Hi,</p>
<h2 dir="auto">I think the sample given in the explanation is wrong.</h2>
<p dir="auto">Now, once the myCar instance is created it can be used like any other object and can have its properties accessed and modified the same way you would usually. For example:</p>
<p dir="auto">var myCar.turboType ... | 1 |
<p dir="auto"><strong>Description</strong><br>
Currently airflow doesn't provide a way to submit a DAG (an experimental api exists but not part of airflow deployment).<br>
Similarly it provides a way to delete dag but doesn't cleanup the file.</p>
<p dir="auto"><strong>Use case / motivation</strong><br>
We have a requi... | <h3 dir="auto">Body</h3>
<p dir="auto">I have a kind request for all the contributors to the latest provider packages release.<br>
Could you help us to test the RC versions of the providers and let us know in the comment,<br>
if the issue is addressed there.</p>
<h2 dir="auto">Providers that need testing</h2>
<p dir="a... | 0 |
<p dir="auto">When i open a file with atom editor and try to insert the "@" symbol the editor does a horizontal text alignment instead of inserting the "@" symbol</p> | <blockquote>
<p dir="auto">Atom doesn't handle keyboards with Right Alt (i.e. AltGr). This is a very basic mistake. I have a Hungarian keyboard layout, I can only write specific keys like "|" (pipe) by pressing Right Alt (AltGr) and then W, which Atom doesn't recognize and treat like Alt-W or something?<br>
The point i... | 1 |
<p dir="auto">by <strong>daz.fuller</strong>:</p>
<pre class="notranslate">When running on a Windows environment (Win7 64bit) the following error is reported:
2013/06/13 08:22:07 unexpected header line: "21 May 2013\r"
This appears to be a problem in parse.go in the readLine function where it is only
expecting "\n" (... | <pre class="notranslate">The spec is unclear about what constitutes a "mention" of a variable for the
purpose of determining initialization order. There are conflicting interpretations and
implementations.
See also <a href="https://golang.org/issue/6703" rel="nofollow">issue #6703</a> (and related: 7137).</pre> | 0 |
<p dir="auto">On my Nexus 5. Open the gallery, and then go into the app two levels deep. Then, hit the Android back button enough times to get back to the OS's main launch screen. Then, bring up the app switcher and select the Gallery app from the list of backgrounded apps. Tap the gallery app.</p>
<p dir="auto">Expect... | <p dir="auto">[I'm sure I've typed this issue in already but I'm unable to find it. Perhaps I failed to press the submit button last time.]</p>
<p dir="auto">This problem is intermittent and its symptoms are somewhat unpredictable. Sorry.</p>
<p dir="auto">If you back out of the Gallery app, wait a moment (I guess to ... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto">In tag 2.0.1 the NavigationToolbar2QT includes an unchecked call to a Qt5 feature:</p>
<p dir="auto"><code class="notranslate">pm.setDevicePixelRatio(self.canvas._dpi_ratio)</code></p>
<p dir="auto"><a href="https://github.com/matplotlib/matplotlib/blob/v2.0.1/lib/matplotlib... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong><br>
Running arbitrary tests with matplotlib-2.0.1 results in<br>
AttributeError: 'QPixmap' object has no attribute 'setDevicePixelRatio'</p>
<p dir="auto">matplotlib-2.0.0 works fine</p>
<div class="highlight highlight-source-python notranslate ... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.32.3]</li>
<li>Operating System: [macOS 13.3.1]</li>
<li>Browser: [All]</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbo... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.32.1]</li>
<li>Operating System: [Windows 10]</li>
<li>Browser: [All, Chromium, Firefox, WebKit]</li>
<li>Other info:</li>
</ul>
<p dir="auto">I am running a NodeJs application inside a Docker container and within the application I launch a spa... | 0 |
<pre class="notranslate">What steps will reproduce the problem?
Compiling exp/locale/collate consumes more than 200mb on 32bit platforms like arm (more
than 300 mb on amd64). The is most likely caused by the 50k line tables.go, and its ~
300k values.
Can anything be done to reduce the amount of memory consumed when c... | <p dir="auto">by <strong>huangmipi</strong>:</p>
<pre class="notranslate">After added go-sqlite3 library,
Can build program, but cant debug,
enter GDB, print value of every variable is wrong.
Envir:
go:1.1,
GDB:7.6,
os:ubuntu 11.4</pre> | 0 |
<p dir="auto">Impossible to import numpy</p>
<h3 dir="auto">Reproducing code example:</h3>
<p dir="auto">import numpy</p>
<h3 dir="auto">Error message:</h3>
<p dir="auto">Traceback (most recent call last):<br>
File "/home/pi/.pyenv/versions/3.7.4/lib/python3.7/site-packages/numpy/core/<strong>init</strong>.py", line ... | <p dir="auto">When i try to run a python script that uses numpy, i receive the following error:<br>
ImportError: Unable to import required dependencies.<br>
...<br>
Original error was: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /usr/local/lib/python3.7/site-packages/numpy/core/_mult... | 1 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">This comes from failures seen in SymPy CI:<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1320660371" data-permission-text="Title is private" data-url="https://github.com/sympy/sympy/issues/23847" data-hovercard-type="pull_r... | <p dir="auto">Cython 0.29.31 was release a few hours ago and it corresponds to our CI going red.</p>
<p dir="auto"><a href="https://github.com/cython/cython/releases/tag/0.29.31">https://github.com/cython/cython/releases/tag/0.29.31</a></p>
<p dir="auto">See for instance: <a href="https://github.com/scipy/scipy/runs/75... | 1 |
<p dir="auto">On my application we were trying to analyze floating data.<br>
we tried to use histogram on a float field and we discovered that the "interval" field accepts only integer.<br>
but sometimes we need to analyze floating number with more precision that the integer number cannot give us. For an example if you... | <p dir="auto">Fork of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="20297343" data-permission-text="Title is private" data-url="https://github.com/elastic/elasticsearch/issues/3810" data-hovercard-type="issue" data-hovercard-url="/elastic/elasticsearch/issues/3810/hovercard" href="... | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.0 (latest released)</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">Debian GNU/Linux 10 (buster)</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippe... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.0 (latest released)</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">Debian GNU/Linux 10 (buster)</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippe... | 1 |
<p dir="auto">Deno provides a lot of useful objects in the runtime. It is also great to see a project that is solving many of the security problems of running JavaScript.</p>
<p dir="auto">I'd like to lock things down even further so that I can use Deno for hermetic config generation.</p>
<p dir="auto">Are there plans ... | <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const blob_src = new Blob(['console.log("Worker from BLOB")'])
new Worker(URL.createObjectURL(blob_src), {type:'module'})"><pre class="notranslate"><span class="pl-k">const</... | 1 |
<p dir="auto">Boostrap 2.3.0 doesn't compile with lessphp (v0.3.8) any more. Does anyone know a quick workaround for this issue?</p> | <p dir="auto">With latest version of mixins.less lessphp (version 0.3.8) if showing error:<br>
Fatal error: Uncaught exception 'Exception' with message 'parse error: failed at <code class="notranslate">{ .span(@index); }</code> ../less/mixins.less on line 578'</p>
<p dir="auto">There are no problems with previous versi... | 1 |
<p dir="auto">by <strong>coocood</strong>:</p>
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
<a href="http://golang.org/doc/devel/releas... | <pre class="notranslate">What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. <a href="http://play.golang.org/p/PTxGY_fgvj" rel="nofollow">http://play.golang.org/p/PTxGY_fgvj</a>
2. <a href="http://play.golang.org/p/enhRdN7Byq" rel="nofollow">http://play.golang.org/p/en... | 0 |
<p dir="auto">Here's the backtrace. Let me know if the code I was compiling would be helpful, I tagged the rev locally.</p>
<p dir="auto"><code class="notranslate">rustc 1.1.0-nightly (7bd71637c 2015-05-06) (built 2015-05-06)</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" ... | <p dir="auto">I got an internal compiler error when <code class="notranslate">cargo test</code>ing my code, and I was unfortunately unable to reproduce on a small sample. The code is <a href="https://github.com/honzasp/spiral/tree/bf84c70e067a19c9da20cf1c088f304dd159e8df">here on Github</a>, to reproduce the error, cha... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="type MyDatabaseTable struct {
SomeDescription string `db:"some_description" json:"some_description"`
}"><pre class="notranslate"><code class="notranslate">type MyDat... | <p dir="auto">The builder has little to say:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="signal: segmentation fault (core dumped)
FAIL image/draw 0.367s"><pre class="notranslate"><code class="notranslate">signal: segmentation fault (cor... | 0 |
<p dir="auto">matplotlib v2.0.0rc1, Python 3.5, OSX</p>
<p dir="auto">upgraded via conda over standard anaconda installation</p>
<p dir="auto"><code class="notranslate">%matplotlib notebook</code></p>
<p dir="auto">fails with an error message:</p>
<p dir="auto"><code class="notranslate">Incompatible library version: ... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Matplotlib segfaults when creating a figure when used in combination with the standard multiprocessing library.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-python notransla... | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">I've stumbled onto a behavior that causes performance problems on large datasets: When creating a multiindex with second level being a DateTime64 col, and then doing a <code class="notranslate">.loc[('val1', TimeStamp('val2'),)]</code> to get at particular value, pandas coerces (v... | <p dir="auto">The <code class="notranslate">drop_duplicates()</code> function in Python 3 is broken. Take the following example snippet:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd
raw_data = {'x': [7,6,3,3,4,8,0],'y': ... | 0 |
<p dir="auto">Hello,<br>
today, I was upgrading deno with <code class="notranslate">deno upgrade</code> and my antivirus (Avast) made popups. One of them said something like <em>We've protected <strong>deno.exe</strong> because it was acting suspiciously.</em> and <em>Threat blocked. We've blocked <strong>UNP244220764.... | <p dir="auto">I received an alert from the Avast antivirus during the upgrade of deno (from version 1.0.0 to version 1.0.1).<br>
I ran the command 'deno upgrade' from the PowerShell terminal on Windows 10 SO.</p>
<p dir="auto">The alert says that the deno.exe was infected with IDP.HELU.PSD11</p>
<p dir="auto"><a targe... | 1 |
<p dir="auto">I get the following compilation error when building pytorch 1.0.0 from source:</p>
<blockquote>
<p dir="auto">pytorch/third_party/ideep/mkl-dnn/src/cpu/jit_avx512_core_u8s8s32x_wino_convolution.cpp:223:41: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-W... | <p dir="auto">cc: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mingfeima/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mingfeima">@mingfeima</a></p>
<div class="snippet-clipboard-content notranslate position-... | 1 |
<p dir="auto">When hardware acceleration is enabled (OS X 10.10.1, Atom 0.165.0), rendering artifacts occur when text clips behind the vertical scrollbar in the file pane. I've included a GIF animation that demonstrates the problem. I've noticed it doesn't always occur. For example, if I have the setting page open and ... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/132806/5415627/96ce01f4-81f6-11e4-8757-83fe153488bf.png"><img src="https://cloud.githubusercontent.com/assets/132806/5415627/96ce01f4-81f6-11e4-8757-83fe153488bf.png" alt="screen shot 2014-12-12 at 12 00... | 1 |
<p dir="auto">Components wrapped in React.memo don't have a display name in the "components" tab of React DevTools.</p>
<p dir="auto">React version: 16.13</p>
<h2 dir="auto">Steps To Reproduce</h2>
<ol dir="auto">
<li>create a component that uses React.memo</li>
<li>name the component using "displayName"</li>
<li>open ... | <p dir="auto">If you create a component via <code class="notranslate">React.memo</code> and then explicitly provide it with a <code class="notranslate">displayName</code>, DevTools ignore this display name.</p>
<p dir="auto">React version: 16.12.0<br>
DevTools version: 4.4.0</p>
<h2 dir="auto">Steps To Reproduce</h2>
<... | 1 |
<p dir="auto"><code class="notranslate">import matplotlib.pyplot as plt</code> is erroring for matplotlib-1.5.3 while trying to import from PyQt4.</p>
<p dir="auto">I have observed this while running on Travis-CI, linux, installing matplotlib using conda. Here is a trace-back from the python 3.4.2 failure (<a href="htt... | <p dir="auto">Our pandas tests on travis started to fail last night on python 3.5 (eg <a href="https://travis-ci.org/pydata/pandas/jobs/160584906" rel="nofollow">https://travis-ci.org/pydata/pandas/jobs/160584906</a>) with errors in our plotting tests (among others: "ImportError: No module named 'PyQt4'").<br>
Compared... | 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>.):</p>
<p dir="auto">BUG REPORT</p>
<p dir="auto"><strong>Wh... | <p dir="auto">Most applications should be running in multiple zones to increase availability. Kubernetes should support it. I imagine this to work in the following way:</p>
<ol dir="auto">
<li>User sets up cluster in a region in a way that minions are spread evenly across all available zones</li>
<li>User creates repli... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">#sqlite does not have problem with this, but postgres has. (and i guess any #other more strict DB).<br>
#This functionality is being used in polymorphic_union()</p>
<p dir="auto">from sqlalchemy import *<br>
db = create_eng... | <p dir="auto"><strong>Migrated issue, originally created by Dan Stovall</strong></p>
<p dir="auto">In MSSQL a ROWVERSION or TIMESTAMP column do not contain a date time. Instead the contain an 8-byte integer. Currently, the column is set as sqlachemy.sql.sqltypes.TIMESTAMP, which is an instance of the DateTime type. ... | 0 |
<p dir="auto">Electron version: 1.7.6<br>
Operating system: Windows 7</p>
<p dir="auto">Same as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="211757383" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/8828" data-hovercard-type="issue" d... | <ul dir="auto">
<li>Electron version: 1.8.4</li>
<li>Operating system: Windows</li>
</ul>
<p dir="auto">Thanks for your excellent work! After a year of waiting, when will the encryption of ASAR be applied? Thank you~</p> | 0 |
<p dir="auto">If you add <code class="notranslate">inf, -inf</code> into the list <a href="https://github.com/pytorch/pytorch/blob/master/test/test_torch.py#L9274">https://github.com/pytorch/pytorch/blob/master/test/test_torch.py#L9274</a> it'll fail the test.</p>
<p dir="auto">So from numpy doc, <code class="notransla... | <p dir="auto"><code class="notranslate">torch.norm</code> currently have the following inconsistent behavior where for matrix inputs and <code class="notranslate">ord</code> is a numerical value, <strong>vector</strong> norm is computed instead:</p>
<div class="snippet-clipboard-content notranslate position-relative ov... | 1 |
<p dir="auto">I am interested in your project and want to contribute but it's hard to figure out what I should start maybe start gitter chat ?<br>
Or you can suggest me here ?</p> | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/13242392/36363696-e650c5f0-1536-11e8-9c06-49e6bf31cd07.png"><img src="https://user-images.githubusercontent.com/13242392/36363696-e650c5f0-1536-11e8-9c06-49e6bf31cd07.png" alt="image" style="max-width: 10... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt
a = [[1,2],[3,4]]
plt.imshow(a)
... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Clicking on the figure options button (only available in the Qt backend) when showing an image does not work anymore. The dialog does not open and the script throws a TypeError.</p>
<p dir="auto"><strong>Code for reproduction</s... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=nebhale" rel="nofollow">nebhale</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1555?redirect=false" rel="nofollow">SPR-1555</a></strong> and commented</p>
<p dir="auto">I'd like to see support for the TestNG frame... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=gmatthews" rel="nofollow">Greg Matthews</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1423?redirect=false" rel="nofollow">SPR-1423</a></strong> and commented</p>
<p dir="auto">When building a web application, you... | 0 |
<p dir="auto">This program:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() {
let a: &str = "one";
let b: String = "two".into_string();
let c = a + b;
println!("{}", c);
}"><pre class=... | <p dir="auto">Probably because of the changes in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/dbc7e17cce0344b774c2ad45066f84d29ce972e9/hovercard" href="https://github.com/rust-lang/rust/commit/dbc7e17cce0344b774c2ad45066f84d29ce972e9"><tt>dbc7e17</tt><... | 1 |
<p dir="auto">Trying to include rust-http as a dependency results in an internal error, running <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/946654a721d6fd5eeb91e93293cdc2cba83c78b9/hovercard" href="https://github.com/rust-lang/rust/commit/946654a721d6... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::io;
fn f(wr: &mut Writer) {
wr.write_str("hello").ok().expect("failed");
}
fn main() {
let mut wr = box io::stdout() as Box<Writer + 'sta... | 1 |
<ul dir="auto">
<li>VSCode Version:latest</li>
<li>OS Version:win7</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>It automatically copy my code of .js file when I press Ctrl+s。</li>
</ol> | <ul dir="auto">
<li>open User settings</li>
<li>check the errors view, 2 warnings in settings.json (caused by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="158879095" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/7312" data-hovercard-t... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=nikita.tovstoles" rel="nofollow">Nikita Tovstoles</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9298?redirect=false" rel="nofollow">SPR-9298</a></strong> and commented</p>
<p dir="auto">On each web request, Reque... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=pcl" rel="nofollow">Patrick Linskey</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9748?redirect=false" rel="nofollow">SPR-9748</a></strong> and commented</p>
<p dir="auto">RequestMappingHandlerAdapter creates a n... | 1 |
<p dir="auto">here is my benchmark info (The model is inception-2015-12-05):<br>
I tensorflow/core/util/stat_summarizer.cc:262] 50 runs, avg 2880 ms, 1960 nodes defined 1664 nodes observed<br>
============ Top by duration =================<br>
[start] [first] [avg] [%] [cdf%] [Op] [Name]<br>
348... | <ol dir="auto">
<li>
<p dir="auto">On Ubuntu 15.10 with CUDA 7.5, cuDNN 7.0, tensorflow-0.9.0rc0, ran "tensorflow/examples/label_image/" application by taking inception-v3 graph and roughly measure the elapsed time.</p>
</li>
<li>
<p dir="auto">Then take "tensorflow/contrib/quantization/tools:quantize_graph" to quant i... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report
[ ] feature request
[ ] support request"><pre class="notranslate"><code class="notranslate">[X] bug report
[ ] feature request
[ ] support request
</code></pre></div>
<p dir="auto"><str... | <p dir="auto">Typescript emits an <code class="notranslate">__extends</code> helper to, well, help with extending classes.</p>
<p dir="auto">It currently shows up a few dozen times in our codebase, turning it off in the broccoli tree saves ~70KB unminified / 44KB minified in the existing System bundles.</p>
<p dir="aut... | 0 |
<p dir="auto">I cannot understand why the result of <code class="notranslate">take</code> can be visited by a for loop while throwing an error when put in a list comprehension, such as the code</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fo... | <p dir="auto">AIUI, the Julia package manager currently allows only per-user installation of packages.</p>
<p dir="auto">From a packager perspective (I am a Debian developer), the possibility of having both system-wide and per user packages is very important.</p>
<p dir="auto">In Debian, we already distribute large par... | 0 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-staging/43/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-staging/43/</a></p>
<p dir="auto">Multiple broken tests:</p>
<p dir="auto">Failed: [k8s.io] K... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-staging/3/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-staging/3/</a></p>
<p dir="auto">Multiple broken tests:</p>
<p dir="auto">Failed: [k8s.io] Kub... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="System.TimeoutException: Timeout 30000ms exceeded.
=========================== logs ===========================
<launching> C:\Windows\system32\config\systemprofile\AppData\Local\ms-playwright\f... | <h3 dir="auto">Your question</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="System.TimeoutException: Timeout 30000ms exceeded.
=========================== logs ===========================
<launching> C:\Windows\system32\config\systempro... | 1 |
<p dir="auto">At the moment there's no way that I can see to pass attr attributes through to the separate date and time child widgets of a datetime instance. This is easy to fix and I'm happy to put together a PR if people think it's a good idea.</p>
<p dir="auto">The proposed solution is:</p>
<ul dir="auto">
<li>add <... | <p dir="auto">We currently use various different ways for influencing the options of the children of an added type:</p>
<p dir="auto">a) By letting <em>one</em> option accept <em>multiple values</em> for the children (e.g. the "empty_value" option in DateType)</p>
<div class="highlight highlight-text-html-php notransla... | 1 |
<p dir="auto">VS code on my Mac cannot save modified files suddenly. I tried restarting VS Code and MAC itself, but none brought saving back. It keeps popping this dialog when I cmd + S to save a file.</p>
<p dir="auto">More information:<br>
VS version: 0.10.6<br>
<a target="_blank" rel="noopener noreferrer nofollow" h... | <p dir="auto">I often need to edit config files (MySQL, PHP, Apache, ...) in directories like C:\Program Files that require administrative rights. When you open them with code and save the file it says "Permission denied". So I have to run Code with right click as administrator and then choose "open file" to open the f... | 1 |
<h3 dir="auto">Apache Airflow Provider(s)</h3>
<p dir="auto">google</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto">apache-airflow-providers-google 6.8.0<br>
apache-airflow-providers-amazon 3.2.0<br>
apache-airflow-providers-ftp 2.1.2<br>
apache-airflow-providers-http 2.1.2<b... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.0.2</p>
<h3 dir="auto">What happened</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2022-02-26 15:42:51 UTC [104192]: user=prod_airflow,db=prod_airflow,app=[unknown],client=10.80.166.... | 0 |
<p dir="auto">If you put a widget inside of a stack, and you offset it in such a way that parts of it would exist outside of that stack, and then you wrap it in some sort of animation that animates the opacity, it will animate oddly. This is 100% reproducible.</p>
<p dir="auto">This is pretty severe in some cases, for... | 0 | |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <p dir="auto">in creating a options list that allows the user to change different settings i found a problem with the type checkbox . take this component</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="(function(app){
app.testing... | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | 1 |
<p dir="auto">Bootstrap: affix.js v3.1.1</p>
<p dir="auto">When you scroll to the bottom, the "position" system is set. But it is not "unset" when you scroll back up (unpin).</p>
<p dir="auto">I fixed the problem by changing:</p>
<p dir="auto">. if (this.unpin) this.$element.css('top', '')</p>
<p dir="auto">...to...</p... | <p dir="auto">When scrolling to the bottom of the page, affix-Plugin sets the class "affix-bottom" and sets inline styles like "position: relative; top: XYZpx;". The Problem is, that the inline "position: relative" aren't removed after scrolling up again. It would be better, to set "position: relative" via the class "a... | 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"><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 |
<pre class="notranslate">In this small example below, both snippets used to compile. Recently,
however, only the 2nd snippet compiles:
<a href="http://pastie.org/743667" rel="nofollow">http://pastie.org/743667</a>
What is the expected output? What do you see instead?
I expect both to compile.
What is your $GOOS? ... | <p dir="auto">by <strong>kballard</strong>:</p>
<pre class="notranslate">Building launchpad.net/goyaml produces a series of warnings:
decode.go: In function ‘_cgo_27a928056cbd_Cfunc_event_alias’:
decode.go:34:7: warning: assignment from incompatible pointer type [enabled by default]
decode.go: In function ‘_cgo_27a928... | 0 |
<p dir="auto">What I want to do is retrieving(or slicing 1-element) from tensor with tensor indices.</p>
<p dir="auto">for example,</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="data = tf.constant( [ [1,2,3], [4,5,6] ] )
i = tf.constant(2)
j ... | <h3 dir="auto">Issue:</h3>
<p dir="auto">TFLearn estimator summary writer fails because _write_dict_to_summary() in <a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/learn/python/learn/estimators/estimator.py#L324">/tensorflow/contrib/learn/python/learn/estimators/estimator.py</a> dose no... | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | 1 |
<p dir="auto">Also, what is the latest stable version? I use 3.7.0 but I see there is a 3.8 and a 3.7.1? Which is the latest stable?</p> | <p dir="auto">Right now Glide is in a bit of an awkward state with 3.x being updated from times to times while the focus seems to be on version 4.</p>
<p dir="auto">3.x is a bit of a pain to compile with JVM 7 and old support libraries while improvements made on the 4.x branch can only be used if we compile it ourselve... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.2</li>
<li>Operating System / Platform => Windows10</li>
<li>Compiler => android-sdk/ndk-bundle/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe (ver 3.8)</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="aut... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.0.1:</li>
<li>Operating System / Platform => Android 8.0 armeabi-v7a:</li>
<li>Compiler => ❔ clang NDK 19, 18, 17, 16</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I am trying to use opencv-4.0.1-android-sdk.z... | 0 |
<p dir="auto">My issue is about scipy.signal.medfilt(values, window). It works perfectly between values[(window+1)/2 : -(window+1)/2]. Near the edges it returns a ascending sorted list of values at the beginning and descending sorted list of values at the end.</p>
<p dir="auto">This should be <em>either</em> metioned i... | <p dir="auto">Hi, I have been facing a lot of issues while installing python packages such as scipy, skearn, numpy, spacy and scikit-learn. I tried using pip, conda but unfortunately i was not able to install all requirements. Is there any problem of mac m1 processor with packages like scipy, skearn, numpy, spacy and s... | 0 |
<p dir="auto">Hi<br>
when I write this code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export default function Bug(props) {
return (
<Bug></Bug>
)
}"><pre class="notranslate"><code class="notranslate">export de... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<ul dir="auto">
<li>Feature (possibly bug?)</li>
</ul>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">I've been trying out the new Context API in my project and it's awesome. However, i... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.