text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">The issue appears to be related to DateFormatter 'Intl' service.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[Error] EXCEPTION: ReferenceError: Can't find variable: Intl in [null]
logError (angular2.dev.js, line 25219)
... | <p dir="auto">Running unit tests in non-Chrome browsers raised some doubts about this API which is currently used in the Date and Currency pipes.</p>
<p dir="auto">To start with, it is not supported in all Safari versions (desktop and mobile) and older browsers:<br>
<a href="https://developer.mozilla.org/en-US/docs/Web... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/mpqx6y8r/2/" rel="nofollow">https://jsfiddle.net/mpqx6y8r/2/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Run the JSFiddle with the browser console open.</p>
<p dir="aut... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/vue-template-gg2gj" rel="nofollow">https://codesandbox.io/s/vue-template-gg2gj</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Create two functional components, <code c... | 0 |
<h4 dir="auto">Description</h4>
<p dir="auto">Log_loss uses LabelBibarizer to transform only original y_true, but not to transform y_pred.<br>
Hence array y_true=[1,1,1] is transformed into [0,0,0], while y_pred is unchanged. This makes the result to be quite different from expected.</p>
<h4 dir="auto">Sample code</h4... | <p dir="auto">When there is only one class, such as :</p>
<p dir="auto">y_true = np.array(['class1', 'class1', 'class1'])<br>
y_predict = np.array([[0.1],[0.7],[0.5]])<br>
log_loss(y_true, y_predict)</p>
<p dir="auto">The result would be wrong, which is not the logloss of y_predict but the logloss of 1-y_predict</p>
<p... | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-add-placeholder-text-to-a-text-field" rel="nofollow">http://freecodecamp.com/challenges/waypoint-add-placeholder-text-to-a-text-field</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p d... | <p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-create-a-bulleted-unordered-list" rel="nofollow">http://freecodecamp.com/challenges/waypoint-create-a-bulleted-unordered-list</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible. This issue I not... | 1 |
<p dir="auto">This is a bug report</p>
<h3 dir="auto">Input Code</h3>
<p dir="auto">Simplified version of the problematic file that still crashes:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// @flow
import React from 're... | <p dir="auto">Could the property descriptors passed to decorators be extended to hold type information, like they are for initializers?</p> | 0 |
<p dir="auto">I'm trying to set up AWS ELB attach volume access and keep getting an error on the kubelet. I have some bad feeling it might be related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="88465830" data-permission-text="Title is private" data-url="https://github.com/kube... | <p dir="auto"><strong>BUG REPORT</strong></p>
<p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>): v1.4.0</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware configuration</strong>: GCE</li>
<li><strong>OS</stron... | 0 |
<p dir="auto">hi, i'm getting this error on default project after "php app/console server:run"<br>
im using php7<br>
<a href="https://s15.postimg.io/54yaz6ty3/Se_im_001.png-" rel="nofollow">https://s15.postimg.io/54yaz6ty3/Se_im_001.png-</a><br>
<code class="notranslate"> Neither the property "ip" nor one of the method... | <p dir="auto">I tried to add a new custom validation to the password property of my User object in two different ways: in validation.xml and assert. In both cases the property was validated by the FOSUser's validation and my custom validation, so I got two error messages if it is common in the two validations (e.g.: th... | 0 |
<p dir="auto">using following piece of code in windows 8 64 bit, with python3.3 and matplotlib 1.3.1</p>
<p dir="auto">"""<br>
def on_key_press(event):<br>
print(event.key)<br>
sys.stdout.flush()</p>
<p dir="auto">fig.canvas.mpl_connect('key_press_event', on_key_press)<br>
"""</p>
<p dir="auto">prints stuff like 'alt+m... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">imsave saves some pixels wrong to output image, or possibly it is always mapping certain values of the input array to the wrong output values. Colormap values appear correct, but actual data saved does not match colormap.</p>
<... | 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/meekohi/pen/jjgezj" rel="nofollow">https://codepen.io/meekohi/pen/jjgezj</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Use <code class="notranslate">@click.prevent=</code> ... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.6</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/s4ub8dnc/3/" rel="nofollow">https://jsfiddle.net/s4ub8dnc/3/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">I have a checkbox which needs to get it's checked state from a V... | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.5.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">A user with access to manually triggering DAGs can trigger a DAG. provide a run_id that matches the pattern used when creating scheduled runs and cause the scheduler to crash due to database unique key vio... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.1.4</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">After upgrading to airflow 1.10.10 to 2.1.4, I cannot see 'Last Run' column value on dags page on airflow web ui.</p>
<h3 dir="auto"></h3>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <p dir="auto">Hi. I've switched to 6.0.0 recently and upgraded <code class="notranslate">next-redux-wrapper</code> to the version <code class="notranslate">2.0.0-beta.2</code>. It assumes using <code class="notranslate">withRedux</code> HOC for the <code class="notranslate">_app.jsx</code> component and <code class="no... | 0 |
<p dir="auto">I have to load the data to the cache, but I find that I didn't find such a method that I want to find the cache source path by using the url, like this: <code class="notranslate">File file = .get(url);</code><br>
Only find that:</p>
<div class="highlight highlight-source-java notranslate position-relativ... | <p dir="auto">I am new in glide and want to migrate my app from universalimageloader to glide.<br>
I want to convert cached image from the disk into image file, and show it into an ImageView.</p>
<p dir="auto">When I use universalimageloader, I can do it easily with this way:</p>
<div class="highlight highlight-source-... | 1 |
<ul dir="auto">
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>: 3.0.2</li>
<li>Operating System (Platform and Version): macOS 10.14</li>
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code> on last known working Electron version (if applicable):</li>
<... | <ul dir="auto">
<li>Electron Version: ???</li>
<li>Operating System (Platform and Version): macOS 10.14 Mojave</li>
<li>Last known working Electron version: ???</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
No white lines</p>
<p dir="auto"><strong>Actual behavior</strong><br>
There is a thin white lin... | 1 |
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(default_type_params)]
pub struct Foo<Bar = Bar>;
pub struct Baz(Foo);
fn main() {}"><pre class="notranslate"><span class="pl-c1">#!<span class="pl-kos">[</span>fea... | <p dir="auto">This example causes an ICE:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#![feature(default_type_params)]
trait Foo<T=Self> {
fn method(&self);
}
fn foo(x: &Foo) { }
fn main() { }"><pre class="notranslate">... | 1 |
<p dir="auto">Example below. While we don't support ops between different dtype tensors, we should consider changing this behavior. In numpy, this would return a floating tensor.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> impo... | <ul dir="auto">
<li>PyTorch version: current master (10fd27)</li>
<li>How you installed PyTorch (conda, pip, source): from source</li>
<li>Python version: 3.6</li>
</ul>
<p dir="auto">When dividing two ints in pure Python, the result is always a float, e.g.</p>
<div class="snippet-clipboard-content notranslate position... | 1 |
<p dir="auto">I am getting this mysterious error message after my program runs for 2-3 hours (full stack trace below). The program runs on tons of data as a part of my academic research, so unfortunately I can't provide the data for you to reproduce it.</p>
<p dir="auto">The code is here:<br>
<a href="https://github.co... | <p dir="auto">The following program crashes when run with <code class="notranslate">GODEBUG=invalidptr=1 GOARCH=386</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package main
import (
"math/rand"
"runtime"... | 1 |
<p dir="auto">Instance a FlutterViewController with initWithEngine and push from native page,<br>
after pop it the memory not released. How to release the engine?</p>
<div class="highlight highlight-source-objc notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- (void)handleSh... | <p dir="auto">Initial experiments are showing that there's a significant bit of memory still in use after the activity that has a Flutter view has finished. E.g. we should be able to drop down to near 0 memory usage once there isn't any active Flutter views.</p>
<p dir="auto">The methodology of experiment and results a... | 1 |
<p dir="auto">Hi all,</p>
<p dir="auto">My name is Martin, a master candidate in information system at Carnegie Mellon. I have worked as an analyst and product manager before, but I would like to become more involved in the development space and contribute more to open source projects.</p>
<p dir="auto">I have personal... | <p dir="auto"><code class="notranslate">import logging</code><br>
<code class="notranslate">import coloredlogs</code></p>
<p dir="auto"><code class="notranslate">logging.captureWarnings(True)</code><br>
<code class="notranslate">LOGGER = logging.getLogger(__name__)</code><br>
<code class="notranslate">coloredlogs.insta... | 0 |
<p dir="auto">React version: 17.0.1</p>
<h2 dir="auto">Steps To Reproduce</h2>
<ol dir="auto">
<li>Open codesandbox with Mozilla Firefox</li>
<li>Select a user from users list</li>
<li>The value is not selected on first time, need to click second time on list to get event.target.value</li>
</ol>
<p dir="auto">Link to ... | <p dir="auto">I want to use a controlled <code class="notranslate"><select multiple={true} /></code> component in React. In addition to the value I also want to keep the focused state of the select in the state. To do this, I update the state with <code class="notranslate">setState</code> in the <code class="notr... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="scipy.stats.kendalltau([], [])"><pre class="notranslate"><code class="notranslate">scipy.stats.kendalltau([], [])
</code></pre></div>
<p dir="auto">fails with an <code class="notranslate">maximum recu... | <p dir="auto">I have encountered a RuntimeError when using the kendall tau correlation function on empty arrays. Obviously a correlation of empty data is meaningless, but I have code that uses randomization so therefore I may find in certain instances that "a" and "b" are sometimes empty (see below). I think it would b... | 1 |
<p dir="auto"><strong>symfony/website-skeleton</strong>: 4.1.2.3</p>
<p dir="auto"><strong>Description</strong><br>
When installing website-skeleton, the following error is displayed:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="...
- Conf... | <p dir="auto">Composer version 1.6.5<br>
linux debian 9.4<br>
PHP 7.2.7-1stretch~1.gbpfd8e2e (cli)</p>
<p dir="auto">run: composer create-project symfony/website-skeleton my-project</p>
<p dir="auto">returns error</p>
<blockquote>
</blockquote>
<div class="snippet-clipboard-content notranslate position-relative overflo... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">v2.5.16-v2.5.17-beta.0</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/weijuer/pen/VxWKww" rel="nofollow">https://codepen.io/weijuer/pen/VxWKww</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">IE10列表展示不了</p>
<h3 dir="auto">What is... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.16 / 2.5.17</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/plasmaeng/ndmjjkho/1/" rel="nofollow">https://jsfiddle.net/plasmaeng/ndmjjkho/1/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Running the code below in IE10 wil... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=hengels" rel="nofollow">Holger Engels</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-638?redirect=false" rel="nofollow">SPR-638</a></strong> and commented</p>
<p dir="auto">"GenerateLetters.java:42" calls SessionF... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jhampton" rel="nofollow">John Hampton</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4138?redirect=false" rel="nofollow">SPR-4138</a></strong> and commented</p>
<p dir="auto">A MailSendException created with the M... | 0 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">Video Challenges - Computer Basics</p>
<p dir="auto"><a href="https://www.freecodecamp.com/videos/computer-basics-how-to-measure-data-size" rel="nofollow">https://www.freecodecamp.com/videos/computer-basics-how-to-measure-data-size</a></p>
<h4 dir="auto">Issue Descripti... | <p dir="auto">There's no green check mark in the view for this video challenge...<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/12993334/13002391/b39b4de6-d1a0-11e5-87b7-8ad0629e29fc.png"><img src="https://cloud.githubusercontent.com/assets/12993334/13002391/... | 1 |
<p dir="auto">by <strong>dahankzter</strong>:</p>
<pre class="notranslate">A Fresh clone of the repo leads to this during install with 'all.bash'
All my programs (for testing and playing around) works fine.
Its just this test that fail.
Install test-phase fails with this output:
6g -o _gotest_.6 client.go fs.go requ... | <pre class="notranslate">I spent some time on GopherCon trying to figure how to make the qml package work
smoothly on Mac OS. Apparently it was working fine out of luck, because the OS requires
some calls to be made from the initial thread. Now something unrelated was touched, and
the graphic goroutine is landing on a ... | 0 |
<p dir="auto">The following code currently produces an ICE:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
let bytes = [1u8, 2, 3, 4, 5, 6, 7, 8];
for [a, b, c, d] in bytes.chunks(4) {
println!(&qu... | <p dir="auto">The following code</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="struct Wrapper<'a> {
slice: &'a [u8]
}
fn main() {
let foo = Some(b"Hello World!");
let bar: Option<Wrapper<'static>> ... | 1 |
<p dir="auto">Pulling in <a href="https://github.com/jakevdp/JSAnimation">https://github.com/jakevdp/JSAnimation</a> (which hasn't changed in over a year) would greatly enhance the experience of using animations in the notebook with stock matplotlib. Also, like trendvis, oceancm, and viscm, this would move an very usef... | <p dir="auto">Trying to make the what's new and following the <a href="https://matplotlib.org/devdocs/devel/release_guide.html#update-and-validate-the-docs" rel="nofollow">update and validate the docs</a> guide and it says:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snip... | 0 |
<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... | <p dir="auto">This is what's happening:<br>
<a href="https://github.com/pakastin/electron-bug">http://github.com/pakastin/electron-bug</a></p> | 1 |
<p dir="auto">I am writing a probabilistic package and I am using jax as the backend. I am looking for Owens T function for calculating the CDF of a skewed Normal likelihood function. I searched through lax and jax.scipy.special and I think Owens T function is not implemented yet. Please let me know if this is the ca... | <p dir="auto">In one of my networks, I have a large (64 MB) NumPy constant that I matmul against 160 different weight matrices.<br>
I am noticing that JAX is repeatedly calling <code class="notranslate">_raw_device_put</code> on it, seemingly taking up >10G of accelerator HBM during tracing (resulting in an OOM at t... | 0 |
<p dir="auto">Converting ns/as-precisiong datetime64 to datetime.datetime results in integer:</p>
<p dir="auto"><code class="notranslate">datetime.datetime</code> does not support nanoseconds (<a href="http://bugs.python.org/issue15443" rel="nofollow">see issue</a>). When numpy casts it should round or raise an error,... | <p dir="auto">The dtype <code class="notranslate">np.object_</code> is the most general catch-all type to contain arbitrary python objects. As such, <code class="notranslate">.astype(object)</code> should preferably not upcast, but certainly never <em>down</em>cast:</p>
<h3 dir="auto">Reproducing code example:</h3>
<di... | 1 |
<h5 dir="auto">Reading data from renderTarget does not work on iOS</h5>
<p dir="auto">Example: <a href="https://jsfiddle.net/9n0bha3v/1/" rel="nofollow">https://jsfiddle.net/9n0bha3v/1/</a><br>
QR Code to Example:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">I think <a href="https://github.com/mrdoob/three.js/blob/6854ad946da842dd2991d9d545150567b7cdb39d/src/renderers/webxr/WebXRManager.js#L187-L242"><code class="notranslate">setProjectionFromUnion()</code></a> in <code class="notranslate">WebXRManager</code> is ... | 0 |
<p dir="auto">We are using error boundaries to catch and handle errors inside of a React render. As for errors which occur outside of a React render (i.e. uncaught errors that happen in a timeout), we need to register an uncaught error handler (<code class="notranslate">window.addEventListener('error', …)</code>) to ha... | <p dir="auto">I'm trying to make use of componentDidCatch in the React 16 beta. I already had a global window error handler which was working fine, but it unexpectedly catches errors that I would expect componentDidCatch to have handled. That is, component-local errors are being treated as window-global errors in dev b... | 1 |
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Base.:+(x::Int, y::Int) = println(x, y)
# 'julia' terminated by signal SIGSEGV (Address boundary error)
Base.:+(x::Int, y::Int) = 1
# KeyError: key :normal not found in getindex(::D... | <p dir="auto">This may be a dumb thing to do, but probably it shouldn't segfault:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> import Base.*; *(::Int, ::Int) = 3
Segmentation fault: 11"><pre class="notranslate"><code class="notrans... | 1 |
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Bank {
balance: number;
withdraw(x: number): number;
}
class PowellCountyBank implements Bank {
balance: number = 0;
withdraw(x) {
return (this.balan... | <p dir="auto">When a property has exactly one type from an <code class="notranslate">extends</code> or <code class="notranslate">implements</code> clause, we should contextually type that property's initializer by the type from the clause. For example:</p>
<div class="highlight highlight-source-ts notranslate position-... | 1 |
<p dir="auto">With this code: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/retep998/term/commit/2b94c822fc0590a5f9bdc99fad541d0c3518f2a3/hovercard" href="https://github.com/retep998/term/commit/2b94c822fc0590a5f9bdc99fad541d0c3518f2a3">retep998/term@<tt>2b94c82</tt></a><br>... | <p dir="auto">This error is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="56910226" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/22050" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/22050/hovercard" h... | 1 |
<p dir="auto">In my static folder I have the following symlink:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="semantic.min.css -> ../node_modules/semantic-ui-css/semantic.min.css"><pre class="notranslate"><code class="notranslate">semantic... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">When using <code class="notranslate">Link</code> (next/Link) with a functional component (button), it stops working.</p>
<p dir="auto">Basically, the link is <strong>ignored</strong>. The button's click is properly triggered, but there is... | 0 |
<p dir="auto">Back to Top function is not working in Bootstrap 3 RC1</p> | <p dir="auto">Button "Back to top" not working (docs)</p> | 1 |
<h3 dir="auto">Versions</h3>
<p dir="auto">Material-UI: 1.0.0-alpha.19<br>
React: 15.5.4<br>
Browser: Chrome</p>
<p dir="auto">In current implementation of Dialog component dialog content has next style MuiDialogContent-root-... and predefined style property overflow-y:auto</p>
<p dir="auto"><a target="_blank" rel="noo... | <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">Copy and paste components and have them actually work out of the box just like Boots... | 0 |
<p dir="auto">Atom: v0.113<br>
OS: Windows 7<br>
Keyboard layout: Germany</p>
<p dir="auto">Description:<br>
The '@' character cannot be written, it seems that [Alt Gr] + [Q] is not working at all.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1789/3725775/61f87e3a-168c-11e4-940d-24ad61183ab5.png"><img src="https://cloud.githubusercontent.com/assets/1789/3725775/61f87e3a-168c-11e4-940d-24ad61183ab5.png" alt="screenshot 2014-07-28 13 20 40" sty... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <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 => Please do not submit support request here, instead see https:... | 1 |
<p dir="auto">From <a class="issue-link js-issue-link notranslate" rel="noopener noreferrer nofollow" href="https://task.ms/21408490">MSFT:21408490</a></p>
<p dir="auto">If I enable the setting <code class="notranslate">experimental_showTabsInTitlebar</code> then maximize the window on a vertical monitor (1080x1920), t... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
Windows Terminal version (if applicable):
Any other software?"><pre lang="none" class="notranslate"><co... | 1 |
<h3 dir="auto">Problem</h3>
<p dir="auto">Latex compilers are very slow.</p>
<h3 dir="auto">Proposed solution</h3>
<p dir="auto"><a href="https://github.com/typst/typst">Typst</a> is orders of magnitude faster than any latex compiler (runs in milliseconds) and has a much easier to use syntax than latex (subjective but ... | <h3 dir="auto">Problem</h3>
<p dir="auto">I don't use Texlive, I use <a href="https://github.com/tectonic-typesetting/tectonic">Tectonic</a>, and I using <code class="notranslate">plt.rcParams['text.usetex']</code> requires me to download a different LaTeX engine, not only because the <code class="notranslate">latex</c... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=youngm" rel="nofollow">Mike Youngstrom</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4372?redirect=false" rel="nofollow">SPR-4372</a></strong> and commented</p>
<p dir="auto">I would like to do some custom operat... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=drubio" rel="nofollow">Daniel Rubio</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6082?redirect=false" rel="nofollow">SPR-6082</a></strong> and commented</p>
<p dir="auto">upgrading a functioning 2.5 app to the m... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Mehdi GMIRA (<a href="https://github.com/mehdigmira">@mehdigmira</a>)</strong></p>
<p dir="auto">I encountred a bug with the postgres specific "DISTINCT ON" in SQLAlchemy<br>
The real SA query I'm using is more complicated than this, but it sums up to :</p>
<d... | <p dir="auto"><strong>Describe your question</strong></p>
<p dir="auto">I have an app where all the schemas are declared.<br>
Have another readonly-app and want to shortcut schemas duplication for now by using <code class="notranslate">automap_base()</code>.<br>
No error were given from main app, but when I'm trying to... | 0 |
<p dir="auto"><strong>Describe the feature</strong>:</p>
<p dir="auto">Currently, by setting server_side_encryption to true, the only method that is allowed is aes256. It would be great if we could specify other s3 encryption methods, e.g. aws:kms.</p>
<p dir="auto">For aws:kms, if the bucket has a default key, it's ju... | <p dir="auto"><strong>Describe the feature</strong>: We'd like to store the snapshots of our elastic database in the aws bucket secured with the KMS server-side encryption. There already is a stale merge request (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="241472324" data-permiss... | 1 |
<p dir="auto">Chrome supports -- good</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/382183/6232359/69062bf2-b699-11e4-9fbd-e99a0af8dceb.gif"><img src="https://cloud.githubusercontent.com/assets/382183/6232359/69062bf2-b699-11e4-9fbd-e99a0af8dceb... | <p dir="auto">Can the rubber band scroll effect at the top and bottom of the editor when reaching the end of the scrollable area be enabled? I'm not sure if this works yet on scrollable divs, but it would be nice.</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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto">In Sublime text I can select text and drag and drop it to a new line.</p>
<p dir="auto">This feature would be great to have in Atom. :)</p> | <p dir="auto">I was sure an issue was already opened for this, but can't find it now.</p>
<p dir="auto">Halp ticket:</p>
<ul dir="auto">
<li>support/5124ebc4cfa211e3871387e11a229b02</li>
</ul>
<p dir="auto">Would be cool if it was possible to select some text and then drag-and-drop it to some other place.</p> | 1 |
<p dir="auto">We have an issue with some of our run scripts that utilize the "start" command and have isolated it to the changes in 1809 vs 1803. This seems to be different from the other issues that have been identified.</p>
<p dir="auto">Specifically, when using <code class="notranslate">start</code> to call a comman... | <p dir="auto">In 1809, the way the <code class="notranslate">start</code> command (from <code class="notranslate">cmd.exe</code>) behaves has changed. You can work around it by adding <code class="notranslate">/max</code> or <code class="notranslate">/min</code> after <code class="notranslate">start</code>.</p>
<p dir=... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/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">From what I can see, LogisticRegressionCV.score always computes accuracy, not the metric given by <code class="notranslate">scoring</code>. That's inconsistent with the behavior of <code class="notranslate">GridSearchCV</code>. How do other <code class="notranslate">CV</code> estimators do that? I assume ... | <p dir="auto">input length (true, score) is 9177<br>
output fp,tp,th size is 5816 but when I re-sample the data it is 5756 (I guess due to sampling with replacement creates duplicate data which is about 1/e)<br>
in matlab, perfcurve returns fp,tp,th the same size as the input size or at specified fp/tp/th values.</p> | 0 |
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> import pandas as pd
>>> df = pd.DataFrame({'x': [1.], 'y': [2.], 'z': [3.]})
>>> df.columns = ['x', 'x', 'z']
>>> df[['x', 'y', 'z']]
KeyErro... | <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=">>> s = pd.Series([10,9,8,7,7,7,6])
>>> s.nlargest(4)
0 10
1 9
2 8
3 7
dtype: i... | 0 |
<p dir="auto">by <strong>jan.newmarch</strong>:</p>
<pre class="notranslate">If a program has unused variables, then 6g produces a compile error. It would be nicer
as a compile warning instead. Often I'm commenting out a piece of code during debugging
which can change a variable from used to unused, meaning I have to t... | <pre class="notranslate">Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
<a href="http://golang.org/doc/devel/release.html" rel="nofollow">http://golang.org/doc/de... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <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">I am building a web app with Flask when I encountered the strangest error.</p>
<p dir="auto"><code class="notranslate">pandas-0.19.2</code> calls in <code class="notranslate">pandas.core.indexing</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-cli... | <p dir="auto">If an application is using multiple embedded sub interpreters that use numpy, there is a possibility that floating point errors can cause the thread to deadlock. I traced this down to ufunc_object's _error_handler() method where it does NPY_ALLOW_C_API and that freezes on PyGILStateEnsure(). Interesting... | 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] feature request"><pre class="notranslate"><code class="notranslate">[x] feature request
</code></pre></div>
<p dir="au... | <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 => search github for a similar issue or PR before submitting
[x] feature request
[x] support request =&g... | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
It would help people who use multiple keyboards to easily setup macros without needing third party softwares.
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
I want to be able to remap all the keys of more than one keyboard. Or perhap... | <p dir="auto">Now if i type edge in Run(0.19.2), I get this:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/56914624/87852670-89784900-c936-11ea-9303-ba7d2531d7.png"><img src="https://user-images.githubusercontent.com/56914624/87852670-89784900-c936-11ea-9303-b... | 0 |
<p dir="auto"><strong>Config:</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"presets": [
"node6",
"stage-1"
],
"plugins": [
"babel-plugin-transform-async-to-generator&q... | <blockquote>
<p dir="auto">Issue originally made by Dmitriy Krasnikov (dmitriy.krasnikov)</p>
</blockquote>
<h3 dir="auto">Bug information</h3>
<ul dir="auto">
<li><strong>Babel version:</strong> 6.3.26</li>
<li><strong>Node version:</strong> 5.3</li>
<li><strong>npm version:</strong> 3.3.12</li>
</ul>
<h3 dir="auto">O... | 1 |
<h3 dir="auto">Problem description</h3>
<p dir="auto">this is what causing the problem<br>
<code class="notranslate"><JssProvider></code></p>
<p dir="auto">This is a bug that i saw when making production build.</p>
<p dir="auto"><strong>Below images the left side is development and right side is production.</stro... | <p dir="auto">When using keyboard to navigate to, and use, a SelectField, when activating the field to open the dropdown, the currently selected item is not highlighted, nor in focus.</p>
<p dir="auto">Example: <a href="https://www.youtube.com/watch?v=swz82ul6Hao" rel="nofollow">https://www.youtube.com/watch?v=swz82ul6... | 0 |
<p dir="auto">Using <code class="notranslate">@cfunction</code> on a function without a stable return type and then calling the function through the returned function pointer produces a segfault. We discussed this on <a href="https://discourse.julialang.org/t/can-a-functionwrapper-be-used-with-a-function-that-isnt-typ... | <p dir="auto">I'm not sure if this change was expected going forward from 0.6. Previously this would have returned a function pointer to a function that threw a TypeError if the arguments produced a result that was not the same type as the returntype argument to cfunction.</p>
<p dir="auto">Running julia-debug</p>
<div... | 1 |
<h2 dir="auto">Checklist</h2>
<h4 dir="auto">Celery report</h4>
<p dir="auto">software -> celery:4.2.0rc4 (windowlicker) kombu:4.2.1 py:3.6.5<br>
billiard:3.5.0.3 py-amqp:2.3.2<br>
platform -> system:Linux arch:64bit, ELF imp:CPython<br>
loader -> celery.loaders.app.AppLoader<br>
settings -> transport:amq... | <p dir="auto">Version: celery==4.1.0</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ celery -A poc worker --loglevel=info
-------------- celery@dudepro.local v4.1.0 (latentcall)
---- **** -----
--- * *** * -- Darwin-16.7.0-x86_64-i386-64... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/target-even-numbered-elements-using-jquery#?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.prop%28%22disab... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions</a> has an issue.</p>
<p dir="auto">in this challenge explanation of regexp matching basi... | 0 |
<p dir="auto">The exception messages thrown by the user checker don't support internationalization natively :<br>
Symfony/vendor/symfony/src/Symfony/Component/Security/Core/User/UserChecker.php</p> | <p dir="auto">Translating form fields for which translation strings are available in "singular | plural" form fails.<br>
Form translation always uses trans() and never transchoice(). There is apparently no way to tell it to do so. That means duplication of translations or other stupidity to work around this problem.</p... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report
[ x ] feature request
[ ] support request"><pre class="notranslate"><code class="notranslate">[ ] bug report
[ x ] feature request
[ ] support request
</code></pre></div>
<p dir="auto">... | 1 |
<p dir="auto">When I typed $this in PHP files, I selected auto-complete $this, then it becomed $$this actually.</p> | <p dir="auto">When using autocompletion for variables it places 2 dollar signs instead of 1. For example typing <math-renderer class="js-inline-math" style="display: inline" data-static-url="https://github.githubassets.com/static" data-run-id="85a35ae9805c83ee8a7ab305f211edbb">$_GET will transform it into $</math-rende... | 1 |
<ul dir="auto">
<li>Neo4j version: 4.0</li>
<li>Operating system: Official Docker Container on Linux</li>
</ul>
<p dir="auto"><strong>Steps to reproduce</strong></p>
<ul dir="auto">
<li>Start neo4j docker container</li>
</ul>
<h2 dir="auto">Report</h2>
<p dir="auto">Neo4j 4.0 prints warnings about illegal reflexive acc... | <p dir="auto"><strong>Is your feature request related to a problem? Please describe.</strong><br>
It would be nice to address or suppress the warnings that show up when starting up Neo4j 4 (Neo4j 4.0.0-alpha09mr02)</p>
<p dir="auto">Specifically:</p>
<div class="snippet-clipboard-content notranslate position-relative o... | 1 |
<p dir="auto">If I have an inner object that has the same name as a type, then queries for that inner object will fail.</p>
<p dir="auto">The workaround is to rename the type or the inner object, but the behaviour is confusing and misleading (and wrong).</p>
<p dir="auto">To reproduce, create a new index, type and docu... | <p dir="auto">As far as I understand it, fields are resolved on a <em>first found</em> basis. So given the following documents:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PUT /index/foo/1
{
"count": 1,
"foo": {
... | 1 |
<p dir="auto">Hey Guys, I just noticed an upgrade to 4.2.0 from 4.1.1 causes breaking changes. Any ideas where this was intoduced?</p>
<p dir="auto">System:<br>
OSX 10.13.5<br>
Anaconda Python 3.7</p>
<h2 dir="auto">Steps to reproduce</h2>
<p dir="auto">Install:</p>
<div class="snippet-clipboard-content notranslate pos... | <p dir="auto">I am getting an error in the stack trace below. It looks like this line is referencing the wrong field name: <a href="https://github.com/celery/celery/blob/master/celery/worker/request.py#L520">https://github.com/celery/celery/blob/master/celery/worker/request.py#L520</a>. I don't think time_limits exists... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">we are using angular2 as view engine for meteor application, meteor has angular2 rc3 integrated with it. i wanted to know how to access/manipulate the DOM.</p> | <p dir="auto">Hi,</p>
<p dir="auto">we are using angular2 as view engine for meteor application, meteor has angular2 rc3 integrated with it. i wanted to know how to access/manipulate the DOM.</p> | 1 |
<p dir="auto">I am using Julia for an application in PDE-constrained optimization, and have run into an issue I haven't seen before, giving a segfault when trying to return (apparently) from a function call. I only mention the nested functions because in the optimization setup, I construct functionals using passed data... | <p dir="auto">This is a cross-post of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="535694501" data-permission-text="Title is private" data-url="https://github.com/JuliaGraphics/Gtk.jl/issues/466" data-hovercard-type="issue" data-hovercard-url="/JuliaGraphics/Gtk.jl/issues/466/hove... | 0 |
<h2 dir="auto">Issue description</h2>
<p dir="auto">nn.DataParallel uses memory on GPU 0 even if it's explicitly instructed to use 2 and 3.</p>
<h2 dir="auto">Code example</h2>
<p dir="auto">No line in this code snippet touches <code class="notranslate">cuda:0</code>.</p>
<div class="snippet-clipboard-content notransla... | <h2 dir="auto">Issue description</h2>
<p dir="auto">on a multi GPU system, if a GPU != 0 is used, pytorch will still allocate some memory on the GPU 0 - see the nvidia-smi screenshot below.</p>
<h2 dir="auto">Code example</h2>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" di... | 1 |
<p dir="auto">Hi there, I'm stuck here.</p>
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/basic-javascript/escaping-literal-quotes-in-strings" rel="nofollow">escaping-literal-quotes-in-strings</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; Win6... | <p dir="auto">On the current staging, two challenges ("Escaping Literal Quotes in Strings" and "Quoting Strings with Single Quotes") do not pass all tests with standard solution code.</p>
<p dir="auto">Namely, tests asserting regex match lengths for non-escaped double quotes are failing:<br>
<code class="notranslate">c... | 1 |
<p dir="auto">There is quite a number of duplicated code in different node status related test functions, such as mock cadvisor intialization, expected node status etc.</p>
<p dir="auto">It should be cleaned up. :)</p> | <p dir="auto">Admittedly this one is an edge case, but we had an issue that nearly locked us out of our AWS account following data loss on the kubernetes master. Specifically:</p>
<ol dir="auto">
<li>We turned up a k8s cluster integrated with AWS</li>
<li>An issue in our infrastructure caused us to lose the master's et... | 0 |
<p dir="auto">Issue Id: <b>76000c98-ba3d-f84d-60f4-a18061d87e94</b><br><br><em>Versions</em> <br>- 0.10.6-release<br>- <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/df352367df2efcfa9d602d471e4e2f42140a0f05/hovercard" href="https://github.com/microsof... | <p dir="auto">Issue Id: <b>968d4e7a-4da8-28b1-94a4-326ec7727806</b><br><br><em>Versions</em> <br>- 0.10.6-release<br>- <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/783ecf841a2b21edca6d86853670cae89b4c244f/hovercard" href="https://github.com/microsof... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Wichert Akkerman (<a href="https://github.com/wichert">@wichert</a>)</strong></p>
<p dir="auto">I'm used to metadata.create_all() being very smart and creating everything as needed. I seem to have found a gap in its knowledge though: enum types that are only u... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">metadata.create_all do not create work_place_roles if Enum in sqlalchemy.dialects.postgresql.ARRAY</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="... | 1 |
<p dir="auto">The desire average would be 38/4 = 9.5.</p>
<p dir="auto">POST /sports/athlete/13<br>
{"name":"john","rating": ["8", "10"]}<br>
POST /sports/athlete/14<br>
{"name":"john","rating": ["10", "10"]}</p>
<p dir="auto">POST /sports/athlete/_search<br>
{<br>
"size": 0,<br>
"aggregations": {<br>
"the_name": {<br>... | <p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:<br>
On Elasticsearch 2.2.1, when loading some geojson shapes into a field indexed with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""l... | 0 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">Have encountered it in head, 1.5.2 and 1.5.3, according to discussions on irc it has been around for quite some time.</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Deploy os is Os X mavericks servers deployed t... | <p dir="auto">Allow for nesting of groups within groups in the /etc/ansible/hosts Inventory File. A comparative (but not exact match) feature would be LUMPs in dsh.</p>
<p dir="auto">Examples would be something like:</p>
<p dir="auto">[datacenters]<br>
east-coast-dc<br>
west-coast-dc</p>
<p dir="auto">[east-coast-dc]<... | 0 |
<p dir="auto">Looks like the os.geteuid() is not available in windows. which is causing celery not start. Please do help with some fix.</p> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "C:\Python27\Scripts\celery-script.py", line 9, in <module>
load_entry_point('celery==3.1.5', 'console_scripts', 'celery')()
Fil... | 1 |
<p dir="auto">There is no ARM build of Electron.<br>
This prevents Visual Studio Code from being compiled for ARM Linux.</p>
<p dir="auto"><a href="https://code.visualstudio.com/Issues/Detail/17414" rel="nofollow">https://code.visualstudio.com/Issues/Detail/17414</a></p> | <p dir="auto">Is there a way to cross/compile atom-shell for ARM based computers?</p> | 1 |
<p dir="auto">hi,</p>
<p dir="auto">i have update to 0.14 version because i want to use a premade component which requires it. i've spent an hour more trying to debug why nothing renders, then i tried other components that worked, but they didn't render either.</p>
<p dir="auto">then i googled and found that i need to ... | <p dir="auto">Describe what you were doing when the bug occurred:</p>
<ol dir="auto">
<li>Scrolling through the components tree after inspecting a DOM element and selecting the "Components" tab.</li>
</ol>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.11.0-3971... | 0 |
<p dir="auto">This kind of crap is unacceptable. Python3.7 team should remove their collective head from their collective butt. (keyword mismatch)</p>
<p dir="auto">jA$ scrapy shell<br>
2018-07-08 14:42:44 [scrapy.utils.log] INFO: Scrapy 1.5.0 started (bot: scrapybot)<br>
2018-07-08 14:42:44 [scrapy.utils.log] INFO: V... | <p dir="auto">The goal is to add python 3.7 to travis and pass all tests, the first beta was already released at the end of January.</p> | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I would like to show the hintText of a textField until the user touches somewhere else.<br>
The touchpoint could be deep in the widget tree and I dont know how to obtain the current focused node somewhere in the widget tree to call unfocused, to show the textField i... | <p dir="auto">It's not clear how to accomplish this.</p> | 1 |
<p dir="auto">Hi!</p>
<p dir="auto">I use CELERYD_STATE_DB to persist revoked tasks.<br>
Flower reports hundreds of duplicated lines in that file ...</p>
<p dir="auto">Indeed, when I read the file, I get :</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-sni... | <p dir="auto">I think that it would be a good idea to release a new version that includes all bug fixes so far. <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/thedrow/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.c... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">azure_rm_deployment</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.0.0
... | <p dir="auto">the man pages contain two AUTHOR sections, e.g. in ansible(1):</p>
<p dir="auto">AUTHOR<br>
Ansible was originally written by Michael DeHaan. See the AUTHORS file<br>
for a complete list of contributors.<br>
[...]<br>
AUTHOR<br>
:doctype:manpage<br>
Author.</p>
<p dir="auto">the second one seems unnecessa... | 0 |
<p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="7728255" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/1578" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/1578/hovercard" href="https://github.com... | <p dir="auto">This seems inconsistent:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [38]: x = np.array([np.nan, 1, 2, 3])
In [39]: x
Out[39]: array([ nan, 1., 2., 3.])
In [40]: x.astype(np.int16)
Out[40]: array([0, 1, 2, 3], dtype... | 1 |
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// file: foo.ts
import BluebirdPromise from 'bluebird';
export async function foo(): BluebirdPromise { }
// file: foo.js
function foo() {
return __awaiter(this, void 0, BluebirdPro... | <p dir="auto">The generated JS code is missing a dependency onto the references promise implementation. Steps to reproduce:</p>
<ul dir="auto">
<li>install bluebird promises</li>
<li>create the following bluebird.d.ts.</li>
</ul>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir... | 1 |
<p dir="auto">this example works great</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function test(value: string[]| string){
var result: string;
if (value instanceof Array){
result = value.join('');
}
}"><pr... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var data : { value: string | number } = { value: 'hey' };
if (typeof data.value === 'string') {
alert(data.value.toLowerCase()); // <-- type of value is undecided
}"><pre class="notranslate">... | 1 |
<p dir="auto"><strong>EDIT:</strong> For the impatient ones, Skip down to <a href="https://github.com/JuliaLang/julia/issues/1451#issuecomment-10098901" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/1451/hovercard">my comment below</a> with directions on how to install all dependencies for Jul... | <p dir="auto">Noticing this on Windows:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 0.3.0-prerelease+2584
Commit 951e027* (2014-04-10 13:40 UTC)
Platform Info:
System: Windows (x86_64-w64-mingw32)
C... | 0 |
<p dir="auto">I'm trying to make a terms facet of an IP address field (with the ip type). It returns numbers, not IP addresses. It works if the type is string. I thought it was fixed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="585619" data-permission-text="Title is private" da... | <p dir="auto">Terms facet on ip field returns raw integers instead of ip addresses.</p>
<p dir="auto">When asked:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="curl -XGET http://172.16.0.134:9200/nginx-2013.07.12/_search?pretty -d'
{
"... | 1 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/egamma/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/egamma">@egamma</a> on January 22, 2016 9:10</em></p>
<p dir="auto">Setup<br>
{<br>
"co... | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Foo {
x;
}
interface Bar { }
var foo: Foo;
var bar: Bar;
foo = bar;
// Type 'Bar' is not assignable to type 'Foo':
// Property 'x' is missing in type 'Bar'.
foo = bar;... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=psfung" rel="nofollow">Samuel Fung</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9370?redirect=false" rel="nofollow">SPR-9370</a></strong> and commented</p>
<p dir="auto">My app use an exception reporting framewo... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=veaven" rel="nofollow">Liu, Yinwei David</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7308?redirect=false" rel="nofollow">SPR-7308</a></strong> and commented</p>
<p dir="auto">Hi,<br>
Do you have any plan to pro... | 0 |
<p dir="auto">We need ability to pass custom config information at runtime to the browser, in the same fashion next.js passes <code class="notranslate">assetPrefix</code> from <code class="notranslate">next.config.js</code>.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" d... | <h1 dir="auto">Feature request</h1>
<h2 dir="auto">Is your feature request related to a problem? Please describe.</h2>
<p dir="auto">Currently, the logic to move things into the commons chunk is based on the count of pages (ie. files in the <code class="notranslate">pages/</code> directory). I think this approach doesn... | 0 |
<p dir="auto">The editor does not work tab, open only one tab</p> | <p dir="auto">I <em>really</em> miss proper tabs for open files (like VS proper), and the ability to rip a tab out into its own window.</p> | 1 |
<p dir="auto"><strong>Isssue</strong><br>
<code class="notranslate">tel</code> and <code class="notranslate">callto</code> links not opened in app despite having been registered with <code class="notranslate">setAsDefaultProtocolClient</code></p>
<p dir="auto"><em>It is very similar (identical?) to <a href="https://git... | <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 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function Decoration() {}
function PropertyDecoration(target: any) {
console.log(target);
}
@Decoration
export class ClassName {
@PropertyDecoration
property: string = 'null';
}
"><pre class="n... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const bar = (target: any, name: any, value: any) => {
const parentName = target.constructor.name
console.log(parentName)
}
class a {
@bar
public foo() {
}
}"><pre class="notranslate"><cod... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">logstash callback plugin</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">vault</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">2.x</p>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">N/A</p>
<h5 dir="auto... | 0 |
<p dir="auto"><strong>Elasticsearch version</strong>: 2.2.0</p>
<p dir="auto"><strong>JVM version</strong>:1.8</p>
<p dir="auto"><strong>OS version</strong>:Linux Mint 17.2 Cinnamon 64-bit (Cinnamon 2.6.13)</p>
<p dir="auto"><strong>Description of the problem including expected versus actual behavior:</strong><br>
Hi,<... | <p dir="auto"><strong>Elasticsearch version</strong>: 2.2</p>
<p dir="auto"><strong>JVM version</strong>: 1.8u66</p>
<p dir="auto"><strong>OS version</strong>: Win 8.1</p>
<p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:</p>
<p dir="auto">When specifying a bogus analy... | 0 |
<p dir="auto">Unintended behaviour of pandas happens when one tries to create a series applying<br>
tuple (or list) to two columns of a dataframe, one of which consists of timestamps:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-co... | <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="d=[['hello',1,'GOOD','long.kw'],
[1.2,'chipotle',np.nan,'bingo'],
['various',np.nan,3000,123.456]] ... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.34.3</li>
<li>Operating System: Windows 11</li>
<li>Browser: Chromium</li>
<li>Other info: n/a</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="t... | <p dir="auto">For send array "data[product]" I write<br>
"data[product][]:18<br>
data[product][]:55"</p>
<p dir="auto">In postman it looks like this:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/83776173/197211761-40c4d320-8463-4217-8158-f9628dfd8275.png"><im... | 0 |
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function safeFindIndex<T extends object>(
array: ReadonlyArray<T>,
matcher: Partial<T>,
recordName: string,
assertMatcher: Partial<T> | undefined
): numb... | <p dir="auto"><strong>Search Terms:</strong><br>
"excessive depth"<br>
"generic partial"</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const fn = <T>(arg: T) => {
((arg2: Rec... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.