text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">There's no e2e test for dynamic volume provisioning AFAICT.</p> <p dir="auto">Also, on Ubernetes-Lite, we should verify that a dynamically provisioned volume gets zone labels.</p>
<p dir="auto">I'm excited to see that auto-provisioned volumes are going to be in 1.2 (even if in alpha), but AFAICT there's no e2e coverage yet.</p>
1
<h4 dir="auto">Describe the bug</h4> <p dir="auto">There is an issue when using <code class="notranslate">SimpleImputer</code> with a new Pandas dataframe, specifically if it has a column that is of type <code class="notranslate">Int64</code> and has a <code class="notranslate">NA</code> value in the training data.</p>...
<h4 dir="auto">Describe the bug</h4> <p dir="auto"><a href="https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html#missing-data-na" rel="nofollow">Starting from pandas 1.0, an experimental pd.NA value (singleton) is available to represent scalar missing values. At this moment, it is used in the nulla...
1
<h3 dir="auto">Describe the issue:</h3> <p dir="auto">numpy 1.20 <a href="https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations" rel="nofollow">encouraged</a> specifying plain <code class="notranslate">bool</code> as a dtype as an equivalent to <code class="notranslate">np.bool_</code>, but these aliases don...
<p dir="auto">Back in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="737189661" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/17719" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/17719/hovercard" href="https://gith...
1
<p dir="auto">When I run <code class="notranslate">flutter test --coverage</code> on <code class="notranslate">https://github.com/dnfield/flutter_svg</code>, I eventually get this output over and over again:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-co...
0
<p dir="auto">You need to double-transpose vectors to make them into 1-column matrices so that<br> you can add them to 1-column matrices or multiply them with one-row matrices (on<br> either side).</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; X = [ i^2 - j | i=1:10, j=1:10 ]; julia&gt; typeof(X) Array{Int64,2} julia&gt; X[:,1] 10x1 Int64 Array 0 3 8 15 24 35 48 63 80 99 "><pre class="notranslate"><code class="notransla...
1
<p dir="auto">React v16.3 context provided in <code class="notranslate">pages/_app.js</code> can be consumed and rendered in pages on the client, but is undefined in SSR. This causes React SSR markup mismatch errors.</p> <p dir="auto">Note that context can be universally provided/consumed <em>within</em> <code class="n...
<p dir="auto">Relates to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="240012766" data-permission-text="Title is private" data-url="https://github.com/vercel/next.js/issues/2438" data-hovercard-type="issue" data-hovercard-url="/vercel/next.js/issues/2438/hovercard" href="https://gi...
0
<p dir="auto">In Bootstrap 3.0.3, when I use the "table table-condensed table-bordered table-striped" classes on a table, the table-striped defeats all the table contextual classes (.success, .warning, .danger, .active) in its rows or cells.</p> <p dir="auto">When only the table-striped class is removed, the contextual...
<p dir="auto">i have table with class .table-striped. it has 3 rows with tr.danger. only the middle one is red, the other two are default color.</p> <p dir="auto">when i remove .table-striped, it works correctly</p>
1
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.9.0-dev / nightly (1.9.0-dev.20160311)</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="class ModelA&lt;T extends BaseD...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.0</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="interface Class&lt;T&gt; { new(): T; } declare function create...
1
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Ran the Hello World guide, the app crashes when i run it in debug mode. But then i can start app the app normally and everything works fine, but i could not find a way to attach a debugger.</p> <p dir="auto">I am using a tablet: Lenovo TB3 710I</p> <h2 dir="auto">Log...
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>cd <code class="notranslate">/examples/hello_world/</code></li> <li>connect a physical Android device</li> <li><code class="notranslate">flutter run</code></li> </ol> <p dir="auto">Output:</p> <div class="snippet-clipboard-content notranslate position-relative ...
1
<p dir="auto">deno: 0.21.0<br> v8: 7.9.304<br> typescript: 3.6.3</p> <p dir="auto">Run this code in both node.js and deno:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let o = {}; o.a = 1; o.b = 2; o.c = 3; o.d = 4; o.e = 5; o.f = 6; console...
<p dir="auto">Match colors and semantics.</p> <p dir="auto">node's stringify has been tweaked and optimized over many years, changing anything is likely surprising in a bad way.</p>
1
<p dir="auto">Julia has kick ass features for computation.<br> However what is the point of computing so much if the data cannot be visualized/inspected ?</p> <p dir="auto">Current 2d plotting capabilities are nice, but no real matlab/scilab/scipy competitor would be credible without some kind of 3d plotting.</p> <p ...
<p dir="auto">I would like to discuss moving the Julia buildbots to something more maintainable than <code class="notranslate">buildbot</code>. It's worked well for us for many years, but the siloing of configuration into a separate repository, combined with the realtively slow pace of development as compared to many ...
0
<p dir="auto">Hi,</p> <p dir="auto">If I use a custom distDir:</p> <ul dir="auto"> <li>the following error appears in the console: <code class="notranslate">http://myUrl/_next/-/page/_error</code> / 404 not found</li> <li>hot reloading does not work properly anymore</li> </ul> <p dir="auto">If I go back to the default,...
<p dir="auto">I cannot get the custom distDir to work. Whenever I add a next.config.js file and set the distDir as described in the documentation</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="module.exports = { distDir: 'buil...
1
<p dir="auto">Worked around in CI by pinning to 1.8.5, see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="426708741" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/9987" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1889" rel="nofollow">http://projects.scipy.org/scipy/ticket/1889</a> on 2013-04-10 by trac user avneesh, assigned to unknown.</em></p> <p dir="auto">Hello all,</p> <p dir="auto">I notice a somewhat bizarre issue when constructing sparse m...
0
<p dir="auto">With version 3.1.0, the HintManagerHolder.clear method is executed each time SQL is executed?</p> <p dir="auto">When using HintShardingAlgorithm, you need to set HintManagerHolder before executing SQL. I execute multiple SQL in Dao, or execute multiple Dao methods in a service. I want to set HintManagerHo...
<h2 dir="auto">Question</h2> <p dir="auto">Why DriverJDBCExecutor#executor do not handle the error result of branch thread execution?<br> DriverJDBCExecutor#executor:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/43204877/177512854-6437ce45-89f5...
0
<p dir="auto">Hi</p> <p dir="auto">I have a select box that has to contain the following options. Mention the same label for the options "audi" and "ford".</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;select&gt; &l...
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>no</td> </tr> <tr> <td>Feature request?</td> <td>yes</td> </tr> <tr> <td>BC Break report?</td> <td>?</td> </tr> <tr> <td>RFC?</td> <td>?</td> </tr> <tr> <td>Symfony version</td> <td>3.2.7</td> </tr> </tbody> </t...
0
<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...
<p dir="auto">Hi:<br> my program have bug in these code line:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" word_embeddings = tf.scatter_nd_update(var_output, error_word_f, sum_all) word_embeddings_2 = tf.nn.dropout(wor...
0
<p dir="auto"><a href="https://babeljs.io/repl/#?experimental=true&amp;evaluate=true&amp;loose=false&amp;spec=false&amp;playground=false&amp;code=%40test(()%20%3D%3E%20123)%0Aclass%20A%20%7B%7D%0A%0A%40test(()%20%3D%3E%20%7B%20return%20123%20%7D)%0Aclass%20B%20%7B%7D%0A%0A%40test(function()%20%7B%20return%20123%20%7D)%...
<p dir="auto">Compare the output of these two to show the difference.</p> <p dir="auto"><a href="https://babeljs.io/repl/#?experimental=true&amp;evaluate=true&amp;loose=false&amp;spec=false&amp;code=%40decorate((arg)%20%3D%3E%20null)%0Aclass%20Example1%20%7B%0A%7D%0A%0A%40decorate(arg%20%3D%3E%20null)%0Aclass%20Example...
1
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/css-flexbox/using-the-justifycontent-property-in-the-tweet-embed" rel="nofollow">using-the-justifycontent-property-in-the-tweet-embed</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537...
<p dir="auto">Challenge [Steamroller](<a href="https://www.freecodecamp.com/challenges/steamroller" rel="nofollow">https://www.freecodecamp.com/challenges/steamroller</a> has an issue.</p> <p dir="auto"><strong>User Agent is</strong>:<br> <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_0) AppleWe...
0
<p dir="auto">Hi,</p> <p dir="auto">Just installed deno and try to run welcome.ts file which is mentioned in docs, i am facing this issue. Details are below.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="D:\deno&gt;deno run https://deno.land/...
<p dir="auto">There should be a way to allow insecure https requests, using <code class="notranslate">window.fetch()</code> for example.<br> It should disable certificate validation for all requests made from the program.</p> <p dir="auto">As of implementation, there are two optoins that come to my mind: environment va...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">When props.animated is true, Popover calls setState from within a setTimeout.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// in componentWillReceiveProps if (nextProps.ani...
<h2 dir="auto">Problem Description</h2> <p dir="auto">On occasion clicking the SelectField will result in the label text disappearing and the dropdown menu not displaying. Clicking the SelectField again will cause the label text to reappear and clicking again brings up the dropdown menu as expected. The dropdown seems...
1
<p dir="auto">We need a shorcut for move windows aplications to another virtual desktop. I use MoveToDesktop by Eun: <a href="github.com/Eun/MoveToDesktop">MoveToDesktop</a>, <del>but it cannot be configured</del>.</p> <p dir="auto">This tool provide combination for move application to next virtual desktop using "win+a...
<p dir="auto">Such as press twice 'Alt' to open PowerToys Run, Alfred can do this, this is powerful, and will help people who want to migrate from MacOS just like me, thanks.</p>
0
<h4 dir="auto">Twitch TV challenge</h4> <p dir="auto"><a href="https://www.freecodecamp.com/challenges/use-the-twitchtv-json-api" rel="nofollow">https://www.freecodecamp.com/challenges/use-the-twitchtv-json-api</a></p> <h4 dir="auto">Issue Description</h4> <p dir="auto">Your example site <a href="https://codepen.io/Fre...
<h4 dir="auto">Challenge Name</h4> <p dir="auto"><a href="https://www.freecodecamp.com/challenges/use-the-twitchtv-json-api" rel="nofollow">https://www.freecodecamp.com/challenges/use-the-twitchtv-json-api</a></p> <h4 dir="auto">Issue Description</h4> <p dir="auto">JSONP calls to the channels API result in a bad requ...
1
<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" checked=""> I would like to work on a fix!</li> </ul> <p dir="auto"><strong>Current behavior</strong><br> A clear and concise description of the behavior.</...
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/also/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/also">@also</a></p> </blockquote> <h3 dir="auto">Bug informa...
0
<p dir="auto">Hello,</p> <p dir="auto">I've been creating notifications with <a href="https://github.com/electron/electron/blob/master/docs/tutorial/desktop-environment-integration.md#notifications-windows-linux-macos">https://github.com/electron/electron/blob/master/docs/tutorial/desktop-environment-integration.md#not...
<p dir="auto">It would be really great if Electron supported the "notification actions" feature added in Chrome 48:</p> <p dir="auto"><a href="https://www.chromestatus.com/features/5906566364528640" rel="nofollow">https://www.chromestatus.com/features/5906566364528640</a><br> <a href="https://developers.google.com/web/...
1
<h3 dir="auto">Description</h3> <p dir="auto">Ability to clear or mark task groups as success/failure and have that propagate to the tasks within that task group. Sometimes there is a need to adjust the status of tasks within a task group, which can get unwieldy depending on the number of tasks in that task group. A gr...
<h3 dir="auto">Description</h3> <p dir="auto">Hi,</p> <p dir="auto">It would be very interesting to be able to filter DagRuns by using the state field. That would affect the following methods:</p> <ul dir="auto"> <li>/api/v1/dags/{dag_id}/dagRuns</li> <li>/api/v1/dags/~/dagRuns/list</li> </ul> <p dir="auto">Currently a...
0
<pre class="notranslate">Profiling vet on a large corpus shows about &gt;10% time spent in syscalls initiated by gcimporter.(*parser).next. Many of these reads are avoidable; there is high import overlap across packages, particularly within a given project. Concretely, instrumenting calls to Import (in gcimporter.go) ...
<pre class="notranslate">Currently gc generates the following code: var s1 string 400c19: 48 c7 44 24 08 00 00 movq $0x0,0x8(%rsp) 400c22: 48 c7 44 24 10 00 00 movq $0x0,0x10(%rsp) s2 := "" 400c2b: 48 8d 1c 25 20 63 42 lea 0x426320,%rbx 400c33: 48 8b 2b mov (%...
0
<p dir="auto">In the bonfire problem, it states:</p> <blockquote> <p dir="auto">Return the number of total permutations of the provided string that don't have repeated consecutive letters.<br> For example, 'aab' should return 2 because it has 6 total permutations, but only 2 of them don't have the same letter (in this ...
<p dir="auto">I selected the buttons as checked but the waypoint is not noticing that the buttons are checked.</p>
0
<p dir="auto">Typscript typings for ChipProps includes tabIndex of type: number | string which is incompartible with the overriding tabIndex property extended from HTMLElement via HTMLDivElement.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-...
<p dir="auto">When use the Card component and also SSR, React 16 gives the following message:</p> <blockquote> <p dir="auto">Did not expect server HTML to contain a &lt;div&gt; in &lt;div&gt;.</p> </blockquote> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="...
0
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project...
<p dir="auto">Detected in CI: <a href="https://app.circleci.com/pipelines/github/electron/electron/31161/workflows/e022a2a8-d5fb-47b4-806f-84f69ecf0a8a/jobs/686542" rel="nofollow">https://app.circleci.com/pipelines/github/electron/electron/31161/workflows/e022a2a8-d5fb-47b4-806f-84f69ecf0a8a/jobs/686542</a></p> <div cl...
1
<p dir="auto">I am trying to figure out how to center an item in the navbar. I would essentially like to be able to have two navs, one left and one right. Then have an element (logo or CSS styled div) in the middle of the nav. It would be nice to have something similar to .pull-right, a .pull-center or something to ass...
1
<p dir="auto">Is there a supported way to write an image using the <a href="https://github.com/atom/atom-shell/blob/master/docs/api/clipboard.md"><code class="notranslate">clipboard</code></a> API? I've tried writing a data URL using <code class="notranslate">writeText</code> (similar to <a href="https://developer.mozi...
<p dir="auto">Is it possible to use <code class="notranslate">clipboard.read()</code> to access an image copied to OS X's pasteboard?</p>
1
<pre class="notranslate">Hi, again a bug which doesn't need fixing right now, but in a long run. It would be good to be more FHS and distributions friendly, that means at least: - honor libexecdir (binary architecture files) and datadir (documentation, etc.) - allow to have standard library files to be read only (m...
<pre class="notranslate">What steps will reproduce the problem? 1. visit the documentation for any type (e.g. <a href="http://golang.org/pkg/net/http/#CanonicalHeaderKey)" rel="nofollow">http://golang.org/pkg/net/http/#CanonicalHeaderKey)</a> 2. click on the title of the section, to go see the corresponding code What ...
0
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Destructuring DefinePlugin variables causes runtime error <code class="notranslate">Uncaught ReferenceError: process is not defined</code></p> <p dir="auto"><strong>If the current behavior is a bug, please ...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Hi, I am working with webpack 4 and yarn berry workspaces.</p> <p dir="auto">whenever I try to import a "package (workspace)" the browser console gives me a warning:</p> <p dir="auto">"export 'IAppError' wa...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: playwright-chromium@1.2.1</li> <li>Operating System: Windows 10 Build 18363.900</li> <li>Node.js version: 12.18.3</li> <li>Browser: MS Edge Chromium Version 84.0.522.52 (Official build) (64-bit)</li> </ul> <p dir="auto"><strong>Code Sn...
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li> <p dir="auto">Playwright Version: tested on versions 1.6.1, 1.3.0 and 1.4.0</p> </li> <li> <p dir="auto">Operating System:<br> Edition Windows 10 Enterprise<br> Version 20H2<br> Installed on ‎8/‎20/‎2020<br> OS build 19042.630<br> Experience Windows Featu...
1
<p dir="auto">I'm not super awesome at Python, so I'd appreciate any help you can provide to help nail down this issue.</p> <p dir="auto">Newer versions of Python 3 on Windows appear to have an issue when doing an ssl handshake. This appears to be a problem with urllib3 on Windows python packages only. I was able to su...
<p dir="auto">I'm getting a strange error when using Requests in Python 3.3 (other flavors of Python 3 do not get this error):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;C:\Python33\lib\site...
1
<p dir="auto">The current implementation of autowiring seems to force unnecessary coupling and to be instable in case of change in a vendor's service implementation.</p> <p dir="auto">Example 1:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="i...
<p dir="auto">With a fresh 4.1.1 install, I override the framework's router:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="namespace App\Service; use Symfony\Bundle\FrameworkBundle\Routing\Router; class AdminRouter extends Router { }"><pre cl...
0
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">When the <code class="notranslate">hybr</code> method doesn't converge, it may sometimes report erroneously <code class="notranslate">success = True</code>. For example, looking at the function <math-renderer class="js-inline-math" style="display: inline" data-stat...
<p dir="auto">Running</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from scipy.optimize import root print(root(lambda x: (x - 1) ** 2 - 1, 1)) print(root(lambda x: (x - 1.6667898)**2 - 2, 1.66678977))"><pre class="notranslate"><code class="no...
1
<h5 dir="auto">Description of the problem</h5> <p dir="auto">There seems to be a bug when copying from a buffer geometry into another existing buffer geometry, which causes groups to be appended, instead of replaced.<br> I don't think this is working as intended.<br> <a href="https://github.com/mrdoob/three.js/blob/mas...
<p dir="auto">I was loading an .obj with ~70k vertices, and it was taking ~20s to load the model. The slowness was being caused by <code class="notranslate">mergeVertices</code> call here:</p> <p dir="auto"><a href="https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/OBJMTLLoader.js#L101">https://github....
0
<p dir="auto">I think this should be marked as feature request, but it's not as much a request as a curious question (and a scream of pain, yes). From now on I'm going to talk about neo4j-embedded API, not Cypher.</p> <p dir="auto">Since most methods on most entities return Iterables or Iterators, further processing of...
<p dir="auto">when our neo4j backup runs daily, it seems to be generating inconsistency checker report files in the /root folder filling up space</p> <p dir="auto"><strong>Neo4j Version:</strong> 3.5.7<br> <strong>Operating System:</strong> Ubuntu 18.04.2 LTS</p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> ...
0
<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...
<p dir="auto">Heya!</p> <p dir="auto">We downloaded the server backend for the custom bootstrap builds. I would like to add a custom prefix as a field to the customizer frontend.</p> <p dir="auto">In general, would you merge a PR for the customizer frontend and the node backend with the possibility to prefix the css cl...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.2.0 config file = /etc/ansible/ansible.cfg configured module search path = ...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ec2_group</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.0.0 config fil...
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.19041.264 PowerToys version: 0.18.2 PowerToy module for which you are reporting the bug (if applicable): FanzyZones (Keyboard Manager?)"><pre...
<p dir="auto">KBM currently does not always work consistenly with FZ and Shortcut guide if the Win key is remapped. The current workaround for a user would be to disable and enable KBM (since this will restart the hook), however we should automatically do this for v1.</p>
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.0.0 config file = /path/to/whatever/ansible.cfg configured module search ...
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">Feature Idea</p> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ssh control persist</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">2.0</p> <h5 dir="auto">SUMMARY</h5> <p dir="auto">When trying to use the ec2 plugin, ssh fails with this error:</p> <p dir="auto"><code...
1
<p dir="auto">Currently applications are not staying in the fancy zones, when the monitor is powered off and on again.<br> All applications pile up in the upper left corner.</p> <p dir="auto">Would be nice to keep the state/position of the applications after the screen is powered again. Same as when the computer is ret...
<p dir="auto">This was mentioned in the README so I'm creating the issue as it sounds like a neat idea to me</p> <p dir="auto">I'm assuming this would allow for more flexible window arrangements than the current quadrant snapping, etc.</p>
1
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">Allow resolution of promises inside templates.</p> <h3 dir="auto">What does the proposed API look like?</h3> <p dir="auto"><code class="notranslate">{{ await someFunction(value) }}</code></p>
<h3 dir="auto">Version</h3> <p dir="auto">2.3.4</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://github.com/geekdada/vue-hackernews-2.0">https://github.com/geekdada/vue-hackernews-2.0</a></p> <h3 dir="auto">Steps to reproduce</h3> <div class="highlight highlight-source-shell notranslate position...
0
<p dir="auto">I hit an ICE - I've reduced a reproducible test case here: <a href="http://is.gd/M5LB6P" rel="nofollow">http://is.gd/M5LB6P</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pub struct Foo&lt;T, P&gt; where P: DerefMut&lt;Ta...
<p dir="auto">Input:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct T(u8); fn t() -&gt; *mut T { unsafe { 0u8 as *mut T } } fn main() { let a = unsafe { *t() }; }"><pre class="notranslate"><span class="pl-k">s...
1
<h2 dir="auto">Feature request</h2> <p dir="auto"><strong>What is the expected behavior?</strong></p> <p dir="auto">The documentation says that</p> <blockquote> <p dir="auto">The <code class="notranslate">[contenthash]</code> substitution will add a unique hash based on the content of an asset. When the asset's content...
<h2 dir="auto">Feature request</h2> <p dir="auto">Please natively support output chunk hashing that is based on chunks <em>output</em> rather than their <em>input</em> (i.e., <code class="notranslate">output.filename = "[name]-[chunkhash].js"</code>).</p> <p dir="auto"><em>Why?</em> you may ask? Because hashing is main...
1
<h2 dir="auto">Environment info</h2> <ul dir="auto"> <li>Python 3.7.7 (default, Mar 26 2020, 15:48:22)</li> <li>[GCC 7.3.0] :: Anaconda, Inc. on linux</li> <li>Operating System: Ubuntu 16.04.6 LTS / running on Docker</li> <li>CPU/GPU model: CPU Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz</li> <li>C++ compiler version:</li...
<p dir="auto">I'm opening the issue just to have a reference</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sklearn import set_config from lightgbm import LGBMClassifier set_config(print_changed_only=True) print(LGBMCla...
1
<p dir="auto">[root@pcbsd-7889] /home/jc/atom# script/build<br> Node: v0.10.32<br> npm: v1.4.28<br> Installing build modules...<br> Installing apm...</p> <p dir="auto">events.js:72<br> throw er; // Unhandled 'error' event<br> ^<br> Error: incorrect header check<br> at Zlib._binding.onerror (zlib.js:295:17)</p> <p dir="...
<p dir="auto">I followed the build instructions given for the FreeBSD (10.0 x86_64) here- <a href="https://github.com/atom/atom/blob/master/docs/build-instructions/freebsd.md">https://github.com/atom/atom/blob/master/docs/build-instructions/freebsd.md</a></p> <p dir="auto">I compiled node and npm from sources (FreeBSD ...
1
<p dir="auto"><strong>Description</strong></p> <p dir="auto">Add the option for the celery worker to create a new virtual env, install some packages, and run airflow run command inside it (based on <code class="notranslate">executor_config</code> params).<br> Really nice to have - have reusable virtual env that can be ...
<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">After upgrading Airflow from 2.2.4 to 2.3.0, the Airflow webserver encounters the following errors:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" ...
0
<p dir="auto">include: playbook.yml a=2 b=3 c=4</p> <p dir="auto">we can do it with tasks, why not?</p> <p dir="auto">see also: handlers</p> <p dir="auto">make sure with_items also works with these includes as it now works with task includes</p>
<p dir="auto">Unable to connect to ec2-host (errors with permission denied errors) in AWS.</p> <ol dir="auto"> <li>Have the following entry in inventory file</li> <li>Following command was executed<br> ansible -vvv test_ansible --user ansible --private-key=/home/ansible/.ssh/id_rsa -m ping --become-user=ansible</li> </...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="dat = pd.DataFrame( {'number': [2, 2, 3], 'string': ['a', 'a', 'b']}, index=pd.date_range('2018-01-01', periods=3, freq='1s...
<p dir="auto">Hi the <code class="notranslate">Pandas</code> dream team.</p> <p dir="auto">I think it would be nice if <code class="notranslate">rolling</code> could accept <code class="notranslate">strings</code> as well (see <a href="https://stackoverflow.com/questions/52657429/rolling-with-string-variables" rel="nof...
1
<p dir="auto"><strong>Steps to reproduce:</strong></p> <ol dir="auto"> <li>Start Terminal.</li> <li>Press <kbd>Win</kbd>+<kbd>Left</kbd> key to dock Terminal window to the left half of my monitor. The Terminal window starts at (0|0) left top position.</li> <li>Exit Terminal.</li> <li>Start Terminal.</li> </ol> <p dir="...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">When the window is closed, remember its position/size for next time, either automatically or with some sort of explicit "remember" option.</p> <p dir="auto">Alternatively, as a minimal implementation, be able to manually specify initial position (...
1
<p dir="auto">Firstly, thanks for such an awesome project!</p> <p dir="auto">When trying to add Javascript to customise onClick, Tooltips, etc. in the deck.gl visualisations, the text box in which you enter the code text behaves erratically. It is also unclear what is actually persisted onto the visualisation, it doesn...
<p dir="auto">Current size of dashboard.entry.js is aroung 7+ MB which causes slight sluggishness in rendering.<br> Are there any optimizations that I can do to reduce its size and improve overall rendering speed?</p>
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/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <hr> <p dir="auto...
<ul dir="auto"> <li>[y] I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">I have multiple <code class="notranslate">Paper</code> components, and each of them need to have a different background c...
0
<p dir="auto">So Babel is compiling a <code class="notranslate">for of</code> loop into code that uses Symbol - which is an <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol#Browser_compatibility" rel="nofollow">ES6 specific feature</a>. Example:</p> <div class="snippet-clipb...
<p dir="auto">I have some code like:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="for (var n of geoHashes) { console.log(n); }"><pre class="notranslate"><code class="notranslate">for (var n of geoHashes) { console.log(n); } </code></pre>...
1
<p dir="auto">The select component in <code class="notranslate">1.0-beta.27</code> does not change selection to when you type</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....
<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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
0
<p dir="auto">I just updated to the latest version of webpack. Running <code class="notranslate">webpack -h</code> cuts off halfway through the process. Previous versions had more options and output.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1094697/15363804/8eb8e284-1d4c-11e6-9f10-08c60b6819a8.png"><img src="https://cloud.githubusercontent.com/assets/1094697/15363804/8eb8e284-1d4c-11e6-9f10-08c60b6819a8.png" alt="image" style="max-width: 10...
1
<p dir="auto">I was just messing around with some toy problems and discovered that you could create multiple methods with the same signature when using concrete types in parametric methods:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-co...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jakebolewski/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jakebolewski">@jakebolewski</a>, <a class="user-mention notranslate" data-hovercard-type="...
1
<p dir="auto">I don't know who's making the bug, so reporting here. I'll move to correct repo if someone helps me debug it.<br> <strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br> Bug<br> <strong>What is the current behavior?</strong><br> Please watch below screencast:<br> <a href="...
<p dir="auto">Where does proptypes doc live? It's confusing it's still on React object but inaccessible from the website through search or table of contents. Let's either reinstantiate it or move it fully to the standalone repo. Also it's confusing we're deprecating createClass but it still lives in the docs ("React wi...
0
<p dir="auto">(This may well be a duplicate, but I didn't find a specific duplicate and I'm not clueful enough to figure out if it's included in any of the others.)</p> <h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=...
<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.267] Windows Terminal version (if applicable): 0.3.2171.0 Any other software?"><pre lang="none" class="notr...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd df = pd.DataFrame({ 'Foo64': [1.2, 2.4, 7.24], }) df['Foo32'] = df['Foo64'].astype('fl...
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="def test_unary(): df = pd.DataFrame({'x': np.array([0.11, 0], dtype=np.float32)}) res = df.eval('(x &gt; 0.1) | (x &lt; -0....
1
<p dir="auto">This is a regression from 0.6.2 which affects DataFramesMeta (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="294832054" data-permission-text="Title is private" data-url="https://github.com/JuliaData/DataFramesMeta.jl/issues/88" data-hovercard-type="issue" data-hovercar...
<p dir="auto">When computing the matrix product of a transposed real matrix with a complex matrix, I encountered a performance issue.</p> <p dir="auto">Consider the following computations:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&g...
0
<p dir="auto">Continuing <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="12049172" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/3059" data-hovercard-type="pull_request" data-hovercard-url="/pandas-dev/pandas/pull/3059/hovercard" href="...
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; import pandas as pd &gt;&gt;&gt; s = pd.Series() &gt;&gt;&gt; ts = pd.Timestamp('2016-01-01') &gt;&gt;&gt; s['a'] = No...
0
<p dir="auto">Trying to implement a tree-like structure:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="extern mod core(vers = &quot;0.5&quot;); priv struct Node&lt;K, V&gt; { left: core::Option&lt;Node&lt;K, V&gt;&gt; }"><pre class="notran...
<p dir="auto">This is an ICE on some obviously bogus input code.</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct A&lt;X&gt;; fn foo&lt;I:A&lt;&amp;'self int&gt;&gt;() { } fn main() { }"><pre class="notranslate"><span c...
0