text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">I tried to recreate this example to add off diagonal lines to a pairplot: <a href="https://stackoverflow.com/a/48122198/4464887" rel="nofollow">https://stackoverflow.com/a/48122198/4464887</a></p>
<p dir="auto">The code is:</p>
<div class="highlight highlight-source-python notranslate position-relative ov... | <p dir="auto">Hi,</p>
<p dir="auto">I discovered that the map_* methods of PairGrid seem to be broken in version 0.11.0 for user defined functions. See reproducible example below with a corrfunc defined to plot the pearson correlation value on the lower plots. The function doesn't seem to get evaluated in version 0.11.... | 1 |
<h2 dir="auto">Feature request</h2>
<p dir="auto"><g-emoji class="g-emoji" alias="wave" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44b.png">👋</g-emoji> I'm a developer who's been working on <a href="https://nodejs.medium.com/source-maps-in-node-js-482872b56116" rel="nofollow">adding sou... | <h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
Expected compiled code Use Directly native es6 module</p>
<p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong></p>
<p dir="auto">Because the browser environment supports<... | 0 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">Clone an Element Using jQuery<br>
<a href="https://www.freecodecamp.com/challenges/clone-an-element-using-jquery" rel="nofollow">https://www.freecodecamp.com/challenges/clone-an-element-using-jquery</a></p>
<h4 dir="auto">Issue Description</h4>
<h4 dir="auto">Browser I... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-clone-an-element-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%22disabled%... | 1 |
<p dir="auto">I have two similar pieces of code that I would expect to behave in a similar fashion. The first piece of code compiles and functions properly:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait HasId {
fn ... | <p dir="auto">The compiler fails to compile this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#![feature(associated_consts)]
pub trait Foo {
const MIN: i32;
fn get_min() -> i32 {
Self::MIN
}
}
fn main() {}"><pre cl... | 1 |
<p dir="auto">when finding a Yaml date, the parser currently returns it as a unix timestamp.<br>
A flag to return it as a DateTime would be great.</p>
<p dir="auto">If we handle them as DateTime, the dumper should accept DateTime objects and dump them as Yaml dates though</p> | <p dir="auto">Hi,</p>
<p dir="auto">I'm not sure if this issue is a duplicate, because i couldn't find any other that specifically points to this.</p>
<p dir="auto">I am rendering two controllers into the view like this:</p>
<div class="highlight highlight-text-html-twig notranslate position-relative overflow-auto" dir... | 0 |
<p dir="auto">Check this : <a href="http://twitter.github.com/bootstrap/javascript.html#tooltips">http://twitter.github.com/bootstrap/javascript.html#tooltips</a></p>
<p dir="auto">The data-placement doesn't work ... tooltips always opens on top</p> | <p dir="auto">congrats on releasing 2.3.0!<br>
I was checking out some of the docs and saw that <a href="http://twitter.github.com/bootstrap/javascript.html#tooltips">tooltips data-placement</a> is not working correctly. I think its because of the one pull request that makes options set in javascript override the optio... | 1 |
<p dir="auto">A couple weeks ago we discussed being able to 'chain' task spawn options, which would be much more fun to write than the current builder interface.</p>
<p dir="auto">I envision:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn u... | <p dir="auto">I didn't find any duplicate issue, but this problem has probably been there for a long time.</p>
<ul dir="auto">
<li>The code <code class="notranslate">panic!("{}", 7)</code> compiles and prints <code class="notranslate">thread <main> panicked at "7", ...</code></li>
<li>The code <code class="notran... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<p dir="auto">Documentation Report</p>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">core</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.0.1.0
config file = /root/... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 1.9.5
configured module search path = None
ansible 2.0.1.0
config file = /dev/... | 0 |
<p dir="auto">Is it possible to keep a reference on a scene's object ?<br>
When we do :</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="this.scene.add(meshObject);"><pre class="notranslate"><span class="pl-smi">this</span><span c... | <p dir="auto">Names of nodes are user-specified, and not guaranteed to be unique within a glTF file. But because THREE.PropertyBinding relies on track names to target animation, having two nodes with the same name will cause animation to affect the wrong part of a model. We should de-duplicate node names on import, to ... | 0 |
<p dir="auto">I have come across a reproducible segfault in Julia v0.5.0. I'm afraid it's not very minimal, but it's easy to reproduce. To reproduce:</p>
<ul dir="auto">
<li>Install branch <code class="notranslate">fsm_matrix_segfault</code> of the package jeff-regier/Celeste.jl (commit 21974)</li>
<li>Check out bran... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> function foo{T}()
nothing
end
WARNING: static parameter T does not occur in signature for foo at REPL[1]:2.
The method will not be callable.
foo (generic function with 1 me... | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life" rel="nofollow">http://freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possib... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/fc7759ac37f54b01e6bcd37518139b421b252d3b8995a10b8df171990b85a061/68747470733a2f2f7777772e657665726e6f74652e636f6d2f6c2f416c79705769637a304a354d326150576b796f6d67704f49376f2d44506c75304d7441422f696d6167652e706e67... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="auto">I... | <p dir="auto">When testing a component that includes a , I can successfully simulate a click and verify that the component's state is set to open. However, when I then try to find the defined action buttons, I am unable to do so.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" dat... | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.1</li>
<li>Operating System / Platform => Linux Mint<br>
<a href="https://www.virustotal.com/de/file/24bda432eaace9e992322dcc3d30144cefa5314c2424d4aa02e5fe3fa9dd17bd/analysis/1535208210/" rel="nofollow">https://www.virustotal.com/de/... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.2</li>
<li>Operating System / Platform => Windows</li>
<li>Compiler => -</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Avast detects JS: Downloader-DZB [Trj] virus in OpenCV 3 (.exe file).</p>
<h5 dir="auto">S... | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">I have a monorepo usecase, where I want to share code between the next app and other modules that are located outside of the app folder.</p>
<p dir="auto">It will end up with this error:</p>
<div class="snippet-clipboard-content notransla... | <p dir="auto">Now some of us ships NPM packages (specially components) written in ES2015 without transpiling them.</p>
<p dir="auto">That's a pretty good thing specially if they are gonna used in a project like Next.js or CRA (which does transpiling). They offer benefits like:</p>
<ul dir="auto">
<li>No need to transpi... | 1 |
<p dir="auto">I tried to implement React Helmet for our project and noticed a bug when running in production mode.<br>
React Helmet doesn't initialize on the very first request after starting the application. But it initializes correctly on each subsequent request (SSR & CSR).<br>
I cloned the minimal <a href="http... | <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>
<p dir="auto">I need to ... | 0 |
<p dir="auto">For per-1.0 version, linear progress component has a consistent API with circle progress component, where the range of the progress can be set with 'max' and 'min' props. These APIs have been removed in 1.0, but it wasn't explicitly stated, and it was only implied in the examples that the value props line... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">... | 1 |
<p dir="auto">Yesterday, there was a file, <code class="notranslate">server.ts</code> that existed.<br>
Today, it doesn't exist.</p>
<p dir="auto"><a href="https://deno.land/std@v1.0.0-rc2/http/server.ts" rel="nofollow">https://deno.land/std@v1.0.0-rc2/http/server.ts</a></p>
<p dir="auto">Navigating to this URL makes i... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11488886/81811610-1bd32980-954f-11ea-80b5-f6c226619b6f.png"><img src="https://user-images.githubusercontent.com/11488886/81811610-1bd32980-954f-11ea-80b5-f6c226619b6f.png" alt="screenshot" style="max-widt... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Assume we have two projects with only index.js files in them, which are having same content:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/938036/122017048-4c2c6d80... | <h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">right now cache writes absolute paths</p>
<p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong></p>
<p dir="auto">if all paths will be relative to cache fold... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Using tex (<code class="notranslate">rcParams["text.usetex"] = True</code>) results in an error because of a font name not being valid in current master. Works fine with matplotlib 2.2.3.</p>
<p dir="auto"><strong>Code for repro... | <h3 dir="auto">Bug report</h3>
<p dir="auto">I like to test my code against the bleeding edge version of matplotlib (by installing it in a conda virtual environment) on my work machine (Windows PC). Since I do not have admin rights to install the necessary tools to build from source, I download the wheels from appveyor... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Running webpack throws an exception that <code class="notranslate">acorn</code> cannot be found:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard... | <p dir="auto"><em>Update: On further investigation, it seems that there's a very significant mismatch between webpack Wasm semantics and the early draft proposed standard, in terms of when Wasm instantiation happens. I'm happy to have the help of the webpack team here, with your experience this space and success buildi... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">inserting multiple rows using single list of row values doesn't work, ex.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="conn.execute("insert... | <p dir="auto">I have a specific model configuration where queries using limit() on a relationship are not returning the expected number of rows.</p>
<p dir="auto">In this example, staff is defined as a relationship on the School model as such:<br>
<code class="notranslate">staff = db.relationship( 'User', secondary='gr... | 0 |
<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... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | 0 |
<p dir="auto">To completely fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="53324949" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/1587" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/1587/hovercard... | <p dir="auto"><strong>TS 1.4</strong></p>
<p dir="auto">Type guard fails to narrow the union type when returning early.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function foo(x: number | string) {
if (typeof x === 'stri... | 1 |
<h3 dir="auto">Vue.js version</h3>
<p dir="auto">2.0.3</p>
<h3 dir="auto">Reproduction Link</h3>
<p dir="auto"><a href="https://jsbin.com/lurayuxofo/edit?html,js,console,output" rel="nofollow">https://jsbin.com/lurayuxofo/edit?html,js,console,output</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Inc... | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">From compiling template error message:<br>
<code class="notranslate">Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.</code><br>
But <code class="notranslat... | 0 |
<h2 dir="auto">Expected Result</h2>
<p dir="auto">Displays the proxy IP address</p>
<h2 dir="auto">Actual Result</h2>
<p dir="auto">Traceback (most recent call last):<br>
File "/Users/cheney/code/python/tools/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 696, in urlopen<br>
self._prepare_proxy(conn... | <p dir="auto">When using proxies in python 3.8.12, I get an error 407. Using any other version of python works fine. I am assuming it could be to do with this <a href="https://docs.python.org/3/whatsnew/3.8.html#notable-changes-in-python-3-8-12" rel="nofollow">https://docs.python.org/3/whatsnew/3.8.html#notable-changes... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Elliot Cameron (<a href="https://github.com/3noch">@3noch</a>)</strong></p>
<p dir="auto">I'm using PostgreSQL and trying to build an array aggregate of tuples by selecting a column like this:</p>
<div class="snippet-clipboard-content notranslate position-rela... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">that is, all the functions in <a href="http://www.postgresql.org/docs/9.4/static/functions-json.html" rel="nofollow">http://www.postgresql.org/docs/9.4/static/functions-... | 1 |
<p dir="auto">This doesn't work:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="a = pd.DataFrame(data=np.random.rand(3))
time = pd.date_range('2000-01-01', tz='UTC', periods=3, freq='10ms', name='time')
a['time'] = time
b = ... | <p dir="auto">Concatenating DFs that have columns with all NaTs and TZ-aware ones breaks as of 0.17.1:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: import pandas as pd
In [2]: df1 = pd.DataFrame([[pd.NaT], [pd.NaT]])
In [3]: df1
Out[... | 1 |
<p dir="auto">All transitions (hide/show modals, navbar, tooltip, tabs…) are ended by emulateTransitionEnd and the maximum duration of each transition is hard-coded that way (350ms, 150ms). That makes it impossible to customize css-transitions to take longer. Please enable us to set our own transition durations.</p> | <p dir="auto"><code class="notranslate">emulateTransitionEnd</code> should call constants on a plugin's constructor.</p> | 1 |
<p dir="auto">Example <code class="notranslate">.gitignore</code>:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/components/
!/components/foo/
!/components/bar/"><pre class="notranslate">/components/
<span class="pl-k">!</s... | <p dir="auto">Let's say I add the following rules to my <code class="notranslate">.gitignore</code> to ignore everything in the root except the <code class="notranslate">wp-content</code> directory:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | 1 |
<p dir="auto">Hi all,</p>
<p dir="auto">I tried to install scikit-learn on my Mac with Lion 10.7.2 (Python 2.7, numpy 1.6.1). At first I tried easy_install and got scikit-0.9 but cannot import due to some 'Don't forget to 'make' first' error and then I searched online, finding that this issue should be fixed in the new... | <p dir="auto">Hi all,</p>
<p dir="auto">I tried to install scikit-learn on my Mac with Lion 10.7.2 (Python 2.7, numpy 1.6.1). At first I tried easy_install and got scikit-0.9 but cannot import due to some 'Don't forget to 'make' first' error and then I searched online, finding that this issue should be fixed in the new... | 1 |
<p dir="auto">Hi, community:</p>
<p dir="auto">This issue is to add more unit tests for the MetaDataRefresher class. Welcome to claim them.</p>
<p dir="auto">The specific subtasks are as follows:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-ite... | <h2 dir="auto">Bug Report</h2>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">5.1.1</p>
<h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3>
<p dir="auto">ShardingSphere-Proxy</p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">The following INS... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="auto">N... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | 0 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/prencher/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/prencher">@prencher</a> on December 3, 2015 20:0</em></p>
<p dir="auto">When formatti... | <p dir="auto">Right now formatting is supported or not right.</p>
<p dir="auto">As you see below it just removes all indentation from JSX, i would prefer that we leave jsx code out of formatting if can't be supported right now, this makes formatting completely useless in TSX files.</p>
<p dir="auto">If i understand thi... | 1 |
<h2 dir="auto">I submitted a 4-node task with 1GPU for each node.<br>
But it exit with exception.<br>
Some of the log information is as follows:<br>
NCCL WARN Connect to 10.38.10.112<21724> failed : Connection refused<br>
The strange thing is that none of the 4 nodes's ip is 10.38.10.112<21724>. I don't kno... | <h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" for j in range(seqlen):
Traceback (most ... | 0 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/bonfire-drop-it?solution=function%20drop%28arr%2C%20func%29%20%7B%0A%20%20%2F%2F%20Drop%20them%20elements.%0A%20arr%20%3D%20arr.filter%28func%29%3B%0A%0A%20%20return%20arr%3B%7D%0A%0Adrop%28%5B1%2C%202%2C%203%5D%2C%20function%28n%29%20%7Breturn%20n... | <p dir="auto">Link: <a href="http://www.freecodecamp.com/challenges/bonfire-drop-it" rel="nofollow">http://www.freecodecamp.com/challenges/bonfire-drop-it</a></p>
<p dir="auto">Here is the 5th test case:<br>
drop([1, 2, 3, 9, 2], function(n) {return n > 2}) should return [3, 9, 2].</p>
<p dir="auto">From the descrip... | 1 |
<p dir="auto">If you have a dataframe with a multiindex, and use groupby and then shift, using the frequency argument, the shifting fails, resulting in an empty result. For example:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-cont... | <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="73313216" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/10063" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/10063/hovercard" href="https://github... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | 1 |
<p dir="auto">For <a href="https://doc.rust-lang.org/nightly/std/collections/struct.HashMap.html" rel="nofollow">https://doc.rust-lang.org/nightly/std/collections/struct.HashMap.html</a> :</p>
<table role="table">
<thead>
<tr>
<th>Anchor</th>
<th>Lines</th>
</tr>
</thead>
<tbody>
<tr>
<td>method.extend</td>
<td>740, 74... | <p dir="auto">When two items in the same documentation page have the same name, rustdoc generates duplicate HTML <code class="notranslate">id</code> attributes for them. This makes the HTML invalid, but more importantly, it makes it impossible to link to anything but the one that shows up first in the source.</p>
<p di... | 1 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
import numpy as np
s = pd.Series([1, 2, 3, np.nan, 5], index=pd.date_range('2017-01-01', '2... | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
df = pd.DataFrame({'A': [0, 1, 2, 3, 4]},
index=[pd.Timestamp('20130101 0... | 1 |
<p dir="auto">as per a FIXME (formerly an XXX)</p> | <p dir="auto">The builders are running rustdoc on Linux, so <code class="notranslate">#[cfg(windows)]</code> is false.</p>
<p dir="auto">Maybe the platform rustdoc in running on should not be relevant for generating documentation. Could rustdoc be run with both <code class="notranslate">--cfg unix</code> and <code clas... | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable): 0.4.2382.0
Any other software?
Powershell 6.2.1 or Powershell 5.1
R 3... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number:[Version 10.0.18362.295]
Windows Terminal version (if applicable): 0.4.2382.0
PowerToys: 0.11.0"><pre class="notranslate"><code class="notranslate... | 0 |
<p dir="auto">by <strong><a href="mailto:kwalsh@holycross.edu">kwalsh@holycross.edu</a></strong>:</p>
<pre class="notranslate">What does 'go version' print?
go version go1.3 linux/amd64
What steps reproduce the problem?
If possible, include a link to a program on play.golang.org.
Example: <a href="http://play.golang.... | <p dir="auto">by <strong>amirtaghavi2020</strong>:</p>
<pre class="notranslate">The code :
package main
import (
"fmt"
)
var(
i int
first [2]int
second [2]int
result [2]int
)
func main(){
fmt.Println("Enter first array:\r\n")
for i=0;i<2;i++{
_,err:=fmt.Scanf("%d",&first[i... | 1 |
<p dir="auto">I am trying to use Atom to edit contents in Polish language. The default and preferred keyboard bindings, so called "programmers keyboard", uses AltGr (right Alt) to enter Polish letters: ą, ć, ę, ł, ń, ó, ś, ż, ź.</p>
<p dir="auto">The problem is that the Atom editor (or perhaps MS Windows 7 Home Pro) re... | <p dir="auto">Original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="28529842" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/1625" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/1625/hovercard" href="https://github.c... | 1 |
<p dir="auto">Compiling a program with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="material-ui@1.0.0-beta.21 (.20 compiles ok)
ts 2.6.1 - strict: true (with strictFunctionTypes set to false it compiles ok)"><pre class="notranslate"><code c... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">One of the main things we want to know is task durations.</p>
<p dir="auto">The main way I know how to get this is to hover over the <code class="notranslate">Gannt</code> chart or use the <code class="notranslate">Task Duration</code> chart.</p>
<p dir="auto">It would be n... | <h3 dir="auto">Describe the issue with documentation</h3>
<p dir="auto">In response to the contents of <a href="https://airflow.apache.org/docs/apache-airflow/stable/tutorial.html#testing" rel="nofollow">https://airflow.apache.org/docs/apache-airflow/stable/tutorial.html#testing</a> as of 2021-10-13</p>
<p dir="auto">T... | 0 |
<p dir="auto">Certain svg attributes are camelcased, such as <code class="notranslate">viewBox</code>. However, <code class="notranslate">[viewBox]</code> would be recognized by browsers as <code class="notranslate">[viewbox]</code> since it is not a standard SVG attribute, and so the important camelcasing information ... | <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 =... | 0 |
<p dir="auto">I think it would be helpful UX wise to see an incremental hot-reload build version bottom right of the app when you are hot-reloading.</p>
<p dir="auto">Many times you are hot-reloading non-ui stuff and looking at your device and you dont quite sure if the app hot-reloaded and have to look back at the IDE... | <p dir="auto">Hello there</p>
<p dir="auto">I wanted to know if you're interested into a barcode scanner plugin for flutter. I'm working on one and as it will use most of the camera plugin will be nice to be able either to merge it a make it an official plugin or have a way to extends the camera plugin from an external... | 0 |
<p dir="auto"><strong>Problem Description</strong><br>
I faced an issue when upgrading my elasticsearch 2.3.3 to elasticsearch 5.1.1 by upgrading from apt repository. When elasticsearch 5.1.1 was upgraded and I tried to start it, Elasticsearch did not start but in the STDOUT it never gave a failure. Instead, in STDOUT ... | <p dir="auto">In the current implementation of zen discovery the cluster state broadcasting by the master does not scale too well as every change in the cluster state results in the cluster state being sent to every single node by the master.</p>
<p dir="auto">This can lead to quite some traffic, in an cluster with 500... | 0 |
<p dir="auto"><a href="http://flask.pocoo.org/docs/flask-docs.pdf" rel="nofollow">http://flask.pocoo.org/docs/flask-docs.pdf</a> and <a href="http://flask.pocoo.org/docs/flask-docs.zip" rel="nofollow">http://flask.pocoo.org/docs/flask-docs.zip</a> return 404 errors.</p> | <p dir="auto">Hi, I was following the tutorial on Flask at <a href="http://flask.pocoo.org/docs/0.10/tutorial/" rel="nofollow">this</a>.<br>
And I tried to return json data so I use <code class="notranslate">jsonify</code></p>
<p dir="auto">I found out that jsonify use <code class="notranslate">dict()</code> to convert... | 0 |
<p dir="auto">Date.toLocaleString always returns in the same format, no matter what options are given to it. I'm sure this isn't intentional, but it bugs me a bit, and i couldn't find another issue on the subject</p> | <p dir="auto">As seen in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="422116599" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/1952" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/1952/hovercard" href="https://gith... | 1 |
<p dir="auto">Hi, I am trying to install packages for Atom but almost every single time NPM throws an error. Look below. Thank you very much.</p>
<p dir="auto">Installing “autocomplete-clang@0.6.0” failed.Hide output…</p>
<p dir="auto">npm http GET <a href="https://registry.npmjs.org/atom-space-pen-views" rel="nofollow... | <p dir="auto">Many beginners to apm are flummoxed when they get errors because git is not available. See <a href="https://discuss.atom.io/t/sync-settings-wont-install/13701" rel="nofollow">https://discuss.atom.io/t/sync-settings-wont-install/13701</a> as one example.</p>
<p dir="auto">APM should check and see if git ... | 1 |
<p dir="auto"><code class="notranslate">/_cat/indices</code> currently allows returning an explicit set of headers in its output, such as health, status, index name, shard counts, etc. I'd love to see this endpoint support an additional header parameter: <code class="notranslate">?h=creation_date</code>.</p>
<p dir="au... | <p dir="auto">Would be nice to provide an additional option for admins to return index.creation_date (from the index metadata) for the indices that are returned from the _cat/indices api.</p> | 1 |
<p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provi... | <p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provi... | 0 |
<p dir="auto"><em>Please make sure that this is a documentation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template</em></p>
<p dir="aut... | <p dir="auto">This is a feature request. As far as I know, all three of them currently do not have GPU ops.</p>
<p dir="auto">It seems that if we can at least get a GPU implementation of <code class="notranslate">tf.unique</code> for integers, then the user can make <code class="notranslate">tf.where</code> and <code ... | 0 |
<p dir="auto">I have a Rails project hosted on a local "server" in my office. The "server" happens to be a laptop, so if/when it goes to sleep, the file share disappears from my development machine. When I remount the share, the tree-view sidebar in Atom shows only the top project folder, but not the sub files/folder... | <p dir="auto">I have selected jquery.min.js (84Kb) in Tree View and Atom is hangs. But jquery.mobile.min.css (1 line 200Kb) does not cause hangs.<br>
Version: 0.188.0</p> | 0 |
<h3 dir="auto">Expected results</h3>
<p dir="auto">I want create a role only the given dashboard can be shown to him, but I can only limit his access on datasource. In another word, I want to create 2 or more different dashboards based on the same datasource, and a specified user can only see one of them. But I can't d... | <p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p>
<ul dir="auto">
<li>[ ok] I have checked the superset logs for python stacktraces and included it here as text if any</li>
<li>[ ok] I have reproduced the issue with at least the latest released version of superset</li>
<li>[ ... | 1 |
<p dir="auto">Hello team</p>
<p dir="auto">I have created a Mac app using electron framework (electron-packager) and embedded it within my another Mac app (non-electron).</p>
<p dir="auto">I have already added sandbox entitlement in my electron mac app.</p>
<p dir="auto">I'm trying to get our non-AppStore version of my... | <p dir="auto">I have a question<br>
I want my application support mac os native share extension .<br>
how to do it</p> | 0 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: no</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Mac 10.13.4</li>
<li><strong>TensorFlow installed from (source... | <p dir="auto">As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors:</p>
<ul dir="auto">
<li><code class="n... | 1 |
<p dir="auto">Hi!</p>
<p dir="auto">I'm getting an initial blink while using ReactCSSTransitionGroup because the added element does not get the -enter class applied when it's attached to the DOM, even if it gets it immediately after.</p>
<p dir="auto">For what I can see, the ReactCSSTransitionGroupChild.componentWillEn... | <p dir="auto">Hello there,</p>
<p dir="auto">I am playing with React transition</p>
<p dir="auto">I noticed that the <strong>-enter</strong> classe is added only after the element has been inserted into the dom.</p>
<p dir="auto"><a href="https://github.com/facebook/react/blob/master/src/addons/transitions/ReactTransit... | 1 |
<p dir="auto">Would be nice to be able to open recent projects or window configurations instead of having to digging and adding a dir to a window every time I decide to close it and re open it later.</p> | <p dir="auto">I would like to be able to find files or folders that I have recently opened in previous editing sessions. On Windows this is usually done under the File menu. For example: File > Recent Files > (displays a sub menu of top 10 most recently used files in descending order).</p>
<p dir="auto">File</p>
... | 1 |
<p dir="auto"><a href="https://s3.amazonaws.com/archive.travis-ci.org/jobs/35977365/log.txt" rel="nofollow">https://s3.amazonaws.com/archive.travis-ci.org/jobs/35977365/log.txt</a></p> | <p dir="auto">Configurable, using labels to route traffic.</p>
<p dir="auto">From discussion: <a href="https://groups.google.com/d/msg/google-containers/frOLMyNl5U4/W5_DQUL933IJ" rel="nofollow">https://groups.google.com/d/msg/google-containers/frOLMyNl5U4/W5_DQUL933IJ</a></p>
<blockquote>
<blockquote>
<p dir="auto">I s... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">right now functions like startswith() and endswith() rely upon an in-python string concatenation of "%" with the given value. this prevents the usage of bind parameters... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">Trying out <code class="notranslate">sqlalchemy</code> for the first time, I notice that autoloading the schema from my PostgresQL 8.1 database takes forever: loading a single table takes more than a minute!</p>
<p dir="aut... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=idcmp" rel="nofollow">JAmes Atwill</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8927?redirect=false" rel="nofollow">SPR-8927</a></strong> and commented</p>
<p dir="auto">Hello, we're working on some tooling to e... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sslavic" rel="nofollow">Stevo Slavić</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5848?redirect=false" rel="nofollow">SPR-5848</a></strong> and commented</p>
<p dir="auto">Please include license info in the proj... | 1 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">All challenges</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">I go to a challenge. Try to add code to the last couple of lines. The cursor will not go any farther until I hit return and go back up a few lines. The cursor skips over a whole line when pressing r... | <p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p>
<hr>
<h4 dir="auto">Update:</h4>
<p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p>
<p dir="auto">The... | 1 |
<p dir="auto">I am having an issue with some unexpected behaviour with the <code class="notranslate">scipy.interpolate.interp1d</code> method for the following kinds:</p>
<ul dir="auto">
<li><code class="notranslate">kind= ['nearest','linear', 'previous' and 'next']</code> (i.e. kinds not involving spline interpolation... | <p dir="auto">Code: see the post <a href="https://stackoverflow.com/questions/46983476/" rel="nofollow">https://stackoverflow.com/questions/46983476/</a></p>
<p dir="auto">Got error message:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/57449793/100565882-7f60... | 0 |
<p dir="auto">If you know how to fix the issue, make a pull request instead.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<... | <p dir="auto">If you know how to fix the issue, make a pull request instead.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/express</code> package and had problems.</li... | 1 |
<p dir="auto">Not sure if this is a bug report or a feature request, since I'm not sure what you guys had in mind for this method in the first place. However, the <a href="https://angular.io/docs/ts/latest/api/http/index/RequestOptions-class.html#!#merge-anchor" rel="nofollow">documentation</a> states that it creates a... | <p dir="auto">When headers or search is present on both the base options and the to be merged options, the to be merged options overwrite, rather than combine with the base options.</p>
<p dir="auto">This makes things like setting a default Content-Type while providing headers for other purposes impossible.</p>
<p dir=... | 1 |
<p dir="auto">I'm sorry if this is a stupid question but I'm stuck. I need to respond to a click on a line-number inside the <code class="notranslate">atom-text-editor</code> and I can't figure out how to do it. The dom shadow gets in my way for everything I try.</p>
<p dir="auto">A simple <code class="notranslate">$... | <p dir="auto">If you open PHP files that start with <code class="notranslate"><!DOCTYPE html></code>, atom selects HTML as language. It should be PHP.</p> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Webpack build fails with <code class="notranslate">RuntimeTemplate.moduleId() ... has no id. This should not happen</code> error.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide t... | <p dir="auto">** I want report a some like <em>bug</em> **</p>
<p dir="auto">Probably incrorrect letter case in filenames make bundlers duplicating modules and work all library is failed.</p>
<p dir="auto">I faced with problem, when webpack and rollup duplicates modules.</p>
<p dir="auto">I am working on Windows. She i... | 0 |
<p dir="auto">Consider the <a href="http://is.gd/TOrGVM" rel="nofollow">following example</a>:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo {
fn foo(&self);
fn bar(&self) where Self: Bar;
}
trait B... | <p dir="auto">There is a curious case with where clauses where sometimes we can show that a method in an impl could not possibly be called. This is because the impl has more precise information than the trait. Here is an example:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-aut... | 1 |
<p dir="auto">Just updated my Visual Studio Code to 0.10.10. It not longer highlights JavaScript keywords like function, let, const, yield, etc.</p>
<p dir="auto">Details:<br>
OS: Linux Mint 17.3 64 bit<br>
Code: 0.10.10 64 bit</p> | <p dir="auto">0.10.10 (Feburary build) has a regression is that the following JavaScript keywords are no longer highlighted in the Dark Visual Studio & Light Visual Studio themes:<br>
<code class="notranslate">var</code> <code class="notranslate">let</code> <code class="notranslate">const</code> <code class="notran... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto">In <code class="notranslate">onResponse</code> callback, we cannot change the value in AppResponse if the value is a primitive type.</p> | <p dir="auto">The following code doesn't work on 2.7.2.</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Activate(group = {"provider"})
public class TraceFilter implements Filter {
@Override
public Result invo... | 1 |
<p dir="auto">One of the reasons for keeping dead containers around in kubelet today is to get access to logs from previous instances. Dead container instances can take up disk space via their root filesystem and result in disk pressure on the nodes. To alleviate disk pressure and improve the logging experience in kube... | <p dir="auto">Monitoring/logging agents running on a node needs to know which pod a given container belongs to. Currently there is a lot of hacks around this:</p>
<ul dir="auto">
<li>filepath for logging</li>
<li>labels on docker</li>
<li>reverse lookup from api server</li>
</ul>
<p dir="auto">Each of them has obvious ... | 0 |
<h3 dir="auto">Affected Version</h3>
<p dir="auto">Current master</p>
<h3 dir="auto">Description</h3>
<p dir="auto">Here is the error on start up. Maybe it only happens with coordinator + overlord mode.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-co... | <p dir="auto">Sometimes we add aggregations to a query just because they are needed in a post-aggregation. On getting the response, we completely disregard the those aggregations and only use post-aggregations.</p>
<p dir="auto">Currently, Is there any way to tell druid broker not to include some aggregations in the re... | 0 |
<p dir="auto">I know we're not talking release quality code, that this is still beta...but I do wonder if <code class="notranslate">Insiders.app/Contents/Resources/app/extensions/jrieken.vscode-omnisharp/bin/omnisharp' with process id 47120...</code> should be there. The error is that Omnisharp is not starting "[ERROR:... | <p dir="auto">Current, my publisher name (jrieken) is used for this extension. We should use a proper publisher like <em>microsoft</em> or <em>dotnet</em></p> | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-increment-a-number-with-javascript#?solution=var%20myVar%20%3D%2087%3B%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line%0AmyVar%20%3D%20myVar%2B%2B%3B%0A%0A" rel="nofollow">Waypoint: Increment a Number with Javascript</a> has an is... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-decrement-a-number-with-javascript#?solution=var%20myVar%20%3D%2011%3B%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line%0AmyVar%20%3D%20myVar--%3B%0A%0A" rel="nofollow">Waypoint: Decrement a Number with Javascript</a> has an issue.... | 1 |
<p dir="auto">In pandas, unlike SQL, the rows seemed to be joining on null values. Is this a bug?<br>
related SO: <a href="http://stackoverflow.com/questions/23940181/pandas-merging-with-missing-values/23940686#23940686" rel="nofollow">http://stackoverflow.com/questions/23940181/pandas-merging-with-missing-values/23940... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
left = pd.DataFrame({"a": [1, 2, pd.NA]}, dtype="Int64")
right = pd.DataFrame({"b": [1, 2, pd.NA]}, dtype="Int64")
pd.m... | 1 |
<p dir="auto">This may well be related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="66095631" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/6234" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/6234/hovercard" href="http... | <p dir="auto">I'm using Atom ver. 0.189.0 on Ubuntu 14.04.2 LTS. When I copy a piece of text in atom and I try to paste it the right-click menu either won't show up or will show up without giving me option to paste. The paste shortcut doesn't work either and it creates issues even if I try to copy and paste text from o... | 1 |
<p dir="auto">After upgrading to styled-components 5.0.1 from 4.1.9, we're getting these errors.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TS2589: Type instantiation is excessively deep and possibly infinite."><pre class="notranslate"><co... | <p dir="auto"><strong>TypeScript Version:</strong> 3.7.2, 3.8.0-dev.20191102 (worked in 3.6)</p>
<p dir="auto"><strong>Search Terms:</strong></p>
<ul dir="auto">
<li>Type instantiation is excessively deep and possibly infinite.ts(2589)</li>
<li>Mapped types</li>
<li>Generics</li>
<li>Conditional types</li>
</ul>
<p d... | 1 |
<h3 dir="auto">Feature request</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Page.PdfOptions pdfOptions = new Page.PdfOptions()
.setMargin(new Margin().setTop("0.25in").setBottom("0.25in").setLeft("0.... | <h3 dir="auto">Feature request</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Page.PdfOptions pdfOptions = new Page.PdfOptions()
.setMargin(new Margin().setTop("0.25in").setBottom("0.25in").setLeft("0.... | 1 |
<p dir="auto">The current Java API's <code class="notranslate">Tensor.create(Object)</code> is really slow - for a batch of 128 images of size 224x224x3 it's taking around 1.5seconds. To put this into perspective <code class="notranslate">runner.run()</code> with that data and an InceptionV3 graph took below 1second so... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): <strong>yes</strong></li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): <strong>OS X El Capitan 10.11.6 (15G22010)</strong></li>
<li>Mo... | 0 |
<p dir="auto">I am using the Terminal 2.4 in Mac OS X 10.9, Julia Version 0.3.4-pre+47</p>
<p dir="auto">I don't know how it happened, but I got a <code class="notranslate">\0</code> in my REPL, which got stored in my <code class="notranslate">.julia_history</code> file. Whenever I try to up-arrow to the line and edit ... | <p dir="auto">I'm finding that when I type a ctrl-space, it is being inserted into my repl input, causing the parser to get confused:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> x = <ctrl-space>1<return&... | 1 |
<h3 dir="auto">Issue Details</h3>
<ul dir="auto">
<li><strong>Electron Version:</strong> 5.0.0</li>
<li><strong>Operating System:</strong> LTS version of Ubuntu (18.04) (and other various versions)</li>
<li><strong>Last Known Working Electron version:</strong>: none</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<p ... | <ul dir="auto">
<li>
<p dir="auto">Output of <code class="notranslate">node_modules/.bin/electron --version</code>:<br>
v4.0.0</p>
</li>
<li>
<p dir="auto">Operating System (Platform and Version):<br>
Raspbian 2.6 (latest raspbian at the time of filling the issue).</p>
</li>
<li>
<p dir="auto">Output of <code class="no... | 1 |
<p dir="auto">Feedback Hub link: <a href="https://aka.ms/AA5svj0" rel="nofollow">https://aka.ms/AA5svj0</a></p>
<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.239]
Windows Terminal ... | <p dir="auto">NOTE: This is different from, but may be related to, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="476508524" data-permission-text="Title is private" data-url="https://github.com/microsoft/terminal/issues/2230" data-hovercard-type="issue" data-hovercard-url="/microsof... | 1 |
<p dir="auto">The following program fails to compile:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo { fn foo(&self, x: &Self); }
trait Bar<A: Foo> { fn bar(&self) -> A; }
struct Wrap<T>(T... | <p dir="auto">The following example:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo<T> {
fn foo(&self) -> &T;
}
trait Bar<A> where A: Foo<Self> {}
fn foobar<A, B: Bar<A>>... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">When using dynamic imports with expressions together with <code class="notranslate">ContextReplacementPlugin</code> in order to limit the possible file matches, some module ids which should deterministic, a... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
In my project, import jspdf.<br>
The origin source<br>
var f=[1,1.387039845,1.306562965,1.175875602,1,.785694958,.5411961,.275899379]<br>
After bundle,<br>
var f=[1,1.387039845,1.306562965,1.175875602,1,.7d0ffc958,.54119... | 0 |
<p dir="auto">Since upgrading to React 15.0.1, when rendering <code class="notranslate"><select></code> with optgroups, the value is not set on the DOM correctly. The first option will always get picked.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-sni... | <p dir="auto">Using React 15.0.1, controlled select elements with optgroup elements are not displaying (selecting) the value provided on initial render. See the following jsfiddle for a simple test case:</p>
<p dir="auto"><a href="https://jsfiddle.net/Artconnoisseur/eg3j7fam/1/" rel="nofollow">https://jsfiddle.net/Artc... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | <h3 dir="auto">Preflight Checklist</h3>
<p dir="auto">I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.<br>
I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> that ... | 1 |
<p dir="auto">I'm new to git. So writting here.</p>
<p dir="auto">In reset.less we have following lines</p>
<div class="highlight highlight-source-css-less notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// Prevent max-width from affecting Google Maps
#map_canvas img {
max... | <p dir="auto">First of all thanks for your fantastic work. It does SAVE me a lot of time.</p>
<p dir="auto">When I put Google Maps into Bootstrap layout, img tag in Google Maps breaks because Bootstrap set <strong>img max-width to 100%</strong>. When I comment max-width, it's working find but I'm not sure whether it'll... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">When I load a new video after capturing it with the camera, sometimes it will play the file audio and not video and sometimes will play the video but the previous capture. I think it has something to do with the initialization but not sure.</p>
<h3 dir="auto">Exampl... | <p dir="auto">From <a href="http://docs.flutter.io/flutter_driver/flutter_driver-library.html" rel="nofollow">http://docs.flutter.io/flutter_driver/flutter_driver-library.html</a></p>
<p dir="auto">I see:</p>
<p dir="auto">"""<br>
This library provides API to test Flutter applications that run on real devices and emula... | 0 |
<h3 dir="auto">Vue.js version</h3>
<p dir="auto">1.0.16</p>
<h3 dir="auto">Reproduction Link</h3>
<p dir="auto"><a href="https://jsfiddle.net/4eh989ee/2/" rel="nofollow">https://jsfiddle.net/4eh989ee/2/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Focus on the only input available within the <code... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.17</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/632dch1e/" rel="nofollow">https://jsfiddle.net/632dch1e/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">open link to minimal reproduction</p>
<h3 dir="auto">What is expect... | 0 |
<h5 dir="auto">Issue Type:</h5>
<ul dir="auto">
<li><strong>Bug Report</strong></li>
</ul>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">Ansible version: <em>1.9.2</em><br>
Jinja2 version: <em>2.8</em></p>
<p dir="auto">Obtained from pip install on OS described hereafter</p>
<h5 dir="auto">Ansible Configuration:</... | <p dir="auto">Currently async operations in playbooks and /usr/bin/ansible are duplicating a lot of code. Using async through the API is also very ugly.</p>
<p dir="auto">I've been thinking about this and would propose a method runAsync() on Runner that returns an object with a poll() method and does all the bookkeepin... | 0 |
<p dir="auto">Ubuntu 14.04 64bit Firefox and Chromium<br>
Built from source, master branch.<br>
<strong>Edit: There appear to be no issues when building from the 0.10RC github release source.</strong></p>
<p dir="auto">The GRAPHS tab displays all correctly, all the summary titles are displayed correctly, it even lets m... | <p dir="auto">After a clean install of TensorFlow v0.10 (from <code class="notranslate">master</code>) my TensorBoard is suddenly broken. The scalar event plots do not show upon clicking (see screenshow below). While the logs in the terminal do not show any errors, the Chrome Developer console shows the following error... | 1 |
<p dir="auto">Hello, I'm working on the typescript definitions for createjs, you can see it here: <a href="https://bitbucket.org/drk4/createjs_ts_definitions" rel="nofollow">https://bitbucket.org/drk4/createjs_ts_definitions</a></p>
<p dir="auto">I think its a good idea to have the definitions on a single place so, if ... | <p dir="auto">I recently created bluebird definitions using <code class="notranslate">any</code> as data type.</p>
<p dir="auto">But ideally it should use generics, like <code class="notranslate">Q</code>, <code class="notranslate">es6-promises</code> etc.</p>
<p dir="auto">I'm not 100% clear what the correct pattern i... | 0 |
<p dir="auto">by <strong>kq1quick</strong>:</p>
<pre class="notranslate">The language specification currently states:
Tokens
Tokens form the vocabulary of the Go language. There are four
classes: identifiers, keywords, operators and delimiters, and
literals. White space, formed from spaces (U+0020), horizon... | <pre class="notranslate">Go documentation is very good, but it doesn't clearly label which go version features
are available in.
For instance I was caught out by <a href="http://golang.org/pkg/time/#Timer.Reset" rel="nofollow">http://golang.org/pkg/time/#Timer.Reset</a> being a go 1.1
feature which meant my code would... | 0 |
<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... | <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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.