text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>no</td>
</tr>
<tr>
<td>Feature request?</td>
<td>yes</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.2.0</td>
</tr>
</tbody>
<... | <p dir="auto">In implementing LDAP authentication in 2.8, we have found that authentication is limited to only users whose DNs fit the configured dn_string pattern. Let us consider this configuration:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-cl... | 1 |
<p dir="auto">I would expect this syntax to work without problems</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
d = [{'a':'1','b':'2'},{'a':'3','b':'4'}]
pd.DataFrame.from_dict(d, orient='columns', dtype... | <p dir="auto">Similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="18969186" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/4746" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/4746/hovercard" href="https... | 0 |
<p dir="auto">This proposal is based on <code class="notranslate">C#</code> spec for preprocessor directives. <a href="https://msdn.microsoft.com/en-us/library/aa691099(v=vs.71).aspx" rel="nofollow">https://msdn.microsoft.com/en-us/library/aa691099(v=vs.71).aspx</a></p>
<h3 dir="auto">Problem</h3>
<p dir="auto">Some JS... | <p dir="auto">On codeplex this was a popular feature request:</p>
<p dir="auto"><a href="https://typescript.codeplex.com/workitem/111" rel="nofollow">https://typescript.codeplex.com/workitem/111</a><br>
<a href="https://typescript.codeplex.com/workitem/1926" rel="nofollow">https://typescript.codeplex.com/workitem/1926<... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">I was running into a case where I wanted to support a polymorphic one to many relation, where the different related tables have primary keys of different types. The mapper was not allowing that. I provide a patch and a bi... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">Using a bound parameter more than once in a select fails when using a paramstyle of 'qmark'.<br>
Attached is a test case. Also attached is a hack to the get_params method to retain the full list of parameters.</p>
<p dir="... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">Is there a way to know in onResourceReady if the drawable was loaded from disk/cache/network ? just like picasso does.<br>
This is very practical to only animate new drawable when coming from network (in listview).</p>
<p dir="auto">Thanks</p> | <p dir="auto">There should be an optionally available way of displaying an indicator on the target which tells you any feasible combination of these:</p>
<ul dir="auto">
<li>it was downloaded from the network</li>
<li>it was loaded from disk cache</li>
<li>it was loaded from memory cache</li>
<li>it was just put into d... | 1 |
<p dir="auto">Using latest release of kube-apiserver and kubectl, with etcd 2.2.1 and a fresh data directory</p>
<p dir="auto"><code class="notranslate">Client Version: version.Info{Major:"1", Minor:"3+", GitVersion:"v1.3.0-alpha.4", GitCommit:"9990f843cd62caa90445cf76b07d63ba7b5c86fd", GitTreeState:"clean", BuildDate:... | <p dir="auto">I am trying to install the following thirdparty resources:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="metadata:
name: compute-node.tess.io
apiVersion: extensions/v1beta1
kind: ThirdPartyResource
description... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="use std::io;
fn make_proc() -> proc() {
let s = ~"foo";
proc() {
drop(s);
io::stderr().write_str(s).unwrap();
}
}
fn main() {
let p = make_proc();
p(... | <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 = ~"";
let b: ~[&str] = a.lines().collect();
... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [10.0.18362.387]
PowerToys version: 0.12.0.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notransl... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">I mainly want to use PowerToys Run to switch between running apps, and occasionally start new apps through it. Currently it works in a way, that it shows in the results the installed apps first, and only then the running apps.</p>
<h1 dir="auto">P... | 0 |
<h4 dir="auto">Code Sample</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd
import io
text = """
A B C
1 1 1
1 2 2
2 1 3
2 2 4
"""
df = pd.read_csv(io.StringIO(text), delimiter = ' ')
# Note th... | <p dir="auto">Small example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [87]: df = pd.DataFrame(columns=pd.MultiIndex.from_product([['A','B'],['a','b']]))"><pre class="notranslate"><code class="notranslate">In [87]: df = pd.DataFrame(co... | 1 |
<p dir="auto">Which lifecycle methods can I define on a modern ES6-class-style React component? The same as for a classic component spec? I checked the docs but I can't find much yet on the ES6 classes. Am I missing something?</p> | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
bug (though the React code is working as intended)</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
When hydrating from server-rendered DOM, if <a href="https://github.com/facebook/react/blob/v16.2... | 0 |
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">App should run as expected on 127.0.0.1 with debugger mode enabled</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# Paste a minimal example that causes the problem.
# .. E:... | <p dir="auto">When <code class="notranslate">jsonify</code> is called on an object with a 'date' it throws:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: datetime.date(2012, 3, 30) is not JSON serializable"><pre class="notranslate"... | 0 |
<p dir="auto">When bundling multiple files with -m system, the module names should include the file extension. Otherwise, they are loaded but not executed by systemjs.</p>
<p dir="auto">Before:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-c... | <p dir="auto">Currently, TS can't find modules when you use a file extension in the import name (<code class="notranslate">import {Foo} from './foo.ts';</code>) - <a href="https://github.com/systemjs/systemjs/releases/tag/0.17.0">SystemJS updated</a> and file extensions are now <a href="https://github.com/whatwg/loader... | 1 |
<p dir="auto">Unable to require dependencies on the constructor of a service.</p>
<p dir="auto">Angular <code class="notranslate">@angular/core : 2.0.0</code><br>
<code class="notranslate">"angular-cli": "1.0.0-beta.16"</code><br>
<code class="notranslate">"typescript": "2.0.2"</code></p>
<p dir="auto"><strong>Note :</... | <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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Documentation Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible/lib/ansible/modules/cloud/amazon/*</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard... | <ul dir="auto">
<li>Documentation Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">aws modules (various)</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">2.2.1.0</p>
<p dir="auto">Documentation for AWS specific modules (ec2_vol etc), should outline which IAM permissions are required for the modul... | 1 |
<ul dir="auto">
<li>What version of Go are you using (go version)?</li>
</ul>
<p dir="auto">The same problem exists on</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="go version go1.4.2 linux/amd64
go version devel +5ee5528 Thu May 28 12:04:35 ... | <h1 dir="auto">The Proposal</h1>
<p dir="auto">Deadlock's make programs fail. Partial deadlocks (where a subset of the goroutines in a system are deadlocked) are difficult to find and debug. While predicting the occurrences of these deadlocks is not computable, detecting them when they occur is. Adding in a partial dea... | 0 |
<p dir="auto">This seems to be specific to Pandas as opposed to matplotlib. Worked as desired as of a few months ago when I last updated from master.</p>
<p dir="auto">This is the desired behavior in matplotlib:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" d... | <p dir="auto">According to <a href="http://pandas-docs.github.io/pandas-docs-travis/visualization.html#plotting-with-error-bars" rel="nofollow">the documentation</a>, asymmetric error bars should be able to be passed in to <code class="notranslate">plot</code> as an Mx2 array for a <code class="notranslate">Series</cod... | 1 |
<p dir="auto">My issue is about building wheels from source using the default compilers on Mac OS.</p>
<h4 dir="auto">Reproducing code example:</h4>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ pip3.9 --version
pip 20.2.4 fr... | <p dir="auto">Xcode 12 for OS X was just released, and I can't build scipy with it. The command <code class="notranslate">pip3 install . -v --user</code> fails, ending with</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" error: Command "... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 19042
PowerToys version: v0.19.0
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run"><pre class="notranslate"><cod... | <p dir="auto">Have integration/ability to save Virtual desktop sessions after power off</p>
<p dir="auto">Virtual desktop would be the best feature of windows productivity if only you could actually save the desktops and have the option to either have them start up on boot or the option to click on a saved session once... | 0 |
<p dir="auto">Here's the example:<br>
<a href="http://imgur.com/j53FLmE" rel="nofollow">http://imgur.com/j53FLmE</a></p>
<p dir="auto">So I applied (e.g.):</p>
<div class="highlight highlight-source-css notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="transform: scale(0.5);">... | <ul dir="auto">
<li>Electron version: 0.36.8</li>
<li>Operating system: OS X 10.11.2</li>
</ul>
<p dir="auto">Origin webview:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/8194131/13200044/b512c94a-d873-11e5-9e77-bd9891b629a0.png"><img src="https://cloud.gith... | 1 |
<p dir="auto">Hi,<br>
I tried searching in github but nothing helped</p>
<p dir="auto">I am trying to run Angular 2 on New Visual Studio 2015 with basic setup<br>
installed latest libraries<br>
npm:3.10.7,<br>
typescript: 2.0.3,<br>
node js: v6.6.0,<br>
rxjs: 5.0.0-beta.12,<br>
angular2: 2.0.0-beta.17<br>
when I run in... | <p dir="auto">Hi All,<br>
I am trying to run Angular 2 on New Visual Studio 2015 with basic setup<br>
installed latest libraries<br>
npm:3.10.7,<br>
typescript: 2.0.3,<br>
node js: v6.6.0,<br>
rxjs: 5.0.0-beta.12,<br>
angular2: 2.0.0-beta.17<br>
when I run in chrome getting error like "Failed to load resource: the serv... | 1 |
<ul dir="auto">
<li>Electron version: 1.4.15</li>
<li>Operating system: macOS Sierra, Windows 10</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Top level menu items should be hidden when the <code class="notranslate">visible</code> property is false and not be clickable when <code class="notranslate">en... | <p dir="auto">It looks like there are plenty of options like <code class="notranslate">visible</code>, <code class="notranslate">enable</code>, etc in the <a href="https://github.com/atom/electron/blob/master/docs/api/menu-item.md">menu-item</a> but I couldn't find any way to do something with the menu after creating i... | 1 |
<p dir="auto">I have been having this issue since last night, i did some research but couldn't find any solution</p>
<p dir="auto">I'm not using Material ui or Styled components</p>
<p dir="auto"><strong>CustomLink</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="... | <h1 dir="auto">Examples bug report</h1>
<h2 dir="auto">Example name</h2>
<p dir="auto"><a href="https://github.com/zeit/next.js/tree/canary/examples/with-styled-components">with-styled-components</a></p>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Also posted here: <a class="issue-link js-issue-link" data-error-... | 1 |
<p dir="auto">Checkboxes generated by a with the displayRowCheckbox field set to <code class="notranslate">true</code> (default option) inherit their <code class="notranslate">disabled</code> prop from the 's <code class="notranslate">this.prop.selectable</code>, rather than from the generated 's <code class="notransl... | <p dir="auto">When building apps that use the date picker for choosing an old date like "birthday", I often hear complaints about it taking forever to go so far back in time. These people obviously don't realize they can select the year by clicking on the year in the title area. An option for just <strong>starting on t... | 0 |
<p dir="auto">When customizing bootstrap by changing the colors in less/variables.less one might also want to change the :focus border and glow because if you change your primary color it doesn't look very nice if you still have to stick with the hardcoded blue. Please make the colors in less/forms.css from lines 126 t... | <p dir="auto">I would like to reopen the issue 517. Thx</p>
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2102106" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/517" data-hovercard-type="issue" data-hovercard-url="/twbs/boo... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Modify any ext.flutter. service extension to throw an exception<br>
For example modify the debugPaint service extension as follows:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-con... | <p dir="auto"><strong>Problem:</strong> nesting 2 or more widgets in the hierarchy that both use <code class="notranslate">PageStorage</code> without identifiers -- e.g. an <code class="notranslate">ExpansionTile</code>, and a <code class="notranslate">Scrollable</code> -- results in widgets reading/writing into/from t... | 0 |
<p dir="auto">The error message caused by the query at the top does not give any sane hint as to what is actually wrong:</p>
<p dir="auto"><a href="https://gist.github.com/0dc816b64318e5898b62">https://gist.github.com/0dc816b64318e5898b62</a></p>
<p dir="auto">Error messages should be a bit more helpful and actually tr... | <p dir="auto">In 2.1.1 (and, I think, all 2.X versions), there's no support for loading plugins to a client-only node.</p>
<p dir="auto">For example, there's no (obvious) way to load plugins when doing something like:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto... | 0 |
<p dir="auto">it says</p>
<p dir="auto">cb() never called</p> | <h3 dir="auto">*Updated* as of 01/15/2021</h3>
<p dir="auto"><strong>Note: Please read <a href="https://github.com/npm/cli/wiki/%22cb()-never-called%3F-Exit-handler-never-called%3F-I'm-having-the-same-problem!%22">this doc</a> before filing a new issue.</strong></p> | 1 |
<p dir="auto">This is my specs:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="General configuration for OpenCV 4.2.0 =====================================
Version control: 4.2.0
Extra modules:
Location (extra): ... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => Latest master</li>
<li>Operating System / Platform => Windows 10 x64</li>
<li>Compiler => Visual Studio 2017 x64</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">With OpenGL enabled and RGBD, it does not compile du... | 1 |
<p dir="auto">I meet a problem . When I index an value , for example <code class="notranslate">{"id": -8848340816900692111}</code>,<br>
then i search it ,it shows that <code class="notranslate">"id": -8848340816900692000</code>.<br>
Anyone can help? I want know why does elasticsearch do this and how can i deal with.<br... | <p dir="auto">Insert a document :</p>
<pre class="notranslate">PUT test/Test/1
{
"value" : 1201169796353347552
}
</pre>
<p dir="auto">Get it :</p>
<pre class="notranslate">GET test/Test/1
</pre>
<p dir="auto">The received value for the field is : 1201169796353347600.<br>
When searching, only '1201169796353347552' -... | 1 |
<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</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto"><a href="https://codesandbox.io/s/zn7p0168vp" rel="nofollow">https://codesandbox.io/s/zn7p0168vp</a></p>
<p dir=... | <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">If a component performs a second (non user triggered) update, <code class="notranslate">act</code> cannot detect it ... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.32.3]</li>
<li>Operating System: [Ubuntu 22.4, macOS Big Sur 11.7]</li>
<li>Browser: [Firefox]</li>
<li>Other info: with args <code class="notranslate">'--disable-blink-features=AutomationControlled',</code></li>
</ul>
<h3 dir="auto">Code Snipp... | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.25.2</li>
<li>Operating System: Linux</li>
<li>Node.js version: 16.17.0</li>
<li>Browser: Chromium</li>
<li>Extra: [any specific details about your environment]</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>
<div class="... | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> import struct
>>> struct.pack('qq', 1, 2)
'\x01\x00\x00\x00\x00\x00\x00\x00\x02\x00\x00\x0... | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
import pandas as pd
a = np.array(range(3))
b = ['a', 'b']
# Succeeds, as expected
pd.MultiIndex.from_product([a,... | 1 |
<ul dir="auto">
<li>Electron version: 1.6.6</li>
<li>Operating system: Ubuntu 16.04</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto"><code class="notranslate">Tray.setTitle("Something...")</code> should work on Linux (at least on Unity/appindicator) because text can be displayed alongside the icon.<br>
<a... | <ul dir="auto">
<li>Electron version: 0.36.10 (latest stable)</li>
<li>Operating system: Ubuntu 15.10</li>
</ul>
<p dir="auto">I already asked this on stackoverflow: <a href="http://stackoverflow.com/questions/35755240/how-to-add-text-to-ubuntu-app-indicator-with-with-nw-js-or-electron" rel="nofollow">http://stackoverf... | 1 |
<h4 dir="auto">Description</h4>
<p dir="auto">If I create a OneHotEncoder instance defining the categories manually and then try to transform data directly (skipping the fitting step), I get a NotFittedError.</p>
<h4 dir="auto">Steps/Code to Reproduce</h4>
<div class="snippet-clipboard-content notranslate position-rela... | <p dir="auto">Right now there's some estimators that don't require calling "fit", two that I'm aware of: <code class="notranslate">Normalizer</code> and <code class="notranslate">FunctionTransformer</code>. They do input validation if <code class="notranslate">fit</code> is called.<br>
There's one estimator that is sta... | 1 |
<p dir="auto">Have a look at this:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function foo (a, b) {
if (b) {
return foo(b);
} else {
return a;
}
}"><pre class="notranslate"><span class="pl-k">function</span> <s... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function callbackPerInt(count, cb){
if (count < 0) return;
cb(function(){ return count; });
return callbackPerInt(count - 1, cb);
}"><pre class="notranslate"><code class="notranslate">funct... | 1 |
<p dir="auto">Hi</p>
<p dir="auto">soon with Android Q the night mode will be very important in my opinion and it would be nice if you can fix this little problem. Glide does not find pictures in the following directories:</p>
<p dir="auto">drawable-night<br>
drawable-night-hdpi (also mdpi, xhdpi, xxhdpi and xxxhdpi... | <p dir="auto">Enhancement Request:</p>
<p dir="auto"><strong>Problem:</strong><br>
Glide makes duplicate network calls when loading (or prefetching) the same image URL into multiple ImageViews if the below is true:</p>
<ul dir="auto">
<li>The requests were made before Glide saved them to DISK cache.</li>
<li>The ImageV... | 0 |
<p dir="auto">Will scikit-learn accept pull requests for low-level code with static type hints? Does it ever plan to?</p>
<p dir="auto">I don't know where the core team stands on static type hints in Python, but I think they make it 10x easier to grok code and convert users to contributors.</p>
<p dir="auto">2018 seems... | <h4 dir="auto">Describe the workflow you want to enable</h4>
<p dir="auto">Support Python typing, which is available in Python 3.5+, compatible with scikit-learn. This can enable tools to automatically get the estimator arg types (e.g., linters), for example. And it's a Python standard now.</p>
<h4 dir="auto">Describe ... | 1 |
<p dir="auto">Fork from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="53797072" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/3329" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/3329/hovercard" href... | <p dir="auto">Provide DNS resolution for pod addresses.</p> | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">currently, I'm trying to integrate a custom third-party input field (source code editor) written in JavaScript which is not based on Angular. Thus I need to wrap it to a component, use <code class="notranslate">EventEmitter</code> to report changes outside and use <code class="not... | <p dir="auto">E.g.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export class Checkbox {
@Output() change: EventEmitter = new EventEmitter();
@HostListener('change', [
'$event.target.value'
])
onChange(event) { ... }
}"><p... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<p dir="auto">I'm stuck on an odd error during build, where a certain source file is unable to be transpiled. The file in question just exports a named class: <code class="notranslate">export class ..</code>.</p>
<p dir="auto">The issue seems to be caused by <code class="notranslate">styled-jsx</code> and its moduleExp... | <h1 dir="auto">Feature request</h1>
<h2 dir="auto">Is your feature request related to a problem? Please describe.</h2>
<p dir="auto">All the components of the current app I am working on will be loaded as npm modules. This means that about 30 components will be worked on at the same time. Therefore it is critical for m... | 0 |
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="torch.nn.Hardshrink()(torch.rand(10).to('cuda:0'))"><pre class="notranslate"><span class="pl-s1">torch</span>.<span class="pl-s1">nn</span>.<span class="pl-v">Hardshrink</span>()(<s... | <p dir="auto">Request from <a href="https://discuss.pytorch.org/t/hardshrink-doesnt-support-cuda-floattensor/11088" rel="nofollow">https://discuss.pytorch.org/t/hardshrink-doesnt-support-cuda-floattensor/11088</a>.</p> | 1 |
<p dir="auto">error: TS2345 [ERROR]: Argument of type '{ depth: number; sorted: boolean; trailingComma: boolean; compact: boolean; iterableLimit: number; }' is not assignable to parameter of type 'InspectOptions'.<br>
Object literal may only specify known properties, and 'sorted' does not exist in type 'InspectOptions'... | <p dir="auto">I have a very simple oak server running both locally and on an external server. It is hosting static content, nothing else.</p>
<p dir="auto">I ran <code class="notranslate">deno cache --reload server.ts</code> yesterday, and got the following:</p>
<div class="snippet-clipboard-content notranslate positio... | 1 |
<p dir="auto">I'm pretty sure this is a bug. When you set itRtl in your theme and create a <code class="notranslate">TimePicker</code> instance, clock digits are started from left which is wrong.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/13661520/18238106... | <h3 dir="auto">Problem description</h3>
<p dir="auto">TimePicker displays incorrect with RTL direction</p>
<h3 dir="auto">Versions</h3>
<ul dir="auto">
<li>Material-UI: 0.15.4</li>
<li>React: 15.2.0</li>
<li>Browser: any browser</li>
</ul>
<h3 dir="auto">Images & references</h3>
<p dir="auto"><a target="_blank" rel... | 1 |
<p dir="auto">Seems that 1.8.2 has a breaking change related to delegate_to. In earlier releases, it was possible to use an expression as the value of delegate_to. Now an error is thrown by certain modules including fetch.</p>
<p dir="auto">I notice that a few changes were made in runner/<strong>init</strong>.py tha... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">"Bug Report"</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">1.8.2</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Ubuntu 12.04</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Modules using <code class="notranslate">Runner._remote_checksum</code> (like template, co... | 1 |
<p dir="auto">It would be great to have another possibility of template representation besides string. Inspired by React JSX/TSX, if there exists <code class="notranslate">AngularJSX</code> custom JSX factory (which creates JavaScript object tree, consumed by Angular as an alternative to string template) we can use Jav... | <p dir="auto">It would be cool to support JSX like templates in angular 2. JSX can hold all required information required to generate the DOM at run time. Following are some benefits come with JSX to angular:</p>
<ol dir="auto">
<li>Type safety to catch errors at compile time</li>
<li>Better run time performance. No ne... | 1 |
<p dir="auto">I've set an alias to some location outside of the project</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" "alias": {
"infamous": "/home/trusktr/src/infamous+infamous"
}"... | <p dir="auto">I've linked a package that is outside of the project by first running <code class="notranslate">npm link</code> in the outside package, then <code class="notranslate">npm link name-of-package</code> inside the project.</p>
<p dir="auto">I am now getting this error:</p>
<div class="snippet-clipboard-conten... | 1 |
<p dir="auto">The problem is, of course, as follows:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import names::{Alice, Bob};
...
match name {
Alice => ...,
Bob => ...,
Carol => ..., // <- treated as a variable beca... | <p dir="auto">Right now the compiler has one lookup path, defined by <code class="notranslate">-L</code> and <code class="notranslate">RUST_PATH</code>. This one lookup path is used for many different purposes, leading to a number of conflicts. In the compiler today there are a number of distinct concepts of lookup pat... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Ubuntu 16.04 Flutter Beta 2.0.0-dev27</p>
<p dir="auto">The following unit test:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import 'dart:collection';
import 'package:fl... | <h2 dir="auto">Steps to Reproduce</h2>
<ul dir="auto">
<li>Checkout <code class="notranslate">flutter/plugins</code></li>
<li><code class="notranslate">cd flutter/plugins/packages/path_provider</code></li>
<li><code class="notranslate">flutter test --preview-dart-2</code></li>
</ul>
<p dir="auto">There is just one test... | 1 |
<p dir="auto">At the moment, the dataSource is a string, ie the url, and we cannot pass headers (from what I understood by reading the source code). This means the plugin only works for public video urls.</p>
<p dir="auto">Please consider adding the option to add headers (eg in Android code, use <code class="notranslat... | <p dir="auto">hi i want to create my app to use ARCore in Flutter like this project : <a href="https://www.youtube.com/watch?v=EP-s2ayECsI" rel="nofollow">https://www.youtube.com/watch?v=EP-s2ayECsI</a><br>
my project is Google Reverse Image Search<br>
please guide me<br>
thanks</p> | 0 |
<h3 dir="auto">Describe the bug</h3>
<p dir="auto">I am trying to migrate some ORM classes with mixins and multiple inheritances across the classes to a PostgreSQL DB using the alembic migration tool and I keep getting an error that a "Table" is already defined for a Metadata instance.</p>
<h3 dir="auto">To Reproduce... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">have the polymorphic_on check during loading continue to check on the type returned so that polymorphic loads can cascade. Other complexities here regard getting the m... | 0 |
<p dir="auto">We're using Celery with MongoDB both as broker and results backend in production with quite a success. However recently we found that Mongo database used for Celery queues grown up to 50+ GBs. After short investigation I found that 99.9% of all documents in "messages" collection are belonging to "celeryev... | <p dir="auto">I am using Django-celery and Redis backend to push the tasks in celery queue. I am pushing tasks with same custom task_id in the queue. The documentation says that task_id is UUID which should be unique. But I am able to add more than one task with the same task_id in the queue. It is expected that it sho... | 0 |
<p dir="auto">The conponents works fine when compiling but there is a warning displayed in the console</p>
<p dir="auto">WARNING in ./~/@angular/core/@angular/core.es5.js<br>
6857:19-40 Critical dependency: the request of a dependency is an expression</p>
<p dir="auto">WARNING in ./~/@angular/core/@angular/core.es5.js<... | <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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li>[ -] I have checked the <a href="http... | 0 |
<p dir="auto">Currently, the only Rust guide that talks about concurrency is the task guide, which talks about <code class="notranslate">spawn</code>, channels, Futures and Arcs and how to use them.</p>
<p dir="auto">However, Rusts concurrency story is not based on those library types, its based on its ownership and bo... | <p dir="auto">At the introduction of <code class="notranslate">spawn</code>:</p>
<blockquote>
<p dir="auto">The spawn function has a very simple type signature: fn spawn(f: proc(): Send). Because it accepts only procs, and procs contain only owned data, spawn can safely move the entire proc and all its associated state... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li>[ x] I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">issues list</a><br>
for similar or identical bug reports.</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 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... | 0 |
<p dir="auto">It looks like <code class="notranslate">test_lib.d.ts</code> did not make it to DT yet, was this postponed until the next release or it hasn't even been considered?</p> | <p dir="auto">Currently we don't generate it during our build. This causes issues when using TestComponentBulider in tests with TS.</p> | 1 |
<p dir="auto">It would be great to implement some simple mouse improvements for multi-monitor setups.</p>
<p dir="auto">I have 2 monitors with different resolutions. When moving the mouse from one monitor to another, it can get "stuck" on corners where the monitors (which appear to the system as being of different "si... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">For some shortcuts there is no way to natively deactivate them. Implementing the option to remap them to do nothing / deativate them would allow users to get rid of unwanted shortcuts.</p>
<p dir="auto">This is especially useful for shortcuts that... | 0 |
<p dir="auto">React version: 16.12.0</p>
<h2 dir="auto">Steps To Reproduce</h2>
<ol dir="auto">
<li>Use <code class="notranslate">renderToString</code> to render <code class="notranslate"><source></code> element with <code class="notranslate">srcset</code> attribute</li>
</ol>
<p dir="auto">Link to code example:... | <p dir="auto">There seems to be a lot of misunderstanding in the react community about how <code class="notranslate">defaultValue</code> works. It is often expected that if the <code class="notranslate">defaultValue</code> of an element is changed then that should be reflected in the UI. This is not the case since <cod... | 0 |
<p dir="auto"><code class="notranslate">rustc</code> is not checking that all types that are put into a sized-context are in fact sized.</p>
<p dir="auto">Consider for example:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pu... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum Foo {
Bar(int, [int]),
}
fn main() {
// Either of these lines can cause the ICE
let _x: &(int, [int]);
let _y: &Foo;
}"><pre class="notranslate"><span cl... | 1 |
<h1 dir="auto">Examples bug report</h1>
<h2 dir="auto">Example name</h2>
<p dir="auto">with-firebase-authentication</p>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">It is not really a bug but a request for serverless implementation of with-firebase-authentication example. Currently, this example uses a custom ser... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | 0 |
<p dir="auto">To check if all routes have been secured properly it would be really good to have the <code class="notranslate">router:debug</code> command accept a role as parameter to only show the routes available to that role.</p> | <p dir="auto">Hello,</p>
<p dir="auto">Do you know if it's possible to check if a ROLE can access to a route depending on the configuration of the firewall.</p>
<p dir="auto">I would like to create a controller to redirect to a route automatically but only if the user have a ROLE allowed to access the route.</p>
<p dir... | 1 |
<p dir="auto">Runnin <code class="notranslate">cargo install deno --locked</code>, with rustc 1.62.0 on Fedora 36 causes the following failure:<br>
(Set <code class="notranslate">$RUST_BACKTRACE</code> to <code class="notranslate">full</code>)</p>
<details>
<summary>error: failed to run custom build command for 'deno_s... | <p dir="auto">Firstly, I clear the <code class="notranslate">~/.deno/cache</code> folder, and then run <code class="notranslate">deno --debug testdata/002_hello.ts > deno.out</code>. I found the <code class="notranslate">resolveModule sourceCode length 28</code> appeared five times, and the <strong>28</strong> is ... | 0 |
<ul dir="auto">
<li>Electron version: tested on 1.6.2, but same on all versions</li>
<li>Operating system: All</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">When you subclass <code class="notranslate">BrowserWindow</code>, you shoud be able to use instances of these subclasses as arguments for <code cl... | <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">Calculating a gradient of the SVD of a matrix where at least two of the singular values are equal lead to a gradient with only NaNs. Let me illustrate the problem by a sample code and result:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-sni... | <p dir="auto">If an SVD has degenerate singular values (multiple entries of S are exactly equal), the gradient pass will give <code class="notranslate">nan</code>.</p>
<p dir="auto">This is because the <a href="https://arxiv.org/pdf/1909.02659.pdf" rel="nofollow">AD formula</a> contains something like<br>
<code class="... | 1 |
<p dir="auto">Please fill the following out:</p>
<ul dir="auto">
<li>Name: آما ویرای کیان</li>
<li>Homepage url: <a href="http://amasystem.ir/" rel="nofollow">http://amasystem.ir/</a></li>
<li>Brand Guidelines/Licensing: <a href="http://amasystem.ir/" rel="nofollow">http://amasystem.ir/</a></li>
<li>Logo: <a href="http... | <p dir="auto">Please fill the following out:</p>
<ul dir="auto">
<li>Name: Ama Vira Kian</li>
<li>Homepage url: <a href="http://amasystem.ir" rel="nofollow">http://amasystem.ir</a></li>
<li>Brand Guidelines/Licensing: <a href="http://amasystem.ir" rel="nofollow">http://amasystem.ir</a></li>
</ul> | 1 |
<p dir="auto">I want to quantize a h5 model, but i can't find “tf. fake_quant_with_min_max_args” by API tf.keras</p> | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10.0.17134.407</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: NA</li>
<li>TensorFlow installed from (source or binary): Binar... | 0 |
<p dir="auto">Issue Type: Bug Report<br>
Ansible Version: 2.0.0.1<br>
Ansible Configuration: nothing changed<br>
Environment: OS X 10.11.2<br>
Summary:</p>
<p dir="auto">Conditional role inclusion in a play still tries to expand variables passed onto this role, even if the role is being skipped</p>
<p dir="auto">Steps ... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">Files/Template</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.2.0 (stab... | 0 |
<p dir="auto">Selecting with Cmd + D jumps to top instead of the next selected text.</p> | <p dir="auto">I use <code class="notranslate">cmd-d</code> with selected word and I expect the window to scroll to the next found occurrence -- but instead the window scrolls to top on the first <code class="notranslate">select-next</code>, then scrolls to the found word on the second <code class="notranslate">select-n... | 1 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/29986/kubernetes-pull-build-test-e2e-gce/51596/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/29986/kubernetes-pull-build-test-e2e-gce/51596/</a></p>
<p dir="auto">Failed: [k8s.io] ... | <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 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">exec_command (local)</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.0.... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">Ansible is installed from Github:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.0 (devel 46a97e1f55) last u... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x ] bug Report
[ ] feature request
[ ] support request"><pre class="notranslate"><code class="notranslate">[ x ] bug Rep... | <p dir="auto">This is a plunk of the official one in the api preview with multiple class added instead, and change to alpha48</p>
<p dir="auto"><a href="http://plnkr.co/edit/TxllaqdcEblrBW065XmX?p=preview" rel="nofollow">http://plnkr.co/edit/TxllaqdcEblrBW065XmX?p=preview</a></p>
<p dir="auto">if you click the button a... | 1 |
<ul dir="auto">
<li>Electron version: Any??</li>
<li>Operating system: Any??</li>
</ul>
<p dir="auto">This is where I found out about it: <a href="https://developer.chrome.com/multidevice/webview/tipsandtricks" rel="nofollow">https://developer.chrome.com/multidevice/webview/tipsandtricks</a></p> | <p dir="auto">We had a person report:</p>
<p dir="auto">To increase nodejs memory limits it's common to use f.e. "NODE_OPTIONS=--max-old-space-size=8192".</p>
<p dir="auto">For few seconds the slack.exe process appears in task manager, then disappears without any warnings or errors, doesn't matter if it's x32 or x64 ve... | 0 |
<h4 dir="auto">Description</h4>
<p dir="auto">Type error thrown when handing over an options dictionary to gridsearchs fit method like so:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="grid_search.fit(train[["A", ... | <p dir="auto"><strong>UPDATE May 23 202</strong></p>
<p dir="auto">Here's a list of the remaining classes:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> feature_selection.SelectorMixin</li>
<li class="task-list-item"><input type=... | 0 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">I think it has feature reset settings</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1> | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">On Windows 10, when you pin the native PowerShell shortcut to start, there is a menu item "Run as Administrator" when you right-click it.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubu... | 0 |
<h1 dir="auto">v7 Regression</h1>
<p dir="auto"><strong>Potential Commit/PR that introduced the regression</strong><br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="464162117" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/10161" data-hover... | <p dir="auto">Here's the input file.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="(function () {
'use strict';
const angular = window.angular;
function mainContainer() {
return {
restrict: 'E',
templa... | 0 |
<p dir="auto">This is a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="225066856" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/24110" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/24110/hovercard" ... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">pacman 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.0.0
confi... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.1.0</li>
<li>OS Version: Mac OSX 10.11.4</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Open Visual Studio Code</li>
<li>Open any file</li>
<li>Right click in any word to show the popup menu</li>
<li>The native Mac OSX popup menu is replaced by a particular Vi... | <ul dir="auto">
<li>VSCode Version: 1.1.0</li>
<li>OS Version: Win 8.1</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Map a network drive to a location.</li>
<li>Make mapped location unreachable.</li>
<li>File > Open Folder...</li>
</ol>
<p dir="auto">VS Code will become non-responsive for a pe... | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.169.0<br>
<strong>System</strong>: linux 3.13.0-43-generic<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Atom... | <ol dir="auto">
<li>Editing an unsaved .xml file</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.182.0<br>
<strong>System</strong>: linux 3.18.6-1-ARCH<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught TypeError: Cannot read property 'isComment' of undefine... | 0 |
<p dir="auto">Scheduler takes 100% of CPU without task execution<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="784276414" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/13637" data-hovercard-type="issue" data-hovercard-url="/apache/ai... | <p dir="auto">I have a kind request for all the contributors to the latest provider packages release.<br>
Could you please help us to test the RC versions of the providers?</p>
<p dir="auto">Let us know in the comment, whether the issue is addressed.</p>
<p dir="auto">Those are providers that require testing as there w... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=schlaufuchs" rel="nofollow">Kai Hackemesser</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8582?redirect=false" rel="nofollow">SPR-8582</a></strong> and commented</p>
<p dir="auto">I have converted an xml config f... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=diathesis" rel="nofollow">Geoffrey Wiseman</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1359?redirect=false" rel="nofollow">SPR-1359</a></strong> and commented</p>
<p dir="auto">I'm encountering a problem with A... | 0 |
<p dir="auto"><a href="https://facebook.github.io/react-native/docs/cameraroll.html#getphotos" rel="nofollow">https://facebook.github.io/react-native/docs/cameraroll.html#getphotos</a></p> | <p dir="auto">Right now the picker defaults to single mode, it would be nice to be able to have a multi-mode, by passing a parameter when you launch it, then an array is returned of files instead of just one.</p>
<p dir="auto">for android this might help speed things up<br>
unique code</p>
<div class="highlight highlig... | 1 |
<p dir="auto">Installing a package from a remote repository from Github gives me:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ rustpkg install git://github.com/brson/rust-sdl.git
rust: task failed at 'Package git:/github.com/brson/rust... | <p dir="auto">if you have a cross-crate crust fn, it has type <code class="notranslate">native fn</code> not <code class="notranslate">*u8</code></p> | 0 |
<p dir="auto">My issue is about high memory usage when using orthogonal indexing on sparse arrays, dependent on the shape of the indexers.</p>
<h4 dir="auto">Reproducing code example:</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-c... | <p dir="auto">A typical way to perform outer indexing can be unnecessarily and surprisingly super slow. It is illustrated in the in/out below.</p>
<p dir="auto">I think the issue could be fixed by adding another fast path for input as in my <code class="notranslate">In [8]</code> to <code class="notranslate">scipy._ind... | 1 |
<p dir="auto">I am running jax revision <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/google/jax/commit/0981e7555525347a49640e980376f7a475a5e2b1/hovercard" href="https://github.com/google/jax/commit/0981e7555525347a49640e980376f7a475a5e2b1"><tt>0981e75</tt></a> (currently ma... | <p dir="auto">I'm not exactly sure <em>why</em> this happens, being unfamiliar with the internal architecture, but on MacOS with Python 3.6.8, the following code segfaults if scipy 1.2.1 is installed (the version that comes by default when you <code class="notranslate">pip install jax jaxlib</code>):</p>
<div class="hi... | 1 |
<p dir="auto">In this challenge, the moment I write "function" the whole thing just freezes. I tried it over and over, refreshing, restarting, waiting days in between. It always freezes at the exact same point. I start typing the reverse code and as soon as I write function, it simply freezes</p>
<p dir="auto">Challeng... | <p dir="auto">This issue probably exists somewhere, but adding a function below a bonfire's default code will crash the browser.</p>
<p dir="auto">Adding a function above a Bonfire's default code doesn't cause any problems.</p> | 1 |
<p dir="auto">This code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo<T> {}
struct Bar<T>;
impl<T> Foo<T> for Bar<T> {}
fn get<H: Foo<int>>(val: H) {}
fn main() {
get... | <p dir="auto">Sometimes you just want to do something some number of times. There's no real concise way to express that right now.</p> | 0 |
<h5 dir="auto">System information (version)</h5>
<p dir="auto">reproduced in linux (redhat 7.5 and ubuntu 16) on both intel and power architectures, on opencv versions 3.1 and 3.2<br>
via the standard python binding of opencv</p>
<h3 dir="auto">problem description</h3>
<p dir="auto">warpAffine (and possibly other funct... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.2</li>
<li>Operating System / Platform => ubuntu 14.04</li>
<li>Compiler => GCC 4.8.2</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">When using warpPerspective with images with more than 4 channels, using BORDER... | 1 |
<p dir="auto">bootstrap not validated what the hell with this......<br>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://twitter.github.com/bootstrap" rel="nofollow">http://jigsaw.w3.org/css-validator/validator?uri=http://twitter.github.com/bootstrap</a></p> | <p dir="auto">I didn't find how to update data-source with typeahead. I tried to make it work simply with a new typehead() call and new values, but it does not update at all.</p>
<p dir="auto">The first call works perfectly :) but the second one does.. nothing :(</p>
<div class="snippet-clipboard-content notranslate po... | 0 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SamVerschueren/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SamVerschueren">@SamVerschueren</a> on October 23, 2015 19:18</em></p>
<p dir="... | <p dir="auto"><strong>Visual Studio Code</strong> (version 0.10.11 on Windows 10586.164):<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9047283/14229163/73d5eb04-f92c-11e5-9963-49df1a64e733.png"><img src="https://cloud.githubusercontent.com/assets/9047283/142... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.2</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2015</li>
<li>Python => Python 3.6 (64-bit)</li>
</ul>
<p dir="auto"><a href="https://github.com/opencv/opencv/files/2303118/bi.txt"... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.2,0</li>
<li>Operating System / Platform =>Windows 64 Bit</li>
<li>Compiler => mingw32</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Hello I am installing opencv in QT as mention below link :<br>
<a href="htt... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Install XCode 9 beta (in particular beta 6 build 9M214v).<br>
Start simulator (using iPhone 7)<br>
run Flutter app (i.e. flutter run -d iPhone)</p>
<p dir="auto">It never gets to the point where it shows commands for hot reload etc.</p>
<p dir="auto">It also seems th... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I am a Android developer. Develop IDE is android stodio 3.0.1.<br>
I upgrade Flutter to 0.2.12 in yesterday.</p>
<p dir="auto">But when i running my project, It made a mistake.</p>
<h2 dir="auto">Logs</h2>
<p dir="auto">Run my application with <code class="notransla... | 0 |
<h4 dir="auto">Issue Description</h4>
<ul dir="auto">
<li>I have noticed that when I return to view my completed Camper News project, I am failing to get access to the API via AJAX, as I'm now getting the "No-Access-Control-Origin" error in the console. This has been working from the moment I completed it (2015), but f... | <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">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 1.0.0<br>
<strong>System</strong>: Microsoft Windows 7 Ultimate<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"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/930" rel="nofollow">http://projects.scipy.org/numpy/ticket/930</a> on 2008-10-14 by trac user jbosch, assigned to unknown.</em></p>
<p dir="auto">The <code class="notranslate">empty_like</code> and <code class="notranslate">zeros_like</co... | <p dir="auto">Copied code for NumPy.ipmt at <a href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.ipmt.html#numpy.ipmt" rel="nofollow">https://docs.scipy.org/doc/numpy/reference/generated/numpy.ipmt.html#numpy.ipmt</a>.</p>
<div class="highlight highlight-source-python notranslate position-relative overfl... | 0 |
<p dir="auto">this applies to v0.14.0-rc2</p>
<p dir="auto">OnChange event does not pass menuItem anymore. Based on documentation it should be</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="onChange function(event, selectedIndex... | <p dir="auto">I upgraded react and material-ui to the 0.14-rc2<br>
and Dropdown menu params seem to have changed<br>
I wouldn't think a change like this would slip through react itself</p>
<p dir="auto">Package: react@0.14.3<br>
Maintainers: mdg<br>
Git: <a href="https://github.com/meteor/react-packages">https://github... | 1 |
<p dir="auto">Following up on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="196267978" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/8075" data-hovercard-type="pull_request" data-hovercard-url="/scikit-learn/scikit-learn/pull/... | <p dir="auto">For whatever imputers we have, but especially <a href="http://scikit-learn.org/dev/modules/generated/sklearn.impute.SimpleImputer.html" rel="nofollow">SimpleImputer</a>, we should have an <code class="notranslate">add_indicator</code> parameter, which simply stacks a <a href="http://scikit-learn.org/dev/m... | 1 |
<p dir="auto">I've confirmed the error does not occur in Pandas 0.16 on a similar machine.</p>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd
df = pd.DataFram... | <p dir="auto">Currently masking by boolean vectors it doesn't matter which syntax you use:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="df[mask]
df.iloc[mask]
df.loc[mask]"><pre class="notranslate"><code class="notranslate">df[mask]
df.iloc[... | 0 |
<p dir="auto">When I write this code,syntax highlighting is error with too much '</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var http = require('http'),
util = require('util'),
databaseUrl = "***",
collections = [&... | <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">When using the <code class="notranslate">baseUrl</code> property in<code class="notranslate">tsconfig.json</code>, Next 9 fails to build with the following error:<br>
<code class="notranslate">Module not found: Can't resolve ...</code></p>
<p dir="auto">This is resolved by updating the import path to be a... | <h2 dir="auto">Question</h2>
<p dir="auto">I create a simple React Context to test the React Context API but it seems that is doesn't work as expected or I'm doing something wrong.</p>
<p dir="auto">TestContext</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.