text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">I have a javascript node project with some TypeScript definition files inside it. My jsconfig.json is as follows:<br> {<br> "compilerOptions": {<br> "target": "ES6",<br> "module": "commonjs"<br> }<br> }</p> <p dir="auto">If I rename a javascript source file to temp_hello.js or even temple.js (imagine if t...
<p dir="auto">Hi.</p> <p dir="auto">Thanks for your product, I really enjoy using it. However I have one problem:<br> When using ES6 features, like the arrow functions, I get the message "This can only be used with ES6. Make sure to have a jsconfig.json-file which sets the target to ES6".</p> <p dir="auto">However I ha...
1
<p dir="auto"><a href="http://freecodecamp.com/challenges/bonfire-reverse-a-string" rel="nofollow">http://freecodecamp.com/challenges/bonfire-reverse-a-string</a></p>
<p dir="auto">For example, the example function call at the end of Confirm the Ending is:<br> <code class="notranslate">end("Bastian", "n", "");</code><br> when that function should only take two parameters. This is the case for most of the basic bonfires from Title Case a Sentence onwards.</p>
1
<p dir="auto">This is the second attempt (rc2) of releasing July Providers :). I carried over the "checkmarks" from the last testing (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="945634790" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/...
<h3 dir="auto">Discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4032514" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/discussions/23220" data-hovercard-type="discussion" data-hovercard-url="/apache/airflow/discussions/23220/hovercard...
0
<p dir="auto">I am testing new native HTTP/2 server and got a problem while trying to handle requests asynchronously, I am just can't get the response. My code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const listener = Deno.listenTls({ ...
<p dir="auto">Essentially the same as what's happening in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="728792966" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/8107" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/8...
1
<p dir="auto">When concatenating empty list with a list of INTEGERS result is an array of FLOATS. Since numpy 1.12 you can not use floats (result of such concatenation) for indexing without additional convertion from float to integer.</p> <p dir="auto">Following example works in numpy &lt;=1.11 and does not work in num...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/988" rel="nofollow">http://projects.scipy.org/numpy/ticket/988</a> on 2009-01-22 by trac user kelson, assigned to unknown.</em></p> <p dir="auto">Howdy,</p> <p dir="auto">After searching for this defect, perhaps nobody else has been bothe...
1
<p dir="auto">I originally reported this against a downstream project: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58491949" data-permission-text="Title is private" data-url="https://github.com/hailocab/react-pure/issues/2" data-hovercard-type="issue" data-hovercard-url="/hailoca...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> When encountering a <code class="notranslate">declare</code> statement for an identifier that's already in scope, Babel throws up. The upstream TypeScript compiler understands this syntax.</p> <div class="snippet-clipboard-content notran...
0
<p dir="auto">First of all, kudos for what sounds like a great project.<br> Using exclusively typescript for years, I'm quite excited of being able to use Deno in the future.</p> <p dir="auto">Now, I just don't get how it is possible to develop apps at a meaningful scale without a proper module system. I had already sh...
<p dir="auto">I want to get started using Deno but either I misunderstood some core concepts or this really an issue. From what I understand Deno loads all modules on first import and then caches them indefinitely (until you force a reload). My question now is, without some kind of package manager, how can Deno insure ...
1
<p dir="auto">I have set the option "spring.jpa.properties.hibernate.hbm2ddl.auto=<strong>update</strong>".</p> <p dir="auto">My usage is compile('io.shardingsphere:sharding-jdbc-spring-boot-starter:<strong>3.1.0</strong>').</p> <p dir="auto">It's OK when I run the springboot application the first time. But it will war...
<h2 dir="auto">Bug Report</h2> <p dir="auto">ShardingSphere version is 4.0.0-RC2.<br> my project maven pom have import sharding-jdbc-core and sharding-jdbc-spring-boot-starter.<br> This is my shard config</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">group<br> user<br> ALL (almost)</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">N/A</p> <h5 dir="auto">CONFIGURATION</h5> <p dir="auto">N/A</p> <h5 dir="auto">OS / ENVIRONMENT</h5> <p dir="a...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.6</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Mac OS X 10.7</p> <h5 dir="auto">Summary:</h5> <p dir="auto">rules_egress was added to ec2_group in 1.6 (previous there was no rules_egress). Un...
0
<p dir="auto">I am currently implementing the remember me functionality. The REMEMBERME cookie is correctly set, but the logout fails.</p> <p dir="auto">What happens is that the LogoutListener is first called on the GetResponseEvent, but when comming <a href="https://github.com/symfony/symfony/blob/master/src/Symfony/C...
<p dir="auto">The <code class="notranslate">File</code> constraint should support the following notations for the "maxSize" option:</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="new File(array('maxSize' =&gt; 1234)); // byt...
0
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(phase)] #[phase(syntax, link)] extern crate std;"><pre class="notranslate"><span class="pl-c1">#!<span class="pl-kos">[</span>feature<span class="pl-kos">(</span>phase<spa...
<p dir="auto">My keyboard layout is french canadian and the question mark shortcut does not work properly. It seems that <a href="https://github.com/rust-lang/rust/blob/master/src/librustdoc/html/static/main.js#L77">this</a> line is causing the issue. To make a question mark, I use <code class="notranslate">SHIFT+6</co...
0
<p dir="auto">Hello, I'm trying to make 3 columns whith class span 4, but not work:<br> Example use, note i'm use Bootstrap 3.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/eea43ae541e16b58b74bb5348f3090a2dbe81a177f02edeac5f856ab193a311b/68747470733a2f2...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/ed053220d76b712c7d38bf5286cf31e27a9c5664e3254292b3aff43edff297a7/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f343731303839342f3636363137342f32383534396530612d643762612d313165322d396563642d...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-practice-functional-programming" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-practice-functional-programming</a> has an issue. Please describe how to reproduce it, and include links to screen shots if possible:</p> <p di...
<p dir="auto">I desperately hope that the external tutorial for functional programming (<a href="http://jhusain.github.io/learnrx/" rel="nofollow">http://jhusain.github.io/learnrx/</a>) will be replaced by a module designed and created in-house. The Husain tutorial is completely overwhelming for programming novices, an...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.32.1</li> <li>Operating System: macOS 12.6.3</li> <li>Browser: All</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto"><strong>Config file</strong></p> <div class="highlight highlight-source-js notranslate position-relat...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.35.1]</li> <li>Test Env: MacOS 13.4.1, K8S</li> <li>Browser: [Chromium]</li> <li>Test Runner: Playwright test v1.45.1</li> <li>Script language: Typescript</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto"><strong>KubernetesPod.yaml</...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">docker module</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.1.0 config...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">gather_facts and/or something to do w/ docker</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop...
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>.): no</p> <p dir="auto"><strong>What keywords did you search...
<p dir="auto">This proposal is related to the following issues, but (I believe) not entirely duplicative of them: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="121871712" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/18623" data-...
0
<h5 dir="auto">Issue Type: Bug Report</h5> <h5 dir="auto">Ansible Version: 1.6.8+</h5> <p dir="auto">ansible 1.6.8<br> ansible 1.7 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/d2a130971ac6058c9467821d4fe10ce5d81cd855/hovercard" href="https://gi...
<p dir="auto">vault password could keep prompting until empty password is supplied, vault file could take a list of files</p> <p dir="auto">This allows for having multiple vault files with different keys, good for ops team having access to all vaults but qa or dev having access only to specific ones</p>
0
<p dir="auto">A friend of mine (<a href="https://github.com/R2-G2">https://github.com/R2-G2</a>) noticed, that there's a strange behavior with radio buttons wrapped into labels:</p> <p dir="auto">If you click one for the first time, everything's fine. It gets an active class and if you you use the radio-buttons selecto...
<p dir="auto">The active class stays on the button, but the checked property is removed from the radio input.</p> <p dir="auto"><a href="http://jsfiddle.net/meleyal/dafPH/" rel="nofollow">http://jsfiddle.net/meleyal/dafPH/</a></p>
1
<p dir="auto">See discussion on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="295560783" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/8384" data-hovercard-type="pull_request" data-hovercard-url="/scipy/scipy/pull/8384/hovercard" href="http...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/811" rel="nofollow">http://projects.scipy.org/scipy/ticket/811</a> on 2008-12-10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nilswagner01/hovercard" data-octo-click="hovercard-link-click" d...
0
<h3 dir="auto">What do you see as an issue?</h3> <p dir="auto">The <a href="https://airflow.apache.org/docs/apache-airflow/stable/templates-ref.html" rel="nofollow">documentation</a> for the template variable <code class="notranslate">data_interval_end</code> states simply that its the "End of the data interval". Initi...
<h3 dir="auto">Description</h3> <p dir="auto">In our use case, we often import data which contains some noise which cannot be handled correctly. However, we don't want an entire task or job to fail because of it (simply because it is not critical). A warning shall be logged to the corresponding data point and the job s...
0
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.2</p> <p dir="auto"><strong>Background</strong>:</p> <p dir="auto">I have been working on trying to get <a href="https://github.com/eslint/typescript-eslint-parser">https://github.com/eslint/typescript-eslint-parser</a>, a TypeScript parser plugin...
<p dir="auto">Hi,<br> working to a few projects I've noticed some strange behaviors, because I found a few times ts compilation errors in ts for files inside the wwwroot, that by default is excluded.<br> I workied a bit on it and seems that the root causes were:</p> <ol dir="auto"> <li>if I have a .d.ts that reference...
0
<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 from sklearn.datasets import load_iris iris = load_iris() data = iris.data column_names = iris.feature_names df = pd.DataFrame(iris.data, co...
<p dir="auto">I got the error<br> <b> AttributeError: 'IntBlock' object has no attribute 'sp_index' </b></p> <p dir="auto">when converting a SparseDataFrame to Scipy csr_matrix using the following code:</p> <p dir="auto"><i>dfTotalCat = get_dummies(dfTotalCat, sparse=True)</i></p><i> </i><p dir="auto"><i>XTotalCat = cs...
1
<p dir="auto">Complains on e.g. <code class="notranslate">"git.path": null,</code>. Pops up after I edit my user <code class="notranslate">settings.json</code> and save. I'm on Win7, VSCode 0.10.8.</p> <blockquote> <p dir="auto">Incorrect type. Expected "String"<br> \settings.json(154,14)</p> </blockquote> <p dir="auto...
<p dir="auto">Hi,</p> <p dir="auto">After updating to version 0.10.8 i have warning in the status bar.<br> The only extension installed is for golang.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/605434/12926463/2fbdd542-cf6c-11e5-8737-33522f60...
1
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p> <p dir="auto"><strong>Syste...
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:<br> No</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:<br> Mac OS X 10.12.4, Darwin</li> <li><strong>TensorFlow i...
0
<p dir="auto">I like this new feature... I have some suggested improvements. Open to discussion of course :)</p> <p dir="auto">Let's take a simple use case. I have a file <code class="notranslate">.babelrc</code>. This file is a JSON file. VS Code detects it as Plain Text. I click in the bottom right to change it to <c...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> file association</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> auto save</li> </ul>
1
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="136722135" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/1300" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/issues/1300/hovercard" href="https:/...
<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
<h3 dir="auto">Vue.js version</h3> <p dir="auto">2.1.4</p> <h3 dir="auto">Reproduction Link</h3> <p dir="auto"><a href="https://jsfiddle.net/aleksey_beskosty/zz5svy6q/" rel="nofollow">https://jsfiddle.net/aleksey_beskosty/zz5svy6q/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Select element is declared ...
<p dir="auto">Take the following</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;div&gt; &lt;select :value='something'&gt;&lt;/select&gt; &lt;/div&gt;"><pre class="notranslate"><span class="pl-kos">&lt;</span><span cl...
1
<p dir="auto">I'm having an issue that has me questioning Requests's (Oreo's?) cookie handling. Using Requests, I submit a request that successfully authenticates me to a particular server. The response includes a cookie whose <em>value</em> contains an equals ("=") character. Because the cookie's value contains "=",...
<p dir="auto">test code:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from requests import session with session() as c: c.get('http://www.baidu.com') #should have cookie headers c.get('http://www.baidu.com')">...
1
<p dir="auto">I was testing different methods trying to grasp the objective. When I decided run my next solution, I got a bunch of code right under the "run bar". What you see here is only just a part of it. It's fairly long.<br> I have had a few problems with some of my challenges were not getting validated until the...
<p dir="auto">When users make syntax errors they will no longer get the usual error message.</p> <p dir="auto">For example:<br> Old output<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/10524623/12284386/2e22cba2-b964-11e5-9aa4-51429cbccb1c.png"><img src="http...
1
<p dir="auto">The light and dark themes have recently been in the center of attention due to colors being added and removed again.</p> <p dir="auto">More colors became visible due to the update of tokenizers in November. In December we decided to remove these again, to stay in sync with the classic Visual Studio Dark a...
<p dir="auto">Didn't see another issue filed for this already so forgive me if I missed it:</p> <p dir="auto">In VS Code December release, we've noticed that when you hover over variable names while the debugger is stopped, it works the first time but then it doesn't work again until you resume debugging and it hits a ...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function Component({reportType}) { let Report = Reports[reportType]; let child = useMemo(() =&gt; { return &lt;Report /&gt;; }, [Report]);"><pre class="notranslate"><code class="notranslate"...
<p dir="auto"><strong>Current behavior:</strong></p> <p dir="auto">I have some <code class="notranslate">@mycomponents</code> in another place from project which depends on react and react-dom. For this components i use react hooks. After editing any of component i use <code class="notranslate">npm link</code>, and in ...
0
<p dir="auto">See the following Plunker for repro: <a href="http://plnkr.co/edit/MrCUDP8qwGPj7ler4ySW" rel="nofollow">http://plnkr.co/edit/MrCUDP8qwGPj7ler4ySW</a></p> <p dir="auto">The code <code class="notranslate">[class.selected]="toggleSvc.isActive | async"</code> where toggleSvc.isActive is a BehaviorSubject resu...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
0
<p dir="auto">Back a couple weeks ago, I had a program with this code here:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="for ch in msg.chars() { if !ch.is_alphabetic() { continue; } let s = caesar_shift(ch, k...
<p dir="auto">Here's an example of where this gets really painful:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::rt::io; fn foo(a: &amp;mut io::Stream) { write!(a, &quot;test&quot;); } ...
0
<h1 dir="auto"><g-emoji class="g-emoji" alias="star2" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f31f.png">🌟</g-emoji> New model addition</h1> <p dir="auto">MobileBERT</p> <h2 dir="auto">Model description</h2> <p dir="auto">MobileBERT is a thin version of BERT_LARGE, while equipped with ...
<h1 dir="auto">🐛 Bug</h1> <h2 dir="auto">Information</h2> <p dir="auto">Model I am using (Bert, XLNet ...): No specified</p> <p dir="auto">Language I am using the model on (English, Chinese ...): English</p> <p dir="auto">The problem arises when using:</p> <ul class="contains-task-list"> <li class="task-list-item"><in...
0
<p dir="auto">Not sure if this is a bug, but the following incorrect code:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class C { get foo() { return '' } get foo() { return '' } }"><pre class="notranslate"><span class=...
<p dir="auto">It should be possible to ignore errors in d.ts,<br> it's pretty annoying to have hundert of errors just because of some definition files of a third party library and it makes it hard to identify your own errors.<br> So I would recommend a flag in the tsconfig-file to prevent those errors to be mentioned.<...
0
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codepen.io/xiangyuecn/pen/eYmmPNP" rel="nofollow">https://codepen.io/xiangyuecn/pen/eYmmPNP</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>Look at the <a href="https://codepen.io...
<h3 dir="auto">Version</h3> <p dir="auto">2.5.16</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/hL0rrbs9/6/" rel="nofollow">https://jsfiddle.net/hL0rrbs9/6/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Run code, and watch.</p> <h3 dir="auto">What is expected?</h3> ...
1
<p dir="auto">In my installation (seaborn 0.6.0, matplotlib 1.5.1 with Qt2 back end under Linux Mint, Python 3.5), the annotation feature of heatmaps doesn't work. When I run the "Annotated heatmap" example from the <a href="https://stanford.edu/~mwaskom/software/seaborn/examples/heatmap_annotation.html" rel="nofollow"...
<p dir="auto"><strong>Issue</strong><br> Seaborn fails to generate histograms on data frames with certain indexes (duplicated).</p> <p dir="auto">This is wrong because the histogram is a function of a 1-D column and most not depend on frame indexes (and btw, nonunique indexes are legitimate and appear in data science t...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Have a single go implementation of the "List then Watch" pattern. Use this everywhere. <ul class="contains-task-list"> <li>This is about hiding the details of calling list and watch and r...
<p dir="auto">If I follow the docker getting started guide from here <a href="https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker.md">https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker.md</a></p> <p dir="auto">It instructs me to start the kubelet ...
0
<pre class="notranslate">Tokenizer.Raw is intended to provide the unmodified text of the current token -- <a href="http://godoc.org/code.google.com/p/go.net/html#Tokenizer.Raw" rel="nofollow">http://godoc.org/code.google.com/p/go.net/html#Tokenizer.Raw</a> But, when a tokenization error occurs, the raw text may be dup...
<p dir="auto">by <strong>xapwing</strong>:</p> <pre class="notranslate">go version = 1.0.2 windows 7 gopath=c:\dir1;c:\dir2 directory structure: c:\dir1\src\ hello\ hello.go c:\dir1\bin c:\dir2\src\ hello\ hello.go c:\dir2\bin Trigger of the problem: I run "go ins...
0
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><inpu...
<h2 dir="auto">Checklist</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br> (if you are not able to do this, then at le...
1
<p dir="auto">We only permit <code class="notranslate">&amp;mut</code> pointees to be mutated if the <code class="notranslate">&amp;mut</code> is in a unique location (i.e., another <code class="notranslate">&amp;mut</code>, a local variable, etc). Based on this, it is safe to conclude that the memory referenced by an ...
<p dir="auto">Now that the swap operator has been removed, I do not believe the<br> restriction against mutating <code class="notranslate">LV</code> is needed, and in fact it prevents<br> some useful patterns. For example, the following function will<br> fail to compile:</p> <div class="snippet-clipboard-content notran...
1
<p dir="auto">form-group inputs render normal. input-groups render too small. The use of glyphicons doesn't make any difference. Different behavior between prepend and append aswell.</p> <p dir="auto">jsBin: <a href="http://jsbin.com/uTumeWE/1/edit" rel="nofollow">http://jsbin.com/uTumeWE/1/edit</a></p>
<p dir="auto"><code class="notranslate">&lt;div class="form-group input-group has-success"&gt; &lt;label class="control-label" for="inputSuccess"&gt;Input with success&lt;/label&gt; &lt;span class="input-group-addon"&gt;&lt;i class="icon-envelope"&gt;&lt;/i&gt;&lt;/span&gt; &lt;input type="text" class="form-control" id...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9101b0c8314d992bea07aea5068e1c1e4d45ceae48ab4a8220314021241a809a/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323739353334352f313735333838382f36653136323730612d363634352d313165332d39383666...
<p dir="auto">Been looking at this (and I apologize if this issue was already addressed) - and took this site I'm working on (mcgarrybair.com) right out of the BS3 RC2 examples. Resizing the window from -lg to -md wraps the nav-bar into multiple lines. You can see this on the law firm site I just published at <a href...
1
<h3 dir="auto">Current Behavior:</h3> <p dir="auto">If you have a package with <code class="notranslate">something</code> in <code class="notranslate">peerDependencies</code> and then install that something in the same package as a devDependency, the peerDependencies field is changed and the dependency is added to <cod...
<h3 dir="auto">Current Behavior:</h3> <ol dir="auto"> <li>package that has:</li> </ol> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&quot;peerDependencies: { &quot;webpack&quot;: &quot;&gt;=1.11.0&quot; }, &quot;devDependencie...
1
<h1 dir="auto">Description of the new feature/enhancement</h1> <h1 dir="auto">Proposed technical implementation details (optional)</h1>
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 18362.239 Windows Terminal version (if applicable): 0.2.1.18831.0 Any other software? Git bash with the profile: { &quot;acr...
0
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/10749142/12695900/c7545bd6-c753-11e5-9319-9502090c10c6.png"><img src="https://cloud.githubusercontent.com/assets/10749142/12695900/c7545bd6-c753-11e5-9319-9502090c10c6.png" alt="image" style="max-width: ...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/1465a8758e0fc8bcea664bcaa57432983e1d78516895fce57728df4271b47ea6/68747470733a2f2f7777772e657665726e6f74652e636f6d2f6c2f417154324c594959416b74414e7162536f4a39566352704a516467794f4f3963753930422f696d6167652e706e67...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1629" rel="nofollow">http://projects.scipy.org/scipy/ticket/1629</a> on 2012-03-25 by trac user briantoby, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cournape/hovercard" data-octo...
<p dir="auto">Consider the memory usage of the following code after executing each statement:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy import scipy.signal import gc # memory at this point is ~35mb a = numpy.ones(10**7) b =...
1
<p dir="auto">This discrepancy makes comparing file paths very difficult:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { join } from &quot;https://deno.land/std/path/mod.ts&quot;; console.log(Deno.realPathSync(&quot;.&quot;)); consol...
<p dir="auto">Observed on Deno 1.0.1, for example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PS C:\Users\srackham&gt; deno eval &quot;console.log(Deno.realPathSync('.'))&quot; C:/Users/srackham"><pre class="notranslate"><code class="notra...
1
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Can you help us out in labelling this by telling us what kind of ticket this this? You can say “Bug Report”, “Feature Idea”, “Feature Pull Request”, “New Module Pull Request”, “Bugfix Pull Request”, “Documentation Report”, or “Docs Pull Request”.</p> <h5 dir="auto">Ansible...
<h1 dir="auto">Problem:</h1> <p dir="auto">If you add a custom module using git submodules, ansible-doc prints traceback.</p> <h2 dir="auto">setup in ansible.cfg</h2> <p dir="auto">we set up a path for custom modules:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-cl...
1
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="che...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+...
0
<ul dir="auto"> <li>VSCode Version:1.0.0</li> <li>OS Version:Debian Stretch</li> </ul> <p dir="auto">Git push should ask for authentication, but vs-code reports error :</p> <blockquote> <p dir="auto">Authentication failed on git remote.</p> </blockquote>
<p dir="auto">The intellisense support for PHP is too poor.</p> <ul dir="auto"> <li>There is no namespace auto complete</li> <li>No intellisense for the included namespaces</li> <li>No intellisense for native php classes.. \DateTime for example</li> <li>The autocomplete appears to be super fuzzy.</li> </ul> <p dir="aut...
0
<p dir="auto">Demo <a href="http://codepen.io/FreeCodeCamp/full/KVNNXY" rel="nofollow">http://codepen.io/FreeCodeCamp/full/KVNNXY</a> of <a href="https://www.freecodecamp.com/challenges/show-relationships-with-a-force-directed-graph" rel="nofollow">https://www.freecodecamp.com/challenges/show-relationships-with-a-force...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/show-relationships-with-a-force-directed-graph" rel="nofollow">Show Relationships with a Force Directed Graph</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:41.0) Gecko/20100101 Firefox/41.0...
1
<p dir="auto">I use go version go1.5.1 darwin/amd64.</p> <p dir="auto">I write a simple http server like:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package main import ( &quot;log&quot; &quot;net/http&quot; &quot;...
<p dir="auto">Back in <a href="https://go.googlesource.com/go/+/f7d3eb9db97a65a43b8d6b8bf42b8698fe4468ee" rel="nofollow">https://go.googlesource.com/go/+/f7d3eb9db97a65a43b8d6b8bf42b8698fe4468ee</a> we added code so that if we saw 10 EPIPE failures in a row on the same file descriptor, we would exit the program. Today...
1
<p dir="auto">Is there a way for the dialog to go fullscreen (no overlay)? this would be handy for a phone view where space is limited.</p>
<p dir="auto">Currently I have the Dialog props set to:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" title=&quot;Dialog&quot; modal = {true} actions={standardActions} autoDetectWindo...
1
<p dir="auto">I found that if there is a really long single line (in my case js), atom will only colorize the code that was visible. If you try to scroll right, you can see the rest of the line but with no colors applied.</p>
<p dir="auto">when double click the variable is focusing same value</p>
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate. I believe the only relevant ...
<p dir="auto">The CardMedia component don't accept children on his tag.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this rep...
0
<p dir="auto"><strong>HEAD</strong>: I rewrite my issue for people who search for c++ include error solution.</p> <p dir="auto">Opencv4 (version 4.x.x) (building from source for linux) move include files in /usr/local/include/<strong>opencv4/opencv2</strong>/...<br> The problem is lot of opencv modules are including <s...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.0.0-rc</li> <li>Operating System / Platform =&gt; Ubuntu 18.10</li> <li>Compiler =&gt; gcc 8.2.0 / gcc 6</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I did cmake ...Then make and then make install<br> and it does no...
1
<h3 dir="auto">Description</h3> <p dir="auto">When viewing the DAG history in Tree View, individual DAG run times are available by hovering over the DAG run. As an Airflow user, I would like the average execution time to be readily available in the UI -&gt; DAG -&gt; Tree View.<br> It can be an average over the last <e...
<p dir="auto">It would be useful to show a running average dag run duration in the grid view. This could be a plotted line on top of the duration bar chart.</p> <p dir="auto">The average duration should be calculated on the webserver and included with a dag run's info.</p> <p dir="auto">Bonus: We could possibly use th...
1
<p dir="auto">Maybe BUG, maybe... i dont understand</p> <p dir="auto">Label have style .hidden-xs {display: block !important;}<br> on sm, md, lg label position to new string... and visual deformation interface</p> <p dir="auto"><a href="https://gist.github.com/Roosso/6762675">https://gist.github.com/Roosso/6762675</a><...
<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
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.2 master</li> <li>Operating System / Platform =&gt; macOS Catalina 10.15.5</li> <li>Compiler =&gt; Cmake 3.18.1; GNU Make 3.81</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">trying to build OpenCV but getting many err...
<p dir="auto">Hey,<br> I built opencv 4.0.0 with</p> <p dir="auto">cmake -D CMAKE_BUILD_TYPE=RELEASE <br> -D BUILD_opencv_apps=ON <br> -D OPENCV_EXTRA_MODULES_PATH=&lt;path_to...&gt;/modules ..</p> <p dir="auto">However, in "build/app" there are no createsamples and traincascade. There are annotation, interractive-cali...
1
<p dir="auto">Atom is incorrectly highlighting the javascript in this markdown that I am writing. It's written like this because we're seeding, but, even though there isn't a mismatched quote, it seems to think there is. This issue might be more properly put on a package page, but I'm not sure which one to put it on. A...
<p dir="auto">I opened a Python file with the following line (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="20976125" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/963" data-hovercard-type="pull_request" data-hovercard-url="/atom/atom/pull/96...
1
<p dir="auto">I have embedded form type with validation group which is important for parent form, but according to this <a href="http://symfony.com/doc/current/reference/forms/types/form.html#cascade-validation" rel="nofollow">http://symfony.com/doc/current/reference/forms/types/form.html#cascade-validation</a> it's no...
<p dir="auto">I have an entity where I'm using the following validators:</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/** * @Assert\Callback(methods={&quot;isValid&quot;}, groups={&quot;group1&quot;, &quot;group2&quot;}) ...
1
<p dir="auto">I create this post to bring attention to this thread where I explain my problem: <a href="https://stackoverflow.com/questions/57269797/aggregate-several-axessubplot-after-multiprocessing-to-draw-a-matplotlib-figure" rel="nofollow">https://stackoverflow.com/questions/57269797/aggregate-several-axessubplot-...
<p dir="auto">I'm sure we're all very aware that the travis results are failing (every PR gets some form of notification). I can't find a ticket which raises this issue, so here it is.</p> <p dir="auto">Has anyone done any investigation into the failings? It would be nice to have it all passing so that we can make good...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2753.png">❓</g-emoji> Questions and Help</h2> <h3 dir="auto">Please note that this issue tracker is not a help form and this issue will be closed.</h3> <p dir="auto">We have a set of <a href...
<p dir="auto"><a href="https://pytorch.org/docs/stable/torch.html?highlight=sparse_coo_tensor#torch.sparse_coo_tensor" rel="nofollow">https://pytorch.org/docs/stable/torch.html?highlight=sparse_coo_tensor#torch.sparse_coo_tensor</a> doesn't mention it and doesn't have examples.</p> <p dir="auto">SciPy mentions (<a href...
0
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sqlalchemy import * engine = create_engine('sqlite://filename=:memory:', echo=True)"><pre class="notranslate"><c...
<p dir="auto"><strong>Migrated issue, originally created by jek (<a href="https://github.com/jek">@jek</a>)</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(ProgrammingError) invalid reference to FROM-clause entry for table &quot;princ...
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/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">The Select API docs for type are missing an array of strings.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of th...
0
<p dir="auto">Got this error while trying to compile a simple program (<a href="https://gist.github.com/darkstalker/c8c605ddc56aa4d31fc8">https://gist.github.com/darkstalker/c8c605ddc56aa4d31fc8</a>). It uses the num 0.1.24 crate.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" da...
<p dir="auto">I got an internal compiler error when <code class="notranslate">cargo test</code>ing my code, and I was unfortunately unable to reproduce on a small sample. The code is <a href="https://github.com/honzasp/spiral/tree/bf84c70e067a19c9da20cf1c088f304dd159e8df">here on Github</a>, to reproduce the error, cha...
1
<p dir="auto">This is 100% a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59835725" data-permission-text="Title is private" data-url="https://github.com/elastic/elasticsearch/issues/9984" data-hovercard-type="issue" data-hovercard-url="/elastic/elasticsearch/issues/99...
<p dir="auto">It would be really useful for time based indices to be able to indicate recovery priority so that we can indicate that the latest index should be recovered first. This will allow us to resume indexing more quickly.</p>
0
<p dir="auto">I called method in my code like this ( Share.share("some text to share"); ) and received an exception :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="E/flutter ( 3361): [ERROR:flutter/shell/common/shell.cc(181)] Dart Error: Unha...
<p dir="auto">I have 3 <code class="notranslate">ListView</code>, so I create a page just like the <code class="notranslate">TabBarView</code> Demo in Gallery Sample.<br> But I found there are serveral bugs:</p> <ol dir="auto"> <li> <p dir="auto">If I set the <code class="notranslate">unselectedLabelStyle</code> to <co...
0
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> when debuging an vuejs project with firefox , the genereate source map is not dispalyed correctly. on chrome it is Ok</p> <p dir="auto">i have two generated bundle: <code class="notranslate">main.js</code> <code class="n...
<p dir="auto">I've put together a quick repo to demonstrate the problem: <a href="https://github.com/Stuk/webpack-sourcemaps-firefox">https://github.com/Stuk/webpack-sourcemaps-firefox</a></p> <p dir="auto">And here's a gif of the issue in action:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" ...
1
<p dir="auto">How can this common <code class="notranslate">Windows 7</code> error be fixed? I'm using the Java bindings and I'm about to go nuts since I tried everything and nothing worked:</p> <ol dir="auto"> <li>Running the system file checker <code class="notranslate">sfc /scannow</code> (no violations found)</li> ...
<p dir="auto">the installed opencv_world342.dll need "Api-ms-win-downlevel-shlwapi-l1-1-0.dll" which is not in Windows 7. (vc2015_redist.exe already installed).</p> <p dir="auto">when I copy it from windows10, it works.</p>
1
<p dir="auto">Build the Android apk</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter build apk --release"><pre class="notranslate"><code class="notranslate">flutter build apk --release </code></pre></div> <p dir="auto">Creates apk with:<...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="15:39:00.293: I/flutter : ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ 15:39:00.296: I/flutter : The following assertion was thrown building Fle...
0
<p dir="auto">Can VScode inherit cold folding from Visual Studio:</p> <table role="table"> <thead> <tr> <th align="center">Normal:</th> <th align="center">On Hover:</th> </tr> </thead> <tbody> <tr> <td align="center"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/...
<p dir="auto">I would like to see more options with code folding and with bracket matching.<br> It seems the user base is quite split on how they want the collapsed region to display, so I think this should be a user configuration setting along with the other features listed.</p> <h3 dir="auto">Feature Requests</h3> <o...
1
<h1 dir="auto">Summary</h1> <p dir="auto">Installing TypeScript 1.7 tooling for Visual Studio causes different behaviour from 1.6 when publishing web applications, both from within Visual Studio (right click &gt; publish) and via msbuild.exe (<code class="notranslate">/p:DeployOnBuild=true</code>).</p> <p dir="auto">Th...
<p dir="auto">TypeScript 1.4 allows variables to be used before they are initialized.<br> For example, both:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function dd(): number { var x: number; return x; }"><pre class="...
0
<p dir="auto">Why was the dedup plugin deprecated? Without it my build is several kb larger.</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">Feature! <g-emoji class="g-emoji" alias="tada" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f389.png">🎉</g-emoji></p> <p dir="auto"><strong>What is the current behavior?</...
0
<p dir="auto">NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed.</p> <p dir="auto">For general support from the community, see <a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">StackOverflow</a>.<br> To make bugs and feature requests more easy to ...
<p dir="auto">NOTE: Only file GitHub issues for bugs and feature requests. All other topics will be closed.</p> <p dir="auto">For general support from the community, see <a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">StackOverflow</a>.<br> To make bugs and feature requests more easy to ...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.XX]</li> <li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]</li> <li>Browser: [All, Chromium, Firefox, WebKit]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-lis...
<p dir="auto">Context:<br> In Page Object Model, I would create a page object like this</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { Locator, Page } from '@playwright/test'; export class PlaywrightDevPage { readonl...
0
<h4 dir="auto">A small, complete example of the issue</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd import numpy as np from multiprocessing import Pool import warnings # To avoid natural name warnings warnings.filterwarn...
<p dir="auto">I find the <code class="notranslate">Index.to_series</code> method is a convenient way to allow indices to act as columns of a dataframe where desired. However, the behavior of <code class="notranslate">MultiIndex.to_series</code>, which gives a <code class="notranslate">Series</code> of tuples, is less u...
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">This issue exists in the latest npm version</h3> <ul clas...
<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">This issue exists in the latest npm version</h3> <ul clas...
0
<ul dir="auto"> <li>[x ] I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">importing parts of material-ui should be available from the top level folder</p> <h2...
<p dir="auto">For each color palette (<code class="notranslate">primary</code>, <code class="notranslate">accent</code>, <code class="notranslate">error</code>, etc.), we have to either use default material design hues or provide our own. This requires a set of 15 hues. It is not clear to me (and so far haven't been ab...
0
<ol dir="auto"> <li>Open some directories in tree view</li> <li>Creating a new file or folder on the root path, or delete a root folder</li> <li>All open directories collapse</li> </ol> <p dir="auto">Expected: everything stays open</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://ca...
<p dir="auto">If we plan to deprecate the space pen <code class="notranslate">View</code> class, we need a story for what folks can move to. Some kind of system that interoperates with custom elements. Something that UI heavy packages like settings view and fnr can use.</p> <ul dir="auto"> <li>Maybe it looks like space...
0
<p dir="auto">When I use ColumnTransformer to preprocess different columns (include numeric, category, text) with pipeline, I cannot get the feature names of the final transformed data, which is hard for debugging.</p> <p dir="auto">Here is the code:</p> <div class="highlight highlight-source-python notranslate positio...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="134096165" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/6372" data-hovercard-type="pull_request" data-hovercard-url="/scikit-learn/scikit-learn/pull/6372/hovercard" ...
1
<h3 dir="auto">System Information</h3> <p dir="auto">OpenCV version: 4.7 release<br> OpenCV Python version: 4.7.0.68<br> OS: macOS 13.0.1<br> Python version: 3.9.6<br> Compiler: Apple clang version 14.0.0 (clang-1400.0.29.202)</p> <h3 dir="auto">Detailed description</h3> <p dir="auto">I made two attention models of ONN...
<p dir="auto">Currently OpenCV Python bindings "automatically" converts 3D NumPy arrays into 2D <code class="notranslate">cv::Mat</code> with wrapping last dimension onto number of channels (to simulate <code class="notranslate">Image</code> with colors):</p> <div class="snippet-clipboard-content notranslate position-r...
1
<p dir="auto">can expose 'cv::partition' function to Java?</p> <p dir="auto">I download OpenCV 4.1(Win pack) and install it on my Windows-10 64 Bit.<br> I want to use it in my Java program but 'partition' function is not in java wrapper.</p>
<p dir="auto">can expose 'cv::partition' function to python?</p> <ul dir="auto"> <li>OpenCV =&gt; 3.4.1(python-opencv)</li> <li>Operating System / Platform =&gt; Windows 64 Bit</li> <li>Compiler =&gt; Visual Studio 2015</li> </ul>
1
<h3 dir="auto">Version</h3> <p dir="auto">2.6.8</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/54v49n1nzn" rel="nofollow">https://codesandbox.io/s/54v49n1nzn</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">The repro shows the issue directly.</p> <div class="snippe...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.11</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/pvzkc51t/4/" rel="nofollow">https://jsfiddle.net/pvzkc51t/4/</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>open the jsfiddle.</li> <li>wait page loaded.</li> <li>in...
0
<p dir="auto">As you can see in the image bellow, If we go on with the example of the Hoizontal Form and don't have the checkbox, then the button will render without margins and ugly.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/dd2db93900f92758035eb5f...
<p dir="auto">In the horizontal form example (<a href="http://getbootstrap.com/css/#forms-horizontal" rel="nofollow">http://getbootstrap.com/css/#forms-horizontal</a>) everything looks great because the checkbox div has 10 pixels of top and bottom margin.</p> <p dir="auto">However, if you delete the checkbox div then t...
1
<p dir="auto">Posted this issue to the HuggingFace forums without a response.</p> <p dir="auto">Having a weird issue with DialoGPT Large model deployment. From PyTorch 1.8.0 and Transformers 4.3.3 using model.save_pretrained and tokenizer.save_pretrained, the exported pytorch_model.bin is almost twice the size of the m...
<p dir="auto">Having a weird issue with DialoGPT Large model deployment. From PyTorch 1.8.0 and Transformers 4.3.3 using model.save_pretrained and tokenizer.save_pretrained, the exported pytorch_model.bin is almost twice the size of the model card repo and results in OOM on a reasonably equipped machine that when using...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/768" rel="nofollow">http://projects.scipy.org/scipy/ticket/768</a> on 2008-10-31 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pbrod/hovercard" data-octo-click="hovercard-link-click" data-oct...
<p dir="auto">As discussed here <a href="https://github.com/scipy/scipy/pull/337/files#r2227022">https://github.com/scipy/scipy/pull/337/files#r2227022</a> , Numpy's rfftn is not included in SciPy.</p> <p dir="auto">However, SciPy's version of rfft (2 real results per frequency bin) behaves differently from numpy's (1 ...
0
<p dir="auto">I don't know if this is a known issue and supposed to be this way, but I find it a little bit annoying.</p> <p dir="auto">If you are on a small laptop screen and for example scroll through the <a href="http://twitter.github.io/bootstrap/components/" rel="nofollow">components</a> page there are a few secti...
<p dir="auto">When you display some item that has a lot of subitems, the nav grows so much that it doesn't fit on some resolutions, and some of the items aren't shown.</p> <p dir="auto"><a href="http://oi43.tinypic.com/2ivjtyv.jpg" rel="nofollow">http://oi43.tinypic.com/2ivjtyv.jpg</a></p> <p dir="auto">On that screens...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/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"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report =&gt; search github for a similar issue or PR before submitting [x ] feature request [ ] support request =&...
<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] feature request"><pre class="notranslate"><code class="notranslate">[x] feature request </code></pre></div> <p dir="auto"><strong>Expected/d...
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.18362.836] PowerToys version: 0.18.1 PowerToy module for which you are reporting the bug (if applicable): PowerToy...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [Version 10.0.18362.836] PowerToys version: v0.18.1 PowerToys: PowerToys Run"><pre class="notranslate"><code class="notranslate">Windows build nu...
1
<p dir="auto">For <code class="notranslate">f</code> a function, type <code class="notranslate">typeof(f).&lt;TAB&gt;</code> and get:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; typeof(f).┌ Error: Error in the keymap │ exception...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; typeof(+).&lt;tab&gt; ┌ Error: Error in the keymap │ exception = ...
1
<p dir="auto">I'm seeing an issue in Chrome 58.0.3029.83 on Android 7.0.0 where the visible viewport is getting clipped.</p> <p dir="auto">Here's: <a href="https://threejs.org/examples/#webgl_animation_cloth" rel="nofollow">https://threejs.org/examples/#webgl_animation_cloth</a></p> <p dir="auto"><a target="_blank" rel...
<p dir="auto">Hey Three.js team,<br> I found this weird bug that I thought you might find interesting.</p> <p dir="auto">When I attempt the cloth animation three.js example (<a href="https://threejs.org/examples/#webgl_animation_cloth" rel="nofollow">https://threejs.org/examples/#webgl_animation_cloth</a>) on this tabl...
1
<p dir="auto">Receiving errors in vscode from the Deno Language Server</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;--- Last few GCs ---&gt; [77365:0x7fe610008000] 156574 ms: Scavenge (reduce) 1397.1 (1422.7) -&gt; 1396.5 (1423.0) MB,...
<p dir="auto">Hi, I need to reimport script after changes (by others) at runtime, but deno doesn't want to recompile sources.<br> Simple test:<br> File test.ts</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="await import(&quot;./...
0
<p dir="auto">Pop over on ios safari doesn’t disallow scrolling and this change the intended behavior if someone scrolls down while pop up is on</p> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">popover to be removed before scrolling is allowed</p> <h2 dir="auto">Behavior</h2> <p dir="auto">If you scroll on ios s...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate. (keywords searched: <code cl...
0
<p dir="auto">I have install the tensorflow by pip on windows 10 64bit</p> <p dir="auto">tensorflow have no Problem.<br> but,Tensorboard can't run.</p> <h2 dir="auto">this is Log</h2> <p dir="auto">D:\Python35\Lib\site-packages\tensorflow\tensorboard&gt;d:\Python35\python.exe tensorboard.py --logdir=D:\tensorBoard --de...
<p dir="auto">I installed the tensorflow for windows with<br> <code class="notranslate">pip install --upgrade --ignore-installed https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl</code><br> (I added the '--ignore-installed', for the official one didn't work on my pc)</p...
1
<p dir="auto">I was trying to use a tf.while loop inside another tf.while loop . I cross checked many times , but I am getting this error . If somehow managed to get over this error , I am getting another error called nothing to read from index 0 of tensor array , as nothing has been written to it . If you guys want , ...
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 x64</li> <li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:</li> <li>TensorFlow installed from (source or binary): source</li> <li>...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=condor" rel="nofollow">Condor</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2076?redirect=false" rel="nofollow">SPR-2076</a></strong> and commented</p> <p dir="auto">It would be nice if the HTML tags would contai...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=klr8" rel="nofollow">Erwin Vervaet</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9046?redirect=false" rel="nofollow">SPR-9046</a></strong> and commented</p> <p dir="auto">When using <code class="notranslate">@Act...
0
<p dir="auto">I am trying to make a loss function with varying input sizes. I am getting the following error:<br> <code class="notranslate">TypeError: __int__ returned non-int (type NoneType)</code> when compiling the model</p> <p dir="auto">Steps to get the error:<br> Make architecture in Keras with None type as input...
<p dir="auto">I am trying to make a loss function with varying input sizes. I am getting the following error:<br> <code class="notranslate">TypeError: __int__ returned non-int (type NoneType)</code> when compiling the model</p> <p dir="auto">Steps to get the error:<br> Make architecture in Keras with None type as input...
1