text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto"><strong>Summary</strong><br> Installing scikit-learn on aarch64 via pip using command "pip3 install scikit-learn" tries to build wheel from source code</p> <p dir="auto"><strong>Problem description</strong><br> scikit-learn don't have wheel for aarch64 on PyPI repository. So, while installing scikit-learn...
<p dir="auto">I recently checked the <a href="www.shippable.come">Shippable</a> CI service which offers some ARM architecture to test on. I tested it on my fork to check the required configuration and so on. However, there is a timeout of an hour, and currently, we are encountering this limit. Here, this is the log of ...
1
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br> Bug</p> <p dir="auto"><strong>What is the current behavior?</strong><br> I'm migrating an application from Webpack 1 to 2, where we on and off have updated code from <code class="notranslate">module.exports</code> to ...
<p dir="auto">With the <code class="notranslate">2.2.0-rc.0</code> release, any module that has an <code class="notranslate">include</code> declaration is also considered a harmony module and does not go through the commonjs module interop.</p> <p dir="auto">However, such modules are still allowed to modify the <code c...
1
<p dir="auto">Return a Value from a Function with Return</p> <p dir="auto"><a href="https://www.freecodecamp.com/challenges/return-a-value-from-a-function-with-return#?solution=%0A%2F%2F%20Example%0Afunction%20minusSeven(num)%20%7B%0A%20%20return%20num%20-%207%3B%0A%7D%0A%0A%2F%2F%20Only%20change%20code%20below%20this...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/return-a-value-from-a-function-with-return#?solution=%0A%2F%2F%20Example%0Afunction%20minusSeven%28num%29%20%7B%0A%20%20return%20num%20-%207%3B%0A%7D%0Avar%20answer%20%3D%20minusSeven%287%29%3B%0A%2F%2F%20Only%20change%20code%20below%20this%20line...
1
<p dir="auto">It's wanted for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13712724" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/6085" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/6085/hovercard" href="https:...
<p dir="auto">I don't have a repro for this, but it's a really annoying error because it seems to be a lie and it's not at all clear how users can fix it. I had a library depending on three other libraries. The external libraries were copied into a local project/bin directory so that I had more control over them.</p> <...
0
<p dir="auto"><strong>Log:</strong><br> Resolving dependencies...<br> Gradle task 'assembleDebug'...<br> Built build\app\outputs\apk\debug\app-debug.apk.<br> #timeout waiting for the application to start<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="376727450" data-permission-t...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">The following may be dependent on the dev machine, but I have no way to test. The following happens on my <code class="notranslate">MacBook Pro (Retina, 15-inch, Mid 2014)</code>.</p> <ol dir="auto"> <li>Open Android Studio (v3.2.1, with Flutter plugin 29.1.1 and Dar...
1
<p dir="auto">Hello,</p> <p dir="auto">I didn't find a previous discussion about this subject.<br> Here is the code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Class Test { private _test:string; public test:number; constructor...
<p dir="auto"><strong>Problem Statement:</strong> In TypeScript 1.1, there are two basic ways to initialize complex properties with strong typing via a parameterized class constructor. Both have disadvantages. I will illustrate this with a simple example that uses Knockout, but this issue applies to any other JavaScr...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
0
<p dir="auto">Operating System: Ubuntu 14.04.4<br> CUDA version: 7.5<br> cuNN: 4.0.7</p> <p dir="auto">Installed from sources:<br> commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/5681406e2874a02835d34be579810a93ad74a473/hovercard" href="htt...
<p dir="auto">Hi,<br> I try to build tensorflow from source, but I get the ERROR as following:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR: /WORK/sysu_sc_ll/tf-rh/tensorflow-/tensorflow/core/BUILD:766:1: C++ compilation of rule '//ten...
1
<p dir="auto">Hi, I would like to see that pytorch could offer an element-wise production for Sparse * Dense -&gt; Dense.</p> <p dir="auto">for now, I need to convert Dense to Sparse then convert the result to Dense again.</p> <p dir="auto">BTW, as <a class="issue-link js-issue-link" data-error-text="Failed to load tit...
<p dir="auto">Hi, thanks again for the great work.</p> <p dir="auto">I would like to raise an issue to discussion how to implement the following features:<br> Dense[m,1] * Sparse[m,n] -&gt; Sparse[m,n]<br> Sparse[m,n] * Dense[1,n] -&gt; Sparse[m,n]<br> Sparse[m*n] * Dense[b,1,n] -&gt; Sparse[b,m,n]</p> <p dir="auto">th...
1
<h4 dir="auto">Describe the bug</h4> <p dir="auto">When making a request to the server that generates a non 2xx status code, in node the <code class="notranslate">response.data</code> field is populated with the returned error message, in the browser, the field is consistently null for all requests (so far only tested ...
<p dir="auto">Seems to be because the config created by create is not being merged correctly</p> <h3 dir="auto">Describe the bug</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="F {message: 'options must be an object', name: 'Axi...
0
<p dir="auto">When I add tooltip to button in buttons group then on hover button is growing a little. I've got it in table and it cause ugly effect. I include images, maybe that describe problem better.</p> <p dir="auto">Hover: <a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.c...
<p dir="auto"><a href="http://jsfiddle.net/JEBdk/5/" rel="nofollow">http://jsfiddle.net/JEBdk/5/</a></p> <p dir="auto">tooltip or popover on btn-group. the btn-group is not display correctly!<br> the last btn have not round corners and between the btn's is a space.</p> <p dir="auto">my suggestion, by generating the tip...
1
<p dir="auto">So, I was reading the online documentation of MPL on colormaps, and noticed that there is an error in it.<br> In the section of <a href="https://matplotlib.org/3.1.1/tutorials/colors/colormap-manipulation.html#creating-listed-colormaps" rel="nofollow">"Creating listed colormaps"</a>, it mentions that the ...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">I am updating a line plot. There is an event trigger that starts this updating. If the trigger came from the figure that contains the plot, everything is fine. However, if the trigger came from another figure, then weird results...
0
<p dir="auto">There are some constants in kubelet and kube-proxy that refers to the same thing. For example:<br> </p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> <a href="https://github.com/kubernetes/kubernetes/blob/a57561b84dd436d92ae43805b63ac7bb23ae188c/pk...
<p dir="auto">After setting up a few services, I noticed the following output in <code class="notranslate">get events</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Tue, 14 Jul 2015 18:04:43 -0700 Wed, 15 Jul 2015 11:26:22 -0700 35...
0
<p dir="auto">In requests-2.18.1 and earlier:</p> <p dir="auto"><code class="notranslate">requests.get('https://testssl-expire-r2i2.disig.sk/index.en.html')</code></p> <p dir="auto">Used to raise <code class="notranslate">SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate...
<p dir="auto">I'm floating this idea because currently our native <code class="notranslate">ssl</code> module support isn't being utilized by any requests users and I'm planning on making major improvements to SNI within native <code class="notranslate">ssl</code> support in urllib3 including leaning on the stdlib for ...
1
<h2 dir="auto">Environment:</h2> <ul dir="auto"> <li>macOS 11.0.1 Big Sur, on an Apple Silicon (M1) chip</li> <li>Safari 14.0.1</li> <li>React 17.0.1</li> <li>React DevTools 4.10.1, running in standalone mode via Electron 11.1.0 (darwin-arm64 build)</li> <li>New project using create-react-app . with the useScript hook ...
<p dir="auto">React version: 16.8.0</p> <h2 dir="auto">Steps To Reproduce</h2> <p dir="auto">Install react 16.8.0</p> <ol dir="auto"> <li>Build a hello world with any component</li> <li>Open React Dev Tools.</li> <li>Choose components tab.</li> <li>Nothing will be seen.</li> </ol> <p dir="auto">Link to code example:</...
1
<p dir="auto">Could you please make it a little bit clear for me</p> <p dir="auto">I am using pyhon generated code to read and get node attributes from the model graph.</p> <p dir="auto">I generated it this way (output is <code class="notranslate">tflite/</code> folder with autogenerated *.py files):<br> <code class="n...
<p dir="auto">Could you please make it a little bit clear for me</p> <p dir="auto">I am using pyhon generated code to read and get node attributes from the model graph.</p> <p dir="auto">I generated it this way (output is <code class="notranslate">tflite/</code> folder with autogenerated *.py files):<br> <code class="n...
1
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">According to the ANSI standards SQL:92, SQL:1999, and SQL:2003, a UNIQUE constraint should disallow duplicate non-NULL values, but allow multiple NULL values. SQL Server has always implemented a crippled version of this, al...
<h3 dir="auto">Describe the typing issue</h3> <p dir="auto">In mypy 1.1.1 we're seeing a lot of typing errors along the lines of:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" auth.py:136: error: Argument &quot;email&quot; to &quot;User&quot...
0
<p dir="auto">If possible can Deno.emit just include all typings from other files inside it's output, instead of importing them from other files. Currently, it adds imports using <code class="notranslate">.ts</code> and my theory is that these imports then somehow break the behavior in node.js or VSC making it so the l...
<p dir="auto">With <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="523264961" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/3352" data-hovercard-type="pull_request" data-hovercard-url="/denoland/deno/pull/3352/hovercard" href="https://githu...
1
<p dir="auto">Event do not trigger when node do not have "cursor: pointer" style on it.</p> <p dir="auto">Here you have an example:<br> <a href="http://jsfiddle.net/kb3gN/1345/" rel="nofollow">http://jsfiddle.net/kb3gN/1345/</a></p>
<p dir="auto">iOS Safari really doesn't want you clicking anything that's not an <code class="notranslate">&lt;a&gt;</code> tag. This is a known issue: <a href="http://stackoverflow.com/questions/5421659/html-label-command-doesnt-work-in-iphone-browser/6472181#6472181" rel="nofollow">http://stackoverflow.com/questions/...
1
<p dir="auto">For this source code I get an internal compiler error. I don't have a debug version of Rust so the stack backtrace is only mildly useful. I am using thestinger's 64bit Arch package at commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/77...
<p dir="auto">Found this while refactoring my library after the <code class="notranslate">Vector</code> -&gt; <code class="notranslate">Slice</code> rename</p> <p dir="auto">STR:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="...
1
<p dir="auto">SELECT d.oid, d.datname AS databasename, d.datacl, pg_get_userbyid(d.datdba) AS databaseowner, d.datcollate, d.datctype, shobj_description(d.oid, 'pg_database') AS description, d.datconnlimit, t.spcname, d.encoding, pg_encoding_to_char(d.encoding) AS encodingname FROM pg_database d LEFT JOIN pg_tablespace...
<p dir="auto">Please answer these questions before submitting your issue. Thanks!<br> 开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题</p> <h3 dir="auto">Which version of Sharding-Sphere do you using?(您使用的Sharding-Sphere版本为?)</h3> <h3 dir="auto">Expected behavior (您预期的结果是)</h3> <h3 dir="auto">Actual behavior (实...
0
<h1 dir="auto">Environment</h1> <p dir="auto">Version 1903<br> OS build : 18362.356</p> <p dir="auto">PowerToys version: v0.11.0</p> <p dir="auto">The app is installed, it does open and quickly shuts down</p> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">Just double click the app</p> <h1 dir="auto">Expected be...
<h1 dir="auto">Environment</h1> <p dir="auto">Version 1903<br> OS build : 18362.356</p> <p dir="auto">PowerToys version: v0.11.0</p> <p dir="auto">The app is installed, it does open and quickly shuts down</p> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">Just double click the app</p> <h1 dir="auto">Expected be...
1
<p dir="auto">'Training Deep Nets with Sublinear Memory Cost' and 'Memory-Efficient Implementation of DenseNets' indicate that use drop intermediate feature map and recompute it if needed can save memory(while add computation burden),</p> <p dir="auto">so we need some mechanism to annotate some op's inputs <code class...
<p dir="auto">The python 3 gpu package listed on: <a href="https://www.tensorflow.org/install/install_mac#the_url_of_the_tensorflow_python_package" rel="nofollow">https://www.tensorflow.org/install/install_mac#the_url_of_the_tensorflow_python_package</a> is missing.</p> <div class="snippet-clipboard-content notranslate...
0
<pre class="notranslate">From danderson@, regarding weekly.2012-03-13 (Go 1 RC1): """ This version of Go does not work on a subset of Linux kernels. Right off the bat I'd like to say that I don't think this should hold up Go 1.0 . I would like to see a fix in Go 1.0.1 or Go 1.1.0, and I have a patch to offer. But for ...
<p dir="auto">by <strong>feedback.test.account</strong>:</p> <pre class="notranslate"><a href="https://feedback.corp.google.com/#/Report/1182342511" rel="nofollow">https://feedback.corp.google.com/#/Report/1182342511</a> Description: Maybe not t.Mv and (&amp;t).Mv, but t.Mp and (&amp;t).Mp? Вelow: f := t.Mp; f(7) // ...
0
<p dir="auto">For example, a function takes any number of parameters and return the last one.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function GetLastOne&lt;T&gt;(...rest:any[], last:T) { return last; }"><pre class="notranslate"><co...
<p dir="auto">Extracting this suggestion from this issue:<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="50694125" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/1336" data-hovercard-type="issue" data-hovercard-url="/microsoft/Ty...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</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.0.2.0 config file = /home/gross/experiments/ansible-bug/ansible.cfg configure...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</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.0.2.0 config file = /home/sfox/.ansible.cfg configured module search path = /...
1
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.5</p> <p dir="auto"><strong>Description</strong><br> Issue is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="428852708" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/iss...
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.4 (not tested on previous versions)</p> <p dir="auto"><strong>Description</strong><br> Services declared in a separate file imported in <code class="notranslate">services.yaml</code> are not initialized correctly.<br> It looks like the <code class="notrans...
1
<p dir="auto">Encountering a MemoryError when creating a large sparse random matrix.<br> The matrix is created with scipy.sparse.rand, and even if the density is low enough that only a few elements in the whole matrix should be nonzero (or even none at all), it still tries to allocate a large integer array.</p> <p dir=...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="341323117" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/9036" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/9036/hovercard" href="https://github.com/scipy/sc...
1
<p dir="auto">Can anybody know why kernel is always died? When I excute this cell, a part of Lenet CNN.</p> <ol dir="auto"> <li>Code :</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="with tf.Session() as sess: sess.run(tf.global_vari...
<p dir="auto">Tensorflow (GPU) was imported successfully, but when running a session that involves a convolutional neural network (CNN), Python crashes with the following message:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="E tensorflow/str...
1
<pre class="notranslate">In the go.tools repo, godoc/vfs/vfs.go defines a very useful FileSystem type: type FileSystem interface { Opener Lstat(path string) (os.FileInfo, error) Stat(path string) (os.FileInfo, error) ReadDir(path string) ([]os.FileInfo, error) String() string } ...
<p dir="auto">by <strong>ibit.zee</strong>:</p> <pre class="notranslate">go version go1.2.1 windows/386 command line is : go run _test1.go error is : no buildable Go source files in C:\APL\!PROGRAMMING\GO the problem is the underscore (_) in the file name, causes the file to not be found... ZEE ;-)</pre>
0
<p dir="auto">See sample playbook at <a href="https://github.com/abdulg/ansible-common-roles">https://github.com/abdulg/ansible-common-roles</a></p> <p dir="auto">Using ansible 1.4.4.</p> <p dir="auto">When using Ansible roles I ran into a problem where common roles were being skipped. The linked repo is a demonstratio...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto"><code class="notranslate">iptables.py</code></p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-...
0
<h1 dir="auto">Version Info</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; versioninfo() Julia Version 1.1.1 Platform Info: OS: Linux (x86_64-conda_cos6-linux-gnu) CPU: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz WORD_SIZE: 64 ...
<h3 dir="auto">Example 1</h3> <p dir="auto">This came up with a student who upgraded from 0.6 to 1.0 directly, so never even got a chance to see a deprecation warning, let alone find an explanation for new behavior:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto"...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.31.0]</li> <li>Operating System: [All]</li> <li>Browser: [All, Chromium, Firefox, WebKit]</li> <li>Other info:</li> </ul> <p dir="auto">I am doing visual regression test with @web/test-runner and playwright library, after the playwright upgrade...
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: @playwright/test, @playwright/experimental-ct-react, playwright 1.27.1</li> <li>Operating System: PopOS 20.04 LTS</li> <li>Node.js version: 19.0.0</li> <li>Browser: All</li> <li>Extra:</li> </ul> <p dir="auto"><strong>Describe the bug</...
0
<p dir="auto">I need to render React components on the server for SEO. My component fetches data in <code class="notranslate">ComponentWillMount</code>, based on the query parameters - but on the server (Node 4.0.0), <code class="notranslate">SetState</code> fails in the request's callback. The error can be reproduced ...
<p dir="auto">This is a first-class API for sideways data loading of stateless (although potentially memoized) data from a global store/network/resource, potentially using props/state as input.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-c...
1
<p dir="auto">Hi,</p> <p dir="auto">I am running on the git cloned version of <code class="notranslate">pandas</code>, and there seems to be quite a few issues with user defined classes extending <code class="notranslate">DataFrame</code>.</p> <p dir="auto">It seems that <code class="notranslate">DataFrame</code> class...
<p dir="auto"><a href="https://travis-ci.org/pandas-dev/pandas/jobs/267760269" rel="nofollow">https://travis-ci.org/pandas-dev/pandas/jobs/267760269</a></p> <p dir="auto">Master and some PRs (strangely not all) are all failing on the same test, but only on Mac:</p> <div class="snippet-clipboard-content notranslate posi...
0
<h2 dir="auto">Observed behavior</h2> <p dir="auto">When creating a <code class="notranslate">histplot</code> with a legend, duplicate labels show up in the legend. It seems to be creating entries in the legend for more than one <code class="notranslate">BarContainer</code> artist.</p> <h2 dir="auto">Expected behavior<...
<p dir="auto">Using joinplot( type = 'hex' ) to make hexbin plot.</p> <p dir="auto">The function call hangs (never comes back, with 100% CPU usage) when I tried to do it with my data (variables a and b)</p> <p dir="auto">The same plot works for randomly generated data (variables x and y)</p> <p dir="auto">This Jupyter ...
0
<p dir="auto">This question came out when I tried to validate some proxies.<br> If proxy-scheme is uppercase as follows, it will return 200. (The host of proxy is not a true one.)<br> import requests<br> proxy = {<br> 'HTTP': '<a href="HTTP://111.1.11.1:8000" rel="nofollow">HTTP://111.1.11.1:8000</a>'<br> }<br> r = re...
<p dir="auto">Hi there,</p> <p dir="auto">First off, Requests is awesome. Thank you for the great library!</p> <p dir="auto">I'm writing a script that places a series of requests and manually follows some redirects, and one of the redirects is to a URL that starts with "HTTPS" (that is, the protocol is uppercase, like ...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">pacman module</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.0.0 confi...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <ul dir="auto"> <li>package</li> <li>pacman</li> </ul> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="...
1
<p dir="auto">(pandas versions: 0.17.0, 0.18.0)</p> <p dir="auto">It seems that <code class="notranslate">Series.replace</code> is orders of magnitude slower than <code class="notranslate">Series.map</code> when called with a dict, and consumes enormous amounts of RAM:</p> <div class="highlight highlight-source-python ...
<p dir="auto">Polish government provides <a href="http://www.pse.pl/index.php?dzid=78" rel="nofollow">data on power demand</a> with local timestamps. DST switches are unfortunately not accounted for, so some timestamps are duplicated. Thankfully, the differences aren't big to matter in some applications, but it seems t...
0
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">apparently its all possible now. might as well make a new syntax bonanza out of it:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-aut...
<p dir="auto"><strong>Migrated issue, originally created by Oleg Talalov (<a href="https://github.com/olegtalalov">@olegtalalov</a>)</strong></p> <p dir="auto">Customer's database contains BINARY_FLOAT_INFINITY value in one column in few rows.</p> <p dir="auto">During requsting rows in fetch, function _detect_decimal c...
0
<p dir="auto">This is nitpick and not high priority, but it would be nice if the navigation items on the left nav could uses <code class="notranslate">&lt;a&gt;</code> tags somehow. That way you can right click and open in a new tab.</p>
<p dir="auto">While browsing the Material UI doc website, it is not possible to do right click on a component-link and open it in a new tab.</p> <p dir="auto">For example, it is not posible to browse the list of components and open a new browser window/tab for each of them. Instead I am forced to manually copy the url ...
1
<p dir="auto">This behaviour might be related to these two bugs<br> <a href="url">https://github.com/numpy/numpy/issues/5745</a><br> <a href="url">https://github.com/numpy/numpy/issues/7126</a><br> but regards int and not uint. I'm running the following code in both python2 and python3 with Numpy v.1.8.2 and v1.10.4.</...
<p dir="auto">Is this behavior expected?</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; print type(np.uint32(0) + int(0)) &lt;type 'numpy.int64'&gt; &gt;&gt;&gt; print type(np.uint64(0) + int(0)) &lt;type 'numpy...
1
<p dir="auto">Hello.</p> <p dir="auto">Working on a scheduler (calendar week view w/ side-by-side events by time) and am considering using a DataTable to display the activities.</p> <p dir="auto">Is it possible to span multiple rows in a TableCell?<br> See <a href="https://calendar.teamup.com/wp-content/uploads/2016/03...
<p dir="auto">Hi,</p> <p dir="auto">How can I have a colspan in the Table Widget ?</p> <p dir="auto">Mean:<br> |--------|--------|<br> |..<strong><code class="notranslate">col1</code></strong>..|..<strong><code class="notranslate">col2</code></strong>.|<br> |--------|--------|<br> |.........<strong><code class="notrans...
1
<p dir="auto">I have typescript version 1.4.1.0 and have noticed that if I have a return statement that looks something like this in my TS file</p> <p dir="auto">return<br> "This is a really long so I had to put it in on it's own line to avoid horizontal scrolling.";</p> <p dir="auto">after it has been transpiled into ...
<p dir="auto"><strong>TypeScript Version:</strong> 1.8.4</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type stringType1 = &quot;foo&quot; | &quot;bar&quot;; type stringType2 = &quot;baz&q...
0
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-staging-parallel/530/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke-staging-parallel/530/</a></p> <p dir="auto">Failed: [k8s.io] Services should be abl...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/10679/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/10679/</a></p> <p dir="auto">Failed: [k8s.io] Services should be able to create a functioning NodePort ser...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=scyip" rel="nofollow">Sunny Ip</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3522?redirect=false" rel="nofollow">SPR-3522</a></strong> and commented</p> <p dir="auto">I have two aspects that run one right after t...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=gdub" rel="nofollow">Greg Wiley</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3519?redirect=false" rel="nofollow">SPR-3519</a></strong> and commented</p> <p dir="auto">Using the AspectJ annotation configuration m...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.36</li> <li>Operating System: macOS 13.4.1</li> <li>Browser: Chromium</li> </ul> <p dir="auto">I've looked into <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1311898011" data-permission-text="Title is private...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.28.1</li> <li>Operating System: Ubuntu 20</li> <li>Browser: All</li> <li>Other info:</li> </ul> <p dir="auto"><strong>Steps</strong></p> <ul dir="auto"> <li>Run playwright on a system where multiple users have been using it</li> </ul> <p dir="aut...
0
<p dir="auto"><a href="http://getbootstrap.com/examples/non-responsive/" rel="nofollow">http://getbootstrap.com/examples/non-responsive/</a></p> <p dir="auto">In the above example page, the three right side links of navbar get hiding while resizing the browser window.</p> <p dir="auto"><a target="_blank" rel="noopener ...
<p dir="auto">To reproduce this issue:</p> <p dir="auto">1.) Open Firefox 24 and go to <a href="http://getbootstrap.com/examples/non-responsive/" rel="nofollow">http://getbootstrap.com/examples/non-responsive/</a><br> 2.) Double click the title bar of the window and scale the window so that part of the Navbar is obscur...
1
<h1 dir="auto">Summary</h1> <p dir="auto">This isn't necessarily a <em>bug</em>, but it's an interesting find. It's probably even intentional.</p> <p dir="auto">Anyway, instead of rewriting the <code class="notranslate">Math.floor(Math.random() * (1 - 3 + 1)) + 1</code> code three times, I wanted to try writing a custo...
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine" rel="nofollow">http://freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> <p dir="auto...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen" rel="nofollow">Sam Brannen</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7161?redirect=false" rel="nofollow">SPR-7161</a></strong> and commented</p> <p dir="auto">The reference manual should updated reg...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=bbrady" rel="nofollow">Bob Brady</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3616?redirect=false" rel="nofollow">SPR-3616</a></strong> and commented</p> <p dir="auto">I am using HibernateTemplate to load all pe...
0
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Hello everybody, I think it is a good idea to give the user the possibility to pick colors of the currently opened tabs. The use case is the following: I use command line git and I work on multiple projects in parallel. This means that I have ...
<h1 dir="auto">Environment</h1> <p dir="auto">OS - Windows 10</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Version 10.0.18362.239] Windows Terminal version (if applicable):0.2.1831.0 Any other software?"><pre lang="non...
0
<h3 dir="auto">Is your feature request related to a problem</h3> <p dir="auto">Not a bug, just a problem with my CI system.</p> <p dir="auto">I want to be able to programmatically access the openapi schema and save it to a file without running the web server</p> <h3 dir="auto">The solution you would like</h3> <p dir="a...
<h3 dir="auto">Is your feature request related to a problem</h3> <p dir="auto">Is your feature request related to a problem?</p> <p dir="auto">In a common CI environment there are cases when automatically deploying an openapi.json to services like Github Pages can very useful. However, in order to access the openapi.js...
1
<p dir="auto"><strong>Migrated issue, originally created by Varialus (<a href="https://github.com/varialus">@varialus</a>)</strong></p> <p dir="auto">Flushing data to disk with SQLite locks the whole database until a commit has been performed. Because the autoflush setting is enabled by default, if a flush goes unnotic...
<p dir="auto"><strong>Migrated issue, originally created by Andrew Paulo Robillo (<a href="https://github.com/shimofuri">@shimofuri</a>)</strong></p> <p dir="auto">I'd been copying this <a href="https://bitbucket.org/snippets/shimofuri/bALAz" rel="nofollow">snippet</a> from my old cookbook to add a surrogate key to a d...
0
<p dir="auto">Even if my code is working i get this error<br> Challenge <a href="http://www.freecodecamp.com/challenges/checkpoint-stand-in-line#?solution=%2F%2F%20Setup%0Avar%20myArr%20%3D%20%5B1%2C2%2C3%2C4%2C5%5D%3B%0A%0Afunction%20queue%28arr%2C%20item%29%20%7B%0A%20%20%2F%2F%20Your%20code%20here%0A%20%20arr.push%2...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/bonfire-stand-in-line#?solution=%2F%2F%20Setup%0Avar%20myArr%20%3D%20%5B1%2C2%2C3%2C4%2C5%5D%3B%0A%0Afunction%20queue%28arr%2C%20item%29%20%7B%0A%20%20arr.push%28item%29%3B%0A%20%20return%20arr.shift%28%29%3B%20%20%2F%2F%20Change%20this%20line%0A%7...
1
<p dir="auto">React version: 16.13.1</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>Create function with generic type parameter</li> <li>Use that generic type parameter in <code class="notranslate">useCallback</code>, <code class="notranslate">useEffect</code> or <code class="notranslate">useMemo</code>...
<p dir="auto">React version: <code class="notranslate">16.13.1</code> (although this is related to the eslint plugin).</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>Install <code class="notranslate">eslint-plugin-react-hooks@4.1.0</code> with <code class="notranslate">@typescript-eslint/parser@4.0.1</c...
1
<p dir="auto">Bug is reproducible in Babel 5.x REPL. I wasn't able to test it with Babel 6, sorry.</p> <p dir="auto"><a href="https://babeljs.io/repl/#?experimental=true&amp;evaluate=true&amp;loose=false&amp;spec=true&amp;playground=true&amp;code=function%20composeSync%28f%2C%20g%29%20%7B%0A%20%20return%20%28...args%29...
<p dir="auto">Choose one: bug report</p> <p dir="auto">The error message</p> <blockquote> <p dir="auto">TypeError: test.js: Duplicate declaration "tmp" (This is an error on an internal node. Probably an internal error.)</p> </blockquote> <p dir="auto">is shown when transpiling the input code. node successfully executes...
0
<p dir="auto">Small, nickpicky-issue: a lot of applications, especially document-based apps offer a quick way to create a new document/window directly from the dock. Terminal.app is a great example of this:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/206777...
<p dir="auto">Please consider adding a "New Window" option on the dock context menu for Atom. This change would make working with many spaces much more pleasant.</p> <p dir="auto">Post-change:</p> <ol dir="auto"> <li>Change to intended space for new window.</li> <li>Click and hold (or Ctrl-click, or right/two-finger cl...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.6.2951.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build n...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 18945.1001] Windows Terminal version (if applicable): commit id 3f62c8b"><pre lang="none" class="notranslate"><code cla...
0
<p dir="auto">In the BS3 grid and form documentation, you show offsets with classes like<br> class="col-lg-10 col-lg-offset-2"</p> <p dir="auto">Couldn't get it to work, till I looked in the stylesheet and realized there is no style for col-lg-offset-whatever. There is only col-offset-whatever.</p> <p dir="auto">Is my ...
<p dir="auto">Reproducible on iPhone and iPad. Visit <a href="http://twitter.github.com/bootstrap/javascript.html#tooltips">http://twitter.github.com/bootstrap/javascript.html#tooltips</a></p> <p dir="auto">Tap on any of the tooltip examples to show a tooltip then tap away on empty space on the body, the tooltip does n...
0
<p dir="auto">Say I have two indexes, one with a field named "sortfield" and the other is missing a mapping for this field.</p> <p dir="auto">I'd like to run a query against both indexes and sort on sortfield. The index that does not contain this value would treat it as being missing and then use the logic defined in t...
<p dir="auto">This is a follow up to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="667519" data-permission-text="Title is private" data-url="https://github.com/elastic/elasticsearch/issues/772" data-hovercard-type="issue" data-hovercard-url="/elastic/elasticsearch/issues/772/hoverc...
1
<p dir="auto">Found in variables.less (and, possibly in other files .less source files), comments that start with <code class="notranslate">//*</code> can trick some compilers or style highlighters as <code class="notranslate">/*</code> combination typically means start of a comment block. Add a space after the double-...
<p dir="auto">I'm not sure why the comments in the <code class="notranslate">variables.less</code> got changed to this style <code class="notranslate">//**</code>, but it my opinion it was a brave move.</p> <p dir="auto">For me at least it prevents compilation when using the nodejs compiler <code class="notranslate">le...
1
<p dir="auto">This is a follow-up to my comments in issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13582476" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/7828" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issue...
<p dir="auto">Starting on a PR regarding another issue and I hooked up on of my applications to 2.8 instead of 2.6. For me this was 2 seconds to figure out it was caused by the old way of defining a factory service + method, but the error message might cause a lot of confusion for others. The message is thrown in the D...
0
<p dir="auto">I am aware of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="169910113" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/6773" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/6773/hovercard" href="h...
<ul dir="auto"> <li>Electron version: 0.35.0</li> <li>Operating system: OS X</li> </ul> <p dir="auto">Currently the click event on the tray doesn't trigger on OS X, it does so on Windows</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-con...
1
<p dir="auto">When trying to embed a Video you can use the <source> HTML tag. For some reason if you put the muted attribute on it, it won't stick to the DOM, which doesn't allow videos to autoplay what makes it difficult with privacy settings of a couple of browsers like Safari on IOS. So here is a proof. I noticed it...
<p dir="auto">React version: 16.12.0</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>Have a form with controlled input (i.e. value is set through <code class="notranslate">onChange</code> handler)</li> <li>Type <code class="notranslate">cheese</code> into the input</li> <li>Submit the form</li> <li>Reloa...
0
<p dir="auto">Since TypeScript 1.4, using the Compile on Save feature, enum members are not being replaced with their literal values in the output js file.</p> <p dir="auto">The same operation via a full project build inserts the literal value as expected. This occurs for both regular and const enums.</p> <p dir="auto...
<p dir="auto">Hi,<br> I installed Visual Studio Community 2013 and Typescript 1.4. When I changed all my enums to const enum (btw, very nice feature, thanks!) I noticed that compile-on-save feature doesn't handle this feature well.</p> <p dir="auto">When I use those const enums in other file than the one it was define...
1
<p dir="auto"><strong>Is your feature request related to a problem? Please describe.</strong><br> scipy.cluster.hierarchy.linkage uses double (float64) to store and do its computation for hierarchical clustering. However, I have a very large dataset (292000x292000) that I would like to perform hclust on but my computer...
<p dir="auto">I try the scipy ward clustering, when calculating linkage, it report follow error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ward_h = linkage(X, method='ward', metric='euclidean') Python(2557,0x7fff732cc310) malloc: *** mach...
1
<p dir="auto">by <strong>fuzxxl</strong>:</p> <pre class="notranslate">Right now, the package io specifies the Seeker with its sole method Seek(). The whence-parameter of Seek() is specified to accept one of the constants 1 to 3 with certain semantics. io does not provide symbolic constants for the whence-parameter, e...
<p dir="auto">In <a href="https://godoc.org/golang.org/x/net/context#Context" rel="nofollow">https://godoc.org/golang.org/x/net/context#Context</a>, there are two possible readings for the documentation of Err:</p> <ol dir="auto"> <li>Err() must return nil before Done() isn't closed, and atomically switch to returning ...
0
<h2 dir="auto">Problem Description</h2> <p dir="auto">This is not necessarily an issue with material ui. I am trying to integrate <code class="notranslate">TextField</code> and <code class="notranslate">DatePicker</code> by setting the type of <code class="notranslate">TextField</code> to date. This adds an icon that a...
<p dir="auto">The only thing preventing me to use the date picker from material-ui is the fact that the user is not capable to use keyboard to write a date.</p> <p dir="auto">Sometimes its just faster or more suitable to just use keyboard to select dates.</p> <p dir="auto">Imagine a scenario where the user has a form w...
1
<p dir="auto">In latest Firefox (currently 19.0.2), clicking on links with Ctrl, or Cmd (mac) button doesn't open them in new window (tab), but doesn't do anything, using latest 2.3.1 javascript.<br> With 2.3.0 js, it works fine.</p>
<p dir="auto">Issue: middle mouse click on a link in Firefox, nothing happens.<br> Expected behavior: middle mouse click on a link, open in new browser tab.<br> Live example: <a href="http://twitter.github.com/bootstrap/">http://twitter.github.com/bootstrap/</a></p> <p dir="auto">Tested on Win7/Firefox19 Safemode/Non-S...
1
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright CT Version: [1.26.1]</li> <li>Operating System: [e.g. Mac]</li> <li>Node.js version: [e.g. 16.15.0]</li> <li>Browser: [tested in FF]</li> </ul> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" d...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.33.0</li> <li>Operating System: Windows 11</li> <li>Browser: Chromium</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-...
0
<p dir="auto">After initializing git repository, but before committing, I can select "Undo Last Commit" from the "..." menu. That fails, of course. The resulting git reset HEAD~ won't work if there are no commits.</p> <p dir="auto">Undo Last Commit should be grayed out if HEAD doesn't have a parent.</p> <p dir="auto">H...
<p dir="auto">on <a href="https://code.visualstudio.com/docs/languages/javascript" rel="nofollow">https://code.visualstudio.com/docs/languages/javascript</a></p> <p dir="auto">"The typings are easily managed using TSD, the TypeScript Definition manager."</p> <p dir="auto">But on <a href="https://github.com/Definitelyty...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<h2 dir="auto">Bug Report</h2> <h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">Current master branch.</p> <h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3> <p dir="auto">ShardingSphere-JDBC</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">w...
<h2 dir="auto">Version</h2> <p dir="auto">io.shardingsphere.sharding-jdbc-spring-boot-starter:3.0.0</p> <p dir="auto">During the initializing, shardingspere will load all table meta in TableMetaDataInitializer.</p> <p dir="auto">TableMetaDataInitializer.load(final ShardingRule shardingRule) {<br> ...<br> result.putAll(...
0
<p dir="auto">As title</p>
<p dir="auto">As much as I have managed to follow the API section of tensorflow the depthwise_conv2d doesn't fulfill my thoughts on what I would like to do with the input/filters.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="shape = (2,5,5,4...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="au...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Behavior</h...
0
<p dir="auto">This is a template helping you to create an issue which can be processes as quickly as possible. Feel free to add additional information or remove not relevant points if you do not need them.</p> <p dir="auto">If you have a question rather than reporting a bug please go to <a href="http://answers.opencv.o...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; <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 =&gt; <g-emoji class="g-emoji" alias="grey_question" fallb...
0
<h2 dir="auto">Motivation</h2> <p dir="auto">Currently, Druid has three web consoles:</p> <ol dir="auto"> <li>The coordinator console at <a href="http://coordinator:8081/#/" rel="nofollow">http://coordinator:8081/#/</a>, whose source lives at <a href="https://github.com/druid-io/druid-console">https://github.com/druid-...
<p dir="auto">Complement of roaring bit map returns incorrect result.<br> It seems that complement does not work on the last bit of the roaring bitmap.</p> <p dir="auto">I used following test code and all tests passed with concise bitmap but failed with roaring bitmap.<br> Result shows the last bit of roaring bitmap is...
0
<p dir="auto">If two objects have the same name and the second object has animations the animations on the second object will instead be applied to the first on export.</p>
<p dir="auto">Names of nodes are user-specified, and not guaranteed to be unique within a glTF file. But because THREE.PropertyBinding relies on track names to target animation, having two nodes with the same name will cause animation to affect the wrong part of a model. We should de-duplicate node names on import, to ...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=harish" rel="nofollow">harish</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9311?redirect=false" rel="nofollow">SPR-9311</a></strong> and commented</p> <p dir="auto">Currently Resttemplate uses an enum of 'standa...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ps466" rel="nofollow">Paul Sideleau</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7795?redirect=false" rel="nofollow">SPR-7795</a></strong> and commented</p> <p dir="auto">I have setup a MultipartFilter and HtmlH...
0
<p dir="auto">I would like to see the total number of search results displayed in the UI.</p> <p dir="auto">(I think I've seen this in the issue list before, sorry if its a duplicate.)</p>
0
<h2 dir="auto">Environment info</h2> <ul dir="auto"> <li><code class="notranslate">transformers</code> version: 4.6.1</li> <li>Platform: Darwin-20.4.0-x86_64-i386-64bit</li> <li>Python version: 3.7.5</li> <li>PyTorch version (GPU?): 1.7.1 (False)</li> <li>Tensorflow version (GPU?): 2.4.1 (False)</li> <li>Using GPU in s...
<h2 dir="auto">❓ Questions &amp; Help</h2> <p dir="auto">Does anyone knows how to mask a word in a sentence and then get predictions with probabilities from XLM models</p>
0
<p dir="auto">I am having the following configuration:</p> <ul dir="auto"> <li>Neo4j version: 3.2.2</li> <li>Operating system: Ubuntu 14.04)</li> <li>API/Driver: Java API</li> </ul> <p dir="auto">I am trying to load a nodes.csv and relationships.csv like this:</p> <p dir="auto">./neo4j-community-3.2.2/bin/neo4j-import ...
<p dir="auto">There is a display issue when displaying 64bit integers, when they are near the max value, the last few digits get rounded</p> <p dir="auto">True ID: 436565277858205696 | Web Admin: 436565277858205700<br> True ID: 436570021204987904 | Web Admin: 436570021204987900</p> <p dir="auto">this issue is unfortuna...
0
<p dir="auto">Building latest HEAD with Visual Studio 14.22.27905 (Visual Studio 2019 Community Edition) fails, there are warnings that are turned into an error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="_simd.dispatch.avx512_skx.c numpy\...
<p dir="auto">This would probably help with SEO pointing to the new docs site.</p> <p dir="auto">As it is, a lot of links are now pointing at stale 1.17 docs, without the reader really being aware that they're looking in the wrong place.</p> <p dir="auto">I'm not sure exactly how <code class="notranslate">docs.scipy.or...
0
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/8758457/52703240-da08ab80-2fb8-11e9-8a74-0ad59060358d.png"><img src="https://user-images.githubusercontent.com/8758457/52703240-da08ab80-2fb8-11e9-8a74-0ad59060358d.png" alt="image" style="max-width: 100%...
<p dir="auto">dubbo 2.6.5 + nacos0.0.2 报错<br> Exception in thread "main" java.lang.IllegalStateException: Failed to load extension class(interface: interface com.alibaba.dubbo.registry.RegistryFactory, class line: com.alibaba.dubbo.registry.nacos.NacosRegistryFactory)</p> <p dir="auto">目录结构还是有问题</p> <p dir="auto">换成最新的...
1
<p dir="auto"><strong>UPD</strong> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="464857873" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/14705" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/matplotlib/pull/14...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="50689483" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/3872" data-hovercard-typ...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; <code class="notranslate">3.4</code></li> <li>Operating System / Platform =&gt; <code class="notranslate">Android x86 and Android x86_64</code></li> <li>Compiler =&gt; <code class="notranslate">Android NDK GCC</code></li> </ul> <h5 dir="...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.3.0</li> <li>Operating System / Platform =&gt; Android x86/x86_64</li> <li>Compiler =&gt; Android toolchain (OpenCV binaries downloaded from github 3.3.0/3.3.1 release, My binary built from Android Studio, ndk-bundle-16.0.4442984 darwin...
1
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> i want modify vue source in webpack</p> <p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p> <div class="highlight highlight-source-js notranslate position-relative ...
<h2 dir="auto">Feature request</h2> <p dir="auto"><strong>What is the expected behavior?</strong><br> Be able to intercept async load failures and retry by recreating the script tag with cache busted url</p> <p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong><br> We foun...
0
<p dir="auto">Hello! The Chef cookbook for Elasticsearch has received a bug report regarding the packaging of ES, specifically the init scripts and status reporting. Here's the actual report: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="163777422" data-permission-text="Title is pr...
<p dir="auto">On ubuntu 14.04 for Elasticsearch 1.7.0 debian package,<br> If we start twice elasticsearch very shortly, the pidofproc function doesn't return the PID of the first elasticsearch.<br> So 2 elasticsearch can be started at the same time. In my case this causes an OOM trigger.</p> <p dir="auto">How to reprod...
1
<p dir="auto">To me it's looks like JSX is JS+ and Intellisense should work at least like what it does in JS but in practice it doesn't.</p>
<p dir="auto">I think it is not expect behaviour. Other keyword like <code class="notranslate">if</code> <code class="notranslate">else</code> <code class="notranslate">return</code> <code class="notranslate">while</code> even <code class="notranslate">true</code> <code class="notranslate">false</code> <code class="not...
0
<p dir="auto">I have border<br> <a href="http://prntscr.com/8vc4j3" rel="nofollow">http://prntscr.com/8vc4j3</a></p>
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-add-borders-around-your-elements" rel="nofollow">http://freecodecamp.com/challenges/waypoint-add-borders-around-your-elements</a> has an issue. "Give your image a border width of 10px doesn't work.</p> <p dir="auto"><a target="_blank" rel="noo...
1
<p dir="auto"><strong>When only use shardingsphere : sharding is OK (only choise one db and one table)</strong></p> <p dir="auto"><strong>When only use shardingsphere with seata : sharding is ERROR(Scan all db and table) like</strong><br> 15:16:15.370 INFO [main] ShardingSphere-SQL - Actual SQL: bookshelf_0 ::: ...
<p dir="auto">two kind of oracle batch insert didn't work.</p> <p dir="auto">version</p> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;groupId&gt;org.apache.shardingsphere&lt;/groupId&gt; &lt;artifactId&gt;shardingsphere-jdbc-co...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>Windows build number: [run "winver"] 1903</li> <li>PowerToys version: .2</li> <li>PowerToy module: install</li>...
<h2 dir="auto">ℹ Computer information</h2> <ul dir="auto"> <li>Windows build number: [run "winver"] 19041.388</li> <li>PowerToys version: 0.20.0</li> <li>PowerToy module: Installation</li> </ul> <h2 dir="auto">📝 Provide detailed reproduction steps (if any)</h2> <ol dir="auto"> <li>Run the update from 0.19.2 to 0.20.0....
1
<p dir="auto"><a href="mailto:Vue@2.x">Vue@2.x</a><br> I use single file component to render page, but very slow? i don't know why?</p> <p dir="auto">simple example, and does not use complex nested components</p> <p dir="auto"><a href="https://github.com/bluemsn/vue-render-performance-comparisons/tree/sfc-test">https:/...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.11</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/Soviut/0nmfpz9h/4/" rel="nofollow">https://jsfiddle.net/Soviut/0nmfpz9h/4/</a></p> <h3 dir="auto">Steps to reproduce</h3> <ul dir="auto"> <li>Note the component emits an $event along wi...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=johnalewis" rel="nofollow">John Lewis</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4259?redirect=false" rel="nofollow">SPR-4259</a></strong> and commented</p> <p dir="auto">I've updated the description of this i...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jloureiro" rel="nofollow">João Loureiro</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9753?redirect=false" rel="nofollow">SPR-9753</a></strong> and commented</p> <p dir="auto">MapSqlParameterSource and BeanProper...
0
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>Delete a file that is already in project</li> <li>Open that session.</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 1.0.1-375cf27<br> <strong>System</strong>: "Sabayon Linux<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">St...
<p dir="auto">Some repro steps that I gathered from the existing issues:</p> <ol dir="auto"> <li>Have a file open in branch <code class="notranslate">something</code> that doesn't exist in branch <code class="notranslate">atom</code></li> <li><code class="notranslate">git checkout atom</code></li> <li>ENOENT <g-emoji c...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=scottyfred" rel="nofollow">Scott Frederick</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6693?redirect=false" rel="nofollow">SPR-6693</a></strong> and commented</p> <p dir="auto">Spring MVC <code class="notransla...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=btiernay" rel="nofollow">Bob Tiernay</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9044?redirect=false" rel="nofollow">SPR-9044</a></strong> and commented</p> <h2 dir="auto">Problem</h2> <p dir="auto">One common ...
0
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-introducing-javascript-object-notation-json#?solution=var%20myMusic%20%3D%20%5B%0A%20%20%7B%0A%20%20%20%20%22artist%22%3A%20%22Billy%20Joel%22%2C%0A%20%20%20%20%22title%22%3A%20%22Piano%20Man%22%2C%0A%20%20%20%20%22release_year%22%3A%20199...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-introducing-javascript-object-notation-json#?solution=var%20myMusic%20%3D%20%5B%0A%20%20%7B%0A%20%20%20%20%22artist%22%3A%20%22Billy%20Joel%22%2C%0A%20%20%20%20%22title%22%3A%20%22Piano%20Man%22%2C%0A%20%20%20%20%22release_year%22%3A%20199...
1
<p dir="auto">If I create a TypeScript project with, say, the following properties directly in the .csproj file</p> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;PropertyGroup&gt; &lt;TypeScriptOutFile&gt;..\Output\combined.js...
<p dir="auto">When project does import properties from separate MSBuild file via <code class="notranslate">&lt;Import Project="build.props" /&gt;</code>, The MSBuild is using defined properties, but on file save of TS file it is being ignored.<br> It worked with with VS13/VS15RC and TS 1.5 beta, but after release it is...
1
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface IFoo { func (str: string): number; } declare class CFoo implements IFoo { func2 (): void; }"><pre class="notranslate"><span class="pl-k">interface</span> <span class=...
<p dir="auto">Hi, I realize that this has been <a href="http://stackoverflow.com/q/14583231/351836" rel="nofollow">asked on Stackoverflow</a> before and <a href="http://stackoverflow.com/a/14587529/351836" rel="nofollow">Ryan gave a short answer</a>, but I would really like to see this discussed more, since I believe t...
1
<p dir="auto"><a href="https://github.com/collinjackson"><img src="https://avatars.githubusercontent.com/u/394889?v=3" align="left" width="96" height="96" hspace="10" style="max-width: 100%;"></a> <strong>Issue by <a href="https://github.com/collinjackson">collinjackson</a></strong><br> <em>Wednesday Aug 12, 2015 at 21...
<p dir="auto">Device: <strong>iOS Simulator</strong></p> <p dir="auto"><strong>Sorry there isn't any log or error message here as nothing is being emitted from Flutter.</strong></p> <p dir="auto">I am getting a weird crash when using a <code class="notranslate">RefreshIndicator</code> attached to a <code class="notrans...
0