text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>Windows build number: 19042.330</li> <li>PowerToys version: 0.20.0</li> <li>PowerToy module: Color Picker</li> <...
<h2 dir="auto">ℹ Computer information</h2> <ul dir="auto"> <li>Windows build number: 17134.950</li> <li>PowerToys version: 0.20</li> <li>PowerToy module: ?</li> </ul> <h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Pro...
0
<p dir="auto">demo: <a href="https://babeljs.io/repl/#?babili=false&amp;evaluate=true&amp;lineWrap=false&amp;presets=es2015%2Cstage-0&amp;code=async%20function%20foo()%7B%0A%20%20%0A%7D%0A%0Aconsole.log(foo.constructor)%3B&amp;experimental=true&amp;loose=false&amp;spec=false&amp;playground=true" rel="nofollow">https://...
<p dir="auto">This would be really nice for larger applications that aren't libraries, where they could still use the full, globally polluting polyfill, but the helpers wouldn't be duplicated across several modules. It would make the compiled code faster to load, and a lot smaller overall. These benefits are nice for b...
0
<p dir="auto">I'm an <strong>end user</strong> and I'm new to ES and I've been immediately faced with the problem of getting my data processed correctly.<br> The problem with ES (vs. Splunk) is that data is being indexed/analyzed first, then stored, then you can't change it. (vs. Splunk, where almost everything happens...
<p dir="auto">Be able to ask the system to reindex from the saved JSON by document ID or query. This is useful once we have ES style plugins for manipulating documents that might later change and therefore cause you to want to reindex some set of documents.<br> <a class="issue-link js-issue-link" data-error-text="Fail...
1
<p dir="auto">Right now <code class="notranslate">test.step</code> resolves to <code class="notranslate">undefined</code>.</p> <p dir="auto">It would be great if it resolved to the value the callback resolves to, so we could have tests like this:</p> <div class="highlight highlight-source-ts notranslate position-relati...
<p dir="auto">It would be useful to be able to return a value from a test step and use it in a subsequent step.<br> This way we could avoid mutable state (<code class="notranslate">let</code>).</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-c...
1
<p dir="auto">12 -span columns is great for nearly all cases - except creating 5 column layouts.</p> <p dir="auto">But I can't create a 10 column system without deleting the 12 column one. And the reason is mainly because @grid-column -variable is called inside the <a href="https://github.com/twbs/bootstrap/blob/master...
<p dir="auto">Cause <code class="notranslate">@grid-columns</code> will be used to define the number of columns in make-grid() and make-grid-columns-float() it will be impossible to compile sub grid with different number of columns. See also: <a href="http://stackoverflow.com/a/19724075/1596547" rel="nofollow">http://s...
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="[ ] bug report [ X] feature request [ ] support request =&gt; Please do not submit support request here, instead see https...
<p dir="auto">**I'm submitting a ...</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report [ ] feature request [ ] support request "><pre class="notranslate"><code class="notranslate">[x] bug report [ ] feature request [ ] support requ...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">yum</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0 config file = /e...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">lineinfile</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0"><pre class...
0
<h4 dir="auto">Reproducing code example:</h4> <p dir="auto">scipy test fails</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; import scipy &gt;&gt;&gt; scipy.test()"><pre class="notranslate"><code class="notranslate">&gt;&gt;&gt; i...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1314" rel="nofollow">http://projects.scipy.org/scipy/ticket/1314</a> on 2010-10-18 by trac user markMiscavage, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wnbell/hovercard" data-oc...
0
<p dir="auto">This was posted onto stackoverflow but it seems more like a bug than anything:</p> <p dir="auto"><a href="http://stackoverflow.com/questions/43242246/pandas-dataframe-groupby-failed-zooming-for-x-axis-ticks" rel="nofollow">http://stackoverflow.com/questions/43242246/pandas-dataframe-groupby-failed-zooming...
<p dir="auto">As pointed out here (<a href="https://stackoverflow.com/questions/24468333/set-xlim-for-pandas-matplotlib-where-index-is-string/24477138#24477138" rel="nofollow">https://stackoverflow.com/questions/24468333/set-xlim-for-pandas-matplotlib-where-index-is-string/24477138#24477138</a>) if the index of a data ...
1
<ul dir="auto"> <li>Install Code Alpha only.</li> <li>Check add code to path.</li> <li>in command type code or codeAlpha</li> </ul> <p dir="auto">Observe: both fail.</p> <p dir="auto">code.cmd refers to Code.exe, however in Alpha channel code is named CodeAlpha.</p>
<p dir="auto">For import statement in typescript it would be nice if we can reference an object in a class (for e,g.) and the IDE can write (when you click on the object reference Foo in example below) an import statement for you.<br> For e.g.</p> <p dir="auto"><code class="notranslate">import {Foo} from "../../../bar/...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 2004 19041.329 PowerToys version: 19 PowerToy module for which you are reporting the bug (if applicable):"><pre class="notranslate"><code class="n...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run &quot;ver&quot; at a command prompt] PowerToys version: 0.19 PowerToy module for which you are reporting the bug (if applicable): PT Run"><pr...
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...
<h2 dir="auto">I'm submitting a ...</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] Bug report"><pre class="notranslate"><code class="notranslate">[X] Bug report</code></pre></div> <h2 dir="auto">Current behavior</h2> <p dir="auto">When se...
1
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>...</li> <li>...</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 1.0.0<br> <strong>System</strong>: Microsoft Windows 8.1 Pro<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cann...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<p dir="auto">When I put excel into a zone and do ctrl+f, the find window appears as the same size as the zone.</p> <p dir="auto">btw, fancyzones is awesome!!! :)</p> <h1 dir="auto">Environment</h1> <p dir="auto">Microsoft Windows [Version 10.0.18363.836]</p> <div class="snippet-clipboard-content notranslate position-r...
<p dir="auto">This applies to 0.14.1 and also to the current master.</p> <p dir="auto">Repro steps:</p> <ul dir="auto"> <li>have "Move newly created windows to their last known zone" ON.</li> <li>open Outlook and snap it to a zone.</li> <li>open an email message or create a new email message.</li> </ul> <p dir="auto">R...
1
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.6.2</p> <h5 dir="auto">Environment:</h5> <p dir="auto">OS X 10.9.3</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Notification is executed when task was not changed.<br> This behaviour occurs only o...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.6.2</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Running from OS X 10.9.3<br> Managing RHEL 6.5, Fedora 20</p> <h5 dir="auto">Summary:</h5> <p dir="auto">When a change is detected in a specifi...
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="[ ] bug report =&gt; search github for a similar issue or PR before submitting [x] feature request [ ] support request =&g...
<p dir="auto">Currently, when classes with decorators are used in an inheritance chain, the results are undefined.</p> <p dir="auto">Consider the following two components:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Component({selector: 'a...
1
<p dir="auto">This is because stateful RNN requires batch_input_shape to be defined, however the forward RNN does not know what the batch_input_shape is when creating the Bidirectional object because it did not yet had the chance to connect to the layers below it.</p> <p dir="auto">However, the Bidirectional init attem...
<p dir="auto">Please make sure that the boxes below are checked before you submit your issue.<br> If your issue is an <strong>implementation question</strong>, please ask your question on <a href="http://stackoverflow.com/questions/tagged/keras" rel="nofollow">StackOverflow</a> or <a href="https://keras-slack-autojoin....
0
<p dir="auto">I recently upgraded my Airflow version from 1.10.10 to 2.0.0, and noticed the scheduler are failing and exiting after upgrade. After checking the log, it's suggest the duplicated entry for records in <code class="notranslate">dag_run</code> table. It tries to insert dag runs already executed before the up...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.6.0</p> <h3 dir="auto">What happened</h3> <p dir="auto">Worker pod template file doesn't have an option to add priorityClassName.</p> <h3 dir="auto">What you think should happen instead</h3> <p dir="auto">Airflow workers deployment however has the option to add...
0
<p dir="auto">Hello,</p> <p dir="auto">There's a bunch of packages which I'm installing that requires NumPy (for example TensorFlow), and I can't seem to be able to install and import them because of an ImportError on the numpy side.</p> <p dir="auto">This is happening with both <code class="notranslate">pip install</c...
<p dir="auto">I have unearthed a very strange problem when combining using Gauss-Hermite quadrature in a script that also does some plotting.</p> <h4 dir="auto">Minimal example</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=...
0
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto"><strong>What keywords did you search in...
<p dir="auto">To avoid the unregister_netdevice race due to hairpin mode (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="32864464" data-permission-text="Title is private" data-url="https://github.com/moby/moby/issues/5618" data-hovercard-type="issue" data-hovercard-url="/moby/moby/i...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
0
<h3 dir="auto">Version</h3> <p dir="auto">2.6.11</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://github.com/vvanpo/minimal-repros/tree/master/vue2">https://github.com/vvanpo/minimal-repros/tree/master/vue2</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Finding the same problem as ...
<p dir="auto">I am using Vue instances on multiple pages, and wanted to start using PJAX, because, well, pjax is pretty awesome. I have changed my <math-renderer class="js-inline-math" style="display: inline" data-static-url="https://github.githubassets.com/static" data-run-id="30ee11c439a5bc19d63157a093ceb614">$(docum...
0
<p dir="auto">I went back to complete some of the new challenges in html/css and jquery sections that were added with the most recent update. When I complete the challenge and click to next, it takes me to a lesson I have already completed (next in line on the map) rather than the next incomplete lesson and gives me cr...
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-import-a-google-font" rel="nofollow">http://freecodecamp.com/challenges/waypoint-import-a-google-font</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> <p dir="auto">I noticed new waypoint...
1
<p dir="auto">Hi,</p> <p dir="auto"><strong>TS</strong>: 1.4</p> <p dir="auto">Not sure that I agree we should have an error here:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Indexer { [x: string]: number } ...
<p dir="auto">here is my code</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" export enum SortDir { Asc, Desc, Flip } export interface ISortInfo { getvalue(x: QuerySummary): an...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">Included / imported plays and group_vars loading</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-c...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">Core / import_playbook</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.0...
1
<p dir="auto">After update 0.10.10 the code highlight for javascript seems to be different, keywords like <code class="notranslate">function</code> <code class="notranslate">var</code> etc, are not highlighted. Also, when coding, after line break the cursor get back to the start of the line.</p>
<p dir="auto">0.10.10 (Feburary build) has a regression is that the following JavaScript keywords are no longer highlighted in the Dark Visual Studio &amp; Light Visual Studio themes:<br> <code class="notranslate">var</code> <code class="notranslate">let</code> <code class="notranslate">const</code> <code class="notran...
1
<p dir="auto">Files copied to '/static' using CopyWebpackPlugin are successfully created, but then are deleted right after the console messages 'Building page ...'.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I hav...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
0
<p dir="auto">For even numbered periods the centered moving average is calculated incorrectly. Suppose the period length is 5. Then the center of 5 periods is 3. However if the period length is 4 then the center of the period is 2.5. The value at index 3 should be the average of the values at 2.5 and 3.5. Pandas is sho...
<p dir="auto">Seems like there is a bug in the centered mooving window functions, although the examples <a href="http://pandas.pydata.org/pandas-docs/stable/computation.html#moving-rolling-statistics-moments" rel="nofollow">here</a> don't show it.<br> Also <code class="notranslate">np.convolve</code> used like in <a hr...
1
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/x725dcbu/2/" rel="nofollow">https://jsfiddle.net/x725dcbu/2/</a></p> <h3 dir="auto">Steps to reproduce</h3> <h3 dir="auto">What is expected?</h3> <p dir="auto">html &amp; template have ...
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">I have a few VueJS components to show a dashboard.<br> I would like to reuse the components to send an email with the latest view of the dashboard.<br> My server-part is using SpringBoot.<br> For the moment, I'm forced to duplicate the VueJS compon...
0
<p dir="auto">Hi,<br> What's the best way to load a neural network that uses cudnn?</p> <p dir="auto">I heard 'load_lua' doesn't work for cudnn (<a href="https://discuss.pytorch.org/t/convert-import-torch-model-to-pytorch/37/12" rel="nofollow">https://discuss.pytorch.org/t/convert-import-torch-model-to-pytorch/37/12</a...
<p dir="auto">Probably most checkpoints have cudnn, should be able to load these.</p>
1
<p dir="auto">Why do i get this error<br> <code class="notranslate">App threw an error when running [TypeError: Cannot read property 'start' of undefined]</code></p> <p dir="auto">trying to run: <code class="notranslate">npm start</code></p> <div class="highlight highlight-source-js notranslate position-relative overf...
<p dir="auto">Recently I wanted to test how well electron works on fedora 23. It turns out the prebuilt version doesn't seem to work very well. I am getting this error on the <code class="notranslate">electron-quick-start</code> repo:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto...
1
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-kops-aws-updown/3071/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-kops-aws-updown/3071/</a></p> <p dir="auto">Failed: Up {e2e.go}</p> <div class="snippet-clipboard-c...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-federation/4526/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-federation/4526/</a></p> <p dir="auto">Failed: Up {e2e.go}</p> <div class="snippet-clipboard-con...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">lineinfile</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.6.0 config file...
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/halberom/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/halberom">@halberom</a> on 2015-09-21T143421Z</p> <h5 dir=...
0
<p dir="auto">When you have a prepended or appended like this below on a form-inline it brokes.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;div class=&quot;input-prepend&quot;&gt; &lt;span class=&quot;add-on&quot;&gt;@&lt;/span&gt; ...
<p dir="auto">If use "input-append" then "help-inline" not center vertical</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;form method=&quot;post&quot; class=&quot;form-horizontal&quot;&gt; &lt;fieldset&gt; &lt;div class=&quot;control-gro...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Import matplotlib.pyplot fails on MacOSX</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-c...
<h3 dir="auto">Bug report</h3> <p dir="auto">As originally reported in <a href="http://gnats.netbsd.org/53425" rel="nofollow">http://gnats.netbsd.org/53425</a> , with matplotlib version 2.2.2, attempting to <code class="notranslate">import matplotlib.pyplot</code> on a NetBSD system fails with:</p> <div class="snippet-...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Starting in matplotlib 3.1.1, the outer cells of the <code class="notranslate">mathshow</code> (and <code class="notranslate">imshow</code>) functions cut cells off by half.</p> <p dir="auto">Before (matplotlib &lt;= 3.1.0):</p>...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">The very top and bottom of the heatmaps are getting truncated to 1/2 height in version <code class="notranslate">3.1.1</code>. This does not happen for version <code class="notranslate">3.0.3</code>.</p> <p dir="auto">This is th...
1
<p dir="auto">I just think it is better if PowerToys Run can also search over internet. For example: we type github and we will be suggested to open github.com.</p>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">I want to be able to start a web search from the launcher.<br> Ideally, I'd type <code class="notranslate">bing power toys</code> and it would navigate to <code class="notranslate">https://www.bing.com/search?q=power+toys</code> in my default brow...
1
<p dir="auto">I was not able to find in the current documentation but was wondering if there are plans to have Vue supporting the es6 class syntax like below??:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class MyComp extends Vue { ... }...
<p dir="auto">Hi there,</p> <p dir="auto">I've searched around and haven't find it so far so I hope it's no duplicate.</p> <p dir="auto">Playing around with the watcher of VueJs I've found a small "ergonomic" issue.</p> <p dir="auto">When I want to watch a property of a object a way to logically do this could be this:<...
0
<p dir="auto">Annotations using a bbox boxstyle of "round" have different (incorrect?) clipping behavior compared to a square boxstyle.</p> <p dir="auto">As an example, note that with matplotlib 1.4.0, the connector arrow extends inside the round box, while it is clipped for the square boxstyle. With earlier versions,...
<p dir="auto"><del>Sorry, here's another one without a simplified test case. I will try and get to that tomorrow. For this, you will need matplotlib 1.4.2 and the development version of <a href="https://github.com/obspy/obspy">ObsPy</a>. Then run <code class="notranslate">obspy3-runtests -d obspy.station.tests.test_sta...
1
<ul dir="auto"> <li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>:</li> </ul> <ul dir="auto"> <li>multiple affected versions</li> </ul> <ul dir="auto"> <li>Operating System (Platform and Version):</li> </ul> <ul dir="auto"> <li>multiple affected systems</li> </ul> <ul dir="auto"> <li>O...
<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....
0
<h3 dir="auto">First check</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c...
<p dir="auto">Of the <strong>open 345 issues</strong> (at the time of writing) <strong>219 are questions</strong>.</p> <p dir="auto">Since Github doesn't have a feature to moderate questions (upvote, downvote, close a question, etc) it can be hard to regulate quality in the repo. We could use Github Discussion (example...
0
<p dir="auto">If I remove the 'navbar-brand' section from a responsive navbar, 'nav-collapse' gains a margin-top of 50px. Is this intended? Because it doesn't a lot of sense.</p>
<p dir="auto">The issue here is related to the fix done for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="17325271" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/8749" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issue...
1
<p dir="auto">I just updated to 0.94.0 and I get the attached popup error stating that the command is disabled.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/89930/2974976/8c865010-db8f-11e3-809f-9e66e1b07cc6.png"><img src="https://cloud.githubu...
<p dir="auto">Just noticed a crash when deleting 2 selected files at the same time. on windows 7. Haven't tried duplicating it or anything, but if you need a log or something let me know.</p>
0
<p dir="auto">I'm in Arch Linux x86_64</p> <p dir="auto">This is the repository and branch where the bug in question happened: <a href="https://github.com/Denommus/xpath-rs/tree/rust-bug">https://github.com/Denommus/xpath-rs/tree/rust-bug</a></p> <p dir="auto">After some study, I found out the smallest code that causes...
<p dir="auto">Compiling <a href="https://gist.github.com/bgamari/d3e3a7a6b83c1bfaa00e/a6833426eb941d47232d305a86571b0962ce554c">this program</a> results in the following error with rustc <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/00cdd639a93ec1dcad85...
1
<p dir="auto"><strong>version</strong><br> THREE.JS V0.122.0</p> <p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">TextureLoader load method onProgress does not trigger</p> <p dir="auto"><em><strong>Code</strong></em></p> <div class="highlight highlight-source-js notranslate position-relative overflow-a...
<p dir="auto">The initial idea was to gain support for progress events in <code class="notranslate">ImageLoader</code> but the side effects have been so far:</p> <ol dir="auto"> <li>Security issues. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="181277518" data-permission-text="Titl...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Failed compiling of the current master branch</h2> <p dir="auto">So, which gloo should we use? The one in caffe2 seems being incomplete while there's another one in thridp...
<h2 dir="auto"><g-emoji class="g-emoji" alias="question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2753.png">❓</g-emoji> Questions and Help</h2> <p dir="auto">Reinforcement learning on multiprocessing Queue.<br> If I use cpu ,NO ERROR.<br> If I use gpu:<br> RuntimeError: Cowardly refusin...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>PowerToys version: v0.20.1</li> <li>PowerToy Utility: PowerRename</li> <li>Running PowerToys as Admin: Yes</li> ...
<p dir="auto">This would be a nice feature to have, as my workflow typically involves mirror-image zones on two monitors, basically to keep the important windows at the center.</p>
0
<p dir="auto">It seems that if you have many goroutines that do lookups, they are tied to one routine that does the actual DNS resolve. If it succeeds, the answer is provided to everyone and all is happy.</p> <p dir="auto">When it times out, rather than releasing everyone, all the goroutines must also wait their time o...
<pre class="notranslate">see <a href="https://groups.google.com/forum/#" rel="nofollow">https://groups.google.com/forum/#</a>!topic/golang-nuts/5er6Ud_V0-U</pre>
0
<p dir="auto">Hi</p> <p dir="auto">I'm trying to generate nodes using the following code:</p> <p dir="auto"><code class="notranslate">unwind range(1,700000) as id create (:t700k{id:id})</code></p> <ol dir="auto"> <li></li> </ol> <p dir="auto">Generating 100K-600K nodes finishes successfully but the execution time seems...
<p dir="auto">Hi</p> <p dir="auto">I'm trying to generate nodes using the following code:</p> <p dir="auto"><code class="notranslate">unwind range(1,700000) as id create (:t700k{id:id})</code></p> <ol dir="auto"> <li></li> </ol> <p dir="auto">Generating 100K-600K nodes finishes successfully but the execution time seems...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">T...
<p dir="auto">2-nd lvl menu closes unexpectedly if null passed instead MenuItem. (0.20.0 - broken, 0.19.4 - works).</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/...
0
<p dir="auto"><code class="notranslate">findWidget.ts</code> , comment some code inside a closure.</p> <p dir="auto">The light theme contains a rule for meta that overwrites the rule for comment.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/504...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1926584/12194233/b2b0ed32-b5ee-11e5-9393-35e2d2bf24e5.png"><img src="https://cloud.githubusercontent.com/assets/1926584/12194233/b2b0ed32-b5ee-11e5-9393-35e2d2bf24e5.png" alt="screen shot 2016-01-08 at 1...
1
<h4 dir="auto">Code Sample</h4> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# Build pandas python3 -m pip install -t build --no-binary pandas pandas==0.22.0 # Measure size du -sh build/pandas # Strip binaries find build/pand...
<p dir="auto">On the next release, please update the multibuild submodule to <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/matthew-brett/multibuild/commit/b2748e5d4d2ae6e45b130bdf8e24361083341e9a/hovercard" href="https://github.com/matthew-brett/multibuild/commit/b2748e5d4d2...
1
<p dir="auto">Hi all,</p> <p dir="auto">Im unable to import keras or tensorflow in jupyter:</p> <h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Windows 10 Pro</li> <li><strong>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if t...
<p dir="auto">Several users are still using Python32 bits and they cannot install TensorFlow. For them, <code class="notranslate">pip install tensorflow</code> fails as no wheel matches the tags expected by their environment (to debug, <code class="notranslate">pip debug --verbose</code> shows only tags that don't math...
0
<h1 dir="auto">A keyboard shortcut to change the current fancyzones template to a next template in a list</h1> <p dir="auto">Let's say I mostly use a two column configuration on my main desktop but I would like sometimes to have three columns or divide the desktop on four areas so I have three templates that I would li...
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>PowerToys version: master (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://githu...
0
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong></p> <p dir="auto">When using <strong>@babel/plugin-proposal-decorators</strong> alongside <strong>@babel/preset-typescript</strong> <a href="https://www.typescriptlang.org/docs/handbook/functions.html#overloads" rel="nofollow">function overl...
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">include_role</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0 config ...
<p dir="auto">I was making an ansible-galaxy role today and when placing the lookup_folder plugin at the same level as the rest of the folders and then using it it returns that it can't find the plugin. Do we have anyway to use lookup_plugins at a role level without forcing uses to manually add it to there playbook?</p...
0
<ul dir="auto"> <li>Electron Version: v3.0.0-beta.5</li> <li>Operating System (Platform and Version): Mac 10.12.6 (16G1510)</li> <li>Last known working Electron version: v2</li> </ul> <p dir="auto"><strong>Expected Behavior</strong><br> Window controls should be visible.</p> <p dir="auto"><strong>Actual behavior</stron...
<p dir="auto">Electron version: 2.0.0-beta.8<br> Operating system: MacOS 10.12.6</p> <hr> <p dir="auto">Create a window with <code class="notranslate">vibrancy</code> of <code class="notranslate">"light"</code>/<code class="notranslate">"dark"</code> and a <code class="notranslate">titleBarStyle</code> of <code class="...
1
<p dir="auto">Requires back port from master</p> <p dir="auto">diff --git a/deps/pcre.mk b/deps/pcre.mk<br> index bdc784d..cb4a45d 100644<br> --- a/deps/pcre.mk<br> +++ b/deps/pcre.mk<br> @@ -5,7 +5,7 @@ PCRE_CFLAGS := -O3<br> PCRE_LDFLAGS := $(RPATH_ESCAPED_ORIGIN)</p> <p dir="auto"><math-renderer class="js-inline-mat...
<p dir="auto">Currently, the v0.6.2 release of Julia will not build successfully, since the build process attempts to download the dependency PCRE from a dead link.</p> <p dir="auto">This issue was already fixed in latest/unstable in PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id=...
1
<p dir="auto">The majority of search frontends usually display the highlighted chunks below the hit title. The problem is that on non highlighting queries, such as a numerical range, no highlighting chunk will be brought back in the search. If you don't want your display to look bad, you usually display an excerpt of t...
<p dir="auto">Highlighting is great as providing an <em>highlighted excerpt</em>, but if you run no query against one field, you will have no output at all.<br> Highlighting could provide a non highlighted excerpt (some number of characters from the beginning of the value) as a fallback.<br> This would be yield shorted...
1
<p dir="auto">If you know how to fix the issue, make a pull request instead.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/react</code> (version 16.9.19) package and h...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/react</code> package and had problems.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-l...
1
<p dir="auto">The <a href="http://doc.rust-lang.org/reference.html" rel="nofollow">reference</a> states pretty clearly that the memory layout of <code class="notranslate">struct</code>s is undefined by default, and presumably the same thing can be said of complex enum variants.</p> <p dir="auto">However, for C-like enu...
<p dir="auto">The current Rust alpha allows one to attach two lifetimes with the same name to two distinct loop blocks.</p> <p dir="auto">This is a backwards compatibility risk for hypothesized future versions of Rust where the lifetime labels can be used in e.g. type annotations (rather than solely used for labelled b...
0
<p dir="auto"><strong>Migrated issue, originally created by paj (<a href="https://github.com/paj">@paj</a>)</strong></p> <p dir="auto">MSSQL does not natively support LIMIT with an OFFSET, but it may be possible to emulate the behavior. One option is to use MSSQL 2005's ROW_NUMBER() function; another is just to seek th...
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">It could be very useful (at least for me) if SQLAlchemy can support manually add Oracle hints (<a href="http://www.adp-gmbh.ch/ora/sql/hints/index.html" rel="nofollow">http://www.adp-gmbh.ch/ora/sql/hints/index.html</a>).</...
0
<p dir="auto">Hi <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tomwanzek/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tomwanzek">@tomwanzek</a>,</p> <p dir="auto">I'm trying to reproduce the following d3 exam...
<p dir="auto"><strong>d3-geo</strong> has seen a minor version update to 1.5 adding a new method.</p> <p dir="auto">The definitions should be updated to reflect <code class="notranslate">path.measure(...)</code> and any other relevant changes since the last version against which <strong>d3-geo</strong> was validated.</...
0
<p dir="auto">See this code example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; t = [[1]] &gt;&gt;&gt; p = [[0]] &gt;&gt;&gt; metrics.ndcg_score(t, p) Traceback (most recent call last): File &quot;&lt;stdin&gt;&quot;, line 1...
<p dir="auto">I'm trying to calculate the NDCG score for binary relevance:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sklearn import metrics # test 1 y_true = [[3]] y_score = [[5]] metrics.ndcg_score(y_true, y_score)"><pre class="not...
1
<p dir="auto">This showed up in the dask.dataframe test suite when testing against the 0.19 release candidate. I'm unsure if this was an intended change or not:</p> <h3 dir="auto">Pandas 0.18</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboa...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="def get_candidates_3(closing, sales, settings: dict=_default_) -&gt; list: S = sales.loc[:closing['future_cap'], :] # sales were sorted by date beforehand mask = (S['building_id'] ==...
0
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/754" rel="nofollow">http://projects.scipy.org/scipy/ticket/754</a> on 2008-10-13 by trac user shashmik, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wnbell/hovercard" data-octo-clic...
<p dir="auto"></p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> <a href="https://github.com/scipy/scipy/blob/fcdc3d7b7c1b950d874ac3e890cccde3e2de1c6c/scipy/optimize/optimize.py#L160">scipy/scipy/optimize/optimize.py</a> </p> <p class="mb-0 color-fg-mute...
0
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull -u" and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. Build the attached source using a cgo Makefile What is the expected output? What do you se...
<p dir="auto">by <strong><a href="mailto:raul.san@sent.com">raul.san@sent.com</a></strong>:</p> <pre class="notranslate">Tested in Ubuntu 12.04.2 LTS The compilation test in 1.1rc2 fails in amd64/linux (in 386/linux is ok): # ../test/bench/go1 ok _/usr/local/go/test/bench/go1 2.990s # ../test runoutput ...
0
<p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="143388095" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/23461" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/23461/hovercard" href="ht...
0
<p dir="auto">Hi,</p> <p dir="auto">I've noticed that numpy's testsuite hangs when numpy is built against MKL 2018.2 - but runs to completion when built against MKL 2017.1.</p> <p dir="auto">This is the case for numpy v1.14.2, 1.14.x HEAD and master branches.</p> <p dir="auto">I'm on CentOS 7.4 x86_64 on a Broadwell pr...
<p dir="auto">Hello!</p> <p dir="auto">Linux Mint: 18.3 (Sylvia)<br> Python: 3.6.3<br> NumPy: 1.13.3<br> Cython 0.27.3</p> <p dir="auto">I am trying to build numpy and scipy wheels from source using the intel mkl compilers. Numpy compiles just fine, however when I run the test suite, the suite hangs on <code class="not...
1
<p dir="auto">Within the svg glyphicon, the id of the font is:</p> <p dir="auto"><a href="https://github.com/twbs/bootstrap/blob/master/fonts/glyphicons-halflings-regular.svg#L6">https://github.com/twbs/bootstrap/blob/master/fonts/glyphicons-halflings-regular.svg#L6</a></p> <div class="snippet-clipboard-content notrans...
<p dir="auto"><a href="https://github.com/twbs/bootstrap/blob/master/less/glyphicons.less#L17">https://github.com/twbs/bootstrap/blob/master/less/glyphicons.less#L17</a></p> <p dir="auto">This font face declaration is setup to reference the font name as a variable.<br> However the SVG font ID after the hash is hard cod...
1
<p dir="auto">it works with make_one_shot_iterator(), I can see that the training time is 2x lower, when using the make_initializable_iterator() the time is the same as without prefetching to device.<br> how to use the new feature when dataset switch (train/val/test) is needed for evaluation purpose?<br> code parts<br>...
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:<br> Yes</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Linux Ubuntu 16.04</li> <li><strong>TensorFlow installed ...
1
<p dir="auto">Nose tests are failing on OSX 10.10.2</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip show scikit-learn scipy numpy python --- Name: scikit-learn Version: 0.16.0 Location: /anaconda/lib/python2.7/site-packages Requires: ---...
<p dir="auto">The properties for accessing attributes on <code class="notranslate">Tree</code> return arrays which don't own their data, and which are malloced and freed by the tree. Therefore:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboa...
0
<p dir="auto">OS Version: Windows10<br> VSCode version: 0.10.12-alpha</p> <p dir="auto">Steps:</p> <ol dir="auto"> <li>launch app and open a folder which contain .TS file.</li> <li>Verify any error message is showing up.</li> </ol> <p dir="auto">Expected: If there is not extensions installed for TS lint then error shou...
<ul dir="auto"> <li>VSCode Version: 1.2.0</li> <li>OS Version: OS X el capitan</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>scroll to the bottom of an editor, so that the last line is aligned with the bottom of the editor</li> <li>notice that the scroll bar position indicator is not at the botto...
0
<p dir="auto">I have a search box with an attached clear button. When the clear button is pressed the search box should be cleared.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/7585117/27259037-cebddd5c-5401-11e7-9300-13f2399e6d05.png"><img src=...
<p dir="auto">I hit it first after making minor changes to the flutter code lab, and am hitting it now, while trying to put together a simpler flutter app.</p> <p dir="auto">Hot reload is not working, cold launches sometimes work.</p> <p dir="auto">Flutter run from IJ.</p> <p dir="auto">Launching lib/main.dart on Nexus...
1
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p> <ol dir="auto"> <li>What version of Go are you using (<code class="notranslate">go version</code>)?</li> </ol> <p dir="auto">go version devel +944a085 Tue Apr 12 07:25:11 2016 +0000 linux/amd64</p> <ol dir="auto"> <li>What operating s...
<p dir="auto">On the solaris-amd64-smartos buildbot. See <a href="http://build.golang.org/log/3e4aa690c01a4123a508595aa248329b26499b18" rel="nofollow">http://build.golang.org/log/3e4aa690c01a4123a508595aa248329b26499b18</a>.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sni...
1
<p dir="auto">Consider wanting to create a <code class="notranslate">&lt;paper-button&gt;</code> component that can use attributes <em>or</em> properties:</p> <p dir="auto">Attribute-based configuration:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-sni...
<p dir="auto">Say I have a component that needs to know about its disabled state in some event:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Component({ selector: '[md-button][href]', bind: {disabled: 'disabled'} }) class...
1
<h2 dir="auto">First of all</h2> <p dir="auto">my English is suck</p> <h2 dir="auto">Question</h2> <p dir="auto">when I only configured the default-database-strategy ( no specific table rule are configured ) , My defaul-database-strategy didn't work. (I use hintManager.setDatabaseShardingValue() )</p> <h2 dir="auto">Ve...
<p dir="auto">Anomalies:</p> <ol dir="auto"> <li>duplicate database ID production</li> <li>abnormal query data</li> </ol> <h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">org.apache.shardingsphere:sharding-jdbc-spring-boot-starter:4.1.1</p> <h3 dir="auto">Steps to reproduce the behavior, s...
0
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>Right click on any folder.</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 1.0.0<br> <strong>System</strong>: Unknown Windows Version<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Err...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<p dir="auto">I have this wired bug since I update from v0.15 to v2.4.4.</p> <p dir="auto">This is my classes:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class ParentClass { constructor() {} } // This is my ChildClass class ChildClass e...
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SimenB/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SimenB">@SimenB</a></p> </blockquote> <h3 dir="auto">Bug i...
0
<h3 dir="auto">Expected Behavior</h3> <p dir="auto">Normally, the "app.run()" should go back and open the web server with the port number 3000.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from flask import Flask app = Fla...
<h3 dir="auto">Expected Behavior</h3> <p dir="auto">A normal python script with the starter code, wont run. I think that it's the library that causes the error.</p> <p dir="auto">Script:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-cop...
1
<p dir="auto">my account : <a href="https://www.freecodecamp.com/333yalindre" rel="nofollow">https://www.freecodecamp.com/333yalindre</a></p> <p dir="auto">My whole progress is gone now. I was at level 290.. Last night i've finished "diff two arrays" challenge and submit it successfully. then i went to my profile page....
<h4 dir="auto">Issue Description</h4> <p dir="auto">There is an empty list item with no challenge name under the Basic Algorithm Scripting section.</p> <h4 dir="auto">Browser Information</h4> <ul dir="auto"> <li>Browser Name, Version: Google Chrome v55.0.2883.95</li> <li>Operating System: macOS 10.12.2</li> <li>Mobil...
0
<ul dir="auto"> <li>Electron version: 0.36.9</li> <li>Operating system: OS X 10.0.2</li> </ul> <p dir="auto">The error showed on startup, and kept showing up for several times after clicking on OK. But when I opened my app the other time, the dialog did not reproduce. I think this might the with the electron itself.</p...
<ul dir="auto"> <li>Electron version: 0.36.9</li> <li>Operating system: Mac</li> </ul> <p dir="auto">We're still trying to nail down repro steps in Slack, but it seems to happen on 0.36.9 when calling <code class="notranslate">remote</code> methods. Specifically, we build context menus using <code class="notranslate">r...
1
<p dir="auto">...as a parameter which gets inherited globally by <code class="notranslate">get()</code> and other HTTP methods.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="session = requests.Session(timeout=30) session.get(...) session.get(...
<p dir="auto">I was using an old version of requests (I don't know the exact version). When settings the <code class="notranslate">session.timeout</code> it was affecting the timeout value during a call to <code class="notranslate">session.get()</code>. With recent version of requests, this feature doesn't seams to wor...
1
<p dir="auto">I think that the size of modal-lg should be smaller for xs and sm devices, so that sizing the modal with hidden- and visible- should not ne necessary fit the modals onto the devices.</p>
<p dir="auto">First I want to give a example of why this could be useful in my eyes. Reason for having these classes is allowing you to float elements when the screen is large enough and place them precisely when the screen gets smaller. A list of tags for example look nicer when floated on a big screen:</p> <div class...
0
<p dir="auto">Copied from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="126581960" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/2000" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/2000/hovercard" href="https...
<h2 dir="auto">Motivation</h2> <p dir="auto">ES6 Template strings make it much easier to put blocks of HTML code inline with JavaScript. This can be leveraged in frameworks like Angular. One disadvantage to this though, is that IDEs don't know that the string block should be formatted as HTML so there is no syntax high...
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 pandas as pd pd.read_html('https://www.ssa.gov/policy/docs/statcomps/supplement/2015/5h.html')[0]"><pre c...
<p dir="auto">Hi, guys! First of all, thanks for making this open source! =D Keep up the good work!</p> <p dir="auto"><strong>SCRIPT</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd dfs = pd.read_html('https://en.wi...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li> <p dir="auto">Windows build number: [run "winver"]<br> Version 10.0.18363.959</p> </li> <li> <p dir="auto">Powe...
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exce...
1
<p dir="auto">Hello,</p> <p dir="auto"><em>Note: I posted this question in "discussions" but not sure it was the right place I apologize for the duplicate</em></p> <p dir="auto">Coming from Scala where the management of asynchronous/synchronous operations is quite explicit, I am struggling to understand what's the impa...
<h3 dir="auto">First check</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c...
0
<h2 dir="auto">Python version: 3.6.12<br> Airflow version: 2.0.1<br> Node: sandbox-hdp.hortonworks.com</h2> <p dir="auto">Traceback (most recent call last):<br> File "/root/airflow/venv/lib64/python3.6/site-packages/flask/app.py", line 2447, in wsgi_app<br> response = self.full_dispatch_request()<br> File "/root/airflo...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.4.0</p> <h3 dir="auto">What happened</h3> <p dir="auto">From v2.4.0,I run dynamic task mapping example, got many warnings.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-cont...
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 **Current behavior** look at the plunkr: http://plnkr.co/edit/hB34VjxP98uz1iAYS7Dw?p=preview input Name...
<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 [x ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https...
1
<p dir="auto">Choose Text Fields page from the side menu</p> <p dir="auto">But the phone number field has the +1 in the text field and you can't delete it.</p>
<p dir="auto">Flutter crash report; please file at <a href="https://github.com/flutter/flutter/issues">https://github.com/flutter/flutter/issues</a>.</p> <h2 dir="auto">command</h2> <p dir="auto">flutter --no-color packages upgrade</p> <h2 dir="auto">exception</h2> <p dir="auto">YamlException: Error on line 57, column ...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
0
<p dir="auto">I'm trying to build Windows Terminal from command line using VS 2017 on Windows 10 x64 insider, build 18362.86. I kept getting the error below even after installing all the VS 2017 components that have something to do with C++ and .Net. From the error message it seems the build surprisingly involves VS 20...
<h1 dir="auto">Tools needed</h1> <ol dir="auto"> <li>VS2017 or higher with the following packages ("Workloads" tab in Visual Studio Installer) :<br> 1.1 <code class="notranslate">Desktop Development with C++</code>.<br> 1.2 <code class="notranslate">Universal Windows Platform Development</code>.<br> 1.3 <code class="no...
1
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Enhance FancyZones to support seamless multi-monitor snap capability, equivalent to what Windows 10's built-in Snap function supports.</p> <h1 dir="auto">Description</h1> <p dir="auto">Currently, Win10's built-in Snap feature, although extremely l...
<p dir="auto">The new multi-monitor zone editor works like a charm, but it's not possible to use the win+arrow to move a window from one screen to another. When using the snap hotkeys, you are restricted to the monitor your window is currently on.<br> Would be nice if this followed the same convention as the regular sn...
1
<p dir="auto">There is no easy way to retrieve last termination resource / status for a pod except kubectl get pods -o option.</p>
<p dir="auto"><strong>Problem</strong><br> When a container is killed and restarted because, for example, it hit memory limits, the <code class="notranslate">kubectl describe pod</code> output only shows an increasing <code class="notranslate">Restart Count</code> but no reason for why the container was killed:</p> <di...
1
<p dir="auto">RFC 6265[1] allows cookie values to be double-quoted[2]. However, the current sanitization code strips the double quotes out of a double-quoted value (i.e., a value beginning with a double quote and ending with a double quote). Ironically, the sanitization code double quotes a value if it begins or ends...
<pre class="notranslate">What steps will reproduce the problem? 1.build this program with gomake 2.run leak4 m /tmp/x (server) 3.run leak4 e /tmp/x (client) 4. Observe that each time you run 'leak4 e', the 'leak4 m' grows by about 1.5m. It will continue to grow until the OOM killer is invoked. What is the expected ou...
0
<p dir="auto"><code class="notranslate">babel@7.0.0-beta.46</code> uses <code class="notranslate">babel.config.js</code> for global config. See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="295683068" data-permission-text="Title is private" data-url="https://github.com/babel/babel/...
<p dir="auto">I'm talking about <a href="https://github.com/zeit/next.js/tree/master/examples/with-styled-jsx-postcss">this</a>.</p> <p dir="auto">To reproduce just follow the steps on the readme. When running <code class="notranslate">npm run dev</code> you'll get an error:</p> <div class="snippet-clipboard-content no...
0
<p dir="auto">glide:4.0.0-SNAPSHOT<br> It's neither device nor Android version specific. I can't reproduce it, but it doesn't seem rare when looking at crash numbers.<br> In this case it happened when returning from Activity A to Activity B and Activity B contains the animation. It possible that the ImageViews visibili...
<p dir="auto">v 4.4.0</p> <p dir="auto">N/A</p> <p dir="auto">LG K10 Android M</p> <p dir="auto">When adding new item in my RecyclerView I place it at the very top of the list (index 0). In my first attempt to add new items everything is good but in my second attempt to add new item I get some image to my CardView alth...
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...
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project...
1
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let obj = { foo: 'foo', bar: 'bar' }; // outputs: let obj = { foo: 'foo', bar: 'bar' };"><pre class="notranslate"><span class="pl-k">let</span> <span class="pl-s1">obj</span> <s...
<p dir="auto">Super low priority.</p> <p dir="auto">This works as expected:<br> Input:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var foo = { bar: true }"><pre class="notranslate"><code class="notranslate">var foo = { bar: true } </cod...
1