text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">Original discussion at <a href="https://groups.google.com/forum/#!searchin/golang-dev/json$20map/golang-dev/5gSHNrJQpUI/vZGSGRmUrC0J" rel="nofollow">https://groups.google.com/forum/#!searchin/golang-dev/json$20map/golang-dev/5gSHNrJQpUI/vZGSGRmUrC0J</a></p> <p dir="auto">Currently, json.Marshal will fail ...
<p dir="auto">by <strong>lexszero</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? Build any package using cgo wtih following command: GOARM=5 GOARCH=arm go build -x What is the expected output? Package build process What do you see instead? lexs@nyapad ~/.go/src/code.google.com/p/gosqlit...
0
<p dir="auto">For audio / scalar time series / 1d signals of shapes T or BxT, one currently has to unsqueeze at least to 3d tensor and then squeeze back.</p> <p dir="auto">With PyTorch now used for everything and not just imaages, easy support for 1d signals would be great!</p>
<p dir="auto">Currently, <code class="notranslate">torch.nn.functional.interpolate</code> has dedicated implementation for 1d, 2d and 3d data, as well as for nearest, bilinear and bicubic interpolation. The set of different kernels that are dispatched can be seen <a href="https://github.com/pytorch/pytorch/blob/master/...
1
<p dir="auto"><strong>Migrated issue, originally created by RobS (<a href="https://github.com/phro">@phro</a>)</strong></p> <p dir="auto">I'm not really sure what's going on here but for this particular schema after reflection via the automapper the indexes are duplicated. If you remove anything from the table definiti...
<p dir="auto"><strong>Migrated issue, originally created by Marek Derňár (<a href="https://github.com/marderko">@marderko</a>)</strong></p> <p dir="auto">Founded bug in "Transactions and Connection Management" documentation <a href="http://docs.sqlalchemy.org/en/latest/orm/session_transaction.html" rel="nofollow">http:...
0
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="che...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="che...
1
<p dir="auto">If I've interpreted it correctly seems that there is some strange behavior with Keras multi inputs and the estimator.</p> <ul dir="auto"> <li>Why input layers are renamed with <code class="notranslate">_1</code> suffix?</li> <li>Why TB display a <code class="notranslate">_2</code> suffixed parallel sub-gr...
<p dir="auto">Hello, guys.<br> I got an error just after install Python 3.5.3 and Tensorflow in a Windows 10 system and it fails in the very first test, the one suggested in Tensorflow install instructions.<br> The messages I got are here:</p> <p dir="auto">Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 16:02:32) [MSC...
0
<ul dir="auto"> <li>Electron version: 1.4.0</li> <li>Operating system: OS X 10.11.6</li> </ul> <p dir="auto">Hi Electron team,</p> <p dir="auto">Awesome project! Discovered this the other day and it's on our way to production!</p> <p dir="auto">Chrome 53 has a flag <code class="notranslate">Desktop Share with tab sourc...
<ul dir="auto"> <li>Electron version: <code class="notranslate">0.37.0</code></li> <li>Operating system: All</li> </ul> <p dir="auto">I've been trying for weeks now to figure this out, I need to somehow capture the audio output from my electron application. But the <code class="notranslate">desktopCapturer</code> API ...
1
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [48]: s = pd.Series([np.NaN, 'hello world']) In [49]: s Out[49]: 0 NaN 1 hello world dtype: object In [50]: s.fillna([]) Out[50]: 0 NaN 1 hello wo...
<p dir="auto">Should raise on a passed list to <code class="notranslate">value</code></p> <p dir="auto">The results from the fillna() method are very strange when the value parameter is given a list.</p> <p dir="auto">For example, using a simple example DataFrame:</p> <blockquote> <p dir="auto">df = pandas.DataFrame({'...
1
<pre class="notranslate">This text in the spec: --- As a special case, if the return parameters of a function or method g are equal in number and individually assignable to the parameters of another function or method f, then the call f(g(parameters_of_g)) will invoke f after binding the return values of g to the para...
<pre class="notranslate">go version go1.3beta2 +1de165698f51 Thu May 22 11:45:03 2014 -0400 darwin/amd64 The program is package a type S struct { x interface{} i int } func f() { c := make(chan int) a := [2]*int{} for ; ; c &lt;- *a[S{}.i] { } } $ go build -race src.go src.go:6: internal err...
0
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br> This is a bug report. I think this bug and one already reported (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="370404098" data-permission-text="Title is private" data-url="https:/...
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">bug.</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">In a component tree where legacy context and new context are co-exisiting, when components are placed on tree nodes...
1
<p dir="auto">Installation of scipy using zc.buildout fails, because <code class="notranslate">numpy.distutils.core</code> is not available during install:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ ./bin/buildout Unus...
<p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="212921526" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/8762" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/8762/hovercard" href="https://github.com...
0
<p dir="auto">When trying to use jasmine and angular-scenario type definitions in same project, I get the following conflicts:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Duplicate identifier 'browser'. Duplicate identifier 'element'. The...
<p dir="auto">I'll try and add a section to the bottom of <code class="notranslate">npm test</code> script to show the error log for each file that failed.</p> <p dir="auto">Creating here to track and prevent duplication of effort.</p>
0
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.3.0 (latest released)</p> <h3 dir="auto">What happened</h3> <p dir="auto">In the new grid view, tasks are not visible if they contain dots in their name (but are shown in the details panel and graph view).</p> <p dir="auto"><a target="_blank" rel="noopener nore...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.3.0 (latest released)</p> <h3 dir="auto">What happened</h3> <p dir="auto"><code class="notranslate">task_id</code> with <code class="notranslate">.</code> e.g. <code class="notranslate">hello.world</code> is not rendered in grid view.</p> <h3 dir="auto">What yo...
1
<p dir="auto"><strong>Description</strong></p> <p dir="auto">Up until database interaction is introduced, the tutorial for FastAPI uses pydantic models for everything, such as this example in <a href="https://fastapi.tiangolo.com/tutorial/extra-models/" rel="nofollow">the sextion on Extra Models</a> :</p> <div class="h...
<p dir="auto"><strong>Describe the bug</strong><br> Getting duplicate headers on API methods with subdependencies requiring the same dependency with a Header argument.</p> <p dir="auto"><strong>To Reproduce</strong><br> I've created an example repo to reproduce <a href="https://github.com/henriklindgren/fastapi-header-...
0
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ cat test.rs enum A { B = A::B as isize } fn main() { println!(&quot;{}&quot;, A::B as isize); } $ rustc test.rs thread 'rustc' has overflowed its stack Illegal instruct...
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum X { A = X::A as isize } fn main() {}"><pre class="notranslate"><span class="pl-k">enum</span> <span class="pl-smi">X</span> <span class="pl-kos">{</span> <span class="pl-v">A</s...
1
<p dir="auto"><strong>I'm submitting a ...</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report [X] feature request [ ] support request"><pre class="notranslate"><code class="notranslate">[ ] bug report [X] feature 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 =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
0
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: OS X El Capitan 10.11.4</li> </ul> <p dir="auto">No syntax highlighting for C#. Also unable to select C# from the languages menu.</p> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open a .cs file in Visual Studio Code</li> </ol> <p dir="auto">Ex...
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: Ubuntu Mate 15.10</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Install VS Code Stable 1.0</li> <li>Open a folder created by: yo aspnet --grunt</li> <li>Open a .cs file eg Controllers/HomeController.cs<br> The text loads white (no syn...
1
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> I created <code class="notranslate">childCompiler</code> at <code class="notranslate">parentCompiler.hook.make</code> stage and I called <code class="notranslate">runAsChild</code> at <code class="notranslate">parentComp...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> I can see a new feature called dependOn is added to webpack which fits in rightly for my requirement. As I moved my webpack version from 4.43.0 to 5.0.0-beta.16, for some reasons the transformation of arrow function in bundl...
0
<p dir="auto">When viewing a navbar menu on my iPhone, the whole navbar menu is presented as a long list (by clicking on the icon in the top right) - which is expected as there isn't enough room to show it conventionally.</p> <p dir="auto">If the menu contains dropdown items, these expand when they are clicked on, and ...
<p dir="auto">I have simple dropdown buttons we built with 2.04</p> <p dir="auto">links are A tags, proper quotes, href='#'</p> <p dir="auto">Used to work fine.</p> <p dir="auto">Upgraded today to 2.1 and the links in any dropdown button don't work. The dropdown menu opens, but clicking on a link closes the menu witho...
1
<p dir="auto">I'm on a Mac OSX. It's "easier" to scroll (using the two-finger scroll on my mac) when I put my mouse on the off-white space between the text editor and the description, rather than being able to scroll easily in the text editor alone.</p> <p dir="auto">I've noticed that in beta there are scroll bars (pe...
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/zipline-build-a-simon-game" rel="nofollow">http://freecodecamp.com/challenges/zipline-build-a-simon-game</a> has an issue. It contains the video of Tic-Tac-Toe, and it shows that it's completed, although I didn't.<br> <a target="_blank" rel="noopener n...
0
<p dir="auto"><strong>I've deactivated the soft tab option in the preferences.</strong><br> Using tabulators does not align the text correctly. Looks like the offset is not correct.</p> <p dir="auto"><strong>I tried this example text:</strong></p> <div class="snippet-clipboard-content notranslate position-relative over...
<p dir="auto">Halp tickets and forum discussions:</p> <ul dir="auto"> <li>support/e81a1594b92311e38c14f6435a91cb51</li> <li>support/4a790a5cb67b11e38a43313fda33ea39</li> <li>support/7bb3319eb34011e39a2834190894c452</li> <li>support/7cc4f4b0b3f811e38f004d617216e1a5</li> <li><a href="http://discuss.atom.io/t/auto-aligned...
1
<h3 dir="auto">Bug summary</h3> <p dir="auto">Not sure if this is a Matplotlib bug or not. I am aware that this method is deprecated, but it is currently used in IPython and I assume that it shouldn't restart the terminal.</p> <p dir="auto">Executing the code in Spyder 5.2.1 with Python 3.9.7, IPython 7.30.1 and Matplo...
<h3 dir="auto">Bug summary</h3> <p dir="auto">After updating <code class="notranslate">matplotlib version 3.5.0</code> through <code class="notranslate">conda update</code>, there seem to be some issues using matplotlib in both Spyder and PyCharm, but they show different phenomena. I try to run a simple script using ma...
1
<p dir="auto">If I navigate to an Angular SPA from another page (outside the SPA), I have to click back twice to return to where I was. When the page first loads a duplicate history entry is created. If I keep refreshing the SPA page, the history gets longer and longer...</p> <p dir="auto">Some initial investigation sh...
<p dir="auto">In case of an Observable array, in component template if we add *ngIf =" (list$ | async)?.length&gt;0" it doesn't loops through the child *ngFor.</p> <p dir="auto">For example if I have below Observable list in the component:</p> <p dir="auto"><code class="notranslate">list$: Observable&lt;any[]&gt;;</cod...
0
<p dir="auto">[x ] bug report =&gt; search github for a similar issue or PR before submitting<br> [ ] feature request<br> [ ] support request =&gt; Please do not submit support request here, instead see <a href="https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question">https://github.com/angular/angular/...
<p dir="auto">JIT path use relative to wwwroot but AoT use relative path</p> <p dir="auto">for JIT: templateUrl:'app/app.html'<br> for AoT: templateUrl:'app.html'</p> <p dir="auto">this bothers me everytime I change from or to AoT compile</p>
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/706" rel="nofollow">http://projects.scipy.org/scipy/ticket/706</a> on 2008-07-23 by trac user rjansen, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wnbell/hovercard" data-octo-click...
<p dir="auto">This started out as a <a href="http://stackoverflow.com/a/42349847/7207392" rel="nofollow">hack</a> on stack overflow to speed up construction of csr matrices.</p> <p dir="auto">As in some cases savings are considerable (several-fold reduction in time needed), it was suggested to me to offer this for incl...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">The figure is copying the image background of the window when I set the facecolor to None.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-python notranslate position-relative...
<p dir="auto">Bug also reported here: <a href="https://bugs.archlinux.org/task/41790" rel="nofollow">https://bugs.archlinux.org/task/41790</a><br> When clicking on the Save button on the NavigationToolbar, I get an error:<br> <code class="notranslate">Format "png)')" is not supported. Supported formats: eps, jpeg, jpg,...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">The axes of a subplot_mosaic show up in a random order in <code class="notranslate">fig.axes</code> (likely due to the use of a <code class="notranslate">set</code> for uniquification in <code class="notranslate">_identify_keys_...
<p dir="auto">Consider the following example:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt import numpy as np fig,axes = plt.subplots() line_A = axes.plot( np.random.random(10), label=&quot...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/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"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
0
<p dir="auto">I can reproduce it reliably, and have tracked it down to what seems like an ARM code generation bug.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; versioninfo() Julia Version 1.7.0 Commit 3bf9d17731 (2021-11-30 12:12 U...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" From worker 6: From worker 6: signal (11): Segmentation fault: 11 From worker 6: in expression starting at /Users/keno/julia/usr/share/julia/stdlib/v1.8/LinearAlgebra/test/svd.jl:68 ...
1
<p dir="auto"><strong>Current behavior:</strong></p> <ul dir="auto"> <li>Switch to "latest" version of docs</li> <li>click on the <code class="notranslate">docs</code> link at the top of the page (for example, to switch between the <code class="notranslate">manual</code> and <code class="notranslate">standard library</...
<p dir="auto">Is there a better way to show the <code class="notranslate">latest</code> and <code class="notranslate">release-0.1</code> versions of the manual? People cannot guess that the readthedocs icon at the bottom is a clickable drawer that is closed by default. The interface is not easy to use - one frequently...
1
<p dir="auto">Description of what I'm doing:</p> <p dir="auto">I'm porting the hello world app on the Quick Start page to Clojurescript</p> <p dir="auto"><a href="https://github.com/atom/atom-shell/blob/master/docs/tutorial/quick-start.md">https://github.com/atom/atom-shell/blob/master/docs/tutorial/quick-start.md</a><...
<p dir="auto">Even when launching from the command line, any JS error occuring in main.js is internally trapped, preventing debugging. Instead, you get the following:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/231157/2947232/fc3162d0-d9f3-11...
1
<p dir="auto">Unlike Python2, Python3's (builtin) round function is documented to return an integer when called with a single argument. However, numpy float dtypes do not satisfy this, returning a float instead.</p>
<p dir="auto"><code class="notranslate">round(x)</code> (i.e. <code class="notranslate">object.__round__(self)</code>) is expected to return an <code class="notranslate">int</code>, but for numpy floats, it returns a numpy float.</p>
1
<p dir="auto">hello! i have the problem when i use the node module "create vite@latest" on Windows OS, with deno it asks me for certain permissions and when i start in the command terminal it does not allow me to select the correct tool, it only stays stuck in the vanilla option, is there any way to solve this? i want ...
<p dir="auto">Is supporting <a href="https://vitejs.dev/" rel="nofollow">Vite</a> on Deno's radar?</p> <p dir="auto">Although many Node.js libraries already work with Deno, Vite is a whole different beast and probably needs changes on Deno's side.</p> <p dir="auto">Note that it's not only about supporting Vite, but als...
1
<p dir="auto">by <strong>namegduf</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? 1. Copy the following into a file: package main import "fmt" func main() { wait := make(chan bool) go func() { &lt;-wait fmt.Printf("Test!") }() ...
<p dir="auto">by <strong>montsamu</strong>:</p> <pre class="notranslate">Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull -u" and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. need to make an http.Get request but specif...
0
<p dir="auto">Hi!</p> <p dir="auto">I'm (eventually) attempting to build a PostCSS/cssnext setup on top of Next.js, but somehow importing a CSS file cannot be resolved.</p> <p dir="auto">My <code class="notranslate">pages/index.js</code> file tries to import the <code class="notranslate">pages/index.css</code> file (th...
<p dir="auto">Sometimes it's nice to break out your CSS into a separate <code class="notranslate">.css</code> file. I've tried to do the following:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pages/ └── index ├── index.css ├── index...
1
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.1</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> <p dir="auto"><strong>Cloud provider or hardwa...
<h3 dir="auto">Body</h3> <p dir="auto">I have a kind request for all the contributors to the latest provider packages release.<br> Could you please help us to test the RC versions of the providers?</p> <p dir="auto">Let us know in the comment, whether the issue is addressed.</p> <p dir="auto">Those are providers that r...
0
<p dir="auto">I wanted to use this <code class="notranslate">--autoreload</code> option. But just after I add it I have:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="celery -A proj status Error: No nodes replied within time constraint."><pre...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="che...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <p dir="auto">As expected:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd all_cols = list(&quot;abcdefg&quot;) informative_cols = [&qu...
<h2 dir="auto">In [6]: DataFrame.from_records( [(1,2,3)], columns=['a','b','a'])</h2> <p dir="auto">IndexError Traceback (most recent call last)<br> /home/adam/bin/jtds/ in ()<br> ----&gt; 1 DataFrame.from_records( [(1,2,3)], columns=['a','b','a'])</p> <p dir="auto">/home/adam/code/pandas...
0
<p dir="auto">是否增加eureka注册中心的支持<br> how do supported eureka as service discovery?</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/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
0
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>Run the following app: <a href="https://gist.github.com/tvolkert/1458377c6d4bfb582e14bb284083c1b2">https://gist.github.com/tvolkert/1458377c6d4bfb582e14bb284083c1b2</a></li> <li>In the drawer, select "Show Breakage" to set the <code class="notranslate">Material...
<p dir="auto">Test device: <strong>Pixel XL</strong></p> <p dir="auto">The <code class="notranslate">PageView</code> contents are rendered correctly on the initial render but once you start scrolling they become corrupted. They will remain this way even after the scrollable "settles".</p> <p dir="auto">The following ar...
1
<p dir="auto"><em>Please make sure that this is a build/installation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em></p> <p d...
<h3 dir="auto">System information</h3> <p dir="auto">Linux 4.9.0-kali4-686-pae <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="115886302" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/1" data-hovercard-type="issue" data-hovercard-ur...
0
<p dir="auto">When clicking the [src] link at the top right of the page of all of the rust docs pages, you are taken to the 'not found' page instead of being taken to the relevant source file.</p>
<p dir="auto">I don't think it is, but might be a duplicate of issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="44807156" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/17740" data-hovercard-type="issue" data-hovercard-url="/rust-lang/...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.10005] Windows Terminal version: master build commit dca0ffe6dd0f76ca7997807424a2c08684e07751 Debugging mod...
<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.19008.0 Windows Terminal version: 0.6.2951.0 WSL 2: Ubuntu 19.04"><pre lang="none" class="notranslate"><code class="notranslate">Windows buil...
0
<p dir="auto">As <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yujuhong/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/yujuhong">@yujuhong</a> noted it'd be useful to reduce variance of measurements. Additional...
<p dir="auto">Since 4:25PM the e2e test <code class="notranslate">ResourceUsage should not exceed expected amount</code> has been failing.<br> Looking at the last batch of merged PRs I can't tell if any of them are responsible, either individually or in combination. Please can the PR authors <a class="user-mention notr...
1
<p dir="auto">Posted first on <a href="http://stackoverflow.com/questions/35999301/segmentation-fault-on-reading-tif-file-with-python-opencv" rel="nofollow">stackoverflow</a>, but no response as of yet.</p> <p dir="auto">Any steps I can do to debug further would be appreciated.</p> <h2 dir="auto"></h2> <p dir="auto">En...
<p dir="auto">Can you please help me understand why I can't get imread to open simple bitonal files like this one?<br> <a href="https://app.box.com/s/y2h71ydjb7uim1um1gwqjvsuqz2cpmf2" rel="nofollow">https://app.box.com/s/y2h71ydjb7uim1um1gwqjvsuqz2cpmf2</a></p> <p dir="auto">This is an example of what I get. It worked ...
1
<p dir="auto">We're parsing <a href="https://github.com/flutter/website/blob/master/_data/catalog/widgets.json"><code class="notranslate">widgets.json</code></a> to take advantage of the widget categories in the inspector. In the process of adding some validation, I noticed that the following widgets show up more than...
<p dir="auto">Steps to reproduce:</p> <ol dir="auto"> <li>Launch gallery (profile or debug) using <code class="notranslate">flutter run</code>.</li> <li>Go to the URL the console tells you about.</li> <li>Try to do anything useful with the observatory.</li> </ol>
0
<p dir="auto">Hi people,</p> <p dir="auto">I have 2 Django projects (at different branchs/versions) on the same machine and both use celery for asynchronous tasks.</p> <p dir="auto">I figure thanks to <strong>sentry</strong> that tasks from app A are sent to workers of app B. Each application runs under a different uni...
<h1 dir="auto">Checklist</h1> <ul dir="auto"> <li>[ x] I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+">issues list</a><br> for similar or identical feature requests.</li> <li>[ x] I have checked the <a href="https://githu...
0
<ul dir="auto"> <li>Electron version: Latest</li> <li>Operating system: OSX, Windows</li> </ul> <p dir="auto">I've been rebuilding the spellchecker for <a href="www.notion.so/desktop">notion.so</a> and I thought I would compile some of the quirks I ran into.</p> <p dir="auto">The de facto solution right now is to use <...
<p dir="auto">On OS X apart from the basic spell-checking it also provides a "Spelling and Grammar" menu that allows some more advanced operations:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/639601/10719716/bff72fd4-7bc8-11e5-9b97-980e9a75dd91.png"><img wi...
1
<p dir="auto">The current implementation of the Image Sizes listview is having usability issues: the trash can icon gets cut off while the design is not following OS design guidelines for lists. It allows for in-line editing, which makes sense in a datagrid that holds a lot of information that you want to 'quick edit'....
<p dir="auto">We should restructure the table to make it easier to visually capture the table.</p> <h3 dir="auto">Original</h3> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1462282/81435687-2049ad80-911d-11ea-8085-384476bf8458.png"><img src="https:/...
1
<p dir="auto">Lines 808/809</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="button(): JQuery; button(methodName: string): JQuery;"><pre class="notranslate"><code class="notranslate">button(): JQuery; button(methodName: string): JQuery; </code><...
<p dir="auto">Today my builds started failing because of a conflict between requirejs and node require</p> <p dir="auto">This is the compile error I received from typescript:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="d:/a/1/s/node_modules...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.32.1]</li> <li>Operating System: [Windows 10]</li> <li>Browser: [ Chromium]</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-che...
<p dir="auto">It would be great if Playwright had something similar to CodeceptJS methods:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9056958/77189043-dbb37580-6ace-11ea-9fe0-7216a9569b00.png"><img src="https://user-images.githubusercontent.com/9056958/7718...
0
<p dir="auto">Hi, I'm noticing that the back button doesn't trigger getInitialProps.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issue...
<p dir="auto">I have an app with a single page <code class="notranslate">index.js</code>, and I parse the query parameters in <code class="notranslate">getInitialProps</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="static async getInit...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/900690/15919964/8ec93690-2e16-11e6-9047-5236ec0fdd11.png"><img width="715" alt="screen shot 2016-06-09 at 07 48 24" src="https://cloud.githubusercontent.com/assets/900690/15919964/8ec93690-2e16-11e6-9047...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2193314/16358493/ca2ea09e-3ac8-11e6-89d2-7d9b3b5e589d.png"><img src="https://cloud.githubusercontent.com/assets/2193314/16358493/ca2ea09e-3ac8-11e6-89d2-7d9b3b5e589d.png" alt="image" style="max-width: 10...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="request.meta['handle_httpstatus_all'] = True dfd = self.crawler.engine.download(request, info.spider)"><pre class="notranslate"><code class="notranslate">request.meta['handle_httpstatus_all'] = True d...
<p dir="auto">Basically, what's happened is that my spider is unable to download the files because the file_urls provided are actually redirected to the final download link. However, because of the following code, the redirect download middleware is effectively disabled, which makes the download fail.</p> <div class="s...
1
<p dir="auto">$ npm install @discordjs/opus<br> npm ERR! cb() never called!</p> <p dir="auto">npm ERR! This is an error with npm itself. Please report this error at:</p> <p dir="auto">this is the error that i got on installing some packages for my app</p>
<h3 dir="auto">Is there an existing issue for this?</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li> </ul> <h3 dir="auto">Current Behavior</h3> <p dir="auto">When I try to install...
0
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">There is an issue with some incorrect texture colours when loading a GLTF model via <code class="notranslate">GLTFLoader</code> when <code class="notranslate">WebGLRenderer</code> is instantiated with <code class="notranslate">alpha</code> set to <code ...
<p dir="auto">Redundant AR button on Safari</p> <p dir="auto">A clear and concise description of what the bug is. Before submitting, please remove unnecessary sections.</p> <p dir="auto"><strong>To Reproduce</strong></p> <p dir="auto">Steps to reproduce the behavior:</p> <ol dir="auto"> <li>Go to <a href="https://three...
0
<p dir="auto">Pattern comprehension now supports</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="RETURN [(a)--&gt;(b)--&gt;(c) WHERE b:Movie | [b.year,c.prop1] ] AS myColl"><pre class="notranslate"><code class="notranslate">RETURN [(a)--&gt;(b)...
<h2 dir="auto">Regex Failure for neo4j-admin</h2> <p dir="auto">Regex not detecting files along path, even though regex has successfully been tested on an online regex platform, as well as in Python. I have tried this regex with, and without double-quotes, and confirmed the path it's intended to represent is valid by s...
0
<p dir="auto">Currently when users use words that can't be use as an identifier (this case will be more common as module and class becomes strict mode code), we should then have better binding diagnostics to report this error instead of <code class="notranslate">Duplicate identifier '(Missing)'.</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="interface Struct { a: boolean b: number } let v1: Struct = {a: true, b:1} let v2: Struct = Object.assign({}, v1, { b: false })"><pre class="notranslate"><code class="notranslate">interface Struc...
0
<p dir="auto">An arrow function as part of an extends clause requires parenthesis. This was changed before ES2015 became final, see <a href="http://wiki.ecmascript.org/doku.php?id=harmony%3Aspecification_drafts#january_20_2014_draft_rev_22" rel="nofollow">http://wiki.ecmascript.org/doku.php?id=harmony%3Aspecification_d...
<p dir="auto">These non-programs are accepted by babel: <code class="notranslate">!()=&gt;0</code>, <code class="notranslate">a + ()=&gt;0</code>, <code class="notranslate">a || ()=&gt;0</code>, etc.</p> <p dir="auto">Arrows should have the precedence of an assignment expression.</p>
1
<h3 dir="auto">Feature request</h3> <p dir="auto">Thank you for the awesome framework!<br> For my work I wanted to use <code class="notranslate">transformers.pipelines.token_classification.TokenClassificationPipeline</code> in batch mode, since it is much faster on GPU, but I wanted to keep all the functionality for gr...
<h3 dir="auto">System Info</h3> <p dir="auto">python: 3.8<br> transformers: 4.23.1</p> <h3 dir="auto">Who can help?</h3> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/patrickvonplaten/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_t...
0
<p dir="auto">Flutter crash report; please file at <a href="https://github.com/flutter/flutter/issues">https://github.com/flutter/flutter/issues</a>.</p> <h2 dir="auto">command</h2> <p dir="auto">flutter doctor</p> <h2 dir="auto">exception</h2> <p dir="auto">ArgumentError: Invalid argument(s): Invalid locale 'C.UTF-8'<...
<p dir="auto"><a href="https://giphy.com/gifs/mXFpFPmmNIe38jrAJK" rel="nofollow">https://giphy.com/gifs/mXFpFPmmNIe38jrAJK</a></p> <p dir="auto">Velocity becomes 0 as soon as I lift the finger after a fling.</p>
0
<p dir="auto">The first failure happened at ~9:20 PST 29/04/2015. The failure looks like that:</p> <p dir="auto">/go/src/github.com/GoogleCloudPlatform/kubernetes/_output/dockerized/go/src/github.com/GoogleCloudPlatform/kubernetes/test/e2e/density.go:158<br> Expected error:<br> &lt;*errors.errorString | 0xc20b84daa0&gt...
<p dir="auto">I haven't looked into the details yet, but it seems that a PR went in at around 16:30 PDT today (Wed 04/29) that is causing significantly more e2e failures than usual in our continuous integration.</p> <p dir="auto">I'll dig into it in the morning unless one of the oncalls gets there before me.</p>
1
<p dir="auto">The mathtext rendered in the 1.3.1 release does't work with the bundled pyparsing.py module (1.5.0).</p> <p dir="auto">Simply installing the latest version of the pyparsing.py module with easy install doesn't work. It does if the matplotlib\pyparsing.py file is overvritten with the newer version (2.0.1).<...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Because <code class="notranslate">IndexFormatter.__call__</code> doesn't round to the nearest integer but truncates/round up to the next integer, x ticks labels are duplicated when user pans plot to left, displaying values below...
0
<p dir="auto">Using</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pmap(sqrt,[-1]); &quot;some other return val&quot;"><pre class="notranslate"><code class="notranslate">pmap(sqrt,[-1]); "some other return val" </code></pre></div> <p dir="auto...
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@everywhere function do_work(i) r = [1,2,3][i] println(r) return r end for r in pmap(do_work, [3,2,1,0]) println(&quot;pmap got result&quot;) println(typeof(r)) ...
1
<p dir="auto">I got the following two errors running "nosetests pandas":</p> <h2 dir="auto">FAIL: test_fred_multi (pandas.io.tests.test_data.TestFred)</h2> <p dir="auto">Traceback (most recent call last):<br> File "/Users/hbi16088/python-virtual-env/basic/lib/python2.7/site-packages/pandas/util/testing.py", line 1135, ...
<p dir="auto">Note the duplication of the assignment is not a copy/paste error-- the first one works, the second one fails, presumably because a different path is taken if the column already exists than if it doesn't.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-cl...
0
<p dir="auto">Added in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="614861812" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/5157" data-hovercard-type="pull_request" data-hovercard-url="/denoland/deno/pull/5157/hovercard" href="https://g...
<p dir="auto">Tracking issue for <code class="notranslate">deno lsp</code> subcommand.</p> <p dir="auto">Given that a lot of code in <a href="https://github.com/denoland/vscode_deno"><code class="notranslate">vscode_code</code></a> duplicates logic inside <code class="notranslate">deno</code> binary (eg. module resolut...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <p dir="auto">des_table = df_final_S1415.describe(percentiles=[.05, .25, .5, .75, .95 ]).T</p> <h4 dir="auto">Expected Output</h4> <p dir="auto">In version 18.0 describe function will return percentiles when columns contain nan.</p> <h4 dir="auto">out...
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd import numpy s = pd.Series([1, 2, 3, 4, numpy.nan]) s.quantile(0.5) nan"><pre class="notrans...
1
<p dir="auto">[steps to reproduce:]</p> <ol dir="auto"> <li>Launch Atom with no project and no file, just the "unitled"</li> <li>right clic on the tabs bar, where no tabs open, just the empty bar</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.198.0<br> <strong>System</strong>: Windows 8.1<br> <strong>Thrown ...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [11]: a = np.dtype({'names':['time','data','pad'], 'formats':['&lt;f8',('&lt;f8', (3, 2)),'&lt;f8'], 'offsets':[0,8,56], 'itemsize':64, 'aligned':True}) In [12]: b = np.zeros(10...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2006" rel="nofollow">http://projects.scipy.org/numpy/ticket/2006</a> on 2011-12-23 by trac user kevin000, assigned to unknown.</em></p> <p dir="auto">Using a recarray with member assignment fails if any column uses the object data type. ...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run &quot;ver&quot; at a command prompt] PowerToys version: 0.13.0 PowerToy module for which you are reporting the bug (if applicable): FancyZone...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.17134.1069] PowerToys version: 0.11.0 PowerToy module for which you are reporting the bug (if applicable): FancyLa...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<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...
0
<p dir="auto">Consider implementing an asynchronous file system API.</p> <p dir="auto">On the Web, the Native File System API implements an API surface that provides file and directory access.</p> <ul dir="auto"> <li>Spec: <a href="https://wicg.github.io/native-file-system/" rel="nofollow">https://wicg.github.io/native...
<p dir="auto">The proposal for <a href="https://github.com/WICG/native-file-system">native file system</a> is out.<br> Where does deno stand?</p>
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">playbook, tags</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2.4.0"><pre class="n...
<p dir="auto">With modules taking advantage of module_utils/{ec2,rax}.py there is a lot of duplicated documentation that has to be managed per module. This is especially true of the rax modules.</p> <p dir="auto">Currently all rax modules, have documentation references to the following attributes:</p> <div class="snip...
0
<p dir="auto">First I want to apologize if I've done anything wrong with this bug report, I'm still new to development and any mistakes made are unintentional.</p> <p dir="auto">Environment:</p> <ul dir="auto"> <li>Python version: 3.11.3</li> <li>Flask version: 2.3.0</li> </ul>
<p dir="auto"><a href="https://github.com/pallets/flask/blob/c5900a1adf8e868eca745225f3cf32218cdbbb23/flask/json.py#L23">This code</a> is always import error.<br> (<code class="notranslate">simplejson</code> is not included in the <code class="notranslate">itsdangerous</code>.)<br> See: <a href="https://github.com/pall...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.20.0</li> <li>Operating System: Mac</li> <li>Node.js version: 12.22</li> <li>Browser: Chromium, WebKit</li> <li>Extra: [any specific details about your environment]</li> </ul> <p dir="auto"><strong>Code Snippet</strong></p> <div cla...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.33]</li> <li>Operating System: [Windows 10]</li> <li>Browser: [Chrome]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop...
0
<p dir="auto">The api for tesitng with pointer events looks something like this:</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Point start = new Point(...); Point end = new Point(...); tester.dispatchEvent(pointer.down(start)...
<p dir="auto">Driving a pointer in a test right now requires pumping, continually giving the original location, etc.</p> <p dir="auto">Instead the API should look something like:</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="...
1
<p dir="auto"></p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> <a href="https://github.com/npm/cli/blob/4dbeb007d0d6350284c7b1edbf4d5b0030c67c66/package.json#L72">cli/package.json</a> </p> <p class="mb-0 color-fg-muted"> Line 72 in ...
<h3 dir="auto">Is there an existing issue for this?</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li> </ul> <h3 dir="auto">Current Behavior</h3> <p dir="auto">Security scans fail d...
1
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Allow the users to add new languages into terminal, or create "extensions" like exist in VSCode</p> <h1 dir="auto">Proposed technical implementation details (optional)</h1> <p dir="auto">No problem currently, other than end-user inconvenience...
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">When I open File explorer from terminal using command such as <code class="notranslate">start .</code> control should shift to explorer window but it remains in terminal.</p> <h1 dir="auto">Proposed technical implementation details (optional)<...
0
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/guenhter/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/guenhter">@guenhter</a> on 2016-10-13T15:58:27Z</p> <h5 dir="auto">ISSUE TYPE</h5> <ul d...
<ul dir="auto"> <li>Feature Idea</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.1.0 config file = /Users/do3cc/dev/ansible/ansible.cfg configured module search path = Default w/o overr...
0
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No.</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Ubuntu 16.04</li> <li><strong>TensorFlow installed from (sour...
<p dir="auto">Sometimes could be useful to evaluate on different clusters of the evaluation set with distinct metrics, summaries etc.<br> Do you plan that this interface will accept a list of <code class="notranslate">eval_spec</code> in the future?</p>
1
<p dir="auto">I have 3 nodes in my cluster and two are master cum data nodes and one node is client node. When I issues stats api(_cluster/stats), I still see the count of client as 0 even though its is up and working.</p> <p dir="auto">Below is the response of stats API</p> <p dir="auto">nodes: {<br> count: {<br> tota...
<p dir="auto">From a cluster running ES 2.1.1 (or ES 1.x) with 8 nodes, two of which were client nodes:</p> <div class="highlight highlight-source-httpspec notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="GET _cluster/stats"><pre class="notranslate"><span class="pl-k">GET</sp...
1
<p dir="auto">When trying to open a link via <code class="notranslate">shell.openExternal('https://www.google.com')</code> it causes Atom to freeze in case the default browser is Chromium (<code class="notranslate">chromium-browser</code>).</p> <p dir="auto">After getting the prompt that Atom has freezed and hitting th...
<p dir="auto">On Ubuntu 14.04 with Atom Shell 0.22.3 <code class="notranslate">require('shell').openExternal('http://github.com')</code> does not seem to work. I have both Firefox and Chromium installed on that VM.</p> <p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id=...
1
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04</li> <li>TensorFlow installed from (source or binary): source</li> <li>TensorFlow version: 1.13.1</li> <li>Python version: 2.7</li> <li>Bazel version (if compiling from source)...
<p dir="auto">Error message occurs when applying L2 loss weight decay with 1080ti gpu activated<br> No Error message occurs when applying weight decay with only cpu running<br> The error message always come out if training with all the Optimizer in anaconda, win10, gpu 1080ti, tensorflow 1.6.0. CUDA 9 CUDNN 7.0</p> <di...
0
<p dir="auto">As everyone knows, Electron is great in terms of easiness of designing GUIs, but has some severe security and memory issues. The need to lock a version of Chromium and Node.js into each app means no easy way to quickly solve security issues (each developer has to update their own app's version manually) a...
<ul dir="auto"> <li>Electron version: 1.82</li> <li>Operating system: Windows 10 - Windows Subsystem for Linux</li> </ul> <p dir="auto">With Windows Subsystem for Linux it is now possible to run Windows executables from bash.</p> <p dir="auto">To reproduce the <code class="notranslate">%HOMEDRIVE%%HOMEPATH%</code> fold...
0
<p dir="auto">When a crate re-exports something from deep in its internal structure with "pub use", you can only find the thing at its original path. A case in point (that just happened on IRC) is searching for something like <code class="notranslate">uid_t</code> in the libc crate; you get the path <code class="notran...
<p dir="auto">Currently, resolve does a lot of redundant error reporting. For example,</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/home/cmr/hacking/rust/src/libextra/interner.rs:161:8: 161:18 error: unresolved name /home/cmr/hacking/rust/s...
0
<p dir="auto"><strong>Elasticsearch version</strong>:<br> 1.7.5</p> <p dir="auto"><strong>JVM version</strong>:<br> 1.8.0_40-64</p> <p dir="auto"><strong>OS version</strong>:<br> centos6</p> <p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:<br> The current merge count ...
<p dir="auto">Marvel Sense is not working over ssl, it hangs when it tried to connect to the elasticsearch API.The rest of Marvel seems to be working fine, as does the elasticsearch API if called directly.</p> <p dir="auto">I am using a freshly installed elasticsearch 1.4.1 and the latest Marvel.</p> <p dir="auto">Elas...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">The profiles.json file is hard to find when you don't click the Settings button within the Terminal. Let's move the default location to somewhere more accessible.</p>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">The area in which my cursor will shift from a pointer to a double-sided arrow for resizing is very small right now, which makes it more difficult than it needs to be to resize the window.</p> <p dir="auto">I'd like to see this area be increased so...
0
<p dir="auto">deno: 0.10.0<br> v8: 7.7.37<br> typescript: 3.5.1</p> <p dir="auto">When you try to import an ecmascript module using the <a href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop" rel="nofollow">REPL</a>, you get an Uncaught SyntaxError:</p> <div class="snippet-clipboard-content notrans...
<p dir="auto">When in the Deno REPL and executing:<br> <code class="notranslate">import { env } from "deno";</code></p> <p dir="auto">The output is:<br> <code class="notranslate">SyntaxError: Unexpected token {</code></p> <p dir="auto">Probably related to <a class="issue-link js-issue-link" data-error-text="Failed to l...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pd.date_range(pd.Timestamp('2015-1-1', tz='US/Eastern'), pd.Timestamp('2016-1-1', tz='US/Eastern'), freq='H') + pd.DateOffset(days=1) Traceback (most recent call last): File &quot;/home/jeff/.virtu...
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; import pandas as pd &gt;&gt;&gt; idx = pd.DatetimeIndex(['2000-03-26 04:00'], tz='Europe/Berlin') ...
1
<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-6234?redirect=false" rel="nofollow">SPR-6234</a></strong> and commented</p> <p dir="auto">With EhCach you can register event li...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jhaile" rel="nofollow">Jeremy Haile</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5324?redirect=false" rel="nofollow">SPR-5324</a></strong> and commented</p> <p dir="auto">The "scanPackages" property requires the...
0
<h4 dir="auto">In a nutshell:</h4> <ul dir="auto"> <li><code class="notranslate">groupby</code> on a single categorical column with prescribed categories incorrectly returns results for <strong>all</strong> categories, even those that are not actually present in the DataFrame.</li> <li>In addition, when aggregating aft...
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd ...
1
<pre class="notranslate">What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. Run the code at <a href="http://play.golang.org/p/Z2aaevAIbN" rel="nofollow">http://play.golang.org/p/Z2aaevAIbN</a> What is the expected output? map[0:2] What do you see instead? map[1:2 0:...
<pre class="notranslate">The Go compiler version does not match the Mercurial repository version. $ hg id dd31a3b56536 tip $ 6g -V 6g version weekly.2011-06-23 8948</pre>
0
<p dir="auto">Currently <code class="notranslate">pd.read_sql_query()</code> accepts an <code class="notranslate">sqlalchemy.engine.base.Engine</code> instance as the <code class="notranslate">con</code> parameter. Using that, it presumably creates a new <code class="notranslate">sqlalchemy.engine.base.Connection</cod...
<p dir="auto">related <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="36794262" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/7615" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/7615/hovercard" href="https://...
0
<p dir="auto">Numerous Warnings and Errors occur when including LibTorch in .cu files. I think maybe some compiling settings are wrong...</p> <p dir="auto">One of error is as following.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/home/libt...
<p dir="auto">Hello, i'm try to build simple project in CMake with libtorch, but <strong>by default</strong> i get some errors.</p> <p dir="auto">Firstly, my <strong>CMakeLists.txt</strong> (of course, i change path to libtorch):</p> <div class="highlight highlight-source-cmake notranslate position-relative overflow-au...
1
<h3 dir="auto">Version</h3> <p dir="auto">2.5.21</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://github.com/phil294/vue-hackernews-ssr-alternative-data-fetching">https://github.com/phil294/vue-hackernews-ssr-alternative-data-fetching</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">...
<p dir="auto">From knockout to angular to react, now i'm new to Vue. Really love this library, feels like "angular+react for humans".</p> <p dir="auto">:class now support array <strong>OR</strong> object, but sometimes it's still a little tedious<br> if :class support classnames(<a href="https://github.com/JedWatson/cl...
0
<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.18363.900 PowerToys version: 0.19.1 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notranslate"...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.19041.329] PowerToys version: v0.19.0 and v0.19.1 PowerToy module for which you are reporting the bug (if applicab...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-html-elements-with-selectors-using-jquery" rel="nofollow">Waypoint: Target HTML Elements with Selectors Using jQuery</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; ...
<p dir="auto">Can't run code because of this error error: plugin failed to initialize it is showing in the lower left corner. Tried different browsers, computer, and devices same error. Have a really slow internet connection</p>
1
<h3 dir="auto">Describe the issue with documentation</h3> <p dir="auto"><strong>Apache Version</strong>: 2.2.3</p> <p dir="auto"><strong>OS</strong>:macOS Catalina Version 10.15.7</p> <p dir="auto"><strong>Apache Airflow Provider versions</strong>:</p> <p dir="auto"><strong>Deployment</strong>:</p> <p dir="auto"><stron...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.3 (latest released)</p> <h3 dir="auto">What happened</h3> <p dir="auto">With a docker setup <a href="https://github.com/apache/airflow/blob/958860fcd7c9ecdf60b7ebeef4397b348835c8db/docs/apache-airflow/start/docker-compose.yaml">as defined by this compose file...
0
<p dir="auto">When you have .col-xs-11 and .col-xs-1 in a single row, it will break into two rows for very small resolution. .col-xs-10 and .col-xs-2 are okay.</p>
<p dir="auto">See the screenshot: I thougt that these blocks must be in one row, but they are not. Why? XS layout must have 12-rows grid too.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/cf31b8d774cd4582c58da9b23f899613c27f069146cd584b1828cdac7d3fe2e0/...
1
<p dir="auto">This issue is just tracking <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="165843501" data-permission-text="Title is private" data-url="https://github.com/JuliaStats/Rmath.jl/issues/7" data-hovercard-type="issue" data-hovercard-url="/JuliaStats/Rmath.jl/issues/7/hoverc...
<p dir="auto">My main grudge with the 1-based array indexing common in scientific programming languages is that it makes cyclic array-indexing a pain:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="n = length(a) a[mod(i-1,n)+1]"><pre class="no...
0
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">Lastest Commit</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="const a = [5, 6, &quot;7&quot;, &quot;8&quot;] const b = ...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">nightly (1.9.0-dev.20160323)</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="let numbers: number[] = [1, '2', 3, '4'...
1