text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h1 dir="auto">Bug report</h1> <h2 dir="auto">To Reproduce</h2> <p dir="auto">I'm working on reproducing, but next.js provides zero information about what's happening, so it's nearly impossible for me to actually identify where the problem is. All I know is that my code isn't working.</p> <h2 dir="auto">Expected behavi...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const app = next({ dev, dir:'./src' })"><pre class="notranslate"><code class="notranslate">const app = next({ dev, dir:'./src' }) </code></pre></div> <ul dir="auto"> <li>[ x] I have searched ...
0
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> When node is installed in Version 13 or 14 yarn dev will fail with following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="yarn run v1.22.4 $ vue-cli-se...
<h2 dir="auto">Feature Request</h2> <p dir="auto"><strong>Is your feature request related to a problem? Please describe.</strong><br> I spoke with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hzoo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_t...
0
<ul dir="auto"> <li>VSCode Version:0.10.11</li> <li>OS Version: Windows 10, Mac OSX El Captain</li> </ul> <p dir="auto">Hi, I'm developing <a href="https://github.com/fabiodamasceno/vscode-console-wrapper">console-wrapper</a> , that is an extension for javascript console.log (other languages support will be added soon)...
<p dir="auto">Support writing (and maybe reading) the system clipboard.</p> <p dir="auto">Why I need it: I want to write an extension that will take the contents of the current editor, modify it (by escaping &lt; and &gt;) and then copy that modified text to the clipboard.</p>
1
<h2 dir="auto">🐛 Bug</h2> <p dir="auto">2020-02-12 01:34:22,801 copying C:\Users\1025289\AppData\Local\Temp\2\tmp5d0w7nip to cache at C:\Users\1025289.flair\models\en-pos-ontonotes-fast-v0.4.pt<br> 2020-02-12 01:34:22,973 removing temp file C:\Users\1025289\AppData\Local\Temp\2\tmp5d0w7nip<br> 2020-02-12 01:34:22,988 ...
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2> <p dir="auto">Error text:</p> <div class="highlight highlight-text-python-traceback notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboar...
1
<p dir="auto">I installed pytorch, and my cuda version is upto date. But when I run my command, I get the following error:<br> My system:</p> <p dir="auto">Windows 10<br> NVIDIA GeForce GTX 960M<br> Python 3.6(Anaconda)<br> PyTorch 1.1.0<br> CUDA 10<br> `import torch<br> import torch.nn as nn<br> from data_util import ...
<p dir="auto">I am unable to use pytorch with CUDA despite having installed it.</p> <p dir="auto">OS: Windows 10<br> Pytorch Version: 1.1.0<br> CUDA Version: 10.0</p> <p dir="auto">I get the following error. Any help would be appreciated.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="htt...
1
<p dir="auto">When single layer network math is described you have following:<br> """If we write that out as equations, we get:"""<br> after that comes picture with weight multiplications, but there should be<br> W_1,1_x_1 + W_1,2_x_2 + W_1,3_x_3 + b_1<br> etc..<br> Instead there written:<br> W_1,1_x_1 + W_1,2_x_1 + W_...
<p dir="auto">The following image on the <a href="http://www.tensorflow.org/tutorials/mnist/beginners/index.md" rel="nofollow">Beginner's tutorial page</a> is wrong:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/10536745/11130763/d030c652-89ac-11e5-8d19-186bf...
1
<p dir="auto">responsiveness goes south when one of the cells is very long<br> Notice there is no scrollbar. the entire screen is resized<br> maybe overflow:hidden / text-overflow:ellipsis; could do the trick</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.c...
<p dir="auto">Using <code class="notranslate">.table-reponsive</code> only works on the smallest screen size.</p> <p dir="auto">Solution 1: Use <code class="notranslate">@grid-float-breakpoint</code> so it becomes responsive when the navbar does (currently what we do in projects)<br> Solution 2: Use another variable th...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke" rel="nofollow">Oliver Drotbohm</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8336?redirect=false" rel="nofollow">SPR-8336</a></strong> and commented</p> <p dir="auto">Currently <code class="notransl...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=urubatan" rel="nofollow">Rodrigo Urubatan Ferreira Jardim</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3486?redirect=false" rel="nofollow">SPR-3486</a></strong> and commented</p> <p dir="auto">I think some bean ...
0
<p dir="auto">by <strong>alex.gaynor</strong>:</p> <pre class="notranslate">Trying to load a PKCS8 DSA key fails with the error: ERROR: asn1.StructuralError{Msg:"tags don't match (16 vs {class:0 tag:13 length:45 isCompound:true}) {optional:false explicit:false application:false defaultValue:&lt;nil&gt; tag:&lt;ni...
<pre class="notranslate">In <a href="http://play.golang.org/p/RoelsmSVrI" rel="nofollow">http://play.golang.org/p/RoelsmSVrI</a>, this statement yields two errors: _ = []byte{"foo"} // cannot convert "foo" to type byte // cannot use "foo" (type string) as type byte in array element One seems like plenty. FWI...
0
<p dir="auto">This was exposed by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="41605209" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/8200" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/8200/hovercard" href="...
<p dir="auto">Based on the discussion here, we need to investigate if <code class="notranslate">sparse()</code> can be sped up.</p> <p dir="auto"><a href="https://groups.google.com/forum/#!topic/julia-users/X8Jca4SZMxo" rel="nofollow">https://groups.google.com/forum/#!topic/julia-users/X8Jca4SZMxo</a></p> <p dir="auto"...
0
<p dir="auto">Seen a few usages of this already:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;my-custom-element /&gt;"><pre class="notranslate"><code class="notranslate">&lt;my-custom-element /&gt; </code></pre></div> <p dir="auto">HTML5...
<p dir="auto">Advantages:</p> <ul dir="auto"> <li>We could use it in WebWorker, Server side, or with native renderers.</li> <li>Proper camel casing. (We can get rid of <code class="notranslate">inner-html</code> vs <code class="notranslate">innerHTML</code>) <a class="issue-link js-issue-link" data-error-text="Failed t...
1
<p dir="auto">This seemed to have started recently, but I'm not sure which version of electron exactly. I've reproduced it on 0.36.4 and 0.36.5.</p> <p dir="auto">When sending an object over ipc from the main process, additional references to the same object end up being null. The first 'instance' of that property on <...
<p dir="auto">I came across a very interesting scenario. There was some missing information in a collection that I sent between two processes.</p> <p dir="auto">Assume the scenario, Renderer and Process.</p> <p dir="auto">If I have an array that contains multiple entries of the <strong>same object reference</strong>, o...
1
<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">Hi, I just upgraded to electron 3.0 and noticed that my applications windows controls are no longer there. I use titlebarStyle: 'hiddenInset' so that I can have the native OS's buttons as my windows controls, and it worked great until I upgraded to 3.0</p> <p dir="auto"><strong>Expected Behavior</strong><...
0
<p dir="auto">connect to the database <code class="notranslate">sharding_db</code>,which is a logical postgresql database(use sharding-proxy for database-spliting). when I am using some database client-tools,such as navicat,pg_dump.</p> <p dir="auto">It always complain that I don't specify client-encoding, even I inde...
<p dir="auto">There are 30 connections, two instances in total<br> Problem Description:<br> Multiple instances refresh the data source, reload the data source, and create a link. Before this process, first check the old data source and new data source, including fragment configuration; CLose new and old data sources h...
0
<p dir="auto">Hey Bootstrapers. Congrats on the release. BS3 is awesome.</p> <p dir="auto">I asked this on the BS3 pull request but didn't get a reply, but it's the one thing that is bothering me when using BS3:</p> <p dir="auto">Shouldn't <code class="notranslate">.col-sm-*</code> be named <code class="notranslate">.c...
<p dir="auto">With Bootstrap 3 RC1, the <code class="notranslate">sm</code> keyword is used in an inconsistent manner. When referring to column sizes, it means "tablet sized." When referring to hide/show responsive classes it means "phone sized." My recommendation would be to rename all of the <code class="notranslate"...
1
<p dir="auto">Im populating several Text Fields from localstorage using initialValue. As default im only able to see first row, but it will expand as soon as im start typing.</p> <p dir="auto">Is there any way i can enable full height as default?<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://c...
<h3 dir="auto">Problem description</h3> <p dir="auto">When wanting to use multiline text field (2 or more) inside a nested list item, they start by displaying only one text-input line. As soon as one character has been typed in, it will expand the rows to the set row value, and stay that way until the dom is flushed or...
1
<p dir="auto">Hi,<br> When a modal is shown on a smaller device resolution (iPhone) and it contains more content in the body than can fit on screen, the footer of the modal is cut off from view and unreachable.</p> <p dir="auto">iPhone dimensions:<br> <a href="http://puu.sh/1sHaG" rel="nofollow">http://puu.sh/1sHaG</a>...
<p dir="auto">As it says. Thanks for all your love, guys!</p>
1
<p dir="auto">I'm seeing webpack in watcher mode writing truncated files. The number of bytes seems to always be either 1682 or 0 - not sure if that's significant somehow. When its 1682 bytes, it cuts off often in the middle of a variable. It seems like it just aborts writing right in the middle of things. When this h...
<p dir="auto">Hey fellas,</p> <p dir="auto">I've been using webpack for a few months now, and I had an idea for an optimization plugin. Before I invested a lot of time and energy figuring out how to write it, I wanted to run the idea by you guys to make sure it was sound and hadn't been attempted (and discarded) befor...
0
<p dir="auto">Black screen after first click on close button. Application closes after second click on close button.<br> Reload works fine.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/4918944/12677775/5f061698-c6ac-11e5-802c-e57d0942b250.png">...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[7136:0129/081452:FATAL:scoped_handle.cc(44)] Check failed: false. Backtrace: (No symbol) [0x00C8D517] (No symbol) [0x00C87A57] (No symbol) [0x00CBAEBF] (No symbol) [0x...
1
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
<p dir="auto">in creating a options list that allows the user to change different settings i found a problem with the type checkbox . take this component</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="(function(app){ app.testing...
1
<h3 dir="auto">Version</h3> <p dir="auto">2.6.14</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://github.com/oguimbal/vuebug-simple">github.com</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Just follow the steps as mentioned in the repo.</p> <h3 dir="auto">What is expected?</h3> <...
<h3 dir="auto">Version</h3> <p dir="auto">2.5.17</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/6j7kz64znr" rel="nofollow">https://codesandbox.io/s/6j7kz64znr</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">When using two tags like and <span> in a template of a s...
0
<h3 dir="auto">Describe the bug</h3> <p dir="auto">Looks like latest sphinx shows many warnings on generate documentation.</p> <h3 dir="auto">To Reproduce</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="`sphinx-build -n -T -...
<h3 dir="auto">Describe the bug</h3> <p dir="auto">When reflecting indexes from one table to another in MariaDB, the index containing Text field can't be created as the retrieved index information in metadata does not contain the information about 'mysql_length'.</p> <p dir="auto">mike-supplied MCVE</p> <div class="hig...
0
<p dir="auto">I would like to be able to open a new administrator terminal using the "+" button, within the same terminal instance.</p>
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363.418 Windows Terminal version (if applicable): 0.6.2951.0 Any other software? No"><pre lang="none" class="notranslate"><code class="not...
0
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-use-appendto-to-move-elements-with-jquery" rel="nofollow">http://freecodecamp.com/challenges/waypoint-use-appendto-to-move-elements-with-jquery</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine</a> has an issue.</p> <p dir="auto">The four Javascript slot machine exercises all display the JS section of ...
1
<p dir="auto">I am installing tensorflow on window machine with the help of Python (version python-3.5.4-amd64).</p> <p dir="auto">Command use to install tensorflow :- pip3 install --upgrade tensorflow</p> <p dir="auto">Bellow error getting in Import tensorflow command.</p> <p dir="auto">Traceback (most recent call la...
<p dir="auto">Hi - Thanks for all your hard work on this! - I've been having a problem getting Tensorflow-GPU to work on my Windows 10 notebook with a GTX 1080. I've tried to make sure all the paths are correct, etc. and have followed all the tips I can find.</p> <p dir="auto">I ran the tensorflow_self_check.py script ...
1
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-serial/2221/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-serial/2221/</a></p> <p dir="auto">Failed: [k8s.io] Rescheduler [Serial] should ensure that critical...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gce/6486/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gce/6486/</a></p> <p dir="auto">Failed: [k8s.io] Rescheduler [Serial] should en...
1
<p dir="auto">In Windows 10, when Numpy has overflow it shows a wrong number without error.</p> <p dir="auto">In Linux it doesn't have this problem.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np a= [4, 7,...
<p dir="auto">This has come up before, but I'm not sure we have a canonical issue.</p> <p dir="auto">Historically in python 2:</p> <ul dir="auto"> <li><code class="notranslate">builtins.int</code> is mapped to <code class="notranslate">np.int_</code> (C <code class="notranslate">long</code>), since <code class="notrans...
1
<p dir="auto"><strong>Apache Airflow version</strong>: 1.8.0</p> <p dir="auto">Ticket was created 23/Nov/16 01:12</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.3.1</p> <h3 dir="auto">What happened</h3> <p dir="auto">The execution of of the command "airflow db upgrade" to upgrade the version from 2.2.5 to 2.3.0 or 2.3.1 fails with the following error:</p> <p dir="auto">(airflow) [airflow@rabbit01 airflow]$ export LD_LI...
0
<p dir="auto"><strong>Glide Version</strong>: 4.12.0</p> <p dir="auto"><strong>Integration libraries</strong>: okhttp3-4.9.0</p> <p dir="auto"><strong>Device/Android Version</strong>: OPPO A5/Android8.1.0</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p> <p dir="auto"><strong...
<p dir="auto">I would like to find a way to cache the webview images myself, as some of them may be used in the future in an imageview. Currently, I can find out when an image will be loaded and get its url through the webview's <code class="notranslate">shouldInterceptRequest</code>.</p> <p dir="auto">I've tried using...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows NT 10.0.18362.0 Windows Terminal version: 0.6.2951.0"><pre class="notranslate"><code class="notranslate">Windows build number: M...
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">This one is a "nice to have", but I'd love to be able to stack tabs and tile them side-by-side (ex. a powershell tab on one half, and a WSL tab on the other half). This'd help my efficiency when I need to be testing my work on Windows and Lin...
0
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/griesemer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/griesemer">@griesemer</a> suggested this was worth looking into, as does a TODO by <a class="...
<pre class="notranslate">1. What is a short input program that triggers the error? package main import "fmt" func main() { lg := 1 &lt;&lt; 1 i := 1 &lt;&lt; uint64(lg) fmt.Printf("i = %v\n", i) } Note that the program compiles just fine if you were to inline the value of 'lg' in the following line. 2. What 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/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
<h3 dir="auto">Description</h3> <p dir="auto">The password field in android contains an eye icon that when clicked shows the password (until released)<br> Thought it should have been implemented in the material ui too.</p> <h3 dir="auto">Images &amp; references</h3> <p dir="auto"><a href="https://medium.com/@moyinoluwa...
0
<p dir="auto">In the following, the <code class="notranslate">hue</code> has no effect (seaborn 0.11.1 as well as current master)</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="tips = sns.load_dataset(&quot;tips&quot;) sns.b...
<h1 dir="auto">Problem</h1> <p dir="auto">When only <code class="notranslate">y</code> is specified to <code class="notranslate">violinplot</code> it does not consider the argument to <code class="notranslate">hue</code>.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir...
1
<p dir="auto">This was asked a long time ago, and I just ran into a similar need. It would be nice to be able to easily make a filled step plot. The solutions I've come up with are suboptimal.</p> <p dir="auto"><a href="http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg13072.html" rel="nofollow">htt...
<p dir="auto">Hi,</p> <p dir="auto">I think the fill_between function should take a drawstyle option. It would be both handy and consistent.</p> <p dir="auto">Here is a post from someone else requesting the feature, with a figure illustrating why this is needed:<br> <a href="http://old.nabble.com/fill_between-with-draw...
1
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/use-a-css-class-to-style-an-element#?solution=%0A%3Cstyle%3E%0A%20%C2%A0.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cp%3EKitty%20ipsum%20dolor%20s...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery</a> has an issue. Please describe how to reproduce it, and include links ...
0
<p dir="auto">Have a launch android emulator (or open the avd) UI available in IntelliJ like iOS does</p>
<p dir="auto">If no Android virtual device is running, you have to start it from the Android AVD Manager. Would be good to have en entry in tools to open that, similar to what Android Studio has (we should probably call it <code class="notranslate">Android AVD Manager</code>):</p> <p dir="auto"><a target="_blank" rel="...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">template and potentially more</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ans...
<p dir="auto">Hello,<br> I wanted to test ansible-2.0.0.<br> When I execute the command "ansible all -m ping", I have the following output.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.0.0 config file = ansible2/conf/ansible.cfg ...
0
<p dir="auto">Just to play safe it is better to place <code class="notranslate">"use strict"</code> inside function to avoid concat issues in future.</p> <p dir="auto">Original</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="impo...
<blockquote> <p dir="auto">Issue originally reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hzoo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hzoo">@hzoo</a> in <a class="issue-link js-issue-link" d...
0
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/html5-and-css/use-hex-code-to-mix-colors" rel="nofollow">use-hex-code-to-mix-colors</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.101 ...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/html5-and-css/use-hex-code-to-mix-colors" rel="nofollow">use-hex-code-to-mix-colors</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 S...
1
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the superset logs for python stacktraces and included it here as te...
<p dir="auto">Hi Superset people! I need your wisdom once again. Is it even a Superset issue? Or an nvd3 one?<br> Is there any chance for a fix or a workaround? Thanks in advance!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" chec...
1
<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 ...
<blockquote> <p dir="auto">Issue originally made by Joe Lencioni (lencioni)</p> </blockquote> <h3 dir="auto">Bug information</h3> <ul dir="auto"> <li><strong>Babel version:</strong> 6.6.5 (babel-core 6.7.0)</li> <li><strong>Node version:</strong> 5.8.0</li> <li><strong>npm version:</strong> 3.7.3</li> </ul> <h3 dir="au...
0
<p dir="auto">Hey guys, I'm from the Angular team and we are currently trying to use the TypeScript compiler to compile the project to system.register format. In the process, I noticed a bug with the output. I've cloned your branch <strong>release1.5</strong> to make sure that it wasn't just a bug on our end.</p> <p di...
<p dir="auto"><strong>TypeScript Version:</strong> 1.8.x</p> <p dir="auto">The tsconfig.json can list compileOnSave which is nicely supported in VS. To make that work on VS Code as well the necessary support should come from the tsserver. We could either send the tsserver and event when a file is saved or the tsserver ...
0
<p dir="auto">Consider enabling tabs inlined in the title bar by default, and also showing a single visible tab for the starting shell (e.g. always show tabs, even if there's only one process.)</p> <p dir="auto">This might reduce the every other day issue or comment asking why terminal "doesn't work" because they don't...
<p dir="auto">Followup to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="440884286" data-permission-text="Title is private" data-url="https://github.com/microsoft/terminal/issues/430" data-hovercard-type="issue" data-hovercard-url="/microsoft/terminal/issues/430/hovercard" href="htt...
1
<h1 dir="auto"><g-emoji class="g-emoji" alias="star2" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png">🌟</g-emoji> TAPAS (Weakly Supervised Table Parsing via Pre-Training)</h1> <h2 dir="auto">Model description</h2> <p dir="auto"><strong>TAPAS</strong> <a href="https://arxiv.org/pdf/2...
<h2 dir="auto">Environment info</h2> <ul dir="auto"> <li><code class="notranslate">transformers</code> version: 4.3.2</li> <li>Platform: Linux-5.4.0-66-generic-x86_64-with-debian-buster-sid</li> <li>Python version: 3.7.9</li> <li>PyTorch version (GPU?): 1.7.1 (True)</li> <li>Tensorflow version (GPU?): not installed (N...
0
<h1 dir="auto">Feature request</h1> <p dir="auto"><code class="notranslate">next</code> creates a <code class="notranslate">webpack</code> config and it'd be nice to have access to that.</p> <h2 dir="auto">Is your feature request related to a problem? Please describe.</h2> <p dir="auto">Certain other tools, such as <a ...
<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">Selecting certain columns from certain SQL queries frequently returns the following error: <code class="notranslate">Unknown exception: Cannot coerce[java.util.ArrayList] to VARCHAR</code></p> <p dir="auto">Which columns/queries that are affected seems to be non-deterministic, though I can always make a g...
<p dir="auto">Druid SQL doesn't support multi-value columns right now. They kind of work sometimes but not always.</p> <ul dir="auto"> <li>They are reported as VARCHAR which does not give the user a hint that they are multi-value.</li> <li><del>If you select one without aggregation then you get an error (<a class="issu...
1
<p dir="auto">When I am using DropDownMenu and as <code class="notranslate">menuStyle</code> I am setting transparency but it is being set for a div whose role is <code class="notranslate">menu</code> but a "div" above that is actually controlling the transparency.</p> <ul class="contains-task-list"> <li class="task-...
<p dir="auto">Hi,</p> <p dir="auto">I was wondering if it is possible to use keyboard (tab / arrow key) navigation inside a modal dialog and not have it "bubble up" beyond the dialog.</p> <p dir="auto">Currently when I open a dialog with modal set it true, and attempt to use the tab key to navigate between elements, it...
0
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">Unable to bundle TS code that uses the DOM.</p> <p dir="auto"><strong>To Reproduce</strong></p> <ol dir="auto"> <li>Create a <code class="notranslate">test.ts</code> file with contents:</li> </ol> <div class="highlight highlight-source-ts notranslate pos...
<p dir="auto">getting this error</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="AssertionError: &quot;data&quot; is unexpectedly null for &quot;asset:///lib.dom.d.ts&quot;. at assert (deno:cli/tsc/99_main_compiler.js:53:13) at Object.g...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 1903 for cmd Windows Terminal version (if applicable): latest from the Microsoft store Any other software? N/A"><pre lang="none" class="notransla...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [Version 10.0.19008.1000] Windows Terminal version (if applicable): 0.6.2951.0 Any other software? Ubuntu 18.04.3 LTS through WSL v2 / Windows Bu...
0
<p dir="auto">Code to reproduce -</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sklearn.tree import DecisionTreeClassifier from sklearn.tree import export_graphviz import numpy as np dtc = DecisionTreeClassifier().fit(np.random.random_s...
<p dir="auto">Example:<br> <code class="notranslate">from sklearn import tree</code><br> <code class="notranslate">clf = tree.DecisionTreeClassifier()</code><br> <code class="notranslate">clf.fit([[0]],[1])</code><br> <code class="notranslate">tree.export_graphviz(clf, filled=True)</code></p> <p dir="auto">We'll get er...
1
<h3 dir="auto">Describe the issue:</h3> <p dir="auto">np.abs(np.int64(-9223372036854775808)) -&gt; -9223372036854775808</p> <h3 dir="auto">Reproduce the code example:</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="np.abs(...
<p dir="auto">Python:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [117]: abs(-2147483646) Out[117]: 2147483646 In [118]: abs(-2147483647) Out[118]: 2147483647 In [119]: abs(-2147483648) Out[119]: 2147483648L In [120]: abs(-2147483649)...
1
<h3 dir="auto">Bug report</h3> <p dir="auto">Normally, systemwide configuration files at not completely ignored just because a local/user configuration file exists. But MPL will ignore default configuration values in /etc/matplotlibrc if a user matplotlibrc is found.</p> <p dir="auto">The documentation states that use...
<p dir="auto">Only one matplotlibrc file is loaded instead of loading them in order of decreasing scope. So when I added a matplotlibrc file in my home directory it unexpectedly changed the backend that was being set in <code class="notranslate">INSTALL/matplotlib/mpl-data/matplotlibrc</code> because that file was no l...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/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
<p dir="auto"><a href="http://typescript.codeplex.com/workitem/488" rel="nofollow">http://typescript.codeplex.com/workitem/488</a></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;use strict&quot;; class SomeClass { publ...
<p dir="auto">Some properties in JavaScript are actually read-only, i.e. writes to them either fail silently or cause an exception. These should be modelable in TypeScript.</p> <p dir="auto">Previous attempts to design this have run into problems. A brief exploration:</p> <div class="highlight highlight-source-ts notra...
1
<p dir="auto">When you hover over the buttons, they shift and the right button loses the rounded corners.</p> <p dir="auto"><a href="http://jsfiddle.net/BA4zM/147/" rel="nofollow">http://jsfiddle.net/BA4zM/147/</a></p> <p dir="auto">I have confirmed using v2.0.4 of bootstrap.js this issue does not happen.</p>
<p dir="auto"><a href="http://jsfiddle.net/JEBdk/5/" rel="nofollow">http://jsfiddle.net/JEBdk/5/</a></p> <p dir="auto">tooltip or popover on btn-group. the btn-group is not display correctly!<br> the last btn have not round corners and between the btn's is a space.</p> <p dir="auto">my suggestion, by generating the tip...
1
<pre class="notranslate">$ env | grep GO GOARCH=amd64 GOROOT=/home/nigeltao/go GOOS=linux $ cat main.go package main import "net" func main() { net.Dial("unix", "", "/tmp/.X11-unix/X0") } $ 6g main.go &amp;&amp; 6l main.6 $ 6prof ./6.out ptrace waitpid: unexpected new tid 8827 status 0x137f</pre>
<pre class="notranslate">What steps will reproduce the problem? 1. Cross-compile for linux/arm5. 2. Make a network request. My test harness for this bug was <a href="http://play.golang.org/p/drwd1JwnTd" rel="nofollow">http://play.golang.org/p/drwd1JwnTd</a> What is the expected output? Success or failure What do ...
0
<p dir="auto">For example when doing a transpose roundtrip-- right now type information is lost</p>
<p dir="auto">Could be called to recover types after <code class="notranslate">df.T.T</code></p>
1
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Terminal should support ZModem upload/download. ZModem is a friction-free way to transfer files up to 4GB in size in a terminal session without using other tools.</p> <h1 dir="auto">Proposed technical implementation details (optional)</h1> <p...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">For terminals which support zmodem protocol (like Xshell), one can use lrzsz to upload and download files from remote server directly through ther terminal, or even drag and drop files to upload. It will be great if Windows Terminal can support th...
1
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">import error in version 128</p> <p dir="auto"><em><strong>Code</strong></em></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export default class LoadLib { constructor() { ...
<p dir="auto">With version 128, the following code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;script type=&quot;module&quot;&gt; import * as THREE from 'https://unpkg.com/three@0.128.0/build/three.module.js'; import { OrbitControls } ...
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 Enterprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Erro...
<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 use component , given the following code it adds the below css rules</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=".MuiGrid-spacing-xs-16 { width: calc(100% + 16px); margin: -8px; } "><pre class="n...
<p dir="auto">The <code class="notranslate">&lt;Grid container&gt;</code> extends beyond its parent, with half of spacing size.<br> I have marked the extra width in red, also setting spacing to zero fixes the problem.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.gith...
1
<p dir="auto">requests does not work with charset-normalizer 3.0.0 or 3.0.1, blocking users of requests from updating to the latest charset-normalizer.</p> <h2 dir="auto">Expected Result</h2> <h2 dir="auto">Actual Result</h2> <h2 dir="auto">Reproduction Steps</h2> <div class="highlight highlight-source-python notrans...
<p dir="auto">Simple test under Python 3.3.2, using the current 2.0 branch of requests (same behaviour with requests-1.2.3 btw); inspecting request headers with requestb.in.<br> The Content-Type header contains two entries. I expected my stipulated header to override (replace) application/x-www-form-urlencoded.</p> <p ...
0
<p dir="auto"><strong>Migrated issue, originally created by Andrey Popp (<a href="https://github.com/andreypopp">@andreypopp</a>)</strong></p> <p dir="auto">Sometimes I want to write select statement as raw SQL and then be able to do subselects from it or join it to other sqlalchemy constructs. I wrote basic sqlalchemy...
<p dir="auto"><strong>Describe the bug</strong><br> When I insert instances using bulk insert, first the instances are added without the relations, then added again. Which causes duplicates and incomplete rows</p> <p dir="auto"><strong>Expected behavior</strong><br> The instances should only appear once inside the data...
0
<p dir="auto">If I wrap the playwright test object with our own custom test class, no tests run. Importing the playwright test object into the spec file directly works as expected.</p> <p dir="auto">I am attempting to move a large codebase from a Selenium based framework (theintern.io) to playwright. We already have a ...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.31.1]</li> <li>Operating System: macOS 13.0</li> <li>Browser: Chromium</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="ta...
0
<h3 dir="auto">System information</h3> <ul dir="auto"> <li> <p dir="auto"><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:<br> No</p> </li> <li> <p dir="auto"><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:</p> </li> </ul> <div cl...
<p dir="auto">The classify_image.py example isn't working because inception v3 is larger than 64MB</p> <p dir="auto">[libprotobuf ERROR google/protobuf/src/google/protobuf/io/coded_stream.cc:207] A protocol message was rejected because it was too big (more than 67108864 bytes). To increase the limit (or to disable the...
0
<p dir="auto">Hello,</p> <p dir="auto">I would like to be able to use mouse wheel scrolling as part of a shortcut.<br> For Example:</p> <ul dir="auto"> <li><code class="notranslate">win + scrollDown</code>, switch to next virtual desktop (scrollUp for previous)</li> <li><code class="notranslate">alt + scrollDown</code>...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <h1 dir="auto">Proposed technical implementation details (optional)</h1>
0
<p dir="auto">Possibility to hide the menu bar on windows. I takes up unnecessary space and it's barely being used because of the command palette and hotkeys for remaining functionality.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/3da86f02d3dde11562cb...
<p dir="auto">A lot of software on Windows (e.g. Sublime Text, Firefox) allow you to collapse the menu bar so there's only the tab bar. The menu bar can then be collapsed/expanded by pressing the Alt key.</p> <p dir="auto">It would be great to have this feature in Atom as it maintains the look and feel across different...
1
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/joaomoreno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/joaomoreno">@joaomoreno</a> on December 14, 2015 13:52</em></p> <p dir="auto"><a ta...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2> <p dir="auto"><code class="notranslate">torch.nn.functional.adaptive_avg_pool2d</code> causes a segmentation fault when the parameter <code class="notranslate">ou...
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2> <p dir="auto">In <code class="notranslate">torch.nn.functional.adaptive_avg_pool2d</code> and <code class="notranslate">torch.nn.functional.adaptive_avg_pool3d</c...
1
<p dir="auto">I was being really lazy when I wrote this one-liner:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="bytes2hex(arr::Vector{UInt8}) = join([hex(i,2) for i in arr])"><pre class="notranslate"><span class="pl-en">byt...
<p dir="auto">I do not manage to call Julia from a C-main program under Windows 7. I am aware of issues<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="79956639" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/11419" data-hovercard-type...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=puk_999" rel="nofollow">Jon Harper</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6796?redirect=false" rel="nofollow">SPR-6796</a></strong> and commented</p> <p dir="auto">There needs to be a way to issue a redire...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ma_kettner" rel="nofollow">Mark Kettner</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2646?redirect=false" rel="nofollow">SPR-2646</a></strong> and commented</p> <p dir="auto">We have the following source:</p> <d...
0
<p dir="auto">Is there any way to combine two different kernels in scikit-learn for different dimensions?<br> For example, if there is two input dimensions in GP, is there any way to define:</p> <p dir="auto">K((x,y),(x',y') = k(x,x') * k(y,y')<br> More precisely, how can we define active dimension for each of them?<br...
<p dir="auto">When doing kernel engineering, you often want different parts of the kernel to operate on different features (like some on time and some on space and some on whatever).<br> From what I can see, this is not currently possible with sklearn.<br> GPy implements that with a <code class="notranslate">active_dim...
1
<p dir="auto">The <code class="notranslate">dgemm</code> function does <em>not</em> write the result into <code class="notranslate">c</code> even when using <code class="notranslate">overwrite_c</code>.</p> <p dir="auto">I think this is a long-standing bug. I found an earlier mention of it here:<br> <a href="https://ma...
<p dir="auto">Turns out the overwrite option, when provided, does not work in all cases. So, it would be nice to clarify that this requires a Fortran array of the right type.</p>
1
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">The official <a href="https://threejs.org/examples/?q=fat#webgl_lines_fat" rel="nofollow">fat line example </a> doesn't work if we change the line scale to include negative.</p> <p dir="auto"><strong>To Reproduce</strong></p> <p dir="auto">Steps to repro...
<p dir="auto">As the title say: a <a href="https://github.com/mrdoob/three.js/blob/r98/examples/js/lines/Line2.js">Line2</a> disappears completely when the scale is set to negative on a single axis <code class="notranslate">line2.scale.set(-1, 1, 1)</code>. The line is obviously still there but it's not rendered.</p> <...
1
<p dir="auto">Installing packages. This might take a couple of minutes.<br> Installing react, react-dom, and react-scripts with cra-template...</p> <p dir="auto">npm ERR! cb() never called!</p> <p dir="auto">npm ERR! This is an error with npm itself. Please report this error at:<br> npm ERR! <a href="https://npm.co...
<h1 dir="auto">What / Why</h1> <p dir="auto">This seems to be a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="9634294" data-permission-text="Title is private" data-url="https://github.com/npm/npm/issues/3032" data-hovercard-type="issue" data-hovercard-url="/npm/npm/iss...
0
<p dir="auto"><strong>Describe the bug</strong><br> I want to wait until a subprocess(like a web server) is ready.<br> So I'm tried to write the code that reads the stdout of the process in async iteration and when I get a specific string, break it.</p> <p dir="auto">But it seems to be not releasing a TextDecoder if it...
<p dir="auto">I've come across what seems to be a bug in <code class="notranslate">TextDecoderStream</code> which allows it to leak the native decoder used by its <code class="notranslate">TextDecoder</code>.</p> <p dir="auto">I've made a test module to demonstrate the issue (repro code is at the bottom of that page, u...
1
<p dir="auto">I'm getting an issue where throwing an unhandled error turns into an infinite loop because the guarded callback wrapper fails to extract the error from the event:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/810438/23491589/152def...
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br> Bug</p> <p dir="auto"><strong>What is the current behavior?</strong><br> When a component returns something other than a valid React element, or <code class="notranslate">null</code>, it throws and does so infinitely....
1
<p dir="auto">This is an issue being there since 2.1.</p> <p dir="auto">The FormValidator runs the validation of the underlying object graph in 2 cases:</p> <ul dir="auto"> <li>on the root form</li> <li>in case all parents have <code class="notranslate">cascade_validation</code> set to <code class="notranslate">true</c...
<p dir="auto">SF 2.5.2 - after upgrade from 2.4<br> Validation in fallback mode</p> <p dir="auto">After submit form with errors (fields: text, datetime, collection + some assertions via annotations)<br> I'm going to webprofiler -&gt; form</p> <p dir="auto">Error:</p> <div class="snippet-clipboard-content notranslate po...
0
<p dir="auto">For code that builds a UI has to be readable. I understand that Dart is kind of like a simple version of Java, but it is not really a programming language for building a UI. For example, it doesn't have a closing tag. As a result, It is very hard to build a picture in mind with this unreadable code.</p> ...
<p dir="auto">Please see this movie, from my Nexus 5X: <a href="https://youtu.be/VC6spk7P6Xg" rel="nofollow">https://youtu.be/VC6spk7P6Xg</a></p> <p dir="auto">Notice how the FAB, while transitioning up, has a square shadow around it. It doesn't have the square the entire transition, but starting at second 3 of the tra...
0
<p dir="auto">cc <a class="team-mention js-team-mention notranslate" data-error-text="Failed to load team members" data-id="2157062" data-permission-text="Team members are private" data-url="/orgs/pandas-dev/teams/pandas-core/members" data-hovercard-type="team" data-hovercard-url="/orgs/pandas-dev/teams/pandas-core/hov...
<p dir="auto">I am trying to merge multiple dataframe with consecutive merge operations, I want to add a suffix to the name of the newly merged column names. A simplified version of my code looks like this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop...
0
<p dir="auto">In matplotlib 3.5.1 on Linux (arch and opensuse) pcolormesh is causing some extreme slowdowns. When I try to zoom or pan inside the window, reactions from the mouse are very slow, such that the drawn zoom indicator is &gt;1s delayed and the window/notebook freezes.</p> <p dir="auto">The extend varies some...
<h3 dir="auto">Bug summary</h3> <p dir="auto">After updating to mpl 3.5.0 my program hangs after plotting with pcolormesh(), no error messages. It works fine witl mpl 3.3.3. When I reduce the nx,ny values in my program it works fine.</p> <h3 dir="auto">Code for reproduction</h3> <div class="highlight highlight-source-p...
1
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chriskarel/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chriskarel">@chriskarel</a> on November 3, 2016 19:21</em></p> <h5 dir="auto">ISSU...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">route53 module</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.3.0"><pre c...
0
<p dir="auto">master branch build error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ruct std::atomic&lt;long int&gt;’ has no member named ‘GetNext’ lifecycle_id_ = lifecycle_id_generator_.GetNext(); ...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.0.0</li> <li>Operating System / Platform =&gt; ubuntu - docker image (jupyter/datascience-notebook:14fdfbf9cfc1)</li> <li>Compiler =&gt; gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)</li> </ul> <h5 dir="auto">Detailed description</h5...
1
<p dir="auto">Having animated route transitions would be nice, as this is one of the many benefits through client-side routing. Doing so should be left up to the user in my opinion (some people prefer CSS transitions over more fine-grained control with <code class="notranslate">react-motion</code> etc). As I understand...
<p dir="auto">I noticed that one React root is used, while this is certainly the simplest solution, I'm curious if there's a plan to support or use multiple React roots?</p> <p dir="auto">In the current architecture with a single root, a client-side navigation blows away everything visible on the page and re-renders ev...
1
<p dir="auto">Some of the plot titles / legends seem to overrun the margins of the plots and get cut off.</p> <p dir="auto">See the narrative documentation here <a href="http://scikit-learn.org/dev/modules/gaussian_process.html" rel="nofollow">http://scikit-learn.org/dev/modules/gaussian_process.html</a> for a start</p...
<p dir="auto">The plot in <a href="http://scikit-learn.org/dev/auto_examples/gaussian_process/plot_compare_gpr_krr.html" rel="nofollow">http://scikit-learn.org/dev/auto_examples/gaussian_process/plot_compare_gpr_krr.html</a><br> doesn't look good on the website (and is referred to in the user guide).<br> The legend is ...
1
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/water4u99/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/water4u99">@water4u99</a> on 2016-11-18T22:28:43Z</p> <h5 dir="auto">ISSUE TYPE</h5> <ul...
<h5 dir="auto">ISSUE TYPE</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Bug Report"><pre class="notranslate"><code class="notranslate">Bug Report </code></pre></div> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">template</p> <h5 dir="auto...
1
<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">Soft link and folder under same root folder will be handled as the same relative path. Say i have dags folder which looks like this:</p> <div class="snippet-clipboard-content notranslate ...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">main (development)</p> <h3 dir="auto">What happened</h3> <p dir="auto">The common sql <code class="notranslate">fetch_all_handler</code> modified by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1039617992" data-permission-te...
0
<p dir="auto">Running <a href="https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/ios_examples/simple">the simple iOS example</a> provided by this repository will crash if I target any iPhone 4s/iPhone 5 <strong>simulator</strong>. The app will crash immediately at launch, before entering <code cla...
<p dir="auto">Have I written custom code: N/A<br> OS Platform and Distribution: cpe:/o:centos:centos:7<br> TensorFlow installed from: pip install<br> TensorFlow version: 1.10<br> Bazel version: N/A<br> CUDA/cuDNN version: Cuda 9.0<br> GPU model and memory: 1080 Ti, 11G<br> Exact command to reproduce: N/A<br> Mobile dev...
0
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>flutter channel<br> Flutter channels:<br> beta<br> dev</li> </ol> <ul dir="auto"> <li>master</li> </ul> <ol start="2" dir="auto"> <li>flutter upgrade</li> <li>flutter create test_app</li> <li>flutter run -d </li> </ol> <h2 dir="auto">Logs</h2> <div class="sni...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">This was only tested on the Simulator, not on the device itself.</p> <ol dir="auto"> <li>Run the Flutter Gallery on iOS.</li> <li>Scroll to Material Components -&gt; Buttons (and tap on it)</li> <li>In the new screen, in the top far right, tap on the "page/paper" ico...
0
<p dir="auto">The issue is a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68024870" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/4720" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/4720/hovercard" href="...
<p dir="auto">Numpy's bool_ type seems to fail an isinstance check with the Python numbers.Integral ABC:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy import numbers x = numpy.array([True]) print( isinstance(x[...
0
<p dir="auto">When I open Atom, after updating to v0.192.0, it launches 7 processes, one of which runs this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/usr/share/atom/atom --eval require('/usr/share/atom/resources/app/node_modules/coffee-...
<p dir="auto">When editing a file, after the editor was open for a little while, it started to consume all the CPU and steadily consume more RAM (until all the available RAM is consumed).</p> <p dir="auto">The command line of the runaway process was:</p> <div class="snippet-clipboard-content notranslate position-relati...
1
<p dir="auto">Using Atom 0.183.0 on Windows 7 x64.</p> <p dir="auto">After atom updates, I become unable to double click files and have them open. The command line still works fine.</p> <p dir="auto">To fix:</p> <ol dir="auto"> <li>Open <code class="notranslate">regedit.exe</code></li> <li>Navigate to <code class="notr...
<p dir="auto">Currently it is not so easy to assign atom as default editor on windows eg for all .css files</p> <p dir="auto">the path to atom.exe is changed with every update.</p> <p dir="auto">no exe in C:\Users\hebbet\AppData\Local\atom<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.gi...
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 [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https...
<p dir="auto">Has it been considered exposing the typings for the <code class="notranslate">angular2/test_lib</code> module? Maybe even have it as top level module? Because I use some of the exposed methods in unit tests for the components I write, and I think that might be the case for many others, unless there is a p...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.30.0</li> <li>OS: macOS 13.0.1</li> <li>Memory: 216.70 MB / 16.00 GB</li> <li>Node: 18.13.0 - ~/.nix-profile/bin/node</li> <li>Yarn: 1.22.19 - ~/.nix-profile/bin/yarn</li> <li>npm: 8.19.3 - ~/.nix-profile/bin/npm</li> <li>Bash: 3.2.57...
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.25.1</li> <li>Operating System: MacOs</li> <li>Node.js version: v16.17.0</li> </ul> <p dir="auto"><strong>Code Snippet</strong></p> <div class="highlight highlight-source-tsx notranslate position-relative overflow-auto" dir="auto" d...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=avatah" rel="nofollow">Wojciech Durczyński</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5156?redirect=false" rel="nofollow">SPR-5156</a></strong> and commented</p> <p dir="auto">In OSGI <code class="notranslate"...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=speedskater" rel="nofollow">Robert Binna</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9296?redirect=false" rel="nofollow">SPR-9296</a></strong> and commented</p> <p dir="auto">In version 3.1.1 of the springframe...
0
<p dir="auto"><strong>Apache Airflow version</strong>: 1.10.15 with postgres db in docker container</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): NA</p> <p dir="auto"><strong>Environment</strong>: DEV</p> <ul dir="auto"> <li><...
<p dir="auto"><strong>Description</strong></p> <p dir="auto">Currently, the <a href="https://github.com/apache/airflow/blob/main/airflow/providers/postgres/operators/postgres.py">PostgresOperator</a> defines the database hook in a fixed way:<br> <code class="notranslate">self.hook = PostgresHook(postgres_conn_id=self.p...
0
<p dir="auto">master but also present on 1.5.3</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="imshow(rand(5, 5)); gca().set_xticklabels([&quot;foo&quot;, &quot;bar&quot;])"><pre class="notranslate"><code class="notranslate">imshow(rand(5, 5));...
<p dir="auto">Tested on matplotib 1.5.1 on OSX, pip installation. Not sure about regression but I never noticed this behavior before.</p> <p dir="auto"><strong>Expected behavior</strong>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="plt.figu...
1
<p dir="auto">When updating from <code class="notranslate">v3.0.3</code> to <code class="notranslate">v3.0.4</code> the version gets updated to <code class="notranslate">v3.0.4-DEV</code>.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/15246351/1...
<p dir="auto">After upgrading Symfony to version 3.0.4 I see "3.0.4-DEV" instead of "3.0.4" as version in console and debug toolbar. Would you be so kind to fix this issue?</p> <p dir="auto">Thank you.</p>
1
<p dir="auto">Can not import css after upgrading to v5</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="//next.config.js const withCSS = require('@zeit/next-css') module.exports = withCSS()"><pre class="notranslate"><span class="p...
<h1 dir="auto">Bug report</h1> <p dir="auto">Discussed with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/timneutkens/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/timneutkens">@timneutkens</a> on Slack.</p> <...
0