text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h3 dir="auto">Version</h3> <p dir="auto">2.7.14</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://stackblitz.com/edit/vitejs-vite-zxmy3e?file=src%2Fcomponents%2FHelloWorld.vue,src%2FApp.vue&amp;terminal=dev" rel="nofollow">stackblitz.com</a></p> <h3 dir="auto">Steps to reproduce</h3> <div class=...
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">Redundant properties (and low cohesion for each) for asynchronous evaluation:<br> 为了异步求值虚设条目(并降低每个功能的内聚性):</p> <div class="highlight highlight-text-html-vue notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content...
0
<p dir="auto">Currently the Configure Task Runner action generates a large task.json file with many different task configurations, that the user has to clean-up eventually, that is, delete the configs that do not apply.</p> <p dir="auto">Instead of generating one large file we should allow the user to select what kind...
<p dir="auto"><strong>I have three questions:</strong></p> <ul dir="auto"> <li>first of all why do I have eight process of VS Code?<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5618566/11995879/20900ce8-aa37-11e5-9a59-5042827a6715.png"><img src="https://clou...
0
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ julia10 _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type &quot;?&quot; for help, &quot;]...
<p dir="auto">This one is a bit tricky... (occurs on recent v0.5 builds from master, but not v0.4.6)</p> <p dir="auto">If you have a specific sort of function containing a recursive call (like the one below), and <code class="notranslate">n</code> recursive calls leads to a Stack Overflow, then <em>sometimes</em> makin...
1
<p dir="auto">The following code results in corrupt output: (Ubuntu 12.04 LTS, rust master pulled 25th Feb)</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let arr : ~[&amp;str] = std::os::args()[1].split_str(&quot;::&quot;).collect(); std::io:...
<h1 dir="auto">Updated bug</h1> <p dir="auto">The compiler allows this code when it shouldn't</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() { let a = ~&quot;&quot;; let b: ~[&amp;str] = a.lines().collect(); ...
1
<p dir="auto">I try to load an image with opencv and work further on it with the tensorflow framework. Unfortunately I get a really weird behaviour:</p> <p dir="auto">The image is loaded without problems using <code class="notranslate">cc_binary(...)</code> in Bazel. Changing it to <code class="notranslate">tf_cc_binar...
<h3 dir="auto">Environment info</h3> <p dir="auto">Operating System: Ubuntu 14.04.</p> <p dir="auto">If installed from sources, provide the commit hash: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/f952246b1756242926d47091d09ceb7c7b963269/hoverc...
1
<p dir="auto">I am trying to compile Rust 0.12 on Debian Sid and it fails at the docs step.</p> <p dir="auto">Running <code class="notranslate">make docs</code> will show the same issue:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="root@deli...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustdoc: doc/guide.html pandoc: doc/guide.tex /usr/bin/pandoc --standalone --toc --number-sections --include-before-body=doc/version.tex --from=markdown --include-before-body=doc/footer.tex --to=latex...
1
<p dir="auto">Hello,</p> <p dir="auto">I'm using axios 0.17.1.</p> <p dir="auto">When I send a request to my API with axios and that my server returns a 302 status code (redirection), the error.response object is undifined on catch function. The error object I have when a 302 request is send :</p> <p dir="auto"><a targ...
<h4 dir="auto">Summary</h4> <p dir="auto">Sending a JSON response with status code 302 and some payload from the server (Laravel 5.5) results in <code class="notranslate">error.response.data</code> being <code class="notranslate">undefined</code> in error handler on IE only (Chrome, Firefox, Safari, Opera do not seem a...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1216870/2981716/a271ef08-dc0a-11e3-8a9a-5d5a4f50d1bb.gif"><img src="https://cloud.githubusercontent.com/assets/1216870/2981716/a271ef08-dc0a-11e3-8a9a-5d5a4f50d1bb.gif" alt="codefoldbug" data-animated-im...
<p dir="auto">Every time I go to add a file to Ignored Names the settings page scrolls to the bottom on me and I have to manually scroll back up.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/5bb510c5504875986dfc23f0214c798ec97082546925a038e12c61118b8ee...
0
<p dir="auto">In Electron's repo, there are some kinds of other foreign languages' documents translated by some contributors(Thanks all for them).</p> <p dir="auto">It's quite nice for the native beginner, but there is an out-of-date issue of them. As the project developed, many new-added features and changes will cau...
<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
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">I build a GridView with some Widgets including a Text with very long text which should be stripped. But the Text did not strip, it overflows and shows into the next item. I could strip it down to this:</p> <div class="snippet-clipboard-content notranslate position-re...
<p dir="auto">In flutter version beta 0.5.1, my project has been working normally for months.<br> but when I upgrade flutter to beta 0.6.0 or higher,it can't build release apk any more,and debug mode works fine.</p> <p dir="auto">flutter build apk<br> Initializing gradle...<br> Resolving dependencies...<br> Running 'gr...
0
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X ] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&...
<p dir="auto"><strong>I'm submitting a ...</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report"><pre class="notranslate"><code class="notranslate">[X] bug report </code></pre></div> <p dir="auto"><strong>Current behavior</st...
1
<p dir="auto">Hi Guys</p> <p dir="auto">is there a way of passing paramtetr to wt command so Windows Terminal would start with different tab than the default?</p> <p dir="auto">For example:</p> <p dir="auto">wt {guid}</p> <p dir="auto">If not i would like to propose feature request.</p> <p dir="auto">Thank you.</p>
<p dir="auto">when ever i click on setting icon it open a .json file in notepad<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/55340717/65831824-0caeac80-e2db-11e9-9ecc-5a997f09d29f.png"><img src="https://user-images.githubusercontent.com/55340717/65831824-0cae...
0
<p dir="auto">Recently experiencing a ton of crashes which require me to reload the entire editor window when renaming files.</p> <p dir="auto">I cannot say for sure, but I have a feeling its related to new files. That is, files created after the initial editor window is loaded (again, not 100% on that).</p> <h4 dir="a...
<p dir="auto">I was deleting a file and selected "Move to Trash".</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Process: Atom Helper [18018] Path: /Applications/Atom.app/Contents/Frameworks/Atom Helper.app/Conte...
1
<p dir="auto">This results in a brand new init of a React Native project template failing on <code class="notranslate">yarn tsc --noEmit -p .</code> as raised in this issue here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="876142156" data-permission-text="Title is private" data-u...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li...
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"><strong>Apache Airflow version</strong>:<br> 1.10.11</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):<br> Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c6...
<h3 dir="auto">Description</h3> <p dir="auto">I don't believe backfilling (of data) is not well handled in Airflow at the moment.</p> <p dir="auto">I believe the current backfill CLI command should have a UI component on the webserver - not the least as many deployments of Airflow doesn't expose a CLI interface to the ...
0
<ol dir="auto"> <li>Go to Settings / Keybindings</li> <li>Right click any option in the table</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.199.0<br> <strong>System</strong>: Microsoft Windows 8.1<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: C...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<p dir="auto">After upgrading to vue 1.0.11 I am still experiencing the same class attribute merging problems as in previous versions.</p> <p dir="auto">This is a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="119706579" data-permission-text="Title is private" data-url=...
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">See <a href="https://babeljs.io/docs/en/babel-plugin-transform-react-jsx" rel="nofollow">https://babeljs.io/docs/en/babel-plugin-transform-react-jsx</a> for more details.</p> <p dir="auto">We can have a better JSX experience.</p> <p dir="auto">Even...
0
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">When I debug the app using vscode, the app is trying to launch but it fails so I should run it manually by clicking on launcher icon in my mobile.<br> The app is just the hello world app of flutter.</p> <h2 dir="auto">Logs</h2> <div class="snippet-clipboard-content...
<p dir="auto">Today I updated Flutter after 28 days. And then I got below error, not only for one project but app is working(flutter run using cmd). Only on pysical device.</p> <p dir="auto">What is the meaning? and do I need to worry about this?</p> <div class="snippet-clipboard-content notranslate position-relative o...
1
<p dir="auto">Error:Module 'com.github.bumptech.glide:glide:4.4.0' depends on one or more Android Libraries but is a jar</p>
<p dir="auto">A problem occurred evaluating project ':glide'.</p> <blockquote> <p dir="auto">Could not get unknown property 'sourceSets' for project ':third_party:disklrucache' of type org.gradle.api.Project.</p> </blockquote>
0
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type Boots = 'boots'; let lala = { nowBoots(saying: Boots): void; // works nowCats(saying: 'cats'): void; // doesn't works }"><pre class="notranslate"><span class="pl-k">type</s...
<p dir="auto">Specialized signatures needing to be compatible with an overload was an artificial requirement due to issues in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="46547257" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/943...
1
<p dir="auto">PowerToys 0.20.0 crashed right after connecting Surface Book 2 15" to dock with external monitors.</p> <p dir="auto">Just after connecting the SB2 to external dock, I tried to move a window to another monitor holding Shift to snap using FancyZones.<br> I believe Windows was still resizing some shell UI el...
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exce...
1
<p dir="auto">Hello, I want to work on a python implementation od clusterdv as described in <a href="https://academic.oup.com/bioinformatics/article/35/12/2125/5165379" rel="nofollow">this paper</a> but with some modifications on, for instance, the way it is structures and the path valley calculation method. I wanted t...
<p dir="auto">There seems to be a randomly duplicated alpha from time to time:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="====================================================================== FAIL: sklearn.linear_model.tests.test_least_an...
0
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">Bug</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Webpack 4.5 cannot be configured to create JavaScript files that both: a) bundle shared modules and b) runs them.<...
<p dir="auto"><em>updated with the latest versions (29.06.2017)</em><br> Webpack - 3.0.0<br> Babel-preset-env - 1.5.2<br> Node - 8.1.2<br> OS X - 10.12.5</p> <p dir="auto"><strong>Current</strong></p> <p dir="auto">Tree shaking is not removing imports, not used in the app.</p> <p dir="auto"><strong>Expected</strong></p...
0
<h4 dir="auto">well, my function's input is ndarray-like and it's output is a scaler. The question is I have no method to apply this function on rolling object.</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sklearn.de...
<p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="116942772" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/11603" data-hovercard-type="pull_request" data-hovercard-url="/pandas-dev/pandas/pull/11603/hovercard?comment_id=1...
1
<p dir="auto">Like we have in the default calculator app, an option to keep the calculator window always on top.</p> <p dir="auto">Similarly for the other apps by adding an extra button on the left of the window minimize button or somewhere in the title bar.</p> <p dir="auto">Or by simply giving a custom shortcut key f...
<p dir="auto">crutkas: Should look at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="442184549" data-permission-text="Title is private" data-url="https://github.com/microsoft/PowerToys/issues/49" data-hovercard-type="issue" data-hovercard-url="/microsoft/PowerToys/issues/49/hovercar...
1
<p dir="auto">The weekly build with nightly wheels from numpy and pandas<br> has failed. Check the logs for any updates that need to be<br> made in matplotlib.<br> <a href="https://github.com/matplotlib/matplotlib/actions/runs/4900029117">https://github.com/matplotlib/matplotlib/actions/runs/4900029117</a></p>
<h3 dir="auto">Bug summary</h3> <p dir="auto">When specifying hatches for <code class="notranslate">contourf,</code> the colorbar is drawn correctly for vertical colorbars but not for horizontal ones. The Hatches and colorfill only fill the lower diagonal of the colorbar boxes.</p> <h3 dir="auto">Code for reproduction<...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cameronbraid" rel="nofollow">Cameron Braid</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1741?redirect=false" rel="nofollow">SPR-1741</a></strong> and commented</p> <p dir="auto">${..} property placeholder is now...
<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-8108?redirect=false" rel="nofollow">SPR-8108</a></strong> and commented</p> <p dir="auto">cbeams@anakata:~/Work/spring-framework/sp...
0
<p dir="auto">Hi,</p> <p dir="auto">I customized the navigation bar variables @ <a href="http://twitter.github.com/bootstrap/customize.html">http://twitter.github.com/bootstrap/customize.html</a> on the website but these colours were not picked up.</p> <p dir="auto">I have spotted that this could possibly be with some ...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/efe591cff9b9c847331facced969dbfc5f236e183c3d1ce0b24d6c6bf9676ad1/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f343233303734392f3939343032342f61323239333964612d303961352d313165332d386131632d...
0
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">With Next.js 9.0.7, after production build and deployment of directories and files below listed, the application is unable to start because of the following error : <code class="notranslate">Couldn't find a </code>pages<code class="notran...
<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
<h3 dir="auto">Version</h3> <p dir="auto">2.6.7</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/v8n1p04v85" rel="nofollow">https://codesandbox.io/s/v8n1p04v85</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">click the checkbox, the <code class="notranslate">checked<...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.6</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/s4ub8dnc/3/" rel="nofollow">https://jsfiddle.net/s4ub8dnc/3/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">I have a checkbox which needs to get it's checked state from a V...
1
<p dir="auto">...Which works allright, except when you put them on elements which you want to be display:block-inline.</p> <p dir="auto">This technique destroys this option, forcing you to use floats or positions instead for layout.</p> <p dir="auto">Why not just rely on set display:none !important when the element nee...
<p dir="auto">related to issues <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="16856611" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/8500" data-hovercard-type="pull_request" data-hovercard-url="/twbs/bootstrap/pull/8500/hovercard" href=...
1
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> A clear and concise description of the behavior.</p> <p dir="auto"><strong>Input Code</strong><br> <a href="https://babeljs.io/en/repl#?babili=false&amp;browsers=last%202%20Chrome%20versions%2C%0Alast%202%20Firefox%20versions%2C%0Alast%2...
<p dir="auto">This looks superficially similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="284314511" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/7099" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/7099/hovercar...
1
<p dir="auto">Hello!<br> When I execute the line in python <code class="notranslate">import numpy</code> the following error occurs:</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/...
<p dir="auto">This is on installing numpy on raspberry pi 3. I used the Noobs latest version and so using Raspbian stretch. Python was already installed, and I think numpy was already included. At the time, I think that import numpy was working well.<br> I installed openCV and it didn't work for a while as I had not pu...
1
<p dir="auto">by <strong>michael.jones</strong>:</p> <pre class="notranslate">Developer noted presence of JSON marshalling/unmarshalling support in Int but not in Rat.</pre>
<p dir="auto">I would like to propose the addition of a set of functions and supporting data types to support getting / setting terminal window size across platforms.</p> <p dir="auto">This would also likely require the addition of something like this to x/sys:</p> <div class="snippet-clipboard-content notranslate posi...
0
<p dir="auto">in the 0.18.9 version, the Powertoys ran smoothly. but in the update of 0.19.1, it started not to open. even though I have enabled the Run as Administrator. Most loved feature of the Powertoys is the Powertoys run. Hope yo fix it soon</p>
<p dir="auto">I think most likely this is a duplicate</p>
0
<p dir="auto"><a href="https://github.com/lightningtgc/material-refresh">https://github.com/lightningtgc/material-refresh</a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5656924/23193629/ec2ef45c-f8e4-11e6-9214-6e692dec3340.gif"><img src="https://cloud.gith...
<p dir="auto">I want to implement a ListView with Pull to Refresh control like Android.</p> <p dir="auto">But I feel confused about how to trigger the event and how to notify the "ListView" to update. I'm not using Flux. Just react. Is there any "ListView with Pull to Refresh" demo? What is the best for controlling the...
1
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto"><strong>What keywords did you search in...
<p dir="auto"><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>.): No</p> <p dir="auto"><strong>What keywords did you search...
0
<p dir="auto">The google custom search on <a href="http://kubernetes.io/v1.1/" rel="nofollow">http://kubernetes.io/v1.1/</a> gives results for both v1.0 and v1.1, and the 1.0 results are often ranked higher than the 1.1 results. We should either update the custom search config to only crawl the latest version of the do...
<p dir="auto">After changing kubemar-scale to run 2000-node kubemarks (with protobufs), it is failing with errors like these:</p> <p dir="auto">14:38:23 [Feature:Performance] should be able to handle 30 pods per node [It]<br> 14:38:23 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/lo...
0
<p dir="auto">The formatting on a .html file is not working if there is for example a <code class="notranslate">&lt;template&gt;</code> tag in it:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;template&gt; &lt;require from=&quot;value...
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: OSX 10.11.4</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Try to auto format the following HTML<br> <code class="notranslate">&lt;template&gt;&lt;div&gt;Hello&lt;/div&gt;&lt;div&gt;World&lt;/div&gt;&lt;/template&gt;</code></li> </ol> ...
1
<p dir="auto">When searching in a directory (via right-clicking on the folder in the left-hand pane), for the string "verify", the message shows "69 results found in 13 files for verify". However, only four files are listed, with the rest of the results not shown. I'm inclined to believe that the text is correct, rat...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/64050/3927598/37fd1176-23fd-11e4-99e2-d9a69afc72fd.gif"><img src="https://cloud.githubusercontent.com/assets/64050/3927598/37fd1176-23fd-11e4-99e2-d9a69afc72fd.gif" alt="find" data-animated-image="" styl...
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...
0
<p dir="auto">Following PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="98053276" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/12001" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/12001/hover...
<p dir="auto">Hello,<br> I would like to make rolling update by node:</p> <ol dir="auto"> <li>Select one node</li> <li>Stop all pods of the RC on this node.</li> <li>Start new pods on this node</li> <li>Select an other node</li> <li>Stop all pods of the RC on this node.</li> <li>...</li> </ol> <p dir="auto">Questions:<...
0
<p dir="auto">The following program leaves a hanged goroutine. If a server reloads templates on the fly, this behavior can leads to unbounded number of leaked goroutines.</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package ma...
<pre class="notranslate">Here is a nice trick to write an enum-like type's constant values: g% cat x.go package p type T int const ( _ T = iota T1 T2 T3 T4 ) g% This has two properties I wanted: (1) the values start at 1, so the zero value is not a defined value, and (2) all the defined values ...
0
<p dir="auto">While updating some of my code to compile under the new updates to rust-nightly, I caused the compiler to panic. Here is the output of rustc -v:</p> <p dir="auto">src/lib.rs:420:1: 434:2 error: internal compiler error: impl <code class="notranslate">VtableImpl(impl_def_id=DefId { krate: 0, node: 2045 }:It...
<h3 dir="auto">STR</h3> <p dir="auto">Didn't have time to write a shorter snippet</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![crate_type = &quot;lib&quot;] #![feature(associated_types, lang_items, unboxed_closures)] #![n...
1
<p dir="auto">by <strong>Bailey.D.R</strong>:</p> <pre class="notranslate">This bug involves a fairly simple usage. There are three parts to this program: 1) A static library (named libhello.a) written in C, exposing function "say_hello". 2) A package in Go (named hello), exposing func "SayHello", which calls into th...
<pre class="notranslate">Overview This proposal would allow bidirectional type conversions between all of the builtin scalar numeric types and the builtin "bool" type. The syntax and grammar of the language already allows these conversions but the current compiler doesn't implement these particular conversions and give...
0
<p dir="auto">This is a bit of a nitpick, but I think this would improve user-friendlyness.<br> Currently <code class="notranslate">np.asarray([[1, 2], [2, 3, 4]], dtype=np.float)</code> yields "setting an array element with a sequence."</p> <p dir="auto">I think it would be more helpful if it yielded something like "C...
<p dir="auto">Someone using my code reported this error message, and I would have been able to track down the problem more quickly if the message had been more informative, maybe like <code class="notranslate">ValueError: setting an irregularly shaped array with a non-object dtype</code> instead of <code class="notrans...
1
<p dir="auto">The copy/paste toolbar is always positioned above the selection. We should position it below the selection if it is too close to the top of the screen.</p>
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>Create a new Flutter project with the incrementer app</li> <li>Verify the test passes when run through <code class="notranslate">flutter test</code></li> <li>Then, <code class="notranslate">flutter run test/widget_test.dart</code> (e.g. in the iOS Simulator)</l...
0
<p dir="auto">I would like to use <a href="https://developers.google.com/games/services/android/turnbasedMultiplayer" rel="nofollow">https://developers.google.com/games/services/android/turnbasedMultiplayer</a> for a Flutter app I am writing. How would I do that with Dart/Flutter?<br> ( I asked on the mailing list, the...
<p dir="auto">From the <a href="https://firebase.google.com/docs/cloud-messaging/android/client#sample-play" rel="nofollow">docs</a>:</p> <blockquote> <p dir="auto">Apps that rely on the Play Services SDK should always check the device for a compatible Google Play services APK before accessing Google Play services feat...
1
<p dir="auto">Using pandas version 0.23.1 and 0.23.2 from conda-forge.</p> <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({'a': [10, 20, 30]}) # with list indexer, iloc works as expected L ...
<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="In [31]: import pandas as pd In [32]: import numpy as np In [33]: a = np.array([1, 2, -1]) In [34]: b = pd.Da...
1
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.1</p> <p dir="auto"><strong>Description</strong><br> I wrote a simple test to check whether user authorization is working. After entering "php bin / phpunit" gets the error: Filter 'softdeleteable' does not exist.<br> My custom doctrine filters working in ...
<p dir="auto">Hi,</p> <p dir="auto">I am using the Email constraint (Symfony\Component\Validator\Constraints\Email) as part of validating e-mail addresses. Now we had the case of an e-mail address containing a dot right before the @ sign such as:</p> <p dir="auto"><a href="mailto:mr.@domain.tld">mr.@domain.tld</a></p> ...
0
<p dir="auto">related <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3072615" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/739" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/739/hovercard" href="https://git...
<p dir="auto">When iterating through several dimension columns and doing a groupby function, it often works. However, for certain columns it will not and instead I get an error. The error is:</p> <p dir="auto">ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().<...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--- FAIL: TestTransportHeadChunkedResponse (0.01s) transport_test.go:611: ip/ports differed between head requests: &quot;127.0.0.1:47607&quot; vs &quot;127.0.0.1:47608&quot; FAIL FAIL net/http ...
<p dir="auto">Noticed at <a href="http://build.golang.org/log/c4295893036b8f63339f2fdcfa6a7f052edbdfa4" rel="nofollow">http://build.golang.org/log/c4295893036b8f63339f2fdcfa6a7f052edbdfa4</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--- ...
1
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">I installed git and flutter onto my windows 10 computer. I followed the tutorial and entered the command:</p> <p dir="auto">flutter doctor</p> <p dir="auto">Then it looks like it tries to update the flutter tool but it fails every time and then tries to update again ...
<p dir="auto">I want to do a server side authentication, so I need a refresh token to request an access token on server side. How can I get that?</p>
0
<h3 dir="auto">System Info</h3> <ul dir="auto"> <li><code class="notranslate">transformers</code> version: 4.9.1</li> <li>Platform: Linux-4.15.0-210-generic-x86_64-with-debian-buster-sid</li> <li>Python version: 3.7.10</li> <li>PyTorch version (GPU?): 1.9.0 (True)</li> <li>Tensorflow version (GPU?): not installed (NA)<...
<p dir="auto">`File /usr/local/lib/python3.9/dist-packages/huggingface_hub/utils/_errors.py:259, in hf_raise_for_status(response, endpoint_name)<br> 258 try:<br> --&gt; 259 response.raise_for_status()<br> 260 except HTTPError as e:</p> <p dir="auto">File /usr/local/lib/python3.9/dist-packages/requests/models.py:102...
1
<p dir="auto">After cloning the repo, and updating my path variable, the instructions says to <code class="notranslate">flutter doctor</code> and gives me this error<br> ` Checking Dart SDK version...<br> Downloading Dart SDK from Flutter engine <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="h...
<p dir="auto">I am facing this error while updating SDK for Dart!</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="C:\Users&gt;flutter doctor Checking Dart SDK version... Downloading Dart SDK 1.25.0-dev.11.0... Start-BitsTransfer : The service c...
1
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.6 visual studio extension</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 follows... ![gfgfg](https://clo...
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare module &quot;fs&quot; { var x: string; } declare module &quot;fs&quot; { var y: number; }"><pre class="notranslate"><span class="pl-k">declare</span> module <span class=...
0
<p dir="auto">Hello, I got a bug when formatting a date object with DatePipe. The format is correct but the hours are displayed incorrectly, actually it display with 2 hours less.</p> <p dir="auto">Ex.: 17/01/2017 14:45:26 is displayed as 17/01/2017 12:45:26</p> <p dir="auto">First image is from Ionic 2 app demo<br> <a...
<p dir="auto">DatePipe of Angular 2.0.0 RC2 doesn't allow to interpret date with timezone like AngularJS 1.5 does (<a href="https://docs.angularjs.org/api/ng/filter/date" rel="nofollow">https://docs.angularjs.org/api/ng/filter/date</a>) as the second argument (timezone)</p> <p dir="auto">Angular 1 template api:</p> <di...
1
<p dir="auto">Been looking at modernizing/formalizing the ThreeJS animation framework to be more similar to Unity/Unreal Engine 4. There is a lot of great code in ThreeJS but there is a bit of missing top level organization of animation structures, rather there is a lot of duplication.</p> <p dir="auto">Here are the c...
<h5 dir="auto">Description of the problem</h5> <ul dir="auto"> <li>Open <a href="https://xr-spinosaurus.glitch.me/" rel="nofollow">https://xr-spinosaurus.glitch.me/</a> using Chrome on an ARCore-enabled device, with "WebXR AR Module" enabled in chrome://flags</li> <li>Press "VR" button</li> <li>exit VR session</li> <li...
0
<h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: master branch</li> <li>Operating System version: maxOS Catalina</li> <li>Java version: 1.8.0_101</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <ol dir="auto"> <li>clone the project , master branch</li> <li>mvn clean package -Dmaven.test....
<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">SLSQP minimization fails to correctly solve a constrained minimization problem in v1.5.2, which it is able to solve in v1.1.0.</p> <p dir="auto">Sample code with the problem explanation, followed by outputs with the two scipy versions</p> <h1 dir="auto">Code</h1> <div class="snippet-clipboard-content notr...
<p dir="auto">In scipy-0.18.0, scipy.sparse.coo_matrix.tocsr() modifies the row, col, and data attributes of the original matrix. This is not the case in scipy-0.17.0. Consider the following example:</p> <hr> <p dir="auto">import numpy as np<br> import scipy.sparse as sp<br> import scipy.sparse.linalg</p> <p dir="auto"...
0
<p dir="auto">Hi all, I'm running Gentoo Linux x86_64. I installed the Julia v0.5.0 Generic Linux binary 64-bit (X86). Calling Julia gives the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ julia fatal: error thrown and no e...
<p dir="auto">Using openSUSE Leap 42.1:<br> 24 hours ago a git pull followed by a <code class="notranslate">make &amp;&amp; make testall</code> ran fine. This morning I had an error in make:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="... p...
1
<p dir="auto">I've been using Druid to ingest data from Kafka. The messages in Kafka are thrift-serialized versions of custom records. In order to parse these serialized messages, I've written a custom Druid extension, which extends the ByteBufferInputRowParser class in Druid.</p> <p dir="auto">This has been working fi...
<p dir="auto">It would benefit some users if kafka-indexing service supported the capability to let users put multiple druid InputRow inside single kafka record.<br> This allows users to do batching while still using kafka sync producer which allows only one kafka record at a time.</p> <p dir="auto">I would imagine add...
1
<p dir="auto">In the es6 spec, various DataView functions have an <em>optional</em> littleEndian argument: <a href="http://www.ecma-international.org/ecma-262/6.0/#sec-dataview.prototype.getuint32" rel="nofollow">http://www.ecma-international.org/ecma-262/6.0/#sec-dataview.prototype.getuint32</a>, however the es6 typin...
<p dir="auto">Hi there,</p> <p dir="auto">I upgraded recently to TypeScript 1.5 and I got complains from the compiler because the methods "getInt32", "getFloat32", etc... which take "byteOffset" and "littleEndian" as parameters, have the latest one, "littleEndian", mantadatory. I went throw the documentation about thes...
1
<p dir="auto">If you toggle a pop-over from an element, and resize the browser window, the popover is no longer at the side of the element you requested. Is this the desired/ expected default behaviour?</p>
<p dir="auto">Chrome for Mac. Taken from the docs.</p> <p dir="auto">Open the popovers. Resize. Boom.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/5f33627dbe6e5c824fa49762f54ecfab403442cbd35042878c0021f4c5482e9e/68747470733a2f2f662e636c6f75642e67697468...
1
<p dir="auto">Looping through and reading 50k Nodes &amp; their properties using the Java API leaks badly when read-_only mode is set on the source.</p> <p dir="auto">Below is my code (apologies for being ugly - I've been trying to find this for hours). Un-comment the ".setConfig( GraphDatabaseSettings.read_only, "true...
<p dir="auto">I'm running the neo4j rest server on small ARM systems, as described here:<br> <a href="https://github.com/cjdaly/napkin/wiki/Server-on-BeagleBone-black">https://github.com/cjdaly/napkin/wiki/Server-on-BeagleBone-black</a></p> <p dir="auto">I recently moved from 1.9.x to 2.0M6. Initially I just got thing...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.5+ (master)</li> <li>Operating System / Platform =&gt; Mac Catalina (10.15.6)</li> <li>Compiler =&gt; Cmake 3.19, build_framework.py</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">OpenCV iOS framework built with Xcod...
<p dir="auto">The binary release for iOS is not built for distribution, this causes the new Swift compile (5.3) from XCode 12 unable to import the released binary (which was compiled with Swift 5.1.2)</p> <p dir="auto">To fix it please refer to the following StackOverflow question.</p> <p dir="auto"><a href="https://st...
1
<pre class="notranslate">What steps will reproduce the problem? Make a package foo. Make a test in foo that imports a package bar. Add a compile error to bar. In your editor, make your build step: go test -i -c foo When this works, you know that your test is ready to run. What is the expected output? + go test -i...
<p dir="auto">by <strong>rounin.urashima</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? 1. hg clone -u release <a href="https://code.google.com/p/go" rel="nofollow">https://code.google.com/p/go</a> 2. cd go/src 3. ./all.bash This gave an issue which I have logged as <a href="https://golan...
0
<p dir="auto">When writing a JS string like, <code class="notranslate">"foo\</code><br> <code class="notranslate">bar"</code><br> VS Code will only highlight the first line.<br> This only seems to happen in the latest version, 0.10.5<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubus...
<p dir="auto"><em>From @KevinSCreative on December 30, 2015 18:13</em></p> <p dir="auto">After the first line, multi-line strings in JavaScript don't get string color. In the following example, only "Hello World" has the string color, and the obj variable declaration is all one color. In the default theme, 'var' is sup...
1
<p dir="auto">Hi, I'm using the experimental-allure-playwright reporter, I can change the location of the "allure-report" folder by command line. However, it seems like the "allure-results" folder is always saved in the main project directory ora by setting it like an environmnet variable before launching the playwrigh...
<p dir="auto">Hi, I'm using allure reporter with playwright, I can change the location of the "allure-results" folder. However, it seems like the "allure-report" folder is always saved in the main project directory and not in the folder I'd like to (the allure-result one). Is there a way to set it as well? Thank you!</...
1
<p dir="auto">A clear and concise description of what the bug is.<br> Can not connect to dremio via sqlalchemy_dremio</p> <h3 dir="auto">Expected results</h3> <p dir="auto">what you expected to happen.<br> Success connection</p> <h3 dir="auto">Actual results</h3> <p dir="auto">Error</p> <p dir="auto">what actually happ...
<p dir="auto"><a href="https://github.com/apache/superset/files/6823868/Test.Excel.xlsx">Test Excel.xlsx</a><br> <a href="https://github.com/apache/superset/files/6823869/Test.Data.csv">Test Data.csv</a></p> <p dir="auto">Hi Team,</p> <p dir="auto">I am very new to Apache superset and trying to learn basic functionalit...
0
<p dir="auto">Not a major bug, but can be confusing.</p> <h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Open <a href="https://codelabs.developers.google.com/codelabs/flutter/#4" rel="nofollow">https://codelabs.developers.google.com/codelabs/flutter/#4</a><br> Scroll down until you see two code listings. The first...
<p dir="auto">From an email: "Trying to create an emulator with Android Studio. Your instructions say to use Tools &gt; Android &gt; AVD Manager. But, there is no Android sub-menu in the Tools menu. (Actually, the only way I could get a Tools menu was by creating a vestigial Android project.) The Tools sub-menu items a...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV: 3.4.5</li> <li>Operating System / Platform: Ubuntu 16.04</li> <li>Compiler: GCC/G++ &amp; CMake</li> <li>Cuda: 9.2</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">According to the Official sample by <a href="https://github.c...
<p dir="auto">Transferred from <a href="http://code.opencv.org/issues/3571" rel="nofollow">http://code.opencv.org/issues/3571</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="|| Goncalo Lopes on 2014-02-25 13:52 || Priority: Normal || Affect...
0
<p dir="auto">This is a feature request.</p> <p dir="auto">Let's consider a scenario where one trains multiple models and uses them in combination (like it is done in GANs).</p> <p dir="auto">To simplify the process of saving and restoring variables that are partly shared across the models (Pretraining Model, Training ...
<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...
0
<p dir="auto">I want to run a background service that can read certain events, process and possibly record the data, and if appropriate create a notification which will launch the main app if pressed. Some examples of the events would be: new Bluetooth device in range, incoming data on a socket, incoming data from a US...
<p dir="auto">Since we have background execution of dart code now, would it be possible to receive data notifications while the app is terminated?</p>
1
<p dir="auto">Hi,</p> <p dir="auto">I've tried to install Scikits-Learn both from sources and using easy_install on a Mac OS X 10.6.8 system, however the installation seems to be broken as when I load the sklearn module in Python, the sklearn.cluster and other core modules are not available.</p> <p dir="auto">When runn...
<p dir="auto">OS - Mac OS X 10.6.8</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="python -c &quot;import sklearn; sklearn.test()&quot; Running unit tests and doctests for sklearn NumPy version 1.5.1 NumPy is installed in /Library/Frameworks/Py...
1
<h1 dir="auto">Environment</h1> <p dir="auto">Windows build number: Windows 10 1903<br> Windows Terminal version (if applicable): 0.2.1715.0</p> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">you can only drag the window when clicking on the window title that is actually colored in Windows 10 color style ([1]mark...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows 10.0.18362.175 Terminal version 0.2.1715.0"><pre class="notranslate"><code class="notranslate">Windows 10.0.18362.175 Terminal version 0.2.1715.0 </code></pre><...
1
<blockquote> <p dir="auto">ERROR: /home/fesun/.cache/bazel/_bazel_fesun/c44abb322eef8ca1d3dd1c34fcda8c3a/external/io_bazel_rules_closure/closure/private/defs.bzl:27:16: The <code class="notranslate">set</code> constructor for depsets is deprecated and will be removed. Please use the <code class="notranslate">depset</co...
<p dir="auto">This is a possible duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="144958009" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/1727" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/issu...
0
<p dir="auto">Please add a titled panel component to Twitter Bootstrap.</p> <p dir="auto">Many off-the-shelf themes have these and I find they're useful.</p> <p dir="auto">To see a sample, go the following link and go to the bottom.</p> <p dir="auto"><a href="http://themes.vivantdesigns.com/xtremeadmin/forms.html" rel=...
<p dir="auto">Would you consider adding a component that is not a well, thumbnail, or modal, but something in between? Especially with Modal dropping the .hide class in v3 I see a great need. For example, take a look here on GitHub at the ReadMe box. It has similarities to a modal in that it has a heading and sits "abo...
1
<p dir="auto">Prior to yesterday's update, VS code coloring in XML files (specifically web.config) had more variation between various tags and values than the screenshot included.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/355561/11273523/b88...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/900690/11178547/cc7e3a50-8c4d-11e5-8e58-fdaeee133c7f.png"><img src="https://cloud.githubusercontent.com/assets/900690/11178547/cc7e3a50-8c4d-11e5-8e58-fdaeee133c7f.png" alt="image" style="max-width: 100%...
1
<p dir="auto"><strong>I'm submitting a ...</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&gt; Please do not submi...
<p dir="auto">Say a user wants to add margin around a component:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;cool-thing class=&quot;extra-margin&quot;&gt; ... "><pre class="notranslate"><span class="pl-kos">&lt;</sp...
1
<p dir="auto">If you hover over an <code class="notranslate">&lt;a&gt;</code> with a tooltip within a <code class="notranslate">.btn-group</code> the border-radius will be overwritten.</p> <p dir="auto">Watch the right side of the second button when hovering it:<br> <a href="http://jsfiddle.net/gpyPX/" rel="nofollow">h...
<p dir="auto"><a href="http://jsfiddle.net/JEBdk/5/" rel="nofollow">http://jsfiddle.net/JEBdk/5/</a></p> <p dir="auto">tooltip or popover on btn-group. the btn-group is not display correctly!<br> the last btn have not round corners and between the btn's is a space.</p> <p dir="auto">my suggestion, by generating the tip...
1
<p dir="auto">Trying out styled-jsx-postcss with the plugin postcss-cssnext - when I nest, I get an erro: node.parent.after is not a function</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=...
<p dir="auto">Currently attempting to deploy a next.js to production with dynamic imports (without using <code class="notranslate">next/dynamic</code> since we're importing a non-react library), and running into issues with 404s on the dynamically imported chunks.</p> <p dir="auto">The built folder structure looks like...
0
<p dir="auto">in VS2015 (beta and release) when editing a string, if I type an open parenthesis the intellisense function signature pop-up opens.</p> <p dir="auto">e.g.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="console.log(&quot;hello&quo...
<p dir="auto">Hi,</p> <p dir="auto"><strong>VS</strong>: 2013 Update 4 RC<br> <strong>TS</strong>: 1.3</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1106823/5028095/ddad465e-6b2e-11e4-9767-210984b40bb3.gif"><img src="https://cloud.githubusercont...
1
<p dir="auto">I'm looking into customizing an installation of Bootstrap 2 for my color scheme, and the names are virtually worthless. My scheme is light-on-dark, and the default text color variable name is "gray". I can set this to white and it will work, but it's completely counter-intuitive.</p> <p dir="auto">Variabl...
<p dir="auto">border-radius and box-shadow are already supported by browsers without prefixes.</p> <p dir="auto">Why do we need to duplicate these styles with -webkit- and -moz- vendor prefixes?</p>
0
<p dir="auto">I have a package of reusable components that use styled-jsx that I import into my Next.js app (version 2.4.0).</p> <p dir="auto">The styles of the components in the package do not get rendered on the server and results in a flash of unstyled content on page load.</p> <p dir="auto">Is there an approach tha...
<p dir="auto">A solution for CSS-file-based styling and importing non-js files from webpack in server side rendering. I have made a package that allows us to import non-js files directly in server side code, without prebundling, and works just like <code class="notranslate">babel-register</code>. I just want to share i...
0
<p dir="auto">This is illegal construction, but rather than being an error, it creates a traceback.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; versioninfo() Julia Version 1.6.1 Commit 6aaedecc44 (2021-04-23 05:59 UTC) Platform In...
<p dir="auto">I am working on package <a href="https://github.com/rryi/BitStructs.jl">BitStructs</a> and encounter a strange error running my benchmarks with julia 1.6.0-RC1.</p> <h3 dir="auto">Environment:</h3> <p dir="auto">System Ryzen 1700, 16 GB RAM, Windows 10 Pro, version 20H2<br> Julia 64 bit 1.6.0-rc1 (2021-02...
1
<p dir="auto">This code compiles:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#![feature(associated_types)] pub trait A { type B; fn x() -&gt; Option&lt;Self::B&gt;; } pub fn x&lt;T: A&gt;() -&gt; Option&lt; &lt;T as A&gt;::B&gt; ...
<h3 dir="auto">STR</h3> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(associated_types)] trait Trait { type Type; // OK fn method() -&gt; &lt;Self as Trait&gt;::Type; // Can't parse fn method() -&...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x ] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https://github.com...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https:...
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...
<ul dir="auto"> <li>Electron version: 1.7.9</li> <li>Operating system: 10.12.6</li> <li>Computer: Macbook Air</li> </ul> <p dir="auto">I am currently working on the implementation of the Web Bluetooth selection dialog. The above event returns a huge number of duplicates. I have seen everything between 17 and 107 entrie...
0
<h2 dir="auto">Bug Report</h2> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/13749042/50773242-4a8e1f80-12cb-11e9-80a0-69724dc263ef.png"><img src="https://user-images.githubusercontent.com/13749042/50773242-4a8e1f80-12cb-11e9-80a0-69724dc263ef.png" a...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> I'm building a library that need to be able to work with JSX with namespaces. According to <a href="https://babeljs.io/docs/en/babel-plugin-transform-react-jsx" rel="nofollow">Babel documentation</a> this should work by setting the throw...
0
<p dir="auto">Hello,<br> PowerToys Run was working.<br> I didn’t use it because it has not yet entered my usual reflexes.<br> Now that I want to use it actively, it doesn't work.<br> I type Alt + Space and it pulls down the File menu of the active window.<br> I tried with other keyboard shortcuts, but it doesn't work.<...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run &quot;ver&quot; at a command prompt] PowerToys version: 0.19 PowerToy module for which you are reporting the bug (if applicable): PT Run"><pr...
1
<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="In [2]: mi = pd.MultiIndex.from_product([[0, 1]]*2, names=[('first', 'level'), ('second', 'level')]) In [3]: mi...
<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="In [2]: mi = pd.MultiIndex.from_product([[0, 1]]*2, names=[('first', 'level'), ('second', 'level')]) In [3]: mi...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">I cannot import matplotlib.animation (see error message below). Importing matplotlib.pyplot works fine and I can create plots with it after the import.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">import matplotlib.animation as animation crashes with error on macOS Catalina:</p> <p dir="auto">OSError: [Errno 86] Bad CPU type in executable: 'convert'</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class=...
1
<p dir="auto">Hi, I've been using Electron for a few months, but autoupdate started returning an error after <code class="notranslate">0.33.4</code>. I've been using the same endpoint hosted by Github.</p> <h2 dir="auto">Error message</h2> <div class="highlight highlight-source-shell notranslate position-relative overf...
<p dir="auto">Minimal repro here: <a href="https://gist.github.com/mkscrg/d56227f2b6a3a430a17d">https://gist.github.com/mkscrg/d56227f2b6a3a430a17d</a></p> <p dir="auto"><code class="notranslate">auto-updater</code> fails immediately after the <code class="notranslate">update-available</code> with this error:</p> <div ...
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">Line 19 | react/docs/tutorial/tutorial.md</p> <p dir="auto">Links to: <a href="http://codepen.io/ericnakagawa/debug/ALxakj/auth" rel="nofollow">http://codepen.io/ericnakagawa/debug/ALxakj/auth</a></p>
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">report a bug</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">broken link in the first section of <a href="https://github.com/facebook/react/blob/master/docs/tutorial/tu...
1
<p dir="auto">Abstract class should not be required to implement all the properties/methods of the interfaces it implements. So the following should be legal:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface A { p; m...
<p dir="auto">Some properties in JavaScript are actually read-only, i.e. writes to them either fail silently or cause an exception. These should be modelable in TypeScript.</p> <p dir="auto">Previous attempts to design this have run into problems. A brief exploration:</p> <div class="highlight highlight-source-ts notra...
0
<p dir="auto">Here are the steps I followed to learn node.js and Boostrap</p> <ol dir="auto"> <li>Downloaded the bootstrap .zip file from the github<br> $ wget <a href="https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip">https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstr...
<p dir="auto">I am new to node.js and Bootstrap. Here is what I have done so far on a Linux setup.</p> <ol dir="auto"> <li>$ mkdir myapp</li> <li>$ mv bootstrap myapp/mybootstrap - Moving the downloaded compiled bootstrap to "mybootstrap" folder under "myapp" directory</li> </ol> <p dir="auto">2.$ emacs app.js</p> ...
1
<p dir="auto">We start to hit some SystemJS-related bugs that were already fixed upstream. Examples:</p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="97102951" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/3275" dat...
<p dir="auto"><strong>I'm submitting a ...</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report"><pre class="notranslate"><code class="notranslate">[X] bug report </code></pre></div> <p dir="auto"><strong>Current behavior</st...
0