text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">Choose one: bug report (possibly)</p> <p dir="auto">I'm new to Babel and trying to figure out the correct way to make use of babel-external-helpers in a project that uses ES6 modules and targets Node and browsers.</p> <p dir="auto">I have a <a href="https://stackoverflow.com/questions/47504438/trouble-usi...
<p dir="auto">I have encountered something that's very likely a bug.<br> In the same module, the transpiled code for <code class="notranslate">export ... from ...</code> appears before the transpiled code for <code class="notranslate">import ...</code> in the output.<br> This scenario has already been asked <a href="ht...
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...
<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">Hi --<br> According to what I'm hearing in the community, there is a feature request in to allow for setting a ttl at the index level rather than only at the doc level. See here: <a href="https://discuss.elastic.co/t/set-a--ttl-value-at-the-index-level/31668/3" rel="nofollow">https://discuss.elastic.co/t...
<p dir="auto">Allow setting ttl to index, so the whole index gets deleted when expired</p>
1
<p dir="auto">I have run the cuda version of cascade classifier in OpenCV 2.4.11 on cpu and a 860M GPU. The results can be wildly different in terms of being accurate. To a point where a detected object that was found in CPU has the same rectangle size on GPU version, but in a location that is way off. I need to know i...
<h3 dir="auto">My system</h3> <ul dir="auto"> <li>OpenCV version: 3.1</li> <li>Host OS: Linux (Ubuntu 14.04)</li> <li>CPU: intel i7 3770</li> <li>Video card: GTX-950</li> <li>Video driver: v.352.93</li> </ul> <h3 dir="auto">In which part of the OpenCV library you got the issue?</h3> <ul dir="auto"> <li>objdetect, cudao...
1
<ul dir="auto"> <li>I tried this code:</li> </ul> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Stringify { fn to_string(&amp;self) -&gt; String; } impl Stringify for u32 { fn to_string(&amp;self) -&gt; String { fo...
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#[no_std]; #[lang=&quot;start&quot;] mod x {} fn main() {}"><pre class="notranslate"><span class="pl-c1">#<span class="pl-kos">[</span>no_std<span class="pl-kos">]</span></span><span ...
0
<p dir="auto">Replace pending dubbo-config-api hard coded values with constant and small refactoring to optimize code.</p> <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...
<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...
0
<p dir="auto">Hello everyone,</p> <p dir="auto">I am having an issue when finetuning OpenAI's Whisper Medium on Mozilla's Common Voice 11 Dataset with the Arabic language.<br> The training and validation loss are both decreasing but the WER is being 100% after some steps (specially when the loss becomes &lt; 1) and I s...
0
<p dir="auto">If I am logged in to freecodecamp.com or <a href="http://www.freecodecamp.com" rel="nofollow">www.freecodecamp.com</a> my session/login is not shared when I visit the other.</p> <p dir="auto">I don't know if this is a "bug", but I notice it occasionally, when I catch a link from another user in chat.</p>
1
<ul dir="auto"> <li><strong>Electron Version</strong>: <ul dir="auto"> <li>5.0.0-beta (all)</li> </ul> </li> <li><strong>Operating System</strong>: <ul dir="auto"> <li>Ubuntu 18.10, Linux 4.18, x64</li> </ul> </li> <li><strong>Last known working Electron version</strong> (if applicable): <ul dir="auto"> <li>4.0.5</li> ...
<ul dir="auto"> <li><strong>Electron Version:</strong> <ul dir="auto"> <li>v5.0.0-beta.5</li> </ul> </li> <li><strong>Operating System:</strong> <ul dir="auto"> <li>Windows 10 Pro.</li> </ul> </li> <li><strong>Last Known Working Electron version:</strong>: <ul dir="auto"> <li>4.x (latest)</li> </ul> </li> </ul> <h3 dir...
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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
<ul dir="auto"> <li>[√] 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>[√] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a dupl...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="====================================================================== FAIL: sklearn.feature_extraction.tests.test_image.test_connect_regions ----------------------------------------------------------...
<p dir="auto">I appreciate any aid in this issue, and apologize I've missed finding it in a previous issue. I've been getting the following message (I'm running on Mac OS X 10.7):</p> <p dir="auto">Here is the full traceback:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sn...
1
<p dir="auto">I have set up parameterized routing in conjunction with shallow routing in our project as per <a href="https://github.com/zeit/next.js/blob/master/examples/parameterized-routing">https://github.com/zeit/next.js/blob/master/examples/parameterized-routing</a> and <a href="https://github.com/zeit/next.js/tre...
<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...
0
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project...
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project...
0
<p dir="auto">Hey,<br> So I'm a fairly new developer who had a working app until version v0.14.8, and just updated to v15.0.1 today. The update did remove a few errors/warnings I was struggling with (so a great relief there), but brought up this issue.</p> <p dir="auto">Specifically, the app itself renders fine, with a...
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br> BUG/ERROR</p> <p dir="auto"><strong>What is the current behavior?</strong><br> "Element ref was specified as a string" error when using npm link</p> <p dir="auto"><strong>If the current behavior is a bug, please provi...
0
<p dir="auto"><a href="https://www.tensorflow.org/versions/" rel="nofollow">https://www.tensorflow.org/versions/</a> says that 0.12 is most recent stable branch, which is causing new users to install the older version --<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="225630668" ...
<p dir="auto">This really is a small issue but I couldn't submit a PR as I couldn't find the file for it.<br> At <a href="https://www.tensorflow.org/versions/" rel="nofollow">https://www.tensorflow.org/versions/</a> the current version is stated as 0.12 when it should be 1.0!</p> <p dir="auto"><code class="notranslate"...
1
<p dir="auto">Please port icons to next release. Or are you planning to move them into separate package? Cause now i can't move from <code class="notranslate">0.16.7</code> to <code class="notranslate">next</code></p>
<p dir="auto">Hi, I don't believe this is a duplicate, but I've found that spreading "extra" props into the <code class="notranslate">component</code> prop is confusing and counter-intuitive (info found here: <a href="https://stackoverflow.com/questions/37843495/material-ui-adding-link-component-from-react-router" rel=...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# Your code here data = [{'id': 11, 'text': 'Osv1wbZoL'}, {'id': 0, 'text': 'KQpPReW3S9nZOS3'}, ...
<p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="155922105" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/13236" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/13236/hovercard" href="https://...
1
<ul dir="auto"> <li>open viewLine.ts</li> <li>after the first interface in the file type as fast as you can</li> <li><code class="notranslate">class HorizontalRange implements EditorBrowser.IHorizontalRange</code></li> </ul> <p dir="auto">Please observe the 153ms stall due to <code class="notranslate">onDidSuggest</cod...
<p dir="auto">Copied from the inital issue (<a href="https://github.com/Microsoft/vscode-extensionbuilders/issues/80">https://github.com/Microsoft/vscode-extensionbuilders/issues/80</a>)</p> <blockquote> <p dir="auto">Let's see this scenario:</p> <ul dir="auto"> <li>The cursor is placed on whitespace inside a method</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" 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
<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" checked=""> Would you like to...
<h3 dir="auto">Input Code</h3> <p dir="auto">In the following snippet, calling <code class="notranslate">path.ensureBlock()</code> does not properly unset the "expression" flag on the ArrowFunctionExpression. This causes problems for other plugins, which may rely on the accuracy of the flag (notably, istanbul-lib-instr...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc 1.0.0-dev (e29f42025 2015-02-11 17:59:37 +0000)"><pre class="notranslate"><code class="notranslate">rustc 1.0.0-dev (e29f42025 2015-02-11 17:59:37 +0000) </code></pre></div> <div class="snippet-...
<p dir="auto">Example program:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::mem; struct AlignmentStruct { ptr: *mut [AlignmentStruct, ..1] } fn main() { println!(&quot;{}&quot;, ::std::mem::align_of::&lt;A...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
<p dir="auto">Getting this error with latest release , It goes when i switch to V0.13.1 :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="material-ui/node_modules/inline-style-prefixer/lib/Prefixer.js:43 this.cssPrefix = this._browserInfo.p...
0
<p dir="auto">I'm on Atom 1.0. To reproduce:</p> <ul dir="auto"> <li>Open a file in Atom. Scrolling over its tab will show a tooltip with its full path.</li> <li>Rename the file in tree view.</li> <li>Now, scrolling over the tab will still show the previous file path.</li> </ul>
<p dir="auto">The tab has a label that displays the file name. If you hover the cursor over that label a balloon displays the full path to the file. At times the balloon displays the wrong path, as in the following example.</p> <ol dir="auto"> <li>Save "file 1" to "path 1".</li> <li>Hover over the label.</li> <li>The c...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sreddy" rel="nofollow">Satyapal Reddy</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9038?redirect=false" rel="nofollow">SPR-9038</a></strong> and commented</p> <p dir="auto">(I discussed this with Andy Clement on...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mdesrosiers" rel="nofollow">Martin Desrosiers</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6231?redirect=false" rel="nofollow">SPR-6231</a></strong> and commented</p> <p dir="auto">The change made in <a class="i...
0
<p dir="auto">This is a tracking issue for the unstable <code class="notranslate">iter_to_slice</code> feature in the standard library. The <code class="notranslate">into_vec</code> adaptor for <code class="notranslate">vec::IntoIter</code> was recently removed, and these may also want to be removed. It's somewhat uncl...
<p dir="auto">I've hit this while working on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="23588132" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/10769" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/10769/h...
0
<p dir="auto">From <a href="http://discuss.rust-lang.org/t/prioritizing-windows-issues/319/2?u=brson" rel="nofollow">http://discuss.rust-lang.org/t/prioritizing-windows-issues/319/2?u=brson</a></p> <p dir="auto">It appears that on permission managed windows machines (eg. win7) rust generated binaries require administra...
<p dir="auto">Currently Rust has no support for adding manifests to Windows executables (.exe and .dll) despite some previous failed attempts (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="24874632" data-permission-text="Title is private" data-url="https://github.com/rust-lang/...
1
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Similar to how Run as Administrator works, there would be an option to toggle to be able to run as another user as this can be useful in many situations where you need to run as a different user/administrator.</p>
<p dir="auto">Mouse Without Borders is great and very usefull small app from MS.</p> <p dir="auto"><a href="https://answers.microsoft.com/en-us/windows/forum/windows_10-start/mouse-without-borders-mousewithoutborders/0523308d-3406-4273-b86e-bef28aa6b50d" rel="nofollow">https://answers.microsoft.com/en-us/windows/forum/...
0
<p dir="auto">Note that this same issue was reported back in 2017 on the now-archived repo: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="208071714" data-permission-text="Title is private" data-url="https://github.com/npm/npm/issues/15783" data-hovercard-type="issue" data-hovercard...
<h3 dir="auto">Current Behavior:</h3> <p dir="auto">cb() never called!</p> <h3 dir="auto">Expected Behavior:</h3> <p dir="auto">Download and install file successfully using npm</p> <h3 dir="auto">Steps To Reproduce:</h3> <ol dir="auto"> <li>write npm i discord.js (example)</li> <li>Error cb() never called!</li> </ol> <...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <p dir="auto"><a href="http://stackoverflow.com/questions/39129419/why-does-dataframe-construction-break-python-on-numpy-empty-like" rel="nofollow">http://stackoverflow.com/questions/39129419/why-does-dataframe-construction-break-python-on-numpy-empty...
<p dir="auto">This code segfaults:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np import pandas as pd df = pd.DataFrame(np.random.randn(3, 3), index='A B C'.split()) pd.DataFrame(np.empty_like(df.index))">...
1
<p dir="auto">I have TS code that imports some types from a single file:<br> <code class="notranslate">import {TypeA,TypeB,TypeC} from './file';</code></p> <p dir="auto">It would be nice to import of all exported types from a file with a star syntax, eg:<br> <code class="notranslate">import {*} from './file';</code></p...
<p dir="auto">Opening this separate issue as suggested by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mhegazy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mhegazy">@mhegazy</a> in the PR mentioned below. I'...
1
<p dir="auto">I am trying to use scipy.spatial.distance.cdist<br> I can import scipy but cannot call or import scipy.spatial<br> I have searched the web and found other posts similar to this but none have worked for me. I tried different versions of scipy, numpy and python itself. I continue to get the error shown in t...
<p dir="auto">Using the Microsoft Store version of Python 3.7 on Windows 10 importing <code class="notranslate">scipy.linalg</code> fails. To me this issue seems similar to <a href="https://github.com/numpy/numpy/issues/12667" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/12667/hovercard">numpy#12...
1
<p dir="auto">Version 0.124.0<br> Mac OS X</p> <p dir="auto">When folders are listed in the .gitignore file. They disappear from the editor.</p> <p dir="auto">Is this intentional or a bug?</p> <p dir="auto">makes it pretty difficult to view or work with ignored content</p>
<p dir="auto">I'm not sure if something changed in recent versions, but now anything in my .gitignore file does not show up in the file browser column on the left. Changing the <strong>"Exclude Vcs Ignored Paths"</strong> setting in the Preferences menu doesn't have any effect. Is there another setting I'm missing or i...
1
<p dir="auto"><strong>Glide Version</strong>: com.github.bumptech.glide:glide:4.2.0</p> <p dir="auto"><strong>Integration libraries</strong>: No</p> <p dir="auto"><strong>Device/Android Version</strong>: Samsung</p> <p dir="auto"><strong>What happened</strong><br> I want to load gif images that stored locally. I get ...
<h2 dir="auto">Idea</h2> <div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with(this).load(bitmap).into(imageView); Glide.with(this).load(drawable).into(imageView);"><pre class="notranslate"><span class="pl-smi">Glide</span>.<s...
1
<p dir="auto">found while debugging <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="670330867" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/1597" data-hovercard-type="issue" data-hovercard-url="/npm/cli/issues/1597/hovercard" href="https://githu...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Original bug ticket: [https://npm.community/t/9557](https://npm.community/t/9557) Originally filed: 2019-08-19T14:54:09.391Z"><pre class="notranslate"><code class="notranslate"> Original bug tick...
0
<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">When I try to run npm...
<p dir="auto">Reopening <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="858810561" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/3083" data-hovercard-type="issue" data-hovercard-url="/npm/cli/issues/3083/hovercard" href="https://github.com/npm/cl...
1
<p dir="auto">Please open new issue in: <a href="https://github.com/microsoft/PowerToys/issues">https://github.com/microsoft/PowerToys/issues</a></p> <ol dir="auto"> <li> <p dir="auto">upload log file: C:\Users\Think\AppData\Local\Microsoft\PowerToys\PowerToys Run\Logs\1.0.0\2020-08-05.txt<br> <a href="https://github.c...
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exce...
1
<p dir="auto"><strong>Glide Version</strong>:Glide 4.2.0 (<a href="https://github.com/bumptech/glide/releases">https://github.com/bumptech/glide/releases</a>)</p> <p dir="auto"><strong>Integration libraries</strong>:No</p> <p dir="auto"><strong>Device/Android Version</strong>:HUAWEI Mate9 7.0</p> <p dir="auto"><stro...
<p dir="auto"><strong>Glide Version</strong>:</p> <p dir="auto"><strong>Integration libraries</strong>:</p> <p dir="auto"><strong>Device/Android Version</strong>:</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p> <p dir="auto"><strong>Glide load line / <code class="notranslat...
0
<h5 dir="auto">Description of the problem</h5> <p dir="auto">In the latest version (r92) the stormtrooper collada model has an incorrect boundingBox.<br> I tried the BoxHelper:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const box = new THR...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">Not sure if this is the same bug or two different.</p> <ol dir="auto"> <li> <p dir="auto">Whenever SkinnedMesh origin is out of camera frustum, the mesh gets culled even if its actual transformed geometry must be visible on the screen.<br> Seems like the boun...
1
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="280536217" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/15216" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/issues/15216/hovercard" href="https...
<p dir="auto">i use tensorflow to distributed trainning models, i use the partition valriables to store an array data, when the data is not so bigger, everything looks ok,but when the array data become larger, when the session initialize, the partition variables can not initialized and the session will wait util time o...
1
<p dir="auto">I checked it with 1.0.0 and 1.1.0-DEV.334.</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; struct Spam end julia&gt; Base.show(::IO, ::Type{Spam}) = error(&quot;nope&quot;) julia&gt; Spam Error showin...
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="jamie@machine:~/reltron/backend$ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type &q...
1
<p dir="auto">In a <code class="notranslate">kernel.exception</code> listener, the auth token retrieved from the <code class="notranslate">security.context</code> service is always null in case of a <code class="notranslate">NotFoundHttpException</code>.</p>
<p dir="auto">The locale refactoring lead to a regression in the Security/Router integration. It's now again possible to detect the routes for secured parts of the website.</p>
1
<p dir="auto">For instance, we have 2 entities: <code class="notranslate">Website</code> and <code class="notranslate">Domain</code>.<br> <code class="notranslate">Website</code> have a <code class="notranslate">OneToMany</code> relation to <code class="notranslate">Domain</code>:</p> <div class="snippet-clipboard-cont...
<p dir="auto">I am coding a project along the lines of the cookbook entry on embedded collections as stated on: <a href="http://symfony.com/doc/current/cookbook/form/form_collections.html" rel="nofollow">http://symfony.com/doc/current/cookbook/form/form_collections.html</a>.</p> <p dir="auto">I am considering the follo...
1
<ul dir="auto"> <li>VSCode Version: 1.0.1-insiders</li> <li>OS Version: Windows 10 RTM</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open <code class="notranslate">Microsoft.PowerShell.Commands.Management.dll-Help.xml</code></li> <li>Collapse the first <code class="notranslate">&lt;command:syntax...
<p dir="auto">The current implementation of folding uses an indentation based folding strategy that is unaware of the language it works on. Knowledge on the underlying language allows us to solve the following requests:</p> <ul dir="auto"> <li>[folding] Cannot code fold empty functions <a class="issue-link js-issue-lin...
1
<h3 dir="auto">Describe the workflow you want to enable</h3> <p dir="auto">When <code class="notranslate">verbose&gt;0</code>, the fitting is shown as a progress bar including the average time/pace and last fit attempted time.</p> <h3 dir="auto">Describe your proposed solution</h3> <p dir="auto">Implement <code class="...
<h3 dir="auto">Describe the bug</h3> <p dir="auto">The constant:<code class="notranslate">sklearn.neighbors.VALID_METRICS['brute']</code> returns duplicate "cosine" keyword.<br> It seems harmless, but I think it should return a unique keyword list to avoid unnecessary confusion.</p> <p dir="auto">The constant is define...
0
<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.2.2</td> </tr> </tbody> <...
<p dir="auto"><a href="https://github.com/symfony/symfony/blob/464b67ed09668168cabfd77b6b3cfa26ceb1b0b0/src/Symfony/Component/BrowserKit/Cookie.php#L80">BrowserKit Cookie</a> class throws an UnexpectedValueException if Expires attribute contains invalid value, but <a href="http://tools.ietf.org/html/rfc6265#section-5.2...
1
<p dir="auto">Spread operator does not work when run with native promises in Chrome:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let args = [(Yeah, Nah) =&gt; Yeah()] let promise = new Promise(...args)"><pre class="notranslat...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> Transpilation of the code fails with the following error.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: .../babel-duplicate-definition-error/index.j...
0
<p dir="auto">It doesn't matter what logic a class loader uses: it may load classes that follow a given naming convention or find them using name-path pairs. But it always does the same thing: loading classes. So, wouldn't it be better to have an <code class="notranslate">AbstractClassLoader</code> that all the loaders...
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>no</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>yes</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>3.2.6</td> </tr> </tbody> <...
0
<p dir="auto">It would be useful to have the last publish date presented in a package view on Atom.io. There are some packages out there that were really popular but haven't been updated in a long while. This would give some visibility that a package may potentially or definitely not work with your current install of A...
<p dir="auto">It would be really helpful to show the release date for the latest version of a package on atom.io (or if not a date, time since the last release). This would make it a little easier to weed out packages that might not be maintained anymore. Maybe something like:</p> <p dir="auto"><a target="_blank" rel="...
1
<p dir="auto">They should be executed only once - their exports cached.</p> <p dir="auto">Node behavior</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~/src/deno&gt; cat test.js require(&quot;./foo&quot;); require(&quot;./foo&quot;); ~/src/den...
<p dir="auto"><a href="https://embarkstudios.github.io/cargo-deny/index.html" rel="nofollow">https://embarkstudios.github.io/cargo-deny/index.html</a></p> <p dir="auto"><code class="notranslate">cargo-deny</code> provides checks for security advisories and licence checks.</p> <p dir="auto">It'd be very useful to add it...
0
<p dir="auto">Currently, the only way to make an <code class="notranslate">arrayNode</code> a map, rather than a list, is to use <code class="notranslate">useAttributeAsKey</code>, the problem with that method is that it requires you to use an attribute within the array as the key. What if you want to use the array key...
<p dir="auto">When passing to 'useAttributeAsKey' function key that is not used in below config, in the test environment the side effect is that $config in [Bundle]Extension.php contains settings only for this env. When this method is not being used at all, the $config contains config for each env.</p> <p dir="auto"><s...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="s = pd.Series([1,1,0], index=[1,2,2]) s.groupby(s).fillna(method='bfill')"><pre class="notranslate"><code class="notranslate">s = pd.Series([1,1,0], index=[1,2,2]) s.groupby(s).fillna(method='bfill') ...
<h3 dir="auto">Small Example</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [13]: import pandas as pd ...: ...: df1 = pd.DataFrame(data=dict(A=[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], ...: ...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
<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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">retries ... until</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2.2.0.0"><pre class=...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">/usr/lib/python2.7/site-packages/ansible/modules/system/pamd.py</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sni...
0
<p dir="auto">Press the delete key on the keyboard or the return key app crashes.<br> What I used before was that v3.6.1 app did not crash.<br> this log :<br> java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/view/KeyEventCompat;<br> at android.support.v7.app.AppCompatActivity.dispatchKeyEvent(A...
<p dir="auto"><strong>Glide Version</strong>:4.4.0</p> <p dir="auto"><strong>Integration libraries</strong>:No</p> <p dir="auto"><strong>Device/Android Version</strong>: Google Pixel</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:<br> The activity has a textview &amp; imageview ...
1
<p dir="auto">I installed CPU-only Tensorflow version 1.0 on Windows using the pip installer. I am trying to get the Android example to run using CMake as explained in <a href="https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/android/cmake">https://github.com/tensorflow/tensorflow/tree/master/ten...
<h3 dir="auto">What related GitHub issues or StackOverflow threads have you found by searching the web for your problem?</h3> <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="193635283" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tenso...
1
<h2 dir="auto">Problem</h2> <p dir="auto">I am trying to implement h2 server push in my custom express server, but not able to figure out how exactly the path of bundled assets inside .next directory gets resolved on runtime.</p> <h2 dir="auto">Code</h2> <p dir="auto">Currently, this is my server.js</p> <div class="sni...
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">It is known that runtime config is not supported in static-optimized pages.<br> However, <a href="https://github.com/MrOrz/nextjs-runtime-config-bug">this repo</a> demonstrates that even when runtime config is used only in <em>server-rend...
0
<p dir="auto">I am using bootstrap in an asp.net app, and absolutely loving it. I ran into an issue, which I solved .. but I really wanted to know if anyone sees any red flags with my solution.</p> <p dir="auto">The issue is, asp.net demands that there is one </p> tag, with attribute runat="server" for their code behin...
<p dir="auto">I am using bootstrap in an asp.net app, and absolutely loving it. I ran into an issue, which I solved .. but I really wanted to know if anyone sees any red flags with my solution.</p> <p dir="auto">The issue is, asp.net demands that there is one &lt;form&gt; tag, with attribute runat="server" for their co...
1
<h3 dir="auto">Describe the workflow you want to enable</h3> <p dir="auto">Doing FeatureSelection droping correlated features is standard ml proc that sklearn covers.<br> But, as i interpret the documentation, sklearn treats the featureSelection based on correlations as a previous step, outside the pipeline.<br> An in ...
<p dir="auto">I wonder whether we should add unsupervised feature selection using correlation. It's a strategy that's very common in statistics and might just have it for completeness.<br> It's certainly more useful than the variance based one, which I think is useless for any threshold != 0.</p>
1
<h2 dir="auto">Feature request</h2> <p dir="auto">Hello all,<br> I have an idea of new feature based on my personnal experience with webpack :<br> It seems that it is not possible to define usage of plugins, rules, optimization or something else on some specials entries.</p> <p dir="auto"><strong>What is the expec...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Running <code class="notranslate">webpack@5.0.0-rc.3</code> fails when importing <code class="notranslate">rxjs</code> (which uses <code class="notranslate">tslib</code>):</p> <p dir="auto"><a target="_blan...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18363.592] PowerToys version: 0.18.1 PowerToy module for which you are reporting the bug (if applicable): FancyZon...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">FancyZones is an awesome tool for larger format monitors. In many cases, a form of a grid layout is used for larger monitors. In these scenarios, it would useful to add an additional hotkey to enable resizing Windows, akin to <a href="http://windo...
0
<p dir="auto">when having an accordion <code class="notranslate">.accordion-toggle</code> gets class <code class="notranslate">collapsed</code> when specified section is collapsed.</p> <p dir="auto">however, this hapens only when clicking on the same handler.</p> <p dir="auto">example: <a href="http://jsfiddle.net/DRfb...
<p dir="auto">This line:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$this[$(target).hasClass('in') ? 'addClass' : 'removeClass']('collapsed')"><pre class="notranslate"><span class="pl-s1">$this</span><span class="pl-kos">[</...
1
<p dir="auto"><a href="https://github.com/Microsoft/TypeScript/blob/ab9ce1e9e6636ec6a2aa4f01458525f249c4edf5/src/services/services.ts#L1172">https://github.com/Microsoft/TypeScript/blob/ab9ce1e9e6636ec6a2aa4f01458525f249c4edf5/src/services/services.ts#L1172</a></p> <p dir="auto">I would expect them to get a special tre...
<p dir="auto">String templates should be colorizes like string literals.</p>
1
<p dir="auto">[ 54%] /data/apps/opencv/opencv-3.4.1/modules/imgproc/src/smooth.cpp: In function 'void cv::vlineSmooth1N(const FT* const*, const FT*, int, ET*, int) [with ET = unsigned char, FT = ::ufixedpoint16]':<br> /data/apps/opencv/opencv-3.4.1/modules/imgproc/src/smooth.cpp:2676: error: conversion from '::ufixedpo...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4.1</li> <li>Operating System / Platform =&gt; redhat 6.9</li> <li>Compiler =&gt; gcc 4.4.7</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I tried to compile 3.4.1 on my machine with only 3 modules, core, imagecodecs...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=divyabhardwaj" rel="nofollow">divyabhardwaj</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4836?redirect=false" rel="nofollow">SPR-4836</a></strong> and commented</p> <p dir="auto">I am having a Spring Application...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams" rel="nofollow">Chris Beams</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8056?redirect=false" rel="nofollow">SPR-8056</a></strong> and commented</p> <p dir="auto">As mentioned in <a class="issue-link js-i...
0
<p dir="auto">Hi,</p> <p dir="auto">I'm pretty desperately trying to nail down the reason that an url unshortener script is freezing from time to time.</p> <p dir="auto">I'm using requests with several head and get-requests, such as</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" ...
<p dir="auto">Does <code class="notranslate">requests</code> currently support Multipart-encoded files in <code class="notranslate">PUT</code> requests?</p> <p dir="auto">It seems that both<br> <a href="http://docs.python-requests.org/en/master/user/quickstart/#post-a-multipart-encoded-file" rel="nofollow">http://docs....
0
<p dir="auto">struct.rs:4:0: 9:1 error: this type cannot be instantiated without an instance of itself; consider using <code class="notranslate">option&lt;Node_&gt;</code><br> struct.rs:4 struct Node_ {<br> struct.rs:5 mut data : int,<br> struct.rs:6 mut parent : Node_,<br> struct.rs:7 mut left : Node_,<br>...
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn foo&lt;R&gt;(r: R) -&gt; R { r } pub fn main() { foo(0); }"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">foo</span><span class="pl-kos">&lt;</...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd import numpy as np ts1 = np.datetime64('2017-11-29T03:30') ts2 = np.datetime64('2017-11-29T...
<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="pd.DataFrame({'col_1':['val_1','val_2','val_3']}).apply(lambda row: [1], axis=1, reduce=True)"><pre class="notra...
1
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-nest-an-anchor-element-within-a-paragraph#?solution=%3Clink%20href%3D%22http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20col...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6908014/10583898/1a5a7fba-76ad-11e5-8dfd-e28c04af85d7.png"><img src="https://cloud.githubusercontent.com/assets/6908014/10583898/1a5a7fba-76ad-11e5-8dfd-e28c04af85d7.png" alt="screenshot from 2015-10-19 ...
1
<p dir="auto">Mac OS X version 10.10.2 (14C109)<br> Atom Version 0.186.0 (0.186.0)</p> <p dir="auto">Standard OS X behavior (e.g. Mail.app) is:</p> <ul dir="auto"> <li>option+left/right arrow moves by one word</li> <li>control+left/right arrow moves to beginning/end of line</li> </ul> <p dir="auto">(For reference, in S...
<p dir="auto">SublimeText supports navigation by subwords (underscore separated or hills in camelcase):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ &quot;keys&quot;: [&quot;alt+left&quot;], &quot;command&quot;: &quot;move&quot;, &quot;arg...
1
<p dir="auto">In version 4.0.1, HintManager getInstance (). SetDatabaseShardingValue () can't use, don't enter DataSourceTypeHintShardingAlgorithm,I just want to switch database, not tables</p> <p dir="auto">m1: !!org.apache.shardingsphere.orchestration.yaml.config.YamlDataSourceConfiguration<br> dataSourceClassName: c...
<p dir="auto">For English only, other languages we will close it directly.</p> <p dir="auto">Please answer these questions before submitting your issue. Thanks!</p> <h3 dir="auto">Which version of Sharding-Sphere do you using?</h3> <p dir="auto">2.0.3</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">result succe...
0
<h2 dir="auto">Please add Drag and Dropping from the Powertoys Run</h2> <p dir="auto">I love the Powertoys Run feature because it works better for me than the normal search! :P<br> I would love to be able to drag Files out of it into other Programs or Folders!<br> That would make getting files way quicker and easier! :...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">PowerToys Run is a amazing way to find files. I already used Wox, Listary and Everything, but the fact that Microsoft is developing it's own tool is very promising. I know a lot of artists who uses those kind of tools to search quickly through the...
1
<p dir="auto">It says:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;ul class=&quot;pagination&quot;&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;&amp;laquo;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;1&lt;/a&gt;&lt;/li&g...
<p dir="auto">In the pagination examples on the Twitter bootstrap website the example markup places the pagination class on the ul tag</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;ul class=&quot;pagination&quot;&gt;&lt;/ul&gt;"><pre clas...
1
<p dir="auto">This is the benchmark script:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function mysum_int(data) sum = 0 for i in Int(1):Int(endof(data)) @inbounds sum += data[i] end return sum end ...
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; @which [2 3] .+ [1 2] ERROR: UndefVarError: .+ not defined"><pre class="notranslate">julia<span class="pl-k">&gt;</span> <span class="pl-c1">@which</span> [<span class="pl-...
0
<p dir="auto">This kind of code:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::marker::PhantomData; pub trait Routing&lt;I&gt; { type Output; fn resolve(&amp;self, input: I); } pub trait ToRouting { ty...
<p dir="auto">Associated types defaults ( <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="50741773" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/19476" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/19476/hovercard...
1
<p dir="auto">Atom 0.123.0 on Ubuntu/Linux 14.04 (Unity) -- enhancement</p> <p dir="auto">The menu control for a setting like Toggle Soft Wrap should have a visible status-check for On/Off, e.g., a button-dot or a checkmark, beside it in the menu (View for this one), so the user can tell at a glance what that features ...
<p dir="auto">A feature I love about ST2 and iA Writer, which I'm missing in Atom, is when you quit the app with open windows (including unsaved documents), they all appear again when you reopen.</p> <p dir="auto">This has saved me countless times in my workflow to handle having to do a system restart for software upda...
0
<p dir="auto">I have a pipeline object with two steps, StandardScaler() and ElasticNet(). When I try to access the feature_names_in_ attribute of the trained ElasticNet(), I am getting an error.</p> <p dir="auto">This is how I'm fitting the pipeline (no errors)</p> <div class="snippet-clipboard-content notranslate posi...
<h1 dir="auto"></h1> <p dir="auto">ERROR: sklearn.tests.test_common.test_transformer_n_iter('CCA', CCA(copy=True, m</p> <h2 dir="auto">ax_iter=500, n_components=2, scale=True, tol=1e-06))</h2> <p dir="auto">Traceback (most recent call last):<br> File "C:\Python27\lib\site-packages\nose\case.py", line 197, in runTest<br...
0
<p dir="auto">Trying to use pack_padded_sequence through a torch.jit.ScriptModule reports the following prototype which seems false ? pack_padded_sequence's prototype is (Tensor, Tensor, bool, bool).</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-c...
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2> <p dir="auto">Add TorchScript support for <code class="notranslate">torch.nn.utils.rnn.pack_padded_sequence()</code> and <code class="notranslate">torch.nn...
1
<p dir="auto">Requests 2.2.1. Same thing happens in 1.2.3 (I upgraded from that).</p> <p dir="auto">I get this traceback:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;/usr/local/lib/python3.3/s...
<p dir="auto">I am unable to make a pull request at this time, but I think this should be added. The server will not understand the request if the content-type header's barrier= is not the same as the one generated by requests. At the very least there should be a warning.</p>
0
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() { assert!([1i].len() &gt; -1); }"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)<...
<p dir="auto">The compiler should show a warning message when is used a negative number into a like-uint type</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let n: u8 = -1; println!(&quot;{}&quot;, n); // =&gt; 255"><pre class...
1
<p dir="auto">See this handy gif:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/79215/12303205/e97ba5a8-b9dd-11e5-9ea0-2b852101ac42.gif"><img src="https://cloud.githubusercontent.com/assets/79215/12303205/e97ba5a8-b9dd-11e5-9ea0-2b852101ac42.gif...
<p dir="auto">See GIF again:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/79215/12369339/64c18c28-bbaa-11e5-85ef-a1ba5dd59be8.gif"><img src="https://cloud.githubusercontent.com/assets/79215/12369339/64c18c28-bbaa-11e5-85ef-a1ba5dd59be8.gif" alt...
1
<p dir="auto">When you hit <code class="notranslate">t</code> while looking at a complicated tree, e.g. the gallery pull-to-refresh screen, the tool times out and quits, even though information is flowing.</p>
<p dir="auto">Run the gallery, start the bottom app bar demo, type 't' at the console.</p> <p dir="auto">After loads of output the app crashes:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TimeoutException: Request to Dart VM Service timed o...
1
<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/nrpjvl3v0" rel="nofollow">https://codesandbox.io/s/nrpjvl3v0</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">If you look at the linked code sandbox, there is a simple d...
<h3 dir="auto">Version</h3> <p dir="auto">15.4.0</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/7yxprmx12j" rel="nofollow">https://codesandbox.io/s/7yxprmx12j</a></p> <h3 dir="auto">Steps to reproduce</h3> <ul dir="auto"> <li>A component with <code class="notranslate">&lt;temp...
1
<p dir="auto">Hello Julia Dev Team,</p> <p dir="auto">please implement the ability to access the sourcecode of a function by typing in the<br> function name. R has this ability and it is incredibly helpfull to read good, performant code<br> and understand the system.<br> Article about the matter:<br> <a href="http://do...
<p dir="auto">Julia has a lot of useful REPL things like <code class="notranslate">methods</code> and <code class="notranslate">help</code>.<br> However, I still end up needing to just look at the code to see what it's doing.<br> It would be cool to be able to do:</p> <div class="snippet-clipboard-content notranslate p...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="trait Trait { } fn function(t: &amp;mut Trait) { t as *mut Trait } fn main() { }"><pre class="notranslate"><code class="notranslate">trait Trait { } fn function(t: &amp;mut Trait) { t as *m...
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn foo(bar: *const u8) { let a = unsafe { (bar as *const Writer) }; } fn main() { }"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">foo</span><span cla...
1
<p dir="auto">Code Version 0.10.10 (0.10.10)<br> OS X 10.10.5</p> <p dir="auto">In the following code, syntax highlighting for the string literal on line 5 is wrong.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var key = 'hello'; var val = '...
<p dir="auto">Ported from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94376232" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugi...
1
<p dir="auto">Is that possible to add a function list panel?<br> Besides, the "Go to Symbol" function seems not working for php file. I am working with vscode v0.10.6<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5099742/12063466/677bb6f2-afaf-11e5-88e9-be8a6...
<p dir="auto">would you please add support for PHP symbol navigation ?</p> <p dir="auto">I like the symbol navigation for js, just press CTRL+SHIFT+O<br> The symbol list will show to us</p> <p dir="auto">that's amazing</p>
1
<p dir="auto">Summary.</p> <h2 dir="auto">Expected Result</h2> <p dir="auto">i can import exception from requests.</p> <h2 dir="auto">Actual Result</h2> <p dir="auto">when i catch LocationValueError, i need import LocationValueError from urllib3.exceptions, not from requests....</p> <h2 dir="auto">System Information</h...
<p dir="auto">I am using a 3rd party library that uses requests, and when I try to post using a session I get this error:</p> <p dir="auto">File "", line 1, in<br> File "/usr/local/lib/python2.7/dist-packages/pacer_lib/scraper.py", line 42, in init<br> self.refresh_login()<br> File "/usr/local/lib/python2.7/dist-packag...
1
<p dir="auto">Windows build number: 19631<br> PowerToys version: manual update from 0.17 to 0.18<br> PowerToy module for which you are reporting the bug (if applicable): Settings page</p> <h1 dir="auto">Steps to reproduce</h1> <ul dir="auto"> <li>probably uninstall + clean settings storage if you had previous version(s...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Currently PowerToys Run operates as a universal search. The original implementation (as Window Walker) appears to be an alt-tab system for those with many many many windows open.</p> <h1 dir="auto">Proposed technical implementation details (option...
0
<p dir="auto"><em>Copying from golang-dev</em></p> <p dir="auto">The <a href="https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo/edit" rel="nofollow">vendor specification</a> doesn't seem to speak much about the visibility of the vendored packages. Thus, should vendor be treated in similar ...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$go version go version go1.5 darwin/amd64"><pre class="notranslate"><code class="notranslate">$go version go version go1.5 darwin/amd64 </code></pre></div> <div class="snippet-clipboard-content notran...
1
<p dir="auto">[Enter steps to reproduce below:]</p> <p dir="auto">1.Right click on svn working directory<br> 2.Blam</p> <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=...
<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
<h2 dir="auto">Feature request</h2> <p dir="auto">Include information about <em>all</em> chunk groups in stats. Currently <code class="notranslate">stats.toJson</code> provides details about <em>named</em> chunk groups, but there is no way (as far as I can tell) to know what the other chunk groups are.</p> <p dir...
<h2 dir="auto">Feature request</h2> <p dir="auto"><strong>What is the expected behavior?</strong><br> Want to add different-different lines at top of different output files of webpack build</p> <p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong></p> <ul dir="auto"> <li>A...
0
<p dir="auto">Using pandas 0.17.1 with matplotlib 1.5:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd import matplotlib.pyplot as plt plt.style.use('ggplot') data = pd.DataFrame({'1': [1, 2, 3], '2': [3,...
<p dir="auto">Hi there,</p> <p dir="auto">I'm not sure if this is a pandas/matplotlib or seaborn issue...but since I upgraded to Matplotlib 1.5 using anaconda I can't get the colors of my barplots right anymore, here's an example:</p> <p dir="auto">In ipython notebook:</p> <div class="snippet-clipboard-content notransl...
1
<p dir="auto">org.apache.shardingsphere.core.optimize.sharding.segment.select.pagination.Pagination</p> <p dir="auto">private int getValue(PaginationValueSegment paginationValueSegment, List parameters) {<br> return paginationValueSegment instanceof ParameterMarkerPaginationValueSegment ? **(Integer)**parameters.get(((...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <ul dir="auto"> <li>Searched open and closed <a href="https://github.com/apache/incubator-shardingsphere/issues">GitHub issues</a>.</li> <li>Rea...
1
<h2 dir="auto">Question</h2> <p dir="auto">My sharding-jdbc version is :4.0.0.RC2<br> My execute sql is :show create table tb_a;<br> The exception is :<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9378228/63776816-aec22a00-c914-11e9-84f0-53b2bbf007a5.png"><im...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <ul dir="auto"> <li>Searched open and closed <a href="https://github.com/apache/incubator-shardingsphere/issues">GitHub issues</a>.</li> <li>Rea...
0
<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...
<p dir="auto">After upgrading from 2.7.7 to 2.7.8 I noticed that some choice fields didn't display the empty value.</p> <p dir="auto">Example code:</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="-&gt;add('buyback', 'choice',...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">Dialog's <code class="notranslate">repositionOnUpdate</code> works wrong when height changes in one step (e.g. from 600px to 900px).</p> <h3 dir="auto">Link to minimal working code that reproduces the issue</h3> <p dir="auto">You can see the problem in documentation...
<p dir="auto">Hi there,<br> I use material-ui v0.13.4 and react v0.14.2</p> <p dir="auto">Padding on Dialog container is calculating incorrectly if you have multiple monitors. I have 1366x768 laptop display and one external 1920x1080px display.</p> <p dir="auto">On laptop display it is working well but on external not....
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.17763.678] PowerToys version: latest"><pre class="notranslate"><code class="notranslate">Windows build number: Mic...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Currently the new FZ editor only comes up and applies zone layouts to the primary monitor. In order to get a layout on a different monitor, the original custom editor is needed. Bret and Jeff have a design for this change and now they need to im...
1
<p dir="auto">The jQuery course has a problem in printing all the parts of the pages. And in Firefox an infinite loop keep executing and showing the notification box of challenge complition.</p>
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/store-data-in-mongodb" rel="nofollow">Store Data in MongoDB</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/51.0.2704.103 Safari/537.36</code>.<br> P...
0
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">The <code class="notranslate">&lt;Link&gt;</code> component doesn't appear to pass on the <code class="notranslate">href</code> prop when wrapping a custom component instead of the native <code class="notranslate">&lt;a&gt;</code>.</p> <h...
0
<p dir="auto">To reproduce, open <a href="http://twitter.github.com/bootstrap/javascript.html#typeahead">http://twitter.github.com/bootstrap/javascript.html#typeahead</a> with Chrome and Mac OS X.</p> <p dir="auto">Half of the time for me (with Chrome 19.0.1084.56 on Mac OS X Lion), clicking does not select the option,...
<p dir="auto">Steps to reproduce:</p> <ol dir="auto"> <li>Open <a href="http://twitter.github.com/bootstrap/javascript.html#typeahead">http://twitter.github.com/bootstrap/javascript.html#typeahead</a></li> <li>Type the letter <code class="notranslate">a</code> in the input</li> <li>Move mouse over the first item</li> <...
1