text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">I run <code class="notranslate">pip install scrapy</code>, and it only gives me the error:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2557461/6941420/6aebc342-d8b2-11e4-9f6a-b1549981b424.png"><img src="https://cloud.githubuserco... | <p dir="auto">[jooddang@a ~]$ scrapy startproject tutorial<br>
Traceback (most recent call last):<br>
File "/usr/local/bin/scrapy", line 7, in <br>
from scrapy.cmdline import execute<br>
File "/Library/Python/2.7/site-packages/scrapy/<strong>init</strong>.py", line 48, in <br>
from scrapy.spiders import Spider<br>
File... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">The <code class="notranslate">orm/inheritance/abc_inheritance</code> test relies upon <code class="notranslate">fold_equivalents</code> to spell out a UNION which builds... | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">It's not possible to create <code class="notranslate">type-decorator</code> for <code class="notranslate">postgresql</code> <code class="notranslate">Range</code> classes.</p>
<h3 dir="auto">To Reproduce</h3>
<div class="highlight highlight-source-python notranslate po... | 0 |
<p dir="auto">Just a documentation issue that - <code class="notranslate">http.ServeMux</code> (cleanPath) gets also rid of duplicate <code class="notranslate">/</code>-s. <code class="notranslate">http.ServeMux</code> already contains:</p>
<blockquote>
<p dir="auto">ServeMux also takes care of sanitizing the URL reque... | <pre class="notranslate">Some examples:
//Example 1
package main
import "fmt"
func main() {
const num = 1e1
s := make([]int, 10)
fmt.Println(s[num])
}
./test.go:8: non-integer slice index num
// Example 2
package main
import "fmt"
func main() {
const num = 1e1
s := make([]int, num)
... | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">When multiplying two sparse BCOO matrices it seems the result always stores explicit zero-entries even when the corresponding row/column of <code class="notranslate">a</code> and <code class="notranslate">b</code> are all zero:</p>
<div class="highlight highlight-source-pyt... | <p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li>
</ul>
<p dir="auto">Does jaxlib support building with GCC 11? I'm seeing a number of errors.</p>
<ul class="contains-... | 0 |
<p dir="auto">Hello Julia-ers!</p>
<p dir="auto">When adding remote workers with <code class="notranslate">addprocs()</code>, I would really love to be able to send my current working environment along for the new Julia workers. Currently this does not happen for workers added using an <code class="notranslate">SSHMana... | <p dir="auto">Making the documentation omits <code class="notranslate">dates.rst</code> since it is not included in the main <code class="notranslate">index.rst</code> file.</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ ma... | 0 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-local-scope-and-functions#?solution=function%20myFunction%28%29%20%7B%0A%20%20var%20myVar%20%3D%201%3B%0A%20%20console.log%28myVar%29%3B%0A%7D%0AmyFunction%28%29%3B%0A%0A%2F%2F%20run%20and%20check%20the%20console%20%0A%2F%2F%20myVar%20is%2... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-local-scope-and-functions#?solution=function%20myFunction%28%29%20%7B%0A%20%20var%20myVar%20%3D%205%3B%20%20%0A%20%20console.log%28myVar%29%3B%0A%7D%0AmyFunction%28%29%3B%0A%0A%2F%2F%20run%20and%20check%20the%20console%20%0A%2F%2F%20myVar%... | 1 |
<p dir="auto">by <strong>naomi.bancroft</strong>:</p>
<pre class="notranslate">1. What is a short input program that triggers the error?
package main
func main() {
var max uint64 = 0
num := 1 << max
num += 1
}
2. What is the full compiler output?
bugreport.go:5: internal compiler error: agen OREGIST... | <p dir="auto">by <strong><a href="mailto:marius@vastech.co.za">marius@vastech.co.za</a></strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
Forward slashes cannot be escaped in a pattern. The following snippet does not compile:
re, err := regexp.Compile("\/out\/sctp\/5.*")
gives compiler er... | 0 |
<ul dir="auto">
<li>[y ] 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>
<p dir="auto"><a href="https://codesandbox.io/s/mjy74qv98" rel="nofollow">https://codesandbox.io/s/mjy74qv98</a></p>
<p dir="auto">Is ... | <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 |
<p dir="auto">This appears to be a defect that is specific to Intel's Math Kernel Library and the resolution will likely require changes therein. I'm submitting here as I believe the NumPy team has some relationships/connections with the Intel team and there have been some efforts to make MKL work well with NumPy (and ... | <p dir="auto">Hello!</p>
<p dir="auto">Linux Mint: 18.3 (Sylvia)<br>
Python: 3.6.3<br>
NumPy: 1.13.3<br>
Cython 0.27.3</p>
<p dir="auto">I am trying to build numpy and scipy wheels from source using the intel mkl compilers. Numpy compiles just fine, however when I run the test suite, the suite hangs on <code class="not... | 1 |
<p dir="auto">I have notices that since there are no longer spans everything element wrapper by comments content fails to display for IE and Edge.</p> | <p dir="auto">The following</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var Hello = React.createClass({
render: function() {
return <div><p>Hello</p>test</div>;
}
});"><pre class="notranslate"><code class="no... | 1 |
<h4 dir="auto">Reproducing code example:</h4>
<p dir="auto">See CI of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="794583184" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/13441" data-hovercard-type="pull_request" data-hovercard-url="/scip... | <p dir="auto">My issue is about how to use make_lsq_spline() method correctly. I am using spicy 1.3 and numpy 1.16.3.</p>
<h3 dir="auto">Reproducing code example:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
import scipy... | 0 |
<p dir="auto">Seems to only be IE is not displaying correctly on RC1 as it still includes the mobile nav. I am currently looking into why and such but want to know if others can duplicate or if it was a change on my end.</p> | <p dir="auto">I'm trying to download a customized bootstrap, changing the @gridColumnWidth variable to 65px (so that my .span12 is 1000px).<br>
The generated css includes 3 different declarations of .span12. The first one is the right one (1000px), then it gets overwritten by the following two.</p>
<p dir="auto">Manual... | 0 |
<p dir="auto">Currently we don't have a consistent way of handling error in our build, which results in confusing or duplicate errors being logged to console.</p>
<ul dir="auto">
<li>some broccoli plugin logs stuff to console (e.g. broccoli-typescript plugin prints type errors) and throws at the end to indicate that a ... | <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 =&g... | 0 |
<p dir="auto">0 info it worked if it ends with ok<br>
1 verbose cli [<br>
1 verbose cli 'C:\Program Files\nodejs\node.exe',<br>
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',<br>
1 verbose cli 'install',<br>
1 verbose cli '--quiet'<br>
1 verbose cli ]<br>
2 info using npm@6.14.13<br>
3... | <h3 dir="auto">Current Behavior:</h3>
<p dir="auto"><code class="notranslate">npm</code> fails to update in the v15.0.1 Docker container when trying the command <code class="notranslate">npm</code> prints out for updating.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snipp... | 0 |
<p dir="auto">by <strong><a href="mailto:raul.san@sent.com">raul.san@sent.com</a></strong>:</p>
<pre class="notranslate">Logger should have functions related to exit (Exit, Exitf, Exitln)
<a href="http://golang.org/pkg/log/#Logger" rel="nofollow">http://golang.org/pkg/log/#Logger</a></pre> | <pre class="notranslate">To reproduce:
while go test log/syslog; do echo ok; done
Eventually (after a few dozen iterations) you'll see a panic (trace is below).
Looks to be caused by TestConcurrentReconnect.
The weird part is that the panic is "send on closed channel", but by my
reading of the code any sends to the... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.1</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2015</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto"><code class="notranslate">waitKey()</code> returns <code class="not... | <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 |
<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">Current Behavior:</h3>
<p dir="auto">Attempting to update a package with a tag using the <code class="notranslate">update</code> command globally causes <strong>ALL</strong> global packages to be removed.</p>
<h3 dir="auto">Expected Behavior:</h3>
<p dir="auto">Packages should not be removed when updatin... | 1 |
<p dir="auto">I noticed earlier that the compile time of <code class="notranslate">image</code> increased massively during the beginning of 2015. Unfortunately it was hard to quantify this regression since we also changed a lot during this time.</p>
<p dir="auto">Fortunately I just found a good example that shows a 20-... | <p dir="auto">This simple program takes ~1minute to compile:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="macro_rules! f0( () => (1) );
macro_rules! f1( () => ({(f0!()) + (f0!())}) );
macro_rules! f2( () => ({(f1!()... | 1 |
<h4 dir="auto">Challenge Name</h4>
<h4 dir="auto">Issue Description</h4>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Browser Name, Version:</li>
<li>Operating System:</li>
<li>Mobile, Desktop, or Tablet:</li>
</ul>
<h4 dir="auto">Your Code</h4>
<div class="highlight highlight-source-js notranslate p... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-clone-an-element-using-jquery" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-clone-an-element-using-jquery</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="au... | 0 |
<h3 dir="auto">Describe the issue:</h3>
<p dir="auto">Using <code class="notranslate">astype(np.float32)</code> on integer array corrupts the data on ppc64el platform using numpy from conda-forge.</p>
<h3 dir="auto">Reproduce the code example:</h3>
<div class="highlight highlight-source-python notranslate position-rela... | <h3 dir="auto">Describe the issue:</h3>
<p dir="auto"><em>[I want to begin by first acknowledging that this is a fringe case of a bug appearing only in a VM (I haven't yet been able to reproduce it on real hardware), so please feel free to close this issue right away. However, I felt that I still should at least point ... | 1 |
<p dir="auto">$ python --version<br>
Python 3.7.0</p>
<p dir="auto">$ pip install numpy<br>
...<br>
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;<strong>file</strong>='/tmp/pip-install-0jx06uto/numpy/setup.py';f=getattr(tokenize, 'open', open)(<strong>file</strong>);code=f.read().replace('\r\n', '\n');f... | <p dir="auto">Am using Python 3.6.2 in MSYS2. The installation is unable to build the wheel:</p>
<blockquote>
<p dir="auto">Running setup.py bdist_wheel for numpy ... error</p>
</blockquote>
<p dir="auto">Then many pages are printed with the output of command setup.py bdist_wheel with warnings such as:</p>
<blockquote>... | 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">This is not a request for help.</p>
<p ... | 0 |
<p dir="auto">As of beta.1, <code class="notranslate">.put</code> and <code class="notranslate">.post</code> require a string body property (see also <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="127075144" data-permission-text="Title is private" data-url="https://github.com/angula... | <p dir="auto">Such as:</p>
<ul dir="auto">
<li>developers using JSON 99.93% of the time and avoiding having to JSON.stringify things manually.</li>
<li>adding appropriate content-type headers when sending JSON.</li>
<li>possibly adding an operator like <code class="notranslate">.json()</code> as sugar for <code class="... | 1 |
<p dir="auto">Ok-Hyuns-MacBook-Pro:client olee$ npm install --save-dev @babel/parser<br>
npm ERR! code ETARGET<br>
npm ERR! notarget No matching version found for @babel/parser@^7.1.3<br>
npm ERR! notarget In most cases you or one of your dependencies are requesting<br>
npm ERR! notarget a package version that doesn't ... | <h2 dir="auto">EDIT 2: seems to have been resolved now</h2>
<p dir="auto"><del>## EDIT (by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hzoo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hzoo">@hzoo</a>): Sug... | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">Other Airflow 2 version (please specify below)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">AirFlow version 2.3.3.</p>
<p dir="auto">When we use TaskFlow API for the DAG and have some task with <code class="notranslate">trigger_rule="none_failed"</code> th... | <p dir="auto"><strong>Apache Airflow version</strong>: 2.0.0</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware configuratio... | 0 |
<ol dir="auto">
<li>Open a workspace on a removable or network-attached medium</li>
<li>Close Atom</li>
<li>Disconnect the medium</li>
<li>Open Atom</li>
<li>Experience an error while trying to open the workspace. Of course, it shouldn't open. But it shouldn't throw an error either; just ask me to make/open a new works... | <p dir="auto">To Reproduce:</p>
<ol dir="auto">
<li>Open a file from a network share, e.g. \MyServer\Logfiles\error.log then close Atom.</li>
<li>Open Atom again when the network share is no longer present, e.g. on a different network at home.</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.208.0<br>
<strong>... | 1 |
<p dir="auto">by <strong>RickySeltzer</strong>:</p>
<pre class="notranslate">The syntax for initializing arrays of byte arrays is excessively restrictive and very
inelegant and inconvenient. Both of these ought to compile and do the obvious thing.
See Also <a href="https://golang.org/issue/6386" rel="nofollow">issue ... | <pre class="notranslate">What steps will reproduce the problem?
We had two instances of a process stuck in an infinite loop. Probably in the same place.
Killing one with SIGQUIT gave stack traces for all goroutines and I could see the
problem.
Here's an abridged version of the stack dump. Not sure how to reproduce th... | 0 |
<blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/decafdennis/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/decafdennis">@decafdennis</a></p>
</blockquote>
<h3 d... | <p dir="auto">Version 6.23.0 of babel-transform causes babel-plugin-transform-es2015-destructuring to crash while compiling our app.</p>
<p dir="auto">Pinning to babel-tranform@6.22.1 removes the crash.</p>
<p dir="auto">If I console.log(this.hub) in babel-transform I see that this.hub is an empty object. This should b... | 0 |
<h3 dir="auto">First Check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | <p dir="auto">Here's a <a href="https://github.com/thomasleveil/fastapi/tree/file_and_form_together">branch</a> with my use case:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from starlette.testclient import TestClient
fr... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-wrap-an-anchor-element-within-a-paragraph" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-wrap-an-anchor-element-within-a-paragraph</a> has an issue. Please describe how to reproduce it, and include links to screen shots if... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-wrap-an-anchor-element-within-a-paragraph" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-wrap-an-anchor-element-within-a-paragraph</a> has an issue. Please describe how to reproduce it, and include links to screen shots if... | 1 |
<p dir="auto">Reproduction:</p>
<ul dir="auto">
<li>Create and open a file that contains any warnings or errors from deno, let's it be <code class="notranslate">a.ts</code>, for example.</li>
<li>Add the file to the exclude list in <code class="notranslate">deno.json</code>:</li>
</ul>
<div class="highlight highlight-s... | <h3 dir="auto">Description</h3>
<p dir="auto">The issue below happens in these scenarios:</p>
<ol dir="auto">
<li>Running the server.ts with --watch and modifying the server.ts file triggering a restart.</li>
<li>Running the same file twice in separate terminal windows</li>
</ol>
<p dir="auto">Both of these cases resul... | 0 |
<p dir="auto">Description<br>
We are using requests package for our application development and the framework picks up latest version of requests whenever it builds.Today we noticed that our app broken due to new version of Requests 2.16.0.The "Packages" module is completely missing and it leads to our delivery blockin... | <p dir="auto">Hey so the 2.16.0 release broke all of the vendored things I am assuming. I have <a href="https://github.com/tomchristie/apistar/pull/189" data-hovercard-type="pull_request" data-hovercard-url="/encode/apistar/pull/189/hovercard">issued</a> two <a href="https://github.com/encode/django-rest-framework/pull... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | <p dir="auto">I'm using celery to run tasks which are listening to some web connections and recording the messages. The environment information is as following:</p>
<blockquote>
<p dir="auto"><strong>software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:3.6.3<br>
billiard:3.5.0.3 py-amqp:2.2.2<br>
platform -> syst... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=skaffman" rel="nofollow">Kenny MacLeod</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4677?redirect=false" rel="nofollow">SPR-4677</a></strong> and commented</p>
<p dir="auto">In some cases, I would like to be abl... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=katentim" rel="nofollow">Tim Nolan</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-403?redirect=false" rel="nofollow">SPR-403</a></strong> and commented</p>
<p dir="auto">Spring constructor-arg comments state:</p>
... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.3.1</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">When attempting to delete a DAG using Airflow 2.3.1 I get the following error, and the DAG along with its metadata are effectively not deleted:</p>
<div class="snippet-clipboard-content notranslate positio... | <p dir="auto">Hi, I have a very strange and specific behaviour of Airflow on AWS EKS cluster after deploying Calico to enforce network policies. I have also created AWS support case, but I also need support from Airflow team. I will be very appreciated for any help.<br>
<strong>What happened</strong>:<br>
I have Airfl... | 0 |
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">通过过滤掉xss攻击代码来解决v-html容易导致的xss攻击</p>
<h3 dir="auto">What does the proposed API look like?</h3>
<p dir="auto">v-html.xss</p> | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">I'm currently working on making a <a href="https://github.com/krestaino/nuepress">blog</a> using the WordPress REST API as the back end. The API returns the article with HTML markup in it. I'm taking that <a href="https://wp.kmr.io/wp-json/wp/v2/po... | 1 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.5</p>
<p dir="auto"><strong>Description</strong><br>
If some listeners are removed from <code class="notranslate">ContainerAwareEventManager</code> before being initialized they can not be added back if any event was dispatched in the meantime. This happen... | <p dir="auto">in src/Symfony/Bundle/FrameworkBundle/Console/Application.php</p>
<p dir="auto">use Symfony\Component\HttpKernel\Bundle\Bundle; instead of Symfony\Component\HttpKernel\Bundle;</p> | 0 |
<p dir="auto">There should be a larger tutorial that not only shows how to use Flask but also some extensions (maybe Flask-Script, Flask-SQLAlchemy and Flask-WTF) and modules (or what we will call them then)</p>
<p dir="auto">Related feedback issues:</p>
<ul dir="auto">
<li><a href="http://feedback.flask.pocoo.org/mess... | <p dir="auto">It would be nice to see an example application for 0.5 that is based on Flask plus a few Flask extensions that represents a semi-realworld example of how to do applications.</p>
<p dir="auto">Example proposals:</p>
<h2 dir="auto">A Wiki</h2>
<ul dir="auto">
<li>showcase how config management works</li>
<l... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">When pressing the flag + ~, it does not launch the fancy zone in edit mode. It doesn't do anything.</p>
<p dir="auto">Thanks.</p> | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.295
PowerToys version: 0.11.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notranslate... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.1.0</li>
<li>OS Version: Windows 8.1 Pro</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Download React.js v15.0.2 (<a href="https://fb.me/react-15.0.2.js" rel="nofollow">https://fb.me/react-15.0.2.js</a>).</li>
<li>Open the file in Visual Studio Code.</li>
<li... | <p dir="auto">Ported from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94376232" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugi... | 1 |
<p dir="auto">I have install numpy and then had to uninstall and install again and still doesn't work.<br>
I installed python3.7 by using some console commands ages ago<br>
I use Raspbian(Raspberry pi)<br>
I have multiple versions of python<br>
<code class="notranslate">pi@raspberrypi:~ $ sudo python3.7 -m pip uninstal... | <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 |
<p dir="auto">newbie to ES.<br>
This does not return any docs:</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" "query": {
"filtered": {
"query": {
"match_all": {}
... | <p dir="auto">When using <code class="notranslate">"now"</code> in date math in the query string, the value for <code class="notranslate">now</code> is cached:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="curl -XPUT 'http://127.0.0.1:9200/te... | 1 |
<p dir="auto">.desktop file created after compiling from source has wrong binary location ( .../share/atom/atom) instead of the .../bin/atom file.<br>
Besides there is no icon file in the installation share folder, so the .desktop file points at the wrong icon destination (because none is valid).</p> | <p dir="auto">When installing from source by following <a href="https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md">this guide</a> the following <code class="notranslate">.desktop</code> entry is created in <code class="notranslate">/usr/local/share/applications/atom.desktop</code>:</p>
<div clas... | 1 |
<h3 dir="auto">Documentation linking to existing examples?</h3>
<p dir="auto">I'm slowly working on some of the documentation and I'm trying to figure out how to add some examples here and there in the docs. I'd like to not duplicate work that's already been done. I believe I will link to examples using relative links ... | <p dir="auto">There are a few things which geometry.clone() doesn't copy a reference to, which it should.</p>
<p dir="auto">.bones<br>
.skinWeights<br>
.skinIndices<br>
.animations<br>
.animation</p>
<p dir="auto">are all left without references to the original, which leads to skinning being broken unless the reference... | 0 |
<ul dir="auto">
<li>What version of Go are you using (go version)?<br>
<code class="notranslate">go version go1.4.2 darwin/amd64</code><br>
MacOSX-10.6.8</li>
<li>What did you do?</li>
</ul>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-... | <pre class="notranslate">(This is somewhat related to <a href="https://golang.org/issue/5699" rel="nofollow">issue #5699</a> but I was told to file a new one; things got
more interesting since.)
$ cat a.go
package main; import "fmt"
// #cgo LDFLAGS: -framework Foundation -framework AppKit
// extern void *cgoptr;
impor... | 1 |
<p dir="auto"><strong>Atom Version</strong>: 0.170.0<br>
<strong>System</strong>: linux 3.16.0-4-amd64<br>
<strong>Thrown From</strong>: Atom Core**</p>
<p dir="auto">The bug seems pretty spontaneous, I did not use atom when the error occurred.<br>
The message box <code class="notranslate">Create issue on atom/atom</co... | <p dir="auto">Steps to reproduce (on Ubuntu 14.04, 64-bit, I deleted all configuration files and did a full reinstall of Atom to confirm the issue):</p>
<ol dir="auto">
<li>Open Atom v0.199.</li>
<li>File -> Open folder... -> open e.g. your Linux user's home folder. The folder gets added to the tree view pane.</l... | 0 |
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">A vue component of mine, when applied a certain model generates certain HTML/CSS. Is there any CLI for extracting the output HTML/CSS into seperate entities? Currently I duplicate the Vue file with my own node templating generation.</p>
<h3 dir="au... | <h3 dir="auto">Vue.js version</h3>
<p dir="auto">2.0.0-rc.1</p>
<h3 dir="auto">Reproduction Link</h3>
<h3 dir="auto">Steps to reproduce</h3>
<h3 dir="auto">What is Expected?</h3>
<h3 dir="auto">What is actually happening?</h3> | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# Your code here
import sqlite3
import pandas as pd
cnx = sqlite3.connect('database.sqlite')
df = pd.read_sql_qu... | <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
import numpy as np
dates = pd.date_range('1/1/2000', periods=8)
data1 = {'A': np.arange(8),
'B': np.random.randn(8)
... | 0 |
<p dir="auto">Hi guys,</p>
<p dir="auto">I've been looking for a way to learn web development and have really been enjoying the material you guys have put together, so thank you.</p>
<p dir="auto">I have a login issue I can't figure out and didn't see a duplicate looking through the issues.</p>
<h4 dir="auto">Issue Des... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/jquery/target-the-parent-of-an-element-using-jquery" rel="nofollow">target-the-parent-of-an-element-using-jquery</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/... | 0 |
<h4 dir="auto">Description</h4>
<p dir="auto">Passing any estimator to the <code class="notranslate">init</code> parameter in <code class="notranslate">GradientBoostingClassifier</code> (or <code class="notranslate">GradientBoostingRegressor</code>) causes errors when fitting. I'm including one example below as a MWE b... | <p dir="auto">here is a tiny script which reproduces the crash.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sklearn.datasets import load_iris
from sklearn import ensemble
from sklearn.cross_validation import train_test_split
iris = lo... | 1 |
<p dir="auto">#Issue Details</p>
<ul dir="auto">
<li><strong>Electron Version:</strong><br>
5.0.8 and 6.0.0 (but not 5.0.1 or 4.0.0)</li>
<li><strong>Operating System:</strong><br>
Windows 10</li>
<li><strong>Last Known Working Electron version:</strong><br>
5.0.1</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<p dir... | <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">I'm trying to use a constant at compile time to define the length of some vectors:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/* Gamma ramps */
const GLFW_GAMMA_RAMP_SIZE : int = 256;
/* Gamma ramp */
struct GLF... | <p dir="auto">The <code class="notranslate">format_args!</code> built-in macro currently generates structures located in <code class="notranslate">std::fmt</code>, which makes it difficult to use with libcore, even though libcore has the correct traits to read the generated structure.<br>
IMO it would be more logical t... | 0 |
<h3 dir="auto">Issue Details</h3>
<p dir="auto">When using an accelerator like <code class="notranslate">Shift+CmdOrCtrl+3</code>, the shown accelerator should be <code class="notranslate">⇧⌘3</code>, However, it's shown as <code class="notranslate">⌘#</code>.</p>
<p dir="auto">The HIG show menus with the shift arrow: ... | <p dir="auto">Hi All,</p>
<p dir="auto">My Electron and OS versions are:</p>
<ul dir="auto">
<li>Electron version: 1.6.15</li>
<li>Operating system: macOS High Sierra 10.13.1</li>
</ul>
<p dir="auto">So, I am trying to create a <strong>Frameless BrowserWindow</strong> object using the below parameters:</p>
<div class="... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jsl1" rel="nofollow">jsl1</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9343?redirect=false" rel="nofollow">SPR-9343</a></strong> and commented</p>
<p dir="auto">org.springframework.core.convert.Property class pe... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kmudrick" rel="nofollow">Kevin Mudrick</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9670?redirect=false" rel="nofollow">SPR-9670</a></strong> and commented</p>
<p dir="auto">We are seeing a pretty substantial pe... | 1 |
<p dir="auto">When I add screenshots to a test, the test report displays the name twice. While, functionally, this isn't an issue, the detail oriented part of me is annoyed by this :)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const screen... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.32.2</li>
<li>Operating System: maxOs 13.2.1</li>
<li>Browser: All</li>
<li>Other info:</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-lis... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>...</li>
<li>...</li>
<li>...</li>
</ol>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"><code class="notranslate"></code></pre></div>
... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/14286025/40038443-5fa4cc0a-57cf-11e8-964a-0b33ee150663.png"><img src="https://user-images.githubusercontent.com/14286025/40038443-5fa4cc0a-57cf-11e8-964a-0b33ee150663.png" alt="flutter_crash" style="max-w... | 0 |
<p dir="auto">It would save a bit of hassle (especially when updating all PCs in a team) if Typescript VS installer asked about PATH update to the latest Typescript bin directory (ie. remove old Typescript from PATH , add new Typescript to PATH).</p>
<p dir="auto">Managing all developers and asking them to update the P... | <p dir="auto">Can we fix this or is cmd too limited? After installing 1.4 out of band (<a href="https://visualstudiogallery.msdn.microsoft.com/2d42d8dc-e085-45eb-a30b-3f7d50d55304" rel="nofollow">https://visualstudiogallery.msdn.microsoft.com/2d42d8dc-e085-45eb-a30b-3f7d50d55304</a>) on top of VS2013 my command prompt ... | 1 |
<p dir="auto">For some tests I would like to simulate the current time because my web app have some functionalities that active depends of the time.</p>
<p dir="auto">For example, if the time is between 20hrs and 6hrs the app have to show a maintenance page. This feature will be awesome because I can execute my test in... | <p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="869719470" data-permission-text="Title is private" data-url="https://github.com/microsoft/playwright/issues/6347" data-hovercard-type="issue" data-hovercard-url="/microsoft/playwright/issues/6347/hovercard?comment_id=9... | 1 |
<p dir="auto">In an example in the stats.power_divergence docstring, the incorrect use of "method" instead of "lambda_" as option name is used. Fix in pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="33533282" data-permission-text="Title is private" data-url="https://gith... | <p dir="auto">I have no problems interpolating over small arrays like this.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
from scipy.interpolate import interp2d
x = np.arange(900)
y = np.arange(400)
z = np.random.randint(-... | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto">To be completely honest: I have no idea what exactly causes this issue and I'm using technology that might not be fully prime time ready yet but let's see.</p>
<p dir="auto">I'm using Webpack + <a href="https://github.com/m... | <h2 dir="auto">Bug Report</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I would like to work on a fix!</li>
</ul>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto">When a nested optional chaining expression is ... | 0 |
<h1 dir="auto">What's Happening?</h1>
<p dir="auto">When (somehow) which "defaultProfile" is not able to run like miss-typing "commandline" goes like "powershell.ex" (no e) so there is no program to run it, windows terminal just shuts down when opening terminal, (or not the command line program, like office program WIN... | <p dir="auto">From <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="458366572" data-permission-text="Title is private" data-url="https://github.com/microsoft/terminal/issues/1343" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/terminal/pull/1343/hovercard" href="htt... | 1 |
<p dir="auto">The <a href="https://github.com/zeit/next.js/commit/6e44cdef5f877a85d9015002d3f77640c0e1ba21#diff-0f2f34c098f5954f99483c9bd61e439dR46">recently added config option</a> for adding a custom bootstrap file to the main bundle is mentioned only in comments here and there so far, so thought to turn this into an... | <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 i'm new with flutter. i've come with this error. I didn't see any code error warning in my codes.<br>
have been using <strong>flutter clean</strong> and manually deleting /build folder on my project<br>
and then re-run it, but the problem still appear.<br>
Previously i never getting this error and r... | <p dir="auto">I'm using a TextField and have set its alignment to center.<br>
<code class="notranslate">body: new Container( color: Colors.blue, child: new Center( child: new TextField( decoration: new InputDecoration( hintText: "Anything goes here" ), textAlign: TextAlign.center, ), ), ),</code></p>
<p dir="auto">Howe... | 0 |
<p dir="auto">Is there any plugin for taking the camera feed as a byte array, do preprocessing and output face recognition and face overkays with opengl maybe like the face filters in instagram?</p> | <p dir="auto">Is it possible to access the real-time camera frame feed to do pre-processing or to be used for ML implementations like face-recognition, Image overlays, filters, etc.?</p> | 1 |
<p dir="auto">My .babelrc is below:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
'presets': ['react', 'stage-0', 'es2015']
}"><pre class="notranslate"><code class="notranslate">{
'presets': ['react', 'stage-0', 'es2015']
}
</code></pre... | 1 | |
<p dir="auto">I'd like to be able to register "sub-blueprints" using <code class="notranslate">Blueprint.register_blueprint(*args, **kwargs)</code>. This would register the nested blueprints with an app when the "parent" is registered with it. All parameters are preserved, other than <code class="notranslate">url_prefi... | <p dir="auto">On Heroku, we can't add a local config <code class="notranslate">instance/config.py</code> that's not part of the repo. Instead, they support configuration through env vars. Document this pattern.</p>
<p dir="auto"><code class="notranslate">myapp/config.py</code>:</p>
<div class="highlight highlight-sourc... | 0 |
<p dir="auto">The detection seems incorrect? (I think 9600KF has native FMA support?)<br>
On 1.7.0</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 1.7.0
Commit 3bf9d17731 (2021-11-30 12:12... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> func=fma;
julia> @test func(-1.9369631f13, 2.1513551f-7, -1.7354427f-24) == -4.1670958f6
Test Passed
julia> for func in (fma, fma)
@test func(-1.9369631f13, 2.1513551f-7, -... | 1 |
<h3 dir="auto">Bug summary</h3>
<p dir="auto">When using <code class="notranslate">matplotlib.colorbar.make_axes</code> function, <code class="notranslate">plt.close()</code> does not clear the new colorbar axes from memory. Tested for the Qt5 backend only. Maybe related to <a class="issue-link js-issue-link" data-erro... | <p dir="auto">Python version: 2.7; Windows version: 7; Matplotlib version 1.2.1</p>
<p dir="auto">I'm making an interactive plot (set with <code class="notranslate">plt.ion()</code>) while some other parts of my script do some calculations, and I update the plot frequently with calls to <code class="notranslate">plt.dr... | 0 |
<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 ... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
I have upgraded from babel 6.25.0 to @babel/core 7.0.0 by using the <code class="notranslate">babel-upgrade --write</code> comand.</p>
<p dir="auto">I am using webpack and babel together. I am able to run webpack-dev-server fine after th... | 0 |
<p dir="auto">Feature request:<br>
Coming from Android background, a feature commonly used to perform complex tasks is annotation processors.</p>
<p dir="auto">Since Dart usage is moving to the strong side such a feature can enable all sorts of code generation previous to user code compilation, which is very valuable t... | <p dir="auto">It's not sustainable for the <code class="notranslate">flutter</code> tool to support all the commands that all developers collectively desire. It's much more sustainable to support an extensibility model where the tool itself can be extended by adding in "tools plugins".</p>
<ul dir="auto">
<li>Run Dart ... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | 0 |
<ul dir="auto">
<li>VSCode Version: alpha</li>
<li>OS Version: Windows 10</li>
</ul>
<p dir="auto">See screen shot:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1931590/15473456/76156f88-2100-11e6-8649-7b9e12283809.png"><img src="https://cloud.... | <p dir="auto">See attached screen shot, I have many snippets defined and they are the only entries that show up when I auto complete inside an object literal, which is weird imho:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/900690/11789872/1c1... | 1 |
<p dir="auto">Extracted from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="143513623" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/23491" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/23491/ho... | <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):<br>
Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.10", GitCommit:"c3e367ec9eae7338ac4e2a57f293634891319b7c", GitTreeState:"clean", BuildDate:"2016-10-31T21:25:43Z", GoVersion:"go1.6.2", Compil... | 0 |
<p dir="auto">Illustration of root cause (mentioned in neighbour branch by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/robertlugg/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/robertlugg">@robertlugg</a>).<b... | <p dir="auto"><strong>fit_generator</strong>.</p>
<p dir="auto">It does work in:<br>
Python 3.6.5<br>
Keras 2.1.6</p>
<p dir="auto">But doesn't in:<br>
Python 3.6.8<br>
Keras 2.2.4</p>
<p dir="auto">Unless related to version of other modules.</p> | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">This is my code. It's a hello world app with Next 9.0.1</p>
<p dir="auto">Does not work in docker.</p>
<p dir="auto"><code class="notranslate">docker build -t cgcweb .</code></p>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Next 9 does not work in Docker.</p>
<h2 dir="... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">I have following code inside server.js</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="server.get('/ar/:id', (req, res) => {
const queryParams = {i... | 1 |
<p dir="auto">In the Find widget, the "Previous match" and "Next match" buttons have labels which include their associated keybindings in parentheses. The "Replace" and "Replace All" buttons in the Replace Input box don't display keyboard shortcuts.</p>
<p dir="auto">I looked into this a bit before creating an issue, a... | <p dir="auto">Hi there,</p>
<p dir="auto">This happens in 10.8, and it also happened in the last one before that.</p>
<p dir="auto">How to reproduce;</p>
<ul dir="auto">
<li>Create a new extension via "yo code". I went with a TypeScript extension.</li>
<li>Replace the command implementation with something like this:</l... | 0 |
<p dir="auto">Add optional <code class="notranslate">filter</code> option to term suggester, that only allows suggest options that match with the filter.</p> | <p dir="auto">When using phrase suggest API to provide "Did you mean ?" corrections it would be nice to include only suggestions that would return results.</p>
<p dir="auto">So returned phrase must exist at least in one document in the index.</p> | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">Code to reproduce the issue:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import jax
import jax.random
import jax.numpy as jnp
def myfun(x, key):
n = 20
zeros = jnp.fu... | <p dir="auto">I've come across some confusing randint behavior where it seems like maxval is being treated as inclusive rather than exclusive. I've narrowed it down this snippet of code that repros the issue on CPU and GPU:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snip... | 1 |
<p dir="auto">Flaked twice on kubernetes-e2e-gke-slow-release-1.2<br>
<a href="https://storage.cloud.google.com/kubernetes-jenkins/logs/kubernetes-e2e-gke-slow-release-1.2/97" rel="nofollow">kubernetes-e2e-gke-slow-release-1.2/97</a><br>
<a href="https://storage.cloud.google.com/kubernetes-jenkins/logs/kubernetes-e2e-g... | <p dir="auto"><strong>KubeProxy should test kube-proxy [Slow]</strong></p>
<p dir="auto">_/go/src/k8s.io/kubernetes/<em>output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubeproxy.go:105 Expected error: <errors.errorString | 0xc208554840>: { s: "Error running &{/jenkins-master-data/jobs/kubernetes-e2e-gke-s... | 1 |
<p dir="auto">When using iter_lines with chunk_size other than None, it can generate an extra blank line if the end of a chunk lands on a delimiter.</p>
<h2 dir="auto">Reproduction Steps</h2>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-cop... | <p dir="auto">Here is a small test program to demonstrate the bug:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import requests
url = "http://lohas.pixnet.net/blog"
r = requests.get(url)
iter_lines = [line for line in r.iter_lines... | 1 |
<h2 dir="auto">Overview</h2>
<p dir="auto">This is implementation of BottomBar with multiple Navigation stack to archive multi-workspace UX, as explained in <a href="https://stackoverflow.com/questions/46483949/how-to-get-current-route-path-in-flutter" rel="nofollow">here</a>.</p>
<h2 dir="auto">Steps to Reproduce</h2>... | <p dir="auto">Steps To Reproduce</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class HomePage extends StatefulWidget {
@override
_HomePageState createState() => _HomePageState();
}
class _HomePageState extends State&l... | 1 |
<p dir="auto">Julia v1.3.0 on OSX v10.15.4</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="a = Array[]
append!(a, "foo")
> ERROR: MethodError: Cannot `convert` an object of type Char to an object of type String
push!(a, "bar... | <p dir="auto">Consider the following code demonstrating the bug in <code class="notranslate">append!</code></p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> a = Int64[]
0-element Array{Int64,1}
julia> append!(a, [... | 1 |
<p dir="auto"><code class="notranslate">const</code> cannot be applied to instance variables, but it would be nice if we can declare immutable instance variables (with <code class="notranslate">final</code> keyword, for example).</p>
<p dir="auto">Will there be support for this functionality?</p>
<div class="highlight ... | <p dir="auto">Some properties in JavaScript are actually read-only, i.e. writes to them either fail silently or cause an exception. These should be modelable in TypeScript.</p>
<p dir="auto">Previous attempts to design this have run into problems. A brief exploration:</p>
<div class="highlight highlight-source-ts notra... | 1 |
<p dir="auto">I use the following script to remove the 2 inputs from a siamese network and the output (a cosine distance layer).</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#!/usr/bin/env python
from dir.model import loa... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using example directory):</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): CentOS Linux release 7.2.1511 (Core)</li>
<li>TensorFlow backend (yes / no): YES</li>
<li>TensorFlow version: ... | 0 |
<p dir="auto">It would be nice to have a feature for <code class="notranslate">page.selectOption</code> that is similar to what was done in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="736364890" data-permission-text="Title is private" data-url="https://github.com/microsoft/playwr... | <p dir="auto">It would be amazing to have something similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="678933999" data-permission-text="Title is private" data-url="https://github.com/microsoft/playwright/issues/3466" data-hovercard-type="issue" data-hovercard-url="/microsoft/... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.0</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2017</li>
<li>Gpu Model-> RTX 2080 - 2 and 3 Devices tested</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Running... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV =>3.2</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2017</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">the shape of outputs of <code class="notranslate">RegionLayer</code... | 0 |
<h2 dir="auto">ℹ Computer information</h2>
<ul dir="auto">
<li>PowerToys version: 0.20.1</li>
<li>PowerToy Utility: Keyboard Manager</li>
<li>Running PowerToys as Admin: yes</li>
<li>Windows build number: 19.041.423</li>
</ul>
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubasset... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">So currently the search function as we open it and search for files everything seems to be doing right but the issue I have is this and I'm not sure if it's a bug or something that can be improved on. So what exactly is this issue is that every t... | 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 =&... | <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... | 1 |
<p dir="auto">I can import numpy in the Python console, but cannot import it in an embedded python C++ application that used the same Python version with the same folders. I have only this Python version on my PC. Importing other packages from the application works.</p>
<p dir="auto">The application sets Py_SetPythonHo... | <p dir="auto">I recently wanted to use the same way to construct a <code class="notranslate">linspace</code> as I did with an <code class="notranslate">mgrid</code>, i.e</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="T_size = slice(2, 30, 1)
P... | 0 |
<p dir="auto">I referred create-react-app sample and added more pages, but everytime I click on router link, I throws below error</p>
<blockquote>
<p dir="auto">Warning: Material-UI: You can only instantiate one class name generator on the client side.<br>
If you do otherwise, you take the risk to have conflicting clas... | <p dir="auto">Fresh problem with last beta 26 in Select component. See steps for reproduce.</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">iss... | 0 |
<p dir="auto">When the "Auto Hide Menu Bar" is enabled in the settings, some of the keyboard combinations to bring it up do not work, because they seem to conflict with other assignments eg Alt + f and Alt + h</p>
<p dir="auto">To reproduce:</p>
<ol dir="auto">
<li>Check "Auto Hide Menu Bar" in settings</li>
<li>Have a... | <p dir="auto">The normal Windows <code class="notranslate">Alt+{letter}</code> menu shortcuts don't work in Atom. Holding <code class="notranslate">Alt</code> highlights the relevant letter in each menu name, but then pressing the letter doesn't open the menu. For example, <code class="notranslate">Alt+F</code> should ... | 1 |
<h3 dir="auto">Website or app</h3>
<p dir="auto">website for development</p>
<h3 dir="auto">Repro steps</h3>
<p dir="auto">Uncaught Error: Could not inspect element with id 192</p>
<h3 dir="auto">How often does this bug happen?</h3>
<p dir="auto">Every time</p>
<h3 dir="auto">DevTools package (automated)</h3>
<p dir="a... | <h3 dir="auto">Website or app</h3>
<p dir="auto"><a href="https://github.com/Agustin-A-Aubete-Cristiani/BUG-in-React/tree/master">https://github.com/Agustin-A-Aubete-Cristiani/BUG-in-React/tree/master</a></p>
<h3 dir="auto">Repro steps</h3>
<p dir="auto">i was using hooks for make an controlled input, i don'treally kno... | 1 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">v1.6.7+, devel</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Debian, Ubuntu</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Recent <a href="https://github.com/ansible/ansible/commit/62a1295a3e08cb6c3e9f1b... | <p dir="auto">Hi! Let's have a playbook like these:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- hosts: all
sudo: yes
tasks:
- name: Reproduce items bug
yum: name=nagios-plugins-{{ item }} state=present
... | 0 |
<p dir="auto">The current web profiler displays all the dispatched listeners ordered by its executions. Some times I need to attach a listener in a specific priority in order to be dispatched before or after another listener. Would be good if the web profiler displays the listener priorities also. That way I don't need... | <p dir="auto">it would be really useful if we could have the weight of listeners in the profiler panel, eks:</p>
<table role="table">
<thead>
<tr>
<th>Event name</th>
<th>Listener</th>
<th>Weight</th>
</tr>
</thead>
<tbody>
<tr>
<td>kernel.request</td>
<td>ErrorsLoggerListener::injectLogger</td>
<td>xxx</td>
</tr>
</tb... | 1 |
<p dir="auto">Hello folks, I have a really irritating bug in Visual Studio 2015 Update 2 using TypeScript. The auto complete dialog in combination with generics works a little bit fuzzy. It treats it like a greater than comparison. Look at the code below.</p>
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p di... | <p dir="auto">Input <code class="notranslate">></code> key on a following code.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<T"><pre class="notranslate"><span class="pl-c1"><</span><span class="pl-smi">T</span></pre>... | 1 |
<p dir="auto">I include a bash script that recreates the situation.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#!/bin/sh
curl -XDELETE "http://localhost:9200/test"
curl -XPUT "http://localhost:9200/test"
echo
curl -X... | <p dir="auto">Feature request:<br>
Aggregations that can count only parent documents with matching children documents.</p>
<p dir="auto">I've been working on a BI system with ES 0.90 and we needed count "users" which have certain attributes, for instance let's say gender and star sign. A user is a parent-level document... | 0 |
<p dir="auto">I'm observing the following behaviour with <code class="notranslate">workspace()</code> on julia v0.3.0+6 on Ubuntu 14.04</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> eval(parse("1+1"))
2
julia> workspac... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> eval
eval
julia> workspace()
julia> eval
ERROR: eval not defined
julia> LastMain.eval
eval
julia> versioninfo()
Julia Version 0.3.0
Commit 7681878 (2014-08-20 20:43 UTC)
Plat... | 1 |
<p dir="auto">If I have created a geometry and then I update all vertex coordinates over time.</p>
<p dir="auto">What´s the best way to get those changes to show in my mesh?<br>
(trying to do vertex animation)</p> | <p dir="auto">Moved the discussion from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="51043523" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/5728" data-hovercard-type="issue" data-hovercard-url="/mrdoob/three.js/issues/5728/hovercard" ... | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+... | <p dir="auto">Hi,<br>
I am trying to update celery from 2.5.5 to 3.0.7, I am using redis as broker and latest kombu.<br>
What I notice is that when I switch the workers to 3.0.7 redis open files count goes up a lot.<br>
I noticed that because it hits the max open file user limit setting (is running on ubuntu) and kills... | 0 |
<p dir="auto">The Codecov number on <a href="https://github.com/scipy/scipy">https://github.com/scipy/scipy</a> is 76%. There are a number of issues with this:</p>
<ul dir="auto">
<li><code class="notranslate">setup.py</code> files are measured, they should be excluded</li>
<li><code class="notranslate">test_*</code> f... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1262" rel="nofollow">http://projects.scipy.org/scipy/ticket/1262</a> on 2010-08-13 by trac user pozharski, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pv/hovercard" data-octo-click... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.