text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">I'm trying to test that a user with the wrong permissions sees the correct response when visting a page that has a csrf token in the path.</p> <p dir="auto">I've added a Behat context step to create a csrf token using the 'security.csrf.token_manager', however then visit the page with this token in the pa...
<p dir="auto">Hi guys!</p> <p dir="auto">Currently, in service definition, we can set <code class="notranslate">parent</code> of service. Setting <code class="notranslate">parent</code> means that arguments, method calls, property sets and some other things copied from parent definition and (possibly) replaced by concr...
0
<p dir="auto">I find it difficult to read hovers: the font is the same as the underlying text and the hover text does not stand out from the underlying text. And the fixed width font makes hovers wider than necessary.</p> <p dir="auto">Look here: where is the hover?<br> <a target="_blank" rel="noopener noreferrer nofol...
<p dir="auto">Testing <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="128546969" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/2230" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/2230/hovercard" href="https://g...
1
<h2 dir="auto">System information (version)</h2> <ul dir="auto"> <li>OpenCV =&gt; 4.1.1-pre</li> <li>Operating System / Platform =&gt; Windows 10 64 Bit</li> <li>Compiler =&gt; Visual Studio 2019</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">Trying to load <em>cv::cuda::CascadeClassifier</em>, get e...
<p dir="auto">This PR (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="379219861" data-permission-text="Title is private" data-url="https://github.com/opencv/opencv_contrib/issues/1889" data-hovercard-type="pull_request" data-hovercard-url="/opencv/opencv_contrib/pull/1889/hovercard"...
1
<p dir="auto">Hi !</p> <p dir="auto">I have this kind of code :</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface FooInterface {} abstract class AbstractBar implements FooInterface{} class Baz extends AbstractBar {} ...
<p dir="auto">I'm using UniqueEntity validation in a form and it works fine. (master branch)</p> <p dir="auto">@UniqueEntity(fields={"gateway", "list", "address"})</p> <p dir="auto">gateway is a relation, the others are scalar fields.</p> <div class="highlight highlight-text-html-php notranslate position-relative overf...
0
<p dir="auto">Opening file from command line with line-column didn't work in Windows (particularly on Windows 8.1 and Atom 1.0.0).</p> <p dir="auto">Both</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt; atom.cmd article.tex:22:10"><pre clas...
<p dir="auto">Running <code class="notranslate">atom file.tex:100</code>, Atom will open a file called <code class="notranslate">atom file.tex:100</code> rather than open <code class="notranslate">file.tex</code> at line 100<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubuserconte...
1
<p dir="auto">Cannot use Chinese input method</p>
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Microsoft Windows [版本 10.0.18362.267] Windows Terminal version (if applicable):0.3.2142.0"><pre lang="none" class="notranslate"><code class="notranslate">Microsoft Win...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">cloud/vmware_guest.py</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.0.0 ...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">vmware_guest</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 config f...
1
<p dir="auto">When basicConfig() from logging (python 2.7.11) is used, tensorflow duplicates output of logger (load logger twice).</p> <p dir="auto">Example code and output:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from logging import ba...
<p dir="auto">I am trying transform a csv file consisting two columns: short_description, label. Description consists sentences from length 1 to 4 and label is just an integer number. The csv file has a size of 740 MBs however on converting it to TFRecord the size of the new file increased to 1.2GB, which I think is no...
0
<pre class="notranslate">With the deprecation notice at <a href="http://golang.org/pkg/net/http/httputil/#NewClientConn" rel="nofollow">http://golang.org/pkg/net/http/httputil/#NewClientConn</a> it would be good to have client-side HTTP hijack support in a supported way. Current RoundTripper etc force a request-reply ...
<p dir="auto">by <strong><a href="mailto:raul.san@sent.com">raul.san@sent.com</a></strong>:</p> <pre class="notranslate">Sometimes you use a function to initialize and return a new type, having the type like private. In those cases, godoc doesn't shows the documentation of public methods for private types. Here[1] yo...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.2.0</li> <li>Operating System / Platform =&gt; Windows 10 64-bit / Python</li> <li>Compiler =&gt; MSC v.1900 64 bit (AMD64)</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">Using the VNG demosaicing in cvtColor( ) res...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.3</li> <li>Operating System / Platform =&gt; Ubuntu 16.04 x86-64</li> <li>Compiler =&gt; g++ 5.4.0</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto"><code class="notranslate">CascadeClassifier::detectMultiScale</code> (<...
0
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-reboot-release-1.4/589/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-reboot-release-1.4/589/</a></p> <p dir="auto">Failed: BeforeSuite {Kubernet...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/10992/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/10992/</a></p> <p dir="auto">Failed: BeforeSuite {Kubernetes e2e suite}</p> <div c...
1
<p dir="auto">In IE8 (8.0.7601.17514), showing a modal then showing a second modal either crashes the browser or causes a "stack overflow on line 0" error.</p> <p dir="auto">Jsfiddle <a href="http://jsfiddle.net/pBXt8/1/" rel="nofollow">here</a>.</p> <p dir="auto">(Jsfiddle doesn't work with IE8 though, so to reproduce...
<p dir="auto"><a href="http://jsfiddle.net/guyong/EUVWC/2/" rel="nofollow">http://jsfiddle.net/guyong/EUVWC/2/</a></p> <ol dir="auto"> <li>Click the button read 'Click Me'</li> <li>On the modal dialog click 'Show Another'</li> <li>Then click the textbox</li> <li>Firefox will be unresponsive</li> </ol>
1
<ol dir="auto"> <li>zoom in really far on the middle of a document</li> <li>select some text</li> <li>ctrl+wheel zoom out and the selected text scrolls off the screen</li> </ol> <p dir="auto">in visual studio and wordpad and prob others it seems to be anchored to the top of the window while zooming so your selection an...
1
<p dir="auto">Using <code class="notranslate">1.0.0-beta.21</code>.<br> I have something like this:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" &lt;Dialog fullScreen open={this.addProductDialogOpen...
<p dir="auto">My app break after updated to latest beta.</p> <p dir="auto">The dialog always shown. Previous version beta 18 don't have this issue</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" &lt;Drawer open={false} ...
1
<h1 dir="auto">Question about Next.js</h1> <p dir="auto">i am curious about why this warning will occur. now i am using next.js 6.0.0 to develop my client side app. i have never use the 'url' property in my page-level component, for my page -level component is generated by an hoc -- withDvaReduxHoc. never have i used t...
<p dir="auto">Currently <code class="notranslate">next/link</code> will ignore <code class="notranslate">onClick</code> props set on <code class="notranslate">&lt;Link&gt;</code> or contained <code class="notranslate">&lt;a&gt;</code> elements:</p> <div class="highlight highlight-source-js notranslate position-relative...
0
<ul dir="auto"> <li><strong>Electron Version:</strong> <ul dir="auto"> <li>^12.0.0</li> </ul> </li> <li><strong>Environment:</strong> <ul dir="auto"> <li>Arch Linux, npm 6.14.11, node v15.10.0</li> </ul> </li> <li><strong>Last Known Working Electron version:</strong> <ul dir="auto"> <li>^11.0.0</li> </ul> </li> </ul> <...
<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
<p dir="auto">Dear Fabien,<br> Thank you for uploading your slides on the symphony hack day in Berlin.<br> I played around with the expression language and the got the error, that in the router the request is missing.</p> <p dir="auto">I created a fork of symfony standard to reproduce the problem:<br> <a href="https://...
<p dir="auto">I had a problem where i put <code class="notranslate">assetic:</code> twice in <code class="notranslate">config_prod.yml</code> by accident. Because of that it didn't work as i expected. It would be nice if symfony throws a warning for this instead of just overriding/ignoring. Perhaps part of developer ex...
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/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="au...
<p dir="auto">Hey all,</p> <p dir="auto">I'm running into an old Heroku issue that I thought was solved via <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="187345591" data-permission-text="Title is private" data-url="https://github.com/vercel/next.js/issues/198" data-hovercard-type="...
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: 0.23.0</li> <li>PowerToy Utility: fancy zones</li> <li>Running PowerToys as Admin: yes</li> <...
<p dir="auto">If the user sets big enough <code class="notranslate">Space around zones</code> value, the Editor would crash on the next launch.<br> 'Big enough' means that on the grid zone size calculation, its width or height would be a negative value with selected space. It depends on zones count and display resoluti...
1
<p dir="auto">I couldn't find any examples of this anywhere so here goes.</p> <p dir="auto">What I have in mind is this:<br> I have an already fit custom transformer and i want to use it in a pipeline with a model that is not fit to the transformed data yet.</p> <p dir="auto">The goal is to keep the old fit transformer...
<h3 dir="auto">Describe the workflow you want to enable</h3> <p dir="auto">There is no cohesive way of knowing when a classifier will finish training. What is shown by <code class="notranslate">verbose = True</code> is not consistent across models.</p> <h3 dir="auto">Describe your proposed solution</h3> <p dir="auto">I...
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">For some reason, I want to divide all training processes into several subset, and do communication in each of them. As the division may change duri...
<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">Seems that CUDA10.0 could build pytorch objects, but during linkage phase. it failed. could you help to check reason, or give me some hints for solv...
0
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/8270/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/8270/</a></p> <p dir="auto">Failed: [k8s.io] Dynamic provisioning [k8s.io] DynamicProvisioner should create...
<p dir="auto">HPA wants to be GA in 1.2.</p> <p dir="auto">Let's collect graduation requirements here.</p>
0
<p dir="auto">by <strong>andrewdevplu</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? --------------------------------------------------------------- 1.Create a http.Client object, and Get() a web page containing javascript. The specific page I am using is <a href="http://www.stedwards.edu...
<p dir="auto">by <strong><a href="mailto:gconnell@google.com">gconnell@google.com</a></strong>:</p> <pre class="notranslate"><a href="http://golang.org/doc/devel/release.html" rel="nofollow">http://golang.org/doc/devel/release.html</a> does not yet include go 1.1.</pre>
0
<p dir="auto">I have 2 tabs and I want to hide the AppBar when I scroll on either of them. The idea is to achieve the behavior with the floating option on SliverAppBar, but it doesn't work with the TabBarView. Instead of appearing again as soon as you start scrolling up, it only appears when you get to the top.</p> <p ...
<p dir="auto">b/136489010</p> <p dir="auto">I want to make a floating app bar that's shared across multiple TabBarViews, so I used a NestedScrollView. I would expect the app bar to appear whenever I scroll up at any point of the page but it does not seem to do so?</p> <p dir="auto"><strong>main.dart</strong></p> <div c...
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4.0</li> <li>Operating System / Platform =&gt;Windows 10</li> <li>Compiler =&gt; Visual Studio 10</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">vector subscript out of range during trainAuto with default parameters<...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; <g-emoji class="g-emoji" alias="grey_question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2754.png">❔</g-emoji> 4.1.2</li> <li>Operating System / Platform =&gt; <g-emoji class="g-emoji" alias="grey_question"...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.35.1]</li> <li>Operating System: [MacOS Ventura 13.4 (22F66)]</li> <li>Browser: [All]</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="" disabl...
<p dir="auto">After moving the global setup and teardown function into different projects(see config below), the project setup and teardown do not trigger. I also tested it on another different project and still the same.</p> <h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.36]</li> <li>Opera...
0
<p dir="auto">It's really awesome that you now host a official Debian package for atom, however, there is one area for improvement, updating. Currently, you have to check the website for updates and then go to the atom website to download the new Debian package. This is ignoring one of the most useful parts of the debi...
<p dir="auto">launchpad.net<br> would you please release atom for ubuntu , as a launchpad ppa repository?</p>
1
<p dir="auto">I'm trying to connect to a local websocket server.</p> <p dir="auto"><code class="notranslate">socket = new WebSocket("ws://localhost:30003");</code></p> <p dir="auto">The socket never connects properly. When I try to do <code class="notranslate">socket.send()</code>, it throws a DOMException:</p> <p dir=...
<p dir="auto">I'm connecting to a websocket server and would like to use the user agent string to record which app versions are hitting my server as specified here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="23730729" data-permission-text="Title is private" data-url="https://git...
1
<p dir="auto">Continuation of the discussion here which is a bit stale at this point: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="45000584" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/5410" data-hovercard-type="issue" data-hovercard...
<p dir="auto">When I create a shape with a sequence (shape.moveTo ..) and this sequence contains a shape.absarc or shape.arc (haven't tried splines) a twin point is added before the arc into the Shape definition ?</p> <p dir="auto">In <a href="http://jsfiddle.net/hazq026t/7/" rel="nofollow">this sample</a> the twin poi...
0
<p dir="auto">Hello. I have been trying to build pytorch on Windows 10 Pro for about a week. I am really hitting a wall, and not sure how to proceed. I would appreciate so much any pointers that someone could give me. Here is my set of commands and output....</p> <p dir="auto">INPUT</p> <p dir="auto">set "VS150COMNTOOL...
<h2 dir="auto">Bug</h2> <p dir="auto">Internal compiler error on Windows with CUDA build.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Error: Internal Compiler Error (codegen): &quot;there was an error in verifying the lgenfe output!&quot; ...
1
<p dir="auto">I've reproduced this on the DEB package (might likely applies to the RPM package also).</p> <p dir="auto">I ran across a scenario wherein user was using the DEB package. Then they opened the <code class="notranslate">/etc/elasticsearch/elasticsearch.yml</code> file and changed <code class="notranslate">pa...
<p dir="auto">I've been trying to make sense of Elasticssearch histogram aggregations the last couple of days. And I've found that they don't work as expected, or even advertised.</p> <p dir="auto">Lets say i want to aggregate like so:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-aut...
0
<p dir="auto">After unstacking data that were grouped using groupby the data appears in an unexpected order. The groupby data are in the ascending order, but after unstacking this is no longer true.</p> <p dir="auto">The following code demonstrates:<br> import numpy as np<br> import pandas as pd</p> <p dir="auto">print...
<p dir="auto">I recall discussing this before but came up on the mailing list again. Sorting of cut output is always wrong / ugly. I propose creating a str-like that compares with others of the same type as if they were tuples (possibly with nice logic around ranges) - would be facilitated by intro of CategoricalBlock....
1
<p dir="auto">Hey!</p> <p dir="auto">I think I found a bug, although I'm not sure if it might be intended behavior. If it is actually a bug, I'll try find the fix and flesh out a proper minimum reproducible example.</p> <p dir="auto">Here's an annotated plot that I generated during my day-to-day usage:</p> <p dir="auto...
<p dir="auto">Hi,</p> <p dir="auto">I've been an avid user of <code class="notranslate">boxenplot</code>, and it's a great function!</p> <p dir="auto">I noticed that there were some improvements to <code class="notranslate">boxenplot</code> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" d...
1
<p dir="auto">I ran the <code class="notranslate">yo aspnet</code> and selected web api after following the tutorial. I tried to bring up <code class="notranslate">dnx web</code> command by pressing command shift p but it didn't find my command even through I could do dnx restore. This command worked from terminal.. Id...
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Injac/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Injac">@Injac</a> on November 19, 2015 14:34</em></p> <p dir="auto">Today I installed VS...
1
<p dir="auto">I am using Android Studio 3.0, gradle version 4.3, and glide version 4.3.0. I am having the same issue with Glide version 4.2.0. I am getting an error whenever trying to run the project saying</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop...
<p dir="auto">i use v4.7.1</p> <p dir="auto">gif is slow.. help me.</p>
0
<p dir="auto">Writing this <a href="https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/network/kubenet/kubenet_linux.go#L158">https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/network/kubenet/kubenet_linux.go#L158</a> to filesystem allows us to share a single kubelet generated CNI config fo...
<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>.):<br> No</p> <p dir="auto"><strong>What keywords did you se...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Several times a user may need a administrator cmd window for doing some task.<br> But the current terminal design doesn't allow it. This terminal is beneficial for using multiple command line tools easily.<br> If the new administrator tab is opene...
<p dir="auto">When using normal cmd.exe console, using <a href="https://github.com/bmatzelle/gow">https://github.com/bmatzelle/gow</a> and then using <code class="notranslate">nano readme.txt</code>, all works normally.</p> <p dir="auto">In the new terminal, arrow keys displays <code class="notranslate">[ Unknown Comma...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">A Button to import/export zones so you can share it with friends or on a new computer!<br> It would be way easier to export it put the file on a USB and import it on a different pc then. Going into settings and trying to recreate it.</p>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">I'd like to be able to share a saved FancyZone layout using a file, maybe adding a share as a file button on the app.<br> The file should be a JSON, or XML (but please, a JSON) including the resolution of the screen and all the details of the zone...
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 df = pd.DataFrame([&quot;a&quot;, &quot;b&quot;, &quot;c&quot;], columns=[&quot;test&quot;]...
<p dir="auto">Hello,</p> <p dir="auto">I'm trying to make a new DataFrame that contains the value counts of a column of an existing DataFrame (<a href="https://github.com/pydata/pandas/files/181629/spreadsheet.xlsx">spreadsheet.xlsx</a>), but I want the rows in the new DataFrame to be in the same order as the old one.<...
1
<h4 dir="auto">Summary</h4> <p dir="auto">When submitting a <code class="notranslate">POST</code> request of relatively small size,</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as qs from &quot;querystring&quot;; impo...
<p dir="auto">android 4.4.4 系统上,我用axios发起请求,后台返回json数据过大的时候,response 为null,后面改用fetch 使用ok,使用环境react native 0.55版本</p> <ul dir="auto"> <li>axios version: <em>e.g.: v0.18.0</em></li> </ul>
1
<p dir="auto">I noticed that doing the following<br> <code class="notranslate">mul!(C, A, view(B,:,j)) # where A is a SparseMatrixCSC and B is transpose(any matrix)</code>,<br> falls back to the generic matvecmul.</p> <p dir="auto">The thing that breaks it, is the transpose. Without that it works as expected.<br> Of co...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; using Requests julia&gt; help(get) INFO: Loading help data... Base.get(collection, key, default) Return the value stored for the given key, or the given default value if no mapping f...
0
<p dir="auto"><code class="notranslate">glyphicon</code> makes html and css longer, why not using only <code class="notranslate">gi</code>.</p> <p dir="auto">e.g.:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;span cl...
<p dir="auto">I'm sure some where along the line there was a discussion about how icon classes should be declared, but how the current format was decided on is beyond me.</p> <ul dir="auto"> <li>it takes forever to type by hand</li> <li>impossible to switch to other icons-as-a-font libraries and keep the same code as m...
1
<p dir="auto"><strong>Describe the bug</strong><br> When set url:</p> <ol dir="auto"> <li> <p dir="auto"><a href="https://localhost:44302/api/v1/contract?order%5B0%5D.ascendant=false&amp;order%5B0%5D.name=id&amp;pagging.page=0&amp;pagging.pageSize=9&amp;filter.code9=222&amp;filter.onlyAgency=true" rel="nofollow">https:...
<p dir="auto">It seems that axios v0.19.1 introduced a new bug.</p> <p dir="auto">The bug comes from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="506498428" data-permission-text="Title is private" data-url="https://github.com/axios/axios/issues/2464" data-hovercard-type="pull_requ...
1
<p dir="auto"><strong>Migrated issue, originally created by Alistair Watson</strong></p> <p dir="auto">The code below emits:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="CREATE SEQUENCE test_sequence"><pre class="notranslate"><code class="no...
<p dir="auto"><strong>Migrated issue, originally created by Andrew Paulo Robillo (<a href="https://github.com/shimofuri">@shimofuri</a>)</strong></p> <p dir="auto">I'd been copying this <a href="https://bitbucket.org/snippets/shimofuri/bALAz" rel="nofollow">snippet</a> from my old cookbook to add a surrogate key to a d...
1
<p dir="auto">SubArrays are not subtypes of DenseArray, even when they could be:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; arr = rand(3,3) 3x3 Array{Float64,2}: 0.838499 0.649594 0.810356 0.865377 0.204888...
<p dir="auto">Many C libraries have functions like the following:</p> <div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="void fastadd(size_t len, const double *a, const double *b, double *c)"><pre class="notranslate"><span class="pl-k"...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<h1 dir="auto">Weekly Report of Dubbo</h1> <p dir="auto">This is a weekly report of Dubbo. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.<br> It is all done by <a class="user-mention notranslate" data-hovercard-type="user" dat...
0
<p dir="auto">Hi,</p> <p dir="auto">when I start my <code class="notranslate">Flask</code> app via <code class="notranslate">python3 -m flask run</code> and there is an error in my code, <code class="notranslate">Flask</code> only returns with the following message:</p> <div class="snippet-clipboard-content notranslate...
<p dir="auto">(Observed on Python 2.7; untested on 3.x)</p> <h2 dir="auto">Steps to reproduce:</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="echo &quot;import thisisnotarealpackage&quot; &gt; error_app.py export FLASK_APP=error_app.py flask ...
1
<p dir="auto">This issue occured when we upgraded to bootstrap 3.1.</p> <p dir="auto">jsfiddle: <a href="http://jsfiddle.net/kKsp7/2/" rel="nofollow">http://jsfiddle.net/kKsp7/2/</a></p> <p dir="auto">The hack I will use until this issue is fixed is included in the css.</p>
<p dir="auto">As of 3.1, when you do:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;div class=&quot;panel panel-default&quot;&gt; &lt;table class=&quot;table table-bordered&quot;&gt; &lt;thead&gt; &lt;th&g...
1
<p dir="auto"><strong>Symfony version(s) affected</strong>: 3.4.9</p> <p dir="auto"><strong>Description</strong><br> Cache don't invalidate tags. In version 3.4.8 everything working fine.</p> <p dir="auto"><strong>How to reproduce</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow...
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>^4.0</td> </tr> </tbody> </...
1
<p dir="auto">Operating System: Mac Os X 10.9.5</p> <p dir="auto">Current tensorflow version 0.7.1</p> <p dir="auto">I am trying to get the Cifar-10 tutorial running on my own data set (so using other images, but the same code). Training works fine. However, the evaluation seems to have a problem. Whenever I run the ev...
<h3 dir="auto">Environment info</h3> <p dir="auto">Operating System: Ubuntu 14.04.4 LTS</p> <p dir="auto">If installed from binary pip package, provide:</p> <ol dir="auto"> <li>Which pip package you installed.<br> : tensorflow-0.7.1-cp27-none-linux_x86_64.whl</li> <li>The output from python -c "import tensorflow; print...
1
<p dir="auto">I am working on finding the version where this broke.</p> <p dir="auto">The following input:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="'use strict'; import * as React from 'react-tools/build/modules/React'; ...
<p dir="auto">If you define a getter/setter in a class and then override the setter in a subclass without overriding the getter, the getter from the parent class gets erased. This is also an issue with Traceur.</p> <p dir="auto">Example:</p> <div class="highlight highlight-source-js notranslate position-relative overfl...
0
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="node_modules/@types/jsdom/index.d.ts(10,10): error TS2305: Module '&quot;/Users/maoke/project/kemao/party/node_modules/@types/jsdom/node_modules/parse5/lib/index&quot;' has no expo...
<p dir="auto">After the last npm release 1.6.2. projects with @types/angular and @types/jquery fail tslint.<br> This is caused by angular types now including jqlite.d.ts which clashes with jquery.d.ts</p> <p dir="auto">The error thrown by the tslint:</p> <div class="snippet-clipboard-content notranslate position-relat...
0
<p dir="auto">When I use a small image for SRGAN training, it runs well, but when I use a 1080P image for generation, the process killed without any related log. The batch is 8 so I don't think it will run out all my GPU memory, also there's no fully connection layer in my SRGAN</p> <p dir="auto">gpu device: GTX 1060 6...
<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>: N/A</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Win 10</li> <li><strong>TensorFlow installed from (source or ...
0
<p dir="auto">Since RandomForestClassifier and RandomForestRegressor do not have a max_samples attribute unlike BaggingClassifier and BaggingRegressor, there is no way to set the sub sample size in case of former. This is undesirable in case of large datasets where the individual estimators of the random forest may nee...
<h4 dir="auto">Description</h4> <p dir="auto"><code class="notranslate">train_test_split</code> splits the single sample data such that train part has 0 samples and test has that sample. Also this behaviour is not affected by setting the <code class="notranslate">test_size</code> to any value.</p> <h4 dir="auto">Steps/...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.*</li> <li>Operating System / Platform =&gt; Windows x64</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">In python 3.6.8 using the cv2 library, when using cv2.imwrite as:</p> <blockquote> <p dir="auto">cv2.imwrite('p...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.2</li> <li>Operating System / Platform =&gt; Windows 64 Bit</li> <li>Compiler =&gt;Visual Studio 2015</li> </ul> <h5 dir="auto">Detailed description</h5> <h5 dir="auto">Steps to reproduce</h5> <p dir="auto">The following is the code ...
0
<blockquote> <p dir="auto">Please use this form and describe your issue, concisely but precisely, with as much detail as possible</p> </blockquote> <blockquote> <ul dir="auto"> <li>Your Windows build number: (Type <code class="notranslate">ver</code> at a Windows Command Prompt)</li> </ul> </blockquote> <p dir="auto">...
<p dir="auto">repasting details from <a href="https://github.com/Microsoft/WSL/issues/3750" data-hovercard-type="issue" data-hovercard-url="/microsoft/WSL/issues/3750/hovercard">here</a>:</p> <p dir="auto">Please use this form and describe your issue, concisely but precisely, with as much detail as possible</p> <p dir=...
1
<p dir="auto">Calling "require('node-expat')" results in "Error: A dynamic link library (DLL) initialization routine failed"</p> <p dir="auto">Platforms: tested with Windows 8.1 64 and x86 (virtual machine)<br> Versions: VSCode 0.10.5, Node.js 4.1.1 ia64 or x86; or Node.js 5.3.0 ia64 or x86, Python 2.7.11, node-expat 2...
<p dir="auto">Using the latest build of VS Code (0.10.6), the following crash occurs:</p> <p dir="auto">Process: Electron [7389]<br> Path: /Users/USER/Desktop/Visual Studio Code.app/Contents/MacOS/Electron<br> Identifier: com.microsoft.VSCode<br> Version: 0.10.6 (0.10.6)<br> Code Type: ...
0
<p dir="auto">On a regular <code class="notranslate">TextField</code>, the <code class="notranslate">onChange</code> event handler receives an event parameter that allows to know the name of the <code class="notranslate">TextField</code> as well as the value that was changed to:</p> <div class="highlight highlight-sour...
<p dir="auto">Tooltips cause horizontal scroll when resizing the window to a smaller one.</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/callemall/material-ui/issues">is...
0
<p dir="auto">by <strong><a href="mailto:calvin.walton@kepstin.ca">calvin.walton@kepstin.ca</a></strong>:</p> <pre class="notranslate">What steps will reproduce the problem? 1. Attempt to build go (6g) with a gcc version which is different from what any of the developers use, or with different versions of system librar...
<pre class="notranslate">discussion: <a href="http://golang.org/cl/5822049/" rel="nofollow">http://golang.org/cl/5822049/</a> If we support this feature, we don't need to support handing of any relocations, linking gcc compiled object files. Pros: able to link in C++ in cgo; remove a lot of code in our linker. Cons: ...
0
<p dir="auto"><a href="http://bootply.com/94624" rel="nofollow">http://bootply.com/94624</a></p> <p dir="auto">I can't get them to align correct even if I remove the list (Home) and leave only the buttons.</p>
<p dir="auto">A regular size button is properly vertically centered in a navbar:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;button type=&quot;submit&quot; class=&quot;btn btn-primary navbar-btn&quot; &gt; Save &l...
1
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p> <p dir="auto"><strong>Syste...
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p> <p dir="auto"><strong>Syste...
1
<p dir="auto"><strong>Migrated issue, originally created by Ronny Pfannschmidt (<a href="https://github.com/RonnyPfannschmidt">@RonnyPfannschmidt</a>)</strong></p> <p dir="auto">this problem has shown up when porting to oracle, which reported a random error uppon seeing the sql</p> <p dir="auto">after inspection i was ...
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">consolidating <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384616635" data-permission-text="Title is private" data-url="https://gi...
1
<h3 dir="auto">Proposed new feature or change:</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@jit(nopython=True) def slidingWindow(a,window): ''' Make an ndarray with a sliding window of the first dimension(axis = 0) Pa...
<p dir="auto">-Operating System: Raspbian Stretch (9)<br> -How Python was installed: Python 3.5.3 is default Python3 on Stretch<br> -How numpy was installed: pip installed under virtual environment (version 1.17.3)<br> -Python2.7 is also installed by default</p> <p dir="auto">I want to use OpenVINO's dldt library for i...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jencompgeek" rel="nofollow">Jennifer Hickey</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6663?redirect=false" rel="nofollow">SPR-6663</a></strong> and commented</p> <p dir="auto">Just switched to the new <code c...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald" rel="nofollow">Keith Donald</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5395?redirect=false" rel="nofollow">SPR-5395</a></strong> and commented</p> <p dir="auto">I am seeing side-effects in an integrat...
0
<p dir="auto">use cmd + d to select more word, but the focus will jump to top line..</p>
<p dir="auto">I use <code class="notranslate">cmd-d</code> with selected word and I expect the window to scroll to the next found occurrence -- but instead the window scrolls to top on the first <code class="notranslate">select-next</code>, then scrolls to the found word on the second <code class="notranslate">select-n...
1
<p dir="auto">I see my error here, but to support rust I will submit this bug as requested.</p> <p dir="auto">MacBookPro - OSX 10.10 - x64 intel -</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Fresh log v0.2.1 Fresh libc v0.1.1 Fresh...
<p dir="auto">Minimal example to reproduce (using parenthesis instead of &lt;&gt; ):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() { let v: Vec(&amp;str) = vec!['1','2']; }"><pre class="notranslate"><code class="notranslate">fn ...
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; Latest master branch (following latest commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/opencv/opencv/commit/92c0709c494d86d94894e443acef00ac41f5967c/hovercard" href="https://github.com/op...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; <g-emoji class="g-emoji" alias="grey_question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2754.png">❔</g-emoji></li> <li>Operating System / Platform =&gt; <g-emoji class="g-emoji" alias="grey_question" fallb...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.2.0.32</li> <li>Operating System / Platform =&gt; Windows 10 64 Bit</li> <li>Compiler =&gt; Visual Studio 2017</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I am getting the following error when performing inference...
<p dir="auto"><strong>System information (version)</strong><br> OpenCV =&gt; 4.2.0<br> Operating System / Platform =&gt; Windows 10 64 bit<br> Compiler =&gt; Visual Studio 2019<br> TensorFlow 2.1.0</p> <p dir="auto"><strong>Detailed description</strong><br> I have trained a MobileNetV2 using tf.keras. Then I exported t...
1
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="02-03 16:11:35.369 5156 5173 I flutter : Exception caught while building Overlay-[GlobalKey 536735121] 02-03 16:11:35.369 5156 5173 I flutter : 'packages/flutter/src/widgets/frame...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">followed the instructions at:<br> <a href="https://flutter.io/web-analogs/#vertical-gradient" rel="nofollow">https://flutter.io/web-analogs/#vertical-gradient</a></p> <p dir="auto">...but the background is white. Parent containers have no background color.</p> <div c...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.2</li> <li>Operating System / Platform =&gt; Fedora Rawhide</li> <li>Compiler =&gt; GCC 10</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">opencv fails to build with vtk 9.0. First issue is that VTK 9 no longer sets V...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.5</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">The documentation for color conversions does not explain what _FULL does, e.g. <a href="https://docs.opencv.org/4.5.0/d8/d01/group__imgproc__color__conversions.html#gga...
0
<p dir="auto">Hi,</p> <p dir="auto">In visual studio, i got this error in every d.ts file under node_modules\rxjs\add\observable\ :<br> <strong>Invalid module name in augmentation, module '../../Observable' cannot be found.</strong><br> example code: <strong>declare module '../../Observable' {</strong></p> <p dir="auto...
<p dir="auto">I have a class called Webpack, which I augment to add a new method <code class="notranslate">addLess</code> like so:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// addLess.ts import { Webpack } from '../webpack'...
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 PowerToys version: 0.11.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notranslate"><code cla...
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2> <p dir="auto">I want word meanings feature in powertoys as it is in spotlight.</p>
0
<h1 dir="auto">JavaScript powered by TypeScript</h1> <p dir="auto">This proposal outlines the ability to provide a rich JavaScript development experience, by using and extending the capabilities present in TypeScript</p> <h2 dir="auto">The problem</h2> <ul dir="auto"> <li>JavaScript intellisense is a mixed bag today. T...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.9.0-dev (nightly)</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// A self-contained demonstration of the problem fol...
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">Torch fails to install with GPU support after following the instructions at <a href="https://github.com/pytorch/pytorch#from-source">https://github....
<p dir="auto">Hi,<br> I have the same problem as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="605193793" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/37124" data-hovercard-type="issue" data-hovercard-url="/pytorch/pytorch/issues/37124...
0
<p dir="auto">The documentation for the <code class="notranslate">metric</code> parameter for <code class="notranslate">silhouette_score()</code> reads:</p> <blockquote> <p dir="auto">If metric is a string, it must be one of the options allowed by metrics.pairwise.pairwise_distances. If X is the distance array itself, ...
<p dir="auto">A simple case can be found here when manhattan_distances take two sparse matrices as input<br> <a href="https://gist.github.com/4117966">https://gist.github.com/4117966</a><br> The function fails without complaining.</p> <p dir="auto">Seems <a class="user-mention notranslate" data-hovercard-type="user" da...
1
<p dir="auto">At first. Thank you all the Bootstrap 3 developers for your great work.</p> <p dir="auto">For icons, Bootstrap 3.0 switched from "icon-<em>" to "glyphicon" "glyphicon-</em>".</p> <p dir="auto">mbo written here <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="18580083" da...
<p dir="auto">I'm sure some where along the line there was a discussion about how icon classes should be declared, but how the current format was decided on is beyond me.</p> <ul dir="auto"> <li>it takes forever to type by hand</li> <li>impossible to switch to other icons-as-a-font libraries and keep the same code as m...
1
<pre class="notranslate">See also <a href="https://golang.org/issue/8561" rel="nofollow">issue #8561</a>. <a href="http://play.golang.org/p/VYrNcjJ_Qo" rel="nofollow">http://play.golang.org/p/VYrNcjJ_Qo</a> compiles w/o a problem but leads to a guaranteed run-time failure: The method m in T1 and T2 have conflicting s...
<pre class="notranslate">Reported by developer on IRC lucky(~/src) % gdb ./addr GNU gdb (GDB) 7.5 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html&gt;" rel="nofollow">http://gnu.org/licenses/gpl.html&gt;</a>; This is free softwa...
0
<p dir="auto">In python2.6.6 (I do not have more recent versions available at work) there is a problem with scipy.special.gammaincinv with the second parameter (the quantile) set as 0.25. For example</p> <blockquote> <blockquote> <blockquote> <p dir="auto">gammaincinv(1.0, 0.25)<br> 0.0<br> gammaincinv(2.0, 0.25)<br>...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/975" rel="nofollow">http://projects.scipy.org/scipy/ticket/975</a> on 2009-07-15 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pierregm/hovercard" data-octo-click="hovercard-link-click" data-...
1
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>3.4.4</td> </tr> </tbody> <...
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>4</td> </tr> </tbody> </tab...
1
<p dir="auto">I've updated to <strong>2.7</strong> and changed my choice types to use <code class="notranslate">choices_as_values</code>.<br> Most of my choices are simple "No" or "Yes". But they must not be preselected - the user is forced to choose. That is why none of my radio buttons is initially checked.</p> <p di...
<p dir="auto">Using Symfony 2.8.2 or 3.0.2.<br> You can reproduce the problem with this simple statement:</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$builder-&gt;add('participation', ChoiceType::class, array( 'choic...
1
<ul dir="auto"> <li>Electron version: 1.4.15</li> <li>Operating system: Windows 10</li> </ul> <h3 dir="auto">Actual behavior</h3> <p dir="auto">Height is oversized by exactly 8px consistently (taskbar is set to small icons).</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://raw.githu...
<ul dir="auto"> <li>Electron version: 1.4.15</li> <li>Operating system: Windows 10 Pro x64</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">Maximized window should not oversize.</p> <h3 dir="auto">Actual behavior</h3> <p dir="auto">Maximized window is oversized.</p> <h3 dir="auto">How to reproduce</h3> <p...
1
<p dir="auto"><strong>EDIT</strong> Probably duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="303488459" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/15293" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/iss...
<p dir="auto">The flutter/website build is broken on Travis. It looks to be broken by something external (the change that triggered the build is a single character change in the website repo). The build clones the latest <code class="notranslate">flutter/flutter</code> <code class="notranslate">master</code> code and r...
1
<p dir="auto">Request parsing does not verify validity of Host header, in particular it can contain spaces.<br> This leads to weird possibilities like:</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main import ( &q...
<p dir="auto">by <strong><a href="mailto:mail@ungerik.net">mail@ungerik.net</a></strong>:</p> <pre class="notranslate">Package net returns an internal error var when a connection was closed: var errClosing = errors.New("use of closed network connection") To check for that error, currently the error text has to be par...
0
<p dir="auto">just like sublime does</p>
<p dir="auto">Currently VS Code prevents opening a folder more than once which makes it impossible to work on a project in multiple windows (e.g. on multiple displays).</p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bpasero/hovercard" data-octo-click="hoverca...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=fabio" rel="nofollow">Fabio Grassi</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2789?redirect=false" rel="nofollow">SPR-2789</a></strong> and commented</p> <p dir="auto">In version 1.2.8 UrlFilenameViewControlle...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=boolsam" rel="nofollow">kh sam</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8435?redirect=false" rel="nofollow">SPR-8435</a></strong> and commented</p> <p dir="auto">Hello<br> I have this exception when use spri...
0
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/counting-cards#?solution=var%20count%20%3D%200%3B%0A%0Afunction%20cc%28card%29%20%7B%0A%20%20%2F%2F%20Only%20change%20code%20below%20this%20line%0A%20%20switch%28card%29%7B%0A%20%20%20%20case%202%3A%0A%20%20%20%20case%203%3A%0A%20%20%20%20case%204%...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/counting-cards#?solution=var%20count%20%3D%200%3B%0A%0Afunction%20cc%28card%29%20%7B%0A%20%20%2F%2F%20Only%20change%20code%20below%20this%20line%0A%20%20var%20bet%20%3D%20''%3B%0A%20%20if%28card%3C%3D6%29%7B%0A%20%20%20%20count%20%2B%2B%3B%0A%20%20...
1
<h3 dir="auto">Is there an existing issue for this?</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li> </ul> <h3 dir="auto">Current Behavior</h3> <p dir="auto">I run ng new progect:...
<p dir="auto">Got log as -<br> ....<br> 17882 silly extract @angular/material@^8.2.3 extracted to /aaa/node_modules/.staging/@angular/material-c86959f3 (6596ms)<br> 17883 silly extract rxjs@~6.4.0 extracted to /aaa/node_modules/.staging/rxjs-80013a51 (5195ms)<br> 17884 timing npm Completed in 25058ms<br> 17885 error cb...
0
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> On webpack 5, The global array <code class="notranslate">self["webpackChunkxxx"]</code> may contain same chunk more times when using splitChunks. When using webpack 4, it runs ok.</p> <p dir="auto"><strong>If the current...
<p dir="auto"><strong>I'm submitting a feature request</strong><br> webpack 2.1.0-beta.15<br> Windows 10</p> <p dir="auto"><strong>Current behavior:</strong><br> <code class="notranslate">webpack --color</code> uses webpack.config.js and packs my project displaying color on the terminal<br> <code class="notranslate">we...
0
<h5 dir="auto">Description of the problem</h5> <p dir="auto">I have a .obj and .mtl which load textures from .tga files. This all seems to work / look fine in 3D modeling software, but when loaded with three.js (THREE.WebGLRenderer({ antialias: true })) some of the object's children, (specifically between the knees and...
<h5 dir="auto">Description of the problem</h5> <p dir="auto"><code class="notranslate">Loader</code> document mentions</p> <blockquote> <p dir="auto">Base class for implementing loaders.</p> </blockquote> <p dir="auto"><a href="https://threejs.org/docs/#api/en/loaders/Loader" rel="nofollow">https://threejs.org/docs/#ap...
0
<p dir="auto">I'm interested in writing a typescript transform that rewrites all of the Import declarations to named identifiers and outputs an import map. The idea being that this could be the basis for a frontend dependency management tool that could handle semver resolution and deduping transitive dependencies. As...
<p dir="auto">In regular TypeScript projects, within a <code class="notranslate">.js</code> file with type checking enabled via <code class="notranslate">// @ts-check</code> you can import types from other files within JSDoc comments. For example…</p> <p dir="auto">In <code class="notranslate">a.js</code>:</p> <div cla...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.19.2</li> <li>Operating System: macOS</li> <li>Node.js version: 14.x</li> <li>Browser: Chromium</li> <li>Extra: CI environment (Azure Pipelines)</li> </ul> <p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">I just recen...
<p dir="auto"><strong>Context:</strong></p> <blockquote> <p dir="auto">Playwright Version: [1.21.1]<br> Operating System: [Windows]<br> Node.js version: [14.15.1]<br> Browser: [Chrome]<br> Chrome version: [Version 101.0.4951.54]</p> </blockquote> <p dir="auto"><strong>Code Snippet</strong></p> <div class="snippet-cli...
1
<p dir="auto">Hello,</p> <p dir="auto">I discovered that my Seaborn-dependent package gets, as far as I can tell, eternally stuck when creating a displot histogram if using Seaborn==0.11.2 (matplotlib==3.4.2). Everything functions as intended on Seaborn v0.11.0 and 0.11.1.</p> <p dir="auto">While solving the issue, I n...
<p dir="auto">I am using <code class="notranslate">histplot</code> for plotting simple histogram plots for medium sized data-sizes.</p> <p dir="auto">I was using <code class="notranslate">histplot</code> for histogram determinations in my dataset using 0.11.1 and all worked very nicely and fast.</p> <p dir="auto">Then ...
1
<p dir="auto">ex. one space click will become 2, a "arrow left" key will actually go up 2 levels</p>
<ul dir="auto"> <li>No drop-down for Cut,Copy &amp;Paste Only Reveal in Tree View shown<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6115991/4435398/a543f46c-4742-11e4-87de-1153004b0f98.png"><img src="https://cloud.githubusercontent.com/assets/6115991/443539...
1
<h3 dir="auto">Problem</h3> <p dir="auto">(A follow-up on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="933456597" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/20548" data-hovercard-type="issue" data-hovercard-url="/matplotlib/ma...
<p dir="auto">I tried to get a contour plot of the complex angles of a particular function, but always got one level too many around zeros and infinities. Consider the following MWE which is supposed to plot the contour line for <code class="notranslate">pi / 4</code> only. It plots <code class="notranslate">pi / 4</co...
1
<h3 dir="auto">Describe the bug</h3> <p dir="auto">If we take a look into master of sqlalchemy it defines following install_requires:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="greenlet != 0.4.17;(platform_machine=='aarch64' or (platform_m...
<h3 dir="auto">Describe the bug</h3> <p dir="auto">When installing SQLAlchemy 1.4.x with the <code class="notranslate">asyncio</code> extra on a Apple M1 machine the <code class="notranslate">greenlet</code> package is not installed even if it's listed in the requirements and for <code class="notranslate">aarch64</code...
1
<p dir="auto">It is very common for application developers to test their components with their templates. Internally we call these tests "component tests" (as opposed to unit- or integration-tests). These tests are not unit tests as they exercise more than just the component class. Nor are they integration tests as far...
<ul class="contains-task-list"> <li><strong>I'm submitting a ...</strong></li> <li>[x ] bug report</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> feature request</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-chec...
0
<p dir="auto"><strong>Edit July 2021:</strong> The layouts example has been updated to persist state across page transitions: <a href="https://github.com/vercel/next.js/tree/canary/examples/layout-component">https://github.com/vercel/next.js/tree/canary/examples/layout-component</a></p>
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
0
<p dir="auto">Doesn't seem to haven been caused by my change: <a href="https://storage.cloud.google.com/kubernetes-jenkins/pr-logs/pull/27083/node-pull-build-e2e-test/10720/build-log.txt" rel="nofollow">https://storage.cloud.google.com/kubernetes-jenkins/pr-logs/pull/27083/node-pull-build-e2e-test/10720/build-log.txt</...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="81976675" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/8917" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/8917/hovercard" href="htt...
0
<h5 dir="auto">System information (version)</h5> <p dir="auto"><a href="https://github.com/opencv/opencv/files/5196784/OpenCV1.zip">OpenCV1.zip</a></p> <p dir="auto">Hello,</p> <p dir="auto">I make an example program with opencv on my main computer (windows 10 x64) with opencv4.4.0, visual c++ 2019 and it work fine on...
<p dir="auto">Win 7, CMake 3.18.1, VS 2015 community, opencv <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/opencv/opencv/commit/422f802ec96feecbc9db2f60879e8fe364cf8a92/hovercard" href="https://github.com/opencv/opencv/commit/422f802ec96feecbc9db2f60879e8fe364cf8a92"><tt>422...
1
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: Windows</li> </ul> <p dir="auto">I love this editor. it's awesome, very fast response, open, edit.<br> but it's not support emmet expand abbreviations in custom syntax eg .blade, .vue</p> <p dir="auto">i try to add "files.associations": {"*.blade.php": "htm...
<ul dir="auto"> <li>VSCode Version: 1.3.1</li> <li>OS Version: Ubuntu 16.06</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Install <code class="notranslate">Nunjucks</code> plugin.</li> <li>Type <code class="notranslate">p</code> and press tab.</li> <li><code class="notranslate">\t</code> was inse...
1