text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto"><strong>Migrated issue, originally created by Lukas Siemon (<a href="https://github.com/lukas-gitl">@lukas-gitl</a>)</strong></p> <p dir="auto">The test case below generates the following query:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-c...
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import sqlalchemy as sa from sqlalchemy.orm import sessionmaker,relationship,contains_eager from sqlalchemy.ext.declarative import declarative_base engine=sa.create_engine(&quot;po...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">When storing plots as pdf, the colorbar is at the wrong position, off by a small amount:</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-python notranslate position-relative ov...
<p dir="auto">Hi all,</p> <p dir="auto">I could not find a similar issue so forgive me if its a duplicate. We are trying to get a couple of our tests suites to execute on mpl 1.x and 2.0 without having to duplicate the baseline images. The <code class="notranslate">classic</code> style helps a lot but there are still m...
0
<p dir="auto">Hi there!</p> <p dir="auto">I was trying to tweak the fliers (outliers) of a letter-value plot I am generating with seaborn (e.g. using properties of matplotlib for the traditional boxplot -- for instance: <a href="https://matplotlib.org/2.0.2/examples/statistics/boxplot_demo.html" rel="nofollow">https://...
<p dir="auto">I want to draw a barplot facetted for different cateogories in a data frame.</p> <p dir="auto">Each sub0barplot shows has as a y-axis another categorical variable. I expect the the y-axes to be shared across facets. If a specific y-category doesn't exist for a specific facet I expect seaborn to either thr...
0
<ul dir="auto"> <li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>: v3.0.0-beta.8</li> <li>Operating System (Platform and Version): Windows 10 10.0.16299 Build 16299 / MacOS High Sierra 10.13.4</li> <li>Output of <code class="notranslate">node_modules/.bin/electron --version</code> on l...
<p dir="auto">Mac OS 10.14<br> Electron v3.0.6</p> <p dir="auto"><strong>Expected Behavior</strong><br> A frameless, transparent window with no shadow should have no borders.</p> <p dir="auto"><strong>Actual behavior</strong><br> There is a border not being generated by my HTML file wrapping around the top of the brows...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<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
<p dir="auto">Is it possible to merge a mesh with a line? My problem currently is that I need to draw thousands of 3D objects with outline. Since the wireframe draws triangles I'm handling the outline myself with a Line for each element. The problem is that this way I'm duplicating the elements on the scene which has a...
<p dir="auto">R60: Seems that the wireframe is shown for the actual triangles that are rendered.<br> R59: Meshes with quad faces are rendered as quad faces in wireframe mode.</p> <p dir="auto">So I'm hoping this is an issue, not a changing in the behaviour of this wireframe parameter for materials. Since I want to draw...
0
<p dir="auto">Issue Type:<br> Bug Report</p> <p dir="auto">Ansible Version:<br> ansible --version<br> ansible 2.0.0</p> <p dir="auto">Environment:<br> Ubuntu 15.04</p> <p dir="auto">Summary:<br> I have a role with tasks/main.yml like this:</p> <ul dir="auto"> <li>include: packages.yml</li> <li>include: config-cluster.y...
<p dir="auto">There is no reason with_items can't use inventory scoped variables anymore.</p> <p dir="auto">It used to generate tasks per object but this is not the case, so it looks like it just needs to template variables using some better context.</p> <p dir="auto">Example:</p> <p dir="auto">with_items: $foos</p> <p...
0
<p dir="auto">My use case: I have Macbook Pro M1 laptop as my host machine. I want to run celery worker nodes inside linux based docker containers.</p> <p dir="auto">Ubuntu 18.04 as host machine works without any problem, but not the macbook pro with M1 processor. I can create tasks from my host machine, but dockerized...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br> <a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=tanmoy.banerjee" rel="nofollow">tanmoy banerjee</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7432?redirect=false" rel="nofollow">SPR-7432</a></strong> and commented</p> <p dir="auto">Hi,</p> <p dir="auto">In Spr...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=martino" rel="nofollow">Martin Ouellet</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3490?redirect=false" rel="nofollow">SPR-3490</a></strong> and commented</p> <p dir="auto">In method "public void afterPropertie...
0
<ol dir="auto"> <li>Waypoint: Create a Form Element</li> </ol> <p dir="auto">When working on this challenge I was prompted to move onto the next challenge. Then I noticed that the text input box disappeared from the app.</p> <p dir="auto">So I looked back at what I input and noticed that I forgot to close the opening f...
<p dir="auto">I tested this out in several lessons and in several different places.</p> <p dir="auto">Most of the time if you type <code class="notranslate">&lt;/</code> it doesn't have any affect on the list of tasks down the left hand side.</p> <p dir="auto">If you put it at the end of the html editor then it breaks ...
1
<h2 dir="auto">Problem</h2> <p dir="auto">When you have long lines in a JS file with single line comments at their end strange things happen. The issues happen to me twice today but only in specific cases (each time I was coding a concatenation of variables and strings) so I put examples that only need to be copy and p...
<p dir="auto">I opened a Python file with the following line (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="20976125" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/963" data-hovercard-type="pull_request" data-hovercard-url="/atom/atom/pull/96...
1
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <p dir="auto"><a href="https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.is_copy.html#pandas.DataFrame.is_copy" rel="nofollow">https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.is_copy.html#pandas.DataFrame....
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <h4 dir="auto">Problem description</h4> <p dir="auto">I find the behavior of <code class="notranslate">SettingWithCopyWarning</code> quite surprising, but I guess that's just what it is.<br> It would be great if you could document <code class="notrans...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2> <p dir="auto">There is currently a feature for shortcuts to move between zones in a customized layout. I would like to see a...
<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.18363.836] PowerToys version: 0.18.1 PowerToy module for which you are reporting the bug (if applicable): Auto upd...
0
<p dir="auto">import numpy as np<br> from keras.preprocessing.text import Tokenizer<br> from keras.preprocessing.sequence import pad_sequences<br> from keras.utils import to_categorical<br> from keras.models import Sequential<br> from keras.layers import Dense, Embedding, LSTM<br> from keras import optimizers<br> from ...
<p dir="auto">I'm having a weird problem where I am using a doc2vec Embedding layer and even though I'm pumping through unique examples for prediction, a lot of the outputs from the pred_proba method are returning the same prediction.</p> <p dir="auto">Here is the architecture:</p> <p dir="auto">print("Loading Doc2Vec....
0
<p dir="auto">I've come across a strange bug on 64-bit Windows where <code class="notranslate">instanceof</code> does not behave correctly in the browser frame when using it against an object whose prototype inherits from a function defined in a different module under <code class="notranslate">node_modules</code>.</p> ...
<p dir="auto">Minimal test case for this issue is here: <a href="https://github.com/KamilSzot/atom-shell-windows-bash-problem">https://github.com/KamilSzot/atom-shell-windows-bash-problem</a></p> <p dir="auto">Windows bash attempts to use slashes instead of backslashes and that probably interferes somehow with path cal...
1
<p dir="auto">There is <code class="notranslate">check-duplicate-table-enabled</code> in global properties which for single table loading check, I think this is incorrect.</p> <p dir="auto">The logic table names can not same in same logic database.schema in ShardingSphere.</p> <p dir="auto">It should <code class="notra...
<h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">4.0.0-RC</p> <h3 dir="auto">Which project did you use? Sharding-JDBC or Sharding-Proxy?</h3> <p dir="auto">Sharding-JDBC</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">Logic SQL:</p> <div class="highlight highlight-source-sql notran...
0
<p dir="auto">Using bidirectional_dynamic_rnn throws the "ValueError: None values not supported" when you are not specifying the sequence lengths. The error comes from the reverse step, the operator used to reverse the input sequences requires the sequence lengths to be specified. Maybe this should be a required parame...
<p dir="auto">Qualifier: very new to TF, so I may be missing something very obvious. If so, apologies.</p> <p dir="auto">DOCUMENTATION:</p> <p dir="auto">Is a little conflicting:</p> <p dir="auto">"sequence_length: An int32/int64 vector, size [batch_size], containing the actual lengths for each of the sequences." &lt;...
1
<p dir="auto"><a href="https://www.tensorflow.org/versions/r0.11/api_docs/python/state_ops.html#constant_initializer" rel="nofollow">https://www.tensorflow.org/versions/r0.11/api_docs/python/state_ops.html#constant_initializer</a></p> <p dir="auto">On Constant Initializer -&gt; Examples:</p> <p dir="auto">The very lar...
<p dir="auto">The HTML docs for <code class="notranslate">tf.constant_initializer</code> at <a href="https://www.tensorflow.org/versions/master/api_docs/python/state_ops.html#constant_initializer" rel="nofollow">https://www.tensorflow.org/versions/master/api_docs/python/state_ops.html#constant_initializer</a> contain ...
1
<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 numpy as np import pandas as pd import datetime df = pd.DataFrame({'a': [1, np.nan, 5], ...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="24256738" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pa...
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.418] Windows Terminal version: Version: 0.6.2951.0 (MS Store) "><pre lang="none" class="notranslate"><code ...
<p dir="auto">Open a number of tabs. Make the window narrower. Make it wider again.</p> <p dir="auto">It looks like this:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/14316954/67428516-1f8f6680-f593-11e9-95c2-fb701b239c0c.png"><img src="https://...
1
<h3 dir="auto">Bug summary</h3> <p dir="auto">The keyword argument <code class="notranslate">transform</code> of the method ax.plot(...) malfunctions with size of the samples greater than 1000.</p> <p dir="auto">For example, the following script</p> <div class="snippet-clipboard-content notranslate position-relative ov...
<h3 dir="auto">Bug summary</h3> <p dir="auto">I have Windows 10, conda 4.10.3 with Python 3.9.7 and dependencies</p> <p dir="auto">matplotlib-base==3.5.1<br> matplotlib==3.5.1<br> matplotlib-inline==0.1.3<br> numpy==1.21.2<br> numpy-base==1.21.2</p> <p dir="auto">(amongst other installed packages). When I try to create...
0
<p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="849775863" data-permission-text="Title is private" data-url="https://github.com/jump-dev/MathOptInterface.jl/issues/1294" data-hovercard-type="issue" data-hovercard-url="/jump-dev/MathOptInterface.jl/issues/1294/hover...
<h2 dir="auto">MWE (sorry that it involves a heavyweight dependency)</h2> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="using Pkg; Pkg.add(&quot;MixedModels&quot;) using MixedModels using MixedModels: dataset cbpp = dataset(:cb...
1
<p dir="auto">I have been observing that a lot of issues are being created with simply incorrect code. This adds to the bug triaging effort and also doesn't push the newcomer to do analysis and research. It is assumed that FCC is buggy and the code is fine when it is not. There are certainly number of valid bugs but ev...
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/basic-javascript/divide-one-decimal-by-another-with-javascript" rel="nofollow">divide-one-decimal-by-another-with-javascript</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/53...
0
<p dir="auto">First of all I am not sure if this is really a valid issue, as I am not sure if it is the responsibility of typescript but I have an issue with ES3 output.</p> <p dir="auto">In ES3 apparently you cannot do</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-...
<p dir="auto">At work we have an embedded old IE8 engine that Works with ES3, and we have made an implementation of the ES6 Map and Set. Those clases have a <code class="notranslate">delete</code> method, which name is the same as the <code class="notranslate">delete</code> keyword.<br> So the following typescript:</p>...
1
<p dir="auto">I clicked on a row, and cursor appears. I typed some in english, than changed to russian and typed some. Cursor was still visible.<br> Then, I changed keyboard layout back to english and cursor dissapeared.</p> <p dir="auto">Ubuntu 14.04, installed atom from webupd8`s ppa</p>
<p dir="auto">When I hold the Alt key for a second (with the side-effect that the entries in the menu bar are showing up) the cursor disappears. This is really annoying for key-bindings where the alt key is involved.<br> The cursor appears again after pressing a mouse button.</p> <p dir="auto">My ubuntu version is 14.0...
1
<p dir="auto"><strong>Description</strong><br> As an enhancement to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="250651797" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/23901" data-hovercard-type="pull_request" data-hovercard-url="/sy...
<p dir="auto">If you require only the <code class="notranslate">symfony/config</code> component you depend on the <code class="notranslate">symfony/yaml</code> <code class="notranslate">Inline</code> class, which does not show up in the composer <code class="notranslate">require</code> section.</p> <p dir="auto">Here i...
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.18363.900] PowerToys version: v0.19.0 PowerToy module for which you are reporting the bug (if applicable): PowerT...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 2004 (build 19041.329) PowerToys version: current master (0.19 RC) PowerToy module for which you are reporting the bug (if applicable): PT Run"><p...
1
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>close atom</li> <li>open atom</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.172.0<br> <strong>System</strong>: Mac OS X 10.10.2<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error...
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SimyungYang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SimyungYang">@SimyungYang</a> on January 6, 2015 0:47</em></p> <p dir="auto">[Ente...
1
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
<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="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&gt; Please do not submi...
1
<p dir="auto"><strong>Apache Airflow version</strong>: 1.10.10</p> <p dir="auto"><strong>Kubernetes version</strong>: 1.15.11</p> <ul dir="auto"> <li><strong>Cloud provider</strong>: Google Cloud</li> </ul> <p dir="auto"><strong>What happened</strong>:</p> <p dir="auto">After switching DAGs serialization on, "State" co...
<p dir="auto"><strong>Apache Airflow version</strong>: 1.10.10</p> <p dir="auto"><strong>Environment</strong>:</p> <p dir="auto">Docker image <a href="https://github.com/docker-library/python/blob/b818e9441c088295165edf79a791503f1fe7f6f7/3.7/buster/slim/Dockerfile">python:3.7-slim</a>.</p> <p dir="auto"><strong>How to ...
1
<p dir="auto">Here is the illustrative example:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn foo() { { bar('}'); } { bar(']'); } { bar(')'); } }"><pre class="notranslate"><span class="pl-k">fn</span> <span cla...
<p dir="auto">The new path code has a bunch of duplicate code between the posix and windows variants. It should be factored into material in the abstract Path trait, when default methods work.</p>
0
<p dir="auto">by <strong>untheoretic</strong>:</p> <pre class="notranslate">Please find a reasonable way to transport things that can't be (principally) embedded in the source code to some place where they could be found. An (sad) example would be a go-gtk based program that must have a several non-go files for the gt...
<p dir="auto">There are many tools to embed static asset files into binaries:</p> <ul dir="auto"> <li><a href="https://godoc.org/perkeep.org/pkg/fileembed" rel="nofollow">https://godoc.org/perkeep.org/pkg/fileembed</a> / perkeep.org/pkg/fileembed/genfileembed</li> <li><a href="https://godoc.org/github.com/gobuffalo/pac...
1
<h1 dir="auto">Feature request</h1> <h2 dir="auto">Is your feature request related to a problem? Please describe.</h2> <p dir="auto">I'd like to have multiple levels of nested layout.</p> <p dir="auto">For example, the following directory structure:</p> <div class="snippet-clipboard-content notranslate position-relativ...
<p dir="auto">On Safari the page loads and subsequent transition gives fails giving an error in dev console "No router instance found. You should only use "next/router" inside the client side of your app."</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubuserconten...
0
<p dir="auto">deno builin module manager (dmm)</p> <p dir="auto">we know : no need to install js module like in node (npm i ..) when running js/ts code using deno, deno will fetch the module and cach it (if not done) then run it but this don't mean no need for module built in for deno, I think to take real advantage of...
<p dir="auto">Since <code class="notranslate">1.31.2</code> it seems like files in <code class="notranslate">types/</code> are included twice when including using <code class="notranslate">compilerOptions.types</code> in <code class="notranslate">deno.json</code>. First they're checked with <code class="notranslate">.d...
0
<p dir="auto"><code class="notranslate">scipy.ndimage.measurements.label()</code> has the following lines:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" # Use 32 bits if it's large enough for this image. # _ni_label.label() needs two...
<p dir="auto">Not sure if this is a bug more an additional check / documentation issue but <code class="notranslate">interpolate.interp1d</code> gives an unexpected results with non-monotonic x data e.g. <code class="notranslate">x=[1, 2, 2, 3], y=[1, 2, 3, 4]</code> using the defaults. Trying the same with any of the ...
0
<h2 dir="auto">Bug Report</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I would like to work on a fix!<br> i would but laziness you know</li> </ul> <p dir="auto"><strong>Current behavior</strong><br> In the newly released Webp...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> A clear and concise description of the behavior.<br> When using Babel with <code class="notranslate">useBuiltIns: "usage"</code> and <code class="notranslate">corejs: 3</code> I am getting the error "Const must be initialized error" in I...
0
<ul dir="auto"> <li>VSCode Version: 1.2.0 Insider</li> <li>OS Version: Windows 10</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>open the terminal panel</li> <li>type some text</li> <li>press Escape</li> </ol> <p dir="auto">What happens: the text is removed (that's expected), and the terminal pane...
<p dir="auto">Integrated terminal master issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="117735786" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/143" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/143/ho...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1626" rel="nofollow">http://projects.scipy.org/scipy/ticket/1626</a> on 2012-03-22 by trac user berntl, assigned to unknown.</em></p> <p dir="auto">If I write a wav file to disk using scipy.io.wavfile.write, and then read it again, the fi...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1585" rel="nofollow">http://projects.scipy.org/scipy/ticket/1585</a> on 2012-01-14 by trac user richli, assigned to unknown.</em></p> <p dir="auto">I recorded some sound with Audacity and then exported it using the default options to a 16...
1
<h4 dir="auto">Describe the bug</h4> <p dir="auto">Running existing packages/programs with the latest release of 0.23.0 gives an import error on <code class="notranslate">MaskedArray</code>.</p> <p dir="auto">Bounding the requirements to <code class="notranslate">&lt; 0.23.0</code> resolves this issue, but then it reve...
<p dir="auto">In scikit-learn 0.23.0:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; import skopt Traceback (most recent call last): File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt; File &quot;venv/lib/python3.6/site-...
1
<p dir="auto">More of a feature request. It would be really nice if there were generic drop-downs. They would be useful for options and configuration buttons/cog wheels.</p> <p dir="auto">Instead of attaching them to tabs/nav, they could also be using for small buttons a la Google +</p>
<p dir="auto">Quite simply, the nav-list's active list-item can be rather off if you enter a page at any other point besides the very top.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/5b9d77acbf25ef43ed132939fcaf418abe002d699729688a4210e52a33603efa/687...
0
<p dir="auto">I am building react js app based on nextjs boilerplate.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this r...
<h1 dir="auto">Examples bug report</h1> <h2 dir="auto">Example name</h2> <p dir="auto">Lazy Loading Modules<br> <a href="https://github.com/zeit/next-learn-demo.git">https://github.com/zeit/next-learn-demo.git</a><br> Step : E2-lazy-loading-modules</p> <h2 dir="auto">Describe the bug</h2> <p dir="auto">npm run dev caus...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2> <p dir="auto">Add an op that performs 'and' and 'or' on a bitwise level.<br> For example:</p> <p dir="auto"><code class="notranslate">a = torch.LongTensor(...
<p dir="auto">In cudnn rnn backend, setDropoutDescriptor is called at every step:<br> <a href="https://github.com/pytorch/pytorch/blob/master/torch/backends/cudnn/__init__.py#L220">https://github.com/pytorch/pytorch/blob/master/torch/backends/cudnn/__init__.py#L220</a><br> which means that rng states will be re-initial...
0
<p dir="auto">popover is getting wrong position when within a row-fluid with less than 1200px grid size</p>
<p dir="auto">congrats on releasing 2.3.0!<br> I was checking out some of the docs and saw that <a href="http://twitter.github.com/bootstrap/javascript.html#tooltips">tooltips data-placement</a> is not working correctly. I think its because of the one pull request that makes options set in javascript override the optio...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/351" rel="nofollow">http://projects.scipy.org/scipy/ticket/351</a> on 2007-01-19 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wnbell/hovercard" data-octo-click="hovercard-link-click" data-oc...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1472" rel="nofollow">http://projects.scipy.org/scipy/ticket/1472</a> on 2011-07-03 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rgommers/hovercard" data-octo-click="hovercard-link-click" dat...
0
<p dir="auto">For a given js file, which contains only a large map such as below -<br> -----------------------‐---------f.js-----------------------‐-------------<br> module.exports = {"A":"1", "B":"2", "C":"3", ...}<br> -----------------------‐--------------------------------‐-------------------</p> <p dir="auto">And w...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> regeneratorRuntime is not defined when running in a browser.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;use strict&quot;; function asy...
0
<ul dir="auto"> <li>VSCode Version: Version 0.10.11 / Build <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/f291f4ad600767626b24a4b15816b04bee9a3049/hovercard" href="https://github.com/microsoft/vscode/commit/f291f4ad600767626b24a4b15816b04bee9a3049"><t...
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/f111fei/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/f111fei">@f111fei</a> on February 23, 2016 6:14</em></p> <p dir="auto">version: 0.10.1...
1
<p dir="auto">React DevTools version: 4.9.0-75726fadfd</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>Install React DevTools into Chrome 86</li> <li>Observe Chrome errors loading source maps for React DevTools.</li> </ol> <p dir="auto">Link to code example:</p> <p dir="auto"><code class="notranslate">No...
<p dir="auto">Describe what you were doing when the bug occurred:<br> 1.<br> 2.<br> 3.</p> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.3.0-3e0967783</p> <p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:159833<b...
0
<p dir="auto">Hi,</p> <p dir="auto">I don't know if it has already been discussed (I suppose it has but cannot find the related issue): is there any plan to add some new placements for popovers like bottom-left, top-right, etc?<br> I have implemented it on my side in tooltip.js / tooltip.less, it is not so intrusive (i...
<p dir="auto">As well as specifying top, right, bottom and left, it would also be useful to be able to specify top-right, top-left, right-top, right-bottom, bottom-right, bottom-left, left-top and left-bottom. Without these options, tooltips/popovers added to elements in the corner of the window will overlap the window...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.30.0, 1.30.1, 1.32.0]</li> <li>Operating System: [Windows 10, CentOS 8]</li> <li>Browser: [Firefox]</li> <li>Other info:<br> Starting with version 1.30.0, when viewportsize is larger than the physical dimensions of a computer display, visual el...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.35]</li> <li>Operating System: [All]</li> <li>Browser: [WebKit]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto"><strong>Link to the GitHub repository with the repro</strong></p> <p dir="auto"><a href="https://githu...
0
<p dir="auto">With scipy 0.13.0.dev-7c6d92e, I get the following failing tests. It looks like we have different definitions of connect components. I haven't had time to investigate whether this is trivial or an actual problem.</p> <pre class="notranslate">================================================================...
<p dir="auto">I appreciate any aid in this issue, and apologize I've missed finding it in a previous issue. I've been getting the following message (I'm running on Mac OS X 10.7):</p> <p dir="auto">Here is the full traceback:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sn...
1
<p dir="auto">Passing invalid inputs to <code class="notranslate">ndarray.flat</code> will raise an error, but after the interpreter finishes there's a reference count error (python attempts to deallocate the integer 7):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet...
<p dir="auto">This is a weird bug that is hard to reproduce because, honestly, we don't know what's causing it. A code I work on at NASA uses f2py in a couple of places. And, say, for me, there is never any problem. But for a growing number of our users, they have an issue where f2py just does not work for them. The sy...
0
<h3 dir="auto">Input Code</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" const tryCatchWrapper = (target) =&gt; async (...targetArgs) =&gt; { try { return target(...targetArgs); } catch (e) { throw errorObj...
<h2 dir="auto">Bug Report</h2> <p dir="auto">The preset seems to think that Android does not support anything and enables every plugin because of <code class="notranslate">"android": "67"</code> support. Chrome for Android should support most features in that version.</p> <p dir="auto">I set up an <a href="https://gith...
0
<p dir="auto">I use webrtc of Electron(3.0.0-beta.6) for video meetting, I can see peer video for chrome,but chrome can't see my video.<br> if config to V8, it's fine,but config h264,it's error.<br> if i use Electron(2.0.7),chrome can see my video,but I can't see other video,but ui is overlapping.</p> <p dir="auto">con...
<p dir="auto">Hi,</p> <p dir="auto">Starting from atom-shell 0.19.2, I am unable to build atom-shell, linking process fails with this kind of error ;</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[982/982] LINK atom FAILED: /usr/bin/clang++ -...
0
<p dir="auto">the nav-collapse class creates a stacked set of links that occlude the navbar-toggle button<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/6b35a472997062a63364d6ae9878d2000ea5863c6b082fd7c4c363d6b0c30141/68747470733a2f2f662e636c6f75642e6769746875622e636f...
<p dir="auto">Hi,<br> I test version 3.0 RC1. I have a problem when I hive my website with my mobile. In Fact when I am on my home page and show my menu I don't hidden this menu. Why ? Because de first item on the nav is "active" and the button (show/hid) is in background.</p> <p dir="auto">I hope that I am clear.</p> ...
1
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.0 (latest released)</p> <h3 dir="auto">Operating System</h3> <p dir="auto">Debian GNU/Linux 10 (buster)</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippe...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.0 (latest released)</p> <h3 dir="auto">Operating System</h3> <p dir="auto">Debian GNU/Linux 10 (buster)</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippe...
1
<p dir="auto">Example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [102]: get_cmap('hot').name Out[102]: u'hot' In [103]: get_cmap('hot', 5).name Out[103]: u'hot' In [104]: get_cmap('inferno').name Out[104]: 'inferno' In [105]: get_cm...
<p dir="auto">Hello,</p> <p dir="auto"><strong>my system:</strong><br> Win10(64), IDE PyCharm, python 3.9(64), numpy 1.19.2, matplotlib 3.2.2 &amp; 3.3.0</p> <p dir="auto">the code below works with mpl 3.2.2 but no longer works with 3.3.0</p> <p dir="auto"><strong>with mpl 3.2.2</strong><br> <a target="_blank" rel="noo...
0
<p dir="auto">In,</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait BitIter { type Iter: Iterator&lt;Item=bool&gt;; pub fn bit_iter(self) -&gt; &lt;Self as BitIter&gt;::Iter; } pub fn test_bad&lt;Sym: BitIter&gt;(s...
<p dir="auto">Take this code:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo { type Value: 'static; } fn require_static&lt;T: 'static&gt;() {} fn takes_foo&lt;F: Foo&gt;() { require_static::&lt;F::Value&gt;() }">...
1
<p dir="auto">Suppose we create an index with the following dynamic mapping in order to indicate that any element starting with 'nested_' should be typed as nested:</p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;test...
<p dir="auto"><strong>Elasticsearch version</strong>: 2.3.3</p> <p dir="auto"><strong>JVM version</strong>: 1.8.0_91</p> <p dir="auto"><strong>OS version</strong>: Ubuntu 14.04</p> <p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:</p> <p dir="auto"><a class="user-ment...
0
<p dir="auto">Although <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="429108530" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/27493" data-hovercard-type="pull_request" data-hovercard-url="/tensorflow/tensorflow/pull/27493/hovercar...
<p dir="auto">NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed.</p> <h3 dir="auto">Environment info</h3> <p dir="auto">Operating System: Ubuntu16.04</p> <p dir="auto">Installed version of CUDA and cuDNN: 8.0 and 5</p> <p dir="auto">Python 2.7.12 (default, Jul 1 2016, 15:12:...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<p dir="auto">AcceLogFilter message creation and last and current check was performing by each time simple date formate object creation. In this version of code I have use the ThreadLocal for each thread wise to create simple date format object instead of each call.</p> <ul class="contains-task-list"> <li class="task-l...
0
<p dir="auto">I started from <a href="https://github.com/zeit/next.js/tree/canary/examples/with-firebase-hosting">this</a> example. Changed nothing more than what is explained in there to get up and running.</p> <p dir="auto">npm run dev works perfectly.<br> npm run serve (firebase local) throws me the following:</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">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
0
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Ginden/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Ginden">@Ginden</a></p> </blockquote> <h3 dir="auto">Bug i...
<p dir="auto">The following snippet:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="(function(x, f = () =&gt; x) { var x; var y = x; x = 2; return [x, y, f()]; })(1)"><pre class="notranslate"><span class="pl-kos">(</...
1
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting"><pre class="notranslate"><code class="notr...
<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 =&...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">pause</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.5.0 (devel ca115b0a...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">copy 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.4.2.0 config...
0
<p dir="auto">It would be great if there was a tool which could pull out and report on the elements of the virtual dom which match a given key. That would really help in tracking down the causes of error messages like "Invariant Violation: flattenChildren(...): Encountered two children with the same key, <code class="...
<p dir="auto">I'd like to have a function that would reset all the state of react to start rendering from scratch again.</p> <p dir="auto">Currently, the code below causes a duplication of virtual dom. The React tab in devtools shows <code class="notranslate">&lt;App /&gt;</code> node twice.</p> <div class="snippet-cli...
0
<p dir="auto">I'm am using <code class="notranslate">styled-components</code> in <strong>Next.js</strong>. When I deploy the app, the first time the UI is rendered, it is unstyled. Only after a refresh does the SSR styles come through and persist.</p> <p dir="auto"><strong>Implementation based on:</strong><br> <a href=...
<p dir="auto">I changed the Next.js config to handle the structure like I wanted but, the generated css file won't load the same way.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const app = next({ dir: './src/', dev })"><pre ...
0
<p dir="auto">In vertically oriented catplot, y axis is always reverted in the rightmost panel.</p> <p dir="auto">seaborn 0.10.1<br> Python 3.7.3<br> Windows</p> <p dir="auto">I created a <code class="notranslate">DataFrame</code> as below:</p> <div class="highlight highlight-source-python notranslate position-relative...
<p dir="auto">Hi everyone, I'm attempting to plot up data like this into a faceted violin plot with split violins:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# Set up faceted data for plotting using catplot sample_data = pd.DataFrame({'row...
1
<p dir="auto"><a href="https://github.com/mapbox/earcut">https://github.com/mapbox/earcut</a></p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jahting/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.c...
<p dir="auto">now three.js support webgl2, so hava any plane to implementation the interface of the webgl2 in task?</p>
0
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/set-the-font-family-of-an-element#?solution=%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%C2%A0%20%20font-family%3AMonospace%3B%0A%20%20%7D%0A%3C%2F...
<p dir="auto">I just completed a Bonfire and before I could share it, I moved on to the next one. If I go back to the previous page, I'd have to copy/paste my code back into the editor and submit it again to get the option to share it again, creating another entry in the profile page with the same solution.</p> <p dir=...
0
<h5 dir="auto">Description of the problem</h5> <p dir="auto">I have created some points using the following code.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" let geometry = new THREE.Geometry(); geometry.vertices.push(new THREE.Vect...
<p dir="auto">The <code class="notranslate">Geometry</code> for a <code class="notranslate">PointCloud</code> object has no <code class="notranslate">faces</code> (it is an empty array). However, <code class="notranslate">JSONLoader.prototype.parse</code> only parses color referenced through the faces. The bit that loo...
1
<h1 dir="auto">Feature request</h1> <h2 dir="auto">Is your feature request related to a problem? Please describe.</h2> <p dir="auto">A clear and concise description of what you want and what your use case is.</p> <p dir="auto">Currently with nextjs9 we can make routes like</p> <div class="snippet-clipboard-content notr...
<p dir="auto">I can’t see any console.log placed on my component methods after upgrading to 2.3.1 when using npm run dev.</p> <p dir="auto">We’re using a custom <code class="notranslate">_document.js</code> and previously included <code class="notranslate">&lt;NextScript /&gt;</code>.<br> We removed <code class="notran...
0
<p dir="auto">Currently, one can set default line properties like color, marker style, line width, etc. with <code class="notranslate">mpl.rcParams</code>. However, the ability to set a default line alpha seems to be missing. It would be great to have <code class="notranslate">'lines.alpha'</code> as a key in the <code...
<h3 dir="auto">Bug summary</h3> <p dir="auto">When you invoke pyplot.show() to show your plot, the plot is not shown but instead crashes Python. This came about when I updated the package 'freetype' in a conda installation, from version 2.10.4 to 2.11.0.</p> <h3 dir="auto">Code for reproduction</h3> <div class="highlig...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Allow searching for app to run by it's executable file name or even English name, especially useful for non-English variants of Windows.</p> <p dir="auto">Personally every time I want to launch Windows Calculator my muscle memory types <code class...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto"><del>Product Launcher should support keyboard layout mapping for all system keyboard layouts, for example:</del></p> <p dir="auto"><del><strong>US Keyboard</strong> ⟶ <strong>Russian Keyboard</strong></del><br> <del><strong>Russian Keyboard</stro...
1
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">I always (since about three days) get this error when install the package.</p> <h3 dir="auto">Reproducing Code Example</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pi...
<p dir="auto">Want to build from source to work on adding a missing distribution (Landau distribution). Following the steps from <a href="https://scipy.github.io/devdocs/dev/dev_quickstart.html" rel="nofollow">here</a>. Using the <em>pip+venv</em> workflow. Already cloned the repo and created the virtual environment, r...
1
<p dir="auto">As suggested below this report is moved to <a href="http://stackoverflow.com/questions/42123253/angular-2-local-development-environment-runs-only-once-after-install-reproducib" rel="nofollow">http://stackoverflow.com/questions/42123253/angular-2-local-development-environment-runs-only-once-after-install-r...
<p dir="auto">If I write something like this:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;tbody *ngFor=&quot;#item of [1,2,3]&quot; myTableRow&gt;&lt;/tbody&gt;"><pre class="notranslate"><span class="pl-kos">&lt;</s...
0
<h5 dir="auto">Description of the problem</h5> <p dir="auto">Feature request: Add <code class="notranslate">modelViewProjection</code> matrix to all shaders as a global uniform. Right now every vertex shader I see using three js has to do a <code class="notranslate">projectionMatrix * modelViewMatrix</code> in order to...
<p dir="auto">Right now shaders do this to transform a vertex:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );"><pre class="notranslate"><code class="notranslate">gl_Posi...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=bacsik" rel="nofollow">Paul Bacsik</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5578?redirect=false" rel="nofollow">SPR-5578</a></strong> and commented</p> <p dir="auto"><code class="notranslate">@Autowired</cod...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sivabbl" rel="nofollow">Sivakumar</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4844?redirect=false" rel="nofollow">SPR-4844</a></strong> and commented</p> <p dir="auto">Can any send the replacment method for t...
0
<p dir="auto">We need the equivalent of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="316364303" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/20770" data-hovercard-type="pull_request" data-hovercard-url="/pandas-dev/pandas/pull/20770...
<p dir="auto">This is similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="63471029" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/9697" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/9697/hovercard" hre...
0
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://github.com/lusarz/scoped-css-inheritance-issue">https://github.com/lusarz/scoped-css-inheritance-issue</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>Create generic component (<a...
<p dir="auto">I know you can access transition hooks by:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Vue.transition('fade', { beforeEnter (el) { console.log('beforeEnter', el) }, enter (el) { console.log('enter', el) }, af...
0
<p dir="auto">In some situations we would like to use kubernetes without needing a docker registry. We store images on a shared nfs file system by using <code class="notranslate">docker export -o container.tar some-container</code>. On docker hosts we then import that image using <code class="notranslate">docker import...
<p dir="auto">This would make distribution of cluster components packaged in docker images much easier. Right now component images are downloaded in tarfile format and unpacked by salt/bash. This should be a concern of cluster deployment but is currently entangled with node deployment. We should support this in the nod...
1
<p dir="auto">I have a problem with my flutter application. On iOS, everytime I launch it, I see a black screen for 1-2 seconds before my first screen can be loaded. The behaviour is like the one showed in <a href="https://www.youtube.com/watch?v=EpB_AdekLNc&amp;feature=youtu.be" rel="nofollow">video</a></p> <p dir="au...
<p dir="auto">I am trying to figure out this blank screen that shows up between the LaunchImage and my app's first screen. Has anyone noticed that. this is the code I wrote for a simple test.</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-c...
1
<p dir="auto">Consider the case of someone who wishes to test out a package built in a WIndows configuration on a Linux machine (using WINE.) To do so one should be able to pass in <code class="notranslate">--cfg 'target_os = "win32"'</code> and have it override the existing target_os. Suprisingly, instead both configu...
<p dir="auto">Normally, I build stage1 rustpkg to save time. With <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/833ed21f87e1994ec76a757f3cbf2b8deedf55e1/hovercard" href="https://github.com/rust-lang/rust/commit/833ed21f87e1994ec76a757f3cbf2b8deedf55e1">...
0
<p dir="auto">I had a problem earlier when trying to scrape a site. I thought there was an issue with requests elsewhere but It turned out that I had to include the cookies from the headers as an argument in <code class="notranslate">scrapy.FormRequest()</code>. What is the reasoning behind this? Because, when using <c...
<p dir="auto">I am new in scrapy, and I meet some problems which I can not get answer from google, so I post it here:</p> <p dir="auto">1 Cookie not work even set in DEFAULT_REQUEST_HEADERS:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DEFAU...
1
<ul dir="auto"> <li>Electron version: 0.37.2 &amp; 0.35.5</li> <li>Operating system: OSX 10.11</li> </ul> <p dir="auto">Part of the stack trace:<br> Responsible: Electron [25499]<br> User ID: 502</p> <p dir="auto">Date/Time: 2016-03-25 17:01:48.270 +0200<br> OS Version: Ma...
<p dir="auto">Hello,</p> <p dir="auto">I tried to add auto-updating to a project, but I get the following error: <code class="notranslate">Electron[2596:20416] -[__NSCFNumber length]: unrecognized selector sent to instance 0x1505b49b61437</code>, with Electron v0.33.7 packaged using <code class="notranslate">electron-p...
1
<p dir="auto">The CylinderBufferGeometry constructor produces doubled vertices and normals in the places where a ring is closed. This could result in wrong shading (one non-smoothed edge), in the screenshot only for demonstrating purposes forced by a call of computeVertexNormals().</p> <p dir="auto"><a target="_blank" ...
<p dir="auto">We have two files named <code class="notranslate">Vector3.js</code> in the project. Plus a lot of other duplicates.</p> <p dir="auto">Does it make sense to name them differently?</p> <p dir="auto">I find myself searching for <code class="notranslate">Vector3.js</code> and getting a file different than the...
0
<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/manniL/vue-server-renderer-falsy-styles-bug/">https://github.com/manniL/vue-server-renderer-falsy-styles-bug/</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>Clone repo...
<p dir="auto">In the following example, slot1 is getting inserted twice. Is this normal?<br> Any idea why it's behaving like this?</p> <p dir="auto"><a href="https://jsfiddle.net/6tc2wzne/" rel="nofollow">https://jsfiddle.net/6tc2wzne/</a></p>
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[BeforeEach] [k8s.io] Kubectl client /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework.go:101 STEP: Creating a kubernetes client Mar 16 12:19:35.383: INFO: &gt...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/8301/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/8301/</a></p> <p dir="auto">Failed: [k8s.io] Kubectl client [k8s.io] Update Demo should do a rolling update...
1
<h3 dir="auto">Input Code</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class function_proxy extends Function { constructor () { super([], &quot;return 1&quot;); } } let a = new function_proxy(); console.log(a instanceof function_pro...
<p dir="auto">I have tested this input code in chrome and your compiled code also and discovered an issue. I have described that issue in the comments in the following code.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class B...
1
<h1 dir="auto">EDIT by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hzoo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hzoo">@hzoo</a>: make sure babel-core is &gt;= 6.26.0, and in general keep the babel deps...
<h1 dir="auto">v7 Regression</h1> <p dir="auto"><strong>Describe the regression</strong><br> When I want to upgrade my project to use Babel V7 with suggest way, my project can't upgrade successfully with some error code.</p> <p dir="auto">my Babel Configuration :</p> <div class="highlight highlight-source-js notranslat...
0
<p dir="auto">Is the following intended or a bug?<br> I was surprised, because changing <code class="notranslate">1:4</code> to <code class="notranslate">:</code> changed the output type. I expected to see the same vector of vectors in both cases.</p> <div class="snippet-clipboard-content notranslate position-relative ...
<p dir="auto">After downloading the official dmg from the website, I was surprised to find that the test suite does not pass on aarch64-darwin (aka M1 aka apple silicon aka macOS on ARM etc). I ran <code class="notranslate">bin/julia --check-bounds=yes --startup-file=no --depwarn=error share/julia/test/runtests.jl</cod...
0
<p dir="auto">In the latest update (Version 0.10.3 (0.10.3) on Mac ), typing a number with a decimal autocompletes suggestions for other libraries in tsd.d.ts.</p> <p dir="auto">Example attached shows attempt to type "0.1" and "1.1"</p> <p dir="auto">"Power0" autocompletes with ease from tweenMax</p> <p dir="auto">Seem...
<p dir="auto">I have custom key bindings like these</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ &quot;key&quot;: &quot;;&quot;, &quot;command&quot;: &quot;^acceptSelectedSuggestion&quot;, &quot;when&quot;: &quot;editorTextFocus &amp;&amp...
1
<ul dir="auto"> <li>Electron Version: 3.0.0-beta.1</li> <li>Operating System (Platform and Version): MacOS High Sierra (10.13.4)</li> <li>Last known working Electron version: 2.0.3</li> </ul> <p dir="auto"><strong>To Reproduce</strong></p> <ol dir="auto"> <li>Add `titleBarStyle: 'hidden' as option while creating a new ...
<p dir="auto">The other issue is tagged V7 so I'm creating this for visibility.<br> Link: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="516695919" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/20933" data-hovercard-type="issue" data-h...
0
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https:...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report =&gt; search github for a similar issue or PR before submitting [x] feature request [ ] support request =&g...
0
<p dir="auto">After some debugging in my application, I came across a peculiar bug. If you set <code class="notranslate">castShadow = false</code> on a <code class="notranslate">Mesh</code> and use <code class="notranslate">VSMShadowMap</code> - the shadow is still being drawn. If you use <code class="notranslate">PCF...
<p dir="auto">Hi there,</p> <p dir="auto">I found that <code class="notranslate">renderer.shadowMap.type=VSMShadowMap</code> seems to have an issue in regards to 3D objects which are set to receiveShadow=true and castShadow=false.</p> <p dir="auto">In this fiddle you can see<br> <a href="https://jsfiddle.net/Thor_Bux/g...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kwalton" rel="nofollow">Kaleb Walton</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3698?redirect=false" rel="nofollow">SPR-3698</a></strong> and commented</p> <p dir="auto">Please add the ability to set a default...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sslavic" rel="nofollow">Stevo Slavić</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7772?redirect=false" rel="nofollow">SPR-7772</a></strong> and commented</p> <p dir="auto">Please change logging level to info in ...
0
<p dir="auto">ref: <a href="https://travis-ci.org/scikit-learn/scikit-learn/builds/392640200" rel="nofollow">https://travis-ci.org/scikit-learn/scikit-learn/builds/392640200</a></p> <p dir="auto">Looks like due to pending deprecation warnings:</p> <blockquote> <p dir="auto">AssertionError: Got warnings when calling fit...
<p dir="auto">We are getting many warnings like <code class="notranslate">PendingDeprecationWarning('the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.</...
1
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">The function <code class="notranslate">scipy.stats.nbinom.logcdf</code> returns wrong results for some arguments. By trying out (and looking at the implementation), this seems to happens when the input arguments would lead to an array result that mixes values large...
<p dir="auto">I am trying to install scipy under pypy on macOS Catalina (MacBook Pro late 2013). However, when I run <code class="notranslate">$ pip_pypy3 install scipy</code> it fails to build. I installed pypy using homebrew and it seems to work fine otherwise. Numpy is working too, even though its installation gave ...
0
<p dir="auto"><em>ModuleNotFoundError: No module named 'werkzeug.wrappers.etag' <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1306025055" data-permission-text="Title is private" data-url="https://github.com/apache/superset/issues/20723" data-hovercard-type="issue" data-hovercard-ur...
<p dir="auto">I installed Superset 2.0.0 via pip. I get the following error when running <code class="notranslate">superset</code> after installation:</p> <div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ superset ... Module...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2> <p dir="auto">automatically inferring the input size after the first forward pass</p> <h2 dir="auto">Motivation</h2> <p dir="auto"><a href="https://mxnet....
<h2 dir="auto">Motivation</h2> <p dir="auto">There’s a lot of cases in framework design where we want to be able to treat components like lego blocks when building various model architectures. The following case studies in PyText are the 90% common cases, not the exceptions, ie. most people build models from these arch...
1
<p dir="auto">hello<br> I've found a bug that causes posts to be deleted when the terminal window is shrunk and stretched. Is there any way to fix this?<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/55746374/67385313-e2949580-f5cd-11e9-8266-4399bad99687.PNG"><...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Windows 10.0.18363.476 Windows Terminal version (if applicable): Windows Terminal Preview v0.6.2951.0 ColorTool v1.0.1904.29002"><pre lang="none"...
0